diff --git a/website/.eleventy.js b/website/.eleventy.js index 96e37eb405..65b28b96a0 100644 --- a/website/.eleventy.js +++ b/website/.eleventy.js @@ -1,15 +1,19 @@ -const Card = require('./src/_includes/components/Card'); +// const Card = require('./src/_includes/components/Card'); module.exports = function (eleventyConfig) { // Keeps the same directory structure. eleventyConfig.addPassthroughCopy("src/assets/"); + eleventyConfig.addPassthroughCopy("src/img"); eleventyConfig.addPassthroughCopy("src/css"); + eleventyConfig.addPassthroughCopy("src/js"); + eleventyConfig.addPassthroughCopy("src/contact"); + eleventyConfig.addPassthroughCopy("src/app-demo"); eleventyConfig.addWatchTarget("src/css"); eleventyConfig.addWatchTarget("markdown/"); eleventyConfig.addWatchTarget("components/Card.js"); - eleventyConfig.addShortcode("Card",Card); + // eleventyConfig.addShortcode("Card",Card); return { dir: { diff --git a/website/src/_includes/basehead.html b/website/src/_includes/basehead.html deleted file mode 100644 index 3060827122..0000000000 --- a/website/src/_includes/basehead.html +++ /dev/null @@ -1,6 +0,0 @@ - - - - - -{{ title }} diff --git a/website/src/_includes/components/Card.js b/website/src/_includes/components/Card.js deleted file mode 100644 index d4d60ab960..0000000000 --- a/website/src/_includes/components/Card.js +++ /dev/null @@ -1,12 +0,0 @@ -const { html } = require("common-tags"); - -const Card = ({ title, link, linkText, raised }) => { - return html` -
-

${title}

- ${linkText} -
- `; -}; - -module.exports = Card; diff --git a/website/src/_includes/layouts/base.html b/website/src/_includes/layouts/base.html deleted file mode 100644 index c393b62be1..0000000000 --- a/website/src/_includes/layouts/base.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - {% include "basehead.html" %} - {% block head %}{% endblock %} - - - - {{ content | safe }} - - - \ No newline at end of file diff --git a/website/src/_includes/layouts/contact.html b/website/src/_includes/layouts/contact.html deleted file mode 100644 index 1bb4a3cd30..0000000000 --- a/website/src/_includes/layouts/contact.html +++ /dev/null @@ -1,6 +0,0 @@ -{% extends "layouts/base.html" %} - -{% block head %} - - -{% endblock %} \ No newline at end of file diff --git a/website/src/app-demo/.last_build_id b/website/src/app-demo/.last_build_id new file mode 100644 index 0000000000..07a1464e31 --- /dev/null +++ b/website/src/app-demo/.last_build_id @@ -0,0 +1 @@ +b81b055fc06c57cba7ec4f76e41c4b14 \ No newline at end of file diff --git a/website/src/app-demo/assets/AssetManifest.json b/website/src/app-demo/assets/AssetManifest.json new file mode 100644 index 0000000000..0ee1b8cac0 --- /dev/null +++ b/website/src/app-demo/assets/AssetManifest.json @@ -0,0 +1 @@ +{"assets/.DS_Store":["assets/.DS_Store"],"assets/code.png":["assets/code.png"],"assets/dp.png":["assets/dp.png"],"assets/logo.svg":["assets/logo.svg"],"assets/menu.svg":["assets/menu.svg"],"assets/simpleX.png":["assets/simpleX.png"],"assets/simpleX.svg":["assets/simpleX.svg"],"assets/x.png":["assets/x.png"],"packages/cupertino_icons/assets/CupertinoIcons.ttf":["packages/cupertino_icons/assets/CupertinoIcons.ttf"]} \ No newline at end of file diff --git a/website/src/app-demo/assets/FontManifest.json b/website/src/app-demo/assets/FontManifest.json new file mode 100644 index 0000000000..464ab5882a --- /dev/null +++ b/website/src/app-demo/assets/FontManifest.json @@ -0,0 +1 @@ +[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/cupertino_icons/CupertinoIcons","fonts":[{"asset":"packages/cupertino_icons/assets/CupertinoIcons.ttf"}]}] \ No newline at end of file diff --git a/website/src/app-demo/assets/NOTICES b/website/src/app-demo/assets/NOTICES new file mode 100644 index 0000000000..703772c4b3 --- /dev/null +++ b/website/src/app-demo/assets/NOTICES @@ -0,0 +1,16022 @@ +StackWalker + +Copyright (c) 2005-2009, Jochen Kalmbach +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. +Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. +Neither the name of Jochen Kalmbach nor the names of its contributors may be +used to endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +StackWalker + +Copyright (c) 2005-2013, Jochen Kalmbach +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. +Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. +Neither the name of Jochen Kalmbach nor the names of its contributors may be +used to endorse or promote products derived from this software without +specific prior written permission. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +aFileChooser + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2011 - 2013 Paul Burke + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +-------------------------------------------------------------------------------- +abseil-cpp + +Apache License +Version 2.0, January 2004 +https://www.apache.org/licenses + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +abseil-cpp +accessibility +skia + +Copyright 2020 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +abseil-cpp +angle +boringssl +etc1 +khronos +libwebp +txt +vulkan +vulkan-deps +wuffs + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +accessibility + +Copyright (c) 2009 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility + +Copyright (c) 2010 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility + +Copyright (c) 2014 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +angle + +Copyright (c) 2013 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +base + +Copyright 2013 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +base +fuchsia_sdk +skia +zlib + +Copyright 2018 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +base +icu +zlib + +Copyright 2014 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +base +zlib + +Copyright (c) 2011 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +engine +gpu +image_picker +tonic +txt + +Copyright 2013 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +fuchsia_sdk +skia +zlib + +Copyright 2019 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +icu +skia + +Copyright 2015 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +icu +skia + +Copyright 2016 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +zlib + +Copyright (c) 2012 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +zlib + +Copyright 2017 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright (C) 2009 Apple Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY +OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright (C) 2012 Apple Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY APPLE, INC. ``AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE, INC. OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY +OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright (c) 2008 NVIDIA, Corporation + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +angle + +Copyright (c) 2008-2018 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +angle + +Copyright (c) 2010 NVIDIA, Corporation + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +angle + +Copyright 2002 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2010 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2011 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2012 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2013 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2014 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2015 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2018 The ANGLE Project Authors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2018 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2019 The ANGLE Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2020 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2020 The ANGLE Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2021 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle +base + +Copyright 2016 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle +base + +Copyright 2017 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle +fuchsia_sdk + +Copyright 2019 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle +fuchsia_sdk +rapidjson + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +angle +fuchsia_sdk +skia + +Copyright 2021 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle +khronos + +Copyright (c) 2013-2014 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +angle +khronos + +Copyright (c) 2013-2017 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +angle +khronos + +Copyright (c) 2013-2018 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +angle +xxhash + +Copyright 2019 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +archive + +The MIT License + +Copyright (c) 2013-2021 Brendan Duncan. +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +args + +Copyright 2013, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +async + +Copyright 2015, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +boolean_selector + +Copyright 2016, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +boringssl + +Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) +All rights reserved. + +This package is an SSL implementation written +by Eric Young (eay@cryptsoft.com). +The implementation was written so as to conform with Netscapes SSL. + +This library is free for commercial and non-commercial use as long as +the following conditions are aheared to. The following conditions +apply to all code found in this distribution, be it the RC4, RSA, +lhash, DES, etc., code; not just the SSL code. The SSL documentation +included with this distribution is covered by the same copyright terms +except that the holder is Tim Hudson (tjh@cryptsoft.com). + +Copyright remains Eric Young's, and as such any Copyright notices in +the code are not to be removed. +If this package is used in a product, Eric Young should be given attribution +as the author of the parts of the library used. +This can be in the form of a textual message at program startup or +in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + "This product includes cryptographic software written by + Eric Young (eay@cryptsoft.com)" + The word 'cryptographic' can be left out if the rouines from the library + being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from + the apps directory (application code) you must include an acknowledgement: + "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +The licence and distribution terms for any publically available version or +derivative of this code cannot be changed. i.e. this code cannot simply be +copied and put under another distribution licence +[including the GNU Public Licence.] +-------------------------------------------------------------------------------- +boringssl + +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +All rights reserved. + +This package is an SSL implementation written +by Eric Young (eay@cryptsoft.com). +The implementation was written so as to conform with Netscapes SSL. + +This library is free for commercial and non-commercial use as long as +the following conditions are aheared to. The following conditions +apply to all code found in this distribution, be it the RC4, RSA, +lhash, DES, etc., code; not just the SSL code. The SSL documentation +included with this distribution is covered by the same copyright terms +except that the holder is Tim Hudson (tjh@cryptsoft.com). + +Copyright remains Eric Young's, and as such any Copyright notices in +the code are not to be removed. +If this package is used in a product, Eric Young should be given attribution +as the author of the parts of the library used. +This can be in the form of a textual message at program startup or +in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + "This product includes cryptographic software written by + Eric Young (eay@cryptsoft.com)" + The word 'cryptographic' can be left out if the rouines from the library + being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from + the apps directory (application code) you must include an acknowledgement: + "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +The licence and distribution terms for any publically available version or +derivative of this code cannot be changed. i.e. this code cannot simply be +copied and put under another distribution licence +[including the GNU Public Licence.] +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2003 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2004 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2008 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2000 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2000-2003 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2001 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2001-2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2003 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2004 Kungliga Tekniska Högskolan +(Royal Institute of Technology, Stockholm, Sweden). +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name of the Institute nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2004 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2006 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2006,2007 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2008 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2010 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2012 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2013 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2014 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + "This product includes cryptographic software written by + Eric Young (eay@cryptsoft.com)" + The word 'cryptographic' can be left out if the rouines from the library + being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from + the apps directory (application code) you must include an acknowledgement: + "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +The licence and distribution terms for any publically available version or +derivative of this code cannot be changed. i.e. this code cannot simply be +copied and put under another distribution licence +[including the GNU Public Licence.] +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2014, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2015 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2015, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2016, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2017, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2017, the HRSS authors. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2018, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2019, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2020 Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2020, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2005 Nokia. All rights reserved. + +The portions of the attached software ("Contribution") is developed by +Nokia Corporation and is licensed pursuant to the OpenSSL open source +license. + +The Contribution, originally written by Mika Kousa and Pasi Eronen of +Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites +support (see RFC 4279) to OpenSSL. + +No patent licenses or other rights except those expressly stated in +the OpenSSL open source license shall be deemed granted or received +expressly, by implication, estoppel, or otherwise. + +No assurances are provided by Nokia that the Contribution does not +infringe the patent or other intellectual property rights of any third +party or that the license provides you with all the necessary rights +to make use of the Contribution. + +THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN +ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA +SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY +OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR +OTHERWISE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2005, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2006, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2007, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2008 Google Inc. +All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2008, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2009 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2009, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright (c) 2012, Intel Corporation. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright (c) 2014, Intel Corporation. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright (c) 2015, Intel Inc. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2015, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2016 Brian Smith. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +The MIT License (MIT) + +Copyright (c) 2015-2016 the fiat-crypto authors (see +https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS). + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +boringssl +dart + +OpenSSL License + + ==================================================================== + Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + 3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + + 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + + 5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + + 6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + + THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + OF THE POSSIBILITY OF SUCH DAMAGE. + ==================================================================== + + This product includes cryptographic software written by Eric Young + (eay@cryptsoft.com). This product includes software written by Tim + Hudson (tjh@cryptsoft.com). + +Original SSLeay License + +* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +* All rights reserved. + +* This package is an SSL implementation written +* by Eric Young (eay@cryptsoft.com). +* The implementation was written so as to conform with Netscapes SSL. + +* This library is free for commercial and non-commercial use as long as +* the following conditions are aheared to. The following conditions +* apply to all code found in this distribution, be it the RC4, RSA, +* lhash, DES, etc., code; not just the SSL code. The SSL documentation +* included with this distribution is covered by the same copyright terms +* except that the holder is Tim Hudson (tjh@cryptsoft.com). + +* Copyright remains Eric Young's, and as such any Copyright notices in +* the code are not to be removed. +* If this package is used in a product, Eric Young should be given attribution +* as the author of the parts of the library used. +* This can be in the form of a textual message at program startup or +* in documentation (online or textual) provided with the package. + +* Redistribution and use in source and binary forms, with or without +* modification, are permitted provided that the following conditions +* are met: +* 1. Redistributions of source code must retain the copyright +* notice, this list of conditions and the following disclaimer. +* 2. Redistributions in binary form must reproduce the above copyright +* notice, this list of conditions and the following disclaimer in the +* documentation and/or other materials provided with the distribution. +* 3. All advertising materials mentioning features or use of this software +* must display the following acknowledgement: +* "This product includes cryptographic software written by +* Eric Young (eay@cryptsoft.com)" +* The word 'cryptographic' can be left out if the rouines from the library +* being used are not cryptographic related :-). +* 4. If you include any Windows specific code (or a derivative thereof) from +* the apps directory (application code) you must include an acknowledgement: +* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND +* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +* SUCH DAMAGE. + +* The licence and distribution terms for any publically available version or +* derivative of this code cannot be changed. i.e. this code cannot simply be +* copied and put under another distribution licence +* [including the GNU Public Licence.] + +ISC license used for completely new code in BoringSSL: + +/* Copyright (c) 2015, Google Inc. + + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY + * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION + * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +The code in third_party/fiat carries the MIT license: + +Copyright (c) 2015-2016 the fiat-crypto authors (see +https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS). + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Licenses for support code + +Parts of the TLS test suite are under the Go license. This code is not included +in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so +distributing code linked against BoringSSL does not trigger this license: + +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +characters + +Copyright 2019, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +charcode +http_parser +matcher +path +source_span +stack_trace +string_scanner +yaml + +Copyright 2014, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +clock +fake_async + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +-------------------------------------------------------------------------------- +collection +mime +stream_channel +typed_data + +Copyright 2015, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +colorama + +Copyright (c) 2010 Jonathan Hartley +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the copyright holders, nor those of its contributors + may be used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +cross_file +flutter_lints +flutter_plugin_android_lifecycle +image_picker_for_web +image_picker_platform_interface +path_provider_linux +path_provider_windows +plugin_platform_interface +share +shared_preferences +shared_preferences_linux +shared_preferences_macos +shared_preferences_web +shared_preferences_windows + +Copyright 2013 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +crypto + +Copyright 2015, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +cupertino_icons + +The MIT License (MIT) + +Copyright (c) 2016 Vladimir Kharlampidi + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2003-2005 Tom Wu +Copyright (c) 2012 Adam Singer (adam@solvr.io) +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, +EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY +WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + +IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL, +INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF +THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +In addition, the following condition applies: + +All redistributions must retain an intact copy of this copyright notice +and disclaimer. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2010, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2014 The Polymer Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright 2009 The Go Authors. All rights reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file +-------------------------------------------------------------------------------- +dart + +Copyright 2012, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart +double-conversion +icu + +Copyright 2006-2008 the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2010 the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2012 the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +expat + +Copyright 2021 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +ffi + +Copyright 2019, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +ffx_spd + +Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) <2014> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +ffx_spd + +Copyright (c) 2017-2020 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +file + +Copyright 2017, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +file_picker + +MIT License + +Copyright (c) 2018 Miguel Ruivo + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +files + +Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +files + +Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +files + +Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd + and Clark Cooper +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +files + +Copyright 2000, Clark Cooper +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +flutter + +Copyright 2014 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +flutter_launcher_icons + +MIT License + +Copyright (c) 2019 Mark O'Sullivan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +-------------------------------------------------------------------------------- +flutter_svg + +Copyright (c) 2018 Dan Field + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 1995-2002 Jean-loup Gailly. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 1995-2002 Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2000, 2001, 2002, 2003, 2006, 2010 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2000-2004, 2006-2011, 2013, 2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001, 2002 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001, 2002, 2003, 2004 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001-2008, 2011, 2013, 2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 1990, 1994, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2004, 2011 Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2014 + Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2015 + Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000, 2001, 2004 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2001, 2002 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2001, 2003 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2010, 2012-2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2001, 2002, 2012 Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2003 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +The FreeType Project LICENSE + + 2006-Jan-27 + +Copyright 1996-2002, 2006 by +David Turner, Robert Wilhelm, and Werner Lemberg + +Introduction +============ + + The FreeType Project is distributed in several archive packages; + some of them may contain, in addition to the FreeType font engine, + various tools and contributions which rely on, or relate to, the + FreeType Project. + + This license applies to all files found in such packages, and + which do not fall under their own explicit license. The license + affects thus the FreeType font engine, the test programs, + documentation and makefiles, at the very least. + + This license was inspired by the BSD, Artistic, and IJG + (Independent JPEG Group) licenses, which all encourage inclusion + and use of free software in commercial and freeware products + alike. As a consequence, its main points are that: + + o We don't promise that this software works. However, we will be + interested in any kind of bug reports. (`as is' distribution) + + o You can use this software for whatever you want, in parts or + full form, without having to pay us. (`royalty-free' usage) + + o You may not pretend that you wrote this software. If you use + it, or only parts of it, in a program, you must acknowledge + somewhere in your documentation that you have used the + FreeType code. (`credits') + + We specifically permit and encourage the inclusion of this + software, with or without modifications, in commercial products. + We disclaim all warranties covering The FreeType Project and + assume no liability related to The FreeType Project. + + Finally, many people asked us for a preferred form for a + credit/disclaimer to use in compliance with this license. We thus + encourage you to use the following text: + + Portions of this software are copyright © The FreeType + Project (www.freetype.org). All rights reserved. + + Please replace with the value from the FreeType version you + actually use. + +Legal Terms +=========== + +0. Definitions + + Throughout this license, the terms `package', `FreeType Project', + and `FreeType archive' refer to the set of files originally + distributed by the authors (David Turner, Robert Wilhelm, and + Werner Lemberg) as the `FreeType Project', be they named as alpha, + beta or final release. + + `You' refers to the licensee, or person using the project, where + `using' is a generic term including compiling the project's source + code as well as linking it to form a `program' or `executable'. + This program is referred to as `a program using the FreeType + engine'. + + This license applies to all files distributed in the original + FreeType Project, including all source code, binaries and + documentation, unless otherwise stated in the file in its + original, unmodified form as distributed in the original archive. + If you are unsure whether or not a particular file is covered by + this license, you must contact us to verify this. + + The FreeType Project is copyright (C) 1996-2000 by David Turner, + Robert Wilhelm, and Werner Lemberg. All rights reserved except as + specified below. + +1. No Warranty + + THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY + KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO + USE, OF THE FREETYPE PROJECT. + +2. Redistribution + + This license grants a worldwide, royalty-free, perpetual and + irrevocable right and license to use, execute, perform, compile, + display, copy, create derivative works of, distribute and + sublicense the FreeType Project (in both source and object code + forms) and derivative works thereof for any purpose; and to + authorize others to exercise some or all of the rights granted + herein, subject to the following conditions: + + o Redistribution of source code must retain this license file + (`FTL.TXT') unaltered; any additions, deletions or changes to + the original files must be clearly indicated in accompanying + documentation. The copyright notices of the unaltered, + original files must be preserved in all copies of source + files. + + o Redistribution in binary form must provide a disclaimer that + states that the software is based in part of the work of the + FreeType Team, in the distribution documentation. We also + encourage you to put an URL to the FreeType web page in your + documentation, though this isn't mandatory. + + These conditions apply to any software derived from or based on + the FreeType Project, not just the unmodified files. If you use + our work, you must acknowledge us. However, no fee need be paid + to us. + +3. Advertising + + Neither the FreeType authors and contributors nor you shall use + the name of the other for commercial, advertising, or promotional + purposes without specific prior written permission. + + We suggest, but do not require, that you use one or more of the + following phrases to refer to this software in your documentation + or advertising materials: `FreeType Project', `FreeType Engine', + `FreeType library', or `FreeType Distribution'. + + As you have not signed this license, you are not required to + accept it. However, as the FreeType Project is copyrighted + material, only this license, or another one contracted with the + authors, grants you the right to use, distribute, and modify it. + Therefore, by using, distributing, or modifying the FreeType + Project, you indicate that you understand and accept all the terms + of this license. + +4. Contacts + + There are two mailing lists related to FreeType: + + o freetype@nongnu.org + + Discusses general use and applications of FreeType, as well as + future and wanted additions to the library and distribution. + If you are looking for support, start in this list if you + haven't found anything to help you in the documentation. + + o freetype-devel@nongnu.org + + Discusses bugs, as well as engine internals, design issues, + specific licenses, porting, etc. + + Our home page can be found at + + https://www.freetype.org + +--- end of FTL.TXT --- +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2014 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2015 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2016 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2016 The Fuchsia Authors. All rights reserved. +Copyright (c) 2009 Corey Tabaka + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2017 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2018 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2019 The Fuchsia Authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2020 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2021 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2021 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +The majority of files in this project use the Apache 2.0 License. +There are a few exceptions and their license can be found in the source. +Any license deviations from Apache 2.0 are "more permissive" licenses. + +=========================================================================================== + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +-------------------------------------------------------------------------------- +fuchsia_sdk + +musl as a whole is licensed under the following standard MIT license: + +Copyright © 2005-2014 Rich Felker, et al. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Authors/contributors include: + +Alex Dowad +Alexander Monakov +Anthony G. Basile +Arvid Picciani +Bobby Bingham +Boris Brezillon +Brent Cook +Chris Spiegel +Clément Vasseur +Daniel Micay +Denys Vlasenko +Emil Renner Berthing +Felix Fietkau +Felix Janda +Gianluca Anzolin +Hauke Mehrtens +Hiltjo Posthuma +Isaac Dunham +Jaydeep Patil +Jens Gustedt +Jeremy Huntwork +Jo-Philipp Wich +Joakim Sindholt +John Spencer +Josiah Worcester +Justin Cormack +Khem Raj +Kylie McClain +Luca Barbato +Luka Perkov +M Farkas-Dyck (Strake) +Mahesh Bodapati +Michael Forney +Natanael Copa +Nicholas J. Kain +orc +Pascal Cuoq +Petr Hosek +Pierre Carrier +Rich Felker +Richard Pennington +Shiz +sin +Solar Designer +Stefan Kristiansson +Szabolcs Nagy +Timo Teräs +Trutz Behn +Valentin Ochs +William Haddon + +Portions of this software are derived from third-party works licensed +under terms compatible with the above MIT license: + +Much of the math library code (third_party/math/* and +third_party/complex/*, and third_party/include/libm.h) is +Copyright © 1993,2004 Sun Microsystems or +Copyright © 2003-2011 David Schultz or +Copyright © 2003-2009 Steven G. Kargl or +Copyright © 2003-2009 Bruce D. Evans or +Copyright © 2008 Stephen L. Moshier +and labelled as such in comments in the individual source files. All +have been licensed under extremely permissive terms. + +The smoothsort implementation (third_party/smoothsort/qsort.c) is +Copyright © 2011 Valentin Ochs and is licensed under an MIT-style +license. + +The x86_64 files in third_party/arch were written by Nicholas J. Kain +and is licensed under the standard MIT terms. + +All other files which have no copyright comments are original works +produced specifically for use as part of this library, written either +by Rich Felker, the main author of the library, or by one or more +contibutors listed above. Details on authorship of individual files +can be found in the git version control history of the project. The +omission of copyright and license comments in each file is in the +interest of source tree size. + +In addition, permission is hereby granted for all public header files +(include/* and arch/*/bits/*) and crt files intended to be linked into +applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit +the copyright notice and permission notice otherwise required by the +license, and to use these files without any requirement of +attribution. These files include substantial contributions from: + +Bobby Bingham +John Spencer +Nicholas J. Kain +Rich Felker +Richard Pennington +Stefan Kristiansson +Szabolcs Nagy + +all of whom have explicitly granted such permission. + +This file previously contained text expressing a belief that most of +the files covered by the above exception were sufficiently trivial not +to be subject to copyright, resulting in confusion over whether it +negated the permissions granted in the license. In the spirit of +permissive licensing, and of not having licensing issues being an +obstacle to adoption, that text has been removed. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2016 Camilla Berglund + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2016 Camilla Berglund +Copyright (c) 2012 Torsten Walluhn + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2006-2016 Camilla Berglund + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2016 Camilla Berglund + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2016 Camilla Berglund +Copyright (c) 2012 Torsten Walluhn + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2010-2016 Camilla Berglund + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2014 Jonas Ådahl + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2014-2015 Brandon Schaefer + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright (C) 2011 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright (C) 2012 Grigori Goronzy + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright (C) 2013 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 1998-2004 David Turner and Werner Lemberg +Copyright © 2004,2007,2009 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 1998-2004 David Turner and Werner Lemberg +Copyright © 2004,2007,2009,2010 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 1998-2004 David Turner and Werner Lemberg +Copyright © 2006 Behdad Esfahbod +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012,2013 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007 Chris Wilson +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2010,2011,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2010,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012,2013 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012,2013 Google, Inc. +Copyright © 2019, Facebook Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2018,2019,2020 Ebrahim Byagowi +Copyright © 2018 Khaled Hosny + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2010,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2010,2012,2013 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2012,2018 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2012,2018 Google, Inc. +Copyright © 2019 Facebook, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2009 Keith Stribley +Copyright © 2011 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2009 Keith Stribley +Copyright © 2015 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2011 Codethink Limited +Copyright © 2010,2011,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2011 Codethink Limited +Copyright © 2011,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2011 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2015 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2018 Ebrahim Byagowi + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2018 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2010,2011,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2010,2011,2012,2013 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2010,2011,2013 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010 Red Hat, Inc. +Copyright © 2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010,2011 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010,2011,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010,2011,2013 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011 Martin Hosken +Copyright © 2011 SIL International + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011 Martin Hosken +Copyright © 2011 SIL International +Copyright © 2011,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012 Google, Inc. +Copyright © 2018 Ebrahim Byagowi + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012,2013 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012,2014 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2014 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012 Mozilla Foundation. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012,2013 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012,2013 Mozilla Foundation. +Copyright © 2012,2013 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012,2017 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012,2018 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2013 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2013 Red Hat, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2014 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2015 Google, Inc. +Copyright © 2019 Adobe Inc. +Copyright © 2019 Ebrahim Byagowi + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2015 Mozilla Foundation. +Copyright © 2015 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2015-2019 Ebrahim Byagowi + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Elie Roux +Copyright © 2018 Google, Inc. +Copyright © 2018-2019 Ebrahim Byagowi + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Google, Inc. +Copyright © 2018 Ebrahim Byagowi + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Google, Inc. +Copyright © 2018 Khaled Hosny +Copyright © 2018 Ebrahim Byagowi + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Igalia S.L. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2017 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2017 Google, Inc. +Copyright © 2018 Ebrahim Byagowi + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2017 Google, Inc. +Copyright © 2019 Facebook, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2017,2018 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi +Copyright © 2018 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi +Copyright © 2020 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Google, Inc. +Copyright © 2019 Facebook, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Adobe Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018-2019 Ebrahim Byagowi + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Adobe Inc. +Copyright © 2019 Ebrahim Byagowi + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Adobe, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Ebrahim Byagowi + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Facebook, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Adobe Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019-2020 Ebrahim Byagowi + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2020 Ebrahim Byagowi + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2020 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +HarfBuzz is licensed under the so-called "Old MIT" license. Details follow. +For parts of HarfBuzz that are licensed under different licenses see individual +files names COPYING in subdirectories where applicable. + +Copyright © 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 Google, Inc. +Copyright © 2018,2019,2020 Ebrahim Byagowi +Copyright © 2019,2020 Facebook, Inc. +Copyright © 2012 Mozilla Foundation +Copyright © 2011 Codethink Limited +Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies) +Copyright © 2009 Keith Stribley +Copyright © 2009 Martin Hosken and SIL International +Copyright © 2007 Chris Wilson +Copyright © 2006 Behdad Esfahbod +Copyright © 2005 David Turner +Copyright © 2004,2007,2008,2009,2010 Red Hat, Inc. +Copyright © 1998-2004 David Turner and Werner Lemberg + +For full copyright notices consult the individual files in the package. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +http + +Copyright 2014, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1995-2016 International Business Machines Corporation and others +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, and/or sell copies of the Software, and to permit persons +to whom the Software is furnished to do so, provided that the above +copyright notice(s) and this permission notice appear in all copies of +the Software and that both the above copyright notice(s) and this +permission notice appear in supporting documentation. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR +HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY +SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF +CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, use +or other dealings in this Software without prior written authorization +of the copyright holder. + +All trademarks and registered trademarks mentioned herein are the +property of their respective owners. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1998 - 1999 Unicode, Inc. All Rights reserved. + Copyright (C) 2002-2005, International Business Machines + Corporation and others. All Rights Reserved. + +This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +No claims are made as to fitness for any particular purpose. No +warranties of any kind are expressed or implied. The recipient +agrees to determine applicability of information provided. If this +file has been provided on optical media by Unicode, Inc., the sole +remedy for any claim will be exchange of defective media within 90 +days of receipt. + +Unicode, Inc. hereby grants the right to freely use the information +supplied in this file in the creation of products supporting the +Unicode Standard, and to make copies of this file in any form for +internal or external distribution as long as this notice remains +attached. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1999 Computer Systems and Communication Lab, + Institute of Information Science, Academia + * Sinica. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. +. Neither the name of the Computer Systems and Communication Lab + nor the names of its contributors may be used to endorse or + promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1999 TaBE Project. +Copyright (c) 1999 Pai-Hsiang Hsiao. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. +. Neither the name of the TaBE Project nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1999 Unicode, Inc. All Rights reserved. + Copyright (C) 2002-2005, International Business Machines + Corporation and others. All Rights Reserved. + +This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +No claims are made as to fitness for any particular purpose. No +warranties of any kind are expressed or implied. The recipient +agrees to determine applicability of information provided. If this +file has been provided on optical media by Unicode, Inc., the sole +remedy for any claim will be exchange of defective media within 90 +days of receipt. + +Unicode, Inc. hereby grants the right to freely use the information +supplied in this file in the creation of products supporting the +Unicode Standard, and to make copies of this file in any form for +internal or external distribution as long as this notice remains +attached. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002 Unicode, Inc. All Rights reserved. + Copyright (C) 2002-2005, International Business Machines + Corporation and others. All Rights Reserved. + +This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +No claims are made as to fitness for any particular purpose. No +warranties of any kind are expressed or implied. The recipient +agrees to determine applicability of information provided. If this +file has been provided on optical media by Unicode, Inc., the sole +remedy for any claim will be exchange of defective media within 90 +days of receipt. + +Unicode, Inc. hereby grants the right to freely use the information +supplied in this file in the creation of products supporting the +Unicode Standard, and to make copies of this file in any form for +internal or external distribution as long as this notice remains +attached. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2013 International Business Machines Corporation +and others. All Rights Reserved. + +Project: https://github.com/veer66/lao-dictionary +Dictionary: https://github.com/veer66/lao-dictionary/blob/master/Lao-Dictionary.txt +License: https://github.com/veer66/lao-dictionary/blob/master/Lao-Dictionary-LICENSE.txt + (copied below) + + This file is derived from the above dictionary, with slight + modifications. + + Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, + are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. Redistributions in + binary form must reproduce the above copyright notice, this list of + conditions and the following disclaimer in the documentation and/or + other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2014 International Business Machines Corporation +and others. All Rights Reserved. + +This list is part of a project hosted at: + github.com/kanyawtech/myanmar-karen-word-lists + +Copyright (c) 2013, LeRoy Benjamin Sharon +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: Redistributions of source code must retain the above +copyright notice, this list of conditions and the following +disclaimer. Redistributions in binary form must reproduce the +above copyright notice, this list of conditions and the following +disclaimer in the documentation and/or other materials provided +with the distribution. + + Neither the name Myanmar Karen Word Lists, nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND +CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR +TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF +THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2010. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2011. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2012. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2014. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2016. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +icu + +Copyright 1996 Chih-Hao Tsai @ Beckman Institute, + University of Illinois +c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4 +-------------------------------------------------------------------------------- +icu + +Copyright 2000, 2001, 2002, 2003 Nara Institute of Science +and Technology. All Rights Reserved. + +Use, reproduction, and distribution of this software is permitted. +Any copy of this software, whether in its original form or modified, +must include both the above copyright notice and the following +paragraphs. + +Nara Institute of Science and Technology (NAIST), +the copyright holders, disclaims all warranties with regard to this +software, including all implied warranties of merchantability and +fitness, in no event shall NAIST be liable for +any special, indirect or consequential damages or any damages +whatsoever resulting from loss of use, data or profits, whether in an +action of contract, negligence or other tortuous action, arising out +of or in connection with the use or performance of this software. + +A large portion of the dictionary entries +originate from ICOT Free Software. The following conditions for ICOT +Free Software applies to the current dictionary as well. + +Each User may also freely distribute the Program, whether in its +original form or modified, to any third party or parties, PROVIDED +that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear +on, or be attached to, the Program, which is distributed substantially +in the same form as set out herein and that such intended +distribution, if actually made, will neither violate or otherwise +contravene any of the laws and regulations of the countries having +jurisdiction over the User or the intended distribution itself. + +NO WARRANTY + +The program was produced on an experimental basis in the course of the +research and development conducted during the project and is provided +to users as so produced on an experimental basis. Accordingly, the +program is provided without any warranty whatsoever, whether express, +implied, statutory or otherwise. The term "warranty" used herein +includes, but is not limited to, any warranty of the quality, +performance, merchantability and fitness for a particular purpose of +the program and the nonexistence of any infringement or violation of +any right of any third party. + +Each user of the program will agree and understand, and be deemed to +have agreed and understood, that there is no warranty whatsoever for +the program and, accordingly, the entire risk arising from or +otherwise connected with the program is assumed by the user. + +Therefore, neither ICOT, the copyright holder, or any other +organization that participated in or was otherwise related to the +development of the program and their respective officials, directors, +officers and other employees shall be held liable for any and all +damages, including, without limitation, general, special, incidental +and consequential damages, arising out of or otherwise in connection +with the use or inability to use the program or any product, material +or result produced or otherwise obtained by using the program, +regardless of whether they have been advised of, or otherwise had +knowledge of, the possibility of such damages at any time during the +project or thereafter. Each user will be deemed to have agreed to the +foregoing by his or her commencement of use of the program. The term +"use" as used herein includes, but is not limited to, the use, +modification, copying and distribution of the program and the +production of secondary products from the program. + +In the case where the program, whether in its original form or +modified, was distributed or delivered to or received by a user from +any person, organization or entity other than ICOT, unless it makes or +grants independently of ICOT any specific warranty to the user in +writing, such person, organization or entity, will also be exempted +from and not be held liable to the user for any such damages as noted +above as far as the program is concerned. +-------------------------------------------------------------------------------- +icu + +Copyright 2006-2011, the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +icu + +Copyright 2019 the V8 project authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +icu + +Copyright © 1991-2020 Unicode, Inc. All rights reserved. +Distributed under the Terms of Use in https://www.unicode.org/copyright.html. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +The BSD License +http://opensource.org/licenses/bsd-license.php +Copyright (C) 2006-2008, Google Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. + Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following +disclaimer in the documentation and/or other materials provided with +the distribution. + Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND +CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +icu + +Unicode® Terms of Use +For the general privacy policy governing access to this site, see the Unicode Privacy Policy. For trademark usage, see the Unicode® Consortium Name and Trademark Usage Policy. + +A. Unicode Copyright. +1. Copyright © 1991-2017 Unicode, Inc. All rights reserved. +2. Certain documents and files on this website contain a legend indicating that "Modification is permitted." Any person is hereby authorized, without fee, to modify such documents and files to create derivative works conforming to the Unicode® Standard, subject to Terms and Conditions herein. +3. Any person is hereby authorized, without fee, to view, use, reproduce, and distribute all documents and files solely for informational purposes and in the creation of products supporting the Unicode Standard, subject to the Terms and Conditions herein. +4. Further specifications of rights and restrictions pertaining to the use of the particular set of data files known as the "Unicode Character Database" can be found in the License. +5. Each version of the Unicode Standard has further specifications of rights and restrictions of use. For the book editions (Unicode 5.0 and earlier), these are found on the back of the title page. The online code charts carry specific restrictions. All other files, including online documentation of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use. +6. No license is granted to "mirror" the Unicode website where a fee is charged for access to the "mirror" site. +7. Modification is not permitted with respect to this document. All copies of this document must be verbatim. +B. Restricted Rights Legend. Any technical data or software which is licensed to the United States of America, its agencies and/or instrumentalities under this Agreement is commercial technical data or commercial computer software developed exclusively at private expense as defined in FAR 2.101, or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use, duplication, or disclosure by the Government is subject to restrictions as set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202, as applicable, use, duplication or disclosure by the Government is subject to the restrictions set forth in this Agreement. +C. Warranties and Disclaimers. +1. This publication and/or website may include technical or typographical errors or other inaccuracies . Changes are periodically added to the information herein; these changes will be incorporated in new editions of the publication and/or website. Unicode may make improvements and/or changes in the product(s) and/or program(s) described in this publication and/or website at any time. +2. If this file has been purchased on magnetic or optical media from Unicode, Inc. the sole and exclusive remedy for any claim will be exchange of the defective media within ninety (90) days of original purchase. +3. EXCEPT AS PROVIDED IN SECTION C.2, THIS PUBLICATION AND/OR SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN THIS PUBLICATION AND/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE. +D. Waiver of Damages. In no event shall Unicode or its licensors be liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, whether or not Unicode was advised of the possibility of the damage, including, without limitation, those resulting from the following: loss of use, data or profits, in connection with the use, modification or distribution of this information or its derivatives. +E. Trademarks & Logos. +1. The Unicode Word Mark and the Unicode Logo are trademarks of Unicode, Inc. “The Unicode Consortium” and “Unicode, Inc.” are trade names of Unicode, Inc. Use of the information and materials found on this website indicates your acknowledgement of Unicode, Inc.’s exclusive worldwide rights in the Unicode Word Mark, the Unicode Logo, and the Unicode trade names. +2. The Unicode Consortium Name and Trademark Usage Policy (“Trademark Policy”) are incorporated herein by reference and you agree to abide by the provisions of the Trademark Policy, which may be changed from time to time in the sole discretion of Unicode, Inc. +3. All third party trademarks referenced herein are the property of their respective owners. +F. Miscellaneous. +1. Jurisdiction and Venue. This server is operated from a location in the State of California, United States of America. Unicode makes no representation that the materials are appropriate for use in other locations. If you access this server from other locations, you are responsible for compliance with local laws. This Agreement, all use of this site and any claims and damages resulting from use of this site are governed solely by the laws of the State of California without regard to any principles which would apply the laws of a different jurisdiction. The user agrees that any disputes regarding this site shall be resolved solely in the courts located in Santa Clara County, California. The user agrees said courts have personal jurisdiction and agree to waive any right to transfer the dispute to any other forum. +2. Modification by Unicode Unicode shall have the right to modify this Agreement at any time by posting it to this site. The user may not assign any part of this Agreement without Unicode’s prior written consent. +3. Taxes. The user agrees to pay any taxes arising from access to this website or use of the information herein, except for those based on Unicode’s net income. +4. Severability. If any provision of this Agreement is declared invalid or unenforceable, the remaining provisions of this Agreement shall remain in effect. +5. Entire Agreement. This Agreement constitutes the entire agreement between the parties. + +EXHIBIT 1 +UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE + +Unicode Data Files include all data files under the directories +http://www.unicode.org/Public/, http://www.unicode.org/reports/, +http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and +http://www.unicode.org/utility/trac/browser/. + +Unicode Data Files do not include PDF online code charts under the +directory http://www.unicode.org/Public/. + +Software includes any source code published in the Unicode Standard +or under the directories +http://www.unicode.org/Public/, http://www.unicode.org/reports/, +http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and +http://www.unicode.org/utility/trac/browser/. + +NOTICE TO USER: Carefully read the following legal agreement. +BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S +DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), +YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE +TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE +THE DATA FILES OR SOFTWARE. + +COPYRIGHT AND PERMISSION NOTICE + +Copyright © 1991-2017 Unicode, Inc. All rights reserved. +Distributed under the Terms of Use in http://www.unicode.org/copyright.html. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +image + +The MIT License + +Copyright (c) 2013-2021 Brendan Duncan. +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +js + +Copyright 2012, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +khronos + +Copyright (c) 2007-2010 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. + +SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) + +Copyright (C) 1992 Silicon Graphics, Inc. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice including the dates of first publication and either +this permission notice or a reference to http://oss.sgi.com/projects/FreeB +shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON +GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of Silicon Graphics, Inc. shall +not be used in advertising or otherwise to promote the sale, use or other +dealings in this Software without prior written authorization from Silicon +Graphics, Inc. +-------------------------------------------------------------------------------- +khronos + +Copyright (c) 2007-2012 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +khronos + +Copyright (c) 2007-2016 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +khronos + +Copyright (c) 2008-2009 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +khronos + +Copyright (c) 2013-2016 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +libcxx +libcxxabi + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +--- LLVM Exceptions to the Apache 2.0 License ---- + +As an exception, if, as a result of your compiling your source code, portions +of this Software are embedded into an Object form of such source code, you +may redistribute such embedded portions in such Object form without complying +with the conditions of Sections 4(a), 4(b) and 4(d) of the License. + +In addition, if you combine or link compiled forms of this Software with +software that is licensed under the GPLv2 ("Combined Software") and if a +court of competent jurisdiction determines that the patent provision (Section +3), the indemnity provision (Section 9) or other Section of the License +conflicts with the conditions of the GPLv2, you may retroactively and +prospectively choose to deem waived or otherwise exclude such Section(s) of +the License, but only in their entirety and only with respect to the Combined +Software. +-------------------------------------------------------------------------------- +libcxx +libcxxabi + +Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +libcxx +libcxxabi + +University of Illinois/NCSA +Open Source License + +Copyright (c) 2009-2019 by the contributors listed in CREDITS.TXT + +All rights reserved. + +Developed by: + + LLVM Team + + University of Illinois at Urbana-Champaign + + http://llvm.org + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal with +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + + * Neither the names of the LLVM Team, University of Illinois at + Urbana-Champaign, nor the names of its contributors may be used to + endorse or promote products derived from this Software without specific + prior written permission. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE +SOFTWARE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2009, D. R. Commander. + +Based on the x86 SIMD extension for IJG JPEG library +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2009-2011, 2014-2016, D. R. Commander. +Copyright (C) 2015, Matthieu Darbois. + +Based on the x86 SIMD extension for IJG JPEG library +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies). +All Rights Reserved. +Author: Siarhei Siamashka +Copyright (C) 2013-2014, Linaro Limited. All Rights Reserved. +Author: Ragesh Radhakrishnan +Copyright (C) 2014-2016, D. R. Commander. All Rights Reserved. +Copyright (C) 2015-2016, Matthieu Darbois. All Rights Reserved. +Copyright (C) 2016, Siarhei Siamashka. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies). +All Rights Reserved. +Author: Siarhei Siamashka +Copyright (C) 2014, Siarhei Siamashka. All Rights Reserved. +Copyright (C) 2014, Linaro Limited. All Rights Reserved. +Copyright (C) 2015, D. R. Commander. All Rights Reserved. +Copyright (C) 2015-2016, Matthieu Darbois. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2011, D. R. Commander. + +Based on the x86 SIMD extension for IJG JPEG library +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2013, MIPS Technologies, Inc., California. +All Rights Reserved. +Authors: Teodora Novkovic (teodora.novkovic@imgtec.com) + Darko Laus (darko.laus@imgtec.com) +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2013-2014, MIPS Technologies, Inc., California. +All Rights Reserved. +Authors: Teodora Novkovic (teodora.novkovic@imgtec.com) + Darko Laus (darko.laus@imgtec.com) +Copyright (C) 2015, D. R. Commander. All Rights Reserved. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2014, D. R. Commander. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved. +Copyright (C) 2014, Jay Foad. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2015, D. R. Commander. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2009-2014 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2009-2015 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2009-2016 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2011 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2011, 2015 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2011-2016 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009 Pierre Ossman for Cendio AB + +Based on the x86 SIMD extension for IJG JPEG library +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009 Pierre Ossman for Cendio AB + +Based on the x86 SIMD extension for IJG JPEG library, +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2009, D. R. Commander. + +Based on the x86 SIMD extension for IJG JPEG library +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2009-2011, 2013-2014, 2016, D. R. Commander. +Copyright (C) 2015, Matthieu Darbois. + +Based on the x86 SIMD extension for IJG JPEG library, +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2009-2011, 2013-2014, 2016, D. R. Commander. +Copyright (C) 2015-2016, Matthieu Darbois. + +Based on the x86 SIMD extension for IJG JPEG library, +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2009-2011, 2014, 2016, D. R. Commander. +Copyright (C) 2015, Matthieu Darbois. + +Based on the x86 SIMD extension for IJG JPEG library, +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2009-2011, 2014, D. R. Commander. +Copyright (C) 2013-2014, MIPS Technologies, Inc., California. +Copyright (C) 2015, Matthieu Darbois. + +Based on the x86 SIMD extension for IJG JPEG library, +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2009-2011, 2014, D. R. Commander. +Copyright (C) 2015, Matthieu Darbois. + +Based on the x86 SIMD extension for IJG JPEG library, +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2009-2011, 2014-2015, D. R. Commander. +Copyright (C) 2015, Matthieu Darbois. + +Based on the x86 SIMD extension for IJG JPEG library, +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2010, D. R. Commander. + +Based on the x86 SIMD extension for IJG JPEG library - version 1.02 + +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2011, 2014, D. R. Commander. +Copyright (C) 2015, Matthieu Darbois. + +Based on the x86 SIMD extension for IJG JPEG library, +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2011, 2014-2016, D. R. Commander. +Copyright (C) 2013-2014, MIPS Technologies, Inc., California. +Copyright (C) 2014, Linaro Limited. +Copyright (C) 2015-2016, Matthieu Darbois. + +Based on the x86 SIMD extension for IJG JPEG library, +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2011, D. R. Commander. + +Based on the x86 SIMD extension for IJG JPEG library +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009, 2012 Pierre Ossman for Cendio AB +Copyright (C) 2009, 2012, D. R. Commander. + +Based on the x86 SIMD extension for IJG JPEG library +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009, 2012 Pierre Ossman for Cendio AB +Copyright (C) 2012, D. R. Commander. + +Based on the x86 SIMD extension for IJG JPEG library +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +libjpeg-turbo note: This file has been modified by The libjpeg-turbo Project +to include only information relevant to libjpeg-turbo, to wordsmith certain +sections, and to remove impolitic language that existed in the libjpeg v8 +README. It is included only for reference. Please see README.md for +information specific to libjpeg-turbo. + +The Independent JPEG Group's JPEG software +========================================== + +This distribution contains a release of the Independent JPEG Group's free JPEG +software. You are welcome to redistribute this software and to use it for any +purpose, subject to the conditions under LEGAL ISSUES, below. + +This software is the work of Tom Lane, Guido Vollbeding, Philip Gladstone, +Bill Allombert, Jim Boucher, Lee Crocker, Bob Friesenhahn, Ben Jackson, +Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, Ge' Weijers, +and other members of the Independent JPEG Group. + +IJG is not affiliated with the ISO/IEC JTC1/SC29/WG1 standards committee +(also known as JPEG, together with ITU-T SG16). + +DOCUMENTATION ROADMAP +===================== + +This file contains the following sections: + +OVERVIEW General description of JPEG and the IJG software. +LEGAL ISSUES Copyright, lack of warranty, terms of distribution. +REFERENCES Where to learn more about JPEG. +ARCHIVE LOCATIONS Where to find newer versions of this software. +FILE FORMAT WARS Software *not* to get. +TO DO Plans for future IJG releases. + +Other documentation files in the distribution are: + +User documentation: + usage.txt Usage instructions for cjpeg, djpeg, jpegtran, + rdjpgcom, and wrjpgcom. + *.1 Unix-style man pages for programs (same info as usage.txt). + wizard.txt Advanced usage instructions for JPEG wizards only. + change.log Version-to-version change highlights. +Programmer and internal documentation: + libjpeg.txt How to use the JPEG library in your own programs. + example.c Sample code for calling the JPEG library. + structure.txt Overview of the JPEG library's internal structure. + coderules.txt Coding style rules --- please read if you contribute code. + +Please read at least usage.txt. Some information can also be found in the JPEG +FAQ (Frequently Asked Questions) article. See ARCHIVE LOCATIONS below to find +out where to obtain the FAQ article. + +If you want to understand how the JPEG code works, we suggest reading one or +more of the REFERENCES, then looking at the documentation files (in roughly +the order listed) before diving into the code. + +OVERVIEW +======== + +This package contains C software to implement JPEG image encoding, decoding, +and transcoding. JPEG (pronounced "jay-peg") is a standardized compression +method for full-color and grayscale images. JPEG's strong suit is compressing +photographic images or other types of images that have smooth color and +brightness transitions between neighboring pixels. Images with sharp lines or +other abrupt features may not compress well with JPEG, and a higher JPEG +quality may have to be used to avoid visible compression artifacts with such +images. + +JPEG is lossy, meaning that the output pixels are not necessarily identical to +the input pixels. However, on photographic content and other "smooth" images, +very good compression ratios can be obtained with no visible compression +artifacts, and extremely high compression ratios are possible if you are +willing to sacrifice image quality (by reducing the "quality" setting in the +compressor.) + +This software implements JPEG baseline, extended-sequential, and progressive +compression processes. Provision is made for supporting all variants of these +processes, although some uncommon parameter settings aren't implemented yet. +We have made no provision for supporting the hierarchical or lossless +processes defined in the standard. + +We provide a set of library routines for reading and writing JPEG image files, +plus two sample applications "cjpeg" and "djpeg", which use the library to +perform conversion between JPEG and some other popular image file formats. +The library is intended to be reused in other applications. + +In order to support file conversion and viewing software, we have included +considerable functionality beyond the bare JPEG coding/decoding capability; +for example, the color quantization modules are not strictly part of JPEG +decoding, but they are essential for output to colormapped file formats or +colormapped displays. These extra functions can be compiled out of the +library if not required for a particular application. + +We have also included "jpegtran", a utility for lossless transcoding between +different JPEG processes, and "rdjpgcom" and "wrjpgcom", two simple +applications for inserting and extracting textual comments in JFIF files. + +The emphasis in designing this software has been on achieving portability and +flexibility, while also making it fast enough to be useful. In particular, +the software is not intended to be read as a tutorial on JPEG. (See the +REFERENCES section for introductory material.) Rather, it is intended to +be reliable, portable, industrial-strength code. We do not claim to have +achieved that goal in every aspect of the software, but we strive for it. + +We welcome the use of this software as a component of commercial products. +No royalty is required, but we do ask for an acknowledgement in product +documentation, as described under LEGAL ISSUES. + +LEGAL ISSUES +============ + +In plain English: + +1. We don't promise that this software works. (But if you find any bugs, + please let us know!) +2. You can use this software for whatever you want. You don't have to pay us. +3. You may not pretend that you wrote this software. If you use it in a + program, you must acknowledge somewhere in your documentation that + you've used the IJG code. + +In legalese: + +The authors make NO WARRANTY or representation, either express or implied, +with respect to this software, its quality, accuracy, merchantability, or +fitness for a particular purpose. This software is provided "AS IS", and you, +its user, assume the entire risk as to its quality and accuracy. + +This software is copyright (C) 1991-2016, Thomas G. Lane, Guido Vollbeding. +All Rights Reserved except as specified below. + +Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions: +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered; and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group". +(3) Permission for use of this software is granted only if the user accepts +full responsibility for any undesirable consequences; the authors accept +NO LIABILITY for damages of any kind. + +These conditions apply to any software derived from or based on the IJG code, +not just to the unmodified library. If you use our work, you ought to +acknowledge us. + +Permission is NOT granted for the use of any IJG author's name or company name +in advertising or publicity relating to this software or products derived from +it. This software may be referred to only as "the Independent JPEG Group's +software". + +We specifically permit and encourage the use of this software as the basis of +commercial products, provided that all warranty or liability claims are +assumed by the product vendor. + +The Unix configuration script "configure" was produced with GNU Autoconf. +It is copyright by the Free Software Foundation but is freely distributable. +The same holds for its supporting scripts (config.guess, config.sub, +ltmain.sh). Another support script, install-sh, is copyright by X Consortium +but is also freely distributable. + +The IJG distribution formerly included code to read and write GIF files. +To avoid entanglement with the Unisys LZW patent (now expired), GIF reading +support has been removed altogether, and the GIF writer has been simplified +to produce "uncompressed GIFs". This technique does not use the LZW +algorithm; the resulting GIF files are larger than usual, but are readable +by all standard GIF decoders. + +We are required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." + +REFERENCES +========== + +We recommend reading one or more of these references before trying to +understand the innards of the JPEG software. + +The best short technical introduction to the JPEG compression algorithm is + Wallace, Gregory K. "The JPEG Still Picture Compression Standard", + Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44. +(Adjacent articles in that issue discuss MPEG motion picture compression, +applications of JPEG, and related topics.) If you don't have the CACM issue +handy, a PDF file containing a revised version of Wallace's article is +available at http://www.ijg.org/files/Wallace.JPEG.pdf. The file (actually +a preprint for an article that appeared in IEEE Trans. Consumer Electronics) +omits the sample images that appeared in CACM, but it includes corrections +and some added material. Note: the Wallace article is copyright ACM and IEEE, +and it may not be used for commercial purposes. + +A somewhat less technical, more leisurely introduction to JPEG can be found in +"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by +M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides +good explanations and example C code for a multitude of compression methods +including JPEG. It is an excellent source if you are comfortable reading C +code but don't know much about data compression in general. The book's JPEG +sample code is far from industrial-strength, but when you are ready to look +at a full implementation, you've got one here... + +The best currently available description of JPEG is the textbook "JPEG Still +Image Data Compression Standard" by William B. Pennebaker and Joan L. +Mitchell, published by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1. +Price US$59.95, 638 pp. The book includes the complete text of the ISO JPEG +standards (DIS 10918-1 and draft DIS 10918-2). + +The original JPEG standard is divided into two parts, Part 1 being the actual +specification, while Part 2 covers compliance testing methods. Part 1 is +titled "Digital Compression and Coding of Continuous-tone Still Images, +Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS +10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of +Continuous-tone Still Images, Part 2: Compliance testing" and has document +numbers ISO/IEC IS 10918-2, ITU-T T.83. + +The JPEG standard does not specify all details of an interchangeable file +format. For the omitted details we follow the "JFIF" conventions, revision +1.02. JFIF 1.02 has been adopted as an Ecma International Technical Report +and thus received a formal publication status. It is available as a free +download in PDF format from +http://www.ecma-international.org/publications/techreports/E-TR-098.htm. +A PostScript version of the JFIF document is available at +http://www.ijg.org/files/jfif.ps.gz. There is also a plain text version at +http://www.ijg.org/files/jfif.txt.gz, but it is missing the figures. + +The TIFF 6.0 file format specification can be obtained by FTP from +ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme +found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems. +IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6). +Instead, we recommend the JPEG design proposed by TIFF Technical Note #2 +(Compression tag 7). Copies of this Note can be obtained from +http://www.ijg.org/files/. It is expected that the next revision +of the TIFF spec will replace the 6.0 JPEG design with the Note's design. +Although IJG's own code does not support TIFF/JPEG, the free libtiff library +uses our library to implement TIFF/JPEG per the Note. + +ARCHIVE LOCATIONS +================= + +The "official" archive site for this software is www.ijg.org. +The most recent released version can always be found there in +directory "files". + +The JPEG FAQ (Frequently Asked Questions) article is a source of some +general information about JPEG. +It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq +and other news.answers archive sites, including the official news.answers +archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/. +If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu +with body + send usenet/news.answers/jpeg-faq/part1 + send usenet/news.answers/jpeg-faq/part2 + +FILE FORMAT WARS +================ + +The ISO/IEC JTC1/SC29/WG1 standards committee (also known as JPEG, together +with ITU-T SG16) currently promotes different formats containing the name +"JPEG" which are incompatible with original DCT-based JPEG. IJG therefore does +not support these formats (see REFERENCES). Indeed, one of the original +reasons for developing this free software was to help force convergence on +common, interoperable format standards for JPEG files. +Don't use an incompatible file format! +(In any case, our decoder will remain capable of reading existing JPEG +image files indefinitely.) + +TO DO +===== + +Please send bug reports, offers of help, etc. to jpeg-info@jpegclub.org. +-------------------------------------------------------------------------------- +libwebp + +Copyright (c) 2010, Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2010 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2011 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2012 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2013 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2014 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2015 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2016 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2017 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2018 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +lints + +Copyright 2021, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +meta + +Copyright 2016, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +nested +provider + +MIT License + +Copyright (c) 2019 Remi Rousselet + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +path_drawing +path_parsing + +Copyright (c) 2018 Dan Field + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +-------------------------------------------------------------------------------- +path_provider_platform_interface + +Copyright 2020 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +pedantic +platform +process +term_glyph + +Copyright 2017, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +petitparser +xml + +The MIT License + +Copyright (c) 2006-2021 Lukas Renggli. +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +-------------------------------------------------------------------------------- +pkg + +Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +progress_indicators + +Free to use for all :) +-------------------------------------------------------------------------------- +qr_code_scanner + +Copyright 2018 Julius Canute + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +rapidjson + +Copyright (c) 2006-2013 Alexander Chemeris + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of the product nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +rapidjson + +Tencent is pleased to support the open source community by making RapidJSON available. + +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. + +If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License. +If you have downloaded a copy of the RapidJSON source code from Tencent, please note that RapidJSON source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms. Your integration of RapidJSON into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within RapidJSON. + +A copy of the MIT License is included in this file. + +Other dependencies and licenses: + +Open Source Software Licensed Under the BSD License: + +The msinttypes r29 +Copyright (c) 2006-2013 Alexander Chemeris +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +* Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Terms of the MIT License: + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +rapidjson + +Tencent is pleased to support the open source community by making RapidJSON available. + +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. + +If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License. +If you have downloaded a copy of the RapidJSON source code from Tencent, please note that RapidJSON source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms. Your integration of RapidJSON into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within RapidJSON. To avoid the problematic JSON license in your own projects, it's sufficient to exclude the bin/jsonchecker/ directory, as it's the only code under the JSON license. +A copy of the MIT License is included in this file. + +Other dependencies and licenses: + +Open Source Software Licensed Under the BSD License: + +The msinttypes r29 +Copyright (c) 2006-2013 Alexander Chemeris +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +* Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Open Source Software Licensed Under the JSON License: + +json.org +Copyright (c) 2002 JSON.org +All Rights Reserved. + +JSON_checker +Copyright (c) 2002 JSON.org +All Rights Reserved. + +Terms of the JSON License: + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +The Software shall be used for Good, not Evil. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Terms of the MIT License: + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +rapidjson + +The MIT License (MIT) + +Copyright (c) 2017 Bart Muzzin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Derived from: + +The MIT License (MIT) + +Copyright (c) 2015 mojmir svoboda + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +root_certificates + +Mozilla Public License +Version 2.0 + +1. Definitions + +1.1. “Contributor” + +means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. + +1.2. “Contributor Version” + +means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor’s Contribution. + +1.3. “Contribution” + +means Covered Software of a particular Contributor. + +1.4. “Covered Software” + +means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + +1.5. “Incompatible With Secondary Licenses” + +means + + a. that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + + b. that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + +1.6. “Executable Form” + +means any form of the work other than Source Code Form. + +1.7. “Larger Work” + +means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + +1.8. “License” + +means this document. + +1.9. “Licensable” + +means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + +1.10. “Modifications” + +means any of the following: + + a. any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + + b. any new file in Source Code Form that contains any Covered Software. + +1.11. “Patent Claims” of a Contributor + +means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + +1.12. “Secondary License” + +means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + +1.13. “Source Code Form” + +means the form of the work preferred for making modifications. + +1.14. “You” (or “Your”) + +means an individual or a legal entity exercising rights under this License. For legal entities, “You” includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, “control” means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + +2. License Grants and Conditions + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + + a. under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + + b. under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + + a. for any code that a Contributor has removed from Covered Software; or + + b. for infringements caused by: (i) Your and any other third party’s modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + + c. under Patent Claims infringed by Covered Software in the absence of its Contributions. + +This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + +3. Responsibilities + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients’ rights in the Source Code Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + + a. such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + + b. You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients’ rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + +4. Inability to Comply Due to Statute or Regulation + +If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + +5. Termination + +5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + +6. Disclaimer of Warranty + + Covered Software is provided under this License on an “as is” basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + +7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party’s negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + +8. Litigation + +Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party’s ability to bring cross-claims or counter-claims. + +9. Miscellaneous + +This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + +10. Versions of the License + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + +If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice + + This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - “Incompatible With Secondary Licenses” Notice + + This Source Code Form is “Incompatible With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0. +-------------------------------------------------------------------------------- +root_certificates + +Mozilla Public License Version 2.0 +================================== + +1. Definitions + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +* 6. Disclaimer of Warranty + +* Covered Software is provided under this License on an "as is" +* basis, without warranty of any kind, either expressed, implied, or +* statutory, including, without limitation, warranties that the +* Covered Software is free of defects, merchantable, fit for a +* particular purpose or non-infringing. The entire risk as to the +* quality and performance of the Covered Software is with You. +* Should any Covered Software prove defective in any respect, You +* (not any Contributor) assume the cost of any necessary servicing, +* repair, or correction. This disclaimer of warranty constitutes an +* essential part of this License. No use of any Covered Software is +* authorized under this License except under this disclaimer. + +* 7. Limitation of Liability + +* Under no circumstances and under no legal theory, whether tort +* (including negligence), contract, or otherwise, shall any +* Contributor, or anyone who distributes Covered Software as +* permitted above, be liable to You for any direct, indirect, +* special, incidental, or consequential damages of any character +* including, without limitation, damages for lost profits, loss of +* goodwill, work stoppage, computer failure or malfunction, or any +* and all other commercial damages or losses, even if such party +* shall have been informed of the possibility of such damages. This +* limitation of liability shall not apply to liability for death or +* personal injury resulting from such party's negligence to the +* extent applicable law prohibits such limitation. Some +* jurisdictions do not allow the exclusion or limitation of +* incidental or consequential damages, so this exclusion and +* limitation may not apply to You. + +8. Litigation + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. +-------------------------------------------------------------------------------- +shared_preferences_platform_interface + +Copyright 2017 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +skcms + +Copyright (c) 2018 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skcms +vulkanmemoryallocator + +Copyright 2018 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright (C) 2014 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright (c) 2011 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright (c) 2011 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright (c) 2014 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright (c) 2014-2016 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. +-------------------------------------------------------------------------------- +skia + +Copyright 2005 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2006 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2006-2012 The Android Open Source Project +Copyright 2012 Mozilla Foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2007 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2008 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2008 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2009 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2009-2015 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2010 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2010 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 Google Inc. +Copyright 2012 Mozilla Foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2013 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2013 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2014 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2014 Google Inc. +Copyright 2017 ARM Ltd. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2014 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2015 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2015 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2016 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2016 Mozilla Foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2016 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2017 ARM Ltd. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2017 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google Inc. and Adobe Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +smhasher + +All MurmurHash source files are placed in the public domain. + +The license below applies to all other code in SMHasher: + +Copyright (c) 2011 Google, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +tcmalloc + +Copyright (c) 2003, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +tcmalloc + +Copyright (c) 2005, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +test_api + +Copyright 2018, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +url_strategy + +BSD 3-Clause License + +Copyright (c) 2021, simpleclub +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +vector_math + +Copyright 2015, Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright (C) 2013 Andrew Magill + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. + +-------------------------------------------------------------------------------- +vulkanmemoryallocator + +Copyright (c) 2017-2020 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +win32 + +Copyright 2019, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +wuffs + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS +-------------------------------------------------------------------------------- +xdg_directories + +Copyright 2020 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +xxhash + +Copyright (C) 2012-2016, Yann Collet + +BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +* Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +xxhash + +Copyright (C) 2012-2016, Yann Collet. + +BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2003, 2010 Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2003, 2010 Mark Adler +Copyright (C) 2017 ARM, Inc. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2005, 2010 Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2005, 2014, 2016 Jean-loup Gailly, Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2006, 2010, 2011, 2012, 2016 Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2011, 2016 Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2016 Jean-loup Gailly + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2016 Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2017 Jean-loup Gailly + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2017 Jean-loup Gailly +detect_data_type() function provided freely by Cosmin Truta, 2006 + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2017 Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) + +Modifications for Zip64 support +Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) + +For more info read MiniZip_info.txt + +Condition of use and distribution are the same than zlib : + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) + +Modifications of Unzip for Zip64 +Copyright (C) 2007-2008 Even Rouault + +Modifications for Zip64 support on both zip and unzip +Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) + +For more info read MiniZip_info.txt + +Condition of use and distribution are the same than zlib : + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 2004, 2010 Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 2004-2017 Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 2013 Intel Corporation +Authors: + Arjan van de Ven + Jim Kukunas + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 2013 Intel Corporation. All rights reserved. +Authors: + Wajdi Feghali + Jim Guilford + Vinodh Gopal + Erdinc Ozturk + Jim Kukunas + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 2017 ARM, Inc. +Copyright 2017 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +version 1.2.11, January 15th, 2017 + +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. diff --git a/website/src/app-demo/assets/assets/code.png b/website/src/app-demo/assets/assets/code.png new file mode 100644 index 0000000000..dad19c705f Binary files /dev/null and b/website/src/app-demo/assets/assets/code.png differ diff --git a/website/src/app-demo/assets/assets/dp.png b/website/src/app-demo/assets/assets/dp.png new file mode 100644 index 0000000000..bd07199e06 Binary files /dev/null and b/website/src/app-demo/assets/assets/dp.png differ diff --git a/website/src/app-demo/assets/assets/logo.svg b/website/src/app-demo/assets/assets/logo.svg new file mode 100644 index 0000000000..bb4e50787a --- /dev/null +++ b/website/src/app-demo/assets/assets/logo.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/website/src/app-demo/assets/assets/menu.svg b/website/src/app-demo/assets/assets/menu.svg new file mode 100644 index 0000000000..619f5cfb6b --- /dev/null +++ b/website/src/app-demo/assets/assets/menu.svg @@ -0,0 +1,4 @@ + + + + diff --git a/website/src/app-demo/assets/assets/simpleX.png b/website/src/app-demo/assets/assets/simpleX.png new file mode 100644 index 0000000000..227b0d06fe Binary files /dev/null and b/website/src/app-demo/assets/assets/simpleX.png differ diff --git a/website/src/app-demo/assets/assets/simpleX.svg b/website/src/app-demo/assets/assets/simpleX.svg new file mode 100644 index 0000000000..cbc5699f96 --- /dev/null +++ b/website/src/app-demo/assets/assets/simpleX.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + diff --git a/website/src/app-demo/assets/assets/x.png b/website/src/app-demo/assets/assets/x.png new file mode 100644 index 0000000000..622e72ee1f Binary files /dev/null and b/website/src/app-demo/assets/assets/x.png differ diff --git a/website/src/app-demo/assets/fonts/MaterialIcons-Regular.otf b/website/src/app-demo/assets/fonts/MaterialIcons-Regular.otf new file mode 100644 index 0000000000..3246ad559e Binary files /dev/null and b/website/src/app-demo/assets/fonts/MaterialIcons-Regular.otf differ diff --git a/website/src/app-demo/assets/packages/cupertino_icons/assets/CupertinoIcons.ttf b/website/src/app-demo/assets/packages/cupertino_icons/assets/CupertinoIcons.ttf new file mode 100644 index 0000000000..79ba7ea083 Binary files /dev/null and b/website/src/app-demo/assets/packages/cupertino_icons/assets/CupertinoIcons.ttf differ diff --git a/website/src/app-demo/favicon.png b/website/src/app-demo/favicon.png new file mode 100644 index 0000000000..8aaa46ac1a Binary files /dev/null and b/website/src/app-demo/favicon.png differ diff --git a/website/src/app-demo/flutter_service_worker.js b/website/src/app-demo/flutter_service_worker.js new file mode 100644 index 0000000000..6a93de47d9 --- /dev/null +++ b/website/src/app-demo/flutter_service_worker.js @@ -0,0 +1,199 @@ +'use strict'; +const MANIFEST = 'flutter-app-manifest'; +const TEMP = 'flutter-temp-cache'; +const CACHE_NAME = 'flutter-app-cache'; +const RESOURCES = { + "version.json": "202020e924ba3c0a947c6a94065dc141", +"index.html": "4968954a23c35ee7382e7e92c3a8c3dd", +"/": "4968954a23c35ee7382e7e92c3a8c3dd", +"main.dart.js": "bf71ad781369175bf31d5fc8c08a2d23", +"favicon.png": "5dcef449791fa27946b3d35ad8803796", +"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1", +"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c", +"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea", +"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1", +"manifest.json": "a95d8e3628c586f0aa3b075e0eeb29af", +"assets/AssetManifest.json": "9d2472896666e9a6b726af332dea76b1", +"assets/NOTICES": "2ea428042a87a9694413efe0bcfd1b4d", +"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57", +"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "6d342eb68f170c97609e9da345464e5e", +"assets/fonts/MaterialIcons-Regular.otf": "4e6447691c9509f7acdbf8a931a85ca1", +"assets/assets/code.png": "8bb3665ccacbfe67dbe932e25d999997", +"assets/assets/x.png": "efacea4302a9fd121576ee3170afd167", +"assets/assets/dp.png": "5405d77c51fb46a0cbf26cb96fe4da4d", +"assets/assets/simpleX.svg": "859824f577dac35e2633890ef37f5694", +"assets/assets/simpleX.png": "6593986343ab4d658e269f78f73f9527", +"assets/assets/logo.svg": "91d652fee241a04156ff28f8b4415a58", +"assets/assets/menu.svg": "60cf9626b8c57dd7728fcbb4b8641649" +}; + +// The application shell files that are downloaded before a service worker can +// start. +const CORE = [ + "/", +"main.dart.js", +"index.html", +"assets/NOTICES", +"assets/AssetManifest.json", +"assets/FontManifest.json"]; +// During install, the TEMP cache is populated with the application shell files. +self.addEventListener("install", (event) => { + self.skipWaiting(); + return event.waitUntil( + caches.open(TEMP).then((cache) => { + return cache.addAll( + CORE.map((value) => new Request(value, {'cache': 'reload'}))); + }) + ); +}); + +// During activate, the cache is populated with the temp files downloaded in +// install. If this service worker is upgrading from one with a saved +// MANIFEST, then use this to retain unchanged resource files. +self.addEventListener("activate", function(event) { + return event.waitUntil(async function() { + try { + var contentCache = await caches.open(CACHE_NAME); + var tempCache = await caches.open(TEMP); + var manifestCache = await caches.open(MANIFEST); + var manifest = await manifestCache.match('manifest'); + // When there is no prior manifest, clear the entire cache. + if (!manifest) { + await caches.delete(CACHE_NAME); + contentCache = await caches.open(CACHE_NAME); + for (var request of await tempCache.keys()) { + var response = await tempCache.match(request); + await contentCache.put(request, response); + } + await caches.delete(TEMP); + // Save the manifest to make future upgrades efficient. + await manifestCache.put('manifest', new Response(JSON.stringify(RESOURCES))); + return; + } + var oldManifest = await manifest.json(); + var origin = self.location.origin; + for (var request of await contentCache.keys()) { + var key = request.url.substring(origin.length + 1); + if (key == "") { + key = "/"; + } + // If a resource from the old manifest is not in the new cache, or if + // the MD5 sum has changed, delete it. Otherwise the resource is left + // in the cache and can be reused by the new service worker. + if (!RESOURCES[key] || RESOURCES[key] != oldManifest[key]) { + await contentCache.delete(request); + } + } + // Populate the cache with the app shell TEMP files, potentially overwriting + // cache files preserved above. + for (var request of await tempCache.keys()) { + var response = await tempCache.match(request); + await contentCache.put(request, response); + } + await caches.delete(TEMP); + // Save the manifest to make future upgrades efficient. + await manifestCache.put('manifest', new Response(JSON.stringify(RESOURCES))); + return; + } catch (err) { + // On an unhandled exception the state of the cache cannot be guaranteed. + console.error('Failed to upgrade service worker: ' + err); + await caches.delete(CACHE_NAME); + await caches.delete(TEMP); + await caches.delete(MANIFEST); + } + }()); +}); + +// The fetch handler redirects requests for RESOURCE files to the service +// worker cache. +self.addEventListener("fetch", (event) => { + if (event.request.method !== 'GET') { + return; + } + var origin = self.location.origin; + var key = event.request.url.substring(origin.length + 1); + // Redirect URLs to the index.html + if (key.indexOf('?v=') != -1) { + key = key.split('?v=')[0]; + } + if (event.request.url == origin || event.request.url.startsWith(origin + '/#') || key == '') { + key = '/'; + } + // If the URL is not the RESOURCE list then return to signal that the + // browser should take over. + if (!RESOURCES[key]) { + return; + } + // If the URL is the index.html, perform an online-first request. + if (key == '/') { + return onlineFirst(event); + } + event.respondWith(caches.open(CACHE_NAME) + .then((cache) => { + return cache.match(event.request).then((response) => { + // Either respond with the cached resource, or perform a fetch and + // lazily populate the cache. + return response || fetch(event.request).then((response) => { + cache.put(event.request, response.clone()); + return response; + }); + }) + }) + ); +}); + +self.addEventListener('message', (event) => { + // SkipWaiting can be used to immediately activate a waiting service worker. + // This will also require a page refresh triggered by the main worker. + if (event.data === 'skipWaiting') { + self.skipWaiting(); + return; + } + if (event.data === 'downloadOffline') { + downloadOffline(); + return; + } +}); + +// Download offline will check the RESOURCES for all files not in the cache +// and populate them. +async function downloadOffline() { + var resources = []; + var contentCache = await caches.open(CACHE_NAME); + var currentContent = {}; + for (var request of await contentCache.keys()) { + var key = request.url.substring(origin.length + 1); + if (key == "") { + key = "/"; + } + currentContent[key] = true; + } + for (var resourceKey of Object.keys(RESOURCES)) { + if (!currentContent[resourceKey]) { + resources.push(resourceKey); + } + } + return contentCache.addAll(resources); +} + +// Attempt to download the resource online before falling back to +// the offline cache. +function onlineFirst(event) { + return event.respondWith( + fetch(event.request).then((response) => { + return caches.open(CACHE_NAME).then((cache) => { + cache.put(event.request, response.clone()); + return response; + }); + }).catch((error) => { + return caches.open(CACHE_NAME).then((cache) => { + return cache.match(event.request).then((response) => { + if (response != null) { + return response; + } + throw error; + }); + }); + }) + ); +} diff --git a/website/src/app-demo/icons/Icon-192.png b/website/src/app-demo/icons/Icon-192.png new file mode 100644 index 0000000000..b749bfef07 Binary files /dev/null and b/website/src/app-demo/icons/Icon-192.png differ diff --git a/website/src/app-demo/icons/Icon-512.png b/website/src/app-demo/icons/Icon-512.png new file mode 100644 index 0000000000..88cfd48dff Binary files /dev/null and b/website/src/app-demo/icons/Icon-512.png differ diff --git a/website/src/app-demo/icons/Icon-maskable-192.png b/website/src/app-demo/icons/Icon-maskable-192.png new file mode 100644 index 0000000000..eb9b4d76e5 Binary files /dev/null and b/website/src/app-demo/icons/Icon-maskable-192.png differ diff --git a/website/src/app-demo/icons/Icon-maskable-512.png b/website/src/app-demo/icons/Icon-maskable-512.png new file mode 100644 index 0000000000..d69c56691f Binary files /dev/null and b/website/src/app-demo/icons/Icon-maskable-512.png differ diff --git a/website/src/app-demo/index.html b/website/src/app-demo/index.html new file mode 100644 index 0000000000..dad53e4284 --- /dev/null +++ b/website/src/app-demo/index.html @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + simplex_chat + + + + + + + + diff --git a/website/src/app-demo/main.dart.js b/website/src/app-demo/main.dart.js new file mode 100644 index 0000000000..7531966288 --- /dev/null +++ b/website/src/app-demo/main.dart.js @@ -0,0 +1,79912 @@ +(function dartProgram(){function copyProperties(a,b){var s=Object.keys(a) +for(var r=0;r=0)return true +if(typeof version=="function"&&version.length==0){var q=version() +if(/^\d+\.\d+\.\d+\.\d+$/.test(q))return true}}catch(p){}return false}() +function setFunctionNamesIfNecessary(a){function t(){};if(typeof t.name=="string")return +for(var s=0;s=0)return 145 +return 64}throw H.b(P.V("Unexpected state: "+C.f.kc(d,16)))}, +aKt(a,b,c){var s,r,q,p,o +for(s=c,r=0;q=s-2,q>=b;s=q){p=C.b.ay(a,s-1) +if((p&64512)!==56320)break +o=C.b.ay(a,q) +if((o&64512)!==55296)break +if(S.vq(o,p)!==6)break +r^=1}if(r===0)return 193 +else return 144}, +aKs(a,b,c){var s,r,q,p,o +for(s=c;s>b;){--s +r=C.b.ay(a,s) +if((r&64512)!==56320)q=S.EH(r) +else{if(s>b){--s +p=C.b.ay(a,s) +o=(p&64512)===55296}else{p=0 +o=!1}if(o)q=S.vq(p,r) +else break}if(q===7)return s +if(q!==4)break}return-1}, +aoZ(a,b,c,d){var s,r,q,p,o,n,m,l,k,j=u.q +if(b=c)return!0 +n=C.b.ay(a,o) +if((n&64512)!==56320)return!0 +p=S.vq(s,n)}else return(q&64512)!==55296 +if((q&64512)!==56320){m=S.EH(q) +d=r}else{d-=2 +if(b<=d){l=C.b.ay(a,d) +if((l&64512)!==55296)return!0 +m=S.vq(l,q)}else return!0}k=C.b.aE(j,(C.b.aE(j,(p|176)>>>0)&240|m)>>>0) +return((k>=208?A.akZ(a,b,d,k):k)&1)===0}return b!==c}, +iC:function iC(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Vy:function Vy(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aqZ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){return new A.bt(r,c,g,k,m,d,l,i,f,h,o,n,j,s,q,b,e,a,p)}, +am2(a3,a4,a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=null,a2=a3==null +if(a2&&a4==null)return a1 +s=a2?a1:a3.a +r=a4==null +q=r?a1:a4.a +q=A.jF(s,q,a5,A.aLp(),t.p8) +s=a2?a1:a3.b +p=r?a1:a4.b +o=t.MH +p=A.jF(s,p,a5,P.eE(),o) +s=a2?a1:a3.c +s=A.jF(s,r?a1:a4.c,a5,P.eE(),o) +n=a2?a1:a3.d +n=A.jF(n,r?a1:a4.d,a5,P.eE(),o) +m=a2?a1:a3.e +o=A.jF(m,r?a1:a4.e,a5,P.eE(),o) +m=a2?a1:a3.f +l=r?a1:a4.f +l=A.jF(m,l,a5,P.awh(),t.PM) +m=a2?a1:a3.r +k=r?a1:a4.r +k=A.jF(m,k,a5,V.aJX(),t.pc) +m=a2?a1:a3.x +j=r?a1:a4.x +i=t.tW +j=A.jF(m,j,a5,P.apg(),i) +m=a2?a1:a3.y +m=A.jF(m,r?a1:a4.y,a5,P.apg(),i) +h=a2?a1:a3.z +i=A.jF(h,r?a1:a4.z,a5,P.apg(),i) +h=a2?a1:a3.Q +h=A.aC4(h,r?a1:a4.Q,a5) +g=a2?a1:a3.ch +g=A.aC3(g,r?a1:a4.ch,a5) +f=a5<0.5 +if(f)e=a2?a1:a3.cx +else e=r?a1:a4.cx +if(f)d=a2?a1:a3.cy +else d=r?a1:a4.cy +if(f)c=a2?a1:a3.db +else c=r?a1:a4.db +if(f)b=a2?a1:a3.dx +else b=r?a1:a4.dx +if(f)a=a2?a1:a3.dy +else a=r?a1:a4.dy +a0=a2?a1:a3.fr +a0=K.aqL(a0,r?a1:a4.fr,a5) +if(f)a2=a2?a1:a3.fx +else a2=r?a1:a4.fx +return A.aqZ(a0,b,p,l,a,m,s,i,j,e,n,k,o,g,h,a2,c,q,d)}, +jF(a,b,c,d,e){if(a==null&&b==null)return null +return new A.Ch(a,b,c,d,e.j("Ch<0>"))}, +aC4(a,b,c){if(a==null&&b==null)return null +return new A.PJ(a,b,c)}, +aC3(a,b,c){if(a==null&&b==null)return null +return new A.PI(a,b,c)}, +bt:function bt(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s}, +Ch:function Ch(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +PJ:function PJ(a,b,c){this.a=a +this.b=b +this.c=c}, +PI:function PI(a,b,c){this.a=a +this.b=b +this.c=c}, +Nu:function Nu(){}, +w8:function w8(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +Nx:function Nx(){}, +ni:function ni(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m}, +NG:function NG(){}, +atK(a,b,c,d,e){return new A.Ba(c,d,a,b,new R.bI(H.a([],t.x8),t.jc),new R.bI(H.a([],t.b),t.fy),0,e.j("Ba<0>"))}, +Z9:function Z9(){}, +a8j:function a8j(){}, +YN:function YN(){}, +YM:function YM(){}, +adG:function adG(){}, +Z8:function Z8(){}, +ahC:function ahC(){}, +Ba:function Ba(a,b,c,d,e,f,g,h){var _=this +_.x=a +_.y=b +_.a=c +_.b=d +_.d=_.c=null +_.f1$=e +_.ci$=f +_.fq$=g +_.$ti=h}, +TE:function TE(){}, +TF:function TF(){}, +AK:function AK(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q}, +SS:function SS(){}, +AG(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5){return new A.w(q,c,b,i,j,a2,l,n,m,s,a5,a4,p,r,a0,o,a,e,f,g,h,d,a3,k,a1)}, +by(a7,a8,a9){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5=null,a6=a7==null +if(a6&&a8==null)return a5 +if(a6){a6=a8.a +s=P.O(a5,a8.b,a9) +r=P.O(a5,a8.c,a9) +q=a9<0.5 +p=q?a5:a8.d +o=q?a5:a8.gf4() +n=q?a5:a8.r +m=P.amI(a5,a8.x,a9) +l=q?a5:a8.y +k=q?a5:a8.z +j=q?a5:a8.Q +i=q?a5:a8.ch +h=q?a5:a8.cx +g=q?a5:a8.cy +f=q?a5:a8.db +e=q?a5:a8.dx +d=q?a5:a8.dy +c=q?a5:a8.fr +b=q?a5:a8.k1 +a=q?a5:a8.k2 +a0=P.O(a5,a8.fx,a9) +a1=q?a5:a8.fy +a2=q?a5:a8.go +return A.AG(d,r,s,a5,c,a0,a1,a2,p,o,a,n,l,m,e,h,a6,g,k,f,q?a5:a8.k3,a5,b,i,j)}if(a8==null){a6=a7.a +s=P.O(a7.b,a5,a9) +r=P.O(a5,a7.c,a9) +q=a9<0.5 +p=q?a7.d:a5 +o=q?a7.gf4():a5 +n=q?a7.r:a5 +m=P.amI(a7.x,a5,a9) +l=q?a7.y:a5 +k=q?a7.z:a5 +j=q?a7.Q:a5 +i=q?a7.ch:a5 +h=q?a7.cx:a5 +g=q?a7.cy:a5 +f=q?a7.db:a5 +e=q?a7.dx:a5 +d=q?a7.dy:a5 +c=q?a7.k1:a5 +b=q?a7.k2:a5 +a=q?a7.fr:a5 +a0=P.O(a7.fx,a5,a9) +a1=q?a7.fy:a5 +a2=q?a7.go:a5 +return A.AG(d,r,s,a5,a,a0,a1,a2,p,o,b,n,l,m,e,h,a6,g,k,f,q?a7.k3:a5,a5,c,i,j)}a6=a8.a +s=a7.dx +r=s==null +q=r&&a8.dx==null?P.O(a7.b,a8.b,a9):a5 +p=a7.dy +o=p==null +n=o&&a8.dy==null?P.O(a7.c,a8.c,a9):a5 +m=a9<0.5 +l=m?a7.d:a8.d +k=m?a7.gf4():a8.gf4() +j=a7.r +i=j==null?a8.r:j +h=a8.r +j=P.a8(i,h==null?j:h,a9) +i=P.amI(a7.x,a8.x,a9) +h=m?a7.y:a8.y +g=a7.z +f=g==null?a8.z:g +e=a8.z +g=P.a8(f,e==null?g:e,a9) +f=a7.Q +e=f==null?a8.Q:f +d=a8.Q +f=P.a8(e,d==null?f:d,a9) +e=m?a7.ch:a8.ch +d=a7.cx +c=d==null?a8.cx:d +b=a8.cx +d=P.a8(c,b==null?d:b,a9) +c=m?a7.cy:a8.cy +b=m?a7.db:a8.db +if(!r||a8.dx!=null)if(m){if(r){s=H.ai() +s=s?H.aK():new H.aE(new H.aG()) +r=a7.b +r.toString +s.sas(0,r)}}else{s=a8.dx +if(s==null){s=H.ai() +s=s?H.aK():new H.aE(new H.aG()) +r=a8.b +r.toString +s.sas(0,r)}}else s=a5 +if(!o||a8.dy!=null)if(m)if(o){r=H.ai() +r=r?H.aK():new H.aE(new H.aG()) +p=a7.c +p.toString +r.sas(0,p)}else r=p +else{r=a8.dy +if(r==null){r=H.ai() +r=r?H.aK():new H.aE(new H.aG()) +p=a8.c +p.toString +r.sas(0,p)}}else r=a5 +p=m?a7.k1:a8.k1 +o=m?a7.k2:a8.k2 +a=m?a7.fr:a8.fr +a0=P.O(a7.fx,a8.fx,a9) +a1=m?a7.fy:a8.fy +a2=a7.go +a3=a2==null?a8.go:a2 +a4=a8.go +a2=P.a8(a3,a4==null?a2:a4,a9) +return A.AG(r,n,q,a5,a,a0,a1,a2,l,k,o,j,h,i,s,d,a6,c,g,b,m?a7.k3:a8.k3,a5,p,e,f)}, +w:function w(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s +_.fy=a0 +_.go=a1 +_.id=a2 +_.k1=a3 +_.k2=a4 +_.k3=a5}, +SL:function SL(){}, +aDK(a,b){var s +if(a==null)return!0 +s=a.b +if(t.ks.b(b))return!1 +return t.ge.b(s)||t.PB.b(b)||!s.gce(s).k(0,b.gce(b))}, +aDJ(a4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=a4.d +if(a3==null)a3=a4.c +s=a4.a +r=a4.b +q=a3.gka(a3) +p=a3.gck() +o=a3.gda(a3) +n=a3.gjC(a3) +m=a3.gce(a3) +l=a3.gr9() +k=a3.gdG(a3) +a3.gmI() +j=a3.gxK() +i=a3.gtc() +h=a3.gdB() +g=a3.gDL() +f=a3.gnb(a3) +e=a3.gFe() +d=a3.gFh() +c=a3.gFg() +b=a3.gFf() +a=a3.gF4(a3) +a0=a3.gFt() +s.ai(0,new A.a1C(r,F.aE4(k,l,n,h,g,a3.gwu(),0,o,!1,a,p,m,i,j,e,b,c,d,f,a3.gpM(),a0,q).c2(a3.gct(a3)),s)) +q=r.gaA(r) +a0=H.o(q).j("b7") +a1=P.as(new H.b7(q,new A.a1D(s),a0),!0,a0.j("p.E")) +a0=a3.gka(a3) +q=a3.gck() +f=a3.gda(a3) +d=a3.gjC(a3) +c=a3.gce(a3) +b=a3.gr9() +e=a3.gdG(a3) +a3.gmI() +j=a3.gxK() +i=a3.gtc() +m=a3.gdB() +p=a3.gDL() +a=a3.gnb(a3) +o=a3.gFe() +g=a3.gFh() +h=a3.gFg() +n=a3.gFf() +l=a3.gF4(a3) +k=a3.gFt() +a2=F.aE3(e,b,d,m,p,a3.gwu(),0,f,!1,l,q,c,i,j,o,n,h,g,a,a3.gpM(),k,a0).c2(a3.gct(a3)) +for(q=new H.bB(a1,H.aq(a1).j("bB<1>")),q=new H.dy(q,q.gn(q)),p=H.o(q).c;q.t();){o=p.a(q.d) +if(o.gy5()&&o.gxs(o)!=null){n=o.gxs(o) +n.toString +n.$1(a2.c2(r.h(0,o)))}}}, +Q2:function Q2(a,b){this.a=a +this.b=b}, +Q3:function Q3(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +IP:function IP(a,b,c){var _=this +_.a=a +_.b=b +_.c=!1 +_.a3$=0 +_.a5$=c +_.ar$=_.ao$=0 +_.aj$=!1}, +a1E:function a1E(){}, +a1H:function a1H(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a1G:function a1G(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a1F:function a1F(a,b){this.a=a +this.b=b}, +a1C:function a1C(a,b,c){this.a=a +this.b=b +this.c=c}, +a1D:function a1D(a){this.a=a}, +TM:function TM(){}, +MD:function MD(a,b){this.a=a +this.b=b}, +zz:function zz(a,b,c,d,e){var _=this +_.k4=a +_.r1=b +_.r2=c +_.ry=null +_.q$=d +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=e +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +RD:function RD(){}, +arb(a){var s=$.ar9.h(0,a) +if(s==null){s=$.ara +$.ara=s+1 +$.ar9.p(0,a,s) +$.ar8.p(0,s,a)}return s}, +aEV(a,b){var s +if(a.length!==b.length)return!1 +for(s=0;s"))}, +xf:function xf(a,b,c){this.c=a +this.f=b +this.a=c}, +xg:function xg(a,b){var _=this +_.d=0 +_.e=!1 +_.f=a +_.a=null +_.b=b +_.c=null}, +Zx:function Zx(){}, +Zy:function Zy(a){this.a=a}, +BQ:function BQ(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +jV:function jV(){}, +fA:function fA(a,b,c,d,e,f,g,h,i){var _=this +_.d=$ +_.e=a +_.f=b +_.bl$=c +_.e1$=d +_.fp$=e +_.c5$=f +_.d3$=g +_.a=null +_.b=h +_.c=null +_.$ti=i}, +Zw:function Zw(a){this.a=a}, +Zv:function Zv(a,b){this.a=a +this.b=b}, +vV:function vV(a){this.b=a}, +ae3:function ae3(){}, +up:function up(){}, +auH(a,b,c,d){var s=new U.bp(b,c,"widgets library",a,d,!1) +U.d6(s) +return s}, +hG:function hG(){}, +uC:function uC(a,b,c,d,e){var _=this +_.b=_.a=_.fx=_.dy=_.am=null +_.c=a +_.e=_.d=null +_.f=b +_.r=null +_.x=c +_.y=d +_.Q=_.z=null +_.ch=!1 +_.cx=!0 +_.dx=_.db=_.cy=!1 +_.$ti=e}, +afm:function afm(a,b){this.a=a +this.b=b}, +afn:function afn(a){this.a=a}, +afo:function afo(a){this.a=a}, +fP:function fP(){}, +Im:function Im(a,b){this.c=a +this.a=b}, +D1:function D1(a,b,c,d,e){var _=this +_.E3$=a +_.wx$=b +_.Pp$=c +_.q$=d +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=e +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +TU:function TU(){}, +TV:function TV(){}, +zW:function zW(a){this.b=a}, +ko:function ko(){}, +a6_:function a6_(a){this.a=a}, +oJ:function oJ(a,b,c){this.a=a +this.b=b +this.eq$=c}, +v_:function v_(){}, +RQ:function RQ(){}, +oq:function oq(a){this.a=a}, +avZ(a){var s,r,q,p,o,n,m,l,k,j,i,h,g +if(a==="")return P.bj() +s=new T.a8L(a,C.bY,a.length) +s.qw() +r=P.bj() +q=new A.Zf(r) +p=new T.a8K(C.dn,C.dn,C.dn,C.bY) +for(o=new P.dr(s.Rb().a());o.t();){n=o.gE(o) +switch(n.a){case C.db:m=1 +break +case C.da:m=2 +break +case C.d7:m=3 +break +case C.d9:case C.et:case C.hg:case C.hi:case C.d8:case C.he:m=4 +break +case C.hf:m=5 +break +case C.hh:m=6 +break +case C.d6:m=7 +break +default:m=8 +break}c$0:for(;!0;)switch(m){case 1:l=n.c +k=p.a +j=k.a +k=k.b +n.c=new T.bK(l.a+j,l.b+k) +l=n.b +n.b=new T.bK(l.a+j,l.b+k) +break c$0 +case 2:l=n.c +k=p.a +n.c=new T.bK(l.a+k.a,l.b+k.b) +m=3 +continue c$0 +case 3:l=n.d +k=p.a +n.d=new T.bK(l.a+k.a,l.b+k.b) +m=4 +continue c$0 +case 4:l=n.b +k=p.a +n.b=new T.bK(l.a+k.a,l.b+k.b) +break c$0 +case 5:n.b=new T.bK(n.b.a,p.a.b) +break c$0 +case 6:n.b=new T.bK(p.a.a,n.b.b) +break c$0 +case 7:n.b=p.b +break c$0 +case 8:break c$0}switch(n.a){case C.d9:case C.es:m=1 +break +case C.et:case C.hj:case C.hg:case C.hf:case C.hi:case C.hh:m=2 +break +case C.d6:m=3 +break +case C.d7:case C.eq:m=4 +break +case C.da:case C.eu:m=5 +break +case C.d8:case C.er:m=6 +break +case C.db:case C.ev:m=7 +break +case C.he:case C.k_:m=8 +break +default:m=9 +break}c$3:for(;!0;)switch(m){case 1:l=p.b=n.b +r.cw(0,l.a,l.b) +break c$3 +case 2:l=n.b +r.bu(0,l.a,l.b) +break c$3 +case 3:r.dI(0) +break c$3 +case 4:l=p.d +l=l===C.eu||l===C.da||l===C.eq||l===C.d7 +k=p.a +if(!l)n.c=k +else{l=p.c +n.c=new T.bK(2*k.a-l.a,2*k.b-l.b)}m=5 +continue c$3 +case 5:l=p.c=n.d +k=n.c +j=n.b +r.kV(0,k.a,k.b,l.a,l.b,j.a,j.b) +break c$3 +case 6:l=p.d +l=l===C.ev||l===C.db||l===C.er||l===C.d8 +k=p.a +if(!l)n.c=k +else{l=p.c +n.c=new T.bK(2*k.a-l.a,2*k.b-l.b)}m=7 +continue c$3 +case 7:l=p.c=n.c +k=p.a +j=2*l.a +i=(k.a+j)*0.3333333333333333 +l=2*l.b +k=(k.b+l)*0.3333333333333333 +n.c=new T.bK(i,k) +h=n.b +g=h.a +j=(g+j)*0.3333333333333333 +h=h.b +l=(h+l)*0.3333333333333333 +n.d=new T.bK(j,l) +r.kV(0,i,k,j,l,g,h) +break c$3 +case 8:if(!p.a1S(p.a,n,q)){l=n.b +r.bu(0,l.a,l.b)}break c$3 +case 9:H.f(P.V("Invalid command type in path")) +break c$3}l=n.b +p.a=l +n=n.a +if(!(n===C.eu||n===C.da||n===C.eq||n===C.d7))k=!(n===C.ev||n===C.db||n===C.er||n===C.d8) +else k=!1 +if(k)p.c=l +p.d=n}return r}, +Zf:function Zf(a){this.a=a}, +fc(a,b,c,d,e){return new A.y9(b,c,a,d.j("@<0>").aH(e).j("y9<1,2>"))}, +y9:function y9(a,b,c,d){var _=this +_.b=a +_.c=b +_.a=c +_.$ti=d}, +J2:function J2(a){this.a=a}, +EC(a){var s=J.az3(a,0,new A.akJ()),r=s+((s&67108863)<<3)&536870911 +r^=r>>>11 +return r+((r&16383)<<15)&536870911}, +akJ:function akJ(){}, +ap5(a,b,c){var s=$.fp() +s.toString +s.$1(new U.bp(new U.lr(H.a([U.qP("Failed to find definition for "+H.c(b)),U.aZ("This library only supports and xlink:href references that are defined ahead of their references."),U.Hg("This error can be caused when the desired definition is defined after the element referring to it (e.g. at the end of the file), or defined in another file."),U.aZ("This error is treated as non-fatal, but your SVG file will likely not render as intended")],t.qe)),null,"SVG",U.aZ("while parsing "+a+" in "+c),null,!1))}},B={ +aFS(a){return new B.ef(a,P.aj(0,null,!1,t.Z))}, +ao:function ao(){}, +AX:function AX(){}, +b2:function b2(){}, +W8:function W8(a){this.a=a}, +pA:function pA(a){this.a=a}, +ef:function ef(a,b){var _=this +_.a=a +_.a3$=0 +_.a5$=b +_.ar$=_.ao$=0 +_.aj$=!1}, +F:function F(){}, +kT:function kT(a,b,c){this.a=a +this.b=b +this.c=c}, +aob:function aob(a,b){this.a=a +this.b=b}, +a3s:function a3s(a){this.a=a +this.b=null}, +Ip:function Ip(a,b,c){this.a=a +this.b=b +this.c=c}, +qZ(a,b,c,d,e,f,g){return new B.HZ(d,f,c,a,e,g,!0,null)}, +HZ:function HZ(a,b,c,d,e,f,g,h){var _=this +_.c=a +_.e=b +_.x=c +_.Q=d +_.db=e +_.fx=f +_.fy=g +_.a=h}, +a18(a,b,c,d){return new B.IH(c,b,a,d,null)}, +IH:function IH(a,b,c,d,e){var _=this +_.c=a +_.z=b +_.id=c +_.k3=d +_.a=e}, +aEt(a,b,c){var s=P.O(a.a,b.a,c),r=P.O(a.b,b.b,c),q=P.a8(a.c,b.c,c),p=P.O(a.d,b.d,c) +return new B.yZ(s,r,q,p,P.O(a.e,b.e,c))}, +asJ(a){var s +a.J(t.C0) +s=K.an(a) +return s.cW}, +yZ:function yZ(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +R6:function R6(){}, +hk:function hk(a,b,c){var _=this +_.e=null +_.bx$=a +_.T$=b +_.a=c}, +a1I:function a1I(){}, +zh:function zh(a,b,c,d,e){var _=this +_.B=a +_.bI$=b +_.Z$=c +_.dj$=d +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=e +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +CV:function CV(){}, +Rk:function Rk(){}, +aEx(a){var s,r,q={} +q.a=null +s=new B.a3Q(q,a).$0() +r=H.d3(J.aL(a,"type")) +switch(r){case"keydown":return new B.kk(q.a,s) +case"keyup":return new B.z8(null,s) +default:throw H.b(U.Hy("Unknown key event type: "+r))}}, +o_:function o_(a){this.b=a}, +fK:function fK(a){this.b=a}, +z7:function z7(){}, +i2:function i2(){}, +a3Q:function a3Q(a,b){this.a=a +this.b=b}, +kk:function kk(a,b){this.a=a +this.b=b}, +z8:function z8(a,b){this.a=a +this.b=b}, +a3R:function a3R(a,b,c){this.a=a +this.d=b +this.e=c}, +a3T:function a3T(a){this.a=a}, +cE:function cE(a,b){this.a=a +this.b=b}, +Rd:function Rd(){}, +Rc:function Rc(){}, +a3P:function a3P(){}, +aDw(a){return C.LM}, +IK:function IK(a){this.b=a}, +p4:function p4(){}, +Hr:function Hr(a){this.a=a}, +Z1:function Z1(a){this.a=a}, +Z0:function Z0(a){this.a=a}, +arD(a,b,c){return new B.qT(b,a,null,c.j("qT<0>"))}, +wl:function wl(a){this.b=a}, +h7:function h7(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +qT:function qT(a,b,c,d){var _=this +_.c=a +_.d=b +_.a=c +_.$ti=d}, +BR:function BR(a,b){var _=this +_.a=_.e=_.d=null +_.b=a +_.c=null +_.$ti=b}, +ae6:function ae6(a,b){this.a=a +this.b=b}, +ae5:function ae5(a,b){this.a=a +this.b=b}, +ae7:function ae7(a,b){this.a=a +this.b=b}, +ae4:function ae4(a,b,c){this.a=a +this.b=b +this.c=c}, +an0(a,b,c){var s=null,r=P.aJ([null,0],t.LO,t.S),q=a.length +return new B.Iy(new G.a81(!0,!0,!0,a,r),s,C.m,!1,s,!0,b,!0,s,q,C.a0,C.MM,s,C.aB,s)}, +Le:function Le(a){this.b=a}, +Ld:function Ld(){}, +a60:function a60(a,b,c){this.a=a +this.b=b +this.c=c}, +a61:function a61(a){this.a=a}, +Fp:function Fp(){}, +Iy:function Iy(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.a3=a +_.fx=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.y=h +_.ch=i +_.cx=j +_.cy=k +_.db=l +_.dx=m +_.dy=n +_.a=o}, +df:function df(a,b,c,d){var _=this +_.e=a +_.a=b +_.b=c +_.$ti=d}, +Wx:function Wx(){}, +qN:function qN(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +He:function He(a,b){var _=this +_.f=_.e=_.d=null +_.cU$=a +_.a=null +_.b=b +_.c=null}, +YH:function YH(a){this.a=a}, +YG:function YG(a){this.a=a}, +BG:function BG(){}, +nj:function nj(a,b){this.c=a +this.a=b}, +NJ:function NJ(a,b,c,d){var _=this +_.d=a +_.e=b +_.f=null +_.r=!1 +_.x=c +_.a=null +_.b=d +_.c=null}, +acH:function acH(a){this.a=a}, +acG:function acG(a){this.a=a}, +acE:function acE(a){this.a=a}, +acB:function acB(a,b){this.a=a +this.b=b}, +acA:function acA(a){this.a=a}, +acC:function acC(a,b){this.a=a +this.b=b}, +acz:function acz(a){this.a=a}, +acD:function acD(a){this.a=a}, +acy:function acy(a){this.a=a}, +acF:function acF(a){this.a=a}, +acx:function acx(a){this.a=a}, +MN:function MN(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +Gt:function Gt(a){this.a=a}, +MR:function MR(){}, +EI(a,b,c){if(a==null||!1)return a===b +return a>b-c&&as){o.b=q +s=p}}return o.aS()}, +ye:function ye(a,b){var _=this +_.c=!0 +_.r=_.f=_.e=_.d=null +_.a=a +_.b=b}, +a1a:function a1a(a,b){this.a=a +this.b=b}, +uf:function uf(a){this.b=a}, +kM:function kM(a,b){this.a=a +this.b=b}, +rj:function rj(a,b){var _=this +_.e=!0 +_.r=_.f=null +_.a=a +_.b=b}, +a1b:function a1b(a,b){this.a=a +this.b=b}, +vY:function vY(a,b,c){this.a=a +this.b=b +this.c=c}, +Np:function Np(){}, +xw:function xw(a,b,c){this.c=a +this.e=b +this.a=c}, +C7:function C7(a,b){var _=this +_.d=a +_.a=_.e=null +_.b=b +_.c=null}, +xx:function xx(a,b,c,d){var _=this +_.f=_.e=null +_.r=a +_.a=b +_.b=c +_.c=d +_.d=!1}, +a6H:function a6H(){}, +X2:function X2(){}, +ZC:function ZC(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +Up(a){switch(a){case 9:case 10:case 11:case 12:case 13:case 28:case 29:case 30:case 31:case 32:case 160:case 5760:case 8192:case 8193:case 8194:case 8195:case 8196:case 8197:case 8198:case 8199:case 8200:case 8201:case 8202:case 8239:case 8287:case 12288:break +default:return!1}return!0}, +rY(a,b,c){var s={},r=b.length +if(a===r)return r +s.a=0 +return r-new T.fj(b).TU(0,new D.a4j(s,a,c)).a.length}, +oA(a,b,c){var s,r,q,p,o,n,m +if(a===0)return 0 +for(s=new T.LX(b,0,0),r=!c,q=0,p=null;s.HJ(1,s.c);q=m){o=s.d +if(o==null)o=s.d=C.b.S(b,s.b,s.c) +if(r){n=o.length +n=!D.Up(C.b.aE(n===0?H.f(P.V("No element")):C.b.S(o,0,new A.iC(o,n,0,176).iY()),0))}else n=!1 +if(n)p=q +m=q+o.length +if(m>=a){if(c)s=q +else s=p==null?0:p +return s}}return 0}, +aEH(a,b){var s=a.a,r=s===a.b +if(r&&a.d<=0)return a +return X.AB(new P.b1(a.e0(!r?s:D.oA(a.d,b,!0)).d,C.n))}, +aEJ(a,b){var s,r,q,p=a.b,o=a.a===p +if(o&&a.d>=b.length)return a +s=a.e0(!o?p:D.rY(a.d,b,!0)) +r=s.c +q=s.d +return X.AB(new P.b1(r>q?r:q,C.n))}, +anz(a,b,c){var s +if(b<=0)return b +if(b===1)return 0 +s=D.oA(b,a.c.tr(),!1) +return a.a.ha(0,new P.b1(s,C.n)).a}, +anA(a,b,c){var s,r=a.c.tr(),q=r.length +if(b===q)return b +if(b===q-1||!1)return q +q=D.Up(C.b.ay(r,b)) +s=!q?b:D.rY(b,r,!1) +return a.a.ha(0,new P.b1(s,C.n)).b}, +aEE(a,b,c,d){var s,r,q +if(b.a===b.b&&b.d<=0)return b +s=b.d +r=D.anz(a,s,!1) +if(d){q=b.c +s=s>q&&rs&&r>q}else s=!1 +if(s)return b.e0(b.c) +return b.e0(r)}, +aEI(a,b,c){var s +if(b.a===b.b&&b.d<=0)return b +s=D.anz(a,b.d,!1) +return b.fW(s,s)}, +aEK(a,b,c){var s,r=a.c.tr() +if(b.a===b.b&&b.d===r.length)return b +s=D.anA(a,b.d,!1) +return b.fW(s,s)}, +aED(a,b){var s=a.d +if(s<=0)return a +return a.e0(D.oA(s,b,!0))}, +aEF(a,b){var s=a.d +if(s>=b.length)return a +return a.e0(D.rY(s,b,!0))}, +au6(a){var s=new D.Rl(a,T.ad()) +s.gav() +s.fr=!0 +return s}, +auc(){var s=H.ai() +s=s?H.aK():new H.aE(new H.aG()) +return new D.DF(s,C.eW,C.c1,P.aj(0,null,!1,t.Z))}, +tS:function tS(a,b){this.a=a +this.b=b}, +oz:function oz(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3){var _=this +_.aN=_.az=_.a8=_.W=_.N=_.B=null +_.b_=a +_.b6=b +_.c7=_.bi=_.d6=_.bL=_.bK=null +_.cV=c +_.er=d +_.dk=e +_.dS=f +_.cm=g +_.aR=h +_.dl=i +_.e2=j +_.cW=-1 +_.f2=!1 +_.jI=null +_.au=k +_.E4=_.om=null +_.l8=l +_.w=m +_.ab=n +_.aG=o +_.bd=p +_.cn=q +_.d7=r +_.a9=s +_.e3=a0 +_.es=a1 +_.aed=a2 +_.h_=a3 +_.jJ=a4 +_.jK=a5 +_.on=!1 +_.oo=null +_.aee=a6 +_.rE=0 +_.l3=a7 +_.fp=_.e1=_.bl=_.hx=_.ok=_.oj=_.iO=_.my=null +_.c5=a8 +_.d3=null +_.cg=_.di=_.cB=_.iP=!1 +_.d4=null +_.bx=a9 +_.bI$=b0 +_.Z$=b1 +_.dj$=b2 +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=b3 +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +a4e:function a4e(a){this.a=a}, +a4j:function a4j(a,b,c){this.a=a +this.b=b +this.c=c}, +a4g:function a4g(){}, +a4h:function a4h(){}, +a4i:function a4i(a,b,c){this.a=a +this.b=b +this.c=c}, +a4f:function a4f(a){this.a=a}, +Rl:function Rl(a,b){var _=this +_.B=a +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=b +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +m0:function m0(){}, +DF:function DF(a,b,c,d){var _=this +_.f=a +_.x=_.r=null +_.y=b +_.z=c +_.a3$=0 +_.a5$=d +_.ar$=_.ao$=0 +_.aj$=!1}, +BN:function BN(a,b,c,d){var _=this +_.f=!0 +_.r=a +_.x=!1 +_.y=b +_.ch=_.Q=_.z=null +_.cx=c +_.db=_.cy=null +_.a3$=0 +_.a5$=d +_.ar$=_.ao$=0 +_.aj$=!1}, +ud:function ud(a,b){var _=this +_.f=a +_.a3$=0 +_.a5$=b +_.ar$=_.ao$=0 +_.aj$=!1}, +CW:function CW(){}, +CX:function CX(){}, +Rm:function Rm(){}, +tL(a){var s=a==null?C.OK:new N.co(a,C.eA,C.a2) +return new D.Mc(s,P.aj(0,null,!1,t.Z))}, +aGd(a){var s=H.a([],t.p) +a.br(new D.adz(s)) +return s}, +Mc:function Mc(a,b){var _=this +_.a=a +_.a3$=0 +_.a5$=b +_.ar$=_.ao$=0 +_.aj$=!1}, +a9G:function a9G(a,b){this.a=a +this.b=b}, +qJ:function qJ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.y=e +_.Q=f +_.ch=g +_.cx=h +_.cy=i +_.db=j +_.dx=k +_.dy=l +_.fr=m +_.fx=n +_.fy=o +_.go=p +_.id=q +_.k3=r +_.k4=s +_.r1=a0 +_.r2=a1 +_.rx=a2 +_.ry=a3 +_.x1=a4 +_.x2=a5 +_.y1=a6 +_.y2=a7 +_.a2=a8 +_.am=a9 +_.aF=b0 +_.a3=b1 +_.a5=b2 +_.ao=b3 +_.ar=b4 +_.aj=b5 +_.b7=b6 +_.bc=b7 +_.q=b8 +_.C=b9 +_.ag=c0 +_.bs=c1 +_.bX=c2 +_.bT=c3 +_.bF=c4 +_.d5=c5 +_.c6=c6 +_.B=c7 +_.N=c8 +_.W=c9 +_.a8=d0 +_.az=d1 +_.aN=d2 +_.b6=d3 +_.bL=d4 +_.a=d5}, +qK:function qK(a,b,c,d,e,f,g,h){var _=this +_.d=null +_.e=!1 +_.f=a +_.r=b +_.ch=_.Q=_.z=_.y=null +_.cx=c +_.cy=d +_.db=e +_.dx=!1 +_.fr=_.dy=null +_.fx=!1 +_.k3=_.k2=_.k1=_.id=_.go=_.fy=null +_.k4=0 +_.r1=null +_.r2=!1 +_.rx=null +_.ry=0 +_.x2=_.x1=null +_.bJ$=f +_.fZ$=g +_.a=null +_.b=h +_.c=null}, +Y5:function Y5(a){this.a=a}, +XX:function XX(a){this.a=a}, +Y4:function Y4(a){this.a=a}, +XW:function XW(a){this.a=a}, +XU:function XU(a){this.a=a}, +XV:function XV(){}, +Y2:function Y2(a){this.a=a}, +Y1:function Y1(a){this.a=a}, +Y0:function Y0(a){this.a=a}, +Y6:function Y6(a,b,c){this.a=a +this.b=b +this.c=c}, +XY:function XY(a,b){this.a=a +this.b=b}, +XZ:function XZ(a,b){this.a=a +this.b=b}, +Y_:function Y_(a,b){this.a=a +this.b=b}, +Y3:function Y3(a,b){this.a=a +this.b=b}, +OE:function OE(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1){var _=this +_.e=a +_.f=b +_.r=c +_.x=d +_.y=e +_.z=f +_.Q=g +_.ch=h +_.cx=i +_.cy=j +_.db=k +_.dx=l +_.dy=m +_.fr=n +_.fx=o +_.fy=p +_.go=q +_.id=r +_.k1=s +_.k2=a0 +_.k3=a1 +_.k4=a2 +_.r1=a3 +_.x2=a4 +_.y1=a5 +_.y2=a6 +_.a2=a7 +_.am=a8 +_.aF=a9 +_.a3=b0 +_.a5=b1 +_.ao=b2 +_.ar=b3 +_.aj=b4 +_.b7=b5 +_.bc=b6 +_.q=b7 +_.C=b8 +_.ag=b9 +_.c=c0 +_.a=c1}, +adz:function adz(a){this.a=a}, +BB:function BB(){}, +OF:function OF(){}, +BC:function BC(){}, +OG:function OG(){}, +dL(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3){return new D.HK(b,s,a0,q,r,f,l,a2,a3,a1,h,j,k,i,g,m,o,p,n,a,d,c,e)}, +nI:function nI(){}, +cA:function cA(a,b,c){this.a=a +this.b=b +this.$ti=c}, +HK:function HK(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.dx=f +_.fy=g +_.ao=h +_.ar=i +_.aj=j +_.bc=k +_.q=l +_.C=m +_.ag=n +_.bs=o +_.bX=p +_.bT=q +_.bF=r +_.d5=s +_.b6=a0 +_.bK=a1 +_.bL=a2 +_.a=a3}, +ZQ:function ZQ(a){this.a=a}, +ZR:function ZR(a){this.a=a}, +ZS:function ZS(a){this.a=a}, +ZU:function ZU(a){this.a=a}, +ZV:function ZV(a){this.a=a}, +ZW:function ZW(a){this.a=a}, +ZX:function ZX(a){this.a=a}, +ZY:function ZY(a){this.a=a}, +ZZ:function ZZ(a){this.a=a}, +a__:function a__(a){this.a=a}, +a_0:function a_0(a){this.a=a}, +ZT:function ZT(a){this.a=a}, +kj:function kj(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +rU:function rU(a,b){var _=this +_.d=a +_.a=_.e=null +_.b=b +_.c=null}, +Ph:function Ph(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +a6o:function a6o(){}, +Oi:function Oi(a){this.a=a}, +adr:function adr(a){this.a=a}, +adq:function adq(a){this.a=a}, +adn:function adn(a){this.a=a}, +ado:function ado(a){this.a=a}, +adp:function adp(a,b){this.a=a +this.b=b}, +ads:function ads(a){this.a=a}, +adt:function adt(a){this.a=a}, +adu:function adu(a,b){this.a=a +this.b=b}, +JT:function JT(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +kc:function kc(){}, +a30:function a30(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a3_:function a3_(a,b,c){this.a=a +this.b=b +this.c=c}, +a31:function a31(a,b,c){this.a=a +this.b=b +this.c=c}, +a2Z:function a2Z(a,b){this.a=a +this.b=b}, +jA:function jA(a,b,c){this.a=a +this.b=b +this.c=c}, +F9:function F9(){}, +Vm:function Vm(a,b){this.a=a +this.b=b}, +wW:function wW(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.f=c +_.b=d +_.a=e}, +aKD(a,b){var s +if(a==null||a==="")return null +s=K.av(a,!0) +if(s!=null)return s +a=C.b.cX(a.toLowerCase()) +s=$.aoE.h(0,a) +if(s!=null)return s +if(a==="larger"){if(b==null)return $.aoE.h(0,"large") +return b*1.2}if(a==="smaller"){if(b==null)return $.aoE.h(0,"small") +return b/1.2}throw H.b(P.V("Could not parse font-size: "+a))}, +aKJ(a){switch(a){case"inherit":return null +case"middle":return C.lU +case"end":return C.lV +case"start":default:return C.iH}}, +mP(a){var s,r,q,p,o,n,m,l,k +if(a==null||a==="")return null +s=$.aya().b +if(!s.test(a))throw H.b(P.V("illegal or unsupported transform: "+a)) +s=$.ay9().Cs(0,a) +s=P.as(s,!0,H.o(s).j("p.E")) +r=new H.bB(s,H.aq(s).j("bB<1>")) +q=new E.ap(new Float64Array(16)) +q.cz() +for(s=new H.dy(r,r.gn(r)),p=H.o(s).c;s.t();){o=p.a(s.d) +n=o.n5(1) +n.toString +m=C.b.cX(n) +l=o.n5(2) +k=C.Lb.h(0,m) +if(k==null)throw H.b(P.V("Unsupported transform: "+m)) +q=k.$2(l,q)}return q}, +aIA(a,b){var s,r,q,p,o,n,m,l +a.toString +s=C.b.lG(C.b.cX(a),$.US()) +r=K.av(s[0],!1) +r.toString +q=K.av(s[1],!1) +q.toString +p=K.av(s[2],!1) +p.toString +o=K.av(s[3],!1) +o.toString +n=K.av(s[4],!1) +n.toString +m=K.av(s[5],!1) +m.toString +l=new E.ap(new Float64Array(16)) +l.hd(r,q,0,0,p,o,0,0,0,0,1,0,n,m,0,1) +return l.ew(b)}, +aID(a,b){var s,r=K.av(a,!1) +r.toString +r=Math.tan(r) +s=new E.ap(new Float64Array(16)) +s.hd(1,0,0,0,r,1,0,0,0,0,1,0,0,0,0,1) +return s.ew(b)}, +aIE(a,b){var s,r=K.av(a,!1) +r.toString +r=Math.tan(r) +s=new E.ap(new Float64Array(16)) +s.hd(1,r,0,0,0,1,0,0,0,0,1,0,0,0,0,1) +return s.ew(b)}, +aIF(a,b){var s,r,q,p +a.toString +s=C.b.lG(a,$.US()) +r=K.av(s[0],!1) +r.toString +if(s.length<2)q=0 +else{p=K.av(s[1],!1) +p.toString +q=p}p=new E.ap(new Float64Array(16)) +p.hd(1,0,0,0,0,1,0,0,0,0,1,0,r,q,0,1) +return p.ew(b)}, +aIC(a,b){var s,r,q,p +a.toString +s=C.b.lG(a,$.US()) +r=K.av(s[0],!1) +r.toString +if(s.length<2)q=r +else{p=K.av(s[1],!1) +p.toString +q=p}p=new E.ap(new Float64Array(16)) +p.hd(r,0,0,0,0,q,0,0,0,0,1,0,0,0,0,1) +return p.ew(b)}, +aIB(a,b){var s,r,q,p,o,n,m,l +a.toString +s=C.b.lG(a,$.US()) +r=K.av(s[0],!1) +r.toString +q=r*0.017453292519943295 +r=Math.cos(q) +p=Math.sin(q) +o=Math.sin(q) +n=Math.cos(q) +m=new E.ap(new Float64Array(16)) +m.hd(r,p,0,0,-o,n,0,0,0,0,1,0,0,0,0,1) +if(s.length>1){r=K.av(s[1],!1) +r.toString +if(s.length===3){p=K.av(s[2],!1) +p.toString +l=p}else l=r +p=new E.ap(new Float64Array(16)) +p.hd(1,0,0,0,0,1,0,0,0,0,1,0,r,l,0,1) +p=p.ew(b).ew(m) +o=new E.ap(new Float64Array(16)) +o.hd(1,0,0,0,0,1,0,0,0,0,1,0,-r,-l,0,1) +return p.ew(o)}else return m.ew(b)}, +avY(a){if(a==="inherit"||a==null)return null +return a!=="evenodd"?C.aY:C.cW}, +all(a){var s=0,r=P.K(t.lu),q,p,o,n,m +var $async$all=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:n=new D.alm() +s=C.b.bP(a,"http")?3:4 +break +case 3:m=n +s=5 +return P.L(Q.akL(a),$async$all) +case 5:q=m.$1(c) +s=1 +break +case 4:if(C.b.bP(a,"data:")){p=C.b.bv(a,C.b.dT(a,",")+1) +o=$.ayc() +q=n.$1(C.A0.dJ(H.UC(p,o,""))) +s=1 +break}throw H.b(P.S("Could not resolve image href: "+a)) +case 1:return P.I(q,r)}}) +return P.J($async$all,r)}, +avs(a,b,c){var s=null,r=P.JE(P.JF(s,s,s,s,s,s,s,s,s,s,s,s)),q=b.e,p=c==null?s:c.xU() +if(p==null)p=s +r.k_(0,P.a9x(s,s,q.a,q.b,q.c,s,q.r,s,s,q.x,q.e,q.d,p,q.Q,s,q.y,q.ch,s,q.f,q.z)) +r.iA(0,a) +q=r.bB(0) +q.f5(0,C.t7) +return q}, +l1(a){var s +if(C.b.ep(a,"%"))return D.l2(a,1) +else{s=K.av(a,!1) +s.toString +return s}}, +l2(a,b){var s=K.av(C.b.S(a,0,a.length-1),!1) +s.toString +return s/100*b}, +alm:function alm(){}, +Ko:function Ko(){}, +a3j:function a3j(a){this.a=a}, +aF6(a){var s=($.bi+1)%16777215 +$.bi=s +return new D.A7(null,s,a,C.ab,P.bu(t.u))}, +rs:function rs(){}, +Qh:function Qh(a,b,c,d,e,f){var _=this +_.c6=a +_.aN$=b +_.b=_.a=_.dy=null +_.c=c +_.e=_.d=null +_.f=d +_.r=null +_.x=e +_.y=f +_.Q=_.z=null +_.ch=!1 +_.cx=!0 +_.dx=_.db=_.cy=!1}, +mD:function mD(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +mE:function mE(a,b,c,d){var _=this +_.b=_.a=_.dy=_.B=_.c6=null +_.c=a +_.e=_.d=null +_.f=b +_.r=null +_.x=c +_.y=d +_.Q=_.z=null +_.ch=!1 +_.cx=!0 +_.dx=_.db=_.cy=!1}, +ag8:function ag8(){}, +Lp:function Lp(){}, +ai4:function ai4(a){this.a=a}, +ajd:function ajd(a){this.a=a}, +kq:function kq(){}, +A7:function A7(a,b,c,d,e){var _=this +_.aN$=a +_.b=_.a=_.dy=null +_.c=b +_.e=_.d=null +_.f=c +_.r=null +_.x=d +_.y=e +_.Q=_.z=null +_.ch=!1 +_.cx=!0 +_.dx=_.db=_.cy=!1}, +S2:function S2(){}, +TP:function TP(){}, +aJM(a,b,c){var s,r,q,p,o,n,m,l,k,j +if(c==null)c=C.FS +s=P.bj() +for(r=a.Om(),r=r.gX(r),q=b.a,p=c.a,o=c.b===C.kJ;r.t();){n=r.gE(r) +m=n.gn(n) +l=o?p:m*p +for(k=!0;l=q.length)m=b.b=0 +b.b=m+1 +j=q[m] +if(k)s.vM(0,n.Pm(l,l+j),C.h) +l+=j +k=!k}}return s}, +aCf(a){return new D.wc(a)}, +Oa:function Oa(a){this.b=a}, +wx:function wx(a,b){this.a=a +this.b=b}, +wc:function wc(a){this.a=a +this.b=0}, +oY:function oY(a,b,c){this.e=a +this.a=b +this.b=c}, +k3:function k3(){}, +cL(a){var s=a.length +if(s===0)return new E.wV(a,t.oy) +else if(s===1){s=G.Ez(a,null) +return s}else{s=D.aLa(a,null) +return s}}, +aLa(a,b){var s=a+" expected" +return new Z.K5(a.length,new D.alt(a),s)}, +alt:function alt(a){this.a=a}, +B1:function B1(a){this.b=a}, +avv(a,b){var s=a==null?null:H.a(a.split("\n"),t.s) +if(s==null)s=H.a(["null"],t.s) +$.UM().O(0,s) +if(!$.aos)D.auG()}, +auG(){var s,r,q=$.aos=!1,p=$.apu() +if(P.cV(p.gadB(),0).a>1e6){if(p.b==null)p.b=$.K7.$0() +p.ez(0) +$.Un=0}while(!0){if($.Un<12288){p=$.UM() +p=!p.gM(p)}else p=q +if(!p)break +s=$.UM().lm() +$.Un=$.Un+s.length +r=$.ali +if(r==null)H.UA(s) +else r.$1(s)}q=$.UM() +if(!q.gM(q)){$.aos=!0 +$.Un=0 +P.bX(C.aU,D.aL6()) +if($.ajA==null)$.ajA=new P.aC(new P.a3($.Y,t.U),t.h)}else{$.apu().fJ(0) +q=$.ajA +if(q!=null)q.em(0) +$.ajA=null}}},E={ +WR(a,b){if(a==null)return null +return a instanceof E.dU?a.eO(b):a}, +dU:function dU(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.ch=k +_.a=l}, +WS:function WS(a){this.a=a}, +O_:function O_(){}, +qz:function qz(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.fy=a +_.go=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.Q=h +_.ch=i +_.cx=j +_.cy=k +_.db=l +_.dx=m +_.a=n}, +Bs:function Bs(a,b,c){var _=this +_.dx=null +_.dy=0 +_.x=_.r=_.f=_.e=_.d=null +_.y=a +_.z=!1 +_.Q=null +_.bJ$=b +_.a=null +_.b=c +_.c=null}, +adb:function adb(a){this.a=a}, +ada:function ada(){}, +n0(a,b,c,d,e,f,g){return new E.vS(e,g,a,d,b,c,new E.R5(null,null,1/0,56),f,null)}, +aBN(a,b){var s=K.an(a).bF.ch +if(s==null)s=56 +return s+0}, +aiA:function aiA(a){this.b=a}, +R5:function R5(a,b,c,d){var _=this +_.e=a +_.f=b +_.a=c +_.b=d}, +vS:function vS(a,b,c,d,e,f,g,h,i){var _=this +_.c=a +_.e=b +_.f=c +_.y=d +_.ch=e +_.fx=f +_.k2=g +_.k4=h +_.a=i}, +Bb:function Bb(a){var _=this +_.d=null +_.e=!1 +_.a=null +_.b=a +_.c=null}, +abx:function abx(){}, +Nf:function Nf(a,b){this.c=a +this.a=b}, +Rj:function Rj(a,b,c,d){var _=this +_.w=null +_.ab=a +_.aG=b +_.q$=c +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=d +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +aBV(a,b,c,d,e,f,g,h,i,j,k){return new E.w_(a,h,c,g,j,i,b,f,k,d,e,null)}, +ap9(a,b,c,d){var s,r,q,p,o,n,m=null,l=K.bd(b,!1),k=l.c +k.toString +k=M.amP(b,k) +L.fH(b,C.aN,t.C).toString +s=H.a([],t.Zt) +r=$.Y +q=S.z0(C.c6) +p=H.a([],t.wi) +o=P.aj(0,m,!1,t.Z) +n=$.Y +return l.jZ(new E.Cw(a,k,!1,m,m,c,m,m,m,!0,!0,m,"Dismiss",m,s,new N.b3(m,d.j("b3>")),new N.b3(m,t.A),new S.rA(),m,new P.aC(new P.a3(r,d.j("a3<0?>")),d.j("aC<0?>")),q,p,C.eh,new B.ef(m,o),new P.aC(new P.a3(n,d.j("a3<0?>")),d.j("aC<0?>")),d.j("Cw<0>")))}, +w_:function w_(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.ch=j +_.cx=k +_.a=l}, +Bf:function Bf(a,b){var _=this +_.d=a +_.a=null +_.b=b +_.c=null}, +afR:function afR(a,b){this.b=a +this.c=b}, +pB:function pB(a,b,c,d,e,f,g,h,i,j){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.a=i +_.$ti=j}, +uH:function uH(a,b,c){var _=this +_.d=a +_.a=null +_.b=b +_.c=null +_.$ti=c}, +afU:function afU(a,b){this.a=a +this.b=b}, +afT:function afT(a,b,c){this.a=a +this.b=b +this.c=c}, +Cw:function Cw(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.c7=a +_.cV=b +_.er=c +_.dk=d +_.dS=e +_.cm=f +_.aR=g +_.dl=h +_.e2=i +_.cW=j +_.f2=k +_.jI=l +_.au=m +_.om=null +_.go=n +_.id=!1 +_.k2=_.k1=null +_.k3=o +_.k4=p +_.r1=q +_.r2=r +_.x1=_.ry=_.rx=null +_.fY$=s +_.z=a0 +_.ch=_.Q=null +_.cx=a1 +_.db=_.cy=null +_.e=a2 +_.a=null +_.b=a3 +_.c=a4 +_.d=a5 +_.$ti=a6}, +afS:function afS(a){this.a=a}, +abR:function abR(a,b){this.a=a +this.b=b}, +fd:function fd(a,b){this.b=a +this.a=b}, +mY(a,b,c){return new E.l5(c,b,a,null)}, +aHo(a,b,c,d){return K.Hn(!1,d,S.cM(C.f6,b,null))}, +pU(a,b,c){var s,r=K.bd(b,!0).c +r.toString +s=M.amP(b,r) +return K.bd(b,!0).jZ(E.aCG(C.R,!0,null,a,b,null,s,!0,c))}, +aCG(a,b,c,d,e,f,g,h,i){var s,r,q,p,o,n=null,m=L.fH(e,C.aN,t.C) +m.toString +m=H.a([],t.Zt) +s=$.Y +r=S.z0(C.c6) +q=H.a([],t.wi) +p=P.aj(0,n,!1,t.Z) +o=$.Y +return new E.wC(new E.Xc(d,g,!0),!0,"Dismiss",a,C.dE,E.aJW(),n,m,new N.b3(n,i.j("b3>")),new N.b3(n,t.A),new S.rA(),n,new P.aC(new P.a3(s,i.j("a3<0?>")),i.j("aC<0?>")),r,q,C.eh,new B.ef(n,p),new P.aC(new P.a3(o,i.j("a3<0?>")),i.j("aC<0?>")),i.j("wC<0>"))}, +GP:function GP(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.r=c +_.x=d +_.y=e +_.z=f +_.a=g}, +l5:function l5(a,b,c,d){var _=this +_.c=a +_.f=b +_.y=c +_.a=d}, +wC:function wC(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){var _=this +_.c7=a +_.cV=b +_.er=c +_.dk=d +_.dS=e +_.cm=f +_.go=g +_.id=!1 +_.k2=_.k1=null +_.k3=h +_.k4=i +_.r1=j +_.r2=k +_.x1=_.ry=_.rx=null +_.fY$=l +_.z=m +_.ch=_.Q=null +_.cx=n +_.db=_.cy=null +_.e=o +_.a=null +_.b=p +_.c=q +_.d=r +_.$ti=s}, +Xc:function Xc(a,b,c){this.a=a +this.b=b +this.c=c}, +lq(a,b,c,d,e,f){return new E.x4(b,a,d,f,c,e?C.z0:C.kK,null)}, +adm:function adm(){}, +ul:function ul(a){this.b=a}, +x4:function x4(a,b,c,d,e,f,g){var _=this +_.c=a +_.f=b +_.z=c +_.Q=d +_.cx=e +_.rx=f +_.a=g}, +NB:function NB(a,b){this.c=a +this.a=b}, +CT:function CT(a,b,c,d){var _=this +_.w=null +_.ab=a +_.aG=b +_.q$=c +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=d +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +aDQ(a,b,c){var s,r=P.O(a.a,b.a,c),q=P.a8(a.b,b.b,c),p=A.by(a.c,b.c,c),o=A.by(a.d,b.d,c),n=T.lx(a.e,b.e,c),m=T.lx(a.f,b.f,c),l=P.a8(a.r,b.r,c) +if(c<0.5)s=a.x +else s=b.x +return new E.ys(r,q,p,o,n,m,l,s)}, +ys:function ys(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h}, +Qg:function Qg(){}, +Lf:function Lf(a,b,c){this.c=a +this.d=b +this.a=c}, +uG:function uG(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.fy=a +_.go=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.Q=h +_.ch=i +_.cx=j +_.cy=k +_.db=l +_.dx=m +_.a=n}, +PR:function PR(a,b,c){var _=this +_.dx=null +_.fr=_.dy=!1 +_.x=_.r=_.f=_.e=_.d=_.go=_.fy=_.fx=null +_.y=a +_.z=!1 +_.Q=null +_.bJ$=b +_.a=null +_.b=c +_.c=null}, +afE:function afE(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +afG:function afG(a,b,c){this.a=a +this.b=b +this.c=c}, +afF:function afF(a,b,c){this.a=a +this.b=b +this.c=c}, +afD:function afD(a){this.a=a}, +afM:function afM(a){this.a=a}, +afL:function afL(a){this.a=a}, +afK:function afK(a){this.a=a}, +afI:function afI(a){this.a=a}, +afJ:function afJ(a){this.a=a}, +afH:function afH(a){this.a=a}, +atq(a,b,c,d,e,f,g,h){var s=null,r=a.a +r=r.a +return new E.Az(a,h,new E.a96(b,s,s,c,d,g,s,s,C.av,s,s,f,!1,s,!1,s,"\u2022",!1,!0,s,s,!0,!0,s,e,s,!1,s,s,s,s,s,s,2,s,s,s,C.Gs,s,s,!0,s,s,s,s,!0),r,!0,C.eM,s,s)}, +Az:function Az(a,b,c,d,e,f,g,h){var _=this +_.ch=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.z=g +_.a=h}, +a96:function a96(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s +_.fy=a0 +_.go=a1 +_.id=a2 +_.k1=a3 +_.k2=a4 +_.k3=a5 +_.k4=a6 +_.r1=a7 +_.r2=a8 +_.rx=a9 +_.ry=b0 +_.x1=b1 +_.x2=b2 +_.y1=b3 +_.y2=b4 +_.a2=b5 +_.am=b6 +_.aF=b7 +_.a3=b8 +_.a5=b9 +_.ao=c0 +_.ar=c1 +_.aj=c2 +_.b7=c3 +_.bc=c4 +_.q=c5 +_.C=c6}, +a97:function a97(a,b){this.a=a +this.b=b}, +v9:function v9(a,b,c,d,e,f,g,h){var _=this +_.db=null +_.d=$ +_.e=a +_.f=b +_.bl$=c +_.e1$=d +_.fp$=e +_.c5$=f +_.d3$=g +_.a=null +_.b=h +_.c=null}, +lf:function lf(){}, +aGv(a,b){var s +if(a.r)H.f(P.V(u.V)) +s=new L.r1(a) +s.u6(a) +s=new E.uE(a,null,s) +s.a_F(a,b,null) +return s}, +a_H:function a_H(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.f=0}, +a_J:function a_J(a,b,c){this.a=a +this.b=b +this.c=c}, +a_I:function a_I(a,b){this.a=a +this.b=b}, +a_K:function a_K(a,b,c){this.a=a +this.b=b +this.c=c}, +Nw:function Nw(){}, +acl:function acl(a){this.a=a}, +Bg:function Bg(a,b,c){this.a=a +this.b=b +this.c=c}, +uE:function uE(a,b,c){var _=this +_.d=null +_.a=a +_.b=b +_.c=c}, +aft:function aft(a,b){this.a=a +this.b=b}, +QA:function QA(a,b){this.a=a +this.b=b}, +asT(a){var s=new E.zg(a,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +a4r(a,b){if(b==null)return a +return C.d.dH(a/b)*b}, +KL:function KL(){}, +e_:function e_(){}, +xp:function xp(a){this.b=a}, +KM:function KM(){}, +zg:function zg(a,b,c){var _=this +_.w=a +_.q$=b +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=c +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +KC:function KC(a,b,c,d){var _=this +_.w=a +_.ab=b +_.q$=c +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=d +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +zp:function zp(a,b,c,d){var _=this +_.w=a +_.ab=b +_.q$=c +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=d +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +KF:function KF(a,b,c,d,e){var _=this +_.w=a +_.ab=b +_.aG=c +_.q$=d +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=e +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +ze:function ze(){}, +Ks:function Ks(a,b,c,d,e,f){var _=this +_.rv$=a +_.E_$=b +_.rw$=c +_.E0$=d +_.q$=e +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=f +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +wv:function wv(){}, +oQ:function oQ(a,b,c){this.b=a +this.c=b +this.a=c}, +uU:function uU(){}, +Kv:function Kv(a,b,c,d){var _=this +_.w=a +_.ab=null +_.aG=b +_.cn=_.bd=null +_.q$=c +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=d +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +Ku:function Ku(a,b,c,d){var _=this +_.w=a +_.ab=null +_.aG=b +_.cn=_.bd=null +_.q$=c +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=d +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +D3:function D3(){}, +KG:function KG(a,b,c,d,e,f,g,h,i){var _=this +_.E1=a +_.E2=b +_.bx=c +_.T=d +_.i7=e +_.w=f +_.ab=null +_.aG=g +_.cn=_.bd=null +_.q$=h +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=i +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +KH:function KH(a,b,c,d,e,f,g){var _=this +_.bx=a +_.T=b +_.i7=c +_.w=d +_.ab=null +_.aG=e +_.cn=_.bd=null +_.q$=f +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=g +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +GE:function GE(a){this.b=a}, +Kw:function Kw(a,b,c,d,e){var _=this +_.w=null +_.ab=a +_.aG=b +_.bd=c +_.q$=d +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=e +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +KR:function KR(a,b,c){var _=this +_.aG=_.ab=_.w=null +_.bd=a +_.d7=_.cn=null +_.q$=b +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=c +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +a5_:function a5_(a){this.a=a}, +zl:function zl(a,b,c,d,e,f){var _=this +_.w=null +_.ab=a +_.aG=b +_.bd=c +_.d7=_.cn=null +_.a9=d +_.q$=e +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=f +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +a4k:function a4k(a){this.a=a}, +Kz:function Kz(a,b,c,d){var _=this +_.w=a +_.ab=b +_.q$=c +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=d +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +a4q:function a4q(a){this.a=a}, +KJ:function KJ(a,b,c,d,e,f,g,h,i){var _=this +_.cB=a +_.di=b +_.cg=c +_.d4=d +_.bx=e +_.T=f +_.w=g +_.q$=h +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=i +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +KE:function KE(a,b,c,d,e,f,g){var _=this +_.w=a +_.ab=b +_.aG=c +_.bd=d +_.cn=e +_.d7=!0 +_.q$=f +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=g +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +KN:function KN(a,b){var _=this +_.ab=_.w=0 +_.q$=a +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=b +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +zn:function zn(a,b,c,d){var _=this +_.w=a +_.ab=b +_.q$=c +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=d +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +zr:function zr(a,b,c){var _=this +_.w=a +_.q$=b +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=c +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +zd:function zd(a,b,c,d){var _=this +_.w=a +_.ab=b +_.q$=c +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=d +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +kl:function kl(a,b,c){var _=this +_.bx=_.d4=_.cg=_.di=_.cB=null +_.w=a +_.q$=b +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=c +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +zv:function zv(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8){var _=this +_.w=a +_.ab=b +_.aG=c +_.bd=d +_.cn=e +_.d7=f +_.a9=g +_.e3=h +_.es=i +_.aed=j +_.h_=k +_.jJ=l +_.jK=m +_.E5=n +_.on=o +_.oo=p +_.aee=q +_.rE=r +_.l3=s +_.my=a0 +_.iO=a1 +_.oj=a2 +_.ok=a3 +_.hx=a4 +_.bl=a5 +_.e1=a6 +_.fp=a7 +_.c5=a8 +_.d3=a9 +_.iP=b0 +_.cB=b1 +_.di=b2 +_.cg=b3 +_.d4=b4 +_.bx=b5 +_.T=b6 +_.i7=b7 +_.bI=b8 +_.Z=b9 +_.dj=c0 +_.bJ=c1 +_.fY=c2 +_.ajb=c3 +_.ajc=c4 +_.rs=c5 +_.rt=c6 +_.ru=c7 +_.ajd=c8 +_.aje=c9 +_.ajf=d0 +_.ajg=d1 +_.ajh=d2 +_.aji=d3 +_.fq=d4 +_.ci=d5 +_.f1=d6 +_.q$=d7 +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=d8 +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +Kt:function Kt(a,b,c){var _=this +_.w=a +_.q$=b +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=c +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +KD:function KD(a,b){var _=this +_.q$=a +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=b +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +Kx:function Kx(a,b,c){var _=this +_.w=a +_.q$=b +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=c +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +KA:function KA(a,b,c){var _=this +_.w=a +_.q$=b +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=c +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +KB:function KB(a,b,c){var _=this +_.w=a +_.ab=null +_.q$=b +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=c +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +Ky:function Ky(a,b,c,d,e,f,g){var _=this +_.w=a +_.ab=b +_.aG=c +_.bd=d +_.cn=e +_.q$=f +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=g +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +a4p:function a4p(a){this.a=a}, +zf:function zf(a,b,c,d,e){var _=this +_.w=a +_.ab=b +_.q$=c +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=d +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null +_.$ti=e}, +Rh:function Rh(){}, +Ri:function Ri(){}, +D4:function D4(){}, +D5:function D5(){}, +a6n:function a6n(){}, +a9H:function a9H(a,b){this.b=a +this.a=b}, +a14:function a14(a){this.a=a}, +a8Z:function a8Z(a){this.a=a}, +GI:function GI(a,b,c){this.d=a +this.e=b +this.a=c}, +Ox:function Ox(a){this.a=a}, +Or:function Or(a){this.a=a}, +On:function On(a){this.a=a}, +Om:function Om(a){this.a=a}, +Oq:function Oq(a){this.a=a}, +Op:function Op(a){this.a=a}, +Oo:function Oo(a){this.a=a}, +OK:function OK(a){this.a=a}, +OL:function OL(a){this.a=a}, +OM:function OM(a){this.a=a}, +ON:function ON(a){this.a=a}, +OO:function OO(a){this.a=a}, +OP:function OP(a){this.a=a}, +OQ:function OQ(a){this.a=a}, +OR:function OR(a){this.a=a}, +OS:function OS(a){this.a=a}, +OT:function OT(a){this.a=a}, +OU:function OU(a){this.a=a}, +OV:function OV(a){this.a=a}, +OW:function OW(a){this.a=a}, +OX:function OX(a){this.a=a}, +Q4:function Q4(a){this.a=a}, +Q7:function Q7(a){this.a=a}, +Qa:function Qa(a){this.a=a}, +Qd:function Qd(a){this.a=a}, +Q5:function Q5(a){this.a=a}, +Q6:function Q6(a){this.a=a}, +Q8:function Q8(a){this.a=a}, +Q9:function Q9(a){this.a=a}, +Qb:function Qb(a){this.a=a}, +Qc:function Qc(a){this.a=a}, +RT:function RT(a){this.a=a}, +NU:function NU(a){this.a=a}, +O9:function O9(a){this.a=a}, +Qx:function Qx(a){this.a=a}, +aCD(){return C.Lr}, +GJ:function GJ(a,b,c,d){var _=this +_.d=a +_.e=b +_.f=c +_.a=d}, +J_:function J_(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +DN:function DN(a){this.b=a}, +aiB:function aiB(a,b,c){var _=this +_.d=a +_.e=b +_.f=c +_.c=_.b=null}, +aDU(a,b,c,d,e,f){return new E.Jg(f,a,e,c,d,b,null)}, +yB:function yB(a){this.b=a}, +Jg:function Jg(a,b,c,d,e,f,g){var _=this +_.e=a +_.f=b +_.r=c +_.x=d +_.y=e +_.c=f +_.a=g}, +jr:function jr(a,b,c){this.bx$=a +this.T$=b +this.a=c}, +uY:function uY(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.B=a +_.N=b +_.W=c +_.a8=d +_.az=e +_.aN=f +_.b_=g +_.bI$=h +_.Z$=i +_.dj$=j +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=k +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +ah9:function ah9(a,b){this.a=a +this.b=b}, +TW:function TW(){}, +TX:function TX(){}, +asE(a){return new E.rQ(null,a,null)}, +yX(a){var s=a.J(t.bb) +return s==null?null:s.f}, +rQ:function rQ(a,b,c){this.f=a +this.b=b +this.a=c}, +aEy(a,b,c,d,e,f,g,h,i,j,k,l){return new E.rV(a,b,e,i,k,c,l,h,g,d,j,f)}, +aoz(a,b){var s=$.B.C$.Q.h(0,a).gD() +s.toString +return t.q.a(s).jc(b)}, +t4:function t4(a){this.b=a}, +t5:function t5(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.a=a +_.b=b +_.c=c +_.d=null +_.e=d +_.f=e +_.r=f +_.x=g +_.y=null +_.z=h +_.Q=i +_.ch=j +_.cx=k +_.fr=_.dy=_.dx=_.db=_.cy=null +_.a3$=0 +_.a5$=l +_.ar$=_.ao$=0 +_.aj$=!1}, +a6b:function a6b(){}, +rV:function rV(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.Q=f +_.ch=g +_.cx=h +_.cy=i +_.db=j +_.dx=k +_.a=l}, +j8:function j8(a,b,c,d){var _=this +_.x=_.r=_.f=_.e=_.d=null +_.y=a +_.z=!1 +_.Q=null +_.bJ$=b +_.a=null +_.b=c +_.c=null +_.$ti=d}, +a41:function a41(a){this.a=a}, +a40:function a40(a){this.a=a}, +a3X:function a3X(a){this.a=a}, +a3Y:function a3Y(a){this.a=a}, +a3U:function a3U(a){this.a=a}, +a3V:function a3V(a){this.a=a}, +a3W:function a3W(a){this.a=a}, +a3Z:function a3Z(a){this.a=a}, +a4_:function a4_(a){this.a=a}, +a43:function a43(a){this.a=a}, +a42:function a42(a){this.a=a}, +jw:function jw(a,b,c,d,e,f,g,h,i){var _=this +_.bL=a +_.k2=!1 +_.bs=_.ag=_.C=_.q=_.bc=_.b7=_.aj=_.ar=_.ao=_.a5=_.a3=_.aF=_.am=_.a2=_.y2=_.y1=_.x2=_.x1=_.ry=_.rx=_.r2=_.r1=_.k4=_.k3=null +_.z=b +_.ch=c +_.cx=d +_.db=_.cy=null +_.dx=!1 +_.dy=null +_.d=e +_.e=f +_.f=null +_.a=g +_.b=h +_.c=i}, +jx:function jx(a,b,c,d,e,f,g,h,i){var _=this +_.dS=a +_.d5=_.bF=_.bT=_.bX=_.bs=_.ag=_.C=_.q=_.bc=_.b7=_.aj=null +_.k3=_.k2=!1 +_.r1=_.k4=null +_.z=b +_.ch=c +_.cx=d +_.db=_.cy=null +_.dx=!1 +_.dy=null +_.d=e +_.e=f +_.f=null +_.a=g +_.b=h +_.c=i}, +uT:function uT(){}, +m6(a,b,c,d){var s=b==null&&d===C.m +return new E.Lo(d,c,b,s,a,null)}, +Lo:function Lo(a,b,c,d,e,f){var _=this +_.c=a +_.e=b +_.f=c +_.r=d +_.y=e +_.a=f}, +a6S:function a6S(a,b,c){this.a=a +this.b=b +this.c=c}, +v2:function v2(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +D7:function D7(a,b,c,d,e,f){var _=this +_.B=a +_.N=b +_.a8=c +_.az=d +_.q$=e +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=f +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +ahb:function ahb(a,b){this.a=a +this.b=b}, +aha:function aha(a,b){this.a=a +this.b=b}, +Ek:function Ek(){}, +ap3(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f +if(a==null||a.length===0)return null +if(a==="none")return null +if(a[0]==="#"){if(a.length===4){s=a[1] +r=a[2] +q=a[3] +a="#"+s+s+r+r+q+q}p=P.e5(J.aBv(a,1),16) +o=a.length +if(o===7)return new P.k((p|4278190080)>>>0) +if(o===9)return new P.k(p>>>0)}if(C.b.bP(a.toLowerCase(),"rgba")){o=t.a4 +n=P.as(new H.at(H.a(C.b.S(a,J.alU(a,"(")+1,C.b.dT(a,")")).split(","),t.s),new E.al5(),o),!0,o.j("ba.E")) +o=K.av(C.c.ea(n),!1) +o.toString +m=H.aq(n).j("at<1,q>") +l=P.as(new H.at(n,new E.al6(),m),!0,m.j("ba.E")) +return P.Wy(l[0],l[1],l[2],o)}if(C.b.bP(a.toLowerCase(),"hsl")){o=t.OL +k=P.as(new H.at(H.a(C.b.S(a,J.alU(a,"(")+1,C.b.dT(a,")")).split(","),t.s),new E.al7(),o),!0,o.j("ba.E")) +j=C.d.eQ(k[0]/360,1) +o=k[1] +i=k[2]/100 +h=k.length>3?k[3]:255 +l=H.a([0,0,0],t.v) +if(j<0.16666666666666666){l[0]=1 +l[1]=j*6}else if(j<0.3333333333333333){l[0]=2-j*6 +l[1]=1}else if(j<0.5){l[1]=1 +l[2]=j*6-2}else if(j<0.6666666666666666){l[1]=4-j*6 +l[2]=1}else{m=j*6 +if(j<0.8333333333333334){l[0]=m-4 +l[2]=1}else{l[0]=1 +l[2]=6-m}}m=t.bK +l=P.as(new H.at(l,new E.al8(o/100),m),!0,m.j("ba.E")) +o=H.aq(l).j("at<1,R>") +l=i<0.5?P.as(new H.at(l,new E.al9(i),o),!0,o.j("ba.E")):P.as(new H.at(l,new E.ala(i),o),!0,o.j("ba.E")) +o=H.aq(l).j("at<1,R>") +l=P.as(new H.at(l,new E.alb(),o),!0,o.j("ba.E")) +return P.ar(h,J.alV(l[0]),J.alV(l[1]),J.alV(l[2]))}if(C.b.bP(a.toLowerCase(),"rgb")){o=t.OL +l=P.as(new H.at(H.a(C.b.S(a,J.alU(a,"(")+1,C.b.dT(a,")")).split(","),t.s),new E.alc(),o),!0,o.j("ba.E")) +g=l.length>3?l[3]:255 +return P.ar(g,l[0],l[1],l[2])}f=C.Lo.h(0,a) +if(f!=null)return f +throw H.b(P.V('Could not parse "'+H.c(a)+'" as a color.'))}, +al5:function al5(){}, +al6:function al6(){}, +al7:function al7(){}, +al8:function al8(a){this.a=a}, +al9:function al9(a){this.a=a}, +ala:function ala(a){this.a=a}, +alb:function alb(){}, +alc:function alc(){}, +I0:function I0(a,b){this.a=a +this.b=b}, +KU:function KU(){}, +JH:function JH(a){this.a=a}, +aw5(a,b){var s,r=$.axN().cC(new M.wq(a,0)) +r=r.gm(r) +s=new H.at(new H.nh(a),X.avo(),t.Hz.j("at")).QE(0) +s="["+s+"] expected" +return new G.nf(r,s)}, +akh:function akh(){}, +ak1:function ak1(){}, +akg:function akg(){}, +ak0:function ak0(){}, +wV:function wV(a,b){this.a=a +this.$ti=b}, +asz(a,b){if(b!==a.a)throw H.b(P.n2(u.r))}, +a3b:function a3b(){}, +aF2(a){var s +try{}catch(s){if(t.We.b(H.a0(s)))throw H.b(P.n2(u.r)) +else throw s}$.aF1=a}, +a6M:function a6M(){}, +lO:function lO(a){this.b=a}, +nJ:function nJ(a,b){this.c=a +this.a=b}, +BV:function BV(a,b,c,d,e,f){var _=this +_.d=a +_.e=!1 +_.f=b +_.r=c +_.x=d +_.y=e +_.a=null +_.b=f +_.c=null}, +aer:function aer(a){this.a=a}, +aeq:function aeq(a,b){this.a=a +this.b=b}, +aep:function aep(a,b){this.a=a +this.b=b}, +aeG:function aeG(a){this.a=a}, +aeF:function aeF(a){this.a=a}, +aeH:function aeH(a,b){this.a=a +this.b=b}, +aeE:function aeE(a,b){this.a=a +this.b=b}, +aeI:function aeI(a,b){this.a=a +this.b=b}, +aeD:function aeD(a,b){this.a=a +this.b=b}, +aeJ:function aeJ(a,b){this.a=a +this.b=b}, +aeA:function aeA(a,b,c){this.a=a +this.b=b +this.c=c}, +aez:function aez(a,b,c){this.a=a +this.b=b +this.c=c}, +aev:function aev(a,b){this.a=a +this.b=b}, +aeu:function aeu(a,b){this.a=a +this.b=b}, +aew:function aew(a,b){this.a=a +this.b=b}, +aet:function aet(a,b){this.a=a +this.b=b}, +aex:function aex(a,b){this.a=a +this.b=b}, +aes:function aes(a,b){this.a=a +this.b=b}, +aey:function aey(a,b){this.a=a +this.b=b}, +aen:function aen(a){this.a=a}, +aeo:function aeo(a){this.a=a}, +aeB:function aeB(a,b){this.a=a +this.b=b}, +aeC:function aeC(a){this.a=a}, +atA(){return new E.Mq(new Uint8Array(0),0)}, +kE:function kE(){}, +Pw:function Pw(){}, +Mq:function Mq(a,b){this.a=a +this.b=b}, +yh(a){var s=new E.ap(new Float64Array(16)) +if(s.kU(a)===0)return null +return s}, +aDE(){return new E.ap(new Float64Array(16))}, +aDF(){var s=new E.ap(new Float64Array(16)) +s.cz() +return s}, +lM(a,b,c){var s=new Float64Array(16),r=new E.ap(s) +r.cz() +s[14]=c +s[13]=b +s[12]=a +return r}, +a1h(a,b,c){var s=new Float64Array(16) +s[15]=1 +s[10]=c +s[5]=b +s[0]=a +return new E.ap(s)}, +asK(){var s=new Float64Array(4) +s[3]=1 +return new E.m_(s)}, +o9:function o9(a){this.a=a}, +ap:function ap(a){this.a=a}, +m_:function m_(a){this.a=a}, +db:function db(a){this.a=a}, +ik:function ik(a){this.a=a}, +kJ:function kJ(a){this.b=a}, +iv(a){if(a==null)return"null" +return C.d.a6(a,1)}},F={wt:function wt(a){this.a=a},NZ:function NZ(a,b){var _=this +_.d=null +_.cU$=a +_.a=null +_.b=b +_.c=null},NY:function NY(a,b,c,d,e,f){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.a=f},Eb:function Eb(){},SI:function SI(a,b){this.b=a +this.a=b},WU:function WU(){},fa:function fa(){},xY:function xY(a){this.b=a}, +ans(a,b){var s,r +if(a==null)return b +s=new E.db(new Float64Array(3)) +s.hH(b.a,b.b,0) +r=a.xG(s).a +return new P.l(r[0],r[1])}, +anr(a,b,c,d){if(a==null)return c +if(b==null)b=F.ans(a,d) +return b.a7(0,F.ans(a,d.a7(0,c)))}, +anq(a){var s,r,q=new Float64Array(4),p=new E.ik(q) +p.tT(0,0,1,0) +s=new Float64Array(16) +r=new E.ap(s) +r.b0(a) +s[11]=q[3] +s[10]=q[2] +s[9]=q[1] +s[8]=q[0] +r.yI(2,p) +return r}, +aE1(a,b,c,d,e,f,g,h,i,j,k,l,m,n){return new F.or(d,n,0,e,a,h,C.h,0,!1,!1,0,j,i,b,c,0,0,0,l,k,g,m,0,!1,null,null)}, +aE7(a,b,c,d,e,f,g,h,i,j,k){return new F.ou(c,k,0,d,a,f,C.h,0,!1,!1,0,h,g,0,b,0,0,0,j,i,0,0,0,!1,null,null)}, +aE5(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new F.kg(f,a0,0,g,c,j,b,a,!1,!1,0,l,k,d,e,q,m,p,o,n,i,s,0,r,null,null)}, +aE3(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2){return new F.lX(g,a2,k,h,c,l,b,a,f,!1,0,n,m,d,e,s,o,r,q,p,j,a1,0,a0,null,null)}, +aE4(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2){return new F.lY(g,a2,k,h,c,l,b,a,f,!1,0,n,m,d,e,s,o,r,q,p,j,a1,0,a0,null,null)}, +aE2(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){return new F.ke(d,s,h,e,b,i,C.h,a,!0,!1,j,l,k,0,c,q,m,p,o,n,g,r,0,!1,null,null)}, +aE6(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2){return new F.ot(e,a2,j,f,c,k,b,a,!0,!1,l,n,m,0,d,s,o,r,q,p,h,a1,i,a0,null,null)}, +aE9(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new F.ow(e,a0,i,f,b,j,C.h,a,!1,!1,k,m,l,c,d,r,n,q,p,o,h,s,0,!1,null,null)}, +aE8(a,b,c,d,e,f){return new F.ov(e,b,f,0,c,a,d,C.h,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +asB(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){return new F.os(e,s,i,f,b,j,C.h,a,!1,!1,0,l,k,c,d,q,m,p,o,n,h,r,0,!1,null,null)}, +EA(a){switch(a){case C.au:return 1 +case C.aP:case C.bo:case C.b7:case C.at:return 18}}, +aJE(a){switch(a){case C.au:return 2 +case C.aP:case C.bo:case C.b7:case C.at:return 36}}, +bh:function bh(){}, +fZ:function fZ(){}, +MW:function MW(){}, +T7:function T7(){}, +NK:function NK(){}, +or:function or(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s +_.fy=a0 +_.go=a1 +_.id=a2 +_.k1=a3 +_.k2=a4 +_.k3=a5 +_.k4=a6}, +T3:function T3(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=null}, +NR:function NR(){}, +ou:function ou(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s +_.fy=a0 +_.go=a1 +_.id=a2 +_.k1=a3 +_.k2=a4 +_.k3=a5 +_.k4=a6}, +Tb:function Tb(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=null}, +NP:function NP(){}, +kg:function kg(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s +_.fy=a0 +_.go=a1 +_.id=a2 +_.k1=a3 +_.k2=a4 +_.k3=a5 +_.k4=a6}, +T9:function T9(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=null}, +NN:function NN(){}, +lX:function lX(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s +_.fy=a0 +_.go=a1 +_.id=a2 +_.k1=a3 +_.k2=a4 +_.k3=a5 +_.k4=a6}, +T6:function T6(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=null}, +NO:function NO(){}, +lY:function lY(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s +_.fy=a0 +_.go=a1 +_.id=a2 +_.k1=a3 +_.k2=a4 +_.k3=a5 +_.k4=a6}, +T8:function T8(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=null}, +NM:function NM(){}, +ke:function ke(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s +_.fy=a0 +_.go=a1 +_.id=a2 +_.k1=a3 +_.k2=a4 +_.k3=a5 +_.k4=a6}, +T5:function T5(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=null}, +NQ:function NQ(){}, +ot:function ot(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s +_.fy=a0 +_.go=a1 +_.id=a2 +_.k1=a3 +_.k2=a4 +_.k3=a5 +_.k4=a6}, +Ta:function Ta(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=null}, +NT:function NT(){}, +ow:function ow(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s +_.fy=a0 +_.go=a1 +_.id=a2 +_.k1=a3 +_.k2=a4 +_.k3=a5 +_.k4=a6}, +Td:function Td(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=null}, +j5:function j5(){}, +NS:function NS(){}, +ov:function ov(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.c6=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.ch=m +_.cx=n +_.cy=o +_.db=p +_.dx=q +_.dy=r +_.fr=s +_.fx=a0 +_.fy=a1 +_.go=a2 +_.id=a3 +_.k1=a4 +_.k2=a5 +_.k3=a6 +_.k4=a7}, +Tc:function Tc(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=null}, +NL:function NL(){}, +os:function os(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s +_.fy=a0 +_.go=a1 +_.id=a2 +_.k1=a3 +_.k2=a4 +_.k3=a5 +_.k4=a6}, +T4:function T4(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=null}, +QJ:function QJ(){}, +QK:function QK(){}, +QL:function QL(){}, +QM:function QM(){}, +QN:function QN(){}, +QO:function QO(){}, +QP:function QP(){}, +QQ:function QQ(){}, +QR:function QR(){}, +QS:function QS(){}, +QT:function QT(){}, +QU:function QU(){}, +QV:function QV(){}, +QW:function QW(){}, +QX:function QX(){}, +QY:function QY(){}, +QZ:function QZ(){}, +R_:function R_(){}, +R0:function R0(){}, +R1:function R1(){}, +R2:function R2(){}, +U4:function U4(){}, +U5:function U5(){}, +U6:function U6(){}, +U7:function U7(){}, +U8:function U8(){}, +U9:function U9(){}, +Ua:function Ua(){}, +Ub:function Ub(){}, +Uc:function Uc(){}, +Ud:function Ud(){}, +Ue:function Ue(){}, +Uf:function Uf(){}, +NV:function NV(){this.a=!1}, +v8:function v8(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=!1}, +hK:function hK(a,b,c,d){var _=this +_.x=_.r=_.f=_.e=_.d=null +_.y=a +_.a=b +_.b=c +_.c=d}, +am4(a,b,c,d,e){if(a==null&&b==null)return null +return new F.Cf(a,b,c,d,e.j("Cf<0>"))}, +aC8(a,b,c){if(a==null&&b==null)return null +a.toString +b.toString +return Y.b4(a,b,c)}, +wb:function wb(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i}, +Cf:function Cf(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +NA:function NA(){}, +hh:function hh(){}, +kG:function kG(a,b){this.b=a +this.a=b}, +fN:function fN(a,b,c){this.b=a +this.c=b +this.a=c}, +a1g:function a1g(){}, +SH:function SH(a,b){this.b=a +this.a=b}, +tX:function tX(){}, +a9E:function a9E(a,b){this.a=a +this.b=b}, +a9F:function a9F(a){this.a=a}, +a9C:function a9C(a,b){this.a=a +this.b=b}, +a9D:function a9D(a,b){this.a=a +this.b=b}, +AM:function AM(){}, +aqW(a,b,c){var s,r,q=t.Vx +if(q.b(a)&&q.b(b))return F.am0(a,b,c) +q=t.sa +if(q.b(a)&&q.b(b))return F.am_(a,b,c) +if(b instanceof F.du&&a instanceof F.ek){c=1-c +s=b +b=a +a=s}if(a instanceof F.du&&b instanceof F.ek){q=b.b +if(q.k(0,C.w)&&b.c.k(0,C.w))return new F.du(Y.b4(a.a,b.a,c),Y.b4(a.b,C.w,c),Y.b4(a.c,b.d,c),Y.b4(a.d,C.w,c)) +r=a.d +if(r.k(0,C.w)&&a.b.k(0,C.w))return new F.ek(Y.b4(a.a,b.a,c),Y.b4(C.w,q,c),Y.b4(C.w,b.c,c),Y.b4(a.c,b.d,c)) +if(c<0.5){q=c*2 +return new F.du(Y.b4(a.a,b.a,c),Y.b4(a.b,C.w,q),Y.b4(a.c,b.d,c),Y.b4(r,C.w,q))}r=(c-0.5)*2 +return new F.ek(Y.b4(a.a,b.a,c),Y.b4(C.w,q,r),Y.b4(C.w,b.c,r),Y.b4(a.c,b.d,c))}throw H.b(U.Za(H.a([U.qP("BoxBorder.lerp can only interpolate Border and BorderDirectional classes."),U.aZ("BoxBorder.lerp() was called with two objects of type "+J.a_(a).i(0)+" and "+J.a_(b).i(0)+":\n "+H.c(a)+"\n "+H.c(b)+"\nHowever, only Border and BorderDirectional classes are supported by this method."),U.Hg("For a more general interpolation method, consider using ShapeBorder.lerp instead.")],t.qe)))}, +aqU(a,b,c,d){var s,r,q=H.ai(),p=q?H.aK():new H.aE(new H.aG()) +p.sas(0,c.a) +s=d.ec(b) +r=c.b +if(r===0){p.sbY(0,C.a_) +p.sfc(0) +a.cv(0,s,p)}else a.hv(0,s,s.fu(-r),p)}, +aqT(a,b,c){var s=c.kb(),r=b.gkk() +a.en(0,b.gbk(),(r-c.b)/2,s)}, +aqV(a,b,c){var s=c.kb() +a.cA(0,b.fu(-(c.b/2)),s)}, +aBU(a,b){var s=new Y.d4(a,b,C.a8) +return new F.du(s,s,s,s)}, +am0(a,b,c){var s=a==null +if(s&&b==null)return null +if(s)return b.bO(0,c) +if(b==null)return a.bO(0,1-c) +return new F.du(Y.b4(a.a,b.a,c),Y.b4(a.b,b.b,c),Y.b4(a.c,b.c,c),Y.b4(a.d,b.d,c))}, +am_(a,b,c){var s,r,q=a==null +if(q&&b==null)return null +if(q)return b.bO(0,c) +if(b==null)return a.bO(0,1-c) +q=Y.b4(a.a,b.a,c) +s=Y.b4(a.c,b.c,c) +r=Y.b4(a.d,b.d,c) +return new F.ek(q,Y.b4(a.b,b.b,c),s,r)}, +Fq:function Fq(a){this.b=a}, +Fm:function Fm(){}, +du:function du(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ek:function ek(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +avb(a,b,c){switch(a){case C.p:switch(b){case C.l:return!0 +case C.q:return!1 +case null:return null}break +case C.m:switch(c){case C.di:return!0 +case C.Uh:return!1 +case null:return null}break}}, +Hx:function Hx(a){this.b=a}, +f8:function f8(a,b,c){var _=this +_.f=_.e=null +_.bx$=a +_.T$=b +_.a=c}, +IE:function IE(a){this.b=a}, +lK:function lK(a){this.b=a}, +nk:function nk(a){this.b=a}, +zm:function zm(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.B=a +_.N=b +_.W=c +_.a8=d +_.az=e +_.aN=f +_.b_=g +_.b6=0 +_.bK=h +_.bL=i +_.ajj$=j +_.ajk$=k +_.bI$=l +_.Z$=m +_.dj$=n +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=o +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +a4o:function a4o(){}, +a4m:function a4m(){}, +a4n:function a4n(){}, +a4l:function a4l(){}, +afp:function afp(a,b,c){this.a=a +this.b=b +this.c=c}, +Rn:function Rn(){}, +Ro:function Ro(){}, +Rp:function Rp(){}, +k_:function k_(){}, +a4U:function a4U(){}, +jd:function jd(a,b,c){var _=this +_.b=null +_.c=!1 +_.rA$=a +_.bx$=b +_.T$=c +_.a=null}, +rZ:function rZ(){}, +a4R:function a4R(a,b,c){this.a=a +this.b=b +this.c=c}, +a4T:function a4T(a,b){this.a=a +this.b=b}, +a4S:function a4S(){}, +D8:function D8(){}, +Rz:function Rz(){}, +RA:function RA(){}, +S6:function S6(){}, +S7:function S7(){}, +Vx:function Vx(a,b,c){this.a=a +this.b=b +this.c=c}, +anp(a,b,c,d){return new F.rF(a,c,b,d)}, +asd(a){return new F.ym(a)}, +hW:function hW(a,b){this.a=a +this.b=b}, +rF:function rF(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ym:function ym(a){this.a=a}, +an7(a,b,c,d,e,f){return new F.iT(b.J(t.w).f.RG(c,d,e,f),a,null)}, +et(a){var s=a.J(t.w) +return s==null?null:s.f}, +an8(a){var s=F.et(a) +s=s==null?null:s.c +return s==null?1:s}, +oe:function oe(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o}, +iT:function iT(a,b,c){this.f=a +this.b=b +this.a=c}, +IZ:function IZ(a){this.b=a}, +Ct:function Ct(a,b){this.c=a +this.a=b}, +PT:function PT(a){this.a=null +this.b=a +this.c=null}, +afO:function afO(){}, +afP:function afP(){}, +TK:function TK(){}, +Lb(){return new F.zR(H.a([],t.ZP),P.aj(0,null,!1,t.Z))}, +zR:function zR(a,b){var _=this +_.d=a +_.a3$=0 +_.a5$=b +_.ar$=_.ao$=0 +_.aj$=!1}, +anB(a,b,c,d,e,f,g,h,i){return new F.zZ(a,b,e,i,d,h,c,f,g,null)}, +ja(a){var s=a.J(t.jF) +return s==null?null:s.f}, +aEU(a){var s=a.lu(t.jF) +s=s==null?null:s.gF() +t.zr.a(s) +if(s==null)return!1 +s=s.r +return s.f.Rz(s.k1.gf9()+s.ch,s.iH(),a)}, +at6(a,b,c){var s,r,q,p,o,n=H.a([],t.mo),m=F.ja(a) +for(s=t.jF,r=null;m!=null;){q=m.d +q.toString +p=a.gD() +p.toString +n.push(q.adO(p,b,c,C.b1,C.A,r)) +if(r==null)r=a.gD() +a=m.c +o=a.J(s) +m=o==null?null:o.f}s=n.length +if(s!==0)q=0===C.A.a +else q=!0 +if(q)return P.dK(null,t.H) +if(s===1)return C.c.gcp(n) +s=t.H +return P.qU(n,s).bD(0,new F.a67(),s)}, +ahD:function ahD(){}, +zZ:function zZ(a,b,c,d,e,f,g,h,i,j){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.x=e +_.y=f +_.z=g +_.Q=h +_.ch=i +_.a=j}, +a67:function a67(){}, +v1:function v1(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +A_:function A_(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.d=null +_.e=a +_.x=_.r=_.f=null +_.y=b +_.z=c +_.Q=d +_.ch=e +_.cx=!1 +_.dy=_.dx=_.db=_.cy=null +_.bl$=f +_.e1$=g +_.fp$=h +_.c5$=i +_.d3$=j +_.bJ$=k +_.a=null +_.b=l +_.c=null}, +a63:function a63(a){this.a=a}, +a64:function a64(a){this.a=a}, +a65:function a65(a){this.a=a}, +a66:function a66(a){this.a=a}, +a62:function a62(a,b){this.a=a +this.b=b}, +RR:function RR(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +Rw:function Rw(a,b,c,d,e){var _=this +_.w=a +_.ab=b +_.aG=c +_.bd=null +_.q$=d +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=e +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +Lc:function Lc(a){this.b=a}, +i8:function i8(a,b){this.a=a +this.b=b}, +L8:function L8(a){this.a=a}, +RE:function RE(a){var _=this +_.y=null +_.a=!1 +_.c=_.b=null +_.a3$=0 +_.a5$=a +_.ar$=_.ao$=0 +_.aj$=!1}, +Di:function Di(){}, +Dj:function Dj(){}, +AE:function AE(a){this.b=a}, +SJ:function SJ(a){this.b=a}, +a9s:function a9s(){}, +Mf:function Mf(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=null +_.cx=l +_.db=_.cy=null +_.dx=!1}, +a9v:function a9v(a){this.a=a}, +a9w:function a9w(a){this.a=a}, +a9u:function a9u(a,b){this.a=a +this.b=b}, +DH:function DH(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.ch=j +_.a=k}, +DI:function DI(a,b){var _=this +_.e=_.d=null +_.cU$=a +_.a=null +_.b=b +_.c=null}, +AD:function AD(){}, +AC:function AC(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.ch=j +_.cx=k +_.cy=l +_.db=m +_.dx=n +_.dy=o +_.fr=p +_.a=q}, +DG:function DG(a){var _=this +_.e=_.d=null +_.f=!1 +_.a=_.y=_.x=_.r=null +_.b=a +_.c=null}, +aiq:function aiq(a){this.a=a}, +air:function air(a){this.a=a}, +ais:function ais(a){this.a=a}, +ait:function ait(a){this.a=a}, +aiu:function aiu(a){this.a=a}, +aiv:function aiv(a){this.a=a}, +aiw:function aiw(a){this.a=a}, +aix:function aix(a){this.a=a}, +En:function En(){}, +u4:function u4(a,b,c){this.c=a +this.d=b +this.a=c}, +Ts:function Ts(a){var _=this +_.a=_.d=null +_.b=a +_.c=null}, +H_(a,b,c,d,e,f,g,h,i,j,k){var s,r,q,p=null,o=a==null,n=F.aro(f,o?p:a.d),m=F.aro(j,o?p:a.a) +if(d==null)s=o?p:a.b +else s=d +if(e==null)r=o?p:a.c +else r=e +q=F.aCO(k,o?p:a.e) +if(i==null)o=o?p:a.f +else o=i +return new F.XO(m,s,r,n,q,o,c,h,g,b)}, +aro(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=a==null +if(h&&b==null)return null +if(b==null&&!h)return a +if(a===C.cb||b===C.cb)return h?b:a +if(h)return b +h=a.x +if(h==null)h=b.x +s=a.a +if(s==null)s=b.a +r=a.b +if(r==null)r=b.b +q=b.c +p=b.d +o=b.e +n=b.f +m=b.r +l=a.y +if(l==null)l=b.y +k=a.z +if(k==null)k=b.z +j=a.Q +if(j==null)j=b.Q +i=a.ch +return new F.ll(s,r,q,p,o,n,m,h,l,k,j,i==null?b.ch:i)}, +aCO(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e +if(b==null)return a +s=b.a +r=b.b +q=b.c +p=a.d +if(p==null)p=b.d +o=b.e +n=b.f +m=a.r +if(m==null)m=b.r +l=a.x +if(l==null)l=b.x +k=b.y +j=b.z +i=b.Q +h=b.ch +g=b.cx +f=b.cy +e=a.db +return new F.H1(s,r,q,p,o,n,m,l,k,j,i,h,g,f,e==null?b.db:e)}, +arp(a,b,c){switch(b){case C.lU:return new P.l(c.a-a.goK()/2,c.b-a.geJ(a)) +case C.lV:return new P.l(c.a-a.goK(),c.b-a.geJ(a)) +case C.iH:return new P.l(c.a,c.b-a.geJ(a)) +default:return c}}, +XO:function XO(a,b,c,d,e,f,g,h,i,j){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j}, +ll:function ll(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l}, +H1:function H1(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o}, +wL:function wL(a){this.b=a}, +H0:function H0(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e}, +XJ:function XJ(a,b,c){this.a=a +this.b=b +this.c=c}, +HQ:function HQ(a){this.b=a}, +nr:function nr(){}, +GY:function GY(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.a=c +_.b=d +_.c=e +_.d=f +_.e=g}, +GZ:function GZ(a,b,c,d,e,f,g,h){var _=this +_.f=a +_.r=b +_.x=c +_.a=d +_.b=e +_.c=f +_.d=g +_.e=h}, +H2:function H2(a,b,c){this.a=a +this.b=b +this.c=c}, +qG:function qG(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +XM:function XM(a){this.a=a}, +jQ:function jQ(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +XK:function XK(a,b,c){this.a=a +this.b=b +this.c=c}, +XL:function XL(a){this.a=a}, +wK:function wK(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +qH:function qH(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +XN:function XN(a,b,c){this.a=a +this.b=b +this.c=c}, +bk:function bk(a,b,c){this.a=a +this.b=b +this.$ti=c}, +aDz(a,b){if(b!=null)b.ad(0,a.gQI()) +return new F.a0Z(b,a)}, +y3:function y3(){}, +a0Z:function a0Z(a,b){this.a=a +this.b=b}, +a1n:function a1n(){}, +aLu(){var s=$.awg +if(s==null||s.b==null)$.awg=P.bX(C.G7,new F.alA()) +return $.aoU=new P.aH($.aoU.a+1e5)}, +vO:function vO(a,b,c){this.c=a +this.d=b +this.a=c}, +Nc:function Nc(a,b){var _=this +_.f=_.e=_.d=null +_.cU$=a +_.a=null +_.b=b +_.c=null}, +abw:function abw(a){this.a=a}, +alA:function alA(){}, +MJ:function MJ(a,b){this.c=a +this.a=b}, +E4:function E4(){}, +IS:function IS(a){this.a=a}, +a1X:function a1X(){}, +a1W:function a1W(a){this.a=a}, +a1V:function a1V(){}, +a1N:function a1N(){}, +a1O:function a1O(){}, +a1P:function a1P(){}, +a1Q:function a1Q(){}, +a1R:function a1R(){}, +a1S:function a1S(){}, +a1T:function a1T(){}, +a1U:function a1U(){}, +iI:function iI(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +O7:function O7(a,b){var _=this +_.d=a +_.a=null +_.b=b +_.c=null}, +al_(){var s=0,r=P.K(t.H),q,p,o,n,m,l,k +var $async$al_=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:k=$.ayn() +E.asz($.aww(),$.apk()) +q=$.apl() +p=new V.a_M(q) +o=document +n=o.querySelector("#__image_picker_web-file-input") +if(n==null){n=W.e1("flt-image-picker-inputs",null) +n.id="__image_picker_web-file-input" +o=o.querySelector("body") +o.toString +J.l4(o).H(0,n)}p.d=n +E.asz(p,q) +$.aDi=p +E.aF2(new V.a6K()) +$.aw6=k.gaeN() +s=2 +return P.L(P.aLv(),$async$al_) +case 2:if($.B==null)N.atJ() +$.B.toString +k=$.axr() +k=k==null?null:k.getAttribute("href") +if(k==null)H.f(P.cI("Please add a element to your index.html")) +if(!J.az1(k,"/"))H.f(P.cI('The base href has to end with a "/" to work correctly')) +q=$.ayb() +q.href=k +m=q.pathname +if(m==null)m="" +k=new M.JK(B.aLi(m.length===0||m[0]==="/"?m:"/"+m),C.A1) +l={getPath:P.eZ(k.gG0(k)),getState:P.eZ(k.gG2(k)),addPopStateListener:P.eZ(k.gNT(k)),prepareExternalUrl:P.eZ(k.gahp(k)),pushState:P.eZ(k.gRq(k)),replaceState:P.eZ(k.gRM(k)),go:P.eZ(k.gG5(k))} +l=l +self._flutter_web_set_location_strategy.$1(l) +if($.B==null)N.atJ() +k=$.B +k.Tc(C.LT) +k.Gb() +return P.I(null,r)}}) +return P.J($async$al_,r)}},G={YU:function YU(a){this.a=a},YT:function YT(){}, +bl(a,b,c,d,e,f,g){var s=new G.mZ(c,e,a,C.zn,b,d,C.aw,C.z,new R.bI(H.a([],t.x8),t.jc),new R.bI(H.a([],t.b),t.fy)) +s.r=g.wg(s.gHO()) +s.B4(f==null?c:f) +return s}, +aqN(a,b,c){var s=new G.mZ(-1/0,1/0,a,C.zo,null,null,C.aw,C.z,new R.bI(H.a([],t.x8),t.jc),new R.bI(H.a([],t.b),t.fy)) +s.r=c.wg(s.gHO()) +s.B4(b) +return s}, +u7:function u7(a){this.b=a}, +F4:function F4(a){this.b=a}, +mZ:function mZ(a,b,c,d,e,f,g,h,i,j){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.z=_.y=_.x=_.r=null +_.Q=g +_.ch=null +_.cx=h +_.f1$=i +_.ci$=j}, +afe:function afe(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +ahh:function ahh(a,b,c,d,e,f,g){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.a=g}, +N9:function N9(){}, +Na:function Na(){}, +Nb:function Nb(){}, +aac(){var s=E.atA(),r=new DataView(new ArrayBuffer(8)) +s=new G.aab(s,r) +s.d=H.dh(r.buffer,0,null) +return s}, +aab:function aab(a,b){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=null}, +za:function za(a){this.a=a +this.b=0}, +a3q:function a3q(){this.b=this.a=null}, +arj(a){var s +a.J(t.Jj) +s=K.an(a) +return s.c_}, +wF:function wF(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Ow:function Ow(){}, +aK0(a){switch(a){case C.p:return C.m +case C.m:return C.p}}, +br(a){switch(a){case C.G:case C.C:return C.m +case C.M:case C.P:return C.p}}, +apa(a){switch(a){case C.q:return C.M +case C.l:return C.P}}, +aK1(a){switch(a){case C.G:return C.C +case C.P:return C.M +case C.C:return C.G +case C.M:return C.P}}, +aoO(a){switch(a){case C.G:case C.M:return!0 +case C.C:case C.P:return!1}}, +rX:function rX(a,b){this.a=a +this.b=b}, +Fd:function Fd(a){this.b=a}, +MB:function MB(a){this.b=a}, +q4:function q4(a){this.b=a}, +arP(a,b,c,d){return new G.lA(a,c,b,!1,d)}, +avp(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=H.a([],t.O_),e=t.oU,d=H.a([],e) +for(s=a.length,r="",q="",p=0;p") +return P.o2(new H.hL(a,new G.ajD(b),s),s.j("p.E"))}, +aGL(a,b){var s=t.S,r=P.bu(s) +s=new G.CM(P.A(s,t.d_),P.aT(s),b,P.A(s,t.o),r,null,null,P.A(s,t.l)) +s.a_G(a,b,null) +return s}, +K_:function K_(a){this.b=a}, +ajD:function ajD(a){this.a=a}, +CM:function CM(a,b,c,d,e,f,g,h){var _=this +_.z=null +_.Q=a +_.ch=b +_.cx=c +_.cy=null +_.d=d +_.e=e +_.f=null +_.a=f +_.b=g +_.c=h}, +agg:function agg(a){this.a=a}, +K2:function K2(a,b,c,d,e){var _=this +_.B=a +_.rB$=b +_.Pq$=c +_.rC$=d +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=e +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +agf:function agf(){}, +QG:function QG(){}, +kZ(a,b){switch(b){case C.cf:return a +case C.dK:return G.aK1(a)}}, +aJ3(a,b){switch(b){case C.cf:return a +case C.dK:return N.aK2(a)}}, +oV(a,b,c,d,e,f,g,h,i){var s=d==null?f:d,r=c==null?f:c,q=a==null?d:a +if(q==null)q=f +return new G.LF(h,g,f,s,e,r,f>0,b,i,q)}, +HS:function HS(a){this.b=a}, +mh:function mh(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l}, +LF:function LF(a,b,c,d,e,f,g,h,i,j){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.r=f +_.x=g +_.y=h +_.z=i +_.Q=j}, +tw:function tw(a,b,c){this.a=a +this.b=b +this.c=c}, +LG:function LG(a,b,c){var _=this +_.c=a +_.d=b +_.a=c +_.b=null}, +oW:function oW(){}, +ku:function ku(a,b){this.bx$=a +this.T$=b +this.a=null}, +Ae:function Ae(a){this.a=a}, +dB:function dB(){}, +a4O:function a4O(){}, +a4P:function a4P(a,b){this.a=a +this.b=b}, +S4:function S4(){}, +S5:function S5(){}, +a0L:function a0L(){}, +d:function d(a){this.a=a}, +n:function n(a){this.a=a}, +PE:function PE(){}, +aBM(a,b,c,d,e){return new G.vF(b,e,a,c,d,null,null)}, +vE(a,b,c,d){return new G.vD(a,d,b,c,null,null)}, +n8:function n8(a,b){this.a=a +this.b=b}, +lh:function lh(a,b){this.a=a +this.b=b}, +jR:function jR(a,b){this.a=a +this.b=b}, +n7:function n7(a,b){this.a=a +this.b=b}, +ob:function ob(a,b){this.a=a +this.b=b}, +p7:function p7(a,b){this.a=a +this.b=b}, +I1:function I1(){}, +r2:function r2(){}, +a00:function a00(a){this.a=a}, +a0_:function a0_(a){this.a=a}, +a_Z:function a_Z(a,b){this.a=a +this.b=b}, +q_:function q_(){}, +Vk:function Vk(){}, +vC:function vC(a,b,c,d,e,f,g,h){var _=this +_.r=a +_.z=b +_.Q=c +_.ch=d +_.c=e +_.d=f +_.e=g +_.a=h}, +N3:function N3(a,b){var _=this +_.e=_.d=_.k1=_.id=_.go=_.fy=_.fx=_.fr=_.dy=_.dx=null +_.cU$=a +_.a=null +_.b=b +_.c=null}, +abf:function abf(){}, +abg:function abg(){}, +abh:function abh(){}, +abi:function abi(){}, +abj:function abj(){}, +abk:function abk(){}, +abl:function abl(){}, +abm:function abm(){}, +vG:function vG(a,b,c,d,e,f){var _=this +_.r=a +_.x=b +_.c=c +_.d=d +_.e=e +_.a=f}, +N6:function N6(a,b){var _=this +_.e=_.d=_.dx=null +_.cU$=a +_.a=null +_.b=b +_.c=null}, +abp:function abp(){}, +vF:function vF(a,b,c,d,e,f,g){var _=this +_.r=a +_.x=b +_.y=c +_.c=d +_.d=e +_.e=f +_.a=g}, +N5:function N5(a,b){var _=this +_.e=_.d=_.Q=_.z=null +_.cU$=a +_.a=null +_.b=b +_.c=null}, +abo:function abo(){}, +vD:function vD(a,b,c,d,e,f){var _=this +_.r=a +_.x=b +_.c=c +_.d=d +_.e=e +_.a=f}, +N4:function N4(a,b){var _=this +_.e=_.d=_.dx=null +_.cU$=a +_.a=null +_.b=b +_.c=null}, +abn:function abn(){}, +vH:function vH(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.r=a +_.x=b +_.y=c +_.z=d +_.Q=e +_.ch=f +_.cx=g +_.cy=h +_.c=i +_.d=j +_.e=k +_.a=l}, +N7:function N7(a,b){var _=this +_.e=_.d=_.fx=_.fr=_.dy=_.dx=null +_.cU$=a +_.a=null +_.b=b +_.c=null}, +abq:function abq(){}, +abr:function abr(){}, +abs:function abs(){}, +abt:function abt(){}, +uy:function uy(){}, +xq:function xq(a,b){this.c=a +this.a=b}, +a_r:function a_r(){}, +a_q:function a_q(a,b){this.a=a +this.b=b}, +py:function py(a,b){this.a=a +this.b=b +this.c=!1}, +yQ:function yQ(a,b){this.a=a +this.c=b}, +yR:function yR(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +CN:function CN(a){var _=this +_.e=_.d=null +_.f=!1 +_.a=_.x=_.r=null +_.b=a +_.c=null}, +agh:function agh(a){this.a=a}, +rH:function rH(a,b,c,d){var _=this +_.d=a +_.e=b +_.f=c +_.a=d}, +aJP(a){return a.eq$===0}, +AY:function AY(){}, +eT:function eT(){}, +zY:function zY(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.eq$=d}, +hp:function hp(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.a=c +_.b=d +_.eq$=e}, +iY:function iY(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.f=c +_.a=d +_.b=e +_.eq$=f}, +oI:function oI(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.eq$=d}, +My:function My(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.eq$=d}, +v0:function v0(){}, +auU(a,b){return b}, +ate(a,b){var s=P.anJ(t.S,t.Dv),r=($.bi+1)%16777215 +$.bi=r +return new G.tx(b,s,r,a,C.ab,P.bu(t.u))}, +aFf(a,b,c,d,e){if(b===e-1)return d +return d+(d-c)/(b-a+1)*(e-b-1)}, +aDs(a,b){return new G.xM(b,a,null)}, +a80:function a80(){}, +Dc:function Dc(a){this.a=a}, +a81:function a81(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.f=d +_.r=e}, +LJ:function LJ(){}, +ty:function ty(){}, +LH:function LH(a,b){this.d=a +this.a=b}, +tx:function tx(a,b,c,d,e,f){var _=this +_.am=a +_.aF=b +_.a5=_.a3=null +_.ao=!1 +_.b=_.a=_.fx=_.dy=null +_.c=c +_.e=_.d=null +_.f=d +_.r=null +_.x=e +_.y=f +_.Q=_.z=null +_.ch=!1 +_.cx=!0 +_.dx=_.db=_.cy=!1}, +a85:function a85(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a83:function a83(){}, +a84:function a84(a,b){this.a=a +this.b=b}, +a82:function a82(a,b,c){this.a=a +this.b=b +this.c=c}, +a86:function a86(a,b){this.a=a +this.b=b}, +xM:function xM(a,b,c){this.f=a +this.b=b +this.a=c}, +a8J:function a8J(){}, +a8M(a,b){var s=null,r=$.awT() +$.apG().toString +return new G.Ao(b,new D.wW(a,s,s,r,s),s,s)}, +a8I:function a8I(){}, +Ao:function Ao(a,b,c,d){var _=this +_.d=a +_.r=b +_.cy=c +_.a=d}, +a8N:function a8N(){}, +a8O:function a8O(){}, +DC:function DC(a){var _=this +_.e=_.d=null +_.f=!1 +_.a=null +_.b=a +_.c=null}, +aig:function aig(a,b){this.a=a +this.b=b}, +bH:function bH(){}, +Ez(a,b){var s=X.UD(a),r=new H.at(new H.nh(a),X.avo(),t.Hz.j("at")).QE(0) +r='"'+r+'" expected' +return new G.nf(new G.A6(s),r)}, +A6:function A6(a){this.a=a}, +nf:function nf(a,b){this.a=a +this.b=b}, +asN(a,b){if(a>b)H.f(P.ci("Invalid range: "+a+"-"+b,null)) +return new G.eb(a,b)}, +eb:function eb(a,b){this.a=a +this.b=b}, +xZ:function xZ(){}, +hf:function hf(a){var _=this +_.a=1 +_.a3$=0 +_.a5$=a +_.ar$=_.ao$=0 +_.aj$=!1}, +oX:function oX(a){this.a=a}, +Sc:function Sc(a){this.a=null +this.b=a +this.c=null}, +ai8:function ai8(a){this.a=a}, +MP:function MP(a){this.a=a}, +aag:function aag(){}, +aam:function aam(){}, +aae:function aae(){}, +aak:function aak(){}, +aah:function aah(){}, +aaf:function aaf(){}, +aai:function aai(){}, +aal:function aal(){}, +aaj:function aaj(){}, +akz:function akz(){}, +avc(a,b){switch(b){case C.au:return a +case C.at:case C.aP:case C.bo:return a===0?1:a +case C.b7:return a===0?1:a}}, +asD(a,b){return P.ca(function(){var s=a,r=b +var q=0,p=1,o,n,m,l,k,j,i,h,g,f,e,d,c,a0,a1,a2,a3,a4,a5,a6,a7,a8 +return function $async$asD(a9,b0){if(a9===1){o=b0 +q=p}while(true)switch(q){case 0:n=s.length,m=0 +case 2:if(!(m2)return C.bn +return C.bT}else if(C.b.A(s.toLowerCase(),"iphone")||C.b.A(s.toLowerCase(),"ipad")||C.b.A(s.toLowerCase(),"ipod"))return C.bn +else if(C.b.A(r,"Android"))return C.jF +else if(C.b.bP(s,"Linux"))return C.t0 +else if(C.b.bP(s,"Win"))return C.t1 +else return C.Md}, +aKm(){var s=$.fq() +if(s!==C.bn)s=s===C.bT +else s=!0 +return s}, +pH(){var s=W.qd(1,1) +if(C.bd.FP(s,"webgl2")!=null)return 2 +if(C.bd.FP(s,"webgl")!=null)return 1 +return-1}, +alw(a){return a===C.m4?J.azV(J.aq7($.T.bS())):J.aqb(J.aq7($.T.bS()))}, +alx(a){return a===C.GE?J.aqb(J.aqd($.T.bS())):J.azX(J.aqd($.T.bS()))}, +EK(a){var s,r,q=new Float32Array(9) +for(s=0;s<9;++s){r=C.mQ[s] +if(r<16)q[s]=a[r] +else q[s]=0}return q}, +aLs(a){var s,r,q,p=new Float32Array(9) +for(s=a.length,r=0;r<9;++r){q=C.mQ[r] +if(q>>16&255)/255 +s[1]=(r>>>8&255)/255 +s[2]=(r&255)/255 +s[3]=(r>>>24&255)/255 +return s}, +ds(a){var s=new Float32Array(4) +s[0]=a.a +s[1]=a.b +s[2]=a.c +s[3]=a.d +return s}, +avG(a){return new P.v(a[0],a[1],a[2],a[3])}, +mR(a){var s=new Float32Array(12) +s[0]=a.a +s[1]=a.b +s[2]=a.c +s[3]=a.d +s[4]=a.e +s[5]=a.f +s[6]=a.r +s[7]=a.x +s[8]=a.y +s[9]=a.z +s[10]=a.Q +s[11]=a.ch +return s}, +apc(a){var s,r=a.length,q=new Uint32Array(r) +for(s=0;s"),p=p.a,n=0;n")) +h.a.tM(p,l) +j.O(0,l)}}e=$.pX() +j.ai(0,e.gCm(e)) +if(c.a!==0||k.a!==0)if(!g.a)H.Us() +else{e=$.pX() +q=e.c +if(!(q.gbn(q)||e.d!=null)){$.c1().$1("Could not find a set of Noto fonts to display all missing characters. Please add a font asset for the missing characters. See: https://flutter.dev/docs/cookbook/design/fonts") +g.b.O(0,c)}}return P.I(null,r)}}) +return P.J($async$akA,r)}, +aIo(a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=null,a0="Unable to parse Google Fonts CSS: ",a1=H.a([],t.Zh) +for(s=new P.dr(P.an_(a2).a()),r=t.Cz,q=a,p=q,o=!1;s.t();){n=s.gE(s) +if(!o){if(n!=="@font-face {")continue +o=!0}else if(C.b.bP(n," src:")){m=C.b.dT(n,"url(") +if(m===-1){$.c1().$1("Unable to resolve Noto font URL: "+n) +return a}p=C.b.S(n,m+4,C.b.dT(n,")")) +o=!0}else if(C.b.bP(n," unicode-range:")){q=H.a([],r) +l=C.b.S(n,17,n.length-1).split(", ") +for(n=l.length,k=0;kh){C.c.sn(a0,0) +a0.push(g) +h=d}else if(d===h)a0.push(g)}if(h===0)break +k.a=C.c.gK(a0) +if(a0.length>1)if(C.c.Pj(a0,new H.akB()))if(!q||!p||!o||n){if(C.c.A(a0,$.UP()))k.a=$.UP()}else if(!r||!m||l){if(C.c.A(a0,$.UQ()))k.a=$.UQ()}else if(s){if(C.c.A(a0,$.UN()))k.a=$.UN()}else if(a1)if(C.c.A(a0,$.UO()))k.a=$.UO() +a3.a2R(new H.akC(k),!0) +a.O(0,a0)}return a}, +cP(a,b){return new H.ok(a,b)}, +asS(a,b,c){J.aAy(new self.window.flutterCanvasKit.Font(c),H.a([0],t.t),null,null) +return new H.rW(b,a,c)}, +aCh(a){var s=new H.iG(null) +s.Yn(a) +return s}, +aCi(a,b,c,d,e){var s=J.j(e),r=d===C.mp?s.ahJ(e,0,0,{width:s.FM(e),height:s.Eq(e),alphaType:a,colorSpace:b,colorType:c}):s.adE(e) +return r==null?null:H.k6(r.buffer,0,r.length)}, +ai(){if(self.window.flutterWebRenderer!=null){var s=self.window.flutterWebRenderer +s.toString +return J.e(s,"canvaskit")}s=$.fq() +return J.h5(C.jU.a,s)}, +aKh(){var s,r=new P.a3($.Y,t.U),q=new P.aC(r,t.h) +if(self.window.flutterCanvasKit!=null){s=self.window.flutterCanvasKit +s.toString +$.T.b=s +q.em(0)}else{H.aIR(null) +$.auB.bD(0,new H.akR(q),t.P)}$.pV=W.e1("flt-scene",null) +s=$.aa +if(s==null)s=$.aa=H.bf() +s.RK($.pV) +return r}, +aIR(a){var s,r,q,p,o,n="defineProperty" +$.auF="https://unpkg.com/canvaskit-wasm@0.28.1/bin/" +if(self.window.flutterCanvasKit==null){s=$.Es +if(s!=null)C.MG.cf(s) +s=document +r=s.createElement("script") +$.Es=r +r.src="https://unpkg.com/canvaskit-wasm@0.28.1/bin/canvaskit.js" +r=new P.a3($.Y,t.U) +$.auB=r +q=H.b8("loadSubscription") +p=$.Es +p.toString +q.b=W.bJ(p,"load",new H.aki(q,new P.aC(r,t.h)),!1,t.TV.c) +r=$.pW() +o=r.h(0,"Object") +if(r.h(0,"exports")==null)o.qT(n,[r,"exports",P.arZ(P.aJ(["get",P.eZ(new H.akj(o)),"set",P.eZ(new H.akk()),"configurable",!0],t.N,t.z))]) +if(r.h(0,"module")==null)o.qT(n,[r,"module",P.arZ(P.aJ(["get",P.eZ(new H.akl(o)),"set",P.eZ(new H.akm()),"configurable",!0],t.N,t.z))]) +s=s.head +s.toString +r=$.Es +r.toString +s.appendChild(r)}}, +arR(a,b){var s,r=H.a([],b.j("r>")) +a.ai(0,new H.a0b(r,b)) +C.c.fI(r,new H.a0c(b)) +s=new H.a0a(b).$1(r) +s.toString +new H.a09(b).$1(s) +return new H.I9(s,b.j("I9<0>"))}, +aK(){var s=new H.qk(C.cx,C.ao,C.b8,C.bX,C.t,C.m4) +s.fM(null,t.XP) +return s}, +aCj(){var s=new H.ql(C.aY) +s.fM(null,t.Cj) +return s}, +am5(a,b){var s,r,q=new H.ql(b) +q.fM(a,t.Cj) +s=q.ga0() +r=q.b +J.V7(s,$.UR()[r.a]) +return q}, +aCg(a){var s=new H.qi(a) +s.fM(null,t.gw) +return s}, +mg(){if($.atd)return +$.bs().gxN().b.push(H.aHN()) +$.atd=!0}, +aFc(a){H.mg() +if(C.c.A($.Ab,a))return +$.Ab.push(a)}, +aFd(){var s,r +if($.tv.length===0&&$.Ab.length===0)return +for(s=0;s<$.tv.length;++s){r=$.tv[s] +r.dL(0) +r.mt()}C.c.sn($.tv,0) +for(s=0;s<$.Ab.length;++s)$.Ab[s].ai7(0) +C.c.sn($.Ab,0)}, +atj(){return new H.oZ(W.e1("flt-canvas-container",null))}, +am6(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new H.wg(b,c,d,e,f,l,k,s,g,h,j,p,a0,n,o,q,a,m,r,i)}, +apf(a,b){var s=H.aF8(null) +if(a!=null)s.weight=$.axW()[a.a] +if(b!=null)s.slant=$.axV()[b.a] +return s}, +ar5(a){var s,r,q,p=null,o=H.a([],t.bY) +t.m6.a(a) +s=H.a([],t.v) +r=H.a([],t.AT) +q=J.ayw(J.aA0($.T.bS()),a.a,$.pN.e) +r.push(H.am6(p,p,p,p,p,p,a.c,p,p,a.d,a.r,a.f,p,a.e,a.x,p,p,p,p,p)) +return new H.Wg(q,a,o,s,r)}, +aoy(a,b){var s=H.a([],t.s) +if(a!=null)s.push(a) +if(b!=null&&!C.c.Pj(b,new H.ajI(a)))C.c.O(s,b) +C.c.O(s,$.vv().f) +return s}, +ar0(a){return new H.Fw(a)}, +vs(a){var s=new Float32Array(4) +s[0]=(a.gm(a)>>>16&255)/255 +s[1]=(a.gm(a)>>>8&255)/255 +s[2]=(a.gm(a)&255)/255 +s[3]=(a.gm(a)>>>24&255)/255 +return s}, +aJG(a,b,c,d){var s,r,q,p,o,n,m,l,k=H.avG(J.alT(a.ga0())) +if(b===0)return k +s=!d.Qt() +if(s)k=H.UF(d,k) +r=Math.min(b*0.0078125*64,150) +q=1.1*b +p=-b +o=p*0 +n=p*-0.75 +m=new P.v(k.a-1+(o-r-q)*c,k.b-1+(n-r-q)*c,k.c+1+(o+r+q)*c,k.d+1+(n+r+q)*c) +if(s){l=new H.bx(new Float32Array(16)) +if(l.kU(d)!==0)return H.UF(l,m) +else return m}else return m}, +avx(a,b,c,d,e,f){var s,r,q=e?5:4,p=P.ar(C.d.aW((c.gm(c)>>>24&255)*0.039),c.gm(c)>>>16&255,c.gm(c)>>>8&255,c.gm(c)&255),o=P.ar(C.d.aW((c.gm(c)>>>24&255)*0.25),c.gm(c)>>>16&255,c.gm(c)>>>8&255,c.gm(c)&255),n={ambient:H.vs(p),spot:H.vs(o)},m=J.ayV($.T.bS(),n),l=b.ga0(),k=new Float32Array(3) +k[2]=f*d +s=new Float32Array(3) +s[0]=0 +s[1]=-450 +s[2]=f*600 +r=J.j(m) +J.az0(a,l,k,s,f*1.1,r.gab5(m),r.gU1(m),q)}, +asw(){var s=$.cb() +return s===C.bH||window.navigator.clipboard==null?new H.YK():new H.Wr()}, +bf(){var s,r,q=document.body +q.toString +q=new H.GU(q) +q.ez(0) +s=q.Q.gF1() +r=$.tQ +if(r!=null)J.bA(r.a) +$.tQ=null +r=new H.a5n(10,P.A(t.UY,t.R3),W.e1("flt-ruler-host",null)) +r.Hy(s) +$.tQ=r +return q}, +cH(a,b,c){var s +if(c==null)a.style.removeProperty(b) +else{s=a.style +C.e.ac(s,C.e.U(s,b),c,null)}}, +Xx(a,b){var s=$.cb() +if(s===C.W){s=a.style +C.e.ac(s,C.e.U(s,"-webkit-clip-path"),b,null)}s=a.style +C.e.ac(s,C.e.U(s,"clip-path"),b,null)}, +GV(a,b,c,d,e,f,g,h,i){var s=$.arl +if(s==null?$.arl=a.ellipse!=null:s)a.ellipse(b,c,d,e,f,g,h,i) +else{a.save() +a.translate(b,c) +a.rotate(f) +a.scale(d,e) +a.arc(0,0,1,g,h,i) +a.restore()}}, +aCM(a){switch(a){case"DeviceOrientation.portraitUp":return"portrait-primary" +case"DeviceOrientation.landscapeLeft":return"portrait-secondary" +case"DeviceOrientation.portraitDown":return"landscape-primary" +case"DeviceOrientation.landscapeRight":return"landscape-secondary" +default:return null}}, +avg(a,b,c){var s,r=b===C.W,q=b===C.bH +if(q)a.insertRule("flt-ruler-host p, flt-scene p { margin: 0; line-height: 100%;}",a.cssRules.length) +else a.insertRule("flt-ruler-host p, flt-scene p { margin: 0; }",a.cssRules.length) +a.insertRule("flt-semantics input[type=range] {\nappearance: none;\n-webkit-appearance: none;\nwidth: 100%;\nposition: absolute;\nborder: none;\ntop: 0;\nright: 0;\nbottom: 0;\nleft: 0;\n}",a.cssRules.length) +if(r)a.insertRule("flt-semantics input[type=range]::-webkit-slider-thumb { -webkit-appearance: none;}",a.cssRules.length) +if(q){a.insertRule("input::-moz-selection { background-color: transparent;}",a.cssRules.length) +a.insertRule("textarea::-moz-selection { background-color: transparent;}",a.cssRules.length)}else{a.insertRule("input::selection { background-color: transparent;}",a.cssRules.length) +a.insertRule("textarea::selection { background-color: transparent;}",a.cssRules.length)}a.insertRule('flt-semantics input,\nflt-semantics textarea,\nflt-semantics [contentEditable="true"] {\ncaret-color: transparent;\n}\n',a.cssRules.length) +if(r)a.insertRule("flt-glass-pane * {\n-webkit-tap-highlight-color: transparent;\n}\n",a.cssRules.length) +s=$.cb() +if(s!==C.bs)if(s!==C.c2)s=s===C.W +else s=!0 +else s=!0 +if(s)a.insertRule(".transparentTextEditing:-webkit-autofill,\n.transparentTextEditing:-webkit-autofill:hover,\n.transparentTextEditing:-webkit-autofill:focus,\n.transparentTextEditing:-webkit-autofill:active {\n -webkit-transition-delay: 99999s;\n}\n",a.cssRules.length)}, +UG(a,b){var s +if(b.k(0,C.h))return a +s=new H.bx(new Float32Array(16)) +s.b0(a) +s.FA(0,b.a,b.b,0) +return s}, +avw(a,b,c){var s=a.S3() +if(c!=null)H.ap8(s,H.UG(c,b).a) +return s}, +ap7(){var s=0,r=P.K(t.z) +var $async$ap7=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:if(!$.aov){$.aov=!0 +C.aG.RO(window,new H.alq())}return P.I(null,r)}}) +return P.J($async$ap7,r)}, +aBR(a,b,c){var s=W.e1("flt-canvas",null),r=H.a([],t.lX),q=H.aY(),p=a.a,o=a.c-p,n=H.VF(o),m=a.b,l=a.d-m,k=H.VE(l) +l=new H.W3(H.VF(o),H.VE(l),c,H.a([],t.vj),H.dg()) +q=new H.jB(a,s,l,r,n,k,q,c,b) +k=s.style +k.position="absolute" +q.Q=C.d.eM(p)-1 +q.ch=C.d.eM(m)-1 +q.Nq() +l.Q=t.V.a(s) +q.Mf() +return q}, +VF(a){return C.d.dH((a+1)*H.aY())+2}, +VE(a){return C.d.dH((a+1)*H.aY())+2}, +aBS(a){C.Hn.cf(a)}, +UB(a){if(a==null)return null +switch(a){case C.cx:return"source-over" +case C.ii:return"source-in" +case C.ij:return"source-out" +case C.ik:return"source-atop" +case C.l1:return"destination-over" +case C.eU:return"destination-in" +case C.eV:return"destination-out" +case C.i6:return"destination-atop" +case C.i8:return"lighten" +case C.i5:return"copy" +case C.i7:return"xor" +case C.ih:case C.eN:return"multiply" +case C.i9:return"screen" +case C.eO:return"overlay" +case C.ia:return"darken" +case C.ib:return"lighten" +case C.eP:return"color-dodge" +case C.eQ:return"color-burn" +case C.ic:return"hard-light" +case C.id:return"soft-light" +case C.ie:return"difference" +case C.ig:return"exclusion" +case C.eR:return"hue" +case C.ds:return"saturation" +case C.eS:return"color" +case C.eT:return"luminosity" +default:throw H.b(P.c7("Flutter Web does not support the blend mode: "+a.i(0)))}}, +aLc(a){switch(a){case C.b8:return"butt" +case C.yf:return"round" +case C.jZ:default:return"square"}}, +aLd(a){switch(a){case C.yg:return"round" +case C.yh:return"bevel" +case C.bX:default:return"miter"}}, +aoq(b0,b1,b2,b3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1="absolute",a2="hidden",a3="transform-origin",a4="transform",a5="border-radius",a6="transform-style",a7=t.lX,a8=H.a([],a7),a9=b0.length +for(s=null,r=null,q=0;q'}, +auA(a,b,c){var s=$.dQ+1 +$.dQ=s +s=u.I+s+u.p+H.c(H.cs(a))+'" flood-opacity="1" result="flood">' +return s+(c?'':'')+""}, +Ey(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i=$.aa,h=t.V.a((i==null?$.aa=H.bf():i).jz(0,c)),g=b.b===C.a_,f=b.c +if(f==null)f=0 +i=a.a +s=a.c +r=Math.min(i,s) +q=Math.max(i,s) +s=a.b +i=a.d +p=Math.min(s,i) +o=Math.max(s,i) +if(d.rN(0))if(g){i=f/2 +n="translate("+H.c(r-i)+"px, "+H.c(p-i)+"px)"}else n="translate("+H.c(r)+"px, "+H.c(p)+"px)" +else{i=new Float32Array(16) +m=new H.bx(i) +m.b0(d) +if(g){s=f/2 +m.an(0,r-s,p-s)}else m.an(0,r,p) +n=H.fo(i)}l=h.style +l.position="absolute" +C.e.ac(l,C.e.U(l,"transform-origin"),"0 0 0","") +C.e.ac(l,C.e.U(l,"transform"),n,"") +i=b.r +if(i==null)k="#000000" +else{i=H.cs(i) +i.toString +k=i}i=b.y +if(i!=null){j=i.b +i=$.cb() +if(i===C.W&&!g){i="0px 0px "+H.c(j*2)+"px "+k +C.e.ac(l,C.e.U(l,"box-shadow"),i,"") +i=b.r +if(i==null)i=C.t +i=H.cs(new P.k(((C.d.aW((1-Math.min(Math.sqrt(j)/6.283185307179586,1))*(i.gm(i)>>>24&255))&255)<<24|i.gm(i)&16777215)>>>0)) +i.toString +k=i}else{i="blur("+H.c(j)+"px)" +C.e.ac(l,C.e.U(l,"filter"),i,"")}}i=q-r +if(g){i=H.c(i-f)+"px" +l.width=i +i=H.c(o-p-f)+"px" +l.height=i +i=H.kU(f)+" solid "+k +l.border=i}else{i=H.c(i)+"px" +l.width=i +i=H.c(o-p)+"px" +l.height=i +l.backgroundColor=k}return h}, +avh(a,b){var s,r,q=b.e,p=b.r +if(q===p){s=b.Q +if(q===s){r=b.y +s=q===r&&q===b.f&&p===b.x&&s===b.ch&&r===b.z}else s=!1}else s=!1 +if(s){q=H.kU(b.Q) +C.e.ac(a,C.e.U(a,"border-radius"),q,"") +return}q=H.kU(q)+" "+H.kU(b.f) +C.e.ac(a,C.e.U(a,"border-top-left-radius"),q,"") +p=H.kU(p)+" "+H.kU(b.x) +C.e.ac(a,C.e.U(a,"border-top-right-radius"),p,"") +p=H.kU(b.Q)+" "+H.kU(b.ch) +C.e.ac(a,C.e.U(a,"border-bottom-left-radius"),p,"") +p=H.kU(b.y)+" "+H.kU(b.z) +C.e.ac(a,C.e.U(a,"border-bottom-right-radius"),p,"")}, +kU(a){return C.d.a6(a===0?1:a,3)+"px"}, +aw4(a,b,c,d){var s,r,q,p=new P.c6(""),o=""+('') +p.a=o +o=p.a=o+"' +o=p.a=o+"" +return W.ns(o.charCodeAt(0)==0?o:o,new H.iW(),null)}, +aso(a,b){var s,r,q=new H.a2s(a,b),p=$.a2t +if(p==null?$.a2t="OffscreenCanvas" in window:p)q.a=new OffscreenCanvas(a,b) +else{p=q.b=W.qd(b,a) +p.className="gl-canvas" +s=H.aY() +r=H.aY() +p=p.style +p.position="absolute" +s=H.c(a/s)+"px" +p.width=s +s=H.c(b/r)+"px" +p.height=s}return q}, +am9(a,b,c){var s,r,q,p,o,n,m +if(0===b){c.push(new P.l(a.c,a.d)) +c.push(new P.l(a.e,a.f)) +return}s=new H.NI() +a.Ii(s) +r=s.a +r.toString +q=s.b +q.toString +p=a.b +o=a.f +if(H.dD(p,a.d,o)){n=r.f +if(!H.dD(p,n,o))m=r.f=q.b=Math.abs(n-p)0){s=b[7] +b[9]=s +b[5]=s +if(o===2){s=b[13] +b[15]=s +b[11]=s}}return o}, +aHw(b0,b1,b2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9=b0.length +if(0===a9)for(s=0;s<8;++s)b2[s]=b1[s] +else{r=b0[0] +for(q=a9-1,p=0,s=0;s0))return 0 +s=1 +r=0}q=h-i +p=g-h +o=f-g +do{n=(r+s)/2 +m=i+q*n +l=h+p*n +k=m+(l-m)*n +j=k+(l+(g+o*n-l)*n-k)*n +if(j===0)return n +if(j<0)s=n +else r=n}while(Math.abs(r-s)>0.0000152587890625) +return(s+r)/2}, +avA(a,b,c,d,e){return(((d+3*(b-c)-a)*e+3*(c-b-b+a))*e+3*(b-a))*e+a}, +aJv(b1,b2,b3,b4){var s,r,q,p,o,n,m,l=b1[7],k=b1[0],j=b1[1],i=b1[2],h=b1[3],g=b1[4],f=b1[5],e=b1[6],d=b2===0,c=!d?b2:b3,b=1-c,a=k*b+i*c,a0=j*b+h*c,a1=i*b+g*c,a2=h*b+f*c,a3=g*b+e*c,a4=f*b+l*c,a5=a*b+a1*c,a6=a0*b+a2*c,a7=a1*b+a3*c,a8=a2*b+a4*c,a9=a5*b+a7*c,b0=a6*b+a8*c +if(d){b4[0]=k +b4[1]=j +b4[2]=a +b4[3]=a0 +b4[4]=a5 +b4[5]=a6 +b4[6]=a9 +b4[7]=b0 +return}if(b3===1){b4[0]=a9 +b4[1]=b0 +b4[2]=a7 +b4[3]=a8 +b4[4]=a3 +b4[5]=a4 +b4[6]=e +b4[7]=l +return}s=(b3-b2)/(1-b2) +d=1-s +r=a9*d+a7*s +q=b0*d+a8*s +p=a7*d+a3*s +o=a8*d+a4*s +n=r*d+p*s +m=q*d+o*s +b4[0]=a9 +b4[1]=b0 +b4[2]=r +b4[3]=q +b4[4]=n +b4[5]=m +b4[6]=n*d+(p*d+(a3*d+e*s)*s)*s +b4[7]=m*d+(o*d+(a4*d+l*s)*s)*s}, +anL(){var s=new H.mj(H.ann(),C.aY) +s.LN() +return s}, +atk(a){var s,r,q=H.ann(),p=a.a,o=p.x,n=p.d,m=p.Q +q.ch=!0 +q.fx=0 +q.tV() +q.By(n) +q.Bz(o) +q.Bx(m) +q.r.set(p.r) +q.f.set(p.f) +s=p.z +if(s==null)q.z=null +else{r=q.z +r.toString +C.rU.yC(r,0,s)}s=p.ch +q.ch=s +if(!s){q.a=p.a +q.b=p.b +q.cx=p.cx}q.fx=p.fx +q.cy=p.cy +q.db=p.db +q.dx=p.dx +q.dy=p.dy +q.fr=p.fr +q=new H.mj(q,C.aY) +q.A0(a) +return q}, +aHk(a,b,c){var s +if(0===c)s=0===b||360===b +else s=!1 +if(s)return new P.l(a.c,a.gbk().b) +return null}, +ajq(a,b,c,d){var s=a+b +if(s<=c)return d +return Math.min(c/s,d)}, +anm(a,b){var s=new H.a2N(a,b,a.x) +if(a.ch)a.zW() +if(!a.cx)s.Q=a.x +return s}, +aGC(a,b,c,d,e,f,g,h){if(Math.abs(a*2/3+g/3-c)>0.5)return!0 +if(Math.abs(b*2/3+h/3-d)>0.5)return!0 +if(Math.abs(a/3+g*2/3-e)>0.5)return!0 +if(Math.abs(b/3+h*2/3-f)>0.5)return!0 +return!1}, +aoe(a,b,c,a0,a1,a2,a3,a4,a5,a6,a7,a8){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d +if(C.f.dQ(a7-a6,10)!==0&&H.aGC(a,b,c,a0,a1,a2,a3,a4)){s=(a+c)/2 +r=(b+a0)/2 +q=(c+a1)/2 +p=(a0+a2)/2 +o=(a1+a3)/2 +n=(a2+a4)/2 +m=(s+q)/2 +l=(r+p)/2 +k=(q+o)/2 +j=(p+n)/2 +i=(m+k)/2 +h=(l+j)/2 +g=a6+a7>>>1 +a5=H.aoe(i,h,k,j,o,n,a3,a4,H.aoe(a,b,s,r,m,l,i,h,a5,a6,g,a8),g,a7,a8)}else{f=a-a3 +e=b-a4 +d=a5+Math.sqrt(f*f+e*e) +if(d>a5)a8.push(new H.uP(4,d,H.a([a,b,c,a0,a1,a2,a3,a4],t.v))) +a5=d}return a5}, +aGD(a,b,c,d,e,f){if(Math.abs(c/2-(a+e)/4)>0.5)return!0 +if(Math.abs(d/2-(b+f)/4)>0.5)return!0 +return!1}, +Uq(a,b){var s=Math.sqrt(a*a+b*b) +return s<1e-9?C.h:new P.l(a/s,b/s)}, +aHx(a,a0,a1,a2){var s,r,q,p=a[5],o=a[0],n=a[1],m=a[2],l=a[3],k=a[4],j=a0===0,i=!j?a0:a1,h=1-i,g=o*h+m*i,f=n*h+l*i,e=m*h+k*i,d=l*h+p*i,c=g*h+e*i,b=f*h+d*i +if(j){a2[0]=o +a2[1]=n +a2[2]=g +a2[3]=f +a2[4]=c +a2[5]=b +return}if(a1===1){a2[0]=c +a2[1]=b +a2[2]=e +a2[3]=d +a2[4]=k +a2[5]=p +return}s=(a1-a0)/(1-a0) +j=1-s +r=c*j+e*s +q=b*j+d*s +a2[0]=c +a2[1]=b +a2[2]=r +a2[3]=q +a2[4]=r*j+(e*j+k*s)*s +a2[5]=q*j+(d*j+p*s)*s}, +ann(){var s=new Float32Array(16) +s=new H.rD(s,new Uint8Array(8)) +s.e=s.c=8 +s.fr=172 +return s}, +aDW(a,b,c){var s,r,q=a.d,p=a.c,o=new Float32Array(p*2),n=a.f,m=q*2 +for(s=0;s0?1:0 +return s}, +UH(a,b){var s +if(a<0){a=-a +b=-b}if(b===0||a===0||a>=b)return null +s=a/b +if(isNaN(s))return null +if(s===0)return null +return s}, +aKn(a){var s,r,q=a.e,p=a.r +if(q+p!==a.c-a.a)return!1 +s=a.f +r=a.x +if(s+r!==a.d-a.b)return!1 +if(q!==a.Q||p!==a.y||s!==a.ch||r!==a.z)return!1 +return!0}, +anI(a,b,c,d,e,f){return new H.a7C(e-2*c+a,f-2*d+b,2*(c-a),2*(d-b),a,b)}, +a2Q(a,b,c,d,e,f){if(d===f)return H.dD(c,a,e)&&a!==e +else return a===c&&b===d}, +aDX(a){var s,r,q,p,o=a[0],n=a[1],m=a[2],l=a[3],k=a[4],j=a[5],i=n-l,h=H.UH(i,i-l+j) +if(h!=null){s=o+h*(m-o) +r=n+h*(l-n) +q=m+h*(k-m) +p=l+h*(j-l) +a[2]=s +a[3]=r +a[4]=s+h*(q-s) +a[5]=r+h*(p-r) +a[6]=q +a[7]=p +a[8]=k +a[9]=j +return 1}a[3]=Math.abs(i)=q}, +aLm(a,b,c,d){var s,r,q,p,o=a[1],n=a[3] +if(!H.dD(o,c,n))return +s=a[0] +r=a[2] +if(!H.dD(s,b,r))return +q=r-s +p=n-o +if(!(Math.abs((b-s)*p-q*(c-o))<0.000244140625))return +d.push(new P.l(q,p))}, +aLn(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i=a[1],h=a[3],g=a[5] +if(!H.dD(i,c,h)&&!H.dD(h,c,g))return +s=a[0] +r=a[2] +q=a[4] +if(!H.dD(s,b,r)&&!H.dD(r,b,q))return +p=new H.ki() +o=p.l9(i-2*h+g,2*(h-i),i-c) +for(n=q-2*r+s,m=2*(r-s),l=0;l' +s.a=r +r=s.a=r+"" +q="svgClip"+p +p=$.cb() +if(p===C.bH){p=r+("") +s.a=p +s.a=p+'') +s.a=p +s.a=p+('30)C.c.hC($.kX,0).d.l(0)}else a.d.l(0)}}, +a2U(a,b){if(a<=0)return b*0.1 +else return Math.min(Math.max(b*0.5,a*10),b)}, +aHz(a7,a8,a9){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6 +if(a7==null||a7.Qt())return 1 +s=a7.a +r=s[12] +q=s[15] +p=r*q +o=s[13] +n=o*q +m=s[3] +l=m*a8 +k=s[7] +j=k*a9 +i=1/(l+j+q) +h=s[0] +g=h*a8 +f=s[4] +e=f*a9 +d=(g+e+r)*i +c=s[1] +b=c*a8 +a=s[5] +a0=a*a9 +a1=(b+a0+o)*i +a2=Math.min(p,d) +a3=Math.max(p,d) +a4=Math.min(n,a1) +a5=Math.max(n,a1) +i=1/(m*0+j+q) +d=(h*0+e+r)*i +a1=(c*0+a0+o)*i +p=Math.min(a2,d) +a3=Math.max(a3,d) +n=Math.min(a4,a1) +a5=Math.max(a5,a1) +i=1/(l+k*0+q) +d=(g+f*0+r)*i +a1=(b+a*0+o)*i +p=Math.min(p,d) +a3=Math.max(a3,d) +n=Math.min(n,a1) +a6=Math.min((a3-p)/a8,(Math.max(a5,a1)-n)/a9) +if(a6<1e-9||a6===1)return 1 +if(a6>1){a6=Math.min(4,C.d.dH(a6/2)*2) +r=a8*a9 +if(r*a6*a6>4194304&&a6>2)a6=3355443.2/r}else a6=Math.max(2/C.d.eM(2/a6),0.0001) +return a6}, +pK(a,b){var s=a<0?0:a,r=b<0?0:b +return s*s+r*r}, +Et(a){var s,r=a.a,q=r.y,p=q!=null?0+q.b*2:0 +r=r.c +s=r==null +if((s?0:r)!==0)p+=(s?0:r)*0.70710678118 +return p}, +asn(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0 +if(a2==null)a2=C.HO +s=a1.length +r=!J.e(a2[0],0) +q=!J.e(C.c.gL(a2),1) +p=r?s+1:s +if(q)++p +o=p*4 +n=new Float32Array(o) +m=new Float32Array(o) +o=p-1 +l=C.f.d1(o,4) +k=new Float32Array(4*(l+1)) +if(r){j=a1[0] +n[0]=(j.gm(j)>>>16&255)/255 +n[1]=(j.gm(j)>>>8&255)/255 +n[2]=(j.gm(j)&255)/255 +n[3]=(j.gm(j)>>>24&255)/255 +k[0]=0 +i=4 +h=1}else{i=0 +h=0}for(l=a1.length,g=0;g>>16&255)/255 +i=f+1 +n[f]=(e.gm(j)>>>8&255)/255 +f=i+1 +n[i]=(e.gm(j)&255)/255 +i=f+1 +n[f]=(e.gm(j)>>>24&255)/255}for(l=a2.length,g=0;g>>16&255)/255 +i=f+1 +n[f]=(j.gm(j)>>>8&255)/255 +n[i]=(j.gm(j)&255)/255 +n[i+1]=(j.gm(j)>>>24&255)/255 +k[h]=1}c=4*o +for(b=0;b>>2 +m[b]=(n[b+4]-n[b])/(k[h+1]-k[h])}m[c]=0 +m[c+1]=0 +m[c+2]=0 +m[c+3]=0 +for(b=0;b1)C.c.fI(p,new H.aku()) +for(p=$.al4,o=p.length,r=0;r1)s.push(new P.lJ(C.c.gK(p),C.c.gL(p))) +else s.push(new P.lJ(q,null))}return s}, +aI4(a,b){var s=a.i_(b),r=P.aoT(s.b) +switch(s.a){case"setDevicePixelRatio":$.be().x=r +$.bs().f.$0() +return!0}return!1}, +ED(a,b){if(a==null)return +if(b===$.Y)a.$0() +else b.lo(a)}, +Uy(a,b,c,d){if(a==null)return +if(b===$.Y)a.$1(c) +else b.k9(a,c,d)}, +aKk(a,b,c,d){if(b===$.Y)a.$2(c,d) +else b.lo(new H.akX(a,c,d))}, +mN(a,b,c,d,e){if(a==null)return +if(b===$.Y)a.$3(c,d,e) +else b.lo(new H.akY(a,c,d,e))}, +avt(a){var s,r="flt-pv-slot-"+a,q=document,p=q.createElement("flt-platform-view-slot"),o=p.style +C.e.ac(o,C.e.U(o,"pointer-events"),"auto","") +s=q.createElement("slot") +s.setAttribute("name",r) +p.appendChild(s) +return p}, +aJH(a){switch(a){case 0:return 1 +case 1:return 4 +case 2:return 2 +default:return C.f.TI(1,a)}}, +ub(a){var s=C.d.eb(a) +return P.cV(C.d.eb((a-s)*1000),s)}, +alv(a,b){var s=b.$0() +return s}, +aK6(){if($.bs().dx==null)return +$.aoJ=C.d.eb(window.performance.now()*1000)}, +aK4(){if($.bs().dx==null)return +$.aoo=C.d.eb(window.performance.now()*1000)}, +avD(){if($.bs().dx==null)return +$.aon=C.d.eb(window.performance.now()*1000)}, +avE(){if($.bs().dx==null)return +$.aoF=C.d.eb(window.performance.now()*1000)}, +aK5(){var s,r,q=$.bs() +if(q.dx==null)return +s=$.av2=C.d.eb(window.performance.now()*1000) +$.aow.push(new P.jW(H.a([$.aoJ,$.aoo,$.aon,$.aoF,s,s,1],t.t))) +$.av2=$.aoF=$.aon=$.aoo=$.aoJ=-1 +if(s-$.axx()>1e5){$.aHU=s +r=$.aow +H.Uy(q.dx,q.dy,r,t.Px) +$.aow=H.a([],t.no)}}, +aIv(){return C.d.eb(window.performance.now()*1000)}, +aBI(){var s=new H.V9() +s.Yc() +return s}, +aHu(a){var s=a.a +if((s&256)!==0)return C.kC +else if((s&65536)!==0)return C.kD +else return C.kB}, +aDj(a){var s=new H.r3(W.I7(null),a) +s.Z5(a) +return s}, +a6u(a){var s=a.style +s.removeProperty("transform-origin") +s.removeProperty("transform") +s=$.fq() +if(s!==C.bn)s=s===C.bT +else s=!0 +if(s){s=a.style +s.top="0px" +s.left="0px"}else{s=a.style +s.removeProperty("top") +s.removeProperty("left")}}, +lo(){var s=t.UF,r=H.a([],t.eE),q=H.a([],t.b),p=$.fq() +p=J.h5(C.jU.a,p)?new H.X7():new H.a1t() +p=new H.YC(P.A(t.S,s),P.A(t.bo,s),r,q,new H.YF(),new H.a6q(p),C.bN,H.a([],t.sQ)) +p.YN() +return p}, +avQ(a){var s,r,q,p,o,n,m,l,k=a.length,j=t.t,i=H.a([],j),h=H.a([0],j) +for(s=0,r=0;r=h.length)h.push(r) +else h[o]=r +if(o>s)s=o}m=P.aj(s,0,!1,t.S) +l=h[s] +for(r=s-1;r>=0;--r){m[r]=l +l=i[l]}return m}, +aEW(a){var s=$.A3 +if(s!=null&&s.a===a){s.toString +return s}return $.A3=new H.a6B(a,H.a([],t.Iu))}, +ao_(){var s=new Uint8Array(0),r=new DataView(new ArrayBuffer(8)) +return new H.aad(new H.Mr(s,0),r,H.dh(r.buffer,0,null))}, +avq(a){if(a===0)return C.h +return new P.l(200*a/600,400*a/600)}, +aJF(a,b){var s,r,q,p,o,n +if(b===0)return a +s=a.c +r=a.a +q=a.d +p=a.b +o=b*((800+(s-r)*0.5)/600) +n=b*((800+(q-p)*0.5)/600) +return new P.v(r-o,p-n,s+o,q+n).cb(H.avq(b))}, +aoQ(a,b){if(b===0)return null +return new H.a8G(Math.min(b*((800+(a.c-a.a)*0.5)/600),b*((800+(a.d-a.b)*0.5)/600)),H.avq(b))}, +aoN(a,b,c,d){var s,r,q,p="box-shadow",o=H.aoQ(b,c) +if(o==null){s=a.style +C.e.ac(s,C.e.U(s,p),"none","")}else{d=H.apd(d) +s=a.style +r=o.b +q=d.a +q=H.c(r.a)+"px "+H.c(r.b)+"px "+H.c(o.a)+"px 0px rgba("+(q>>>16&255)+", "+(q>>>8&255)+", "+(q&255)+", "+H.c((q>>>24&255)/255)+")" +C.e.ac(s,C.e.U(s,p),q,"")}}, +apd(a){var s=a.a +return new P.k(((C.d.aW(0.3*(s>>>24&255))&255)<<24|s&16777215)>>>0)}, +aHi(a,b){var s,r,q,p,o,n,m +for(s=b.length,r=0,q=null,p=0;pr){if(o.y)q=o.gkZ() +r=n}}m=a.style +if(r!==0){s=H.c(r)+"px" +m.fontSize=s}if(q!=null){s=H.mM(q) +m.fontFamily=s==null?"":s}}, +aD8(){var s=t.mo +if($.apF())return new H.HH(H.a([],s)) +else return new H.R3(H.a([],s))}, +amZ(a,b,c,d,e,f){return new H.a0S(H.a([],t.L5),H.a([],t.Kd),e,a,b,f,d,c,f)}, +aoV(){var s=$.ajU +if(s==null){s=t.jQ +s=$.ajU=new H.kH(H.aoI(u.K,937,C.mR,s),C.b3,P.A(t.S,s),t.MX)}return s}, +avU(a1,a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=H.Uw(a1,a2),b=H.aoV().oq(c),a=b===C.fA?C.fv:null,a0=b===C.j0 +if(b===C.iX||a0)b=C.b3 +for(s=a1.length,r=t.jQ,q=t.S,p=t.MX,o=a2,n=o,m=null,l=0;a265535?a2+1:a2)+1 +j=b===C.fA +i=!j +if(i)a=null +c=H.Uw(a1,a2) +h=$.ajU +g=(h==null?$.ajU=new H.kH(H.aoI(u.K,937,C.mR,r),C.b3,P.A(q,r),p):h).oq(c) +f=g===C.j0 +if(b===C.dO||b===C.fw)return new H.dx(a2,o,n,C.bx) +if(b===C.fz)if(g===C.dO)continue +else return new H.dx(a2,o,n,C.bx) +if(i)n=a2 +if(g===C.dO||g===C.fw||g===C.fz){o=a2 +continue}if(a2>=s)return new H.dx(s,a2,n,C.b2) +if(g===C.fA){a=j?a:b +o=a2 +continue}if(g===C.ft){o=a2 +continue}if(b===C.ft||a===C.ft)return new H.dx(a2,a2,n,C.cM) +if(g===C.iX||f){if(!j){if(k)--l +o=a2 +g=b +continue}g=C.b3}if(a0){o=a2 +continue}if(g===C.fv||b===C.fv){o=a2 +continue}if(b===C.iZ){o=a2 +continue}if(!(!i||b===C.fp||b===C.dN)&&g===C.iZ){o=a2 +continue}if(g===C.fr||g===C.cO||g===C.mz||g===C.fq||g===C.iY){o=a2 +continue}if(b===C.cN||a===C.cN){o=a2 +continue}k=b!==C.fB +if((!k||a===C.fB)&&g===C.cN){o=a2 +continue}i=b!==C.fr +if((!i||a===C.fr||b===C.cO||a===C.cO)&&g===C.j_){o=a2 +continue}if((b===C.fu||a===C.fu)&&g===C.fu){o=a2 +continue}if(j)return new H.dx(a2,a2,n,C.cM) +if(!k||g===C.fB){o=a2 +continue}if(b===C.j2||g===C.j2)return new H.dx(a2,a2,n,C.cM) +if(g===C.fp||g===C.dN||g===C.j_||b===C.mx){o=a2 +continue}if(m===C.aW)k=b===C.dN||b===C.fp +else k=!1 +if(k){o=a2 +continue}k=b===C.iY +if(k&&g===C.aW){o=a2 +continue}if(g===C.my){o=a2 +continue}j=b!==C.b3 +if(!((!j||b===C.aW)&&g===C.bR))if(b===C.bR)h=g===C.b3||g===C.aW +else h=!1 +else h=!0 +if(h){o=a2 +continue}h=b===C.fC +if(h)e=g===C.j1||g===C.fx||g===C.fy +else e=!1 +if(e){o=a2 +continue}if((b===C.j1||b===C.fx||b===C.fy)&&g===C.cj){o=a2 +continue}e=!h +if(!e||b===C.cj)d=g===C.b3||g===C.aW +else d=!1 +if(d){o=a2 +continue}if(!j||b===C.aW)d=g===C.fC||g===C.cj +else d=!1 +if(d){o=a2 +continue}if(!i||b===C.cO||b===C.bR)i=g===C.cj||g===C.fC +else i=!1 +if(i){o=a2 +continue}i=b!==C.cj +if((!i||h)&&g===C.cN){o=a2 +continue}if((!i||!e||b===C.dN||b===C.fq||b===C.bR||k)&&g===C.bR){o=a2 +continue}k=b===C.fs +if(k)i=g===C.fs||g===C.dP||g===C.dR||g===C.dS +else i=!1 +if(i){o=a2 +continue}i=b!==C.dP +if(!i||b===C.dR)e=g===C.dP||g===C.dQ +else e=!1 +if(e){o=a2 +continue}e=b!==C.dQ +if((!e||b===C.dS)&&g===C.dQ){o=a2 +continue}if((k||!i||!e||b===C.dR||b===C.dS)&&g===C.cj){o=a2 +continue}if(h)k=g===C.fs||g===C.dP||g===C.dQ||g===C.dR||g===C.dS +else k=!1 +if(k){o=a2 +continue}if(!j||b===C.aW)k=g===C.b3||g===C.aW +else k=!1 +if(k){o=a2 +continue}if(b===C.fq)k=g===C.b3||g===C.aW +else k=!1 +if(k){o=a2 +continue}if(!j||b===C.aW||b===C.bR)if(g===C.cN){k=C.b.ay(a1,a2) +if(k!==9001)if(!(k>=12296&&k<=12317))k=k>=65047&&k<=65378 +else k=!0 +else k=!0 +k=!k}else k=!1 +else k=!1 +if(k){o=a2 +continue}if(b===C.cO){k=C.b.ay(a1,a2-1) +if(k!==9001)if(!(k>=12296&&k<=12317))k=k>=65047&&k<=65378 +else k=!0 +else k=!0 +if(!k)k=g===C.b3||g===C.aW||g===C.bR +else k=!1}else k=!1 +if(k){o=a2 +continue}if(g===C.j3)if((l&1)===1){o=a2 +continue}else return new H.dx(a2,a2,n,C.cM) +if(b===C.fx&&g===C.fy){o=a2 +continue}return new H.dx(a2,a2,n,C.cM)}return new H.dx(s,o,n,C.b2)}, +aIt(a){var s=H.aoV().oq(a) +return s===C.fw||s===C.dO||s===C.fz}, +aEQ(a){var s=new H.zI(W.e1("flt-ruler-host",null)) +s.Hy(a) +return s}, +tP(a){var s,r=$.be().gjX() +if(!r.gM(r))if($.aa8.a){s=a.b +r=a.c!=null&&s.Q==null&&s.z==null}else r=!1 +else r=!1 +if(r){r=$.ar1 +return r==null?$.ar1=new H.W4(W.qd(null,null).getContext("2d")):r}r=$.arn +return r==null?$.arn=new H.XA():r}, +arm(a,b){if(a<=b)return b +if(a-b<2)return a +throw H.b(P.cI("minIntrinsicWidth ("+H.c(a)+") is greater than maxIntrinsicWidth ("+H.c(b)+")."))}, +mO(a,b,c,d,e){var s,r,q +if(c===d)return 0 +s=a.font +if(c===$.auX&&d===$.auW&&b===$.auY&&s===$.auV)r=$.auZ +else{q=a.measureText(c===0&&d===b.length?b:C.b.S(b,c,d)).width +q.toString +r=q}$.auX=c +$.auW=d +$.auY=b +$.auV=s +$.auZ=r +if(e==null)e=0 +return C.d.aW((e!==0?r+e*(d-c):r)*100)/100}, +aHS(a,b,c,d){while(!0){if(!(b=a.length)return null +s=C.b.ay(a,b) +if((s&63488)===55296&&b>>6&31)+1<<16|(s&63)<<10|C.b.ay(a,b+1)&1023 +return s}, +aFM(a,b,c){return new H.kH(a,b,P.A(t.S,c),c.j("kH<0>"))}, +aFN(a,b,c,d,e){return new H.kH(H.aoI(a,b,c,e),d,P.A(t.S,e),e.j("kH<0>"))}, +aoI(a,b,c,d){var s,r,q,p,o,n=H.a([],d.j("r>")),m=a.length +for(s=d.j("cq<0>"),r=0;r=0&&q<=r))break +q+=s +if(H.aFX(b,q))break}return H.vp(q,0,r)}, +aFX(a,b){var s,r,q,p,o,n,m,l,k,j=null +if(b<=0||b>=a.length)return!0 +s=b-1 +if((C.b.ay(a,s)&63488)===55296)return!1 +r=$.EP().rG(0,a,b) +q=$.EP().rG(0,a,s) +if(q===C.hs&&r===C.ht)return!1 +if(H.dP(q,C.kx,C.hs,C.ht,j,j))return!0 +if(H.dP(r,C.kx,C.hs,C.ht,j,j))return!0 +if(q===C.kw&&r===C.kw)return!1 +if(H.dP(r,C.eE,C.eF,C.eD,j,j))return!1 +for(p=0;H.dP(q,C.eE,C.eF,C.eD,j,j);){++p +s=b-p-1 +if(s<0)return!0 +o=$.EP() +n=H.Uw(a,s) +q=n==null?o.b:o.oq(n)}if(H.dP(q,C.bb,C.aH,j,j,j)&&H.dP(r,C.bb,C.aH,j,j,j))return!1 +m=0 +do{++m +l=$.EP().rG(0,a,b+m)}while(H.dP(l,C.eE,C.eF,C.eD,j,j)) +do{++p +k=$.EP().rG(0,a,b-p-1)}while(H.dP(k,C.eE,C.eF,C.eD,j,j)) +if(H.dP(q,C.bb,C.aH,j,j,j)&&H.dP(r,C.ku,C.eC,C.dj,j,j)&&H.dP(l,C.bb,C.aH,j,j,j))return!1 +if(H.dP(k,C.bb,C.aH,j,j,j)&&H.dP(q,C.ku,C.eC,C.dj,j,j)&&H.dP(r,C.bb,C.aH,j,j,j))return!1 +s=q===C.aH +if(s&&r===C.dj)return!1 +if(s&&r===C.kt&&l===C.aH)return!1 +if(k===C.aH&&q===C.kt&&r===C.aH)return!1 +s=q===C.bG +if(s&&r===C.bG)return!1 +if(H.dP(q,C.bb,C.aH,j,j,j)&&r===C.bG)return!1 +if(s&&H.dP(r,C.bb,C.aH,j,j,j))return!1 +if(k===C.bG&&H.dP(q,C.kv,C.eC,C.dj,j,j)&&r===C.bG)return!1 +if(s&&H.dP(r,C.kv,C.eC,C.dj,j,j)&&l===C.bG)return!1 +if(q===C.eG&&r===C.eG)return!1 +if(H.dP(q,C.bb,C.aH,C.bG,C.eG,C.hr)&&r===C.hr)return!1 +if(q===C.hr&&H.dP(r,C.bb,C.aH,C.bG,C.eG,j))return!1 +return!0}, +dP(a,b,c,d,e,f){if(a===b)return!0 +if(a===c)return!0 +if(d!=null&&a===d)return!0 +if(e!=null&&a===e)return!0 +if(f!=null&&a===f)return!0 +return!1}, +arw(a,b){switch(a){case"TextInputType.number":return b?C.A5:C.An +case"TextInputType.phone":return C.Ar +case"TextInputType.emailAddress":return C.Ab +case"TextInputType.url":return C.AE +case"TextInputType.multiline":return C.Al +case"TextInputType.none":return C.lf +case"TextInputType.text":default:return C.AC}}, +aFy(a){var s +if(a==="TextCapitalization.words")s=C.k3 +else if(a==="TextCapitalization.characters")s=C.k5 +else s=a==="TextCapitalization.sentences"?C.k4:C.hl +return new H.Av(s)}, +aHL(a){}, +Uo(a,b){var s,r="transparent",q="none",p=a.style +p.whiteSpace="pre-wrap" +C.e.ac(p,C.e.U(p,"align-content"),"center","") +p.padding="0" +C.e.ac(p,C.e.U(p,"opacity"),"1","") +p.color=r +p.backgroundColor=r +p.background=r +p.outline=q +p.border=q +C.e.ac(p,C.e.U(p,"resize"),q,"") +p.width="0" +p.height="0" +C.e.ac(p,C.e.U(p,"text-shadow"),r,"") +C.e.ac(p,C.e.U(p,"transform-origin"),"0 0 0","") +if(b){p.top="-9999px" +p.left="-9999px"}s=$.cb() +if(s!==C.bs)if(s!==C.c2)s=s===C.W +else s=!0 +else s=!0 +if(s)a.classList.add("transparentTextEditing") +C.e.ac(p,C.e.U(p,"caret-color"),r,null)}, +aCU(a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a +if(a0==null)return null +s=t.N +r=P.A(s,t.V) +q=P.A(s,t.M1) +p=document.createElement("form") +p.noValidate=!0 +p.method="post" +p.action="#" +C.mf.jq(p,"submit",new H.Yl()) +H.Uo(p,!1) +o=J.a0e(0,s) +n=H.alZ(a0,C.yn) +if(a1!=null)for(s=J.mT(a1,t.c),s=new H.dy(s,s.gn(s)),m=n.b,l=H.o(s).c;s.t();){k=l.a(s.d) +j=J.al(k) +i=j.h(k,"autofill") +h=j.h(k,"textCapitalization") +if(h==="TextCapitalization.words")h=C.k3 +else if(h==="TextCapitalization.characters")h=C.k5 +else h=h==="TextCapitalization.sentences"?C.k4:C.hl +g=H.alZ(i,new H.Av(h)) +h=g.b +o.push(h) +if(h!==m){f=H.arw(J.aL(j.h(k,"inputType"),"name"),!1).Dh() +g.a.el(f) +g.el(f) +H.Uo(f,!1) +q.p(0,h,g) +r.p(0,h,f) +p.appendChild(f)}}else o.push(n.b) +C.c.il(o) +for(s=o.length,e=0,m="";e0?m+"*":m)+d}c=m.charCodeAt(0)==0?m:m +b=$.EB.h(0,c) +if(b!=null)C.mf.cf(b) +a=W.I7(null) +H.Uo(a,!0) +a.className="submitBtn" +a.type="submit" +p.appendChild(a) +return new H.Yi(p,r,q,c)}, +alZ(a,b){var s,r,q,p=J.al(a),o=p.h(a,"uniqueIdentifier") +o.toString +s=p.h(a,"hints") +r=H.ars(p.h(a,"editingValue")) +p=$.awk() +q=J.aL(s,0) +p=p.a.h(0,q) +return new H.Fc(r,o,p==null?q:p)}, +Y8(a,b,c){var s=a==null,r=s?0:a,q=b==null,p=q?0:b +p=Math.max(0,Math.min(r,p)) +s=s?0:a +r=q?0:b +return new H.qL(c,p,Math.max(0,Math.max(s,r)))}, +ars(a){var s=J.al(a) +return H.Y8(s.h(a,"selectionBase"),s.h(a,"selectionExtent"),s.h(a,"text"))}, +arr(a){var s +if(t.Zb.b(a)){s=a.value +return H.Y8(a.selectionStart,a.selectionEnd,s)}else if(t.S0.b(a)){s=a.value +return H.Y8(a.selectionStart,a.selectionEnd,s)}else throw H.b(P.S("Initialized with unsupported input type"))}, +arQ(a){var s,r,q,p,o,n="inputType",m="autofill",l=J.al(a),k=J.aL(l.h(a,n),"name"),j=J.aL(l.h(a,n),"decimal") +k=H.arw(k,j==null?!1:j) +j=l.h(a,"inputAction") +if(j==null)j="TextInputAction.done" +s=l.h(a,"obscureText") +if(s==null)s=!1 +r=l.h(a,"readOnly") +if(r==null)r=!1 +q=l.h(a,"autocorrect") +if(q==null)q=!0 +p=H.aFy(l.h(a,"textCapitalization")) +o=l.aL(a,m)?H.alZ(l.h(a,m),C.yn):null +return new H.a07(k,j,r,s,q,o,H.aCU(l.h(a,m),l.h(a,"fields")),p)}, +aL8(){$.EB.ai(0,new H.aln())}, +aJw(){var s,r,q +for(s=$.EB.gby($.EB),s=s.gX(s);s.t();){r=s.gE(s) +q=r.parentNode +if(q!=null)q.removeChild(r)}$.EB.aP(0)}, +ap8(a,b){var s,r=a.style +C.e.ac(r,C.e.U(r,"transform-origin"),"0 0 0","") +s=H.fo(b) +C.e.ac(r,C.e.U(r,"transform"),s,"")}, +fo(a){var s=H.aly(a) +if(s===C.yL)return"matrix("+H.c(a[0])+","+H.c(a[1])+","+H.c(a[4])+","+H.c(a[5])+","+H.c(a[12])+","+H.c(a[13])+")" +else if(s===C.ho)return H.aK3(a) +else return"none"}, +aly(a){if(!(a[15]===1&&a[14]===0&&a[11]===0&&a[10]===1&&a[9]===0&&a[8]===0&&a[7]===0&&a[6]===0&&a[3]===0&&a[2]===0))return C.ho +if(a[0]===1&&a[1]===0&&a[4]===0&&a[5]===1&&a[12]===0&&a[13]===0)return C.yK +else return C.yL}, +aK3(a){var s,r,q=a[0] +if(q===1&&a[1]===0&&a[2]===0&&a[3]===0&&a[4]===0&&a[5]===1&&a[6]===0&&a[7]===0&&a[8]===0&&a[9]===0&&a[10]===1&&a[11]===0&&a[14]===0&&a[15]===1){s=a[12] +r=a[13] +return"translate3d("+H.c(s)+"px, "+H.c(r)+"px, 0px)"}else return"matrix3d("+H.c(q)+","+H.c(a[1])+","+H.c(a[2])+","+H.c(a[3])+","+H.c(a[4])+","+H.c(a[5])+","+H.c(a[6])+","+H.c(a[7])+","+H.c(a[8])+","+H.c(a[9])+","+H.c(a[10])+","+H.c(a[11])+","+H.c(a[12])+","+H.c(a[13])+","+H.c(a[14])+","+H.c(a[15])+")"}, +UF(a,b){var s=$.ay5() +s[0]=b.a +s[1]=b.b +s[2]=b.c +s[3]=b.d +H.alz(a,s) +return new P.v(s[0],s[1],s[2],s[3])}, +alz(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=$.apD() +a0[0]=a2[0] +a0[4]=a2[1] +a0[8]=0 +a0[12]=1 +a0[1]=a2[2] +a0[5]=a2[1] +a0[9]=0 +a0[13]=1 +a0[2]=a2[0] +a0[6]=a2[3] +a0[10]=0 +a0[14]=1 +a0[3]=a2[2] +a0[7]=a2[3] +a0[11]=0 +a0[15]=1 +s=$.ay4().a +r=s[0] +q=s[4] +p=s[8] +o=s[12] +n=s[1] +m=s[5] +l=s[9] +k=s[13] +j=s[2] +i=s[6] +h=s[10] +g=s[14] +f=s[3] +e=s[7] +d=s[11] +c=s[15] +b=a1.a +s[0]=r*b[0]+q*b[4]+p*b[8]+o*b[12] +s[4]=r*b[1]+q*b[5]+p*b[9]+o*b[13] +s[8]=r*b[2]+q*b[6]+p*b[10]+o*b[14] +s[12]=r*b[3]+q*b[7]+p*b[11]+o*b[15] +s[1]=n*b[0]+m*b[4]+l*b[8]+k*b[12] +s[5]=n*b[1]+m*b[5]+l*b[9]+k*b[13] +s[9]=n*b[2]+m*b[6]+l*b[10]+k*b[14] +s[13]=n*b[3]+m*b[7]+l*b[11]+k*b[15] +s[2]=j*b[0]+i*b[4]+h*b[8]+g*b[12] +s[6]=j*b[1]+i*b[5]+h*b[9]+g*b[13] +s[10]=j*b[2]+i*b[6]+h*b[10]+g*b[14] +s[14]=j*b[3]+i*b[7]+h*b[11]+g*b[15] +s[3]=f*b[0]+e*b[4]+d*b[8]+c*b[12] +s[7]=f*b[1]+e*b[5]+d*b[9]+c*b[13] +s[11]=f*b[2]+e*b[6]+d*b[10]+c*b[14] +s[15]=f*b[3]+e*b[7]+d*b[11]+c*b[15] +a=b[15] +if(a===0)a=1 +a2[0]=Math.min(Math.min(Math.min(a0[0],a0[1]),a0[2]),a0[3])/a +a2[1]=Math.min(Math.min(Math.min(a0[4],a0[5]),a0[6]),a0[7])/a +a2[2]=Math.max(Math.max(Math.max(a0[0],a0[1]),a0[2]),a0[3])/a +a2[3]=Math.max(Math.max(Math.max(a0[4],a0[5]),a0[6]),a0[7])/a}, +awa(a,b){return a.a<=b.a&&a.b<=b.b&&a.c>=b.c&&a.d>=b.d}, +cs(a){var s,r,q +if(a==null)return null +s=a.gm(a) +if((s&4278190080)>>>0===4278190080){r=C.f.kc(s&16777215,16) +switch(r.length){case 1:return"#00000"+r +case 2:return"#0000"+r +case 3:return"#000"+r +case 4:return"#00"+r +case 5:return"#0"+r +default:return"#"+r}}else{q=""+"rgba("+C.f.i(s>>>16&255)+","+C.f.i(s>>>8&255)+","+C.f.i(s&255)+","+C.d.i((s>>>24&255)/255)+")" +return q.charCodeAt(0)==0?q:q}}, +aJA(a,b,c,d){if(d===255)return"rgb("+a+","+b+","+c+")" +else return"rgba("+a+","+b+","+c+","+C.d.a6(d/255,2)+")"}, +mM(a){var s +if(J.h5(C.Nd.a,a))return a +s=$.fq() +if(s!==C.bn)s=s===C.bT +else s=!0 +if(s)if(a===".SF Pro Text"||a===".SF Pro Display"||a===".SF UI Text"||a===".SF UI Display")return $.apv() +return'"'+H.c(a)+'", '+$.apv()+", sans-serif"}, +vp(a,b,c){if(ac)return c +else return a}, +vr(a,b){var s +if(a==null)return b==null +if(b==null||a.length!==b.length)return!1 +for(s=0;s").b(a))return new H.BE(a,b.j("@<0>").aH(c).j("BE<1,2>")) +return new H.nb(a,b.j("@<0>").aH(c).j("nb<1,2>"))}, +cB(a){return new H.iQ("Field '"+a+"' has been assigned during initialization.")}, +u(a){return new H.iQ("Field '"+a+"' has not been initialized.")}, +k1(a){return new H.iQ("Local '"+a+"' has not been initialized.")}, +eN(a){return new H.iQ("Field '"+a+"' has already been initialized.")}, +xT(a){return new H.iQ("Local '"+a+"' has already been initialized.")}, +akK(a){var s,r=a^48 +if(r<=9)return r +s=a|32 +if(97<=s&&s<=102)return s-87 +return-1}, +aKF(a,b){var s=H.akK(C.b.ay(a,b)),r=H.akK(C.b.ay(a,b+1)) +return s*16+r-(r&256)}, +atn(a,b){a=a+b&536870911 +a=a+((a&524287)<<10)&536870911 +return a^a>>>6}, +aFt(a){a=a+((a&67108863)<<3)&536870911 +a^=a>>>11 +return a+((a&16383)<<15)&536870911}, +h1(a,b,c){return a}, +fS(a,b,c,d){P.d8(b,"start") +if(c!=null){P.d8(c,"end") +if(b>c)H.f(P.bv(b,0,c,"start",null))}return new H.ih(a,b,c,d.j("ih<0>"))}, +o4(a,b,c,d){if(t.Ee.b(a))return new H.hL(a,b,c.j("@<0>").aH(d).j("hL<1,2>")) +return new H.fI(a,b,c.j("@<0>").aH(d).j("fI<1,2>"))}, +a8T(a,b,c){P.d8(b,"takeCount") +if(t.Ee.b(a))return new H.wN(a,b,c.j("wN<0>")) +return new H.p1(a,b,c.j("p1<0>"))}, +a8_(a,b,c){if(t.Ee.b(a)){P.d8(b,"count") +return new H.qM(a,b,c.j("qM<0>"))}P.d8(b,"count") +return new H.kt(a,b,c.j("kt<0>"))}, +aD5(a,b,c){return new H.nD(a,b,c.j("nD<0>"))}, +bU(){return new P.kv("No element")}, +arU(){return new P.kv("Too many elements")}, +arT(){return new P.kv("Too few elements")}, +aFg(a,b){H.LM(a,0,J.cF(a)-1,b)}, +LM(a,b,c,d){if(c-b<=32)H.LO(a,b,c,d) +else H.LN(a,b,c,d)}, +LO(a,b,c,d){var s,r,q,p,o +for(s=b+1,r=J.al(a);s<=c;++s){q=r.h(a,s) +p=s +while(!0){if(!(p>b&&d.$2(r.h(a,p-1),q)>0))break +o=p-1 +r.p(a,p,r.h(a,o)) +p=o}r.p(a,p,q)}}, +LN(a3,a4,a5,a6){var s,r,q,p,o,n,m,l,k,j,i=C.f.d1(a5-a4+1,6),h=a4+i,g=a5-i,f=C.f.d1(a4+a5,2),e=f-i,d=f+i,c=J.al(a3),b=c.h(a3,h),a=c.h(a3,e),a0=c.h(a3,f),a1=c.h(a3,d),a2=c.h(a3,g) +if(a6.$2(b,a)>0){s=a +a=b +b=s}if(a6.$2(a1,a2)>0){s=a2 +a2=a1 +a1=s}if(a6.$2(b,a0)>0){s=a0 +a0=b +b=s}if(a6.$2(a,a0)>0){s=a0 +a0=a +a=s}if(a6.$2(b,a1)>0){s=a1 +a1=b +b=s}if(a6.$2(a0,a1)>0){s=a1 +a1=a0 +a0=s}if(a6.$2(a,a2)>0){s=a2 +a2=a +a=s}if(a6.$2(a,a0)>0){s=a0 +a0=a +a=s}if(a6.$2(a1,a2)>0){s=a2 +a2=a1 +a1=s}c.p(a3,h,b) +c.p(a3,f,a0) +c.p(a3,g,a2) +c.p(a3,e,c.h(a3,a4)) +c.p(a3,d,c.h(a3,a5)) +r=a4+1 +q=a5-1 +if(J.e(a6.$2(a,a1),0)){for(p=r;p<=q;++p){o=c.h(a3,p) +n=a6.$2(o,a) +if(n===0)continue +if(n<0){if(p!==r){c.p(a3,p,c.h(a3,r)) +c.p(a3,r,o)}++r}else for(;!0;){n=a6.$2(c.h(a3,q),a) +if(n>0){--q +continue}else{m=q-1 +if(n<0){c.p(a3,p,c.h(a3,r)) +l=r+1 +c.p(a3,r,c.h(a3,q)) +c.p(a3,q,o) +q=m +r=l +break}else{c.p(a3,p,c.h(a3,q)) +c.p(a3,q,o) +q=m +break}}}}k=!0}else{for(p=r;p<=q;++p){o=c.h(a3,p) +if(a6.$2(o,a)<0){if(p!==r){c.p(a3,p,c.h(a3,r)) +c.p(a3,r,o)}++r}else if(a6.$2(o,a1)>0)for(;!0;)if(a6.$2(c.h(a3,q),a1)>0){--q +if(qg){for(;J.e(a6.$2(c.h(a3,r),a),0);)++r +for(;J.e(a6.$2(c.h(a3,q),a1),0);)--q +for(p=r;p<=q;++p){o=c.h(a3,p) +if(a6.$2(o,a)===0){if(p!==r){c.p(a3,p,c.h(a3,r)) +c.p(a3,r,o)}++r}else if(a6.$2(o,a1)===0)for(;!0;)if(a6.$2(c.h(a3,q),a1)===0){--q +if(q")) +s.Z7(a) +return s}, +awi(a){var s,r=v.mangledGlobalNames[a] +if(r!=null)return r +s="minified:"+a +return s}, +avO(a,b){var s +if(b!=null){s=b.x +if(s!=null)return s}return t.dC.b(a)}, +c(a){var s +if(typeof a=="string")return a +if(typeof a=="number"){if(a!==0)return""+a}else if(!0===a)return"true" +else if(!1===a)return"false" +else if(a==null)return"null" +s=J.dR(a) +return s}, +ea(a){var s=a.$identityHash +if(s==null){s=Math.random()*0x3fffffff|0 +a.$identityHash=s}return s}, +asH(a,b){var s,r,q,p,o,n=null,m=/^\s*[+-]?((0x[a-f0-9]+)|(\d+)|([a-z0-9]+))\s*$/i.exec(a) +if(m==null)return n +s=m[3] +if(b==null){if(s!=null)return parseInt(a,10) +if(m[2]!=null)return parseInt(a,16) +return n}if(b<2||b>36)throw H.b(P.bv(b,2,36,"radix",n)) +if(b===10&&s!=null)return parseInt(a,10) +if(b<10||s==null){r=b<=10?47+b:86+b +q=m[1] +for(p=q.length,o=0;or)return n}return parseInt(a,b)}, +a3B(a){var s,r +if(!/^\s*[+-]?(?:Infinity|NaN|(?:\.\d+|\d+(?:\.\d*)?)(?:[eE][+-]?\d+)?)\s*$/.test(a))return null +s=parseFloat(a) +if(isNaN(s)){r=C.b.cX(a) +if(r==="NaN"||r==="+NaN"||r==="-NaN")return s +return null}return s}, +a3A(a){return H.aEf(a)}, +aEf(a){var s,r,q,p +if(a instanceof P.z)return H.h0(H.b9(a),null) +if(J.ix(a)===C.Hr||t.kk.b(a)){s=C.ld(a) +r=s!=="Object"&&s!=="" +if(r)return s +q=a.constructor +if(typeof q=="function"){p=q.name +if(typeof p=="string")r=p!=="Object"&&p!=="" +else r=!1 +if(r)return p}}return H.h0(H.b9(a),null)}, +aEg(){return Date.now()}, +aEo(){var s,r +if($.a3C!==0)return +$.a3C=1000 +if(typeof window=="undefined")return +s=window +if(s==null)return +r=s.performance +if(r==null)return +if(typeof r.now!="function")return +$.a3C=1e6 +$.K7=new H.a3z(r)}, +asF(a){var s,r,q,p,o=a.length +if(o<=500)return String.fromCharCode.apply(null,a) +for(s="",r=0;r65535)return H.aEp(a)}return H.asF(a)}, +aEq(a,b,c){var s,r,q,p +if(c<=500&&b===0&&c===a.length)return String.fromCharCode.apply(null,a) +for(s=b,r="";s>>0,s&1023|56320)}}throw H.b(P.bv(a,0,1114111,null,null))}, +ff(a){if(a.date===void 0)a.date=new Date(a.a) +return a.date}, +aEn(a){return a.b?H.ff(a).getUTCFullYear()+0:H.ff(a).getFullYear()+0}, +aEl(a){return a.b?H.ff(a).getUTCMonth()+1:H.ff(a).getMonth()+1}, +aEh(a){return a.b?H.ff(a).getUTCDate()+0:H.ff(a).getDate()+0}, +aEi(a){return a.b?H.ff(a).getUTCHours()+0:H.ff(a).getHours()+0}, +aEk(a){return a.b?H.ff(a).getUTCMinutes()+0:H.ff(a).getMinutes()+0}, +aEm(a){return a.b?H.ff(a).getUTCSeconds()+0:H.ff(a).getSeconds()+0}, +aEj(a){return a.b?H.ff(a).getUTCMilliseconds()+0:H.ff(a).getMilliseconds()+0}, +lZ(a,b,c){var s,r,q={} +q.a=0 +s=[] +r=[] +q.a=b.length +C.c.O(s,b) +q.b="" +if(c!=null&&!c.gM(c))c.ai(0,new H.a3y(q,r,s)) +""+q.a +return J.aB0(a,new H.a0g(C.Ox,0,s,r,0))}, +asG(a,b,c){var s,r,q +if(Array.isArray(b))s=c==null||c.gM(c) +else s=!1 +if(s){r=b.length +if(r===0){if(!!a.$0)return a.$0()}else if(r===1){if(!!a.$1)return a.$1(b[0])}else if(r===2){if(!!a.$2)return a.$2(b[0],b[1])}else if(r===3){if(!!a.$3)return a.$3(b[0],b[1],b[2])}else if(r===4){if(!!a.$4)return a.$4(b[0],b[1],b[2],b[3])}else if(r===5)if(!!a.$5)return a.$5(b[0],b[1],b[2],b[3],b[4]) +q=a[""+"$"+r] +if(q!=null)return q.apply(a,b)}return H.aEe(a,b,c)}, +aEe(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=Array.isArray(b)?b:P.as(b,!0,t.z),f=g.length,e=a.$R +if(fn)return H.lZ(a,g,null) +if(fe)return H.lZ(a,g,c) +if(g===b)g=P.as(g,!0,t.z) +l=Object.keys(q) +if(c==null)for(r=l.length,k=0;k=s)return P.bT(b,a,r,null,s) +return P.Kf(b,r,null)}, +aJV(a,b,c){if(a>c)return P.bv(a,0,c,"start",null) +if(b!=null)if(bc)return P.bv(b,a,c,"end",null) +return new P.fs(!0,b,"end",null)}, +vo(a){return new P.fs(!0,a,null,null)}, +dd(a){return a}, +b(a){var s,r +if(a==null)a=new P.J4() +s=new Error() +s.dartException=a +r=H.aLt +if("defineProperty" in Object){Object.defineProperty(s,"message",{get:r}) +s.name=""}else s.toString=r +return s}, +aLt(){return J.dR(this.dartException)}, +f(a){throw H.b(a)}, +M(a){throw H.b(P.bE(a))}, +kD(a){var s,r,q,p,o,n +a=H.aw9(a.replace(String({}),"$receiver$")) +s=a.match(/\\\$[a-zA-Z]+\\\$/g) +if(s==null)s=H.a([],t.s) +r=s.indexOf("\\$arguments\\$") +q=s.indexOf("\\$argumentsExpr\\$") +p=s.indexOf("\\$expr\\$") +o=s.indexOf("\\$method\\$") +n=s.indexOf("\\$receiver\\$") +return new H.a9O(a.replace(new RegExp("\\\\\\$arguments\\\\\\$","g"),"((?:x|[^x])*)").replace(new RegExp("\\\\\\$argumentsExpr\\\\\\$","g"),"((?:x|[^x])*)").replace(new RegExp("\\\\\\$expr\\\\\\$","g"),"((?:x|[^x])*)").replace(new RegExp("\\\\\\$method\\\\\\$","g"),"((?:x|[^x])*)").replace(new RegExp("\\\\\\$receiver\\\\\\$","g"),"((?:x|[^x])*)"),r,q,p,o,n)}, +a9P(a){return function($expr$){var $argumentsExpr$="$arguments$" +try{$expr$.$method$($argumentsExpr$)}catch(s){return s.message}}(a)}, +atz(a){return function($expr$){try{$expr$.$method$}catch(s){return s.message}}(a)}, +amX(a,b){var s=b==null,r=s?null:b.method +return new H.Ic(a,r,s?null:b.receiver)}, +a0(a){if(a==null)return new H.J5(a) +if(a instanceof H.wX)return H.mQ(a,a.a) +if(typeof a!=="object")return a +if("dartException" in a)return H.mQ(a,a.dartException) +return H.aJ2(a)}, +mQ(a,b){if(t.Lt.b(b))if(b.$thrownJsError==null)b.$thrownJsError=a +return b}, +aJ2(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null +if(!("message" in a))return a +s=a.message +if("number" in a&&typeof a.number=="number"){r=a.number +q=r&65535 +if((C.f.dQ(r,16)&8191)===10)switch(q){case 438:return H.mQ(a,H.amX(H.c(s)+" (Error "+q+")",e)) +case 445:case 5007:p=H.c(s)+" (Error "+q+")" +return H.mQ(a,new H.yx(p,e))}}if(a instanceof TypeError){o=$.awX() +n=$.awY() +m=$.awZ() +l=$.ax_() +k=$.ax2() +j=$.ax3() +i=$.ax1() +$.ax0() +h=$.ax5() +g=$.ax4() +f=o.iV(s) +if(f!=null)return H.mQ(a,H.amX(s,f)) +else{f=n.iV(s) +if(f!=null){f.method="call" +return H.mQ(a,H.amX(s,f))}else{f=m.iV(s) +if(f==null){f=l.iV(s) +if(f==null){f=k.iV(s) +if(f==null){f=j.iV(s) +if(f==null){f=i.iV(s) +if(f==null){f=l.iV(s) +if(f==null){f=h.iV(s) +if(f==null){f=g.iV(s) +p=f!=null}else p=!0}else p=!0}else p=!0}else p=!0}else p=!0}else p=!0}else p=!0 +if(p)return H.mQ(a,new H.yx(s,f==null?e:f.method))}}return H.mQ(a,new H.Mu(typeof s=="string"?s:""))}if(a instanceof RangeError){if(typeof s=="string"&&s.indexOf("call stack")!==-1)return new P.Ak() +s=function(b){try{return String(b)}catch(d){}return null}(a) +return H.mQ(a,new P.fs(!1,e,e,typeof s=="string"?s.replace(/^RangeError:\s*/,""):s))}if(typeof InternalError=="function"&&a instanceof InternalError)if(typeof s=="string"&&s==="too much recursion")return new P.Ak() +return a}, +ax(a){var s +if(a instanceof H.wX)return a.b +if(a==null)return new H.Dx(a) +s=a.$cachedTrace +if(s!=null)return s +return a.$cachedTrace=new H.Dx(a)}, +vt(a){if(a==null||typeof a!="object")return J.e7(a) +else return H.ea(a)}, +avB(a,b){var s,r,q,p=a.length +for(s=0;s=27 +if(r)return H.aCl(s,d,a,b) +if(s===0){r=$.jI +$.jI=r+1 +q="self"+H.c(r) +r="return function(){var "+q+" = this." +p=$.w2 +return new Function(r+(p==null?$.w2=H.VI(n):p)+";return "+q+"."+a+"();}")()}o="abcdefghijklmnopqrstuvwxyz".split("").splice(0,s).join(",") +r=$.jI +$.jI=r+1 +o+=H.c(r) +r="return function("+o+"){return this." +p=$.w2 +return new Function(r+(p==null?$.w2=H.VI(n):p)+"."+a+"("+o+");}")()}, +aCm(a,b,c,d){var s=H.aqS,r=H.aBZ +switch(b?-1:a){case 0:throw H.b(new H.L2("Intercepted function with no arguments.")) +case 1:return function(e,f,g){return function(){return f(this)[e](g(this))}}(c,r,s) +case 2:return function(e,f,g){return function(h){return f(this)[e](g(this),h)}}(c,r,s) +case 3:return function(e,f,g){return function(h,i){return f(this)[e](g(this),h,i)}}(c,r,s) +case 4:return function(e,f,g){return function(h,i,j){return f(this)[e](g(this),h,i,j)}}(c,r,s) +case 5:return function(e,f,g){return function(h,i,j,k){return f(this)[e](g(this),h,i,j,k)}}(c,r,s) +case 6:return function(e,f,g){return function(h,i,j,k,l){return f(this)[e](g(this),h,i,j,k,l)}}(c,r,s) +default:return function(e,f,g){return function(){var q=[g(this)] +Array.prototype.push.apply(q,arguments) +return e.apply(f(this),q)}}(d,r,s)}}, +aCn(a,b,c){var s,r,q,p,o,n=$.aqR +if(n==null)n=$.aqR=H.VI("interceptor") +s=$.w2 +if(s==null)s=$.w2=H.VI("receiver") +r=b.length +q=c||r>=28 +if(q)return H.aCm(r,c,a,b) +if(r===1){q="return function(){return this."+n+"."+a+"(this."+s+");" +p=$.jI +$.jI=p+1 +return new Function(q+H.c(p)+"}")()}o="abcdefghijklmnopqrstuvwxyz".split("").splice(0,r-1).join(",") +q="return function("+o+"){return this."+n+"."+a+"(this."+s+", "+o+");" +p=$.jI +$.jI=p+1 +return new Function(q+H.c(p)+"}")()}, +aoP(a){return H.aCo(a)}, +aBY(a,b){return H.aiQ(v.typeUniverse,H.b9(a.a),b)}, +aqS(a){return a.a}, +aBZ(a){return a.b}, +VI(a){var s,r,q,p=new H.qa("receiver","interceptor"),o=J.a0f(Object.getOwnPropertyNames(p)) +for(s=o.length,r=0;r=0 +else if(b instanceof H.lF){s=C.b.bv(a,c) +return b.b.test(s)}else{s=J.alN(b,C.b.bv(a,c)) +return!s.gM(s)}}, +avz(a){if(a.indexOf("$",0)>=0)return a.replace(/\$/g,"$$$$") +return a}, +aw9(a){if(/[[\]{}()*+?.\\^$|]/.test(a))return a.replace(/[[\]{}()*+?.\\^$|]/g,"\\$&") +return a}, +UC(a,b,c){var s +if(typeof b=="string")return H.aLg(a,b,c) +if(b instanceof H.lF){s=b.gKT() +s.lastIndex=0 +return a.replace(s,H.avz(c))}throw H.b("String.replaceAll(Pattern) UNIMPLEMENTED")}, +aLg(a,b,c){var s,r,q,p +if(b===""){if(a==="")return c +s=a.length +r=""+c +for(q=0;q=0)return a.split(b).join(c) +return a.replace(new RegExp(H.aw9(b),"g"),H.avz(c))}, +aIp(a){var s=a.h(0,0) +s.toString +return s}, +aIU(a){return a}, +als(a,b,c,d){var s,r,q,p +if(c==null)c=H.aIk() +if(d==null)d=H.aIl() +if(typeof b=="string")return H.aLf(a,b,c,d) +for(s=J.alN(b,a),s=s.gX(s),r=0,q="";s.t();){p=s.gE(s) +q=q+H.c(d.$1(C.b.S(a,r,p.ghJ(p))))+H.c(c.$1(p)) +r=p.giM(p)}s=q+H.c(d.$1(C.b.bv(a,r))) +return s.charCodeAt(0)==0?s:s}, +aLe(a,b,c){var s,r,q=a.length,p=""+H.c(c.$1("")) +for(s=0;ss+1)if((C.b.aE(a,s+1)&4294966272)===56320){r=s+2 +p+=H.c(c.$1(C.b.S(a,s,r))) +s=r +continue}p+=H.c(c.$1(a[s]));++s}p=p+H.c(b.$1(new H.kw(s,"")))+H.c(c.$1("")) +return p.charCodeAt(0)==0?p:p}, +aLf(a,b,c,d){var s,r,q,p,o=b.length +if(o===0)return H.aLe(a,c,d) +s=a.length +for(r=0,q="";r>>0!==a||a>=c)throw H.b(H.pP(b,a))}, +mJ(a,b,c){var s +if(!(a>>>0!==a))if(b==null)s=a>c +else s=b>>>0!==b||a>b||b>c +else s=!0 +if(s)throw H.b(H.aJV(a,b,c)) +if(b==null)return c +return b}, +oh:function oh(){}, +dz:function dz(){}, +yn:function yn(){}, +rr:function rr(){}, +lQ:function lQ(){}, +fM:function fM(){}, +yo:function yo(){}, +IU:function IU(){}, +IV:function IV(){}, +yq:function yq(){}, +IW:function IW(){}, +IX:function IX(){}, +IY:function IY(){}, +yr:function yr(){}, +oi:function oi(){}, +CA:function CA(){}, +CB:function CB(){}, +CC:function CC(){}, +CD:function CD(){}, +at1(a,b){var s=b.c +return s==null?b.c=H.aok(a,b.z,!0):s}, +at0(a,b){var s=b.c +return s==null?b.c=H.DQ(a,"a9",[b.z]):s}, +at2(a){var s=a.y +if(s===6||s===7||s===8)return H.at2(a.z) +return s===11||s===12}, +aEP(a){return a.cy}, +Z(a){return H.Ti(v.typeUniverse,a,!1)}, +avL(a,b){var s,r,q,p,o +if(a==null)return null +s=b.Q +r=a.cx +if(r==null)r=a.cx=new Map() +q=b.cy +p=r.get(q) +if(p!=null)return p +o=H.kY(v.typeUniverse,a.z,s,0) +r.set(q,o) +return o}, +kY(a,b,a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=b.y +switch(c){case 5:case 1:case 2:case 3:case 4:return b +case 6:s=b.z +r=H.kY(a,s,a0,a1) +if(r===s)return b +return H.auf(a,r,!0) +case 7:s=b.z +r=H.kY(a,s,a0,a1) +if(r===s)return b +return H.aok(a,r,!0) +case 8:s=b.z +r=H.kY(a,s,a0,a1) +if(r===s)return b +return H.aue(a,r,!0) +case 9:q=b.Q +p=H.Ex(a,q,a0,a1) +if(p===q)return b +return H.DQ(a,b.z,p) +case 10:o=b.z +n=H.kY(a,o,a0,a1) +m=b.Q +l=H.Ex(a,m,a0,a1) +if(n===o&&l===m)return b +return H.aoi(a,n,l) +case 11:k=b.z +j=H.kY(a,k,a0,a1) +i=b.Q +h=H.aIV(a,i,a0,a1) +if(j===k&&h===i)return b +return H.aud(a,j,h) +case 12:g=b.Q +a1+=g.length +f=H.Ex(a,g,a0,a1) +o=b.z +n=H.kY(a,o,a0,a1) +if(f===g&&n===o)return b +return H.aoj(a,n,f,!0) +case 13:e=b.z +if(e0;--p)a4.push("T"+(q+p)) +for(o=t.X,n=t.ub,m="<",l="",p=0;p0){a0+=a1+"[" +for(a1="",p=0;p0){a0+=a1+"{" +for(a1="",p=0;p "+a}, +h0(a,b){var s,r,q,p,o,n,m=a.y +if(m===5)return"erased" +if(m===2)return"dynamic" +if(m===3)return"void" +if(m===1)return"Never" +if(m===4)return"any" +if(m===6){s=H.h0(a.z,b) +return s}if(m===7){r=a.z +s=H.h0(r,b) +q=r.y +return(q===11||q===12?"("+s+")":s)+"?"}if(m===8)return"FutureOr<"+H.h0(a.z,b)+">" +if(m===9){p=H.aJ1(a.z) +o=a.Q +return o.length>0?p+("<"+H.aIN(o,b)+">"):p}if(m===11)return H.auM(a,b,null) +if(m===12)return H.auM(a.z,b,a.Q) +if(m===13){n=a.z +return b[b.length-1-n]}return"?"}, +aJ1(a){var s,r=v.mangledGlobalNames[a] +if(r!=null)return r +s="minified:"+a +return s}, +aH6(a,b){var s=a.tR[b] +for(;typeof s=="string";)s=a.tR[s] +return s}, +aH5(a,b){var s,r,q,p,o,n=a.eT,m=n[b] +if(m==null)return H.Ti(a,b,!1) +else if(typeof m=="number"){s=m +r=H.DR(a,5,"#") +q=H.aiV(s) +for(p=0;p0)p+="<"+H.Th(c)+">" +s=a.eC.get(p) +if(s!=null)return s +r=new H.i6(null,null) +r.y=9 +r.z=b +r.Q=c +if(c.length>0)r.c=c[0] +r.cy=p +q=H.mI(a,r) +a.eC.set(p,q) +return q}, +aoi(a,b,c){var s,r,q,p,o,n +if(b.y===10){s=b.z +r=b.Q.concat(c)}else{r=c +s=b}q=s.cy+(";<"+H.Th(r)+">") +p=a.eC.get(q) +if(p!=null)return p +o=new H.i6(null,null) +o.y=10 +o.z=s +o.Q=r +o.cy=q +n=H.mI(a,o) +a.eC.set(q,n) +return n}, +aud(a,b,c){var s,r,q,p,o,n=b.cy,m=c.a,l=m.length,k=c.b,j=k.length,i=c.c,h=i.length,g="("+H.Th(m) +if(j>0){s=l>0?",":"" +r=H.Th(k) +g+=s+"["+r+"]"}if(h>0){s=l>0?",":"" +r=H.aGX(i) +g+=s+"{"+r+"}"}q=n+(g+")") +p=a.eC.get(q) +if(p!=null)return p +o=new H.i6(null,null) +o.y=11 +o.z=b +o.Q=c +o.cy=q +r=H.mI(a,o) +a.eC.set(q,r) +return r}, +aoj(a,b,c,d){var s,r=b.cy+("<"+H.Th(c)+">"),q=a.eC.get(r) +if(q!=null)return q +s=H.aGZ(a,b,c,r,d) +a.eC.set(r,s) +return s}, +aGZ(a,b,c,d,e){var s,r,q,p,o,n,m,l +if(e){s=c.length +r=H.aiV(s) +for(q=0,p=0;p0){n=H.kY(a,b,r,0) +m=H.Ex(a,c,r,0) +return H.aoj(a,n,m,c!==m)}}l=new H.i6(null,null) +l.y=12 +l.z=b +l.Q=c +l.cy=d +return H.mI(a,l)}, +au_(a,b,c,d){return{u:a,e:b,r:c,s:[],p:0,n:d}}, +au1(a){var s,r,q,p,o,n,m,l,k,j,i,h=a.r,g=a.s +for(s=h.length,r=0;r=48&&q<=57)r=H.aGy(r+1,q,h,g) +else if((((q|32)>>>0)-97&65535)<26||q===95||q===36)r=H.au0(a,r,h,g,!1) +else if(q===46)r=H.au0(a,r,h,g,!0) +else{++r +switch(q){case 44:break +case 58:g.push(!1) +break +case 33:g.push(!0) +break +case 59:g.push(H.mF(a.u,a.e,g.pop())) +break +case 94:g.push(H.aH1(a.u,g.pop())) +break +case 35:g.push(H.DR(a.u,5,"#")) +break +case 64:g.push(H.DR(a.u,2,"@")) +break +case 126:g.push(H.DR(a.u,3,"~")) +break +case 60:g.push(a.p) +a.p=g.length +break +case 62:p=a.u +o=g.splice(a.p) +H.aod(a.u,a.e,o) +a.p=g.pop() +n=g.pop() +if(typeof n=="string")g.push(H.DQ(p,n,o)) +else{m=H.mF(p,a.e,n) +switch(m.y){case 11:g.push(H.aoj(p,m,o,a.n)) +break +default:g.push(H.aoi(p,m,o)) +break}}break +case 38:H.aGz(a,g) +break +case 42:p=a.u +g.push(H.auf(p,H.mF(p,a.e,g.pop()),a.n)) +break +case 63:p=a.u +g.push(H.aok(p,H.mF(p,a.e,g.pop()),a.n)) +break +case 47:p=a.u +g.push(H.aue(p,H.mF(p,a.e,g.pop()),a.n)) +break +case 40:g.push(a.p) +a.p=g.length +break +case 41:p=a.u +l=new H.Pe() +k=p.sEA +j=p.sEA +n=g.pop() +if(typeof n=="number")switch(n){case-1:k=g.pop() +break +case-2:j=g.pop() +break +default:g.push(n) +break}else g.push(n) +o=g.splice(a.p) +H.aod(a.u,a.e,o) +a.p=g.pop() +l.a=o +l.b=k +l.c=j +g.push(H.aud(p,H.mF(p,a.e,g.pop()),l)) +break +case 91:g.push(a.p) +a.p=g.length +break +case 93:o=g.splice(a.p) +H.aod(a.u,a.e,o) +a.p=g.pop() +g.push(o) +g.push(-1) +break +case 123:g.push(a.p) +a.p=g.length +break +case 125:o=g.splice(a.p) +H.aGB(a.u,a.e,o) +a.p=g.pop() +g.push(o) +g.push(-2) +break +default:throw"Bad character "+q}}}i=g.pop() +return H.mF(a.u,a.e,i)}, +aGy(a,b,c,d){var s,r,q=b-48 +for(s=c.length;a=48&&r<=57))break +q=q*10+(r-48)}d.push(q) +return a}, +au0(a,b,c,d,e){var s,r,q,p,o,n,m=b+1 +for(s=c.length;m>>0)-97&65535)<26||r===95||r===36))q=r>=48&&r<=57 +else q=!0 +if(!q)break}}p=c.substring(b,m) +if(e){s=a.u +o=a.e +if(o.y===10)o=o.z +n=H.aH6(s,o.z)[p] +if(n==null)H.f('No "'+p+'" in "'+H.aEP(o)+'"') +d.push(H.aiQ(s,o,n))}else d.push(p) +return m}, +aGz(a,b){var s=b.pop() +if(0===s){b.push(H.DR(a.u,1,"0&")) +return}if(1===s){b.push(H.DR(a.u,4,"1&")) +return}throw H.b(P.n2("Unexpected extended operation "+H.c(s)))}, +mF(a,b,c){if(typeof c=="string")return H.DQ(a,c,a.sEA) +else if(typeof c=="number")return H.aGA(a,b,c) +else return c}, +aod(a,b,c){var s,r=c.length +for(s=0;sn)return!1 +m=n-o +l=s.b +k=r.b +j=l.length +i=k.length +if(o+j=d)return!1 +a1=f[b] +b+=3 +if(a00?new Array(q):v.typeUniverse.sEA +for(o=0;o0?new Array(a):v.typeUniverse.sEA}, +i6:function i6(a,b){var _=this +_.a=a +_.b=b +_.x=_.r=_.c=null +_.y=0 +_.cy=_.cx=_.ch=_.Q=_.z=null}, +Pe:function Pe(){this.c=this.b=this.a=null}, +DO:function DO(a){this.a=a}, +OJ:function OJ(){}, +DP:function DP(a){this.a=a}, +avM(a){return t.jj.b(a)||t.I3.b(a)||t.X_.b(a)||t.J2.b(a)||t._A.b(a)||t.VW.b(a)||t.oL.b(a)}, +UA(a){if(typeof dartPrint=="function"){dartPrint(a) +return}if(typeof console=="object"&&typeof console.log!="undefined"){console.log(a) +return}if(typeof window=="object")return +if(typeof print=="function"){print(a) +return}throw"Unable to print message: "+String(a)}},J={ +ap_(a,b,c,d){return{i:a,p:b,e:c,x:d}}, +Ux(a){var s,r,q,p,o,n=a[v.dispatchPropertyName] +if(n==null)if($.aoY==null){H.aKf() +n=a[v.dispatchPropertyName]}if(n!=null){s=n.p +if(!1===s)return n.i +if(!0===s)return a +r=Object.getPrototypeOf(a) +if(s===r)return n.i +if(n.e===r)throw H.b(P.c7("Return interceptor for "+H.c(s(a,n))))}q=a.constructor +if(q==null)p=null +else{o=$.aff +if(o==null)o=$.aff=v.getIsolateTag("_$dart_js") +p=q[o]}if(p!=null)return p +p=H.aKu(a) +if(p!=null)return p +if(typeof a=="function")return C.HC +s=Object.getPrototypeOf(a) +if(s==null)return C.xe +if(s===Object.prototype)return C.xe +if(typeof q=="function"){o=$.aff +if(o==null)o=$.aff=v.getIsolateTag("_$dart_js") +Object.defineProperty(q,o,{value:C.kr,enumerable:false,writable:true,configurable:true}) +return C.kr}return C.kr}, +arV(a,b){if(a<0||a>4294967295)throw H.b(P.bv(a,0,4294967295,"length",null)) +return J.aDo(new Array(a),b)}, +a0e(a,b){if(a<0)throw H.b(P.ci("Length must be a non-negative integer: "+a,null)) +return H.a(new Array(a),b.j("r<0>"))}, +lD(a,b){return H.a(new Array(a),b.j("r<0>"))}, +aDo(a,b){return J.a0f(H.a(a,b.j("r<0>")))}, +a0f(a){a.fixed$length=Array +return a}, +arW(a){a.fixed$length=Array +a.immutable$list=Array +return a}, +aDp(a,b){return J.UV(a,b)}, +arX(a){if(a<256)switch(a){case 9:case 10:case 11:case 12:case 13:case 32:case 133:case 160:return!0 +default:return!1}switch(a){case 5760:case 8192:case 8193:case 8194:case 8195:case 8196:case 8197:case 8198:case 8199:case 8200:case 8201:case 8202:case 8232:case 8233:case 8239:case 8287:case 12288:case 65279:return!0 +default:return!1}}, +amT(a,b){var s,r +for(s=a.length;b0;b=s){s=b-1 +r=C.b.ay(a,s) +if(r!==32&&r!==13&&!J.arX(r))break}return b}, +ix(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.r9.prototype +return J.xI.prototype}if(typeof a=="string")return J.jY.prototype +if(a==null)return J.xH.prototype +if(typeof a=="boolean")return J.xG.prototype +if(a.constructor==Array)return J.r.prototype +if(typeof a!="object"){if(typeof a=="function")return J.iP.prototype +return a}if(a instanceof P.z)return a +return J.Ux(a)}, +aK8(a){if(typeof a=="number")return J.lE.prototype +if(typeof a=="string")return J.jY.prototype +if(a==null)return a +if(a.constructor==Array)return J.r.prototype +if(typeof a!="object"){if(typeof a=="function")return J.iP.prototype +return a}if(a instanceof P.z)return a +return J.Ux(a)}, +al(a){if(typeof a=="string")return J.jY.prototype +if(a==null)return a +if(a.constructor==Array)return J.r.prototype +if(typeof a!="object"){if(typeof a=="function")return J.iP.prototype +return a}if(a instanceof P.z)return a +return J.Ux(a)}, +ct(a){if(a==null)return a +if(a.constructor==Array)return J.r.prototype +if(typeof a!="object"){if(typeof a=="function")return J.iP.prototype +return a}if(a instanceof P.z)return a +return J.Ux(a)}, +aK9(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.r9.prototype +return J.xI.prototype}if(a==null)return a +if(!(a instanceof P.z))return J.jj.prototype +return a}, +aoW(a){if(typeof a=="number")return J.lE.prototype +if(a==null)return a +if(!(a instanceof P.z))return J.jj.prototype +return a}, +avH(a){if(typeof a=="number")return J.lE.prototype +if(typeof a=="string")return J.jY.prototype +if(a==null)return a +if(!(a instanceof P.z))return J.jj.prototype +return a}, +l_(a){if(typeof a=="string")return J.jY.prototype +if(a==null)return a +if(!(a instanceof P.z))return J.jj.prototype +return a}, +j(a){if(a==null)return a +if(typeof a!="object"){if(typeof a=="function")return J.iP.prototype +return a}if(a instanceof P.z)return a +return J.Ux(a)}, +pQ(a){if(a==null)return a +if(!(a instanceof P.z))return J.jj.prototype +return a}, +ayo(a,b){if(typeof a=="number"&&typeof b=="number")return a+b +return J.aK8(a).P(a,b)}, +e(a,b){if(a==null)return b==null +if(typeof a!="object")return b!=null&&a===b +return J.ix(a).k(a,b)}, +ayp(a,b){if(typeof a=="number"&&typeof b=="number")return a*b +return J.avH(a).a_(a,b)}, +ayq(a,b){if(typeof a=="number"&&typeof b=="number")return a-b +return J.aoW(a).a7(a,b)}, +ayr(a,b,c){return J.j(a).YZ(a,b,c)}, +ays(a){return J.j(a).Zk(a)}, +ayt(a,b){return J.j(a).Zl(a,b)}, +ayu(a,b,c,d){return J.j(a).Zm(a,b,c,d)}, +ayv(a,b){return J.j(a).Zn(a,b)}, +ayw(a,b,c){return J.j(a).Zo(a,b,c)}, +ayx(a,b){return J.j(a).Zp(a,b)}, +ayy(a,b,c,d){return J.j(a).Zq(a,b,c,d)}, +ayz(a,b,c,d,e,f,g){return J.j(a).Zr(a,b,c,d,e,f,g)}, +ayA(a,b){return J.j(a).Zs(a,b)}, +ayB(a,b,c,d,e){return J.j(a).Zt(a,b,c,d,e)}, +ayC(a,b,c,d,e,f,g,h){return J.j(a).Zu(a,b,c,d,e,f,g,h)}, +ayD(a,b){return J.j(a).Zv(a,b)}, +ayE(a,b,c,d,e,f,g,h,i,j){return J.j(a).Zw(a,b,c,d,e,f,g,h,i,j)}, +apI(a,b){return J.j(a).Zx(a,b)}, +ayF(a,b){return J.j(a).ZS(a,b)}, +apJ(a){return J.j(a).a_0(a)}, +ayG(a,b){return J.j(a).a_s(a,b)}, +aL(a,b){if(typeof b==="number")if(a.constructor==Array||typeof a=="string"||H.avO(a,a[v.dispatchPropertyName]))if(b>>>0===b&&b>>0===b&&b0?1:a<0?-1:a +return J.aK9(a).gyO(a)}, +V3(a){return J.j(a).gj5(a)}, +aAv(a){return J.j(a).gj7(a)}, +aqp(a){return J.j(a).gm(a)}, +aAw(a){return J.j(a).gby(a)}, +aAx(a){return J.j(a).Sw(a)}, +alT(a){return J.j(a).cY(a)}, +V4(a){return J.j(a).Sz(a)}, +aAy(a,b,c,d){return J.j(a).SH(a,b,c,d)}, +aqq(a,b){return J.j(a).SI(a,b)}, +aAz(a,b,c){return J.j(a).SJ(a,b,c)}, +aAA(a){return J.j(a).SK(a)}, +aAB(a){return J.j(a).SN(a)}, +aAC(a){return J.j(a).SO(a)}, +aAD(a){return J.j(a).SP(a)}, +aAE(a){return J.j(a).SQ(a)}, +aAF(a){return J.j(a).SR(a)}, +aAG(a){return J.j(a).SS(a)}, +aAH(a){return J.j(a).n2(a)}, +aAI(a,b,c){return J.ct(a).tH(a,b,c)}, +aAJ(a){return J.j(a).T0(a)}, +aAK(a,b,c,d,e){return J.j(a).T1(a,b,c,d,e)}, +aAL(a,b,c,d){return J.j(a).T3(a,b,c,d)}, +aAM(a){return J.j(a).ly(a)}, +aAN(a,b){return J.j(a).ha(a,b)}, +aAO(a,b){return J.j(a).jd(a,b)}, +aqr(a){return J.j(a).Eq(a)}, +alU(a,b){return J.al(a).dT(a,b)}, +aAP(a,b){return J.j(a).afD(a,b)}, +aqs(a){return J.j(a).afE(a)}, +aqt(a){return J.al(a).afG(a)}, +aAQ(a){return J.pQ(a).rN(a)}, +aqu(a,b){return J.ct(a).c8(a,b)}, +aAR(a,b){return J.j(a).f5(a,b)}, +aAS(a){return J.al(a).xb(a)}, +aAT(a,b,c){return J.j(a).bu(a,b,c)}, +aAU(a,b){return J.pQ(a).ag0(a,b)}, +aAV(a,b,c){return J.pQ(a).ag1(a,b,c)}, +aAW(a){return J.j(a).ag9(a)}, +vz(a,b,c){return J.ct(a).jU(a,b,c)}, +aAX(a,b,c,d){return J.ct(a).xg(a,b,c,d)}, +aAY(a,b,c){return J.l_(a).xj(a,b,c)}, +aAZ(a,b,c){return J.j(a).cw(a,b,c)}, +aB_(a){return J.j(a).xn(a)}, +aB0(a,b){return J.ix(a).QY(a,b)}, +aB1(a){return J.j(a).dN(a)}, +aB2(a,b,c,d){return J.j(a).ahy(a,b,c,d)}, +aB3(a,b,c,d){return J.j(a).mO(a,b,c,d)}, +aqv(a,b){return J.j(a).k_(a,b)}, +EW(a,b,c){return J.j(a).bN(a,b,c)}, +aB4(a,b,c,d,e){return J.j(a).ahz(a,b,c,d,e)}, +aB5(a,b,c){return J.j(a).ahB(a,b,c)}, +aB6(a,b,c){return J.j(a).p6(a,b,c)}, +aqw(a,b,c){return J.j(a).ahO(a,b,c)}, +aB7(a){return J.j(a).ahS(a)}, +bA(a){return J.ct(a).cf(a)}, +mU(a,b){return J.ct(a).v(a,b)}, +aqx(a,b,c){return J.j(a).tk(a,b,c)}, +aB8(a,b,c,d){return J.j(a).p7(a,b,c,d)}, +aB9(a){return J.ct(a).ea(a)}, +aBa(a,b,c,d){return J.j(a).hD(a,b,c,d)}, +aBb(a,b){return J.j(a).ai5(a,b)}, +aBc(a){return J.j(a).ez(a)}, +aqy(a){return J.j(a).aU(a)}, +aqz(a,b){return J.j(a).mS(a,b)}, +aqA(a,b,c,d){return J.j(a).aif(a,b,c,d)}, +alV(a){return J.aoW(a).aW(a)}, +aqB(a){return J.j(a).bf(a)}, +V5(a,b,c,d,e){return J.j(a).T9(a,b,c,d,e)}, +aqC(a,b,c){return J.j(a).cE(a,b,c)}, +aBd(a){return J.j(a).Ti(a)}, +aBe(a,b){return J.j(a).saw(a,b)}, +aBf(a,b){return J.al(a).sn(a,b)}, +aBg(a,b){return J.j(a).saO(a,b)}, +aBh(a,b){return J.j(a).yD(a,b)}, +aBi(a,b){return J.j(a).Gi(a,b)}, +aBj(a,b){return J.j(a).Gl(a,b)}, +alW(a,b){return J.j(a).yE(a,b)}, +V6(a,b){return J.j(a).Tr(a,b)}, +V7(a,b){return J.j(a).Tu(a,b)}, +aBk(a,b){return J.j(a).Gr(a,b)}, +aBl(a,b,c,d,e){return J.ct(a).bj(a,b,c,d,e)}, +aBm(a,b){return J.j(a).TD(a,b)}, +aqD(a,b){return J.j(a).Gv(a,b)}, +aBn(a,b){return J.j(a).Gw(a,b)}, +aBo(a,b){return J.j(a).Gx(a,b)}, +aBp(a,b){return J.j(a).Gy(a,b)}, +aBq(a,b){return J.j(a).Gz(a,b)}, +aBr(a,b){return J.j(a).GA(a,b)}, +V8(a,b){return J.ct(a).he(a,b)}, +aBs(a,b){return J.ct(a).fI(a,b)}, +aBt(a,b){return J.l_(a).lG(a,b)}, +aBu(a){return J.pQ(a).yZ(a)}, +aBv(a,b){return J.l_(a).bv(a,b)}, +aqE(a,b){return J.ct(a).ig(a,b)}, +aBw(a){return J.j(a).de(a)}, +aBx(a,b){return J.j(a).Fq(a,b)}, +vA(a,b,c){return J.j(a).bD(a,b,c)}, +aBy(a,b,c,d){return J.j(a).eA(a,b,c,d)}, +aBz(a){return J.j(a).aim(a)}, +aBA(a){return J.ct(a).ih(a)}, +aBB(a){return J.l_(a).Fu(a)}, +aBC(a){return J.j(a).ait(a)}, +aBD(a){return J.ct(a).ii(a)}, +dR(a){return J.ix(a).i(a)}, +aBE(a){return J.j(a).aiw(a)}, +aqF(a,b,c,d,e,f,g,h,i,j){return J.j(a).aiA(a,b,c,d,e,f,g,h,i,j)}, +aqG(a,b,c){return J.j(a).an(a,b,c)}, +aBF(a){return J.l_(a).S9(a)}, +aBG(a){return J.l_(a).xZ(a)}, +aBH(a){return J.j(a).aiC(a)}, +aqH(a){return J.j(a).FM(a)}, +i:function i(){}, +xG:function xG(){}, +xH:function xH(){}, +U:function U(){}, +JX:function JX(){}, +jj:function jj(){}, +iP:function iP(){}, +r:function r(a){this.$ti=a}, +a0l:function a0l(a){this.$ti=a}, +hC:function hC(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +lE:function lE(){}, +r9:function r9(){}, +xI:function xI(){}, +jY:function jY(){}},K={ +aCw(a){a.J(t.H5) +return null}, +Gy:function Gy(a){this.b=a}, +amd(a){var s=a.J(t.WD),r=s==null?null:s.f.c +return(r==null?C.ca:r).eO(a)}, +aCu(a,b,c,d,e,f,g){return new K.wu(g,a,b,c,d,e,f)}, +Gx:function Gx(a,b,c){this.c=a +this.d=b +this.a=c}, +C2:function C2(a,b,c){this.f=a +this.b=b +this.a=c}, +wu:function wu(a,b,c,d,e,f,g){var _=this +_.r=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g}, +WV:function WV(a){this.a=a}, +yv:function yv(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +a2f:function a2f(a){this.a=a}, +O5:function O5(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +adc:function adc(a){this.a=a}, +O3:function O3(a,b){this.a=a +this.b=b}, +adl:function adl(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.Q=a +_.ch=b +_.a=c +_.b=d +_.c=e +_.d=f +_.e=g +_.f=h +_.r=i +_.x=j +_.y=k +_.z=l}, +O4:function O4(){}, +aD9(a){var s=t.S,r=P.bu(s) +return new K.hM(C.kL,P.A(s,t.o),r,a,null,P.A(s,t.l))}, +arB(a,b,c){var s=(c-a)/(b-a) +return!isNaN(s)?C.d.G(s,0,1):s}, +ps:function ps(a){this.b=a}, +nF:function nF(a){this.a=a}, +hM:function hM(a,b,c,d,e,f){var _=this +_.fr=_.dy=_.cx=_.ch=_.Q=_.z=null +_.fx=a +_.d=b +_.e=c +_.f=null +_.a=d +_.b=e +_.c=f}, +Zu:function Zu(a,b){this.a=a +this.b=b}, +Zs:function Zs(a){this.a=a}, +Zt:function Zt(a){this.a=a}, +aC2(a,b,c,d){var s +if(d<=1)return a +else if(d>=3)return c +else if(d<=2){s=V.fx(a,b,d-1) +s.toString +return s}s=V.fx(b,c,d-2) +s.toString +return s}, +w5:function w5(){}, +Nt:function Nt(a,b,c){var _=this +_.f=_.e=_.d=null +_.bJ$=a +_.jG$=b +_.a=null +_.b=c +_.c=null}, +ach:function ach(a,b,c){this.a=a +this.b=b +this.c=c}, +aci:function aci(a,b){this.a=a +this.b=b}, +acj:function acj(a,b,c){this.a=a +this.b=b +this.c=c}, +abY:function abY(){}, +abZ:function abZ(){}, +ac_:function ac_(){}, +ac9:function ac9(){}, +aca:function aca(){}, +acb:function acb(){}, +acc:function acc(){}, +acd:function acd(){}, +ace:function ace(){}, +acf:function acf(){}, +acg:function acg(){}, +ac7:function ac7(a){this.a=a}, +abW:function abW(a){this.a=a}, +ac8:function ac8(a){this.a=a}, +abV:function abV(a){this.a=a}, +ac0:function ac0(){}, +ac1:function ac1(){}, +ac2:function ac2(){}, +ac3:function ac3(){}, +ac4:function ac4(){}, +ac5:function ac5(){}, +ac6:function ac6(a){this.a=a}, +abX:function abX(){}, +Q0:function Q0(a){this.a=a}, +Pu:function Pu(a,b,c){this.e=a +this.c=b +this.a=c}, +D0:function D0(a,b,c){var _=this +_.w=a +_.q$=b +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=c +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +ah5:function ah5(a,b){this.a=a +this.b=b}, +TB:function TB(){}, +E6:function E6(){}, +Wc(a,b){return new K.wa(b,a,null)}, +wa:function wa(a,b,c){this.c=a +this.d=b +this.a=c}, +Nz:function Nz(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.d=a +_.e=null +_.wy$=b +_.wz$=c +_.wA$=d +_.wB$=e +_.wC$=f +_.wD$=g +_.wE$=h +_.wF$=i +_.wG$=j +_.ol$=k +_.l5$=l +_.l6$=m +_.bJ$=n +_.a=null +_.b=o +_.c=null}, +acq:function acq(a){this.a=a}, +acp:function acp(a){this.a=a}, +acr:function acr(a,b){this.a=a +this.b=b}, +Ny:function Ny(a){var _=this +_.cy=_.cx=_.ch=_.Q=_.z=_.y=_.x=_.r=_.f=_.e=_.d=_.c=_.b=_.a=_.k2=_.k1=_.id=_.go=_.fy=null +_.a3$=0 +_.a5$=a +_.ar$=_.ao$=0 +_.aj$=!1}, +E8:function E8(){}, +E9:function E9(){}, +ar3(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){return new K.FC(a,d,e,m,l,o,n,c,g,i,q,p,h,k,b,f,j)}, +aCb(a,b,c){var s,r,q,p,o,n,m=null,l=a===C.aa?C.t:C.j,k=l.a,j=k>>>16&255,i=k>>>8&255 +k&=255 +s=P.ar(31,j,i,k) +r=P.ar(222,j,i,k) +q=P.ar(12,j,i,k) +p=P.ar(61,j,i,k) +o=P.ar(61,c.gm(c)>>>16&255,c.gm(c)>>>8&255,c.gm(c)&255) +n=b.dA(P.ar(222,c.gm(c)>>>16&255,c.gm(c)>>>8&255,c.gm(c)&255)) +return K.ar3(s,a,m,r,q,m,m,b.dA(P.ar(222,j,i,k)),C.Gv,m,n,o,p,m,m,m,m)}, +aCe(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=P.O(a.a,b.a,c) +d.toString +s=P.O(a.b,b.b,c) +r=P.O(a.c,b.c,c) +r.toString +q=P.O(a.d,b.d,c) +q.toString +p=P.O(a.e,b.e,c) +p.toString +o=P.O(a.f,b.f,c) +n=P.O(a.r,b.r,c) +m=P.O(a.y,b.y,c) +l=V.fx(a.z,b.z,c) +k=V.fx(a.Q,b.Q,c) +k.toString +j=K.aCd(a.ch,b.ch,c) +i=K.aCc(a.cx,b.cx,c) +h=A.by(a.cy,b.cy,c) +h.toString +g=A.by(a.db,b.db,c) +g.toString +if(c<0.5)f=a.dx +else f=b.dx +e=P.a8(a.dy,b.dy,c) +return K.ar3(d,f,m,s,r,e,l,h,k,P.a8(a.fr,b.fr,c),g,p,q,n,o,i,j)}, +aCd(a,b,c){var s=a==null +if(s&&b==null)return null +if(s){s=b.a +return Y.b4(new Y.d4(P.ar(0,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255),0,C.a8),b,c)}if(b==null){s=a.a +return Y.b4(new Y.d4(P.ar(0,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255),0,C.a8),a,c)}return Y.b4(a,b,c)}, +aCc(a,b,c){if(a==null&&b==null)return null +return t.KX.a(Y.eU(a,b,c))}, +FC:function FC(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.y=h +_.z=i +_.Q=j +_.ch=k +_.cx=l +_.cy=m +_.db=n +_.dx=o +_.dy=p +_.fr=q}, +ND:function ND(){}, +iF(a,b,c){return new K.ng(a,b,c,null)}, +ng:function ng(a,b,c,d){var _=this +_.d=a +_.f=b +_.z=c +_.a=d}, +Jj:function Jj(){}, +a2H:function a2H(a){this.a=a}, +Qw:function Qw(){}, +Af:function Af(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +S8:function S8(){}, +an(a){var s,r=a.J(t.Nr),q=L.fH(a,C.aN,t.C)==null?null:C.jP +if(q==null)q=C.jP +s=r==null?null:r.x.c +if(s==null)s=$.awV() +return X.aFC(s,s.aN.Su(q))}, +tU:function tU(a,b,c){this.c=a +this.d=b +this.a=c}, +C4:function C4(a,b,c){this.x=a +this.b=b +this.a=c}, +p8:function p8(a,b){this.a=a +this.b=b}, +vI:function vI(a,b,c,d,e,f){var _=this +_.r=a +_.x=b +_.c=c +_.d=d +_.e=e +_.a=f}, +N8:function N8(a,b){var _=this +_.e=_.d=_.dx=null +_.cU$=a +_.a=null +_.b=b +_.c=null}, +abv:function abv(){}, +aqL(a,b,c){var s,r,q=a==null +if(q&&b==null)return null +if(q)return b.a_(0,c) +if(b==null)return a.a_(0,1-c) +if(a instanceof K.dJ&&b instanceof K.dJ)return K.aBL(a,b,c) +if(a instanceof K.eF&&b instanceof K.eF)return K.aBK(a,b,c) +q=P.a8(a.giw(),b.giw(),c) +q.toString +s=P.a8(a.gip(a),b.gip(b),c) +s.toString +r=P.a8(a.gix(),b.gix(),c) +r.toString +return new K.Cu(q,s,r)}, +aBL(a,b,c){var s,r=P.a8(a.a,b.a,c) +r.toString +s=P.a8(a.b,b.b,c) +s.toString +return new K.dJ(r,s)}, +alY(a,b){var s,r,q=a===-1 +if(q&&b===-1)return"Alignment.topLeft" +s=a===0 +if(s&&b===-1)return"Alignment.topCenter" +r=a===1 +if(r&&b===-1)return"Alignment.topRight" +if(q&&b===0)return"Alignment.centerLeft" +if(s&&b===0)return"Alignment.center" +if(r&&b===0)return"Alignment.centerRight" +if(q&&b===1)return"Alignment.bottomLeft" +if(s&&b===1)return"Alignment.bottomCenter" +if(r&&b===1)return"Alignment.bottomRight" +return"Alignment("+C.d.a6(a,1)+", "+C.d.a6(b,1)+")"}, +aBK(a,b,c){var s,r=P.a8(a.a,b.a,c) +r.toString +s=P.a8(a.b,b.b,c) +s.toString +return new K.eF(r,s)}, +alX(a,b){var s,r,q=a===-1 +if(q&&b===-1)return"AlignmentDirectional.topStart" +s=a===0 +if(s&&b===-1)return"AlignmentDirectional.topCenter" +r=a===1 +if(r&&b===-1)return"AlignmentDirectional.topEnd" +if(q&&b===0)return"AlignmentDirectional.centerStart" +if(s&&b===0)return"AlignmentDirectional.center" +if(r&&b===0)return"AlignmentDirectional.centerEnd" +if(q&&b===1)return"AlignmentDirectional.bottomStart" +if(s&&b===1)return"AlignmentDirectional.bottomCenter" +if(r&&b===1)return"AlignmentDirectional.bottomEnd" +return"AlignmentDirectional("+C.d.a6(a,1)+", "+C.d.a6(b,1)+")"}, +f1:function f1(){}, +dJ:function dJ(a,b){this.a=a +this.b=b}, +eF:function eF(a,b){this.a=a +this.b=b}, +Cu:function Cu(a,b,c){this.a=a +this.b=b +this.c=c}, +M8:function M8(a){this.a=a}, +n6(a,b,c){var s=a==null +if(s&&b==null)return null +if(s)a=C.bc +return a.H(0,(b==null?C.bc:b).z_(a).a_(0,c))}, +iB(a){var s=new P.bD(a,a) +return new K.cu(s,s,s,s)}, +q9(a,b,c){var s,r,q,p=a==null +if(p&&b==null)return null +if(p)return b.a_(0,c) +if(b==null)return a.a_(0,1-c) +p=P.z4(a.a,b.a,c) +p.toString +s=P.z4(a.b,b.b,c) +s.toString +r=P.z4(a.c,b.c,c) +r.toString +q=P.z4(a.d,b.d,c) +q.toString +return new K.cu(p,s,r,q)}, +vX:function vX(){}, +cu:function cu(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Cv:function Cv(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h}, +asu(a,b,c){var s,r,q=a.dx,p=t.dJ.a(q.a) +if(p==null){s=new T.k9(C.h,T.ad()) +q.saY(0,s) +q=s}else{p.Fi() +q=p}r=a.gj2() +b=new K.lT(q,r) +a.Ld(b,C.h) +b.nc()}, +aEM(a){a.Ij()}, +aua(a,b){var s +if(a==null)return null +if(!a.gM(a)){s=b.a +s=s[0]===0&&s[1]===0&&s[2]===0&&s[3]===0&&s[4]===0&&s[5]===0&&s[6]===0&&s[7]===0&&s[8]===0&&s[9]===0&&s[10]===0&&s[11]===0&&s[12]===0&&s[13]===0&&s[14]===0&&s[15]===0}else s=!0 +if(s)return C.a6 +return T.asc(b,a)}, +aGS(a,b,c,d){var s,r,q,p=b.gak(b) +p.toString +s=t.d +s.a(p) +for(r=p;r!==a;r=p,b=q){r.du(b,c) +p=r.gak(r) +p.toString +s.a(p) +q=b.gak(b) +q.toString +s.a(q)}a.du(b,c) +a.du(b,d)}, +au9(a,b){if(a==null)return b +if(b==null)return a +return a.h1(b)}, +GO(a){var s=null +return new K.GN(s,!1,!0,s,s,s,!1,a,C.aA,C.FW,"debugCreator",!0,!0,s,C.bt)}, +j1:function j1(){}, +lT:function lT(a,b){var _=this +_.a=a +_.b=b +_.e=_.d=_.c=null}, +a2K:function a2K(a,b,c){this.a=a +this.b=b +this.c=c}, +a2J:function a2J(a,b,c){this.a=a +this.b=b +this.c=c}, +WH:function WH(){}, +a6p:function a6p(a,b){this.a=a +this.b=b}, +JW:function JW(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=null +_.e=d +_.r=_.f=!1 +_.x=e +_.y=f +_.z=!1 +_.Q=null +_.ch=0 +_.cx=!1 +_.cy=g}, +a36:function a36(){}, +a35:function a35(){}, +a37:function a37(){}, +a38:function a38(){}, +t:function t(){}, +a4E:function a4E(a){this.a=a}, +a4I:function a4I(a,b,c){this.a=a +this.b=b +this.c=c}, +a4G:function a4G(a){this.a=a}, +a4H:function a4H(){}, +a4F:function a4F(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +aB:function aB(){}, +ep:function ep(){}, +ac:function ac(){}, +zc:function zc(){}, +ahE:function ahE(){}, +acw:function acw(a,b){this.b=a +this.a=b}, +my:function my(){}, +RJ:function RJ(a,b,c){var _=this +_.e=a +_.b=b +_.c=null +_.a=c}, +Sv:function Sv(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=!1 +_.x=c +_.y=!1 +_.b=d +_.c=null +_.a=e}, +MV:function MV(a,b){this.b=a +this.c=null +this.a=b}, +ahF:function ahF(){var _=this +_.d=_.c=_.b=_.a=null +_.e=!1}, +GN:function GN(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.f=a +_.r=b +_.x=c +_.z=d +_.Q=e +_.ch=f +_.cx=g +_.cy=h +_.db=!0 +_.dx=null +_.dy=i +_.fr=j +_.a=k +_.b=l +_.c=m +_.d=n +_.e=o}, +Rt:function Rt(){}, +aEB(a,b){return new K.Kp(a.a-b.a,a.b-b.b,b.c-a.c,b.d-a.d)}, +oB(a,b){var s,r,q,p +for(s=t.B,r=a,q=0;r!=null;){p=r.e +p.toString +s.a(p) +if(!p.gx9())q=Math.max(q,H.dd(b.$1(r))) +r=p.T$}return q}, +asW(a,b,c,d){var s,r,q,p,o,n=b.x +if(n!=null&&b.f!=null){s=b.f +s.toString +n.toString +r=C.c0.tq(c.a-s-n)}else{n=b.y +r=n!=null?C.c0.tq(n):C.c0}n=b.e +if(n!=null&&b.r!=null){s=b.r +s.toString +n.toString +r=r.xT(c.b-s-n)}else{n=b.z +if(n!=null)r=r.xT(n)}a.cc(0,r,!0) +q=H.b8("x") +n=b.x +if(n!=null)q.sbU(n) +else{n=b.f +s=a.rx +if(n!=null)q.sbU(c.a-n-s.a) +else{s.toString +q.sbU(d.mi(t.EP.a(c.a7(0,s))).a)}}p=(q.aS()<0||q.aS()+a.rx.a>c.a)&&!0 +o=H.b8("y") +n=b.e +if(n!=null)o.sbU(n) +else{n=b.r +s=a.rx +if(n!=null)o.sbU(c.b-n-s.b) +else{s.toString +o.sbU(d.mi(t.EP.a(c.a7(0,s))).b)}}if(o.aS()<0||o.aS()+a.rx.b>c.b)p=!0 +b.a=new P.l(q.aS(),o.aS()) +return p}, +Kp:function Kp(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ew:function ew(a,b,c){var _=this +_.z=_.y=_.x=_.r=_.f=_.e=null +_.bx$=a +_.T$=b +_.a=c}, +Aj:function Aj(a){this.b=a}, +a2z:function a2z(a){this.b=a}, +zy:function zy(a,b,c,d,e,f,g,h,i){var _=this +_.B=!1 +_.N=null +_.W=a +_.a8=b +_.az=c +_.aN=d +_.b_=e +_.bI$=f +_.Z$=g +_.dj$=h +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=i +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +a4Y:function a4Y(a){this.a=a}, +a4W:function a4W(a){this.a=a}, +a4X:function a4X(a){this.a=a}, +a4V:function a4V(a){this.a=a}, +RB:function RB(){}, +RC:function RC(){}, +zE:function zE(a,b){var _=this +_.b=_.a=null +_.f=_.e=_.d=_.c=!1 +_.r=a +_.a3$=0 +_.a5$=b +_.ar$=_.ao$=0 +_.aj$=!1}, +a58:function a58(a){this.a=a}, +a59:function a59(a){this.a=a}, +cZ:function cZ(a,b,c,d,e,f){var _=this +_.a=a +_.b=null +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.y=_.x=!1}, +a55:function a55(){}, +a56:function a56(){}, +a54:function a54(){}, +a57:function a57(){}, +GS:function GS(a){this.a=a}, +yu(a,b,c){return K.bd(a,!1).Rl(b,null,c)}, +asl(a){return K.bd(a,!1).agf(null)}, +bd(a,b){var s,r,q +if(a instanceof N.hs){s=a.a2 +s.toString +s=s instanceof K.iU}else s=!1 +if(s){s=a.a2 +s.toString +t.uK.a(s) +r=s}else r=null +if(b){q=a.E9(t.uK) +r=q==null?r:q +s=r}else{if(r==null)r=a.op(t.uK) +s=r}s.toString +return s}, +aDR(a,b){var s,r,q,p,o,n,m=null,l=H.a([],t.ny) +if(C.b.bP(b,"/")&&b.length>1){b=C.b.bv(b,1) +s=t.z +l.push(a.qv("/",!0,m,s)) +r=b.split("/") +if(b.length!==0)for(q=r.length,p=0,o="";p=3}, +aGR(a){var s=a.c.a +return s<=7&&s>=1}, +au8(a){return new K.ahv(a)}, +aGO(a){var s,r,q +t.Dn.a(a) +s=J.al(a) +r=s.h(a,0) +r.toString +switch(C.IO[H.pG(r)]){case C.hP:s=s.fL(a,1) +r=s[0] +r.toString +H.pG(r) +q=s[1] +q.toString +H.d3(q) +return new K.Qf(r,q,s.length>2?s[2]:null,C.hP) +case C.zd:s=s.fL(a,1)[1] +s.toString +t.pO.a(P.aE_(new P.VZ(H.pG(s)))) +return null}}, +t0:function t0(a){this.b=a}, +bW:function bW(){}, +a5e:function a5e(a){this.a=a}, +a5d:function a5d(a){this.a=a}, +a5h:function a5h(){}, +a5i:function a5i(){}, +a5j:function a5j(){}, +a5k:function a5k(){}, +a5f:function a5f(a){this.a=a}, +a5g:function a5g(){}, +i5:function i5(a,b){this.a=a +this.b=b}, +oj:function oj(){}, +nL:function nL(a,b,c){this.f=a +this.b=b +this.a=c}, +a5c:function a5c(){}, +Mp:function Mp(){}, +GK:function GK(){}, +yt:function yt(a,b,c,d,e,f,g,h){var _=this +_.f=a +_.r=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.ch=g +_.a=h}, +a2e:function a2e(){}, +eC:function eC(a,b){this.a=a +this.b=b}, +Qm:function Qm(a,b,c){var _=this +_.a=null +_.b=a +_.c=b +_.d=c}, +dp:function dp(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=!1 +_.x=!0 +_.y=!1}, +ahu:function ahu(a,b){this.a=a +this.b=b}, +ahs:function ahs(){}, +aht:function aht(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ahv:function ahv(a){this.a=a}, +mC:function mC(){}, +uK:function uK(a,b){this.a=a +this.b=b}, +CE:function CE(a,b){this.a=a +this.b=b}, +CF:function CF(a,b){this.a=a +this.b=b}, +CG:function CG(a,b){this.a=a +this.b=b}, +iU:function iU(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.d=null +_.e=a +_.f=b +_.r=c +_.x=d +_.y=e +_.z=!1 +_.ch=_.Q=null +_.cx=f +_.cy=null +_.db=!1 +_.dx=0 +_.dy=g +_.fr=h +_.bl$=i +_.e1$=j +_.fp$=k +_.c5$=l +_.d3$=m +_.bJ$=n +_.a=null +_.b=o +_.c=null}, +a2c:function a2c(a){this.a=a}, +a22:function a22(){}, +a23:function a23(){}, +a24:function a24(){}, +a25:function a25(){}, +a26:function a26(){}, +a27:function a27(){}, +a28:function a28(){}, +a29:function a29(){}, +a2a:function a2a(){}, +a2b:function a2b(){}, +a21:function a21(a){this.a=a}, +Db:function Db(a,b){this.a=a +this.b=b}, +RF:function RF(){}, +Qf:function Qf(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=null}, +ao1:function ao1(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=null}, +Pj:function Pj(a){var _=this +_.y=null +_.a=!1 +_.c=_.b=null +_.a3$=0 +_.a5$=a +_.ar$=_.ao$=0 +_.aj$=!1}, +aeS:function aeS(){}, +ag7:function ag7(){}, +CH:function CH(){}, +CI:function CI(){}, +oC(a){var s=a.J(t.lQ) +return s==null?null:s.f}, +Mv(a,b){return new K.pf(a,b,null)}, +m4:function m4(a,b,c){this.c=a +this.d=b +this.a=c}, +RG:function RG(a,b,c,d,e,f){var _=this +_.bl$=a +_.e1$=b +_.fp$=c +_.c5$=d +_.d3$=e +_.a=null +_.b=f +_.c=null}, +pf:function pf(a,b,c){this.f=a +this.b=b +this.a=c}, +zH:function zH(a,b,c){this.c=a +this.d=b +this.a=c}, +Da:function Da(a){var _=this +_.d=null +_.e=!1 +_.r=_.f=null +_.x=!1 +_.a=null +_.b=a +_.c=null}, +ahm:function ahm(a){this.a=a}, +ahl:function ahl(a,b){this.a=a +this.b=b}, +dC:function dC(){}, +i3:function i3(){}, +a5a:function a5a(a,b){this.a=a +this.b=b}, +aje:function aje(){}, +TZ:function TZ(){}, +at4(a,b){return new K.oH(a,b,null)}, +at5(a){var s=a.J(t.Cy),r=s==null?null:s.f +return r==null?C.Au:r}, +La:function La(){}, +a5V:function a5V(){}, +a5W:function a5W(){}, +ajb:function ajb(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +oH:function oH(a,b,c){this.f=a +this.b=b +this.a=c}, +aFe(a,b,c,d){return new K.LE(c,d,a,b,null)}, +at3(a,b){return new K.L7(a,b,null)}, +at_(a,b){return new K.KY(a,b,null)}, +Hn(a,b,c){return new K.wY(c,a,b,null)}, +h6(a,b,c){return new K.F1(b,c,a,null)}, +vJ:function vJ(){}, +B9:function B9(a){this.a=null +this.b=a +this.c=null}, +abu:function abu(){}, +LE:function LE(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +L7:function L7(a,b,c){this.r=a +this.c=b +this.a=c}, +KY:function KY(a,b,c){this.r=a +this.c=b +this.a=c}, +Lt:function Lt(a,b,c,d){var _=this +_.e=a +_.r=b +_.c=c +_.a=d}, +wY:function wY(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +F1:function F1(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +iK:function iK(a,b,c){this.b=a +this.a=b +this.$ti=c}, +PB:function PB(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +xL:function xL(a,b,c){this.d=a +this.f=b +this.a=c}, +PC:function PC(a,b,c,d,e,f,g,h,i,j){var _=this +_.d=a +_.e=b +_.f=c +_.r=d +_.x=e +_.y=f +_.z=g +_.Q=h +_.bJ$=i +_.a=null +_.b=j +_.c=null}, +afl:function afl(a,b){this.a=a +this.b=b}, +Ej:function Ej(){}, +aC6(a,b){return new K.Fv(a,b)}, +Fv:function Fv(a,b){this.a=a +this.b=b}, +mX:function mX(a){this.a=a}, +B8:function B8(a,b,c,d,e,f,g,h,i,j){var _=this +_.d=a +_.f="" +_.x=_.r=!1 +_.y=b +_.z=c +_.Q=d +_.ch=e +_.cx=!1 +_.cy=f +_.db=g +_.dx=h +_.dy=i +_.fr="" +_.a=null +_.b=j +_.c=null}, +aaU:function aaU(a,b){this.a=a +this.b=b}, +aaV:function aaV(a,b){this.a=a +this.b=b}, +abc:function abc(a){this.a=a}, +ab6:function ab6(a){this.a=a}, +aba:function aba(){}, +ab7:function ab7(a,b){this.a=a +this.b=b}, +ab5:function ab5(a,b){this.a=a +this.b=b}, +ab8:function ab8(a){this.a=a}, +ab4:function ab4(a){this.a=a}, +ab9:function ab9(a,b){this.a=a +this.b=b}, +ab3:function ab3(a,b){this.a=a +this.b=b}, +abb:function abb(a,b){this.a=a +this.b=b}, +ab2:function ab2(a){this.a=a}, +aaX:function aaX(){}, +aaY:function aaY(a){this.a=a}, +aaZ:function aaZ(a){this.a=a}, +ab_:function ab_(a){this.a=a}, +ab0:function ab0(){}, +ab1:function ab1(){}, +aaW:function aaW(a){this.a=a}, +aaO:function aaO(a){this.a=a}, +aaP:function aaP(a,b){this.a=a +this.b=b}, +aaQ:function aaQ(a){this.a=a}, +aaR:function aaR(a){this.a=a}, +aaS:function aaS(a,b){this.a=a +this.b=b}, +aaT:function aaT(a){this.a=a}, +av(a,b){if(a==null)return null +a=C.b.cX(C.b.RL(C.b.cX(a),"px","")) +if(b)return H.a3B(a) +return P.aoT(a)}},L={ad9:function ad9(){},O1:function O1(){},GF:function GF(){},adw:function adw(){}, +amQ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6){return new L.xA(b0,b3,b5,b4,r,a4,a3,a2,a7,a6,a8,a5,n,m,l,q,b2,d,!1,b7,b8,b6,c0,b9,c3,c2,c6,c5,c4,g,e,f,p,o,s,a9,k,a0,a1,h,j,b,!0,c1,a,c)}, +C8:function C8(a){var _=this +_.a=null +_.a3$=_.b=0 +_.a5$=a +_.ar$=_.ao$=0 +_.aj$=!1}, +C9:function C9(a,b){this.a=a +this.b=b}, +Pr:function Pr(a,b,c,d,e,f,g,h,i){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.x=g +_.y=h +_.a=i}, +Be:function Be(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.a=g}, +No:function No(a,b){var _=this +_.y=_.x=_.r=_.f=_.e=_.d=null +_.bJ$=a +_.a=null +_.b=b +_.c=null}, +BX:function BX(a,b,c,d,e,f,g,h){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.a=h}, +BY:function BY(a,b){var _=this +_.f=_.e=_.d=null +_.cU$=a +_.a=null +_.b=b +_.c=null}, +aeM:function aeM(){}, +x7:function x7(a){this.b=a}, +fl:function fl(a){this.b=a}, +Oe:function Oe(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s +_.fy=a0 +_.go=a1}, +ah_:function ah_(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +uV:function uV(a,b,c,d,e,f,g,h){var _=this +_.B=a +_.d6=_.c_=_.bL=_.bK=_.b6=_.b_=_.aN=_.az=_.a8=_.W=_.N=null +_.bi=b +_.c7=c +_.cV=d +_.er=e +_.dk=f +_.dS=g +_.r1=_.k4=_.cm=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=h +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +ah3:function ah3(a){this.a=a}, +ah2:function ah2(a,b){this.a=a +this.b=b}, +ah1:function ah1(a,b){this.a=a +this.b=b}, +ah0:function ah0(a,b,c){this.a=a +this.b=b +this.c=c}, +Og:function Og(a,b,c,d,e){var _=this +_.am=a +_.b=_.a=_.fx=_.dy=null +_.c=b +_.e=_.d=null +_.f=c +_.r=null +_.x=d +_.y=e +_.Q=_.z=null +_.ch=!1 +_.cx=!0 +_.dx=_.db=_.cy=!1}, +Bt:function Bt(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.a=g}, +nT:function nT(a,b,c,d,e,f,g,h,i,j){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.a=j}, +Ca:function Ca(a,b,c){var _=this +_.e=_.d=null +_.f=a +_.r=null +_.bJ$=b +_.a=null +_.b=c +_.c=null}, +afd:function afd(){}, +xA:function xA(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s +_.fy=a0 +_.go=a1 +_.id=a2 +_.k1=a3 +_.k2=a4 +_.k3=a5 +_.k4=a6 +_.r1=a7 +_.r2=a8 +_.rx=a9 +_.ry=b0 +_.x1=b1 +_.x2=b2 +_.y1=b3 +_.y2=b4 +_.a2=b5 +_.am=b6 +_.aF=b7 +_.a3=b8 +_.a5=b9 +_.ao=c0 +_.ar=c1 +_.aj=c2 +_.b7=c3 +_.bc=c4 +_.q=c5 +_.C=c6}, +I6:function I6(){}, +Ps:function Ps(){}, +E5:function E5(){}, +Eg:function Eg(){}, +Ei:function Ei(){}, +aBP(a){var s,r,q,p,o,n,m +if(a==null)return new O.cD(null,t.Zl) +s=t.c.a(C.az.dR(0,a)) +r=J.j(s) +q=t.N +p=P.A(q,t.yp) +for(o=J.aP(r.gaA(s)),n=t.j;o.t();){m=o.gE(o) +p.p(0,m,P.bo(n.a(r.h(s,m)),!0,q))}return new O.cD(p,t.Zl)}, +q1:function q1(a,b,c){this.a=a +this.b=b +this.c=c}, +Vn:function Vn(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Vo:function Vo(a){this.a=a}, +ase(a,b,c,d){var s=new L.IQ(d,c,H.a([],t.XZ),H.a([],t.b)) +s.ZG(null,a,b,c,d) +return s}, +hT:function hT(a,b,c){this.a=a +this.b=b +this.c=c}, +fD:function fD(a,b,c){this.a=a +this.b=b +this.c=c}, +a_X:function a_X(){this.b=this.a=null}, +r1:function r1(a){this.a=a}, +nS:function nS(){}, +a_Y:function a_Y(){}, +IQ:function IQ(a,b,c,d){var _=this +_.y=null +_.z=a +_.Q=b +_.cy=_.cx=_.ch=null +_.db=0 +_.dx=null +_.dy=!1 +_.a=c +_.d=_.c=_.b=null +_.e=!1 +_.f=0 +_.r=!1 +_.x=d}, +a1L:function a1L(a,b){this.a=a +this.b=b}, +a1K:function a1K(a){this.a=a}, +Po:function Po(){}, +Pn:function Pn(){}, +zu:function zu(a,b,c,d,e){var _=this +_.B=a +_.N=b +_.W=c +_.a8=d +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=e +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +vU:function vU(a,b){this.c=a +this.a=b}, +Bc:function Bc(a){var _=this +_.e=_.d=null +_.f=!1 +_.a=null +_.b=a +_.c=null}, +abI:function abI(a){this.a=a}, +abN:function abN(a){this.a=a}, +abM:function abM(a,b){this.a=a +this.b=b}, +abK:function abK(a){this.a=a}, +abL:function abL(a){this.a=a}, +abJ:function abJ(a){this.a=a}, +nX:function nX(a){this.a=a}, +Ig:function Ig(a){var _=this +_.a3$=0 +_.a5$=a +_.ar$=_.ao$=0 +_.aj$=!1}, +n3:function n3(){}, +Qp:function Qp(a){this.a=a}, +x9(a,b,c,d,e,f,g,h,i,j,k,l){return new L.nA(d,c,k,j,i,a,f,l,g,b,!0,h)}, +aD4(a,b){var s=a.J(t.ky),r=s==null?null:s.f +if(r==null)return null +return r}, +amH(a,b,c,d){var s=null +return new L.HA(s,b,s,s,s,a,d,s,!0,s,!0,c)}, +lt(a){var s,r=a.J(t.ky) +if(r==null)s=null +else s=r.f.gmG() +return s==null?a.r.f.e:s}, +atR(a,b){return new L.BO(b,a,null)}, +nA:function nA(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.ch=j +_.cx=k +_.a=l}, +um:function um(a){var _=this +_.r=_.f=_.e=_.d=null +_.x=!1 +_.a=_.y=null +_.b=a +_.c=null}, +adS:function adS(a,b){this.a=a +this.b=b}, +adT:function adT(a,b){this.a=a +this.b=b}, +adU:function adU(a,b){this.a=a +this.b=b}, +HA:function HA(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.ch=j +_.cx=k +_.a=l}, +Pb:function Pb(a){var _=this +_.r=_.f=_.e=_.d=null +_.x=!1 +_.a=_.y=null +_.b=a +_.c=null}, +BO:function BO(a,b,c){this.f=a +this.b=b +this.a=c}, +arL(a,b,c){return new L.cd(a,c,b,null)}, +cd:function cd(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +aIm(a,b){var s,r,q,p,o,n,m,l,k={},j=t.n,i=t.z,h=P.A(j,i) +k.a=null +s=P.aT(j) +r=H.a([],t.a9) +for(j=b.length,q=0;q>")),i).bD(0,new L.ajX(k,h),t.e3)}, +y5(a){var s=a.J(t.Gk) +return s==null?null:s.r.f}, +fH(a,b,c){var s=a.J(t.Gk) +return s==null?null:c.j("0?").a(J.aL(s.r.e,b))}, +uQ:function uQ(a,b){this.a=a +this.b=b}, +ajV:function ajV(a){this.a=a}, +ajW:function ajW(){}, +ajX:function ajX(a,b){this.a=a +this.b=b}, +eP:function eP(){}, +Tr:function Tr(){}, +GL:function GL(){}, +Cn:function Cn(a,b,c,d){var _=this +_.r=a +_.x=b +_.b=c +_.a=d}, +y4:function y4(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +PM:function PM(a,b,c){var _=this +_.d=a +_.e=b +_.a=_.f=null +_.b=c +_.c=null}, +afv:function afv(a){this.a=a}, +afw:function afw(a,b){this.a=a +this.b=b}, +afu:function afu(a,b,c){this.a=a +this.b=b +this.c=c}, +arF(a,b,c){return new L.xk(a,c,b,null)}, +atT(a,b,c){var s,r=null,q=t.H7,p=new R.ay(0,0,q),o=new R.ay(0,0,q),n=new L.BT(C.eI,p,o,0.5,0.5,b,a,P.aj(0,r,!1,t.Z)),m=G.bl(r,r,0,r,1,r,c) +m.cu(n.ga0W()) +if(n.b==null)n.b=m +else H.f(H.eN("_glowController")) +s=S.cM(C.it,n.gjl(),r) +s.a.ad(0,n.gdn()) +t.m.a(s) +if(n.r==null)n.r=new R.bc(s,p,q.j("bc")) +else H.f(H.eN("_glowOpacity")) +if(n.y==null)n.y=new R.bc(s,o,q.j("bc")) +else H.f(H.eN("_glowSize")) +q=c.wg(n.gaa0()) +if(n.z==null)n.z=q +else H.f(H.eN("_displacementTicker")) +return n}, +xk:function xk(a,b,c,d){var _=this +_.e=a +_.f=b +_.x=c +_.a=d}, +BU:function BU(a,b,c){var _=this +_.r=_.f=_.e=_.d=null +_.x=a +_.bJ$=b +_.a=null +_.b=c +_.c=null}, +ut:function ut(a){this.b=a}, +BT:function BT(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.c=_.b=null +_.e=_.d=0 +_.f=b +_.r=null +_.x=c +_.Q=_.z=_.y=null +_.ch=d +_.cx=e +_.cy=0 +_.db=f +_.dx=g +_.a3$=0 +_.a5$=h +_.ar$=_.ao$=0 +_.aj$=!1}, +aem:function aem(a){this.a=a}, +Pi:function Pi(a,b,c,d){var _=this +_.b=a +_.c=b +_.d=c +_.a=d}, +Ji:function Ji(a,b){this.a=a +this.eq$=b}, +uN:function uN(){}, +Ef:function Ef(){}, +JL:function JL(a,b,c,d){var _=this +_.d=a +_.f=b +_.r=c +_.a=d}, +aBX(a,b,c){var s,r +if(a>0){s=a/c +if(b") +return new D.wc(P.as(new H.at(s,new L.ald(),r),!0,r.j("ba.E")))}, +aKB(a){var s,r=O.a5(a,"stroke-dashoffset","",null) +if(r==="")return null +r.toString +if(C.b.ep(r,"%")){s=K.av(C.b.S(r,0,r.length-1),!1) +s.toString +return new D.wx(C.d.G(s/100,0,1),C.Us)}else{s=K.av(r,!1) +s.toString +return new D.wx(s,C.kJ)}}, +aKH(a){var s,r=O.a5(a,"opacity",null,null) +if(r!=null){s=K.av(r,!1) +s.toString +return C.d.G(s,0,1)}return null}, +auQ(a,b,c,d,e,f){var s,r=null,q=d.a.h(0,c),p=q!=null?q.OK(0,e):r +if(p==null)A.ap5(a,c,"_getDefinitionPaint") +s=P.Wy(255,255,255,f) +return new F.ll(s,p,r,r,r,r,r,b,r,r,r,r)}, +aKI(a,b,c,d,e){var s,r,q,p,o,n,m,l,k,j,i,h=null,g=O.a5(b,"stroke","",h) +g.toString +s=O.a5(b,"stroke-opacity","1.0",h) +r=O.a5(b,"opacity","",h) +q=K.av(s,!1) +q.toString +p=C.d.G(q,0,1) +if(r!==""){q=K.av(r,!1) +q.toString +p*=C.d.G(q,0,1)}if(C.b.bP(g,"url")){c.toString +return L.auQ(a,C.a_,g,d,c,p)}q=g==="" +if(q)o=e==null||e===C.cb +else o=!1 +if(o)return h +if(g==="none")return C.cb +n=O.a5(b,"stroke-linecap","",h) +m=O.a5(b,"stroke-linejoin","",h) +l=O.a5(b,"stroke-miterlimit","",h) +k=O.a5(b,"stroke-width","",h) +if(q){g=e==null?h:e.a +if(g==null)g=C.t +g=g.a +g=P.ar(C.d.aW(255*p),g>>>16&255,g>>>8&255,g&255)}else{g=E.ap3(g) +g.toString +g=g.a +g=P.ar(C.d.aW(255*p),g>>>16&255,g>>>8&255,g&255)}if(n==="null"){q=e==null?h:e.y +if(q==null)q=C.b8}else q=C.c.jM(C.J9,new L.ale(n),new L.alf()) +if(m===""){o=e==null?h:e.z +if(o==null)o=C.bX}else o=C.c.jM(C.Ie,new L.alg(m),new L.alh()) +if(l===""){j=e==null?h:e.Q +if(j==null)j=4}else j=K.av(l,!1) +if(k===""){i=e==null?h:e.ch +if(i==null)i=1}else i=K.av(k,!1) +return new F.ll(g,h,h,h,h,h,h,C.a_,q,o,j,i)}, +aKC(a,b,c,d,e,f){var s,r,q,p,o,n=null,m=O.a5(b,"fill","",n) +m.toString +s=O.a5(b,"fill-opacity","1.0",n) +r=O.a5(b,"opacity","",n) +q=K.av(s,!1) +q.toString +p=C.d.G(q,0,1) +q=r==="" +if(!q){o=K.av(r,!1) +o.toString +p*=C.d.G(o,0,1)}if(C.b.bP(m,"url")){c.toString +return L.auQ(a,C.ao,m,d,c,p)}if(m===""&&e===C.cb)return n +if(m==="none")return C.cb +o=e==null?n:e.a +return new F.ll(L.aHI(o,m,p,!q||s!=="",f),n,n,n,n,n,n,C.ao,n,n,n,n)}, +aHI(a,b,c,d,e){var s,r=E.ap3(b),q=r==null?a:r +if(q==null)q=e +if(d&&q!=null){r=C.d.aW(255*c) +s=q.a +return P.ar(r,s>>>16&255,s>>>8&255,s&255)}return q}, +aJ4(a,b){var s=D.mP(O.a5(b,"transform",null,null)) +if(s!=null)return a.aa(0,s.a) +else return a}, +aKz(a,b){var s=O.a5(a,"clip-path","",null) +if(s!==""){s.toString +return b.b.h(0,s)}return null}, +aKG(a,b){var s=O.a5(a,"mask","",null) +if(s!==""){s.toString +return b.yh(s)}return null}, +aKE(a){if(a==null)return null +switch(a){case"100":return C.fg +case"200":return C.mb +case"300":return C.mc +case"normal":case"400":return C.Y +case"500":return C.aK +case"600":return C.md +case"bold":case"700":return C.bM +case"800":return C.me +case"900":return C.iP}throw H.b(P.S('Attribute value for font-weight="'+a+'" is not supported'))}, +pT(a,b,c,d,e,a0){var s,r,q=null,p=e==null,o=L.aKI(a,b,d,c,p?q:e.a),n=L.aKA(b),m=L.aKB(b),l=L.aKC(a,b,d,c,p?q:e.d,a0),k=D.avY(O.a5(b,"fill-rule",!p?q:"nonzero",q)),j=L.aKH(b),i=L.aKG(b,c),h=L.aKz(b,c),g=O.a5(b,"font-family","",q),f=O.a5(b,"font-size","",q) +if(p)p=q +else p=e.e.x +p=D.aKD(f,p) +f=L.aKE(O.a5(b,"font-weight",q,q)) +s=D.aKJ(O.a5(b,"text-anchor","inherit",q)) +r=O.a5(b,"mix-blend-mode","",q) +r.toString +return F.H_(e,C.LC.h(0,r),h,n,m,l,j,i,k,o,new F.H1(q,q,q,f,q,q,g,p,q,q,q,q,q,q,s))}, +ald:function ald(){}, +ale:function ale(a){this.a=a}, +alf:function alf(){}, +alg:function alg(a){this.a=a}, +alh:function alh(){}, +a0r:function a0r(){}, +xv:function xv(){}, +a1m:function a1m(a){this.a=a}, +d_:function d_(a){this.b=a}, +atu(a,b){var s,r,q,p,o,n +for(s=$.awW(),r=H.a([],t.oG),Z.rN(O.fu(A.fc(new L.AN(s,t.xZ),C.c.gCm(r),!0,t.oH,t.H),new V.jz("input expected")),0,-1,t.z).cr(a,0),s=r.length,q=1,p=0,o=0;o0){n=-n +l=2*l +r=(n-Math.sqrt(j))/l +q=(n+Math.sqrt(j))/l +p=(c-r*b)/(q-r) +return new M.aga(r,q,b-p,p)}o=Math.sqrt(k-m)/(2*l) +s=-(n/2*l) +return new M.aiP(o,s,b,(c-s*b)/o)}, +a8h:function a8h(a,b,c){this.a=a +this.b=b +this.c=c}, +Ai:function Ai(a){this.b=a}, +Ah:function Ah(a,b,c){this.b=a +this.c=b +this.a=c}, +oK:function oK(a,b,c){this.b=a +this.c=b +this.a=c}, +ad8:function ad8(a,b,c){this.a=a +this.b=b +this.c=c}, +aga:function aga(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aiP:function aiP(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +anR(){var s=new M.pa(new P.aC(new P.a3($.Y,t.U),t.h)) +s.MV() +return s}, +tV:function tV(a,b){var _=this +_.a=null +_.b=!1 +_.c=null +_.d=a +_.e=null +_.f=b +_.r=null}, +pa:function pa(a){this.a=a +this.c=this.b=null}, +a9A:function a9A(a){this.a=a}, +AI:function AI(a){this.a=a}, +are(a,b,c){return new M.GC(b,c,a,null)}, +bP(a,b,c,d,e,f,g,h,i,j,k,l,m){var s +if(m!=null||h!=null){s=e==null?null:e.Fs(h,m) +if(s==null)s=S.ft(h,m)}else s=e +return new M.Gs(b,a,j,d,f,g,s,i,k,l,c,null)}, +GC:function GC(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +Gs:function Gs(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.ch=j +_.cx=k +_.a=l}, +Of:function Of(a,b,c){this.b=a +this.c=b +this.a=c}, +amP(a,b){var s +if(a===b)return new M.Fz(C.J1) +s=H.a([],t.fJ) +a.ls(new M.a04(b,H.b8("debugDidFindAncestor"),P.aT(t.n),s)) +return new M.Fz(s)}, +dM:function dM(){}, +a04:function a04(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Fz:function Fz(a){this.a=a}, +uc:function uc(a,b,c){this.c=a +this.d=b +this.a=c}, +L9:function L9(){}, +ly:function ly(a){this.a=a}, +a_l:function a_l(a,b){this.b=a +this.a=b}, +a5X:function a5X(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h}, +XI:function XI(a,b){this.b=a +this.a=b}, +Ff:function Ff(a){this.b=null +this.a=a}, +H5:function H5(a){this.c=this.b=null +this.a=a}, +kn:function kn(){}, +Hu:function Hu(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +P2:function P2(){}, +no:function no(){}, +a9Z:function a9Z(){}, +HU:function HU(){}, +a_f:function a_f(a,b){this.a=a +this.b=b}, +a_d:function a_d(a,b){this.a=a +this.b=b}, +JK:function JK(a,b){this.b=a +this.a=b}, +a3d:function a3d(){}, +VQ:function VQ(){}, +wq:function wq(a,b){this.a=a +this.b=b}, +asp(a,b){return new M.om(null,a,b.j("om<0?>"))}, +om:function om(a,b,c){this.b=a +this.a=b +this.$ti=c}, +Ke(a,b,c){return M.aEv(a,b,c)}, +aEv(a,b,c){var s=0,r=P.K(t.y),q,p=2,o,n=[],m,l,k,j,i,h,g,f +var $async$Ke=P.G(function(d,e){if(d===1){o=e +s=p}while(true)switch(s){case 0:s=U.f_()===C.D?3:4 +break +case 3:k=t.z +s=5 +return P.L(P.nG(P.cV(0,300),null,k),$async$Ke) +case 5:if($.B.C$.Q.h(0,a)==null){q=!1 +s=1 +break}m=t.q.a($.B.C$.Q.h(0,a).gD()) +p=7 +j=m.rx.a +i=m.rx.b +h=c.f +s=10 +return P.L(b.fQ("setDimensions",P.aJ(["width",j,"height",i,"scanArea",h,"scanAreaOffset",0],t.N,t.i),!1,k),$async$Ke) +case 10:q=!0 +s=1 +break +p=2 +s=9 +break +case 7:p=6 +f=o +k=H.a0(f) +if(k instanceof F.rF){l=k +throw H.b(K.aC6(l.a,l.b))}else throw f +s=9 +break +case 6:s=2 +break +case 9:case 4:q=!1 +s=1 +break +case 1:return P.I(q,r) +case 2:return P.H(o,r)}}) +return P.J($async$Ke,r)}, +z1:function z1(a,b,c){this.c=a +this.d=b +this.a=c}, +CS:function CS(a){var _=this +_.a=_.e=_.d=null +_.b=a +_.c=null}, +r8:function r8(a){this.a=a}, +a0d:function a0d(a){this.a=a}, +qB:function qB(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +B3:function B3(){}, +YQ(a){var s=0,r=P.K(t.H),q +var $async$YQ=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)$async$outer:switch(s){case 0:a.gD().tP(C.yk) +switch(K.an(a).ag){case C.H:case C.K:q=V.M3(C.OA) +s=1 +break $async$outer +case C.D:case C.E:case C.B:case C.F:q=P.dK(null,t.H) +s=1 +break $async$outer}case 1:return P.I(q,r)}}) +return P.J($async$YQ,r)}, +amF(a){a.gD().tP(C.L7) +switch(K.an(a).ag){case C.H:case C.K:return X.a_9() +case C.D:case C.E:case C.B:case C.F:return P.dK(null,t.H)}}, +M1(){var s=0,r=P.K(t.H) +var $async$M1=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:s=2 +return P.L(C.bC.cO("SystemNavigator.pop",null,t.H),$async$M1) +case 2:return P.I(null,r)}}) +return P.J($async$M1,r)}, +aFu(a,b,c){return C.jH.cO("routeInformationUpdated",P.aJ(["location",a,"state",c,"replace",b],t.N,t.z),t.H)}, +awe(a,b){return b}},N={Fj:function Fj(){},VD:function VD(a){this.a=a}, +aD0(a,b,c,d,e,f,g){return new N.x8(c,g,f,a,e,!1)}, +ahj:function ahj(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.x=g +_.y=h +_.z=null}, +xi:function xi(){}, +ZO:function ZO(a){this.a=a}, +ZP:function ZP(a,b){this.a=a +this.b=b}, +x8:function x8(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=e +_.r=f}, +anO(a){var s=t.S,r=P.bu(s) +return new N.fk(C.aC,18,C.bO,P.A(s,t.o),r,a,null,P.A(s,t.l))}, +tG:function tG(a,b,c){this.a=a +this.b=b +this.c=c}, +mm:function mm(a,b){this.a=a +this.c=b}, +Fi:function Fi(){}, +fk:function fk(a,b,c,d,e,f,g,h){var _=this +_.d5=_.bF=_.bT=_.bX=_.bs=_.ag=_.C=_.q=_.bc=_.b7=_.aj=null +_.k3=_.k2=!1 +_.r1=_.k4=null +_.z=a +_.ch=b +_.cx=c +_.db=_.cy=null +_.dx=!1 +_.dy=null +_.d=d +_.e=e +_.f=null +_.a=f +_.b=g +_.c=h}, +a8V:function a8V(a,b){this.a=a +this.b=b}, +a8W:function a8W(a,b){this.a=a +this.b=b}, +a8X:function a8X(a,b){this.a=a +this.b=b}, +a8Y:function a8Y(a){this.a=a}, +LL(a,b,c,d,e,f,g,h,i,j,k,l,m,n){return new N.je(e,c,h,j,l,n,m,d,a,g,b,k,f,i)}, +jf:function jf(a){this.b=a}, +je:function je(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.ch=j +_.cx=k +_.cy=l +_.db=m +_.a=n}, +Do:function Do(a){var _=this +_.d=!1 +_.a=null +_.b=a +_.c=null}, +ai6:function ai6(a){this.a=a}, +ai5:function ai5(a){this.a=a}, +ai7:function ai7(a){this.a=a}, +JC:function JC(){}, +Sx:function Sx(a){this.a=a}, +AO:function AO(a,b){this.a=a +this.c=b}, +zA:function zA(){}, +a52:function a52(a){this.a=a}, +aK2(a){switch(a){case C.h8:return C.h8 +case C.h9:return C.ha +case C.ha:return C.h9}}, +zS:function zS(a){this.b=a}, +fV:function fV(){}, +aET(a,b){return-C.f.bQ(a.b,b.b)}, +aJO(a,b){var s=b.r$ +if(s.gn(s)>0)return a>=1e5 +return!0}, +jv:function jv(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null +_.f=e +_.$ti=f}, +uq:function uq(a){this.a=a +this.b=null}, +oG:function oG(a,b){this.a=a +this.b=b}, +i7:function i7(){}, +a5M:function a5M(a){this.a=a}, +a5O:function a5O(a){this.a=a}, +a5P:function a5P(a,b){this.a=a +this.b=b}, +a5Q:function a5Q(a){this.a=a}, +a5L:function a5L(a){this.a=a}, +a5N:function a5N(a){this.a=a}, +a6d:function a6d(){}, +aEZ(a){var s,r,q,p,o,n="\n"+C.b.a_("-",80)+"\n",m=H.a([],t.Y4),l=a.split(n) +for(s=l.length,r=0;r=0){p.S(q,0,o).split("\n") +m.push(new F.xY(p.bv(q,o+2)))}else m.push(new F.xY(q))}return m}, +at7(a){switch(a){case"AppLifecycleState.paused":return C.i3 +case"AppLifecycleState.resumed":return C.i1 +case"AppLifecycleState.inactive":return C.i2 +case"AppLifecycleState.detached":return C.i4}return null}, +A4:function A4(){}, +a6F:function a6F(a){this.a=a}, +a6G:function a6G(a,b){this.a=a +this.b=b}, +adi:function adi(){}, +adj:function adj(a){this.a=a}, +adk:function adk(a){this.a=a}, +aIZ(a){switch(a){case"TextAffinity.downstream":return C.n +case"TextAffinity.upstream":return C.aR}return null}, +atp(a){var s,r,q,p=J.al(a),o=H.d3(p.h(a,"text")),n=H.vi(p.h(a,"selectionBase")) +if(n==null)n=-1 +s=H.vi(p.h(a,"selectionExtent")) +if(s==null)s=-1 +r=N.aIZ(H.cg(p.h(a,"selectionAffinity"))) +if(r==null)r=C.n +q=H.aHl(p.h(a,"selectionIsDirectional")) +n=X.dF(r,n,s,q===!0) +s=H.vi(p.h(a,"composingBase")) +if(s==null)s=-1 +p=H.vi(p.h(a,"composingExtent")) +return new N.co(o,n,new P.d0(s,p==null?-1:p))}, +aJ0(a){switch(a){case"TextInputAction.none":return C.k6 +case"TextInputAction.unspecified":return C.k7 +case"TextInputAction.go":return C.ka +case"TextInputAction.search":return C.kb +case"TextInputAction.send":return C.kc +case"TextInputAction.next":return C.kd +case"TextInputAction.previous":return C.ke +case"TextInputAction.continue_action":return C.kf +case"TextInputAction.join":return C.kg +case"TextInputAction.route":return C.k8 +case"TextInputAction.emergencyCall":return C.k9 +case"TextInputAction.done":return C.ex +case"TextInputAction.newline":return C.hm}throw H.b(U.Za(H.a([U.qP("Unknown text input action: "+a)],t.qe)))}, +aJ_(a){switch(a){case"FloatingCursorDragState.start":return C.iO +case"FloatingCursorDragState.update":return C.fd +case"FloatingCursorDragState.end":return C.fe}throw H.b(U.Za(H.a([U.qP("Unknown text cursor action: "+a)],t.qe)))}, +a87:function a87(a,b){this.a=a +this.b=b}, +a88:function a88(a,b){this.a=a +this.b=b}, +tO:function tO(a,b,c){this.a=a +this.b=b +this.c=c}, +eV:function eV(a){this.b=a}, +Mb:function Mb(a){this.b=a}, +a9a:function a9a(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.z=i +_.Q=j +_.ch=k +_.cx=l}, +x6:function x6(a){this.b=a}, +co:function co(a,b,c){this.a=a +this.b=b +this.c=c}, +jb:function jb(a){this.b=a}, +a9t:function a9t(){}, +a9b:function a9b(a,b){var _=this +_.d=_.c=_.b=_.a=null +_.e=a +_.f=b}, +Md:function Md(){var _=this +_.c=_.b=_.a=null +_.d=!1}, +a9o:function a9o(a){this.a=a}, +aEL(a,b){var s=($.bi+1)%16777215 +$.bi=s +return new N.m2(s,a,C.ab,P.bu(t.u),b.j("m2<0>"))}, +atJ(){var s=null,r=H.a([],t.GA),q=$.Y,p=H.a([],t.Jh),o=P.aj(7,s,!1,t.JI),n=t.S,m=t.j1 +n=new N.ML(s,r,!0,new P.aC(new P.a3(q,t.U),t.h),!1,s,!1,!1,s,s,s,!1,0,!1,s,s,new N.Sx(P.aT(t.R)),s,s,s,s,s,p,s,N.aJt(),new Y.HV(N.aJs(),o,t.G7),!1,0,P.A(n,t.h1),P.bu(n),H.a([],m),H.a([],m),s,!1,C.cp,!0,!1,s,C.A,C.A,s,0,s,!1,P.fG(s,t.W2),new O.a3n(P.A(n,t.rr),P.A(t.Ld,t.iD)),new D.ZJ(P.A(n,t.cK)),new G.a3q(),P.A(n,t.YX),s,!1,C.Gj) +n.Yh() +return n}, +aj9:function aj9(a,b,c){this.a=a +this.b=b +this.c=c}, +aja:function aja(a){this.a=a}, +ez:function ez(){}, +MK:function MK(){}, +aj8:function aj8(a,b){this.a=a +this.b=b}, +aa9:function aa9(a,b){this.a=a +this.b=b}, +m1:function m1(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.$ti=e}, +a4C:function a4C(a,b,c){this.a=a +this.b=b +this.c=c}, +a4D:function a4D(a){this.a=a}, +m2:function m2(a,b,c,d,e){var _=this +_.b=_.a=_.fx=_.dy=_.W=_.N=null +_.c=a +_.e=_.d=null +_.f=b +_.r=null +_.x=c +_.y=d +_.Q=_.z=null +_.ch=!1 +_.cx=!0 +_.dx=_.db=_.cy=!1 +_.$ti=e}, +ML:function ML(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2){var _=this +_.C$=a +_.ag$=b +_.bs$=c +_.bX$=d +_.bT$=e +_.bF$=f +_.d5$=g +_.x1$=h +_.x2$=i +_.y1$=j +_.y2$=k +_.a2$=l +_.am$=m +_.aF$=n +_.Po$=o +_.l4$=p +_.rz$=q +_.iP$=r +_.cB$=s +_.di$=a0 +_.cg$=a1 +_.d4$=a2 +_.a$=a3 +_.b$=a4 +_.c$=a5 +_.d$=a6 +_.e$=a7 +_.f$=a8 +_.r$=a9 +_.x$=b0 +_.y$=b1 +_.z$=b2 +_.Q$=b3 +_.ch$=b4 +_.cx$=b5 +_.cy$=b6 +_.db$=b7 +_.dx$=b8 +_.dy$=b9 +_.fr$=c0 +_.fx$=c1 +_.fy$=c2 +_.go$=c3 +_.id$=c4 +_.k1$=c5 +_.k2$=c6 +_.k3$=c7 +_.k4$=c8 +_.r1$=c9 +_.r2$=d0 +_.rx$=d1 +_.ry$=d2 +_.a=0}, +DX:function DX(){}, +DY:function DY(){}, +DZ:function DZ(){}, +E_:function E_(){}, +E0:function E0(){}, +E1:function E1(){}, +E2:function E2(){}, +aGr(a){a.dK() +a.br(N.akF())}, +aCS(a,b){var s +if(a.glZ()=10 +if(b)r=i||!s +else r=!(s||!i) +q=r?Math.min(l,j):Math.max(k,10) +m=c.a +l=a.a +if(m-20m-n?k-l:o-j}return new P.l(p,q)}, +aC9(a,b){return a.eC(b)}, +aCa(a,b){var s +a.cc(0,b,!0) +s=a.rx +s.toString +return s}},O={cD:function cD(a,b){this.a=a +this.$ti=b},a8P:function a8P(a){this.a=a},jP:function jP(a){this.a=a},hd:function hd(a,b,c){this.a=a +this.b=b +this.d=c},he:function he(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d},eI:function eI(a,b){this.a=a +this.b=b}, +arJ(){var s=H.a([],t._K),r=new E.ap(new Float64Array(16)) +r.cz() +return new O.hQ(s,H.a([r],t.rE),H.a([],t.cR))}, +iL:function iL(a){this.a=a +this.b=null}, +vb:function vb(){}, +Cs:function Cs(a){this.a=a}, +uL:function uL(a){this.a=a}, +hQ:function hQ(a,b,c){this.a=a +this.b=b +this.c=c}, +aCN(a){return new R.jl(a.gda(a),P.aj(20,null,!1,t.av))}, +atH(a,b){var s=t.S,r=P.bu(s) +return new O.il(C.a0,O.ap1(),C.dk,P.A(s,t.GY),P.aT(s),P.A(s,t.o),r,a,b,P.A(s,t.l))}, +amO(a,b,c){var s=t.S,r=P.bu(s),q=t.l,p=b==null?c:P.d7([b],q) +return new O.hR(C.a0,O.ap1(),C.dk,P.A(s,t.GY),P.aT(s),P.A(s,t.o),r,a,p,P.A(s,q))}, +Bz:function Bz(a){this.b=a}, +wI:function wI(){}, +XC:function XC(a,b){this.a=a +this.b=b}, +XG:function XG(a,b){this.a=a +this.b=b}, +XH:function XH(a,b){this.a=a +this.b=b}, +XD:function XD(a,b){this.a=a +this.b=b}, +XE:function XE(a){this.a=a}, +XF:function XF(a,b){this.a=a +this.b=b}, +il:function il(a,b,c,d,e,f,g,h,i,j){var _=this +_.z=a +_.fr=_.dy=_.dx=_.db=_.cy=_.cx=_.ch=_.Q=null +_.fx=b +_.fy=c +_.k4=_.k3=_.k2=_.k1=_.id=_.go=null +_.r1=d +_.r2=e +_.d=f +_.e=g +_.f=null +_.a=h +_.b=i +_.c=j}, +hR:function hR(a,b,c,d,e,f,g,h,i,j){var _=this +_.z=a +_.fr=_.dy=_.dx=_.db=_.cy=_.cx=_.ch=_.Q=null +_.fx=b +_.fy=c +_.k4=_.k3=_.k2=_.k1=_.id=_.go=null +_.r1=d +_.r2=e +_.d=f +_.e=g +_.f=null +_.a=h +_.b=i +_.c=j}, +i_:function i_(a,b,c,d,e,f,g,h,i,j){var _=this +_.z=a +_.fr=_.dy=_.dx=_.db=_.cy=_.cx=_.ch=_.Q=null +_.fx=b +_.fy=c +_.k4=_.k3=_.k2=_.k1=_.id=_.go=null +_.r1=d +_.r2=e +_.d=f +_.e=g +_.f=null +_.a=h +_.b=i +_.c=j}, +a3n:function a3n(a,b){this.a=a +this.b=b}, +a3p:function a3p(){}, +a3o:function a3o(a,b,c){this.a=a +this.b=b +this.c=c}, +aI_(a,b,c){if(c!=null)return c +if(b)return new O.ajG(a) +return null}, +ajG:function ajG(a){this.a=a}, +afb:function afb(){}, +xy:function xy(a,b,c,d,e,f,g,h,i,j){var _=this +_.z=a +_.Q=b +_.ch=c +_.cx=d +_.cy=e +_.db=f +_.go=_.fy=_.fx=_.fr=_.dy=_.dx=null +_.e=g +_.a=h +_.b=i +_.c=j +_.d=!1}, +yg:function yg(){}, +a1f:function a1f(a,b,c){this.a=a +this.b=b +this.c=c}, +a1d:function a1d(){}, +a1e:function a1e(){}, +aC0(a,b,c){var s,r,q,p=P.O(a.a,b.a,c) +p.toString +s=P.lR(a.b,b.b,c) +s.toString +r=P.a8(a.c,b.c,c) +r.toString +q=P.a8(a.d,b.d,c) +q.toString +return new O.hF(q,p,s,r)}, +am1(a,b,c){var s,r,q,p,o,n,m,l=a==null +if(l&&b==null)return null +if(l)a=H.a([],t.sq) +if(b==null)b=H.a([],t.sq) +s=Math.min(a.length,b.length) +l=H.a([],t.sq) +for(r=0;r0?C.b.bv(q,p+1):q)===b)return r.b}return""}, +akG:function akG(a){this.a=a}, +akH:function akH(){}, +fu(a,b){var s,r +if(a instanceof O.qg){s=P.as(a.a,!0,t._X) +s.push(b) +r=a.b +s=O.ar4(s,r,t.z)}else s=O.ar4(H.a([a,b],t.Vz),null,t.z) +return s}, +ar4(a,b,c){var s=b==null?H.aKj(M.aJY(),c):b,r=P.as(a,!1,c.j("bH<0>")) +if(a.length===0)H.f(P.ci("Choice parser cannot be empty.",null)) +return new O.qg(s,r,c.j("qg<0>"))}, +qg:function qg(a,b,c){this.b=a +this.a=b +this.$ti=c}, +a5U:function a5U(){}, +HR(a){var s=H.aq(a).j("at<1,ak>") +return C.az.mv(P.as(new H.at(a,new O.a_8(),s),!0,s.j("ba.E")))}, +a_6(a){return J.vz(t.j.a(C.az.dR(0,a)),new O.a_7(),t.Bz).ih(0)}, +eK:function eK(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a_8:function a_8(){}, +a_7:function a_7(){}, +mV:function mV(a){this.a=a}, +B6:function B6(a,b){var _=this +_.d=!1 +_.e=a +_.a=_.r=_.f=null +_.b=b +_.c=null}, +aaw:function aaw(a){this.a=a}, +aav:function aav(a){this.a=a}, +aas:function aas(a,b){this.a=a +this.b=b}, +aar:function aar(a,b){this.a=a +this.b=b}, +aat:function aat(a){this.a=a}, +aau:function aau(a){this.a=a}, +aaC:function aaC(){}, +aaD:function aaD(a){this.a=a}, +aaB:function aaB(){}, +aaE:function aaE(){}, +aaF:function aaF(a){this.a=a}, +aaA:function aaA(){}, +aaG:function aaG(a){this.a=a}, +aaz:function aaz(a){this.a=a}, +aay:function aay(a,b){this.a=a +this.b=b}, +aax:function aax(a,b,c){this.a=a +this.b=b +this.c=c}},P={ +aFY(){var s,r,q={} +if(self.scheduleImmediate!=null)return P.aJ7() +if(self.MutationObserver!=null&&self.document!=null){s=self.document.createElement("div") +r=self.document.createElement("span") +q.a=null +new self.MutationObserver(H.h2(new P.abz(q),1)).observe(s,{childList:true}) +return new P.aby(q,s,r)}else if(self.setImmediate!=null)return P.aJ8() +return P.aJ9()}, +aFZ(a){self.scheduleImmediate(H.h2(new P.abA(a),0))}, +aG_(a){self.setImmediate(H.h2(new P.abB(a),0))}, +aG0(a){P.anT(C.A,a)}, +anT(a,b){var s=C.f.d1(a.a,1000) +return P.aGU(s<0?0:s,b)}, +att(a,b){var s=C.f.d1(a.a,1000) +return P.aGV(s<0?0:s,b)}, +aGU(a,b){var s=new P.DM(!0) +s.a_I(a,b) +return s}, +aGV(a,b){var s=new P.DM(!1) +s.a_J(a,b) +return s}, +K(a){return new P.Ng(new P.a3($.Y,a.j("a3<0>")),a.j("Ng<0>"))}, +J(a,b){a.$2(0,null) +b.b=!0 +return b.a}, +L(a,b){P.auz(a,b)}, +I(a,b){b.cG(0,a)}, +H(a,b){b.qW(H.a0(a),H.ax(a))}, +auz(a,b){var s,r,q=new P.ajk(b),p=new P.ajl(b) +if(a instanceof P.a3)a.MT(q,p,t.z) +else{s=t.z +if(t.L0.b(a))a.eA(0,q,p,s) +else{r=new P.a3($.Y,t.LR) +r.a=8 +r.c=a +r.MT(q,p,s)}}}, +G(a){var s=function(b,c){return function(d,e){while(true)try{b(d,e) +break}catch(r){e=r +d=c}}}(a,1) +return $.Y.tj(new P.ako(s),t.H,t.S,t.z)}, +Er(a,b,c){var s,r,q +if(b===0){s=c.c +if(s!=null)s.no(null) +else c.giG(c).dI(0) +return}else if(b===1){s=c.c +if(s!=null)s.fN(H.a0(a),H.ax(a)) +else{s=H.a0(a) +r=H.ax(a) +c.giG(c).aaL(s,r) +c.giG(c).dI(0)}return}if(a instanceof P.mz){if(c.c!=null){b.$2(2,null) +return}s=a.b +if(s===0){s=a.a +c.giG(c).H(0,s) +P.e6(new P.aji(c,b)) +return}else if(s===1){q=a.a +c.giG(c).aaV(0,q,!1).Fq(0,new P.ajj(c,b)) +return}}P.auz(a,b)}, +aIT(a){var s=a.giG(a) +return new P.mu(s,H.o(s).j("mu<1>"))}, +aG1(a,b){var s=new P.Ni(b.j("Ni<0>")) +s.a_D(a,b) +return s}, +aIn(a,b){return P.aG1(a,b)}, +ao9(a){return new P.mz(a,1)}, +c8(){return C.UC}, +aNn(a){return new P.mz(a,0)}, +c9(a){return new P.mz(a,3)}, +ca(a,b){return new P.DD(a,b.j("DD<0>"))}, +Vs(a,b){var s=H.h1(a,"error",t.K) +return new P.q3(s,b==null?P.Fa(a):b)}, +Fa(a){var s +if(t.Lt.b(a)){s=a.gpC() +if(s!=null)return s}return C.AM}, +aDb(a,b){var s=new P.a3($.Y,b.j("a3<0>")) +P.bX(C.A,new P.ZF(s,a)) +return s}, +aDc(a,b){var s=new P.a3($.Y,b.j("a3<0>")) +P.e6(new P.ZE(s,a)) +return s}, +dK(a,b){var s=a==null?b.a(a):a,r=new P.a3($.Y,b.j("a3<0>")) +r.lS(s) +return r}, +amM(a,b,c){var s,r +H.h1(a,"error",t.K) +s=$.Y +if(s!==C.I){r=s.rp(a,b) +if(r!=null){a=r.a +b=r.b}}if(b==null)b=P.Fa(a) +s=new P.a3($.Y,c.j("a3<0>")) +s.uf(a,b) +return s}, +nG(a,b,c){var s,r +if(b==null)s=!c.b(null) +else s=!1 +if(s)throw H.b(P.hB(null,"computation","The type parameter is not nullable")) +r=new P.a3($.Y,c.j("a3<0>")) +P.bX(a,new P.ZD(b,r,c)) +return r}, +qU(a,b){var s,r,q,p,o,n,m,l,k,j,i={},h=null,g=!1,f=new P.a3($.Y,b.j("a3>")) +i.a=null +i.b=0 +s=H.b8("error") +r=H.b8("stackTrace") +q=new P.ZH(i,h,g,f,s,r) +try{for(l=J.aP(a),k=t.P;l.t();){p=l.gE(l) +o=i.b +J.aBy(p,new P.ZG(i,o,f,h,g,s,r,b),q,k);++i.b}l=i.b +if(l===0){l=f +l.no(H.a([],b.j("r<0>"))) +return l}i.a=P.aj(l,null,!1,b.j("0?"))}catch(j){n=H.a0(j) +m=H.ax(j) +if(i.b===0||g)return P.amM(n,m,b.j("x<0>")) +else{s.b=n +r.b=m}}return f}, +aCq(a){return new P.aC(new P.a3($.Y,a.j("a3<0>")),a.j("aC<0>"))}, +ajp(a,b,c){var s=$.Y.rp(b,c) +if(s!=null){b=s.a +c=s.b}else if(c==null)c=P.Fa(b) +a.fN(b,c)}, +aeb(a,b){var s,r +for(;s=a.a,(s&4)!==0;)a=a.c +if((s&24)!==0){r=b.vv() +b.zQ(a) +P.ur(b,r)}else{r=b.c +b.a=b.a&1|4 +b.c=a +a.Lt(r)}}, +ur(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f={},e=f.a=a +for(s=t.L0;!0;){r={} +q=e.a +p=(q&16)===0 +o=!p +if(b==null){if(o&&(q&1)===0){s=e.c +e.b.ov(s.a,s.b)}return}r.a=b +n=b.a +for(e=b;n!=null;e=n,n=m){e.a=null +P.ur(f.a,e) +r.a=n +m=n.a}q=f.a +l=q.c +r.b=o +r.c=l +if(p){k=e.c +k=(k&1)!==0||(k&15)===8}else k=!0 +if(k){j=e.b.b +if(o){e=q.b +e=!(e===j||e.gmw()===j.gmw())}else e=!1 +if(e){e=f.a +s=e.c +e.b.ov(s.a,s.b) +return}i=$.Y +if(i!==j)$.Y=j +else i=null +e=r.a.c +if((e&15)===8)new P.aej(r,f,o).$0() +else if(p){if((e&1)!==0)new P.aei(r,l).$0()}else if((e&2)!==0)new P.aeh(f,r).$0() +if(i!=null)$.Y=i +e=r.c +if(s.b(e)){q=r.a.$ti +q=q.j("a9<2>").b(e)||!q.Q[1].b(e)}else q=!1 +if(q){h=r.a.b +if(e instanceof P.a3)if((e.a&24)!==0){g=h.c +h.c=null +b=h.vw(g) +h.a=e.a&30|h.a&1 +h.c=e.c +f.a=e +continue}else P.aeb(e,h) +else h.zM(e) +return}}h=r.a.b +g=h.c +h.c=null +b=h.vw(g) +e=r.b +q=r.c +if(!e){h.a=8 +h.c=q}else{h.a=h.a&1|16 +h.c=q}f.a=h +e=h}}, +av3(a,b){if(t.Hg.b(a))return b.tj(a,t.z,t.K,t.Km) +if(t.C_.b(a))return b.k7(a,t.z,t.K) +throw H.b(P.hB(a,"onError",u.w))}, +aIr(){var s,r +for(s=$.vm;s!=null;s=$.vm){$.Ev=null +r=s.b +$.vm=r +if(r==null)$.Eu=null +s.a.$0()}}, +aIS(){$.aoC=!0 +try{P.aIr()}finally{$.Ev=null +$.aoC=!1 +if($.vm!=null)$.apo().$1(P.avj())}}, +ava(a){var s=new P.Nh(a),r=$.Eu +if(r==null){$.vm=$.Eu=s +if(!$.aoC)$.apo().$1(P.avj())}else $.Eu=r.b=s}, +aIO(a){var s,r,q,p=$.vm +if(p==null){P.ava(a) +$.Ev=$.Eu +return}s=new P.Nh(a) +r=$.Ev +if(r==null){s.b=p +$.vm=$.Ev=s}else{q=r.b +s.b=q +$.Ev=r.b=s +if(q==null)$.Eu=s}}, +e6(a){var s,r=null,q=$.Y +if(C.I===q){P.akf(r,r,C.I,a) +return}if(C.I===q.gBD().a)s=C.I.gmw()===q.gmw() +else s=!1 +if(s){P.akf(r,r,q,q.mP(a,t.H)) +return}s=$.Y +s.lA(s.vX(a))}, +aFo(a,b){return new P.BS(new P.a8s(a,b),b.j("BS<0>"))}, +aMK(a){H.h1(a,"stream",t.K) +return new P.Sl()}, +ati(a,b,c,d,e){return d?new P.v7(b,null,c,a,e.j("v7<0>")):new P.u9(b,null,c,a,e.j("u9<0>"))}, +aoG(a){var s,r,q +if(a==null)return +try{a.$0()}catch(q){s=H.a0(q) +r=H.ax(q) +$.Y.ov(s,r)}}, +atM(a,b,c,d,e){var s=$.Y,r=d?1:0,q=P.ao2(s,a,e),p=P.ao3(s,b),o=c==null?P.avi():c +return new P.hv(q,p,s.mP(o,t.H),s,r,e.j("hv<0>"))}, +ao2(a,b,c){var s=b==null?P.aJa():b +return a.k7(s,t.H,c)}, +ao3(a,b){if(b==null)b=P.aJb() +if(t.hK.b(b))return a.tj(b,t.z,t.K,t.Km) +if(t.mX.b(b))return a.k7(b,t.z,t.K) +throw H.b(P.ci(u.y,null))}, +aIw(a){}, +aIy(a,b){$.Y.ov(a,b)}, +aIx(){}, +aHs(a,b,c){var s=a.aV(0),r=$.EM() +if(s!==r)s.h9(new P.ajn(b,c)) +else b.lV(c)}, +bX(a,b){var s=$.Y +if(s===C.I)return s.Dn(a,b) +return s.Dn(a,s.vX(b))}, +Mj(a,b){var s,r=$.Y +if(r===C.I)return r.Dl(a,b) +s=r.CF(b,t.Ce) +return $.Y.Dl(a,s)}, +aIL(a,b,c,d,e){P.Ew(d,e)}, +Ew(a,b){P.aIO(new P.akb(a,b))}, +akc(a,b,c,d){var s,r=$.Y +if(r===c)return d.$0() +$.Y=c +s=r +try{r=d.$0() +return r}finally{$.Y=s}}, +ake(a,b,c,d,e){var s,r=$.Y +if(r===c)return d.$1(e) +$.Y=c +s=r +try{r=d.$1(e) +return r}finally{$.Y=s}}, +akd(a,b,c,d,e,f){var s,r=$.Y +if(r===c)return d.$2(e,f) +$.Y=c +s=r +try{r=d.$2(e,f) +return r}finally{$.Y=s}}, +av6(a,b,c,d){return d}, +av7(a,b,c,d){return d}, +av5(a,b,c,d){return d}, +aIK(a,b,c,d,e){return null}, +akf(a,b,c,d){var s,r +if(C.I!==c){s=C.I.gmw() +r=c.gmw() +d=s!==r?c.vX(d):c.CE(d,t.H)}P.ava(d)}, +aIJ(a,b,c,d,e){return P.anT(d,C.I!==c?c.CE(e,t.H):e)}, +aII(a,b,c,d,e){return P.att(d,C.I!==c?c.O8(e,t.H,t.Ce):e)}, +aIM(a,b,c,d){H.UA(d)}, +aIH(a){$.Y.Rh(0,a)}, +av4(a,b,c,d,e){var s,r,q +$.ali=P.aJc() +s=c.gKF() +s=s +r=new P.O8(c.gLU(),c.gLW(),c.gLV(),c.gLB(),c.gLC(),c.gLA(),c.gJr(),c.gBD(),c.gIO(),c.gIM(),c.gLu(),c.gJD(),c.gAU(),c,s) +q=d.a +if(q!=null)r.cx=new P.it(r,q) +return r}, +abz:function abz(a){this.a=a}, +aby:function aby(a,b,c){this.a=a +this.b=b +this.c=c}, +abA:function abA(a){this.a=a}, +abB:function abB(a){this.a=a}, +DM:function DM(a){this.a=a +this.b=null +this.c=0}, +aiz:function aiz(a,b){this.a=a +this.b=b}, +aiy:function aiy(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Ng:function Ng(a,b){this.a=a +this.b=!1 +this.$ti=b}, +ajk:function ajk(a){this.a=a}, +ajl:function ajl(a){this.a=a}, +ako:function ako(a){this.a=a}, +aji:function aji(a,b){this.a=a +this.b=b}, +ajj:function ajj(a,b){this.a=a +this.b=b}, +Ni:function Ni(a){var _=this +_.a=null +_.b=!1 +_.c=null +_.$ti=a}, +abD:function abD(a){this.a=a}, +abE:function abE(a){this.a=a}, +abG:function abG(a){this.a=a}, +abH:function abH(a,b){this.a=a +this.b=b}, +abF:function abF(a,b){this.a=a +this.b=b}, +abC:function abC(a){this.a=a}, +mz:function mz(a,b){this.a=a +this.b=b}, +dr:function dr(a){var _=this +_.a=a +_.d=_.c=_.b=null}, +DD:function DD(a,b){this.a=a +this.$ti=b}, +q3:function q3(a,b){this.a=a +this.b=b}, +ZF:function ZF(a,b){this.a=a +this.b=b}, +ZE:function ZE(a,b){this.a=a +this.b=b}, +ZD:function ZD(a,b,c){this.a=a +this.b=b +this.c=c}, +ZH:function ZH(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +ZG:function ZG(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h}, +Bk:function Bk(){}, +aC:function aC(a,b){this.a=a +this.$ti=b}, +jo:function jo(a,b,c,d,e){var _=this +_.a=null +_.b=a +_.c=b +_.d=c +_.e=d +_.$ti=e}, +a3:function a3(a,b){var _=this +_.a=0 +_.b=a +_.c=null +_.$ti=b}, +ae8:function ae8(a,b){this.a=a +this.b=b}, +aeg:function aeg(a,b){this.a=a +this.b=b}, +aec:function aec(a){this.a=a}, +aed:function aed(a){this.a=a}, +aee:function aee(a,b,c){this.a=a +this.b=b +this.c=c}, +aea:function aea(a,b){this.a=a +this.b=b}, +aef:function aef(a,b){this.a=a +this.b=b}, +ae9:function ae9(a,b,c){this.a=a +this.b=b +this.c=c}, +aej:function aej(a,b,c){this.a=a +this.b=b +this.c=c}, +aek:function aek(a){this.a=a}, +aei:function aei(a,b){this.a=a +this.b=b}, +aeh:function aeh(a,b){this.a=a +this.b=b}, +Nh:function Nh(a){this.a=a +this.b=null}, +dk:function dk(){}, +a8s:function a8s(a,b){this.a=a +this.b=b}, +a8v:function a8v(a,b){this.a=a +this.b=b}, +a8w:function a8w(a,b){this.a=a +this.b=b}, +a8t:function a8t(a){this.a=a}, +a8u:function a8u(a,b,c){this.a=a +this.b=b +this.c=c}, +jg:function jg(){}, +LW:function LW(){}, +v3:function v3(){}, +aib:function aib(a){this.a=a}, +aia:function aia(a){this.a=a}, +Sw:function Sw(){}, +Nj:function Nj(){}, +u9:function u9(a,b,c,d,e){var _=this +_.a=null +_.b=0 +_.c=null +_.d=a +_.e=b +_.f=c +_.r=d +_.$ti=e}, +v7:function v7(a,b,c,d,e){var _=this +_.a=null +_.b=0 +_.c=null +_.d=a +_.e=b +_.f=c +_.r=d +_.$ti=e}, +mu:function mu(a,b){this.a=a +this.$ti=b}, +ue:function ue(a,b,c,d,e,f,g){var _=this +_.x=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.r=_.f=null +_.$ti=g}, +N_:function N_(){}, +abd:function abd(a){this.a=a}, +Sk:function Sk(a,b,c){this.c=a +this.a=b +this.b=c}, +hv:function hv(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.r=_.f=null +_.$ti=f}, +abU:function abU(a,b,c){this.a=a +this.b=b +this.c=c}, +abT:function abT(a){this.a=a}, +v4:function v4(){}, +BS:function BS(a,b){this.a=a +this.b=!1 +this.$ti=b}, +Cc:function Cc(a){this.b=a +this.a=0}, +Ok:function Ok(){}, +ui:function ui(a){this.b=a +this.a=null}, +Bu:function Bu(a,b){this.b=a +this.c=b +this.a=null}, +adv:function adv(){}, +Qz:function Qz(){}, +age:function age(a,b){this.a=a +this.b=b}, +v5:function v5(){this.c=this.b=null +this.a=0}, +Sl:function Sl(){}, +ajn:function ajn(a,b){this.a=a +this.b=b}, +it:function it(a,b){this.a=a +this.b=b}, +ahx:function ahx(a,b){this.a=a +this.b=b}, +ahy:function ahy(a,b){this.a=a +this.b=b}, +ahw:function ahw(a,b){this.a=a +this.b=b}, +agY:function agY(a,b){this.a=a +this.b=b}, +agZ:function agZ(a,b){this.a=a +this.b=b}, +agX:function agX(a,b){this.a=a +this.b=b}, +Tz:function Tz(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m}, +ve:function ve(){}, +Ty:function Ty(){}, +O8:function O8(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=null +_.db=n +_.dx=o}, +ade:function ade(a,b,c){this.a=a +this.b=b +this.c=c}, +adg:function adg(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +add:function add(a,b){this.a=a +this.b=b}, +adf:function adf(a,b,c){this.a=a +this.b=b +this.c=c}, +akb:function akb(a,b){this.a=a +this.b=b}, +RK:function RK(){}, +ahp:function ahp(a,b,c){this.a=a +this.b=b +this.c=c}, +ahr:function ahr(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aho:function aho(a,b){this.a=a +this.b=b}, +ahq:function ahq(a,b,c){this.a=a +this.b=b +this.c=c}, +hP(a,b){return new P.pu(a.j("@<0>").aH(b).j("pu<1,2>"))}, +ao5(a,b){var s=a[b] +return s===a?null:s}, +ao7(a,b,c){if(c==null)a[b]=a +else a[b]=c}, +ao6(){var s=Object.create(null) +P.ao7(s,"",s) +delete s[""] +return s}, +a0W(a,b,c,d){if(b==null){if(a==null)return new H.es(c.j("@<0>").aH(d).j("es<1,2>"))}else if(a==null)a=P.aJy() +return P.aGt(P.aJx(),a,b,c,d)}, +aJ(a,b,c){return H.avB(a,new H.es(b.j("@<0>").aH(c).j("es<1,2>")))}, +A(a,b){return new H.es(a.j("@<0>").aH(b).j("es<1,2>"))}, +aGt(a,b,c,d,e){var s=c!=null?c:new P.afq(d) +return new P.uD(a,b,s,d.j("@<0>").aH(e).j("uD<1,2>"))}, +bu(a){return new P.jp(a.j("jp<0>"))}, +ao8(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +fF(a){return new P.fm(a.j("fm<0>"))}, +aT(a){return new P.fm(a.j("fm<0>"))}, +d7(a,b){return H.aJZ(a,new P.fm(b.j("fm<0>")))}, +aoa(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +c_(a,b){var s=new P.kO(a,b) +s.c=a.e +return s}, +aHF(a,b){return J.e(a,b)}, +aHG(a){return J.e7(a)}, +aDg(a,b,c){var s=P.hP(b,c) +a.ai(0,new P.a_b(s,b,c)) +return s}, +amR(a,b,c){var s,r +if(P.aoD(a)){if(b==="("&&c===")")return"(...)" +return b+"..."+c}s=H.a([],t.s) +$.pO.push(a) +try{P.aIh(a,s)}finally{$.pO.pop()}r=P.anK(b,s,", ")+c +return r.charCodeAt(0)==0?r:r}, +xE(a,b,c){var s,r +if(P.aoD(a))return b+"..."+c +s=new P.c6(b) +$.pO.push(a) +try{r=s +r.a=P.anK(r.a,a,", ")}finally{$.pO.pop()}s.a+=c +r=s.a +return r.charCodeAt(0)==0?r:r}, +aoD(a){var s,r +for(s=$.pO.length,r=0;r100){while(!0){if(!(k>75&&j>3))break +k-=b.pop().length+2;--j}b.push("...") +return}}q=H.c(p) +r=H.c(o) +k+=r.length+q.length+4}}if(j>b.length+2){k+=5 +m="..."}else m=null +while(!0){if(!(k>80&&b.length>3))break +k-=b.pop().length+2 +if(m==null){k+=5 +m="..."}}if(m!=null)b.push(m) +b.push(q) +b.push(r)}, +a0X(a,b,c){var s=P.a0W(null,null,b,c) +J.iz(a,new P.a0Y(s,b,c)) +return s}, +iR(a,b){var s,r=P.fF(b) +for(s=J.aP(a);s.t();)r.H(0,b.a(s.gE(s))) +return r}, +o2(a,b){var s=P.fF(b) +s.O(0,a) +return s}, +aGu(a){return new P.Ck(a,a.a,a.c)}, +an3(a){var s,r={} +if(P.aoD(a))return"{...}" +s=new P.c6("") +try{$.pO.push(a) +s.a+="{" +r.a=!0 +J.iz(a,new P.a15(r,s)) +s.a+="}"}finally{$.pO.pop()}r=s.a +return r.charCodeAt(0)==0?r:r}, +fG(a,b){return new P.y2(P.aj(P.aDy(a),null,!1,b.j("0?")),b.j("y2<0>"))}, +aDy(a){if(a==null||a<8)return 8 +else if((a&a-1)>>>0!==0)return P.as2(a) +return a}, +as2(a){var s +a=(a<<1>>>0)-1 +for(;!0;a=s){s=(a&a-1)>>>0 +if(s===0)return a}}, +Tk(){throw H.b(P.S("Cannot change an unmodifiable set"))}, +aHK(a,b){return J.UV(a,b)}, +aHE(a){if(a.j("q(0,0)").b(P.avr()))return P.avr() +return P.aJz()}, +anJ(a,b){var s=P.aHE(a) +return new P.Ag(s,new P.a8c(a),a.j("@<0>").aH(b).j("Ag<1,2>"))}, +a8d(a,b,c){var s=b==null?new P.a8g(c):b +return new P.tA(a,s,c.j("tA<0>"))}, +pu:function pu(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +aeL:function aeL(a){this.a=a}, +C0:function C0(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +pv:function pv(a,b){this.a=a +this.$ti=b}, +BW:function BW(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +afs:function afs(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +uD:function uD(a,b,c,d){var _=this +_.x=a +_.y=b +_.z=c +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=d}, +afq:function afq(a){this.a=a}, +jp:function jp(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +pw:function pw(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +fm:function fm(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +afr:function afr(a){this.a=a +this.c=this.b=null}, +kO:function kO(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +a_b:function a_b(a,b,c){this.a=a +this.b=b +this.c=c}, +xF:function xF(){}, +xD:function xD(){}, +a0Y:function a0Y(a,b,c){this.a=a +this.b=b +this.c=c}, +y0:function y0(a){var _=this +_.b=_.a=0 +_.c=null +_.$ti=a}, +Ck:function Ck(a,b,c){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.e=!1}, +o3:function o3(){}, +y1:function y1(){}, +N:function N(){}, +y8:function y8(){}, +a15:function a15(a,b){this.a=a +this.b=b}, +au:function au(){}, +a16:function a16(a){this.a=a}, +Co:function Co(a,b){this.a=a +this.$ti=b}, +PN:function PN(a,b){this.a=a +this.b=b +this.c=null}, +DS:function DS(){}, +rh:function rh(){}, +pg:function pg(a,b){this.a=a +this.$ti=b}, +ir:function ir(){}, +eH:function eH(){}, +jn:function jn(){}, +By:function By(a,b,c){var _=this +_.f=a +_.c=b +_.b=_.a=null +_.$ti=c}, +kN:function kN(a,b,c){var _=this +_.f=a +_.c=b +_.b=_.a=null +_.$ti=c}, +nq:function nq(a){this.a=null +this.b=0 +this.$ti=a}, +OD:function OD(a,b,c){var _=this +_.a=a +_.b=b +_.c=null +_.$ti=c}, +y2:function y2(a,b){var _=this +_.a=a +_.d=_.c=_.b=0 +_.$ti=b}, +PK:function PK(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null}, +cn:function cn(){}, +pD:function pD(){}, +Tj:function Tj(){}, +e4:function e4(a,b){this.a=a +this.$ti=b}, +Se:function Se(){}, +cz:function cz(a,b){var _=this +_.a=a +_.c=_.b=null +_.$ti=b}, +eh:function eh(a,b,c){var _=this +_.d=a +_.a=b +_.c=_.b=null +_.$ti=c}, +Sd:function Sd(){}, +Ag:function Ag(a,b,c){var _=this +_.d=null +_.e=a +_.f=b +_.c=_.b=_.a=0 +_.$ti=c}, +a8c:function a8c(a){this.a=a}, +ju:function ju(){}, +kR:function kR(a,b){this.a=a +this.$ti=b}, +pF:function pF(a,b){this.a=a +this.$ti=b}, +Dr:function Dr(a,b){this.a=a +this.$ti=b}, +dq:function dq(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +Dv:function Dv(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +pE:function pE(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +tA:function tA(a,b,c){var _=this +_.d=null +_.e=a +_.f=b +_.c=_.b=_.a=0 +_.$ti=c}, +a8g:function a8g(a){this.a=a}, +a8f:function a8f(a,b){this.a=a +this.b=b}, +a8e:function a8e(a,b){this.a=a +this.b=b}, +Cl:function Cl(){}, +Ds:function Ds(){}, +Dt:function Dt(){}, +Du:function Du(){}, +DT:function DT(){}, +El:function El(){}, +Ep:function Ep(){}, +aIz(a,b){var s,r,q,p=null +try{p=JSON.parse(a)}catch(r){s=H.a0(r) +q=P.bG(String(s),null,null) +throw H.b(q)}q=P.ajt(p) +return q}, +ajt(a){var s +if(a==null)return null +if(typeof a!="object")return a +if(Object.getPrototypeOf(a)!==Array.prototype)return new P.Pz(a,Object.create(null)) +for(s=0;s=0)return null +return r}return null}, +aFR(a,b,c,d){var s=a?$.ax7():$.ax6() +if(s==null)return null +if(0===c&&d===b.length)return P.atD(s,b) +return P.atD(s,b.subarray(c,P.ev(c,d,b.length)))}, +atD(a,b){var s,r +try{s=a.decode(b) +return s}catch(r){H.a0(r)}return null}, +aqP(a,b,c,d,e,f){if(C.f.eQ(f,4)!==0)throw H.b(P.bG("Invalid base64 padding, padded length must be multiple of four, is "+f,a,c)) +if(d+e!==f)throw H.b(P.bG("Invalid base64 padding, '=' not at the end",a,b)) +if(e>2)throw H.b(P.bG("Invalid base64 padding, more than two '=' characters",a,b))}, +aG5(a,b,c,d,e,f){var s,r,q,p,o,n,m="Invalid encoding before padding",l="Invalid character",k=C.f.dQ(f,2),j=f&3,i=$.app() +for(s=b,r=0;s=0){k=(k<<6|p)&16777215 +j=j+1&3 +if(j===0){o=e+1 +d[e]=k>>>16&255 +e=o+1 +d[o]=k>>>8&255 +o=e+1 +d[e]=k&255 +e=o +k=0}continue}else if(p===-1&&j>1){if(r>127)break +if(j===3){if((k&3)!==0)throw H.b(P.bG(m,a,s)) +d[e]=k>>>10 +d[e+1]=k>>>2}else{if((k&15)!==0)throw H.b(P.bG(m,a,s)) +d[e]=k>>>4}n=(3-j)*3 +if(q===37)n+=2 +return P.atL(a,s+1,c,-n-1)}throw H.b(P.bG(l,a,s))}if(r>=0&&r<=127)return(k<<2|j)>>>0 +for(s=b;s127)break}throw H.b(P.bG(l,a,s))}, +aG3(a,b,c,d){var s=P.aG4(a,b,c),r=(d&3)+(s-b),q=C.f.dQ(r,2)*3,p=r&3 +if(p!==0&&s0)return new Uint8Array(q) +return $.axb()}, +aG4(a,b,c){var s,r=c,q=r,p=0 +while(!0){if(!(q>b&&p<2))break +c$0:{--q +s=C.b.ay(a,q) +if(s===61){++p +r=q +break c$0}if((s|32)===100){if(q===b)break;--q +s=C.b.ay(a,q)}if(s===51){if(q===b)break;--q +s=C.b.ay(a,q)}if(s===37){++p +r=q +break c$0}break}}return r}, +atL(a,b,c,d){var s,r +if(b===c)return d +s=-d-1 +for(;s>0;){r=C.b.ay(a,b) +if(s===3){if(r===61){s-=3;++b +break}if(r===37){--s;++b +if(b===c)break +r=C.b.ay(a,b)}else break}if((s>3?s-3:s)===2){if(r!==51)break;++b;--s +if(b===c)break +r=C.b.ay(a,b)}if((r|32)!==100)break;++b;--s +if(b===c)break}if(b!==c)throw H.b(P.bG("Invalid padding character",a,b)) +return-s-1}, +as_(a,b,c){return new P.xK(a,b)}, +aHH(a){return a.mX()}, +aGs(a,b){var s=b==null?P.aJJ():b +return new P.afi(a,[],s)}, +atY(a,b,c){var s,r=new P.c6(""),q=P.aGs(r,b) +q.yb(a) +s=r.a +return s.charCodeAt(0)==0?s:s}, +an_(a){return P.ca(function(){var s=a +var r=0,q=1,p,o,n,m,l,k +return function $async$an_(b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:k=P.ev(0,null,s.length) +o=0,n=0,m=0 +case 2:if(!(m>>0!==0?255:q}return o}, +Pz:function Pz(a,b){this.a=a +this.b=b +this.c=null}, +afh:function afh(a){this.a=a}, +PA:function PA(a){this.a=a}, +aa2:function aa2(){}, +aa1:function aa1(){}, +VA:function VA(){}, +Fh:function Fh(){}, +Fg:function Fg(){}, +abO:function abO(){this.a=0}, +FD:function FD(){}, +Gn:function Gn(){}, +iH:function iH(){}, +Yh:function Yh(){}, +xK:function xK(a,b){this.a=a +this.b=b}, +Id:function Id(a,b){this.a=a +this.b=b}, +a0s:function a0s(){}, +If:function If(a){this.b=a}, +Ie:function Ie(a){this.a=a}, +afj:function afj(){}, +afk:function afk(a,b){this.a=a +this.b=b}, +afi:function afi(a,b,c){this.c=a +this.a=b +this.b=c}, +aa0:function aa0(){}, +Mz:function Mz(){}, +aiU:function aiU(a){this.b=0 +this.c=a}, +AW:function AW(a){this.a=a}, +aiT:function aiT(a){this.a=a +this.b=16 +this.c=0}, +amL(a,b){return H.asG(a,b,null)}, +aCX(a){var s=typeof a=="number"||typeof a=="string" +if(s)throw H.b(P.hB(a,u.e,null))}, +e5(a,b){var s=H.asH(a,b) +if(s!=null)return s +throw H.b(P.bG(a,null,null))}, +aoT(a){var s=H.a3B(a) +if(s!=null)return s +throw H.b(P.bG("Invalid double",a,null))}, +aCW(a){if(a instanceof H.cU)return a.i(0) +return"Instance of '"+H.a3A(a)+"'"}, +ard(a,b){var s +if(Math.abs(a)<=864e13)s=!1 +else s=!0 +if(s)H.f(P.ci("DateTime is outside valid range: "+a,null)) +H.h1(b,"isUtc",t.y) +return new P.f5(a,b)}, +aj(a,b,c,d){var s,r=c?J.a0e(a,d):J.arV(a,d) +if(a!==0&&b!=null)for(s=0;s")) +for(s=J.aP(a);s.t();)r.push(s.gE(s)) +if(b)return r +return J.a0f(r)}, +as(a,b,c){var s +if(b)return P.as4(a,c) +s=J.a0f(P.as4(a,c)) +return s}, +as4(a,b){var s,r +if(Array.isArray(a))return H.a(a.slice(0),b.j("r<0>")) +s=H.a([],b.j("r<0>")) +for(r=J.aP(a);r.t();)s.push(r.gE(r)) +return s}, +as5(a,b){return J.arW(P.bo(a,!1,b))}, +a8y(a,b,c){var s,r +if(Array.isArray(a)){s=a +r=s.length +c=P.ev(b,c,r) +return H.asI(b>0||c>>4]&1<<(o&15))!==0)p+=H.bV(o) +else p=d&&o===32?p+"+":p+"%"+n[o>>>4&15]+n[o&15]}return p.charCodeAt(0)==0?p:p}, +aFl(){var s,r +if($.axy())return H.ax(new Error()) +try{throw H.b("")}catch(r){H.a0(r) +s=H.ax(r) +return s}}, +aCp(a,b){return J.UV(a,b)}, +aCy(){return new P.f5(Date.now(),!1)}, +aCx(a,b){var s +if(Math.abs(a)<=864e13)s=!1 +else s=!0 +if(s)H.f(P.ci("DateTime is outside valid range: "+a,null)) +H.h1(b,"isUtc",t.y) +return new P.f5(a,b)}, +aCz(a){var s=Math.abs(a),r=a<0?"-":"" +if(s>=1000)return""+a +if(s>=100)return r+"0"+s +if(s>=10)return r+"00"+s +return r+"000"+s}, +aCA(a){if(a>=100)return""+a +if(a>=10)return"0"+a +return"00"+a}, +GB(a){if(a>=10)return""+a +return"0"+a}, +cV(a,b){return new P.aH(1000*b+a)}, +nw(a){if(typeof a=="number"||H.mL(a)||a==null)return J.dR(a) +if(typeof a=="string")return JSON.stringify(a) +return P.aCW(a)}, +n2(a){return new P.n1(a)}, +ci(a,b){return new P.fs(!1,null,b,a)}, +hB(a,b,c){return new P.fs(!0,a,b,c)}, +any(a){var s=null +return new P.rT(s,s,!1,s,s,a)}, +Kf(a,b,c){return new P.rT(null,null,!0,a,b,c==null?"Value not in range":c)}, +bv(a,b,c,d,e){return new P.rT(b,c,!0,a,d,"Invalid value")}, +asO(a,b,c,d){if(ac)throw H.b(P.bv(a,b,c,d,null)) +return a}, +aEw(a,b,c,d){if(d==null)d=b.gn(b) +if(0>a||a>=d)throw H.b(P.bT(a,b,c==null?"index":c,null,d)) +return a}, +ev(a,b,c){if(0>a||a>c)throw H.b(P.bv(a,0,c,"start",null)) +if(b!=null){if(a>b||b>c)throw H.b(P.bv(b,a,c,"end",null)) +return b}return c}, +d8(a,b){if(a<0)throw H.b(P.bv(a,0,null,b,null)) +return a}, +bT(a,b,c,d,e){var s=e==null?J.cF(b):e +return new P.I2(s,!0,a,c,"Index out of range")}, +S(a){return new P.u_(a)}, +c7(a){return new P.tY(a)}, +V(a){return new P.kv(a)}, +bE(a){return new P.Gp(a)}, +cI(a){return new P.BJ(a)}, +bG(a,b,c){return new P.lu(a,b,c)}, +an4(a,b,c,d,e){return new H.nc(a,b.j("@<0>").aH(c).aH(d).aH(e).j("nc<1,2,3,4>"))}, +Uz(a){var s=J.dR(a),r=$.ali +if(r==null)H.UA(s) +else r.$1(s)}, +anD(a,b,c,d){return new H.jH(a,b,c.j("@<0>").aH(d).j("jH<1,2>"))}, +ath(){$.alH() +return new P.LV()}, +aHy(a,b){return 65536+((a&1023)<<10)+(b&1023)}, +anY(a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=null,a4=a5.length +if(a4>=5){s=((C.b.aE(a5,4)^58)*3|C.b.aE(a5,0)^100|C.b.aE(a5,1)^97|C.b.aE(a5,2)^116|C.b.aE(a5,3)^97)>>>0 +if(s===0)return P.atB(a4=14)r[7]=a4 +q=r[1] +if(q>=0)if(P.av9(a5,0,q,20,r)===20)r[7]=q +p=r[2]+1 +o=r[3] +n=r[4] +m=r[5] +l=r[6] +if(lq+3){j=a3 +k=!1}else{i=o>0 +if(i&&o+1===n){j=a3 +k=!1}else{if(!(mn+2&&C.b.fb(a5,"/..",m-3) +else h=!0 +if(h){j=a3 +k=!1}else{if(q===4)if(C.b.fb(a5,"file",0)){if(p<=0){if(!C.b.fb(a5,"/",n)){g="file:///" +s=3}else{g="file://" +s=2}a5=g+C.b.S(a5,n,a4) +q-=0 +i=s-0 +m+=i +l+=i +a4=a5.length +p=7 +o=7 +n=7}else if(n===m){++l +f=m+1 +a5=C.b.p9(a5,n,m,"/");++a4 +m=f}j="file"}else if(C.b.fb(a5,"http",0)){if(i&&o+3===n&&C.b.fb(a5,"80",o+1)){l-=3 +e=n-3 +m-=3 +a5=C.b.p9(a5,o,n,"") +a4-=3 +n=e}j="http"}else j=a3 +else if(q===5&&C.b.fb(a5,"https",0)){if(i&&o+4===n&&C.b.fb(a5,"443",o+1)){l-=4 +e=n-4 +m-=4 +a5=C.b.p9(a5,o,n,"") +a4-=3 +n=e}j="https"}else j=a3 +k=!0}}}else j=a3 +if(k){if(a40)j=P.aHb(a5,0,q) +else{if(q===0)P.vd(a5,0,"Invalid empty scheme") +j=""}if(p>0){d=q+3 +c=d9)k.$2("invalid character",s)}else{if(q===3)k.$2(m,s) +o=P.e5(C.b.S(a,r,s),null) +if(o>255)k.$2(l,r) +n=q+1 +j[q]=o +r=s+1 +q=n}}if(q!==3)k.$2(m,c) +o=P.e5(C.b.S(a,r,c),null) +if(o>255)k.$2(l,r) +j[q]=o +return j}, +atC(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=new P.a9U(a),d=new P.a9V(e,a) +if(a.length<2)e.$1("address is too short") +s=H.a([],t.t) +for(r=b,q=r,p=!1,o=!1;r>>0) +s.push((k[2]<<8|k[3])>>>0)}if(p){if(s.length>7)e.$1("an address with a wildcard must have less than 7 parts")}else if(s.length!==8)e.$1("an address without a wildcard must contain exactly 8 parts") +j=new Uint8Array(16) +for(l=s.length,i=9-l,r=0,h=0;r=b&&q=b&&s>>4]&1<<(p&15))!==0){if(q&&65<=p&&90>=p){if(i==null)i=new P.c6("") +if(r>>4]&1<<(o&15))!==0){if(p&&65<=o&&90>=o){if(q==null)q=new P.c6("") +if(r>>4]&1<<(o&15))!==0)P.vd(a,s,"Invalid character") +else{if((o&64512)===55296&&s+1>>4]&1<<(q&15))!==0))P.vd(a,s,"Illegal scheme character") +if(65<=q&&q<=90)r=!0}a=C.b.S(a,b,c) +return P.aH8(r?a.toLowerCase():a)}, +aH8(a){if(a==="http")return"http" +if(a==="file")return"file" +if(a==="https")return"https" +if(a==="package")return"package" +return a}, +auo(a,b,c){if(a==null)return"" +return P.DU(a,b,c,C.J4,!1)}, +aul(a,b,c,d,e,f){var s,r=e==="file",q=r||f +if(a==null)return r?"/":"" +else s=P.DU(a,b,c,C.mO,!0) +if(s.length===0){if(r)return"/"}else if(q&&!C.b.bP(s,"/"))s="/"+s +return P.aHc(s,e,f)}, +aHc(a,b,c){var s=b.length===0 +if(s&&!c&&!C.b.bP(a,"/"))return P.aur(a,!s||c) +return P.aut(a)}, +aun(a,b,c,d){var s,r={} +if(a!=null){if(d!=null)throw H.b(P.ci("Both query and queryParameters specified",null)) +return P.DU(a,b,c,C.fD,!0)}if(d==null)return null +s=new P.c6("") +r.a="" +d.ai(0,new P.aiR(new P.aiS(r,s))) +r=s.a +return r.charCodeAt(0)==0?r:r}, +auj(a,b,c){if(a==null)return null +return P.DU(a,b,c,C.fD,!0)}, +aom(a,b,c){var s,r,q,p,o,n=b+2 +if(n>=a.length)return"%" +s=C.b.ay(a,b+1) +r=C.b.ay(a,n) +q=H.akK(s) +p=H.akK(r) +if(q<0||p<0)return"%" +o=q*16+p +if(o<127&&(C.fG[C.f.dQ(o,4)]&1<<(o&15))!==0)return H.bV(c&&65<=o&&90>=o?(o|32)>>>0:o) +if(s>=97||r>=97)return C.b.S(a,b,b+3).toUpperCase() +return null}, +aol(a){var s,r,q,p,o,n="0123456789ABCDEF" +if(a<128){s=new Uint8Array(3) +s[0]=37 +s[1]=C.b.aE(n,a>>>4) +s[2]=C.b.aE(n,a&15)}else{if(a>2047)if(a>65535){r=240 +q=4}else{r=224 +q=3}else{r=192 +q=2}s=new Uint8Array(3*q) +for(p=0;--q,q>=0;r=128){o=C.f.a9r(a,6*q)&63|r +s[p]=37 +s[p+1]=C.b.aE(n,o>>>4) +s[p+2]=C.b.aE(n,o&15) +p+=3}}return P.a8y(s,0,null)}, +DU(a,b,c,d,e){var s=P.auq(a,b,c,d,e) +return s==null?C.b.S(a,b,c):s}, +auq(a,b,c,d,e){var s,r,q,p,o,n,m,l,k,j=null +for(s=!e,r=b,q=r,p=j;r>>4]&1<<(o&15))!==0)++r +else{if(o===37){n=P.aom(a,r,!1) +if(n==null){r+=3 +continue}if("%"===n){n="%25" +m=1}else m=3}else if(s&&o<=93&&(C.mD[o>>>4]&1<<(o&15))!==0){P.vd(a,r,"Invalid character") +m=j +n=m}else{if((o&64512)===55296){l=r+1 +if(l=2&&P.aui(C.b.aE(a,0)))for(s=1;s127||(C.mG[r>>>4]&1<<(r&15))===0)break}return a}, +aHa(a,b){var s,r,q +for(s=0,r=0;r<2;++r){q=C.b.aE(a,b+r) +if(48<=q&&q<=57)s=s*16+q-48 +else{q|=32 +if(97<=q&&q<=102)s=s*16+q-87 +else throw H.b(P.ci("Invalid URL encoding",null))}}return s}, +aHe(a,b,c,d,e){var s,r,q,p,o=b +while(!0){if(!(o127)throw H.b(P.ci("Illegal percent encoding in URI",null)) +if(r===37){if(o+3>q)throw H.b(P.ci("Truncated URI",null)) +p.push(P.aHa(a,o+1)) +o+=2}else p.push(r)}}return d.dR(0,p)}, +aui(a){var s=a|32 +return 97<=s&&s<=122}, +atB(a,b,c){var s,r,q,p,o,n,m,l,k="Invalid MIME type",j=H.a([b-1],t.t) +for(s=a.length,r=b,q=-1,p=null;rb)throw H.b(P.bG(k,a,r)) +for(;p!==44;){j.push(r);++r +for(o=-1;r=0)j.push(o) +else{n=C.c.gL(j) +if(p!==44||r!==n+7||!C.b.fb(a,"base64",n+1))throw H.b(P.bG("Expecting '='",a,r)) +break}}j.push(r) +m=r+1 +if((j.length&1)===1)a=C.A_.agw(0,a,m,s) +else{l=P.auq(a,m,s,C.fD,!0) +if(l!=null)a=C.b.p9(a,m,s,l)}return new P.a9S(a,j,c)}, +aHC(){var s,r,q,p,o,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-._~!$&'()*+,;=",m=".",l=":",k="/",j="?",i="#",h=J.lD(22,t.H3) +for(s=0;s<22;++s)h[s]=new Uint8Array(96) +r=new P.ajx(h) +q=new P.ajy() +p=new P.ajz() +o=r.$2(0,225) +q.$3(o,n,1) +q.$3(o,m,14) +q.$3(o,l,34) +q.$3(o,k,3) +q.$3(o,j,172) +q.$3(o,i,205) +o=r.$2(14,225) +q.$3(o,n,1) +q.$3(o,m,15) +q.$3(o,l,34) +q.$3(o,k,234) +q.$3(o,j,172) +q.$3(o,i,205) +o=r.$2(15,225) +q.$3(o,n,1) +q.$3(o,"%",225) +q.$3(o,l,34) +q.$3(o,k,9) +q.$3(o,j,172) +q.$3(o,i,205) +o=r.$2(1,225) +q.$3(o,n,1) +q.$3(o,l,34) +q.$3(o,k,10) +q.$3(o,j,172) +q.$3(o,i,205) +o=r.$2(2,235) +q.$3(o,n,139) +q.$3(o,k,131) +q.$3(o,m,146) +q.$3(o,j,172) +q.$3(o,i,205) +o=r.$2(3,235) +q.$3(o,n,11) +q.$3(o,k,68) +q.$3(o,m,18) +q.$3(o,j,172) +q.$3(o,i,205) +o=r.$2(4,229) +q.$3(o,n,5) +p.$3(o,"AZ",229) +q.$3(o,l,102) +q.$3(o,"@",68) +q.$3(o,"[",232) +q.$3(o,k,138) +q.$3(o,j,172) +q.$3(o,i,205) +o=r.$2(5,229) +q.$3(o,n,5) +p.$3(o,"AZ",229) +q.$3(o,l,102) +q.$3(o,"@",68) +q.$3(o,k,138) +q.$3(o,j,172) +q.$3(o,i,205) +o=r.$2(6,231) +p.$3(o,"19",7) +q.$3(o,"@",68) +q.$3(o,k,138) +q.$3(o,j,172) +q.$3(o,i,205) +o=r.$2(7,231) +p.$3(o,"09",7) +q.$3(o,"@",68) +q.$3(o,k,138) +q.$3(o,j,172) +q.$3(o,i,205) +q.$3(r.$2(8,8),"]",5) +o=r.$2(9,235) +q.$3(o,n,11) +q.$3(o,m,16) +q.$3(o,k,234) +q.$3(o,j,172) +q.$3(o,i,205) +o=r.$2(16,235) +q.$3(o,n,11) +q.$3(o,m,17) +q.$3(o,k,234) +q.$3(o,j,172) +q.$3(o,i,205) +o=r.$2(17,235) +q.$3(o,n,11) +q.$3(o,k,9) +q.$3(o,j,172) +q.$3(o,i,205) +o=r.$2(10,235) +q.$3(o,n,11) +q.$3(o,m,18) +q.$3(o,k,234) +q.$3(o,j,172) +q.$3(o,i,205) +o=r.$2(18,235) +q.$3(o,n,11) +q.$3(o,m,19) +q.$3(o,k,234) +q.$3(o,j,172) +q.$3(o,i,205) +o=r.$2(19,235) +q.$3(o,n,11) +q.$3(o,k,234) +q.$3(o,j,172) +q.$3(o,i,205) +o=r.$2(11,235) +q.$3(o,n,11) +q.$3(o,k,10) +q.$3(o,j,172) +q.$3(o,i,205) +o=r.$2(12,236) +q.$3(o,n,12) +q.$3(o,j,12) +q.$3(o,i,205) +o=r.$2(13,237) +q.$3(o,n,13) +q.$3(o,j,13) +p.$3(r.$2(20,245),"az",21) +o=r.$2(21,245) +p.$3(o,"az",21) +p.$3(o,"09",21) +q.$3(o,"+-.",21) +return h}, +av9(a,b,c,d,e){var s,r,q,p,o=$.axQ() +for(s=b;s95?31:q] +d=p&31 +e[p>>>5]=s}return d}, +a2g:function a2g(a,b){this.a=a +this.b=b}, +c4:function c4(){}, +f5:function f5(a,b){this.a=a +this.b=b}, +aH:function aH(a){this.a=a}, +XQ:function XQ(){}, +XR:function XR(){}, +bF:function bF(){}, +n1:function n1(a){this.a=a}, +mr:function mr(){}, +J4:function J4(){}, +fs:function fs(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +rT:function rT(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.a=c +_.b=d +_.c=e +_.d=f}, +I2:function I2(a,b,c,d,e){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e}, +k7:function k7(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +u_:function u_(a){this.a=a}, +tY:function tY(a){this.a=a}, +kv:function kv(a){this.a=a}, +Gp:function Gp(a){this.a=a}, +Je:function Je(){}, +Ak:function Ak(){}, +GA:function GA(a){this.a=a}, +BJ:function BJ(a){this.a=a}, +lu:function lu(a,b,c){this.a=a +this.b=b +this.c=c}, +Hl:function Hl(a){this.a=a}, +p:function p(){}, +Ib:function Ib(){}, +cK:function cK(a,b,c){this.a=a +this.b=b +this.$ti=c}, +aA:function aA(){}, +z:function z(){}, +Sp:function Sp(){}, +LV:function LV(){this.b=this.a=0}, +a5r:function a5r(a){var _=this +_.a=a +_.c=_.b=0 +_.d=-1}, +c6:function c6(a){this.a=a}, +a9T:function a9T(a){this.a=a}, +a9U:function a9U(a){this.a=a}, +a9V:function a9V(a,b){this.a=a +this.b=b}, +vc:function vc(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.z=_.y=_.x=null}, +aiS:function aiS(a,b){this.a=a +this.b=b}, +aiR:function aiR(a){this.a=a}, +a9S:function a9S(a,b,c){this.a=a +this.b=b +this.c=c}, +ajx:function ajx(a){this.a=a}, +ajy:function ajy(){}, +ajz:function ajz(){}, +S0:function S0(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=null}, +Oc:function Oc(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.z=_.y=_.x=null}, +aEY(a){return new P.oM()}, +aL7(a,b){if(!C.b.bP(a,"ext."))throw H.b(P.hB(a,"method","Must begin with ext.")) +if($.auJ.h(0,a)!=null)throw H.b(P.ci("Extension already registered: "+a,null)) +$.auJ.p(0,a,b)}, +aL5(a,b){C.az.mv(b)}, +pc(a,b,c){$.anS.push(null) +return}, +pb(){var s,r +if($.anS.length===0)throw H.b(P.V("Uneven calls to startSync and finishSync")) +s=$.anS.pop() +if(s==null)return +P.auy(s.c) +r=s.d +if(r!=null){H.c(r.b) +s.d.toString +P.auy(null)}}, +auy(a){if(a==null||a.gn(a)===0)return"{}" +return C.az.mv(a)}, +oM:function oM(){}, +aJI(a){var s,r,q +if(t.J2.b(a)){s=J.aqo(a) +if(s.constructor===Array)if(typeof CanvasPixelArray!=="undefined"){s.constructor=CanvasPixelArray +s.BYTES_PER_ELEMENT=1}return a}r=a.data +q=a.height +a.width +return new P.Te(r,q)}, +auE(a){var s,r +if(a==null)return a +if(typeof a=="string"||typeof a=="number"||H.mL(a))return a +if(P.avN(a))return P.h3(a) +if(Array.isArray(a)){s=[] +for(r=0;rc)throw H.b(P.bv(a,0,c,s,s)) +if(bc)throw H.b(P.bv(b,a,c,s,s))}, +aHt(a){return a}, +aou(a,b,c){var s +try{if(Object.isExtensible(a)&&!Object.prototype.hasOwnProperty.call(a,b)){Object.defineProperty(a,b,{value:c}) +return!0}}catch(s){H.a0(s)}return!1}, +auS(a,b){if(Object.prototype.hasOwnProperty.call(a,b))return a[b] +return null}, +Ul(a){if(a==null||typeof a=="string"||typeof a=="number"||H.mL(a))return a +if(a instanceof P.jZ)return a.a +if(H.avM(a))return a +if(t.e2.b(a))return a +if(a instanceof P.f5)return H.ff(a) +if(t._8.b(a))return P.auR(a,"$dart_jsFunction",new P.ajv()) +return P.auR(a,"_$dart_jsObject",new P.ajw($.apt()))}, +auR(a,b,c){var s=P.auS(a,b) +if(s==null){s=c.$1(a) +P.aou(a,b,s)}return s}, +aor(a){if(a==null||typeof a=="string"||typeof a=="number"||typeof a=="boolean")return a +else if(a instanceof Object&&H.avM(a))return a +else if(a instanceof Object&&t.e2.b(a))return a +else if(a instanceof Date)return P.ard(a.getTime(),!1) +else if(a.constructor===$.apt())return a.o +else return P.akp(a)}, +akp(a){if(typeof a=="function")return P.aox(a,$.UK(),new P.akq()) +if(a instanceof Array)return P.aox(a,$.apq(),new P.akr()) +return P.aox(a,$.apq(),new P.aks())}, +aox(a,b,c){var s=P.auS(a,b) +if(s==null||!(a instanceof Object)){s=c.$1(a) +P.aou(a,b,s)}return s}, +aHA(a){var s,r=a.$dart_jsFunction +if(r!=null)return r +s=function(b,c){return function(){return b(c,Array.prototype.slice.apply(arguments))}}(P.aHq,a) +s[$.UK()]=a +a.$dart_jsFunction=s +return s}, +aHq(a,b){return P.amL(a,b)}, +eZ(a){if(typeof a=="function")return a +else return P.aHA(a)}, +a0q:function a0q(a){this.a=a}, +ajv:function ajv(){}, +ajw:function ajw(a){this.a=a}, +akq:function akq(){}, +akr:function akr(){}, +aks:function aks(){}, +jZ:function jZ(a){this.a=a}, +xJ:function xJ(a){this.a=a}, +nV:function nV(a,b){this.a=a +this.$ti=b}, +uB:function uB(){}, +aoX(a,b){return b in a}, +avl(a,b,c){return a[b].apply(a,c)}, +aHr(a,b){return a[b]()}, +iy(a,b){var s=new P.a3($.Y,b.j("a3<0>")),r=new P.aC(s,b.j("aC<0>")) +a.then(H.h2(new P.alj(r),1),H.h2(new P.alk(r),1)) +return s}, +J3:function J3(a){this.a=a}, +alj:function alj(a){this.a=a}, +alk:function alk(a){this.a=a}, +avP(a){return Math.log(a)}, +fO:function fO(a,b,c){this.a=a +this.b=b +this.$ti=c}, +cw:function cw(){}, +k2:function k2(){}, +Iq:function Iq(){}, +k8:function k8(){}, +J6:function J6(){}, +a3k:function a3k(){}, +a49:function a49(){}, +t2:function t2(){}, +LY:function LY(){}, +aR:function aR(){}, +p_:function p_(){}, +kB:function kB(){}, +Mo:function Mo(){}, +PG:function PG(){}, +PH:function PH(){}, +Qr:function Qr(){}, +Qs:function Qs(){}, +Sn:function Sn(){}, +So:function So(){}, +T1:function T1(){}, +T2:function T2(){}, +H8:function H8(){}, +ano(){var s=H.ai() +if(s)return new H.qm() +else return new H.Hc()}, +am3(a,b){var s='"recorder" must not already be associated with another Canvas.',r=H.ai() +if(r){if(a.gQx())H.f(P.ci(s,null)) +if(b==null)b=C.jK +return new H.W_(t.wW.a(a).js(0,b))}else{t.X8.a(a) +if(a.c)H.f(P.ci(s,null)) +return new H.a8z(a.js(0,b==null?C.jK:b))}}, +aES(){var s,r,q=H.ai() +if(q){q=new H.KW(H.a([],t.k5),C.a6) +s=new H.a0O(q) +s.b=q +return s}else{q=H.a([],t.wc) +s=$.a8D +r=H.a([],t.g) +s=new H.fB(s!=null&&s.c===C.aE?s:null) +$.iw.push(s) +s=new H.yM(r,s,C.b6) +s.f=H.dg() +q.push(s) +return new H.a8C(q)}}, +lR(a,b,c){if(b==null)if(a==null)return null +else return a.a_(0,1-c) +else if(a==null)return b.a_(0,c) +else return new P.l(P.kW(a.a,b.a,c),P.kW(a.b,b.b,c))}, +aF7(a,b,c){if(b==null)if(a==null)return null +else return a.a_(0,1-c) +else if(a==null)return b.a_(0,c) +else return new P.D(P.kW(a.a,b.a,c),P.kW(a.b,b.b,c))}, +hn(a,b){var s=a.a,r=b*2/2,q=a.b +return new P.v(s-r,q-r,s+r,q+r)}, +aEz(a,b,c){var s=a.a,r=c/2,q=a.b,p=b/2 +return new P.v(s-r,q-p,s+r,q+p)}, +a48(a,b){var s=a.a,r=b.a,q=a.b,p=b.b +return new P.v(Math.min(s,r),Math.min(q,p),Math.max(s,r),Math.max(q,p))}, +aEA(a,b,c){var s,r,q,p,o +if(b==null)if(a==null)return null +else{s=1-c +return new P.v(a.a*s,a.b*s,a.c*s,a.d*s)}else{r=b.a +q=b.b +p=b.c +o=b.d +if(a==null)return new P.v(r*c,q*c,p*c,o*c) +else return new P.v(P.kW(a.a,r,c),P.kW(a.b,q,c),P.kW(a.c,p,c),P.kW(a.d,o,c))}}, +z4(a,b,c){var s,r,q +if(b==null)if(a==null)return null +else{s=1-c +return new P.bD(a.a*s,a.b*s)}else{r=b.a +q=b.b +if(a==null)return new P.bD(r*c,q*c) +else return new P.bD(P.kW(a.a,r,c),P.kW(a.b,q,c))}}, +asL(a,b,c){return new P.fg(a.a,a.b,a.c,a.d,b,c,b,c,b,c,b,c,b===c)}, +a3M(a,b){var s=b.a,r=b.b +return new P.fg(a.a,a.b,a.c,a.d,s,r,s,r,s,r,s,r,s===r)}, +a3K(a,b,c,d,e,f,g,h){var s=e.a,r=e.b,q=f.a,p=f.b,o=g.a,n=g.b,m=h.a,l=h.b +return new P.fg(a,b,c,d,o,n,m,l,q,p,s,r,o===n&&o===m&&o===l&&o===s&&o===r&&o===q&&o===p)}, +a3L(a,b,c,d,e){var s=b.a,r=b.b,q=c.a,p=c.b,o=d.a,n=d.b,m=e.a,l=e.b,k=o===n&&o===m&&o===l&&o===s&&o===r&&o===q&&o===p +return new P.fg(a.a,a.b,a.c,a.d,o,n,m,l,q,p,s,r,k)}, +dH(a,b){a=a+J.e7(b)&536870911 +a=a+((a&524287)<<10)&536870911 +return a^a>>>6}, +atX(a){a=a+((a&67108863)<<3)&536870911 +a^=a>>>11 +return a+((a&16383)<<15)&536870911}, +a2(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,a0,a1){var s=P.dH(P.dH(0,a),b) +if(!J.e(c,C.a)){s=P.dH(s,c) +if(!J.e(d,C.a)){s=P.dH(s,d) +if(!J.e(e,C.a)){s=P.dH(s,e) +if(!J.e(f,C.a)){s=P.dH(s,f) +if(!J.e(g,C.a)){s=P.dH(s,g) +if(!J.e(h,C.a)){s=P.dH(s,h) +if(!J.e(i,C.a)){s=P.dH(s,i) +if(!J.e(j,C.a)){s=P.dH(s,j) +if(!J.e(k,C.a)){s=P.dH(s,k) +if(!J.e(l,C.a)){s=P.dH(s,l) +if(!J.e(m,C.a)){s=P.dH(s,m) +if(!J.e(n,C.a)){s=P.dH(s,n) +if(!J.e(o,C.a)){s=P.dH(s,o) +if(!J.e(p,C.a)){s=P.dH(s,p) +if(!J.e(q,C.a)){s=P.dH(s,q) +if(!J.e(r,C.a)){s=P.dH(s,r) +if(!J.e(a0,C.a)){s=P.dH(s,a0) +if(!J.e(a1,C.a))s=P.dH(s,a1)}}}}}}}}}}}}}}}}}return P.atX(s)}, +ej(a){var s,r,q +if(a!=null)for(s=a.length,r=0,q=0;q>>24&255)*b),0,255),a.gm(a)>>>16&255,a.gm(a)>>>8&255,a.gm(a)&255)}, +ar(a,b,c,d){return new P.k(((a&255)<<24|(b&255)<<16|(c&255)<<8|d&255)>>>0)}, +Wy(a,b,c,d){return new P.k(((C.d.d1(d*255,1)&255)<<24|(a&255)<<16|(b&255)<<8|c&255)>>>0)}, +am7(a){if(a<=0.03928)return a/12.92 +return Math.pow((a+0.055)/1.055,2.4)}, +O(a,b,c){if(b==null)if(a==null)return null +else return P.av8(a,1-c) +else if(a==null)return P.av8(b,c) +else return P.ar(H.vp(C.d.eb(P.ajT(a.gm(a)>>>24&255,b.gm(b)>>>24&255,c)),0,255),H.vp(C.d.eb(P.ajT(a.gm(a)>>>16&255,b.gm(b)>>>16&255,c)),0,255),H.vp(C.d.eb(P.ajT(a.gm(a)>>>8&255,b.gm(b)>>>8&255,c)),0,255),H.vp(C.d.eb(P.ajT(a.gm(a)&255,b.gm(b)&255,c)),0,255))}, +am8(a,b){var s,r,q,p=a.gm(a)>>>24&255 +if(p===0)return b +s=255-p +r=b.gm(b)>>>24&255 +if(r===255)return P.ar(255,C.f.d1(p*(a.gm(a)>>>16&255)+s*(b.gm(b)>>>16&255),255),C.f.d1(p*(a.gm(a)>>>8&255)+s*(b.gm(b)>>>8&255),255),C.f.d1(p*(a.gm(a)&255)+s*(b.gm(b)&255),255)) +else{r=C.f.d1(r*s,255) +q=p+r +return P.ar(q,C.f.lO((a.gm(a)>>>16&255)*p+(b.gm(b)>>>16&255)*r,q),C.f.lO((a.gm(a)>>>8&255)*p+(b.gm(b)>>>8&255)*r,q),C.f.lO((a.gm(a)&255)*p+(b.gm(b)&255)*r,q))}}, +aDV(){var s=H.ai() +return s?H.aK():new H.aE(new H.aG())}, +amN(a,b,c,d,e){var s=H.ai() +if(s){s=new H.FZ(a,b,c,d,e,null) +s.fM(null,t.zM)}else s=new H.a_3(a,b,c,d,e,null) +return s}, +aDf(a,b,c,d,e,f,g,h){var s,r +if(c.length!==d.length)H.f(P.ci('"colors" and "colorStops" arguments must have equal length.',null)) +s=H.EJ(f) +r=g.k(0,a)&&h===0 +if(r){r=H.ai() +if(r){r=new H.G_(a,b,c,d,e,s) +r.fM(null,t.zM)}else r=new H.xl(a,b,c,d,e,s) +return r}else{r=H.ai() +if(r){r=new H.FY(g,h,a,b,c,d,e,s) +r.fM(null,t.zM)}else r=new H.a_2(g,h,a,b,c,d,e,s) +return r}}, +akV(a,b,c,d){var s=0,r=P.K(t.hP),q,p +var $async$akV=P.G(function(e,f){if(e===1)return P.H(f,r) +while(true)switch(s){case 0:p=H.ai() +if(p){p=new H.FE("encoded image bytes",a) +p.fM(null,t.c6) +q=p +s=1 +break}else{q=new H.HW((self.URL||self.webkitURL).createObjectURL(W.aBT([a.buffer]))) +s=1 +break}case 1:return P.I(q,r)}}) +return P.J($async$akV,r)}, +aF0(a){return a>0?a*0.57735+0.5:0}, +bj(){var s=H.ai() +if(s)return H.aCj() +else return H.anL()}, +aDZ(a,b,c,d,e,f,g){return new P.JY(a,!1,f,e,g,d,c)}, +asC(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8){return new P.rI(a8,b,f,a4,c,n,k,l,i,j,a,!1,a6,o,q,p,d,e,a5,r,a1,a0,s,h,a7,m,a2,a3)}, +amI(a,b,c){var s,r=a==null +if(r&&b==null)return null +r=r?null:a.a +if(r==null)r=3 +s=b==null?null:b.a +r=P.a8(r,s==null?3:s,c) +r.toString +return C.HQ[H.vp(C.d.aW(r),0,8)]}, +a9x(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,a0,a1){var s=H.ai() +if(s){s=t.eQ +return H.am6(s.a(a),b,c,d,e,f,g,h,i,j,k,l,s.a(m),n,o,p,q,r,a0,a1)}else return H.amp(a,b,c,d,e,f,g,h,i,j,k,l,m,n,p,q,r,a0,a1)}, +JF(a,b,c,d,e,f,g,h,i,j,a0,a1){var s,r,q,p,o,n,m,l=null,k=H.ai() +if(k){s=H.aF9(l) +if(j!=null)s.textAlign=$.axZ()[j.a] +k=a0==null +if(!k)s.textDirection=$.ay1()[a0.a] +if(h!=null)s.maxLines=h +r=f!=null +if(r)s.heightMultiplier=f +q=a1==null +if(!q)s.textHeightBehavior=$.ay2()[0] +if(a!=null)s.ellipsis=a +if(i!=null){t.S3.a(i) +p=H.aFa(l) +p.fontFamilies=H.aoy(i.a,i.b) +o=i.c +if(o!=null)p.fontSize=o +o=i.d +if(o!=null)p.heightMultiplier=o +n=q?l:a1.c +switch(n){case null:break +case C.ys:p.halfLeading=!0 +break +case C.yr:p.halfLeading=!1 +break}o=i.f +if(o!=null||i.r!=null)p.fontStyle=H.apf(o,i.r) +p.forceStrutHeight=!0 +p.strutEnabled=!0 +s.strutStyle=p}m=H.atc(l) +if(e!=null||d!=null)m.fontStyle=H.apf(e,d) +if(c!=null)m.fontSize=c +if(r)m.heightMultiplier=f +m.fontFamilies=H.aoy(b,l) +s.textStyle=m +r=J.ayF($.T.bS(),s) +k=k?C.l:a0 +return new H.G1(r,k,b,c,f,e,d,q?l:a1.c)}else return new H.wS(j,a0,e,d,h,b,c,f,a1,t.fd.a(i),a,g)}, +aFr(a,b,c,d,e,f,g,h){var s=H.ai() +if(s)return new H.wf(a,b,c,g,h,e,d,!0,null) +else return new H.wT(a,b,c,g,h,e,d,!0,null)}, +JE(a){var s,r,q,p,o,n=H.ai() +if(n)return H.ar5(a) +else{n=t.IH +if($.aa8.b){n.a(a) +return new H.W2(new P.c6(""),a,H.a([],t.zY),H.a([],t.PL),new H.KX(a),H.a([],t.v))}else{n.a(a) +n=$.aa +n=t.V.a((n==null?$.aa=H.bf():n).jz(0,"p")) +s=H.a([],t.v) +r=a.z +if(r!=null){q=H.a([],t._m) +p=r.a +if(p!=null)q.push(p) +r=r.b +if(r!=null)C.c.O(q,r)}o=n.style +r=a.a +if(r!=null){p=a.b +r=H.alu(r,p==null?C.l:p) +o.textAlign=r==null?"":r}if(a.gxc(a)!=null){r=H.c(a.gxc(a)) +o.lineHeight=r}r=a.b +if(r!=null){r=H.apb(r) +o.direction=r==null?"":r}r=a.r +if(r!=null){r=""+C.d.eM(r)+"px" +o.fontSize=r}r=a.c +if(r!=null){r=H.akD(r) +o.fontWeight=r==null?"":r}r=a.d +if(r!=null){r=r===C.ff?"normal":"italic" +o.fontStyle=r}r=H.mM(a.ga2x()) +o.fontFamily=r==null?"":r +return new H.Xu(n,a,[],s)}}}, +aE0(a){throw H.b(P.c7(null))}, +aE_(a){throw H.b(P.c7(null))}, +Gd:function Gd(a,b){this.a=a +this.b=b}, +JI:function JI(a,b){this.a=a +this.b=b}, +aco:function aco(a,b){this.a=a +this.b=b}, +Dz:function Dz(a,b,c){this.a=a +this.b=b +this.c=c}, +kL:function kL(a,b){var _=this +_.a=a +_.b=!0 +_.c=b +_.d=!1 +_.e=null}, +W9:function W9(a){this.a=a}, +Wa:function Wa(){}, +Wb:function Wb(){}, +Ja:function Ja(){}, +l:function l(a,b){this.a=a +this.b=b}, +D:function D(a,b){this.a=a +this.b=b}, +v:function v(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +bD:function bD(a,b){this.a=a +this.b=b}, +fg:function fg(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m}, +aeK:function aeK(){}, +alB:function alB(){}, +xN:function xN(a){this.b=a}, +hU:function hU(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +k:function k(a){this.a=a}, +jh:function jh(a,b){this.a=a +this.b=b}, +ji:function ji(a,b){this.a=a +this.b=b}, +JD:function JD(a,b){this.a=a +this.b=b}, +bO:function bO(a,b){this.a=a +this.b=b}, +qn:function qn(a){this.b=a}, +VG:function VG(a,b){this.a=a +this.b=b}, +ri:function ri(a,b){this.a=a +this.b=b}, +qR:function qR(a,b){this.a=a +this.b=b}, +a_G:function a_G(a){this.b=a}, +Ll:function Ll(){}, +a8U:function a8U(){}, +a3a:function a3a(){}, +JY:function JY(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +ME:function ME(){}, +jW:function jW(a){this.a=a}, +q0:function q0(a){this.b=a}, +lJ:function lJ(a,b){this.a=a +this.c=b}, +kd:function kd(a){this.b=a}, +j4:function j4(a){this.b=a}, +yS:function yS(a){this.b=a}, +rI:function rI(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.ch=k +_.cx=l +_.cy=m +_.db=n +_.dx=o +_.dy=p +_.fr=q +_.fx=r +_.fy=s +_.go=a0 +_.id=a1 +_.k1=a2 +_.k2=a3 +_.k3=a4 +_.k4=a5 +_.r1=a6 +_.r2=a7 +_.rx=a8}, +rJ:function rJ(a){this.a=a}, +cC:function cC(a){this.a=a}, +cy:function cy(a){this.a=a}, +a6D:function a6D(a){this.a=a}, +HI:function HI(a,b){this.a=a +this.b=b}, +lW:function lW(a){this.b=a}, +hg:function hg(a){this.a=a}, +ky:function ky(a,b){this.a=a +this.b=b}, +At:function At(a,b){this.a=a +this.b=b}, +Aw:function Aw(a){this.a=a}, +p2:function p2(a,b){this.a=a +this.b=b}, +Me:function Me(a){this.b=a}, +mn:function mn(a,b){this.a=a +this.b=b}, +fT:function fT(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +As:function As(a){this.b=a}, +b1:function b1(a,b){this.a=a +this.b=b}, +d0:function d0(a,b){this.a=a +this.b=b}, +j_:function j_(a){this.a=a}, +Fn:function Fn(a,b){this.a=a +this.b=b}, +VL:function VL(){}, +tW:function tW(a,b){this.a=a +this.b=b}, +Zg:function Zg(){}, +nz:function nz(){}, +Lq:function Lq(){}, +EY:function EY(){}, +Fr:function Fr(a){this.b=a}, +VZ:function VZ(a){this.a=a}, +HM:function HM(){}, +a3h:function a3h(){}, +Vt:function Vt(){}, +Fb:function Fb(){}, +Vu:function Vu(a){this.a=a}, +Vv:function Vv(a){this.a=a}, +Vw:function Vw(){}, +q7:function q7(){}, +a2u:function a2u(){}, +Nl:function Nl(){}, +Vh:function Vh(){}, +LT:function LT(){}, +Sf:function Sf(){}, +Sg:function Sg(){}},Q={yc:function yc(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d},PO:function PO(){}, +as3(a,b,c,d,e,f,g,h,i,j,k,l,m,n){return new Q.rd(!1,k,l,i,f,m,b,n,j,e,h,g,d,a,null)}, +lI(a,b,c,d,e,f){return new Q.Iw(a,e,d,f,c,b,null)}, +ah6(a,b){var s +if(a==null)return C.r +a.cc(0,b,!0) +s=a.rx +s.toString +return s}, +Ix:function Ix(a){this.b=a}, +rd:function rd(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.x=a +_.y=b +_.z=c +_.Q=d +_.ch=e +_.cx=f +_.cy=g +_.db=h +_.dx=i +_.dy=j +_.fr=k +_.fx=l +_.fy=m +_.b=n +_.a=o}, +Iw:function Iw(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.cx=e +_.cy=f +_.a=g}, +pz:function pz(a){this.b=a}, +Cm:function Cm(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.ch=j +_.cx=k +_.cy=l +_.db=m +_.a=n}, +PL:function PL(a,b,c,d,e){var _=this +_.am=a +_.b=_.a=_.fx=_.dy=null +_.c=b +_.e=_.d=null +_.f=c +_.r=null +_.x=d +_.y=e +_.Q=_.z=null +_.ch=!1 +_.cx=!0 +_.dx=_.db=_.cy=!1}, +uX:function uX(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.B=a +_.az=_.a8=_.W=_.N=null +_.aN=b +_.b_=c +_.b6=d +_.bK=e +_.bL=f +_.c_=g +_.d6=h +_.bi=i +_.c7=j +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=k +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +ah8:function ah8(a,b){this.a=a +this.b=b}, +ah7:function ah7(a,b,c){this.a=a +this.b=b +this.c=c}, +Ad:function Ad(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s +_.fy=a0 +_.go=a1 +_.id=a2 +_.k1=a3 +_.k2=a4 +_.k3=a5 +_.k4=a6 +_.r1=a7}, +S3:function S3(){}, +p6(a,b,c){return new Q.tT(c,a,C.c7,b)}, +tT:function tT(a,b,c,d){var _=this +_.b=a +_.c=b +_.e=c +_.a=d}, +ex:function ex(a,b,c){var _=this +_.e=null +_.bx$=a +_.T$=b +_.a=c}, +zt:function zt(a,b,c,d,e,f,g){var _=this +_.B=a +_.a8=_.W=_.N=null +_.az=b +_.aN=c +_.b_=!1 +_.c_=_.bL=_.bK=_.b6=null +_.bI$=d +_.Z$=e +_.dj$=f +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=g +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +a4J:function a4J(a){this.a=a}, +a4L:function a4L(a,b,c){this.a=a +this.b=b +this.c=c}, +a4M:function a4M(a){this.a=a}, +a4K:function a4K(){}, +D2:function D2(){}, +Ru:function Ru(){}, +Rv:function Rv(){}, +aEC(a){var s,r +for(s=t.Rn,r=t.NW;a!=null;){if(r.b(a))return a +a=s.a(a.gak(a))}return null}, +asX(a,b,c,d,e,f){var s,r,q,p,o,n,m +if(b==null)return e +s=f.n1(b,0,e) +r=f.n1(b,1,e) +q=d.cx +q.toString +p=s.a +o=r.a +if(pp)n=s +else{if(!(q"))}, +jL(a){return new R.fv(a)}, +aD:function aD(){}, +bc:function bc(a,b,c){this.a=a +this.b=b +this.$ti=c}, +fY:function fY(a,b,c){this.a=a +this.b=b +this.$ti=c}, +ay:function ay(a,b,c){this.a=a +this.b=b +this.$ti=c}, +zF:function zF(a,b,c,d){var _=this +_.c=a +_.a=b +_.b=c +_.$ti=d}, +f4:function f4(a,b){this.a=a +this.b=b}, +zb:function zb(a,b){this.a=a +this.b=b}, +lB:function lB(a,b){this.a=a +this.b=b}, +fv:function fv(a){this.a=a}, +E3:function E3(){}, +pM(a,b){return null}, +Gw:function Gw(a,b,c,d,e,f,g,h,i,j){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j}, +SM:function SM(a,b){this.a=a +this.b=b}, +O2:function O2(){}, +bq(a){return new R.bI(H.a([],a.j("r<0>")),a.j("bI<0>"))}, +bI:function bI(a,b){var _=this +_.a=a +_.b=!1 +_.c=null +_.$ti=b}, +xn:function xn(a,b){this.a=a +this.$ti=b}, +aFj(a){var s=t.ZK +return P.as(new H.im(new H.fI(new H.b7(H.a(C.b.cX(a).split("\n"),t.s),new R.a8i(),t.Hd),R.aL9(),t.C9),s),!0,s.j("p.E"))}, +aFh(a){var s=R.aFi(a) +return s}, +aFi(a){var s,r,q="",p=$.awR().wJ(a) +if(p==null)return null +s=H.a(p.b[1].split("."),t.s) +r=s.length>1?C.c.gK(s):q +return new R.ie(a,-1,q,q,q,-1,-1,r,s.length>1?H.fS(s,1,null,t.N).c8(0,"."):C.c.gcp(s))}, +aFk(a){var s,r,q,p,o,n,m,l,k,j,i="" +if(a==="")return C.Ou +else if(a==="...")return C.Ot +if(!C.b.bP(a,"#"))return R.aFh(a) +s=P.eS("^#(\\d+) +(.+) \\((.+?):?(\\d+){0,1}:?(\\d+){0,1}\\)$",!0).wJ(a).b +r=s[2] +r.toString +q=H.UC(r,".","") +if(C.b.bP(q,"new")){p=q.split(" ").length>1?q.split(" ")[1]:i +if(C.b.A(p,".")){o=p.split(".") +p=o[0] +q=o[1]}else q=""}else if(C.b.A(q,".")){o=q.split(".") +p=o[0] +q=o[1]}else p="" +r=s[3] +r.toString +n=P.anY(r) +m=n.gxD(n) +if(n.gpr()==="dart"||n.gpr()==="package"){l=n.gp1()[0] +m=C.b.RL(n.gxD(n),H.c(n.gp1()[0])+"/","")}else l=i +r=s[1] +r.toString +r=P.e5(r,null) +k=n.gpr() +j=s[4] +if(j==null)j=-1 +else{j=j +j.toString +j=P.e5(j,null)}s=s[5] +if(s==null)s=-1 +else{s=s +s.toString +s=P.e5(s,null)}return new R.ie(a,r,k,l,m,j,s,p,q)}, +ie:function ie(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i}, +a8i:function a8i(){}, +jk:function jk(a){this.a=a}, +u0:function u0(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +CO:function CO(a,b){this.a=a +this.b=b}, +jl:function jl(a,b){this.a=a +this.b=b +this.c=0}, +qY:function qY(a,b,c){var _=this +_.d=a +_.a=b +_.b=c +_.c=0}, +aBQ(a){switch(a){case C.H:case C.K:case C.E:case C.F:return C.mi +case C.D:case C.B:return C.GR}}, +Fe:function Fe(a){this.a=a}, +q5:function q5(a,b){this.d=a +this.a=b}, +Vz:function Vz(a,b){this.a=a +this.b=b}, +aDl(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){return new R.r6(d,a1,a3,a2,p,a0,r,s,o,e,l,a5,b,f,i,m,k,a4,a6,a7,g,!1,q,!1,j,c,n)}, +dw(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var s=null +return new R.I5(c,o,s,s,s,n,l,m,j,!0,C.a9,s,s,d,f,i,h,p,q,r,e!==!1,!1,k,!1,g,b,s)}, +lC:function lC(){}, +r7:function r7(){}, +CK:function CK(a,b,c){this.f=a +this.b=b +this.a=c}, +r6:function r6(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.ch=j +_.cx=k +_.cy=l +_.db=m +_.dx=n +_.dy=o +_.fr=p +_.fx=q +_.fy=r +_.go=s +_.id=a0 +_.k1=a1 +_.k2=a2 +_.k3=a3 +_.k4=a4 +_.r1=a5 +_.r2=a6 +_.a=a7}, +C6:function C6(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.ch=j +_.cx=k +_.cy=l +_.db=m +_.dx=n +_.dy=o +_.fr=p +_.fx=q +_.fy=r +_.go=s +_.id=a0 +_.k1=a1 +_.k2=a2 +_.k3=a3 +_.k4=a4 +_.r1=a5 +_.r2=a6 +_.rx=a7 +_.ry=a8 +_.x1=a9 +_.a=b0}, +uv:function uv(a){this.b=a}, +C5:function C5(a,b,c,d){var _=this +_.e=_.d=null +_.f=!1 +_.r=a +_.x=null +_.y=b +_.z=!1 +_.fZ$=c +_.a=null +_.b=d +_.c=null}, +af9:function af9(){}, +afa:function afa(a,b){this.a=a +this.b=b}, +af7:function af7(a,b){this.a=a +this.b=b}, +af8:function af8(a){this.a=a}, +I5:function I5(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.ch=j +_.cx=k +_.cy=l +_.db=m +_.dx=n +_.dy=o +_.fr=p +_.fx=q +_.fy=r +_.go=s +_.id=a0 +_.k1=a1 +_.k2=a2 +_.k3=a3 +_.k4=a4 +_.r1=a5 +_.r2=a6 +_.a=a7}, +Eh:function Eh(){}, +aEb(a,b,c){var s,r=P.O(a.a,b.a,c),q=Y.eU(a.b,b.b,c),p=P.a8(a.c,b.c,c),o=A.by(a.d,b.d,c) +if(c<0.5)s=a.e +else s=b.e +return new R.yU(r,q,p,o,s)}, +a3u(a){var s +a.J(t.xF) +s=K.an(a) +return s.bK}, +yU:function yU(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +R4:function R4(){}, +anM(a,b,c,d,e){if(a==null&&b==null)return null +return new R.Cd(a,b,c,d,e.j("Cd<0>"))}, +Ap:function Ap(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +Cd:function Cd(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +Su:function Su(){}, +aFA(a,b,c){var s=P.O(a.a,b.a,c),r=P.O(a.b,b.b,c) +return new R.AF(s,r,P.O(a.c,b.c,c))}, +ats(a){var s +a.J(t.bZ) +s=K.an(a) +return s.dS}, +AF:function AF(a,b,c){this.a=a +this.b=b +this.c=c}, +SK:function SK(){}, +mo(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h=null,g=a==null,f=g?h:a.a,e=b==null +f=A.by(f,e?h:b.a,c) +s=g?h:a.b +s=A.by(s,e?h:b.b,c) +r=g?h:a.c +r=A.by(r,e?h:b.c,c) +q=g?h:a.d +q=A.by(q,e?h:b.d,c) +p=g?h:a.e +p=A.by(p,e?h:b.e,c) +o=g?h:a.f +o=A.by(o,e?h:b.f,c) +n=g?h:a.r +n=A.by(n,e?h:b.r,c) +m=g?h:a.x +m=A.by(m,e?h:b.x,c) +l=g?h:a.y +l=A.by(l,e?h:b.y,c) +k=g?h:a.z +k=A.by(k,e?h:b.z,c) +j=g?h:a.Q +j=A.by(j,e?h:b.Q,c) +i=g?h:a.ch +i=A.by(i,e?h:b.ch,c) +g=g?h:a.cx +return new R.e0(f,s,r,q,p,o,n,m,l,k,j,i,A.by(g,e?h:b.cx,c))}, +e0:function e0(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m}, +SN:function SN(){}, +iS:function iS(a,b,c){this.bx$=a +this.T$=b +this.a=c}, +zq:function zq(a,b,c,d,e){var _=this +_.B=a +_.bI$=b +_.Z$=c +_.dj$=d +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=e +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +a4y:function a4y(a){this.a=a}, +a4z:function a4z(a){this.a=a}, +a4u:function a4u(a){this.a=a}, +a4v:function a4v(a){this.a=a}, +a4w:function a4w(a){this.a=a}, +a4x:function a4x(a){this.a=a}, +a4s:function a4s(a){this.a=a}, +a4t:function a4t(a){this.a=a}, +Rq:function Rq(){}, +Rr:function Rr(){}, +a3i:function a3i(){this.a=0}, +rG:function rG(){}, +zX:function zX(a,b,c,d,e,f,g){var _=this +_.rx=0 +_.ry=a +_.x1=null +_.f=b +_.r=c +_.x=d +_.y=e +_.Q=_.z=null +_.ch=0 +_.cy=_.cx=null +_.db=!1 +_.dx=!0 +_.dy=!1 +_.fr=null +_.fx=!1 +_.go=_.fy=null +_.id=f +_.k1=null +_.a3$=0 +_.a5$=g +_.ar$=_.ao$=0 +_.aj$=!1}, +Lr:function Lr(){}, +Ls:function Ls(a,b){this.c=a +this.a=b}, +a6V:function a6V(a){this.a=a}, +Rx:function Rx(a,b,c){var _=this +_.w=a +_.ab=null +_.q$=b +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=c +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +LQ:function LQ(a){this.a=a}, +a_L:function a_L(){}, +a2X:function a2X(){}, +rE:function rE(a,b,c){this.b=a +this.a=b +this.$ti=c}, +w7:function w7(a,b){this.a=a +this.b=b}, +pk:function pk(a,b){this.b=a +this.l7$=b}, +pn:function pn(a,b,c){this.b=a +this.c=b +this.l7$=c}, +fX:function fX(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.l7$=d}, +Tu:function Tu(){}, +Tv:function Tv(){}, +arv(a,b,c){K.an(a) +c>0 +return b}},S={ +z0(a){var s=new S.z_(new R.bI(H.a([],t.x8),t.jc),new R.bI(H.a([],t.b),t.fy),0) +s.c=a +if(a==null){s.a=C.z +s.b=0}return s}, +cM(a,b,c){var s=new S.qA(b,a,c) +s.C3(b.gbh(b)) +b.cu(s.gC2()) +return s}, +anU(a,b,c){var s,r,q=new S.pd(a,b,c,new R.bI(H.a([],t.x8),t.jc),new R.bI(H.a([],t.b),t.fy)) +if(J.e(a.gm(a),b.gm(b))){q.a=b +q.b=null +s=b}else{if(a.gm(a)>b.gm(b))q.c=C.zf +else q.c=C.ze +s=a}s.cu(q.gnV()) +s=q.gCh() +q.a.ad(0,s) +r=q.b +if(r!=null)r.ad(0,s) +return q}, +aqO(a,b,c){return new S.vM(a,b,new R.bI(H.a([],t.x8),t.jc),new R.bI(H.a([],t.b),t.fy),0,c.j("vM<0>"))}, +N1:function N1(){}, +N2:function N2(){}, +vB:function vB(a){this.$ti=a}, +vN:function vN(){}, +z_:function z_(a,b,c){var _=this +_.c=_.b=_.a=null +_.f1$=a +_.ci$=b +_.fq$=c}, +km:function km(a,b,c){this.a=a +this.f1$=b +this.fq$=c}, +qA:function qA(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +T0:function T0(a){this.b=a}, +pd:function pd(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.f=_.e=null +_.f1$=d +_.ci$=e}, +qs:function qs(){}, +vM:function vM(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.d=_.c=null +_.f1$=c +_.ci$=d +_.fq$=e +_.$ti=f}, +Bl:function Bl(){}, +Bm:function Bm(){}, +Bn:function Bn(){}, +O6:function O6(){}, +R7:function R7(){}, +R8:function R8(){}, +R9:function R9(){}, +RH:function RH(){}, +RI:function RI(){}, +SY:function SY(){}, +SZ:function SZ(){}, +T_:function T_(){}, +vL:function vL(){}, +vK:function vK(){}, +n_:function n_(){}, +l7:function l7(){}, +GX:function GX(a){this.b=a}, +cN:function cN(){}, +c5:function c5(){}, +xj:function xj(a){this.b=a}, +rP:function rP(){}, +a3x:function a3x(a,b){this.a=a +this.b=b}, +hl:function hl(a,b){this.a=a +this.b=b}, +Pg:function Pg(){}, +aDA(){return new T.xo(new S.a17(),P.A(t.K,t.Qu))}, +a9z:function a9z(a){this.b=a}, +o6:function o6(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.dx=c +_.dy=d +_.fx=e +_.y2=f +_.a=g}, +a17:function a17(){}, +a1c:function a1c(){}, +Cp:function Cp(a){var _=this +_.a=_.d=null +_.b=a +_.c=null}, +afy:function afy(a,b){this.a=a +this.b=b}, +afx:function afx(){}, +afz:function afz(){}, +aD_(a,a0,a1){var s,r,q,p,o,n,m,l=P.O(a.a,a0.a,a1),k=P.O(a.b,a0.b,a1),j=P.O(a.c,a0.c,a1),i=P.O(a.d,a0.d,a1),h=P.O(a.e,a0.e,a1),g=P.a8(a.f,a0.f,a1),f=P.a8(a.r,a0.r,a1),e=P.a8(a.x,a0.x,a1),d=P.a8(a.y,a0.y,a1),c=P.a8(a.z,a0.z,a1),b=Y.eU(a.Q,a0.Q,a1) +if(a1<0.5)s=a.ch +else s=a0.ch +r=S.qb(a.cx,a0.cx,a1) +q=S.qb(a.cy,a0.cy,a1) +p=S.qb(a.db,a0.db,a1) +o=S.qb(a.dx,a0.dx,a1) +n=P.a8(a.dy,a0.dy,a1) +m=V.fx(a.fr,a0.fr,a1) +return new S.x5(l,k,j,i,h,g,f,e,d,c,b,s,r,q,p,o,n,m,A.by(a.fx,a0.fx,a1))}, +x5:function x5(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s}, +P3:function P3(){}, +aFD(a,b,c){var s=A.by(a.a,b.a,c),r=S.qb(a.b,b.b,c),q=P.O(a.c,b.c,c),p=P.O(a.d,b.d,c),o=P.O(a.e,b.e,c),n=P.O(a.f,b.f,c),m=P.O(a.r,b.r,c),l=P.O(a.x,b.x,c),k=P.O(a.z,b.z,c),j=P.O(a.y,b.y,c),i=P.O(a.Q,b.Q,c),h=P.O(a.ch,b.ch,c),g=P.O(a.cx,b.cx,c),f=K.q9(a.db,b.db,c) +return new S.AL(s,r,q,p,o,n,m,l,j,k,i,h,g,P.a8(a.cy,b.cy,c),f)}, +AL:function AL(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o}, +ST:function ST(){}, +atv(a,b){return new S.AP(b,a,null)}, +aFG(){var s,r,q +if($.a9I.a!==0){s=P.bo($.a9I,!0,t.P_) +for(r=s.length,q=0;q element."),p,"SVG",U.aZ("in _Element.svg"),new S.adD(a),!1)) +s=H.a([],t.AM) +r=a.x +q=o.b +a.e.dt(0,new S.DB("svg",new F.jQ(n,s,L.pT(a.b,r,a.d,new P.v(0,0,0+q.a,0+q.b),p,p),p))) +return p}o.toString +s=a.d +r=o.b +r=new F.qG(o,n,p,H.a([],t.AM),s,L.pT(a.b,a.x,s,new P.v(0,0,0+r.a,0+r.b),p,p)) +a.f=r +s=a.y +s.toString +a.Co(s,r) +return p}, +aGf(a,b){var s,r,q,p,o,n=null,m=a.e +m=m.gL(m).b +m.toString +s=O.a5(a.x,"id","",n) +r=H.a([],t.AM) +q=a.x +p=a.f.a.b +p=L.pT(a.b,q,a.d,new P.v(0,0,0+p.a,0+p.b),m.gbY(m),n) +q=D.mP(O.a5(a.x,"transform",n,n)) +o=new F.jQ(s,r,p,q==null?n:q.a) +if(!a.r)C.c.H(m.geX(m),o) +m=a.y +m.toString +a.Co(m,o) +return n}, +aGk(a,b){var s,r,q,p,o=null,n=a.e +n=n.gL(n).b +n.toString +s=O.a5(a.x,"id","",o) +r=H.a([],t.AM) +n=L.pT(a.b,a.x,a.d,o,n.gbY(n),o) +q=D.mP(O.a5(a.x,"transform",o,o)) +q=q==null?o:q.a +p=a.y +p.toString +a.Co(p,new F.jQ(s,r,n,q)) +return o}, +aGm(a,b){var s,r,q,p,o,n,m,l=null,k=a.e,j=k.gL(k).b +k=a.x +s=O.a5(k,"href",O.a5(k,"href","",l),"http://www.w3.org/1999/xlink") +if(s.length===0)return l +k=a.x +r=a.d +q=a.f.a.b +p=L.pT(a.b,k,r,new P.v(0,0,0+q.a,0+q.b),j.gbY(j),l) +o=D.mP(O.a5(a.x,"transform",l,l)) +if(o==null){o=new E.ap(new Float64Array(16)) +o.cz()}k=K.av(O.a5(a.x,"x","0",l),!1) +q=K.av(O.a5(a.x,"y","0",l),!1) +q.toString +o.an(0,k,q) +r=r.yh("url("+s+")") +r.toString +n=new F.jQ(O.a5(a.x,"id","",l),H.a([r.oJ(p)],t.AM),p,o.a) +m=a.w6(n) +if(!a.r||!m)C.c.H(j.geX(j),n) +return l}, +atO(a,b,c){var s,r,q,p,o,n=null +for(s=new P.dr(a.qo().a());s.t();){r=s.gE(s) +if(r instanceof L.fW)continue +if(r instanceof V.eW){q=O.a5(a.x,"stop-opacity","1",n) +p=E.ap3(O.a5(a.x,"stop-color","",n)) +if(p==null)p=C.t +r=K.av(q,!1) +r.toString +o=p.a +b.push(P.ar(C.d.aW(255*r),o>>>16&255,o>>>8&255,o&255)) +o=O.a5(a.x,"offset","0%",n) +o.toString +c.push(D.l1(o))}}return n}, +aGi(a7,a8){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=null,e=O.a5(a7.x,"gradientUnits",f,f),d=e!=="userSpaceOnUse",c=O.a5(a7.x,"cx","50%",f),b=O.a5(a7.x,"cy","50%",f),a=O.a5(a7.x,"r","50%",f),a0=O.a5(a7.x,"fx",c,f),a1=O.a5(a7.x,"fy",b,f),a2=L.aw_(a7.x),a3="url(#"+H.c(O.a5(a7.x,"id","",f))+")",a4=D.mP(O.a5(a7.x,"gradientTransform",f,f)),a5=H.a([],t.v),a6=H.a([],t.t_) +if(a7.y.d){s=a7.x +r=O.a5(s,"href",O.a5(s,"href","",f),"http://www.w3.org/1999/xlink") +q=t.I5.a(a7.d.a.h(0,"url("+H.c(r)+")")) +if(q==null)A.ap5(a7.b,r,"radialGradient") +else{if(e==null)d=q.d===C.cH +C.c.O(a6,q.b) +C.c.O(a5,q.a)}}else S.atO(a7,a6,a5) +p=H.b8("cx") +o=H.b8("cy") +n=H.b8("r") +m=H.b8("fx") +l=H.b8("fy") +if(d){c.toString +p.b=D.l1(c) +b.toString +o.b=D.l1(b) +a.toString +n.b=D.l1(a) +a0.toString +m.b=D.l1(a0) +a1.toString +l.b=D.l1(a1)}else{c.toString +if(C.b.ep(c,"%"))s=D.l2(c,1)*(0+a7.f.a.b.a-0)+0 +else{s=K.av(c,!1) +s.toString}p.b=s +b.toString +if(C.b.ep(b,"%"))s=D.l2(b,1)*(0+a7.f.a.b.b-0)+0 +else{s=K.av(b,!1) +s.toString}o.b=s +a.toString +if(C.b.ep(a,"%")){s=D.l2(a,1) +k=a7.f.a.b +k=s*((0+k.b-0+(0+k.a-0))/2) +s=k}else{s=K.av(a,!1) +s.toString}n.b=s +a0.toString +if(C.b.ep(a0,"%"))s=D.l2(a0,1)*(0+a7.f.a.b.a-0)+0 +else{s=K.av(a0,!1) +s.toString}m.b=s +a1.toString +if(C.b.ep(a1,"%"))s=D.l2(a1,1)*(0+a7.f.a.b.b-0)+0 +else{s=K.av(a1,!1) +s.toString}l.b=s}s=p.aS() +k=o.aS() +j=n.aS() +i=!J.e(m.aS(),p.aS())||!J.e(l.aS(),o.aS())?new P.l(m.aS(),l.aS()):new P.l(p.aS(),o.aS()) +h=d?C.cH:C.mh +g=a4==null?f:a4.a +a7.d.a.p(0,a3,new F.GZ(new P.l(s,k),j,i,a5,a6,a2,h,g)) +return f}, +aGh(a,a0){var s,r,q,p,o,n,m=null,l=O.a5(a.x,"gradientUnits",m,m),k=l!=="userSpaceOnUse",j=O.a5(a.x,"x1","0%",m),i=O.a5(a.x,"x2","100%",m),h=O.a5(a.x,"y1","0%",m),g=O.a5(a.x,"y2","0%",m),f="url(#"+H.c(O.a5(a.x,"id","",m))+")",e=D.mP(O.a5(a.x,"gradientTransform",m,m)),d=L.aw_(a.x),c=H.a([],t.t_),b=H.a([],t.v) +if(a.y.d){s=a.x +r=O.a5(s,"href",O.a5(s,"href","",m),"http://www.w3.org/1999/xlink") +q=t.I5.a(a.d.a.h(0,"url("+H.c(r)+")")) +if(q==null)A.ap5(a.b,r,"linearGradient") +else{if(l==null)k=q.d===C.cH +C.c.O(c,q.b) +C.c.O(b,q.a)}}else S.atO(a,c,b) +if(k){j.toString +s=D.l1(j) +h.toString +p=new P.l(s,D.l1(h)) +i.toString +s=D.l1(i) +g.toString +o=new P.l(s,D.l1(g))}else{j.toString +if(C.b.ep(j,"%"))s=D.l2(j,1)*(0+a.f.a.b.a-0)+0 +else{s=K.av(j,!1) +s.toString}h.toString +if(C.b.ep(h,"%"))n=D.l2(h,1)*(0+a.f.a.b.b-0)+0 +else{n=K.av(h,!1) +n.toString}p=new P.l(s,n) +i.toString +if(C.b.ep(i,"%"))s=D.l2(i,1)*(0+a.f.a.b.a-0)+0 +else{s=K.av(i,!1) +s.toString}g.toString +if(C.b.ep(g,"%"))n=D.l2(g,1)*(0+a.f.a.b.b-0)+0 +else{n=K.av(g,!1) +n.toString}o=new P.l(s,n)}s=k?C.cH:C.mh +n=e==null?m:e.a +a.d.a.p(0,f,new F.GY(p,o,b,c,d,s,n)) +return m}, +aGe(a,b){var s,r,q,p,o,n,m,l,k=null,j="url(#"+H.c(O.a5(a.x,"id","",k))+")",i=H.a([],t.m1) +for(s=new P.dr(a.qo().a()),r=a.d,q=k;s.t();){p=s.gE(s) +if(p instanceof L.fW)continue +if(p instanceof V.eW){o=p.b +n=C.rH.h(0,o) +if(n!=null){p=L.aJ4(n.$1(a.x),a.x) +p.toString +o=D.avY(O.a5(a.x,"clip-rule","nonzero",k)) +o.toString +p.sjL(o) +o=q==null +if(!o&&p.gjL()!==q.gjL()){i.push(p) +q=p}else if(o){i.push(p) +q=p}else q.vM(0,p,C.h)}else if(o==="use"){p=a.x +new S.adB(i).$1(r.yh("url("+H.c(O.a5(p,"href",O.a5(p,"href","",k),"http://www.w3.org/1999/xlink"))+")"))}else{m="Unsupported clipPath child "+o +o=U.aZ("in _Element.clipPath") +l=$.fp() +if(l!=null)l.$1(new U.bp(new P.u_(m),k,"SVG",o,new S.adA(p,a),!1))}}}r.b.p(0,j,i) +return k}, +adC(a,b){return S.aGg(a,!1)}, +aGg(a,b){var s=0,r=P.K(t.H),q,p,o,n,m,l,k,j,i,h,g,f,e,d,c +var $async$adC=P.G(function(a0,a1){if(a0===1)return P.H(a1,r) +while(true)switch(s){case 0:d=a.x +c=O.a5(d,"href",O.a5(d,"href","",null),"http://www.w3.org/1999/xlink") +if(c==null){s=1 +break}d=K.av(O.a5(a.x,"x","0",null),!1) +d.toString +p=K.av(O.a5(a.x,"y","0",null),!1) +p.toString +o=K.av(O.a5(a.x,"width","0",null),!1) +o.toString +n=K.av(O.a5(a.x,"height","0",null),!1) +n.toString +s=3 +return P.L(D.all(c),$async$adC) +case 3:m=a1 +l=a.e +k=l.gL(l).b +j=k.gbY(k) +i=O.a5(a.x,"id","",null) +h=a.x +g=a.f.a.b +g=L.pT(a.b,h,a.d,new P.v(0,0,0+g.a,0+g.b),j,null) +h=D.mP(O.a5(a.x,"transform",null,null)) +h=h==null?null:h.a +f=new F.wK(i,m,new P.l(d,p),new P.D(o,n),h,g) +e=a.w6(f) +if(!a.r||!e){d=l.gL(l).b +C.c.H(d.geX(d),f)}case 1:return P.I(q,r)}}) +return P.J($async$adC,r)}, +ao4(a,b){return S.aGl(a,!1)}, +aGl(a,b){var s=0,r=P.K(t.H),q,p,o,n,m,l,k +var $async$ao4=P.G(function(c,d){if(c===1)return P.H(d,r) +while(true)switch(s){case 0:k={} +if(a.y.d){s=1 +break}p=P.fG(null,t.Er) +k.a=0 +o=new S.adF(k,p,a) +n=new S.adE(k,p,a) +m=a.y +m.toString +n.$1(m) +for(m=new P.dr(a.qo().a());m.t();){l=m.gE(m) +if(l instanceof L.ms)o.$1(C.b.cX(l.b)) +else if(l instanceof L.mt)o.$1(C.b.cX(l.b)) +if(l instanceof V.eW)n.$1(l) +else if(l instanceof L.fW)p.ea(0)}case 1:return P.I(q,r)}}) +return P.J($async$ao4,r)}, +aGE(a){var s,r,q,p=K.av(O.a5(a,"cx","0",null),!1) +p.toString +s=K.av(O.a5(a,"cy","0",null),!1) +s.toString +r=K.av(O.a5(a,"r","0",null),!1) +r.toString +q=P.hn(new P.l(p,s),r) +r=P.bj() +r.iz(0,q) +return r}, +aGH(a){var s=O.a5(a,"d","",null) +s.toString +return A.avZ(s)}, +aGK(a){var s,r,q,p,o,n,m=null,l=K.av(O.a5(a,"x","0",m),!1) +l.toString +s=K.av(O.a5(a,"y","0",m),!1) +s.toString +r=K.av(O.a5(a,"width","0",m),!1) +r.toString +q=K.av(O.a5(a,"height","0",m),!1) +q.toString +p=new P.v(l,s,l+r,s+q) +o=O.a5(a,"rx",m,m) +n=O.a5(a,"ry",m,m) +if(o==null)o=n +if(n==null)n=o +if(o!=null&&o!==""){l=K.av(o,!1) +l.toString +s=K.av(n,!1) +s.toString +r=P.bj() +r.ek(0,P.asL(p,l,s)) +return r}l=P.bj() +l.hr(0,p) +return l}, +aGI(a){return S.au2(a,!0)}, +aGJ(a){return S.au2(a,!1)}, +au2(a,b){var s,r=O.a5(a,"points","",null) +if(r==="")return null +s="M"+H.c(r) +return A.avZ(s+(b?"z":""))}, +aGF(a){var s,r,q,p,o=null,n=K.av(O.a5(a,"cx","0",o),!1) +n.toString +s=K.av(O.a5(a,"cy","0",o),!1) +s.toString +r=K.av(O.a5(a,"rx","0",o),!1) +r.toString +q=K.av(O.a5(a,"ry","0",o),!1) +q.toString +n-=r +s-=q +p=P.bj() +p.iz(0,new P.v(n,s,n+r*2,s+q*2)) +return p}, +aGG(a){var s,r,q,p,o=null,n=K.av(O.a5(a,"x1","0",o),!1) +n.toString +s=K.av(O.a5(a,"x2","0",o),!1) +s.toString +r=K.av(O.a5(a,"y1","0",o),!1) +r.toString +q=K.av(O.a5(a,"y2","0",o),!1) +q.toString +p=P.bj() +p.cw(0,n,r) +p.bu(0,s,q) +return p}, +SG:function SG(a,b,c){this.a=a +this.b=b +this.c=c}, +adD:function adD(a){this.a=a}, +adB:function adB(a){this.a=a}, +adA:function adA(a,b){this.a=a +this.b=b}, +adF:function adF(a,b,c){this.a=a +this.b=b +this.c=c}, +adE:function adE(a,b,c){this.a=a +this.b=b +this.c=c}, +DB:function DB(a,b){this.a=a +this.b=b}, +mk:function mk(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=null +_.r=!1 +_.y=_.x=null +_.z=0}, +aKy(a){var s,r,q,p,o,n,m,l,k=P.as(a,!1,t.eg) +C.c.fI(k,new S.al2()) +s=H.a([],t.Am) +for(r=k.length,q=0;q=p.a){n=o.a +m=p.b +if(n>m)H.f(P.ci("Invalid range: "+n+"-"+m,null)) +s[s.length-1]=new G.eb(n,m)}else s.push(p)}}l=C.c.os(s,0,new S.al3()) +if(l===0)return C.FL +else if(l-1===65535)return C.FM +else if(s.length===1){r=s[0] +n=r.a +return n===r.b?new G.A6(n):r}else{r=C.c.gK(s) +n=C.c.gL(s) +m=C.f.dQ(C.c.gL(s).b-C.c.gK(s).a+1+31,5) +r=new U.ID(r.a,n.b,new Uint32Array(m)) +r.Zi(s) +return r}}, +al2:function al2(){}, +al3:function al3(){}, +aa_:function aa_(){}, +aa4:function aa4(){}, +X9:function X9(){}, +u6:function u6(){}, +EH(a){var s=C.b.aE(u.s,a>>>6)+(a&63),r=s&1,q=C.b.aE(u.M,s>>>1) +return q>>>4&-r|q&15&r-1}, +vq(a,b){var s=C.b.aE(u.s,1024+(a&1023))+(b&1023),r=s&1,q=C.b.aE(u.M,s>>>1) +return q>>>4&-r|q&15&r-1}, +alr(a,b){var s,r +if(a==null)return b==null +if(b==null||a.a!==b.gn(b))return!1 +if(a===b)return!0 +for(s=P.c_(a,a.r),r=H.o(s).c;s.t();)if(!b.A(0,r.a(s.d)))return!1 +return!0}, +eD(a,b){var s +if(a==null)return b==null +if(b==null||a.length!==b.length)return!1 +if(a===b)return!0 +for(s=0;s=0}else q=!1 +if(!q)break +if(r>s)return-1 +if(A.aoZ(a,c,d,r)&&A.aoZ(a,c,d,r+p))return r +c=r+1}return-1}return T.aHV(a,b,c,d)}, +aHV(a,b,c,d){var s,r,q,p=new A.iC(a,d,c,0) +for(s=b.length;r=p.iY(),r>=0;){q=r+s +if(q>d)break +if(C.b.fb(a,b,r)&&A.aoZ(a,c,d,q))return r}return-1}, +fj:function fj(a){this.a=a}, +LX:function LX(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +Gv:function Gv(a,b,c){this.a=a +this.b=b +this.c=c}, +O0:function O0(){}, +ed:function ed(a){this.b=a}, +an2(a,b,c,d,e){var s=b==null?C.iJ:b,r=t.S,q=P.bu(r),p=t.l,o=c==null?e:P.d7([c],p) +return new T.fb(s,d,C.bO,P.A(r,t.o),q,a,o,P.A(r,p))}, +rg:function rg(a,b){this.a=a +this.b=b}, +y6:function y6(a,b,c){this.a=a +this.b=b +this.c=c}, +rf:function rf(a,b){this.b=a +this.c=b}, +fb:function fb(a,b,c,d,e,f,g,h){var _=this +_.k2=!1 +_.bs=_.ag=_.C=_.q=_.bc=_.b7=_.aj=_.ar=_.ao=_.a5=_.a3=_.aF=_.am=_.a2=_.y2=_.y1=_.x2=_.x1=_.ry=_.rx=_.r2=_.r1=_.k4=_.k3=null +_.z=a +_.ch=b +_.cx=c +_.db=_.cy=null +_.dx=!1 +_.dy=null +_.d=d +_.e=e +_.f=null +_.a=f +_.b=g +_.c=h}, +a13:function a13(a,b){this.a=a +this.b=b}, +a12:function a12(a,b){this.a=a +this.b=b}, +a11:function a11(a,b){this.a=a +this.b=b}, +aCT(a,b,c){return new T.wP(A.am2(a.a,b.a,c))}, +wP:function wP(a){this.a=a}, +OI:function OI(){}, +asM(a,b,c,d,e){if(a==null&&b==null)return null +return new T.Ce(a,b,c,d,e.j("Ce<0>"))}, +z3:function z3(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +Ce:function Ce(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +Rb:function Rb(){}, +aFw(a,b,c){return new T.Au(A.am2(a.a,b.a,c))}, +Au:function Au(a){this.a=a}, +SE:function SE(){}, +aFF(a,b,c){var s,r,q=P.a8(a.a,b.a,c),p=V.fx(a.b,b.b,c),o=V.fx(a.c,b.c,c),n=P.a8(a.d,b.d,c),m=c<0.5 +if(m)s=a.e +else s=b.e +if(m)m=a.f +else m=b.f +r=Z.X1(a.r,b.r,c) +return new T.AQ(q,p,o,n,s,m,r,A.by(a.x,b.x,c))}, +AQ:function AQ(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h}, +Mm:function Mm(a){this.b=a}, +SV:function SV(){}, +a6Q:function a6Q(){}, +WZ:function WZ(){}, +ad(){return new T.Ik()}, +aty(a){return new T.kC(a,C.h,T.ad())}, +asy(){return new T.yO(C.o,T.ad())}, +arA(a){var s,r,q=new E.ap(new Float64Array(16)) +q.cz() +for(s=a.length-1;s>0;--s){r=a[s] +if(r!=null)r.mk(a[s-1],q)}return q}, +Zl(a,b,c,d){var s,r +if(a==null||b==null)return null +if(a===b)return a +s=a.a +r=b.a +if(sr){s=t.Hb +c.push(s.a(B.F.prototype.gak.call(a,a))) +return T.Zl(s.a(B.F.prototype.gak.call(a,a)),b,c,d)}s=t.Hb +c.push(s.a(B.F.prototype.gak.call(a,a))) +d.push(s.a(B.F.prototype.gak.call(b,b))) +return T.Zl(s.a(B.F.prototype.gak.call(a,a)),s.a(B.F.prototype.gak.call(b,b)),c,d)}, +vR:function vR(a,b,c){this.a=a +this.b=b +this.$ti=c}, +F5:function F5(a,b){this.a=a +this.$ti=b}, +xU:function xU(){}, +Ik:function Ik(){this.a=null}, +JU:function JU(a,b){var _=this +_.db=a +_.dx=null +_.d=_.fr=_.dy=!1 +_.e=b +_.f=0 +_.r=!0 +_.Q=_.z=_.y=_.x=null +_.a=0 +_.c=_.b=null}, +K0:function K0(a,b,c){var _=this +_.db=a +_.dx=b +_.d=!1 +_.e=c +_.f=0 +_.r=!0 +_.Q=_.z=_.y=_.x=null +_.a=0 +_.c=_.b=null}, +JM:function JM(a,b,c,d,e,f){var _=this +_.db=a +_.dx=b +_.dy=c +_.fr=d +_.fx=e +_.d=!1 +_.e=f +_.f=0 +_.r=!0 +_.Q=_.z=_.y=_.x=null +_.a=0 +_.c=_.b=null}, +eo:function eo(){}, +k9:function k9(a,b){var _=this +_.r2=a +_.dx=_.db=null +_.d=!1 +_.e=b +_.f=0 +_.r=!0 +_.Q=_.z=_.y=_.x=null +_.a=0 +_.c=_.b=null}, +qo:function qo(a,b){var _=this +_.r2=null +_.rx=a +_.dx=_.db=null +_.d=!1 +_.e=b +_.f=0 +_.r=!0 +_.Q=_.z=_.y=_.x=null +_.a=0 +_.c=_.b=null}, +wi:function wi(a,b){var _=this +_.r2=null +_.rx=a +_.dx=_.db=null +_.d=!1 +_.e=b +_.f=0 +_.r=!0 +_.Q=_.z=_.y=_.x=null +_.a=0 +_.c=_.b=null}, +kC:function kC(a,b,c){var _=this +_.aj=a +_.bc=_.b7=null +_.q=!0 +_.r2=b +_.dx=_.db=null +_.d=!1 +_.e=c +_.f=0 +_.r=!0 +_.Q=_.z=_.y=_.x=null +_.a=0 +_.c=_.b=null}, +yz:function yz(a,b){var _=this +_.r2=null +_.rx=a +_.dx=_.db=null +_.d=!1 +_.e=b +_.f=0 +_.r=!0 +_.Q=_.z=_.y=_.x=null +_.a=0 +_.c=_.b=null}, +yO:function yO(a,b){var _=this +_.r2=null +_.rx=a +_.dx=_.db=_.x2=_.x1=_.ry=null +_.d=!1 +_.e=b +_.f=0 +_.r=!0 +_.Q=_.z=_.y=_.x=null +_.a=0 +_.c=_.b=null}, +xV:function xV(){this.b=this.a=null}, +o0:function o0(a,b,c){var _=this +_.r2=a +_.rx=b +_.dx=_.db=_.ry=null +_.d=!1 +_.e=c +_.f=0 +_.r=!0 +_.Q=_.z=_.y=_.x=null +_.a=0 +_.c=_.b=null}, +xe:function xe(a,b,c,d,e){var _=this +_.r2=a +_.rx=b +_.ry=c +_.x1=d +_.y2=_.y1=_.x2=null +_.a2=!0 +_.dx=_.db=null +_.d=!1 +_.e=e +_.f=0 +_.r=!0 +_.Q=_.z=_.y=_.x=null +_.a=0 +_.c=_.b=null}, +vQ:function vQ(a,b,c,d,e){var _=this +_.r2=a +_.rx=b +_.ry=c +_.dx=_.db=null +_.d=!1 +_.e=d +_.f=0 +_.r=!0 +_.Q=_.z=_.y=_.x=null +_.a=0 +_.c=_.b=null +_.$ti=e}, +PF:function PF(){}, +zw:function zw(){}, +a4N:function a4N(a,b,c){this.a=a +this.b=b +this.c=c}, +zs:function zs(a,b,c,d){var _=this +_.w=null +_.ab=a +_.aG=b +_.q$=c +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=d +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +Kr:function Kr(){}, +KK:function KK(a,b,c,d,e,f){var _=this +_.cg=a +_.d4=b +_.w=null +_.ab=c +_.aG=d +_.q$=e +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=f +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +a6R:function a6R(){}, +zj:function zj(a,b,c){var _=this +_.w=a +_.q$=b +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=c +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +D6:function D6(){}, +zx:function zx(){}, +KQ:function KQ(a,b,c,d){var _=this +_.aR=null +_.dl=a +_.e2=b +_.q$=c +_.k4=null +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=d +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +Ry:function Ry(){}, +qp(a){var s=0,r=P.K(t.H) +var $async$qp=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:s=2 +return P.L(C.bC.cO("Clipboard.setData",P.aJ(["text",a.a],t.N,t.z),t.H),$async$qp) +case 2:return P.I(null,r)}}) +return P.J($async$qp,r)}, +Gk(a){var s=0,r=P.K(t.VC),q,p +var $async$Gk=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:s=3 +return P.L(C.bC.cO("Clipboard.getData",a,t.c),$async$Gk) +case 3:p=c +if(p==null){q=null +s=1 +break}q=new T.ld(H.cg(J.aL(p,"text"))) +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$Gk,r)}, +ld:function ld(a){this.a=a}, +ari(a,b){return new T.hc(b,a,null)}, +dW(a){var s=a.J(t.I) +return s==null?null:s.f}, +yy(a,b,c){return new T.rw(c,!1,b,null)}, +lg(a,b,c,d,e){return new T.ww(d,b,e,a,c)}, +Wp(a,b){return new T.Gg(b,a,null)}, +ar6(a,b,c){return new T.Ge(c,b,a,null)}, +anV(a,b,c,d){return new T.pe(c,a,d,null,b,null)}, +anW(a,b,c,d){var s,r,q=new Float64Array(16) +q[15]=1 +s=Math.cos(b) +r=Math.sin(b) +q[0]=s +q[1]=r +q[2]=0 +q[4]=-r +q[5]=s +q[6]=0 +q[8]=0 +q[9]=0 +q[10]=1 +q[3]=0 +q[7]=0 +q[11]=0 +return new T.pe(new E.ap(q),a,!0,d,c,null)}, +atx(a,b){return new T.pe(E.lM(b.a,b.b,0),null,!0,null,a,null)}, +atw(a,b,c,d){return new T.pe(E.a1h(d,d,1),a,!0,c,b,null)}, +aCr(a,b,c,d){return new T.Go(b,!1,c,a,null)}, +aCZ(a,b,c,d){return new T.Hs(d,a,c,b,null)}, +arC(a,b,c){return new T.HJ(c,b,a,null)}, +dT(a,b,c){return new T.ne(C.a7,c,b,a,null)}, +a0Q(a,b){return new T.xW(b,a,new D.ee(b,t.xd))}, +aU(a,b,c){return new T.da(c,b,a,null)}, +a6W(a,b){return new T.da(b.a,b.b,a,null)}, +aDx(a,b,c){return new T.o1(c,b,a,null)}, +arS(a,b){return new T.Ia(b,a,null)}, +akI(a,b,c){var s,r +switch(b){case C.p:s=a.J(t.I) +s.toString +r=G.apa(s.f) +return r +case C.m:return C.C}}, +id(a,b,c){return new T.tB(a,c,b,null)}, +oy(a,b,c,d,e,f,g,h){return new T.ox(e,g,f,a,h,c,b,d)}, +aEc(a){return new T.ox(0,0,0,0,null,null,a,null)}, +dj(a,b,c,d){return new T.L0(C.p,c,d,b,null,C.di,null,a,null)}, +c3(a,b,c,d){return new T.qq(C.m,c,d,b,null,C.di,null,a,null)}, +YL(a,b){return new T.nx(b,C.cF,a,null)}, +asZ(a,b,c,d,e,f,g,h,i,j,k){return new T.KV(f,g,h,d,c,j,b,a,e,k,i,T.aEO(f),null)}, +aEO(a){var s,r={} +r.a=0 +s=H.a([],t.p) +a.br(new T.a5b(r,s)) +return s}, +arf(a){var s +a.J(t.l4) +s=$.UU() +return s}, +an1(a,b,c,d,e,f){return new T.Iz(d,f,c,e,a,b,null)}, +bw(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0){var s=null +return new T.t6(new A.a6z(f,b,s,a6,a,s,j,s,s,s,s,h,i,l,s,s,s,a5,p,k,n,o,e,m,s,b0,s,s,s,s,s,s,s,s,a9,a7,a8,a4,a2,s,s,s,s,s,s,q,r,a3,s,s,s,s,a0,s,a1,s),d,g,!1,c,s)}, +aqQ(a){return new T.Fk(a,null)}, +hc:function hc(a,b,c){this.f=a +this.b=b +this.a=c}, +rw:function rw(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +ww:function ww(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +Gg:function Gg(a,b,c){this.e=a +this.c=b +this.a=c}, +Ge:function Ge(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +JQ:function JQ(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.r=c +_.x=d +_.y=e +_.z=f +_.c=g +_.a=h}, +JR:function JR(a,b,c,d,e,f,g){var _=this +_.e=a +_.f=b +_.r=c +_.x=d +_.y=e +_.c=f +_.a=g}, +pe:function pe(a,b,c,d,e,f){var _=this +_.e=a +_.r=b +_.x=c +_.y=d +_.c=e +_.a=f}, +qr:function qr(a,b,c){this.e=a +this.c=b +this.a=c}, +Go:function Go(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.y=c +_.c=d +_.a=e}, +Hs:function Hs(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +HJ:function HJ(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +bb:function bb(a,b,c){this.e=a +this.c=b +this.a=c}, +dS:function dS(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +ne:function ne(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +jM:function jM(a,b,c){this.e=a +this.c=b +this.a=c}, +xW:function xW(a,b,c){this.f=a +this.b=b +this.a=c}, +nl:function nl(a,b,c){this.e=a +this.c=b +this.a=c}, +da:function da(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +en:function en(a,b,c){this.e=a +this.c=b +this.a=c}, +o1:function o1(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +rv:function rv(a,b,c){this.e=a +this.c=b +this.a=c}, +Qt:function Qt(a,b,c,d){var _=this +_.b=_.a=_.fx=_.dy=_.am=null +_.c=a +_.e=_.d=null +_.f=b +_.r=null +_.x=c +_.y=d +_.Q=_.z=null +_.ch=!1 +_.cx=!0 +_.dx=_.db=_.cy=!1}, +Ia:function Ia(a,b,c){this.e=a +this.c=b +this.a=c}, +LI:function LI(a,b,c){this.e=a +this.c=b +this.a=c}, +Iu:function Iu(a,b){this.c=a +this.a=b}, +tB:function tB(a,b,c,d){var _=this +_.e=a +_.r=b +_.c=c +_.a=d}, +ox:function ox(a,b,c,d,e,f,g,h){var _=this +_.f=a +_.r=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.b=g +_.a=h}, +Hw:function Hw(){}, +L0:function L0(a,b,c,d,e,f,g,h,i){var _=this +_.e=a +_.f=b +_.r=c +_.x=d +_.y=e +_.z=f +_.Q=g +_.c=h +_.a=i}, +qq:function qq(a,b,c,d,e,f,g,h,i){var _=this +_.e=a +_.f=b +_.r=c +_.x=d +_.y=e +_.z=f +_.Q=g +_.c=h +_.a=i}, +x1:function x1(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +nx:function nx(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +KV:function KV(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.e=a +_.f=b +_.r=c +_.x=d +_.y=e +_.z=f +_.Q=g +_.ch=h +_.cx=i +_.cy=j +_.db=k +_.c=l +_.a=m}, +a5b:function a5b(a,b){this.a=a +this.b=b}, +Kh:function Kh(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.d=a +_.e=b +_.f=c +_.r=d +_.x=e +_.y=f +_.z=g +_.Q=h +_.ch=i +_.cx=j +_.cy=k +_.db=l +_.dx=m +_.dy=n +_.fr=o +_.fx=p +_.a=q}, +Iz:function Iz(a,b,c,d,e,f,g){var _=this +_.e=a +_.r=b +_.y=c +_.z=d +_.Q=e +_.c=f +_.a=g}, +fL:function fL(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.a=g}, +Cy:function Cy(a){this.a=null +this.b=a +this.c=null}, +Rf:function Rf(a,b,c){this.e=a +this.c=b +this.a=c}, +fh:function fh(a,b){this.c=a +this.a=b}, +hS:function hS(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +EX:function EX(a,b,c){this.e=a +this.c=b +this.a=c}, +t6:function t6(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.x=d +_.c=e +_.a=f}, +yj:function yj(a,b){this.c=a +this.a=b}, +Fk:function Fk(a,b){this.c=a +this.a=b}, +lp:function lp(a,b,c){this.e=a +this.c=b +this.a=c}, +I3:function I3(a,b,c){this.e=a +this.c=b +this.a=c}, +xR:function xR(a,b){this.c=a +this.a=b}, +f3:function f3(a,b){this.c=a +this.a=b}, +ig:function ig(a,b){this.c=a +this.a=b}, +Si:function Si(a){this.a=null +this.b=a +this.c=null}, +wj:function wj(a,b,c){this.e=a +this.c=b +this.a=c}, +CU:function CU(a,b,c,d){var _=this +_.cB=a +_.w=b +_.q$=c +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=d +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +arH(a,b){return new T.nK(b,a,null)}, +arI(a,b,c){var s=P.A(t.K,t.U3) +a.br(new T.a_j(c,new T.a_i(s,b))) +return s}, +atU(a,b){var s,r=a.gD() +r.toString +t.q.a(r) +s=r.ds(0,b==null?null:b.gD()) +r=r.rx +return T.oc(s,new P.v(0,0,0+r.a,0+r.b))}, +qW:function qW(a){this.b=a}, +nK:function nK(a,b,c){this.c=a +this.e=b +this.a=c}, +a_i:function a_i(a,b){this.a=a +this.b=b}, +a_j:function a_j(a,b){this.a=a +this.b=b}, +uu:function uu(a,b){var _=this +_.d=a +_.e=null +_.f=!0 +_.a=null +_.b=b +_.c=null}, +aeR:function aeR(a,b){this.a=a +this.b=b}, +aeQ:function aeQ(){}, +aeN:function aeN(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.cy=_.cx=_.ch=null}, +px:function px(a,b){var _=this +_.a=a +_.c=_.b=null +_.d=b +_.r=_.f=_.e=null +_.y=_.x=!1}, +aeO:function aeO(a){this.a=a}, +aeP:function aeP(a,b){this.a=a +this.b=b}, +xo:function xo(a,b){this.b=a +this.c=b +this.a=null}, +a_h:function a_h(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +lx(a,b,c){var s,r=null,q=a==null,p=q?r:a.a,o=b==null +p=P.O(p,o?r:b.a,c) +s=q?r:a.gex(a) +s=P.a8(s,o?r:b.gex(b),c) +q=q?r:a.c +return new T.eL(p,s,P.a8(q,o?r:b.c,c))}, +eL:function eL(a,b,c){this.a=a +this.b=b +this.c=c}, +Pm:function Pm(){}, +rn(a,b){var s=a.J(t.Fe),r=s==null?null:s.x +return b.j("fJ<0>?").a(r)}, +rx:function rx(){}, +dl:function dl(){}, +a9L:function a9L(a,b,c){this.a=a +this.b=b +this.c=c}, +a9M:function a9M(a,b,c){this.a=a +this.b=b +this.c=c}, +a9N:function a9N(a,b,c){this.a=a +this.b=b +this.c=c}, +a9K:function a9K(a,b){this.a=a +this.b=b}, +IA:function IA(a){this.a=a +this.b=null}, +IB:function IB(){}, +a1_:function a1_(a){this.a=a}, +Ov:function Ov(a,b){this.c=a +this.a=b}, +Cx:function Cx(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.x=c +_.b=d +_.a=e}, +uJ:function uJ(a,b,c){this.c=a +this.a=b +this.$ti=c}, +jq:function jq(a,b,c,d){var _=this +_.e=_.d=null +_.f=a +_.r=b +_.a=null +_.b=c +_.c=null +_.$ti=d}, +afV:function afV(a){this.a=a}, +afZ:function afZ(a){this.a=a}, +ag_:function ag_(a){this.a=a}, +afY:function afY(a){this.a=a}, +afW:function afW(a){this.a=a}, +afX:function afX(a){this.a=a}, +fJ:function fJ(){}, +a1z:function a1z(a,b){this.a=a +this.b=b}, +a1y:function a1y(){}, +yV:function yV(){}, +z6:function z6(){}, +HC:function HC(a,b,c){this.e=a +this.c=b +this.a=c}, +HD:function HD(a,b,c){this.e=a +this.c=b +this.a=c}, +uW:function uW(a,b,c){var _=this +_.w=a +_.q$=b +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=c +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +CY:function CY(a,b,c,d,e){var _=this +_.di=a +_.cg=b +_.w=c +_.q$=d +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=e +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +uI:function uI(){}, +a2O:function a2O(){}, +bK:function bK(a,b){this.a=a +this.b=b}, +a8L:function a8L(a,b,c){var _=this +_.a=a +_.b=b +_.c=0 +_.d=c}, +JJ:function JJ(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=_.e=!1}, +a8K:function a8K(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aC7(a,b){if(b!=null)b.l(0)}, +w9:function w9(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e +_.$ti=f}, +wr:function wr(a){this.a=a}, +Bq:function Bq(a,b,c,d,e){var _=this +_.d=!1 +_.e=a +_.f=b +_.r=c +_.x=d +_.a=null +_.b=e +_.c=null}, +ad_:function ad_(a,b){this.a=a +this.b=b}, +ad0:function ad0(a,b){this.a=a +this.b=b}, +ad1:function ad1(a){this.a=a}, +ad5:function ad5(a,b,c){this.a=a +this.b=b +this.c=c}, +ad3:function ad3(a,b){this.a=a +this.b=b}, +ad4:function ad4(a,b){this.a=a +this.b=b}, +ad7:function ad7(a,b){this.a=a +this.b=b}, +ad6:function ad6(a){this.a=a}, +ad2:function ad2(){}, +acL:function acL(a,b){this.a=a +this.b=b}, +acT:function acT(a,b){this.a=a +this.b=b}, +acK:function acK(a,b){this.a=a +this.b=b}, +acI:function acI(a,b,c){this.a=a +this.b=b +this.c=c}, +acJ:function acJ(a,b){this.a=a +this.b=b}, +acS:function acS(a,b){this.a=a +this.b=b}, +acR:function acR(a,b){this.a=a +this.b=b}, +acN:function acN(a,b){this.a=a +this.b=b}, +acM:function acM(a,b){this.a=a +this.b=b}, +acO:function acO(a,b,c){this.a=a +this.b=b +this.c=c}, +acP:function acP(a,b,c){this.a=a +this.b=b +this.c=c}, +acQ:function acQ(a){this.a=a}, +acZ:function acZ(a){this.a=a}, +acY:function acY(a){this.a=a}, +acV:function acV(a,b){this.a=a +this.b=b}, +acU:function acU(a,b){this.a=a +this.b=b}, +acW:function acW(a){this.a=a}, +acX:function acX(a){this.a=a}, +oa:function oa(a){this.a=a}, +ph:function ph(a){this.a=a}, +aIX(a){switch(a.n5(0)){case"<":return"<" +case"&":return"&" +case"]]>":return"]]>"}throw H.b(P.hB(a,"match",null))}, +aIQ(a){switch(a.n5(0)){case"'":return"'" +case"&":return"&" +case"<":return"<" +case"\n":return" " +case"\r":return" " +case"\t":return" "}throw H.b(P.hB(a,"match",null))}, +aHJ(a){switch(a.n5(0)){case'"':return""" +case"&":return"&" +case"<":return"<" +case"\n":return" " +case"\r":return" " +case"\t":return" "}throw H.b(P.hB(a,"match",null))}, +MO:function MO(){}, +MS:function MS(){}, +MU:function MU(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +B2:function B2(){}, +arG(a,b,c){return null}, +IJ(a){var s=a.a +if(s[0]===1&&s[1]===0&&s[2]===0&&s[3]===0&&s[4]===0&&s[5]===1&&s[6]===0&&s[7]===0&&s[8]===0&&s[9]===0&&s[10]===1&&s[11]===0&&s[14]===0&&s[15]===1)return new P.l(s[12],s[13]) +return null}, +aDH(a,b){var s,r +if(a===b)return!0 +if(a==null)return T.an5(b) +s=a.a +r=b.a +return s[0]===r[0]&&s[1]===r[1]&&s[2]===r[2]&&s[3]===r[3]&&s[4]===r[4]&&s[5]===r[5]&&s[6]===r[6]&&s[7]===r[7]&&s[8]===r[8]&&s[9]===r[9]&&s[10]===r[10]&&s[11]===r[11]&&s[12]===r[12]&&s[13]===r[13]&&s[14]===r[14]&&s[15]===r[15]}, +an5(a){var s=a.a +return s[0]===1&&s[1]===0&&s[2]===0&&s[3]===0&&s[4]===0&&s[5]===1&&s[6]===0&&s[7]===0&&s[8]===0&&s[9]===0&&s[10]===1&&s[11]===0&&s[12]===0&&s[13]===0&&s[14]===0&&s[15]===1}, +fe(a,b){var s=a.a,r=b.a,q=b.b,p=s[0]*r+s[4]*q+s[12],o=s[1]*r+s[5]*q+s[13],n=s[3]*r+s[7]*q+s[15] +if(n===1)return new P.l(p,o) +else return new P.l(p/n,o/n)}, +a1i(a,b,c,d,e){var s,r=e?1:1/(a[3]*b+a[7]*c+a[15]),q=(a[0]*b+a[4]*c+a[12])*r,p=(a[1]*b+a[5]*c+a[13])*r +if(d){s=$.alF() +s[2]=q +s[0]=q +s[3]=p +s[1]=p}else{s=$.alF() +if(qs[2])s[2]=q +if(p>s[3])s[3]=p}}, +oc(b1,b2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4=b1.a,a5=b2.a,a6=b2.b,a7=b2.c,a8=a7-a5,a9=b2.d,b0=a9-a6 +if(!isFinite(a8)||!isFinite(b0)){s=a4[3]===0&&a4[7]===0&&a4[15]===1 +T.a1i(a4,a5,a6,!0,s) +T.a1i(a4,a7,a6,!1,s) +T.a1i(a4,a5,a9,!1,s) +T.a1i(a4,a7,a9,!1,s) +a7=$.alF() +return new P.v(a7[0],a7[1],a7[2],a7[3])}a7=a4[0] +r=a7*a8 +a9=a4[4] +q=a9*b0 +p=a7*a5+a9*a6+a4[12] +a9=a4[1] +o=a9*a8 +a7=a4[5] +n=a7*b0 +m=a9*a5+a7*a6+a4[13] +a7=a4[3] +if(a7===0&&a4[7]===0&&a4[15]===1){l=p+r +if(r<0)k=p +else{k=l +l=p}if(q<0)l+=q +else k+=q +j=m+o +if(o<0)i=m +else{i=j +j=m}if(n<0)j+=n +else i+=n +return new P.v(l,j,k,i)}else{a9=a4[7] +h=a9*b0 +g=a7*a5+a9*a6+a4[15] +f=p/g +e=m/g +a9=p+r +a7=g+a7*a8 +d=a9/a7 +c=m+o +b=c/a7 +a=g+h +a0=(p+q)/a +a1=(m+n)/a +a7+=h +a2=(a9+q)/a7 +a3=(c+n)/a7 +return new P.v(T.asa(f,d,a0,a2),T.asa(e,b,a1,a3),T.as9(f,d,a0,a2),T.as9(e,b,a1,a3))}}, +asa(a,b,c,d){var s=ab?a:b,r=c>d?c:d +return s>r?s:r}, +asc(a,b){var s +if(T.an5(a))return b +s=new E.ap(new Float64Array(16)) +s.b0(a) +s.kU(s) +return T.oc(s,b)}, +asb(a){var s,r=new E.ap(new Float64Array(16)) +r.cz() +s=new E.ik(new Float64Array(4)) +s.tT(0,0,0,a.a) +r.yI(0,s) +s=new E.ik(new Float64Array(4)) +s.tT(0,0,0,a.b) +r.yI(1,s) +return r}},U={GG:function GG(){},Iv:function Iv(){}, +f_(){var s=$.ay6() +return s==null?$.axs():s}, +akn:function akn(){}, +ajm:function ajm(){}, +aZ(a){var s=null,r=H.a([a],t.jl) +return new U.qO(s,!1,!0,s,s,s,!1,r,s,C.am,s,!1,!1,s,C.iE)}, +qP(a){var s=null,r=H.a([a],t.jl) +return new U.Hh(s,!1,!0,s,s,s,!1,r,s,C.FY,s,!1,!1,s,C.iE)}, +Hg(a){var s=null,r=H.a([a],t.jl) +return new U.Hf(s,!1,!0,s,s,s,!1,r,s,C.FX,s,!1,!1,s,C.iE)}, +Hy(a){var s=H.a(a.split("\n"),t.s),r=H.a([U.qP(C.c.gK(s))],t.qe),q=H.fS(s,1,null,t.N) +C.c.O(r,new H.at(q,new U.Zc(),q.$ti.j("at"))) +return new U.lr(r)}, +Za(a){return new U.lr(a)}, +aD1(a){return a}, +arz(a,b){if(a.r&&!0)return +if($.amG===0||!1)U.aJN(J.dR(a.a),100,a.b) +else D.h4().$1("Another exception was thrown: "+a.gUd().i(0)) +$.amG=$.amG+1}, +aD2(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=P.aJ(["dart:async-patch",0,"dart:async",0,"package:stack_trace",0,"class _AssertionError",0,"class _FakeAsync",0,"class _FrameCallbackEntry",0,"class _Timer",0,"class _RawReceivePortImpl",0],t.N,t.S),e=R.aFj(J.aqu(a,"\n")) +for(s=0,r=0;q=e.length,r0)q.push(h.gh3(h))}C.c.il(q) +if(s===1)j.push("(elided one frame from "+C.c.gcp(q)+")") +else if(s>1){l=q.length +if(l>1)q[l-1]="and "+C.c.gL(q) +if(q.length>2)j.push("(elided "+s+" frames from "+C.c.c8(q,", ")+")") +else j.push("(elided "+s+" frames from "+C.c.c8(q," ")+")")}return j}, +d6(a){var s=$.fp() +if(s!=null)s.$1(a)}, +aJN(a,b,c){var s,r +if(a!=null)D.h4().$1(a) +s=H.a(C.b.xZ(J.dR(c==null?P.aFl():U.aD1(c))).split("\n"),t.s) +r=s.length +s=J.aqE(r!==0?new H.Ac(s,new U.akx(),t.Ws):s,b) +D.h4().$1(C.c.c8(U.aD2(s),"\n"))}, +aGo(a,b,c){return new U.P4(c,a,!0,!0,null,b)}, +mw:function mw(){}, +qO:function qO(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.f=a +_.r=b +_.x=c +_.z=d +_.Q=e +_.ch=f +_.cx=g +_.cy=h +_.db=!0 +_.dx=null +_.dy=i +_.fr=j +_.a=k +_.b=l +_.c=m +_.d=n +_.e=o}, +Hh:function Hh(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.f=a +_.r=b +_.x=c +_.z=d +_.Q=e +_.ch=f +_.cx=g +_.cy=h +_.db=!0 +_.dx=null +_.dy=i +_.fr=j +_.a=k +_.b=l +_.c=m +_.d=n +_.e=o}, +Hf:function Hf(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.f=a +_.r=b +_.x=c +_.z=d +_.Q=e +_.ch=f +_.cx=g +_.cy=h +_.db=!0 +_.dx=null +_.dy=i +_.fr=j +_.a=k +_.b=l +_.c=m +_.d=n +_.e=o}, +bp:function bp(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=e +_.r=f}, +Zb:function Zb(a){this.a=a}, +lr:function lr(a){this.a=a}, +Zc:function Zc(){}, +Zd:function Zd(){}, +Ze:function Ze(){}, +akx:function akx(){}, +P4:function P4(a,b,c,d,e,f){var _=this +_.f=a +_.r=null +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +P6:function P6(){}, +P5:function P5(){}, +aI0(a,b,c){if(c!=null)return c +if(b)return new U.ajH(a) +return null}, +aI3(a,b,c,d){var s,r,q,p,o,n +if(b){if(c!=null){s=c.$0() +r=new P.D(s.c-s.a,s.d-s.b)}else{s=a.rx +s.toString +r=s}q=d.a7(0,C.h).gdB() +p=d.a7(0,new P.l(0+r.a,0)).gdB() +o=d.a7(0,new P.l(0,0+r.b)).gdB() +n=d.a7(0,r.CG(0,C.h)).gdB() +return Math.ceil(Math.max(Math.max(q,p),Math.max(o,n)))}return 35}, +ajH:function ajH(a){this.a=a}, +afc:function afc(){}, +xz:function xz(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.z=a +_.Q=b +_.ch=c +_.cx=d +_.cy=e +_.db=f +_.dx=g +_.fy=_.fx=_.fr=_.dy=null +_.e=h +_.a=i +_.b=j +_.c=k +_.d=!1}, +PQ:function PQ(){}, +GH:function GH(){}, +aDT(a,b,c){return new U.yA(A.am2(a.a,b.a,c))}, +yA:function yA(a){this.a=a}, +Qu:function Qu(){}, +MZ:function MZ(a){this.b=a}, +Ka:function Ka(){}, +NE:function NE(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.a=k}, +qh:function qh(a,b,c,d,e,f,g,h){var _=this +_.Q=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.x=g +_.a=h}, +NF:function NF(a,b){var _=this +_.d=null +_.cU$=a +_.a=null +_.b=b +_.c=null}, +acs:function acs(a){this.a=a}, +Ea:function Ea(){}, +Aq:function Aq(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +Sz:function Sz(){}, +Ma(a,b,c){return new U.M9(b,null,c,C.o,null,!1,a,null)}, +aFx(a,b,c,d,e,f,g,h,i,j,a0,a1,a2,a3,a4,a5,a6,a7,a8){var s,r,q,p,o,n,m,l,k=null +if(g==null&&d==null)s=k +else{g.toString +d.toString +s=new U.SC(g,d)}r=a7==null?k:new V.eg(a7,t.MQ) +q=c==null?k:new V.eg(c,t.GJ) +p=a2==null?k:new V.eg(a2,t.GJ) +o=e==null?k:new V.eg(e,t.pv) +n=i==null?k:new V.eg(i,t.yG) +m=h==null?k:new V.eg(h,t.yG) +l=a3==null?k:new V.eg(a3,t.w2) +return A.aqZ(a,b,q,o,f,k,new U.SB(a1,j),m,n,s,new U.SD(a1),new V.eg(a0,t.M5),p,l,k,a5,a6,r,a8)}, +M9:function M9(a,b,c,d,e,f,g,h){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.a=h}, +SB:function SB(a,b){this.a=a +this.b=b}, +SD:function SD(a){this.a=a}, +SC:function SC(a,b){this.a=a +this.b=b}, +U3:function U3(){}, +aFI(a){return U.aFH(a,null,null,C.RQ,C.RN,C.RM)}, +aFH(a,b,c,d,e,f){switch(a){case C.D:b=C.RO +c=C.RG +break +case C.H:case C.K:b=C.RH +c=C.RP +break +case C.F:b=C.RF +c=C.RI +break +case C.B:b=C.RK +c=C.RJ +break +case C.E:b=C.RL +c=C.RE +break +case null:break}b.toString +c.toString +return new U.AU(b,c,d,e,f)}, +zO:function zO(a){this.b=a}, +AU:function AU(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Tf:function Tf(){}, +avf(a,b,c){var s,r,q,p,o,n,m=b.b +if(m<=0||b.a<=0||c.b<=0||c.a<=0)return C.GF +switch(a){case C.zP:s=c +r=b +break +case C.l6:q=c.a +p=c.b +o=b.a +s=q/p>o/m?new P.D(o*p/m,p):new P.D(q,m*q/o) +r=b +break +case C.l7:q=c.a +p=c.b +o=b.a +r=q/p>o/m?new P.D(o,o*p/q):new P.D(m*q/p,m) +s=c +break +case C.zQ:m=b.a +q=c.a +p=m*c.b/q +r=new P.D(m,p) +s=new P.D(q,p*q/m) +break +case C.zR:q=c.b +p=m*c.a/q +r=new P.D(p,m) +s=new P.D(p*q/m,q) +break +case C.zS:r=new P.D(Math.min(b.a,c.a),Math.min(m,c.b)) +s=r +break +case C.cy:n=b.a/m +q=c.b +s=m>q?new P.D(q*n,q):b +m=c.a +if(s.a>m)s=new P.D(m,m/n) +r=b +break +default:r=null +s=null}return new U.Ht(r,s)}, +jD:function jD(a){this.b=a}, +Ht:function Ht(a,b){this.a=a +this.b=b}, +tR:function tR(a){this.b=a}, +j3:function j3(a,b){this.a=a +this.d=b}, +Mi:function Mi(a){this.b=a}, +acm:function acm(a,b){this.a=a +this.b=b}, +p5:function p5(a,b,c,d,e,f,g,h,i,j){var _=this +_.a=null +_.b=!0 +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.ch=j +_.go=_.fy=_.fx=_.fr=_.dy=_.dx=_.db=_.cy=_.cx=null}, +zo:function zo(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var _=this +_.N=_.B=null +_.W=a +_.a8=b +_.az=c +_.aN=d +_.b_=e +_.b6=null +_.bK=f +_.bL=g +_.c_=h +_.d6=i +_.bi=j +_.c7=k +_.cV=l +_.er=m +_.dk=n +_.dS=o +_.cm=p +_.aR=q +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=r +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +KP:function KP(a,b,c,d,e,f){var _=this +_.bX=a +_.bT=b +_.bF=null +_.d5=!0 +_.bI$=c +_.Z$=d +_.dj$=e +_.k4=null +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=f +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +a4Q:function a4Q(a,b,c){this.a=a +this.b=b +this.c=c}, +a8x:function a8x(){}, +a0i:function a0i(){}, +a0k:function a0k(){}, +a8l:function a8l(){}, +a8m:function a8m(a,b){this.a=a +this.b=b}, +a8p:function a8p(){}, +aI2(a){var s=H.b8("parent") +a.ls(new U.ajK(s)) +return s.aS()}, +aqJ(a,b){var s,r,q=t.KU,p=a.lu(q) +for(;s=p!=null,s;p=r){if(J.e(b.$1(p),!0))break +s=U.aI2(p).z +r=s==null?null:s.h(0,H.bz(q))}return s}, +aBJ(a){var s={} +s.a=null +U.aqJ(a,new U.Vf(s)) +return C.zW}, +aqK(a,b,c){var s,r={} +r.a=null +s=H.C(b) +U.aqJ(a,new U.Vg(r,s,c,a)) +return r.a}, +ark(a){return new U.GT(a,new R.bI(H.a([],t.tq),t.wS))}, +ajK:function ajK(a){this.a=a}, +aF:function aF(){}, +aS:function aS(){}, +bn:function bn(){}, +la:function la(a,b,c){this.b=a +this.a=b +this.$ti=c}, +Ve:function Ve(){}, +hA:function hA(a,b,c){this.d=a +this.e=b +this.a=c}, +Vf:function Vf(a){this.a=a}, +Vg:function Vg(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +B5:function B5(a,b,c){var _=this +_.d=a +_.e=b +_.a=null +_.b=c +_.c=null}, +aaq:function aaq(a){this.a=a}, +B4:function B4(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.x=c +_.b=d +_.a=e}, +nC:function nC(a,b,c,d,e,f,g,h,i){var _=this +_.c=a +_.d=b +_.e=c +_.r=d +_.y=e +_.z=f +_.ch=g +_.cx=h +_.a=i}, +BP:function BP(a,b){var _=this +_.f=_.e=_.d=!1 +_.r=a +_.a=null +_.b=b +_.c=null}, +ae2:function ae2(a){this.a=a}, +ae0:function ae0(a){this.a=a}, +adW:function adW(a){this.a=a}, +adX:function adX(a){this.a=a}, +adV:function adV(a,b){this.a=a +this.b=b}, +ae_:function ae_(a){this.a=a}, +adY:function adY(a){this.a=a}, +adZ:function adZ(a,b){this.a=a +this.b=b}, +ae1:function ae1(a,b){this.a=a +this.b=b}, +GT:function GT(a,b){this.b=a +this.a=b}, +pZ:function pZ(){}, +qc:function qc(){}, +nn:function nn(){}, +GR:function GR(){}, +rR:function rR(){}, +K8:function K8(a){this.c=this.b=null +this.a=a}, +MY:function MY(){}, +MX:function MX(){}, +Px:function Px(){}, +auO(a,b){var s={} +s.a=b +s.b=null +a.ls(new U.ajF(s)) +return s.b}, +mK(a,b){var s +a.pa() +s=a.d +s.toString +F.at6(s,1,b)}, +atS(a,b,c){var s=a==null?null:a.f +if(s==null)s=b +return new U.un(s,c)}, +aGN(a){var s,r,q,p,o=new H.at(a,new U.agT(),H.aq(a).j("at<1,bM>")) +for(s=new H.dy(o,o.gn(o)),r=H.o(s).c,q=null;s.t();){p=r.a(s.d) +q=(q==null?p:q).rL(0,p)}if(q.gM(q))return C.c.gK(a).a +return C.c.Pw(C.c.gK(a).gOX(),q.gjx(q)).f}, +au5(a,b){S.pS(a,new U.agV(b),t.zP)}, +aGM(a,b){S.pS(a,new U.agS(b),t.h7)}, +ajF:function ajF(a){this.a=a}, +un:function un(a,b){this.b=a +this.c=b}, +mq:function mq(a){this.b=a}, +HE:function HE(){}, +Zk:function Zk(a,b){this.a=a +this.b=b}, +Zj:function Zj(){}, +uj:function uj(a,b){this.a=a +this.b=b}, +Ou:function Ou(a){this.a=a}, +Xd:function Xd(){}, +agW:function agW(a){this.a=a}, +Xl:function Xl(a,b){this.a=a +this.b=b}, +Xf:function Xf(){}, +Xg:function Xg(a){this.a=a}, +Xh:function Xh(a){this.a=a}, +Xi:function Xi(){}, +Xj:function Xj(a){this.a=a}, +Xk:function Xk(a){this.a=a}, +Xe:function Xe(a,b,c){this.a=a +this.b=b +this.c=c}, +Xm:function Xm(a){this.a=a}, +Xn:function Xn(a){this.a=a}, +Xo:function Xo(a){this.a=a}, +Xp:function Xp(a){this.a=a}, +Xq:function Xq(a){this.a=a}, +Xr:function Xr(a){this.a=a}, +dn:function dn(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +agT:function agT(){}, +agV:function agV(a){this.a=a}, +agU:function agU(){}, +js:function js(a){this.a=a +this.b=null}, +agR:function agR(){}, +agS:function agS(a){this.a=a}, +Kl:function Kl(a){this.iO$=a}, +a44:function a44(){}, +a45:function a45(){}, +a46:function a46(a){this.a=a}, +xd:function xd(a,b,c){this.c=a +this.e=b +this.a=c}, +Pc:function Pc(a){var _=this +_.a=_.d=null +_.b=a +_.c=null}, +uo:function uo(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +KS:function KS(a){this.a=a}, +rt:function rt(){}, +J1:function J1(a){this.a=a}, +rO:function rO(){}, +K6:function K6(a){this.a=a}, +GQ:function GQ(a){this.a=a}, +Pd:function Pd(){}, +Rg:function Rg(){}, +TS:function TS(){}, +TT:function TT(){}, +Uv(a,b){var s=T.arf(a),r=F.et(a) +r=r==null?null:r.b +if(r==null)r=1 +return new M.xu(s,r,L.y5(a),T.dW(a),b,U.f_())}, +arN(a,b){var s=null +return new U.xs(M.aEN(s,s,new L.q1(a,s,s)),b,s)}, +xs:function xs(a,b,c){this.c=a +this.x=b +this.a=c}, +C1:function C1(a){var _=this +_.f=_.e=_.d=null +_.r=!1 +_.y=_.x=null +_.z=!1 +_.a=_.db=_.cy=_.cx=_.ch=_.Q=null +_.b=a +_.c=null}, +af2:function af2(a,b,c){this.a=a +this.b=b +this.c=c}, +af3:function af3(a){this.a=a}, +af4:function af4(a){this.a=a}, +TI:function TI(){}, +dY:function dY(){}, +dA:function dA(a,b,c,d){var _=this +_.c=a +_.d=b +_.a=c +_.$ti=d}, +f9:function f9(){}, +a53(a){return new U.KT(!1,P.aj(0,null,!1,t.Z))}, +cY:function cY(){}, +h_:function h_(){}, +D9:function D9(){}, +zC:function zC(a,b,c){var _=this +_.fr=a +_.y=null +_.a=!1 +_.c=_.b=null +_.a3$=0 +_.a5$=b +_.ar$=_.ao$=0 +_.aj$=!1 +_.$ti=c}, +KT:function KT(a,b){var _=this +_.fr=a +_.y=null +_.a=!1 +_.c=_.b=null +_.a3$=0 +_.a5$=b +_.ar$=_.ao$=0 +_.aj$=!1}, +zD:function zD(a,b){var _=this +_.fr=a +_.y=null +_.a=!1 +_.c=_.b=null +_.a3$=0 +_.a5$=b +_.ar$=_.ao$=0 +_.aj$=!1}, +cp(a){var s=a.J(t.l3),r=s==null?null:s.f +return r!==!1}, +AJ:function AJ(a,b,c){this.c=a +this.d=b +this.a=c}, +BD:function BD(a,b,c){this.f=a +this.b=b +this.a=c}, +hr:function hr(){}, +dG:function dG(){}, +Tq:function Tq(a,b,c){var _=this +_.x=a +_.a=null +_.b=!1 +_.c=null +_.d=b +_.e=null +_.f=c +_.r=null}, +Mk:function Mk(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Ms:function Ms(a,b,c){this.e=a +this.c=b +this.a=c}, +Tg:function Tg(a,b,c){var _=this +_.w=a +_.q$=b +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=c +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +ID:function ID(a,b,c){this.a=a +this.b=b +this.c=c}, +a0R(a,b,c,d,e){var s=new U.xX(b,c,d,a,e.j("xX<0>")) +s.Hx(a,c,d) +return s}, +xX:function xX(a,b,c,d,e){var _=this +_.e=a +_.b=b +_.c=c +_.a=d +_.$ti=e}, +wo:function wo(a,b,c,d){var _=this +_.e=a +_.c=b +_.a=c +_.$ti=d}, +nM:function nM(a){this.a=a}, +BZ:function BZ(a,b){var _=this +_.e=_.d="" +_.f=a +_.a=null +_.b=b +_.c=null}, +aeT:function aeT(a,b){this.a=a +this.b=b}, +af1:function af1(a,b){this.a=a +this.b=b}, +aeX:function aeX(a,b){this.a=a +this.b=b}, +aeY:function aeY(a){this.a=a}, +aeZ:function aeZ(a){this.a=a}, +af_:function af_(a){this.a=a}, +af0:function af0(a){this.a=a}, +aeW:function aeW(){}, +aeU:function aeU(){}, +aeV:function aeV(a){this.a=a}, +xC:function xC(a){this.a=a}, +Py:function Py(a){this.a=null +this.b=a +this.c=null}, +MQ:function MQ(a){this.a=a}, +ajc:function ajc(a,b){this.a=a +this.b=b}, +Uh:function Uh(){}, +Ut(a,b,c,d,e){return U.aJD(a,b,c,d,e,e)}, +aJD(a,b,c,d,e,f){var s=0,r=P.K(f),q +var $async$Ut=P.G(function(g,h){if(g===1)return P.H(h,r) +while(true)switch(s){case 0:s=3 +return P.L(null,$async$Ut) +case 3:q=a.$1(b) +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$Ut,r)}},V={NH:function NH(a,b){this.a=a +this.b=b},pq:function pq(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.f=_.e=null},ZM:function ZM(a){this.a=a +this.b=null},ZN:function ZN(a,b){this.a=a +this.b=b},vT:function vT(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p},Ne:function Ne(){}, +hi(a,b,c){if(c.j("b6<0>").b(a))return a.V(b) +return a}, +cX:function cX(a){this.b=a}, +II:function II(){}, +BF:function BF(a,b){this.a=a +this.c=b}, +b6:function b6(){}, +e3:function e3(a,b){this.a=a +this.$ti=b}, +eg:function eg(a,b){this.a=a +this.$ti=b}, +a19(a,b,c){var s=null,r=H.a([],t.Zt),q=$.Y,p=S.z0(C.c6),o=H.a([],t.wi),n=P.aj(0,s,!1,t.Z),m=$.Y,l=b==null?C.eh:b +return new V.o7(a,!1,s,r,new N.b3(s,c.j("b3>")),new N.b3(s,t.A),new S.rA(),s,new P.aC(new P.a3(q,c.j("a3<0?>")),c.j("aC<0?>")),p,o,l,new B.ef(s,n),new P.aC(new P.a3(m,c.j("a3<0?>")),c.j("aC<0?>")),c.j("o7<0>"))}, +o7:function o7(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.cV=a +_.bc=b +_.go=c +_.id=!1 +_.k2=_.k1=null +_.k3=d +_.k4=e +_.r1=f +_.r2=g +_.x1=_.ry=_.rx=null +_.fY$=h +_.z=i +_.ch=_.Q=null +_.cx=j +_.db=_.cy=null +_.e=k +_.a=null +_.b=l +_.c=m +_.d=n +_.$ti=o}, +yf:function yf(){}, +Cr:function Cr(){}, +fx(a,b,c){var s,r,q,p,o,n=a==null +if(n&&b==null)return null +if(n)return b.a_(0,c) +if(b==null)return a.a_(0,1-c) +if(a instanceof V.aM&&b instanceof V.aM)return V.arq(a,b,c) +if(a instanceof V.f7&&b instanceof V.f7)return V.aCP(a,b,c) +n=P.a8(a.geg(a),b.geg(b),c) +n.toString +s=P.a8(a.gej(a),b.gej(b),c) +s.toString +r=P.a8(a.gfl(a),b.gfl(b),c) +r.toString +q=P.a8(a.gfh(),b.gfh(),c) +q.toString +p=P.a8(a.gcR(a),b.gcR(b),c) +p.toString +o=P.a8(a.gd0(a),b.gd0(b),c) +o.toString +return new V.mB(n,s,r,q,p,o)}, +XS(a,b){return new V.aM(a.a/b,a.b/b,a.c/b,a.d/b)}, +arq(a,b,c){var s,r,q,p=P.a8(a.a,b.a,c) +p.toString +s=P.a8(a.b,b.b,c) +s.toString +r=P.a8(a.c,b.c,c) +r.toString +q=P.a8(a.d,b.d,c) +q.toString +return new V.aM(p,s,r,q)}, +aCP(a,b,c){var s,r,q,p=P.a8(a.a,b.a,c) +p.toString +s=P.a8(a.b,b.b,c) +s.toString +r=P.a8(a.c,b.c,c) +r.toString +q=P.a8(a.d,b.d,c) +q.toString +return new V.f7(p,s,r,q)}, +cv:function cv(){}, +aM:function aM(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +f7:function f7(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +mB:function mB(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +at8(a){var s,r,q +switch(a.x){case C.b_:s=a.c +r=s!=null?new X.em(s.gj7(s)):C.cA +break +case C.a9:s=a.d +r=a.c +if(s!=null){q=r==null?null:r.gj7(r) +r=new X.d9(s,q==null?C.w:q)}else if(r==null)r=C.l4 +break +default:r=null}return new V.i9(a.a,a.f,a.b,a.e,r)}, +a6J(a,b,c){var s,r,q,p,o,n=null,m=a==null +if(m&&b==null)return n +if(!m&&b!=null){if(c===0)return a +if(c===1)return b}s=m?n:a.a +r=b==null +s=P.O(s,r?n:b.a,c) +q=m?n:a.b +q=T.arG(q,r?n:b.b,c) +p=c<0.5?a.c:b.c +o=m?n:a.d +o=O.am1(o,r?n:b.d,c) +m=m?n:a.e +m=Y.eU(m,r?n:b.e,c) +m.toString +return new V.i9(s,q,p,o,m)}, +i9:function i9(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +ai_:function ai_(a,b){var _=this +_.b=a +_.Q=_.z=_.y=_.x=_.r=_.f=_.e=_.d=_.c=null +_.a=b}, +ai0:function ai0(){}, +ai1:function ai1(a,b,c){this.a=a +this.b=b +this.c=c}, +asV(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f={} +f.a=b +if(a==null)a=C.j4 +s=J.al(a) +r=s.gn(a)-1 +q=P.aj(0,null,!1,t.LQ) +p=0<=r +while(!0){if(!!1)break +s.h(a,0) +o=b[0] +o.gh3(o) +break}while(!0){if(!!1)break +s.h(a,r) +n=b[-1] +n.gh3(n) +break}m=H.b8("oldKeyedChildren") +if(p){m.sbU(P.A(t.D2,t.bu)) +for(l=0;l<=r;){s.h(a,l);++l}p=!0}else l=0 +for(k=m.a,j=0;!1;){o=f.a[j] +if(p){i=o.gh3(o) +h=m.b +if(h===m)H.f(H.k1(k)) +g=J.aL(h,i) +if(g!=null){o.gh3(o) +g=null}}else g=null +q[j]=V.asU(g,o);++j}s.gn(a) +while(!0){if(!!1)break +q[j]=V.asU(s.h(a,l),f.a[j]);++j;++l}return new H.cc(q,H.aq(q).j("cc<1,cm>"))}, +asU(a,b){var s,r=a==null?A.Li(b.gh3(b),null):a,q=b.gajo(),p=A.oL() +q.gyQ() +p.r2=q.gyQ() +p.d=!0 +q.gCT(q) +s=q.gCT(q) +p.bt(C.xH,!0) +p.bt(C.xN,s) +q.gyy(q) +p.bt(C.xS,q.gyy(q)) +q.gCL(q) +p.bt(C.xX,q.gCL(q)) +q.gmE() +p.bt(C.N5,q.gmE()) +q.gFp() +p.bt(C.xL,q.gFp()) +q.gyP() +p.bt(C.N7,q.gyP()) +q.gEI() +p.bt(C.N3,q.gEI()) +q.gtg(q) +p.bt(C.xJ,q.gtg(q)) +q.gEb() +p.bt(C.xP,q.gEb()) +q.gEc(q) +p.bt(C.jT,q.gEc(q)) +q.gl0(q) +s=q.gl0(q) +p.bt(C.xW,!0) +p.bt(C.xK,s) +q.gEy() +p.bt(C.xQ,q.gEy()) +q.gmI() +p.bt(C.xI,q.gmI()) +q.gEY(q) +p.bt(C.xV,q.gEY(q)) +q.gEr(q) +p.bt(C.xY,q.gEr(q)) +q.gEp() +p.bt(C.xU,q.gEp()) +q.gyv() +p.bt(C.xO,q.gyv()) +q.gF_() +p.bt(C.xT,q.gF_()) +q.gEK() +p.bt(C.xR,q.gEK()) +q.grU() +p.srU(q.grU()) +q.go9() +p.so9(q.go9()) +q.gFy() +s=q.gFy() +p.bt(C.N6,!0) +p.bt(C.N2,s) +q.gft(q) +p.bt(C.xM,q.gft(q)) +q.gafR(q) +p.aF=new A.cG(q.gafR(q),C.aq) +p.d=!0 +q.gm(q) +p.a3=new A.cG(q.gm(q),C.aq) +p.d=!0 +q.gafq() +p.ao=new A.cG(q.gafq(),C.aq) +p.d=!0 +q.gad4() +p.a5=new A.cG(q.gad4(),C.aq) +p.d=!0 +q.gafg(q) +p.ar=new A.cG(q.gafg(q),C.aq) +p.d=!0 +q.gbC(q) +p.q=q.gbC(q) +p.d=!0 +q.gj0() +p.sj0(q.gj0()) +q.gj_() +p.sj_(q.gj_()) +q.goW() +p.soW(q.goW()) +q.goX() +p.soX(q.goX()) +q.goY() +p.soY(q.goY()) +q.goV() +p.soV(q.goV()) +q.gt4() +p.st4(q.gt4()) +q.gt2() +p.st2(q.gt2()) +q.goM(q) +p.soM(0,q.goM(q)) +q.goN(q) +p.soN(0,q.goN(q)) +q.goU(q) +p.soU(0,q.goU(q)) +q.goS() +p.soS(q.goS()) +q.goQ() +p.soQ(q.goQ()) +q.goT() +p.soT(q.goT()) +q.goR() +p.soR(q.goR()) +q.goZ() +p.soZ(q.goZ()) +q.gp_() +p.sp_(q.gp_()) +q.goO() +p.soO(q.goO()) +q.gt3() +p.st3(q.gt3()) +q.goP() +p.soP(q.goP()) +r.kf(0,C.j4,p) +r.sbo(0,b.gbo(b)) +r.sct(0,b.gct(b)) +r.id=b.gajq() +return r}, +Gz:function Gz(){}, +zi:function zi(a,b,c,d,e,f,g){var _=this +_.w=a +_.ab=b +_.aG=c +_.bd=d +_.cn=e +_.es=_.e3=_.a9=_.d7=null +_.q$=f +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=g +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +zk:function zk(a,b){var _=this +_.B=a +_.N=$ +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=b +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +K9:function K9(a){this.a=a}, +M3(a){var s=0,r=P.K(t.H) +var $async$M3=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:s=2 +return P.L(C.bC.cO("SystemSound.play",a.b,t.H),$async$M3) +case 2:return P.I(null,r)}}) +return P.J($async$M3,r)}, +M2:function M2(a){this.b=a}, +iZ:function iZ(){}, +a_M:function a_M(a){this.d=null +this.a=a}, +a_N:function a_N(a,b){this.a=a +this.b=b}, +a_O:function a_O(a){this.a=a}, +a_4:function a_4(){}, +a_5:function a_5(a){this.a=a}, +aoM(){return new V.jz("input expected")}, +jz:function jz(a){this.a=a}, +anG(){if($.at9)$.at9=!1 +return $.awP()}, +dE(){var s=0,r=P.K(t.cZ),q,p=2,o,n=[],m,l,k,j,i,h,g +var $async$dE=P.G(function(a,b){if(a===1){o=b +s=p}while(true)switch(s){case 0:h=$.anF +s=h==null?3:4 +break +case 3:m=new P.aC(new P.a3($.Y,t.Gl),t.Iy) +p=6 +s=9 +return P.L(V.a6N(),$async$dE) +case 9:l=b +J.ayU(m,new V.t9(l)) +p=2 +s=8 +break +case 6:p=5 +g=o +h=H.a0(g) +if(t.VI.b(h)){k=h +m.iF(k) +j=m.a +$.anF=null +q=j +s=1 +break}else throw g +s=8 +break +case 5:s=2 +break +case 8:h=$.anF=m +case 4:q=h.a +s=1 +break +case 1:return P.I(q,r) +case 2:return P.H(o,r)}}) +return P.J($async$dE,r)}, +a6N(){var s=0,r=P.K(t.nf),q,p,o,n,m,l,k +var $async$a6N=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:s=3 +return P.L(V.anG().lt(0),$async$a6N) +case 3:l=b +k=P.A(t.N,t.K) +for(p=J.j(l),o=J.aP(p.gaA(l));o.t();){n=o.gE(o) +m=C.b.bv(n,8) +n=p.h(l,n) +n.toString +k.p(0,m,n)}q=k +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$a6N,r)}, +t9:function t9(a){this.a=a}, +a6K:function a6K(){}, +a6L:function a6L(){}, +oF:function oF(a){this.a=a}, +a5K:function a5K(a,b){this.a=a +this.b=b}, +a5J:function a5J(a){this.a=a}, +a5H:function a5H(a){this.a=a}, +a5I:function a5I(a){this.a=a}, +a5G:function a5G(a){this.a=a}, +eW:function eW(a,b,c,d){var _=this +_.b=a +_.c=b +_.d=c +_.l7$=d}, +Tx:function Tx(){}},W={ +EL(){return window}, +aoS(){return document}, +aqM(){var s=document.createElement("a") +return s}, +aBT(a){var s=new self.Blob(a) +return s}, +qd(a,b){var s=document.createElement("canvas") +if(b!=null)s.width=b +if(a!=null)s.height=a +return s}, +aCH(){return document.createElement("div")}, +aG8(a,b){var s +for(s=J.aP(b);s.t();)a.appendChild(s.gE(s))}, +aGa(a,b){return!1}, +aG9(a){var s=a.firstElementChild +if(s==null)throw H.b(P.V("No elements")) +return s}, +ns(a,b,c){var s=document.body +s.toString +s=new H.b7(new W.dm(C.l2.hZ(s,a,b,c)),new W.Ya(),t.A3.j("b7")) +return t.Q.a(s.gcp(s))}, +aCQ(a){return W.e1(a,null)}, +wO(a){var s,r,q="element tag unavailable" +try{s=J.j(a) +s.gRZ(a) +q=s.gRZ(a)}catch(r){H.a0(r)}return q}, +e1(a,b){return document.createElement(a)}, +aD6(a,b,c){var s=new FontFace(a,b,P.Uu(c)) +return s}, +arK(a,b,c){var s,r=new P.a3($.Y,t._Y),q=new P.aC(r,t.rj),p=new XMLHttpRequest() +C.GP.ah8(p,"GET",a,!0) +if(c!=null)p.responseType=c +s=t._p +W.bJ(p,"load",new W.a_v(p,q),!1,s) +W.bJ(p,"error",q.gOl(),!1,s) +p.send() +return r}, +arO(){var s=document.createElement("img") +return s}, +I7(a){var s,r=document.createElement("input"),q=t.Zb.a(r) +if(a!=null)try{q.type=a}catch(s){H.a0(s)}return q}, +afg(a,b){a=a+b&536870911 +a=a+((a&524287)<<10)&536870911 +return a^a>>>6}, +atW(a,b,c,d){var s=W.afg(W.afg(W.afg(W.afg(0,a),b),c),d),r=s+((s&67108863)<<3)&536870911 +r^=r>>>11 +return r+((r&16383)<<15)&536870911}, +bJ(a,b,c,d,e){var s=c==null?null:W.aoK(new W.adI(c),t.I3) +s=new W.BI(a,b,s,!1,e.j("BI<0>")) +s.C_() +return s}, +atV(a){var s=W.aqM(),r=window.location +s=new W.uw(new W.ahz(s,r)) +s.a_E(a) +return s}, +aGp(a,b,c,d){return!0}, +aGq(a,b,c,d){var s,r=d.a,q=r.a +q.href=c +s=q.hostname +r=r.b +if(!(s==r.hostname&&q.port===r.port&&q.protocol===r.protocol))if(s==="")if(q.port===""){r=q.protocol +r=r===":"||r===""}else r=!1 +else r=!1 +else r=!0 +return r}, +aub(){var s=t.N,r=P.iR(C.mP,s),q=H.a(["TEMPLATE"],t.s) +s=new W.SA(r,P.fF(s),P.fF(s),P.fF(s),null) +s.a_H(null,new H.at(C.mP,new W.aih(),t.a4),q,null) +return s}, +aju(a){var s +if("postMessage" in a){s=W.aGb(a) +return s}else return a}, +aHB(a){if(t.VF.b(a))return a +return new P.io([],[]).jy(a,!0)}, +aGb(a){if(a===window)return a +else return new W.adh(a)}, +aoK(a,b){var s=$.Y +if(s===C.I)return a +return s.CF(a,b)}, +aw8(a){return document.querySelector(a)}, +ae:function ae(){}, +Vd:function Vd(){}, +F0:function F0(){}, +F6:function F6(){}, +q8:function q8(){}, +n4:function n4(){}, +vW:function vW(){}, +n5:function n5(){}, +VM:function VM(){}, +Fs:function Fs(){}, +lb:function lb(){}, +Fy:function Fy(){}, +iE:function iE(){}, +ws:function ws(){}, +WL:function WL(){}, +qw:function qw(){}, +WM:function WM(){}, +ck:function ck(){}, +qx:function qx(){}, +WN:function WN(){}, +qy:function qy(){}, +hI:function hI(){}, +jJ:function jJ(){}, +WO:function WO(){}, +WP:function WP(){}, +WX:function WX(){}, +lk:function lk(){}, +jO:function jO(){}, +Xt:function Xt(){}, +qF:function qF(){}, +wG:function wG(){}, +wH:function wH(){}, +GW:function GW(){}, +XB:function XB(){}, +NC:function NC(a,b){this.a=a +this.b=b}, +pt:function pt(a,b){this.a=a +this.$ti=b}, +az:function az(){}, +Ya:function Ya(){}, +H6:function H6(){}, +wU:function wU(){}, +YI:function YI(a){this.a=a}, +YJ:function YJ(a){this.a=a}, +a4:function a4(){}, +a6:function a6(){}, +YP:function YP(){}, +Hp:function Hp(){}, +fy:function fy(){}, +ny:function ny(){}, +YV:function YV(){}, +YX:function YX(){}, +nE:function nE(){}, +jU:function jU(){}, +hN:function hN(){}, +a_k:function a_k(){}, +nN:function nN(){}, +lw:function lw(){}, +a_v:function a_v(a,b){this.a=a +this.b=b}, +xr:function xr(){}, +HY:function HY(){}, +nQ:function nQ(){}, +nR:function nR(){}, +nU:function nU(){}, +k0:function k0(){}, +xS:function xS(){}, +a10:function a10(){}, +IF:function IF(){}, +od:function od(){}, +a1k:function a1k(){}, +a1l:function a1l(){}, +IL:function IL(){}, +rk:function rk(){}, +lN:function lN(){}, +yk:function yk(){}, +lP:function lP(){}, +IM:function IM(){}, +a1p:function a1p(a){this.a=a}, +a1q:function a1q(a){this.a=a}, +IN:function IN(){}, +a1r:function a1r(a){this.a=a}, +a1s:function a1s(a){this.a=a}, +yl:function yl(){}, +hX:function hX(){}, +IO:function IO(){}, +eQ:function eQ(){}, +a2d:function a2d(){}, +dm:function dm(a){this.a=a}, +ab:function ab(){}, +ru:function ru(){}, +J8:function J8(){}, +J9:function J9(){}, +Jf:function Jf(){}, +a2y:function a2y(){}, +yE:function yE(){}, +JG:function JG(){}, +a2M:function a2M(){}, +j2:function j2(){}, +a2R:function a2R(){}, +i1:function i1(){}, +K3:function K3(){}, +kf:function kf(){}, +j7:function j7(){}, +a3H:function a3H(){}, +L1:function L1(){}, +a5l:function a5l(a){this.a=a}, +a5m:function a5m(a){this.a=a}, +a5R:function a5R(){}, +zP:function zP(){}, +Lg:function Lg(){}, +Lm:function Lm(){}, +LK:function LK(){}, +ia:function ia(){}, +LP:function LP(){}, +tz:function tz(){}, +ib:function ib(){}, +LR:function LR(){}, +ic:function ic(){}, +LS:function LS(){}, +a8a:function a8a(){}, +a8b:function a8b(){}, +Al:function Al(){}, +a8q:function a8q(a){this.a=a}, +a8r:function a8r(a){this.a=a}, +Am:function Am(){}, +fR:function fR(){}, +Ar:function Ar(){}, +M4:function M4(){}, +M5:function M5(){}, +tI:function tI(){}, +tJ:function tJ(){}, +ii:function ii(){}, +fU:function fU(){}, +Mg:function Mg(){}, +Mh:function Mh(){}, +a9B:function a9B(){}, +ij:function ij(){}, +mp:function mp(){}, +AR:function AR(){}, +a9J:function a9J(){}, +kF:function kF(){}, +a9W:function a9W(){}, +MC:function MC(){}, +aa5:function aa5(){}, +MG:function MG(){}, +aa6:function aa6(){}, +pi:function pi(){}, +pj:function pj(){}, +jm:function jm(){}, +ua:function ua(){}, +NW:function NW(){}, +Bx:function Bx(){}, +Pf:function Pf(){}, +Cz:function Cz(){}, +Sb:function Sb(){}, +Sr:function Sr(){}, +Nk:function Nk(){}, +OH:function OH(a){this.a=a}, +amq:function amq(a,b){this.a=a +this.$ti=b}, +BH:function BH(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +mv:function mv(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +BI:function BI(a,b,c,d,e){var _=this +_.a=0 +_.b=a +_.c=b +_.d=c +_.e=d +_.$ti=e}, +adI:function adI(a){this.a=a}, +adJ:function adJ(a){this.a=a}, +uw:function uw(a){this.a=a}, +cJ:function cJ(){}, +yw:function yw(a){this.a=a}, +a2j:function a2j(a){this.a=a}, +a2i:function a2i(a,b,c){this.a=a +this.b=b +this.c=c}, +Dn:function Dn(){}, +ai2:function ai2(){}, +ai3:function ai3(){}, +SA:function SA(a,b,c,d,e){var _=this +_.e=a +_.a=b +_.b=c +_.c=d +_.d=e}, +aih:function aih(){}, +St:function St(){}, +x0:function x0(a,b){var _=this +_.a=a +_.b=b +_.c=-1 +_.d=null}, +Gq:function Gq(){}, +adh:function adh(a){this.a=a}, +ahz:function ahz(a,b){this.a=a +this.b=b}, +Tm:function Tm(a){this.a=a +this.b=0}, +aiW:function aiW(a){this.a=a}, +NX:function NX(){}, +Oz:function Oz(){}, +OA:function OA(){}, +OB:function OB(){}, +OC:function OC(){}, +P_:function P_(){}, +P0:function P0(){}, +Pk:function Pk(){}, +Pl:function Pl(){}, +PW:function PW(){}, +PX:function PX(){}, +PY:function PY(){}, +PZ:function PZ(){}, +Qi:function Qi(){}, +Qj:function Qj(){}, +QH:function QH(){}, +QI:function QI(){}, +RL:function RL(){}, +Dp:function Dp(){}, +Dq:function Dq(){}, +S9:function S9(){}, +Sa:function Sa(){}, +Sj:function Sj(){}, +SO:function SO(){}, +SP:function SP(){}, +DJ:function DJ(){}, +DK:function DK(){}, +SW:function SW(){}, +SX:function SX(){}, +TC:function TC(){}, +TD:function TD(){}, +TG:function TG(){}, +TH:function TH(){}, +TN:function TN(){}, +TO:function TO(){}, +U_:function U_(){}, +U0:function U0(){}, +U1:function U1(){}, +U2:function U2(){}},X={fr:function fr(a){this.b=a},bZ:function bZ(){}, +aBW(a,b,c){var s,r=P.O(a.a,b.a,c),q=P.a8(a.b,b.b,c),p=P.O(a.c,b.c,c),o=P.a8(a.d,b.d,c),n=Y.eU(a.e,b.e,c) +if(c<0.5)s=a.f +else s=b.f +return new X.w0(r,q,p,o,n,s,S.qb(a.r,b.r,c))}, +w0:function w0(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +Nr:function Nr(){}, +a6c(a,b,c,d,e){if(a==null&&b==null)return null +return new X.Ci(a,b,c,d,e.j("Ci<0>"))}, +A0:function A0(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k}, +Ci:function Ci(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +RS:function RS(){}, +anQ(d6,d7,d8){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5=null +if(d6==null)s=d5 +else s=d6 +if(s==null)s=C.aa +r=s===C.V +q=X.aFT() +if(d8==null)d8=C.LI +if(d7==null)if(r){p=C.ar.h(0,900) +p.toString +d7=p}else d7=d8 +o=X.p9(d7) +if(r){p=C.ar.h(0,500) +p.toString +n=p}else{p=d8.b.h(0,100) +p.toString +n=p}if(r)m=C.t +else{p=d8.b.h(0,700) +p.toString +m=p}l=o===C.V +if(r){p=C.dW.h(0,200) +p.toString +k=p}else{p=d8.b.h(0,600) +p.toString +k=p}if(r){p=C.dW.h(0,200) +p.toString +j=p}else{p=d8.b.h(0,500) +p.toString +j=p}i=X.p9(j) +h=i===C.V +if(r){p=C.ar.h(0,850) +p.toString +g=p}else{p=C.ar.h(0,50) +p.toString +g=p}if(r){p=C.ar.h(0,800) +p.toString +f=p}else f=C.j +if(r){p=C.ar.h(0,800) +p.toString +e=p}else e=C.j +d=r?C.FJ:C.FI +c=X.p9(d8)===C.V +p=X.p9(j) +if(r){b=C.dW.h(0,700) +b.toString}else{b=d8.b.h(0,700) +b.toString}if(r){a=C.ar.h(0,700) +a.toString}else{a=d8.b.h(0,200) +a.toString}a0=C.jt.h(0,700) +a0.toString +a1=c?C.j:C.t +p=p===C.V?C.j:C.t +a2=r?C.j:C.t +a3=c?C.j:C.t +a4=new A.ni(d8,m,j,b,e,a,a0,a1,p,a2,a3,r?C.t:C.j,s) +p=C.ar.h(0,100) +p.toString +a5=p +a6=r?C.X:C.R +if(r){p=C.ar.h(0,700) +p.toString +a7=p}else{p=d8.b.h(0,50) +p.toString +a7=p}if(r)a8=j +else{p=d8.b.h(0,200) +p.toString +a8=p}if(r){p=C.dW.h(0,400) +p.toString +a9=p}else{p=d8.b.h(0,300) +p.toString +a9=p}if(r){p=C.ar.h(0,700) +p.toString +b0=p}else{p=d8.b.h(0,200) +p.toString +b0=p}if(r){p=C.ar.h(0,800) +p.toString +b1=p}else b1=C.j +b2=j.k(0,d7)?C.j:j +b3=r?C.CC:P.ar(153,0,0,0) +p=C.jt.h(0,700) +p.toString +b4=p +b5=l?C.iT:C.mn +b6=h?C.iT:C.mn +b7=r?C.iT:C.H6 +b8=U.f_() +b8=b8 +b9=U.aFI(b8) +c0=r?b9.b:b9.a +c1=l?b9.b:b9.a +c2=h?b9.b:b9.a +c3=c0.cj(d5) +c4=c1.cj(d5) +c5=c2.cj(d5) +switch(b8){case C.H:case C.K:case C.D:c6=C.dY +break +case C.E:case C.B:case C.F:c6=C.dZ +break +default:c6=d5}if(r){p=d8.b.h(0,600) +p.toString +c7=p}else{p=C.ar.h(0,300) +p.toString +c7=p}c8=r?P.ar(31,255,255,255):P.ar(31,0,0,0) +c9=r?P.ar(10,255,255,255):P.ar(10,0,0,0) +d0=M.ar_(!1,c7,a4,d5,c8,36,d5,c9,C.zT,c6,88,d5,d5,d5,C.du) +d1=r?C.Cz:C.Cy +d2=r?C.ls:C.iA +d3=r?C.ls:C.CB +if(r){p=C.dW.h(0,200) +p.toString}else p=d7 +b=c3.y +b.toString +d4=K.aCb(a4.cx,b,p) +return X.anP(j,i,b6,c5,C.zp,!1,b0,C.LH,f,C.zB,C.zC,C.zD,C.zU,c7,d0,g,e,C.AS,C.AW,d4,a4,d5,C.Dl,C.FT,b1,C.G1,d1,d,C.G3,C.Gx,b4,!0,C.GG,c8,d2,b3,c9,b7,b2,C.Ad,c6,C.LV,C.Mh,C.Ap,b8,C.Mo,d7,o,m,n,b5,c4,C.Mq,C.Ms,g,C.MP,a7,a5,C.t,C.Od,C.Oi,d3,C.AI,C.Ow,C.OE,C.OF,a8,a9,C.OO,c3,C.SD,C.SE,k,C.SH,b9,a6,!0,q)}, +anP(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8){return new X.hu(f8,c7,c8,d0,c9,p,d9,a,b,d5,i,q,a8,b4,b7,b5,e2,e3,d8,f6,a7,o,f2,n,d7,e7,a3,e8,g,a5,b9,b6,b1,f3,f0,d2,d,c0,b8,d1,c,e0,e5,f4,r,a0,c5,c1,!1,c4,e,d6,j,a1,e1,a6,b3,c2,f5,a2,l,c6,h,a9,m,k,f1,e6,b0,c3,e9,a4,s,d4,e4,d3,!0,!0)}, +aFB(){return X.anQ(C.aa,null,null)}, +aFC(a,b){return $.awU().bN(0,new X.ux(a,b),new X.a9y(a,b))}, +p9(a){var s=0.2126*P.am7((a.gm(a)>>>16&255)/255)+0.7152*P.am7((a.gm(a)>>>8&255)/255)+0.0722*P.am7((a.gm(a)&255)/255)+0.05 +if(s*s>0.15)return C.aa +return C.V}, +aDC(a,b){return new X.IG(a,b,C.kI,b.a,b.b,b.c,b.d,b.e,b.f)}, +aFT(){switch(U.f_()){case C.H:case C.D:case C.K:break +case C.E:case C.B:case C.F:return C.Ui}return C.yO}, +o8:function o8(a){this.b=a}, +hu:function hu(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.ch=l +_.cx=m +_.cy=n +_.db=o +_.dx=p +_.dy=q +_.fr=r +_.fx=s +_.fy=a0 +_.go=a1 +_.id=a2 +_.k1=a3 +_.k2=a4 +_.k3=a5 +_.k4=a6 +_.r1=a7 +_.r2=a8 +_.rx=a9 +_.ry=b0 +_.x1=b1 +_.x2=b2 +_.y1=b3 +_.y2=b4 +_.a2=b5 +_.am=b6 +_.aF=b7 +_.a3=b8 +_.a5=b9 +_.ao=c0 +_.ar=c1 +_.aj=c2 +_.b7=c3 +_.bc=c4 +_.q=c5 +_.C=c6 +_.ag=c7 +_.bs=c8 +_.bX=c9 +_.bT=d0 +_.bF=d1 +_.d5=d2 +_.c6=d3 +_.B=d4 +_.N=d5 +_.W=d6 +_.a8=d7 +_.az=d8 +_.aN=d9 +_.b_=e0 +_.b6=e1 +_.bK=e2 +_.bL=e3 +_.c_=e4 +_.d6=e5 +_.bi=e6 +_.c7=e7 +_.cV=e8 +_.er=e9 +_.dk=f0 +_.dS=f1 +_.cm=f2 +_.aR=f3 +_.dl=f4 +_.e2=f5 +_.cW=f6 +_.f2=f7 +_.jI=f8}, +a9y:function a9y(a,b){this.a=a +this.b=b}, +IG:function IG(a,b,c,d,e,f,g,h,i){var _=this +_.cy=a +_.db=b +_.r=c +_.a=d +_.b=e +_.c=f +_.d=g +_.e=h +_.f=i}, +ux:function ux(a,b){this.a=a +this.b=b}, +OY:function OY(a,b,c){this.a=a +this.b=b +this.$ti=c}, +kI:function kI(a,b){this.a=a +this.b=b}, +SR:function SR(){}, +Tn:function Tn(){}, +em:function em(a){this.a=a}, +aCB(a,b,c){return new X.GD(b,c,a)}, +avX(a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a +if(b2.gM(b2))return +s=b2.a +r=b2.c-s +q=b2.b +p=b2.d-q +o=new P.D(r,p) +n=a8.gaO(a8) +m=a8.gaw(a8) +if(a6==null)a6=C.cy +l=U.avf(a6,new P.D(n,m).dP(0,b4),o) +k=l.a.a_(0,b4) +j=l.b +if(b3!==C.ci&&j.k(0,o))b3=C.ci +i=H.ai() +h=i?H.aK():new H.aE(new H.aG()) +h.soA(!1) +if(a3!=null)h.smq(a3) +h.sas(0,P.Wy(0,0,0,b1)) +h.smz(a5) +h.sx4(a9) +i=j.a +g=(r-i)/2 +f=j.b +e=(p-f)/2 +p=a0.a +p=s+(g+(a7?-p:p)*g) +q+=e+a0.b*e +d=new P.v(p,q,p+i,q+f) +c=b3!==C.ci||a7 +if(c)a1.bf(0) +q=b3===C.ci +if(!q)a1.iE(0,b2) +if(a7){b=-(s+r/2) +a1.an(0,-b,0) +a1.cE(0,-1,1) +a1.an(0,b,0)}a=a0.Ez(k,new P.v(0,0,n,m)) +if(q)a1.iJ(a8,a,d,h) +else for(s=new P.dr(X.auN(b2,d,b3).a());s.t();)a1.iJ(a8,a,s.gE(s),h) +if(c)a1.aU(0)}, +auN(a,b,c){return P.ca(function(){var s=a,r=b,q=c +var p=0,o=1,n,m,l,k,j,i,h,g,f,e,d,a0,a1,a2 +return function $async$auN(a3,a4){if(a3===1){n=a4 +p=o}while(true)switch(p){case 0:g=r.c +f=r.a +e=g-f +d=r.d +a0=r.b +a1=d-a0 +a2=q!==C.Ho +if(!a2||q===C.Hp){m=C.d.eM((s.a-f)/e) +l=C.d.dH((s.c-g)/e)}else{m=0 +l=0}if(!a2||q===C.Hq){k=C.d.eM((s.b-a0)/a1) +j=C.d.dH((s.d-d)/a1)}else{k=0 +j=0}i=m +case 2:if(!(i<=l)){p=4 +break}g=i*e,h=k +case 5:if(!(h<=j)){p=7 +break}p=8 +return r.cb(new P.l(g,h*a1)) +case 8:case 6:++h +p=5 +break +case 7:case 3:++i +p=2 +break +case 4:return P.c8() +case 1:return P.c9(n)}}},t.YT)}, +r_:function r_(a){this.b=a}, +GD:function GD(a,b,c){this.a=a +this.b=b +this.d=c}, +wz:function wz(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +d9:function d9(a,b){this.b=a +this.a=b}, +eB:function eB(a,b,c){this.b=a +this.c=b +this.a=c}, +a8R(a){var s=0,r=P.K(t.H) +var $async$a8R=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:s=2 +return P.L(C.bC.cO(u.D,P.aJ(["label",a.a,"primaryColor",a.b],t.N,t.z),t.H),$async$a8R) +case 2:return P.I(null,r)}}) +return P.J($async$a8R,r)}, +aFs(a){if($.tF!=null){$.tF=a +return}if(a.k(0,$.anN))return +$.tF=a +P.e6(new X.a8S())}, +Vl:function Vl(a,b){this.a=a +this.b=b}, +ml:function ml(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.e=d +_.f=e +_.r=f}, +a8S:function a8S(){}, +dF(a,b,c,d){var s=b"))}, +a6E:function a6E(a,b,c){this.a=a +this.b=b +this.c=c}, +z2:function z2(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +a3I:function a3I(){}, +eA:function eA(){}, +Tw:function Tw(){}, +a_9(){var s=0,r=P.K(t.H) +var $async$a_9=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:s=2 +return P.L(C.bC.mC("HapticFeedback.vibrate",t.H),$async$a_9) +case 2:return P.I(null,r)}}) +return P.J($async$a_9,r)}, +xm(){var s=0,r=P.K(t.H) +var $async$xm=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:s=2 +return P.L(C.bC.cO("HapticFeedback.vibrate","HapticFeedbackType.mediumImpact",t.H),$async$xm) +case 2:return P.I(null,r)}}) +return P.J($async$xm,r)}, +UD(a){var s +if(typeof a=="number")return C.d.aW(a) +s=J.dR(a) +if(s.length!==1)throw H.b(P.ci('"'+s+'" is not a character',null)) +return C.b.aE(s,0)}, +aIY(a){switch(a){case 8:return"\\b" +case 9:return"\\t" +case 10:return"\\n" +case 11:return"\\v" +case 12:return"\\f" +case 13:return"\\r" +case 34:return'\\"' +case 39:return"\\'" +case 92:return"\\\\"}if(a<32)return"\\x"+C.b.t5(C.f.kc(a,16),2,"0") +return H.bV(a)}},Y={HV:function HV(a,b,c){var _=this +_.a=a +_.b=b +_.d=_.c=0 +_.$ti=c}, +aCF(a,b,c){var s=null +return Y.f6("",s,b,C.aA,a,!1,s,s,C.am,s,!1,!1,!0,c,s,t.H)}, +f6(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var s +if(h==null)s=k?"MISSING":null +else s=h +return new Y.hb(e,!1,c,s,g,o,k,b,d,i,a,m,l,j,n,p.j("hb<0>"))}, +aml(a,b,c){return new Y.GM(c,a,!0,!0,null,b)}, +bY(a){return C.b.t5(C.f.kc(J.e7(a)&1048575,16),5,"0")}, +aoR(a){var s=J.dR(a) +return C.b.bv(s,C.b.dT(s,".")+1)}, +qD:function qD(a,b){this.a=a +this.b=b}, +jN:function jN(a){this.b=a}, +ag9:function ag9(){}, +dV:function dV(){}, +hb:function hb(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this +_.f=a +_.r=b +_.x=c +_.z=d +_.Q=e +_.ch=f +_.cx=g +_.cy=h +_.db=!0 +_.dx=null +_.dy=i +_.fr=j +_.a=k +_.b=l +_.c=m +_.d=n +_.e=o +_.$ti=p}, +wB:function wB(){}, +GM:function GM(a,b,c,d,e,f){var _=this +_.f=a +_.r=null +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +am:function am(){}, +Xb:function Xb(){}, +iJ:function iJ(){}, +Os:function Os(){}, +wD:function wD(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Ot:function Ot(){}, +lz:function lz(a,b,c,d,e,f,g,h,i,j){var _=this +_.z=a +_.Q=b +_.ch=c +_.cx=d +_.cy=e +_.db=f +_.dy=_.dx=null +_.fr=!0 +_.e=g +_.a=h +_.b=i +_.c=j +_.d=!1}, +anw(a,b,c,d){return new Y.rS(c,a,b,null,d.j("rS<0>"))}, +rS:function rS(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.$ti=e}, +uS:function uS(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this +_.d=a +_.wy$=b +_.wz$=c +_.wA$=d +_.wB$=e +_.wC$=f +_.wD$=g +_.wE$=h +_.wF$=i +_.wG$=j +_.ol$=k +_.l5$=l +_.l6$=m +_.bJ$=n +_.a=null +_.b=o +_.c=null +_.$ti=p}, +agP:function agP(a){this.a=a}, +agO:function agO(a){this.a=a}, +agQ:function agQ(a,b){this.a=a +this.b=b}, +Ra:function Ra(a){var _=this +_.cy=_.cx=_.ch=_.Q=_.z=_.y=_.x=_.r=_.f=_.e=_.d=_.c=_.b=_.a=null +_.a3$=0 +_.a5$=a +_.ar$=_.ao$=0 +_.aj$=!1}, +vf:function vf(){}, +vg:function vg(){}, +hD(a,b){var s=a.c,r=s===C.ak&&a.b===0,q=b.c===C.ak&&b.b===0 +if(r&&q)return C.w +if(r)return b +if(q)return a +return new Y.d4(a.a,a.b+b.b,s)}, +jC(a,b){var s,r=a.c +if(!(r===C.ak&&a.b===0))s=b.c===C.ak&&b.b===0 +else s=!0 +if(s)return!0 +return r===b.c&&a.a.k(0,b.a)}, +b4(a,b,c){var s,r,q,p,o +if(c===0)return a +if(c===1)return b +s=P.a8(a.b,b.b,c) +s.toString +if(s<0)return C.w +r=a.c +q=b.c +if(r===q){q=P.O(a.a,b.a,c) +q.toString +return new Y.d4(q,s,r)}switch(r){case C.a8:p=a.a +break +case C.ak:r=a.a +p=P.ar(0,r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255) +break +default:p=null}switch(q){case C.a8:o=b.a +break +case C.ak:r=b.a +o=P.ar(0,r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255) +break +default:o=null}r=P.O(p,o,c) +r.toString +return new Y.d4(r,s,C.a8)}, +eU(a,b,c){var s,r=b!=null?b.e5(a,c):null +if(r==null&&a!=null)r=a.e6(b,c) +if(r==null)s=c<0.5?a:b +else s=r +return s}, +atN(a,b,c){var s,r,q,p,o,n,m=a instanceof Y.hw?a.a:H.a([a],t.Fi),l=b instanceof Y.hw?b.a:H.a([b],t.Fi),k=H.a([],t.N_),j=Math.max(m.length,l.length) +for(s=1-c,r=0;r")) +if(q==null)s=null +else{r=q.gus() +s=r.gm(r)}if($.axA()){if(!b.b(s))throw H.b(new Y.Kc(H.bz(b),H.C(a.gF()))) +return s}return b.a(s)}, +aEu(a,b){var s,r={} +r.a=null +s=b.j("e2<0?>") +if(s.b(a.gF()))a.ls(new Y.a3G(r,b)) +else r.a=b.j("mx<0?>?").a(a.lu(s)) +r=r.a +if(r==null&&!b.b(null))throw H.b(new Y.Kb(H.bz(b),H.C(a.gF()))) +return r}, +r5:function r5(){}, +C3:function C3(a,b,c,d,e){var _=this +_.aN$=a +_.b=_.a=_.dy=null +_.c=b +_.e=_.d=null +_.f=c +_.r=null +_.x=d +_.y=e +_.Q=_.z=null +_.ch=!1 +_.cx=!0 +_.dx=_.db=_.cy=!1}, +e2:function e2(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.b=c +_.a=d +_.$ti=e}, +pr:function pr(a,b){var _=this +_.b=_.a=!1 +_.c=a +_.$ti=b}, +mx:function mx(a,b,c,d,e,f){var _=this +_.aR=_.cm=!1 +_.e2=_.dl=!0 +_.f2=_.cW=!1 +_.au=_.jI=null +_.c6=a +_.b=_.a=_.dy=null +_.c=b +_.e=_.d=null +_.f=c +_.r=null +_.x=d +_.y=e +_.Q=_.z=null +_.ch=!1 +_.cx=!0 +_.dx=_.db=_.cy=!1 +_.$ti=f}, +af6:function af6(a){this.a=a}, +Ol:function Ol(){}, +iq:function iq(){}, +ug:function ug(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.$ti=g}, +Br:function Br(a){var _=this +_.b=null +_.d=_.c=!1 +_.a=_.f=_.e=null +_.$ti=a}, +IR:function IR(a,b,c){this.c=a +this.d=b +this.a=c}, +a3G:function a3G(a,b){this.a=a +this.b=b}, +Kc:function Kc(a,b){this.a=a +this.b=b}, +Kb:function Kb(a,b){this.a=a +this.b=b}},Z={yF:function yF(){},ha:function ha(){},Cj:function Cj(){},zJ:function zJ(a){this.a=a},er:function er(a,b,c){this.a=a +this.b=b +this.c=c},AH:function AH(a){this.a=a},jK:function jK(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d},x3:function x3(a){this.a=a},Od:function Od(){}, +asQ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){return new Z.z9(a1,a0,s,r,a5,i,j,o,m,a4,g,p,k,n,f,a2,a6,e,a3,a,c,q,l,!1,d,!0,null)}, +z9:function z9(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.ch=j +_.cx=k +_.cy=l +_.db=m +_.dx=n +_.dy=o +_.fr=p +_.fx=q +_.fy=r +_.go=s +_.id=a0 +_.k1=a1 +_.k2=a2 +_.k3=a3 +_.k4=a4 +_.r1=a5 +_.r2=a6 +_.a=a7}, +Re:function Re(a,b){var _=this +_.jG$=a +_.a=null +_.b=b +_.c=null}, +Pt:function Pt(a,b,c){this.e=a +this.c=b +this.a=c}, +D_:function D_(a,b,c){var _=this +_.w=a +_.q$=b +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=c +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +ah4:function ah4(a,b){this.a=a +this.b=b}, +TR:function TR(){}, +arc(a,b,c,d,e){if(a==null&&b==null)return null +return new Z.Cg(a,b,c,d,e.j("Cg<0>"))}, +wy:function wy(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.x=h +_.y=i +_.z=j +_.Q=k}, +Cg:function Cg(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +Ob:function Ob(){}, +aCJ(a,b,c){var s,r,q=G.arj(a).a +if(q==null)q=K.an(a).cx +s=q +r=c +return new Y.d4(s,r,C.a8)}, +qE:function qE(a,b){this.c=a +this.a=b}, +H4:function H4(a){this.b=a}, +H3:function H3(a){this.a=a}, +wM:function wM(a,b,c,d,e,f,g,h,i){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.a=i}, +qI:function qI(a,b,c,d,e){var _=this +_.d=null +_.e=a +_.f=null +_.r=b +_.x=!1 +_.y=null +_.z=c +_.cU$=d +_.a=null +_.b=e +_.c=null}, +XP:function XP(){}, +BA:function BA(){}, +x2:function x2(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.x=c +_.y=d +_.z=e +_.b=f +_.a=g}, +yT:function yT(){}, +PU:function PU(a,b,c){this.e=a +this.c=b +this.a=c}, +Rs:function Rs(a,b,c){var _=this +_.w=a +_.q$=b +_.r1=_.k4=null +_.r2=!1 +_.ry=_.rx=null +_.x1=0 +_.d=!1 +_.f=_.e=null +_.x=_.r=!1 +_.y=null +_.z=!1 +_.Q=!0 +_.ch=null +_.cx=!1 +_.cy=null +_.db=!1 +_.dx=c +_.dy=!1 +_.fr=null +_.fx=!0 +_.fy=null +_.go=!0 +_.id=null +_.a=0 +_.c=_.b=null}, +j6:function j6(a,b,c,d){var _=this +_.d=a +_.Q=b +_.a=c +_.$ti=d}, +rM:function rM(a,b){var _=this +_.a=null +_.b=a +_.c=null +_.$ti=b}, +CP:function CP(a,b,c,d){var _=this +_.c=a +_.d=b +_.a=c +_.$ti=d}, +agu:function agu(a,b){this.a=a +this.b=b}, +agv:function agv(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +ags:function ags(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e}, +CQ:function CQ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3){var _=this +_.c7=a +_.cV=b +_.er=c +_.dk=d +_.dS=e +_.cm=f +_.aR=g +_.dl=h +_.e2=i +_.cW=j +_.go=k +_.id=!1 +_.k2=_.k1=null +_.k3=l +_.k4=m +_.r1=n +_.r2=o +_.x1=_.ry=_.rx=null +_.fY$=p +_.z=q +_.ch=_.Q=null +_.cx=r +_.db=_.cy=null +_.e=s +_.a=null +_.b=a0 +_.c=a1 +_.d=a2 +_.$ti=a3}, +agt:function agt(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +rK:function rK(a,b,c,d,e,f,g){var _=this +_.c=a +_.e=b +_.z=c +_.ch=d +_.cy=e +_.a=f +_.$ti=g}, +rL:function rL(a,b){var _=this +_.a=null +_.b=a +_.c=null +_.$ti=b}, +a3t:function a3t(a){this.a=a}, +SF:function SF(a,b){var _=this +_.d=a +_.a=b +_.b=!0 +_.c=0}, +Ay:function Ay(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.ch=j +_.cx=k +_.cy=l +_.db=m +_.dx=n +_.dy=o +_.fr=p +_.fx=q +_.fy=r +_.go=s +_.id=a0 +_.k1=a1 +_.k2=a2 +_.k3=a3 +_.k4=a4 +_.r1=a5 +_.r2=a6 +_.rx=a7 +_.ry=a8 +_.x1=a9 +_.x2=b0 +_.y2=b1 +_.a2=b2 +_.am=b3 +_.aF=b4 +_.a3=b5 +_.a5=b6 +_.aj=b7 +_.b7=b8 +_.bc=b9 +_.q=c0 +_.ag=c1 +_.bX=c2 +_.bT=c3 +_.bF=c4 +_.d5=c5 +_.c6=c6 +_.B=c7 +_.a=c8}, +DE:function DE(a,b,c,d,e,f,g){var _=this +_.e=_.d=null +_.r=_.f=!1 +_.y=_.x=null +_.z=a +_.bl$=b +_.e1$=c +_.fp$=d +_.c5$=e +_.d3$=f +_.a=null +_.b=g +_.c=null}, +aij:function aij(a,b){this.a=a +this.b=b}, +aii:function aii(a,b){this.a=a +this.b=b}, +ail:function ail(a){this.a=a}, +aim:function aim(a,b,c){this.a=a +this.b=b +this.c=c}, +ain:function ain(a){this.a=a}, +aio:function aio(a){this.a=a}, +aip:function aip(a,b){this.a=a +this.b=b}, +aik:function aik(a){this.a=a}, +ajf:function ajf(){}, +Em:function Em(){}, +Wl:function Wl(){}, +Wm:function Wm(a,b){this.a=a +this.b=b}, +Wn:function Wn(a,b){this.a=a +this.b=b}, +X1(a,b,c){var s=null,r=a==null +if(r&&b==null)return s +if(r){r=b.e5(s,c) +return r==null?b:r}if(b==null){r=a.e6(s,c) +return r==null?a:r}if(c===0)return a +if(c===1)return b +r=b.e5(a,c) +if(r==null)r=a.e6(b,c) +if(r==null)if(c<0.5){r=a.e6(s,c*2) +if(r==null)r=a}else{r=b.e5(s,(c-0.5)*2) +if(r==null)r=b}return r}, +hJ:function hJ(){}, +Fo:function Fo(){}, +Oh:function Oh(){}, +KZ:function KZ(a,b){this.a=a +this.b=b}, +L_:function L_(){}, +JZ:function JZ(a,b){var _=this +_.a=a +_.a3$=0 +_.a5$=b +_.ar$=_.ao$=0 +_.aj$=!1}, +QE:function QE(){}, +QF:function QF(){}, +el:function el(){}, +MI:function MI(){}, +d5:function d5(){}, +K5:function K5(a,b,c){this.a=a +this.b=b +this.c=c}, +aEd(a,b){return Z.rN(a,0,-1,b)}, +rN(a,b,c,d){var s=new Z.yW(b,c,a,d.j("yW<0>")) +s.Hx(a,b,c) +return s}, +yW:function yW(a,b,c,d){var _=this +_.b=a +_.c=b +_.a=c +_.$ti=d}, +AZ:function AZ(a,b,c){this.c=a +this.d=b +this.a=c}, +To:function To(a,b,c){var _=this +_.d=null +_.e=!1 +_.Q=_.z=_.x=_.r=_.f=null +_.ch=a +_.cx=b +_.a=_.db=_.cy=null +_.b=c +_.c=null}, +aj2:function aj2(){}, +aj3:function aj3(a){this.a=a}, +aj4:function aj4(a){this.a=a}, +aiY:function aiY(a,b){this.a=a +this.b=b}, +aiZ:function aiZ(a){this.a=a}, +aj0:function aj0(){}, +aiX:function aiX(a,b){this.a=a +this.b=b}, +aj1:function aj1(a){this.a=a}, +aj_:function aj_(a,b){this.a=a +this.b=b}, +Kd:function Kd(a){this.a=a}, +amb(a){var s=H.aq(a).j("at<1,ak>") +return C.az.mv(P.as(new H.at(a,new Z.WJ(),s),!0,s.j("ba.E")))}, +Gr(a){return J.vz(t.j.a(C.az.dR(0,a)),new Z.WI(),t.B0).ih(0)}, +hH:function hH(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +WJ:function WJ(){}, +WI:function WI(){}, +IT:function IT(a){this.a=a}, +a20:function a20(a,b){this.a=a +this.b=b}, +a1Z:function a1Z(a,b){this.a=a +this.b=b}, +a2_:function a2_(a,b){this.a=a +this.b=b}, +a1Y:function a1Y(a){this.a=a}, +yY:function yY(a){this.a=a}, +CR:function CR(a,b,c,d,e,f,g,h){var _=this +_.d=a +_.e=b +_.f=c +_.r=d +_.y="" +_.z=!1 +_.Q=e +_.ch=f +_.cx=g +_.db=_.cy="" +_.a=null +_.b=h +_.c=null}, +agC:function agC(a,b){this.a=a +this.b=b}, +agM:function agM(a){this.a=a}, +agL:function agL(){}, +agN:function agN(a,b){this.a=a +this.b=b}, +agK:function agK(a,b){this.a=a +this.b=b}, +agE:function agE(){}, +agF:function agF(a){this.a=a}, +agG:function agG(a){this.a=a}, +agH:function agH(a){this.a=a}, +agI:function agI(){}, +agJ:function agJ(){}, +agD:function agD(a){this.a=a}, +agw:function agw(a){this.a=a}, +agx:function agx(a,b){this.a=a +this.b=b}, +agy:function agy(a){this.a=a}, +agz:function agz(a){this.a=a}, +agA:function agA(a,b){this.a=a +this.b=b}, +agB:function agB(a){this.a=a}, +rl:function rl(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +PV:function PV(a){this.a=null +this.b=a +this.c=null}, +aan:function aan(a,b){this.a=a +this.b=b +this.c=null}} +var w=[A,B,C,D,E,F,G,H,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z] +hunkHelpers.setFunctionNamesIfNecessary(w) +var $={} +H.akT.prototype={ +$2(a,b){var s,r +for(s=$.iu.length,r=0;r<$.iu.length;$.iu.length===s||(0,H.M)($.iu),++r)$.iu[r].$0() +return P.dK(P.aEY("OK"),t.HS)}, +$S:178} +H.akU.prototype={ +$0(){var s=this.a +if(!s.a){s.a=!0 +C.aG.RO(window,new H.akS(s))}}, +$S:0} +H.akS.prototype={ +$1(a){var s,r,q,p +H.aK6() +this.a.a=!1 +s=C.d.eb(1000*a) +H.aK4() +r=$.bs() +q=r.x +if(q!=null){p=P.cV(s,0) +H.Uy(q,r.y,p,t.Tu)}q=r.z +if(q!=null)H.ED(q,r.Q)}, +$S:152} +H.ajg.prototype={ +$1(a){var s=a==null?null:new H.WW(a) +$.pJ=!0 +$.Um=s}, +$S:260} +H.ajh.prototype={ +$0(){self._flutter_web_set_location_strategy=null}, +$S:0} +H.iW.prototype={ +yr(a){}} +H.F_.prototype={ +gabH(){var s=this.d +return s==null?H.f(H.u("callback")):s}, +sacV(a){var s,r,q,p=this +if(J.e(a,p.c))return +if(a==null){p.zK() +p.c=null +return}s=p.a.$0() +r=a.a +q=s.a +if(rr){p.zK() +p.b=P.bX(P.cV(0,r-q),p.gBX())}p.c=a}, +zK(){var s=this.b +if(s!=null)s.aV(0) +this.b=null}, +aa3(){var s=this,r=s.a.$0(),q=s.c,p=r.a +q=q.a +if(p>=q){s.b=null +s.abI()}else s.b=P.bX(P.cV(0,q-p),s.gBX())}, +abI(){return this.gabH().$0()}} +H.Vp.prototype={ +ga0r(){var s=new H.im(new W.pt(window.document.querySelectorAll("meta"),t.xl),t.u8).jM(0,new H.Vq(),new H.Vr()) +return s==null?null:s.content}, +yc(a){var s +if(P.anY(a).gPY())return P.Tl(C.j7,a,C.ag,!1) +s=this.ga0r() +if(s==null)s="" +return P.Tl(C.j7,s+("assets/"+a),C.ag,!1)}, +dU(a,b){return this.ag3(0,b)}, +ag3(a,b){var s=0,r=P.K(t.V4),q,p=2,o,n=[],m=this,l,k,j,i,h,g,f,e +var $async$dU=P.G(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:f=m.yc(b) +p=4 +s=7 +return P.L(W.arK(f,null,"arraybuffer"),$async$dU) +case 7:l=d +k=W.aHB(l.response) +h=H.k6(k,0,null) +q=h +s=1 +break +p=2 +s=6 +break +case 4:p=3 +e=o +h=H.a0(e) +if(t._p.b(h)){j=h +i=W.aju(j.target) +if(t.Gf.b(i)){if(i.status===404&&b==="AssetManifest.json"){$.c1().$1("Asset manifest does not exist at `"+H.c(f)+"` \u2013 ignoring.") +q=H.k6(new Uint8Array(H.vj(C.ag.grn().dJ("{}"))).buffer,0,null) +s=1 +break}h=i.status +h.toString +throw H.b(new H.q2(f,h))}$.c1().$1("Caught ProgressEvent with target: "+H.c(i)) +throw e}else throw e +s=6 +break +case 3:s=2 +break +case 6:case 1:return P.I(q,r) +case 2:return P.H(o,r)}}) +return P.J($async$dU,r)}} +H.Vq.prototype={ +$1(a){return J.e(J.V2(a),"assetBase")}, +$S:55} +H.Vr.prototype={ +$0(){return null}, +$S:3} +H.q2.prototype={ +i(a){return'Failed to load asset at "'+this.a+'" ('+this.b+")"}, +$ibQ:1} +H.jE.prototype={ +i(a){return this.b}} +H.iX.prototype={ +i(a){return this.b}} +H.W3.prototype={ +gbA(a){var s,r=this.d +if(r==null){this.uo() +s=this.d +s.toString +r=s}return r}, +gcT(){if(this.z==null)this.uo() +var s=this.e +s.toString +return s}, +uo(){var s,r,q,p,o,n,m,l,k=this,j=!1,i=null,h=k.z +if(h!=null){h.width=0 +k.z.height=0 +k.z=null}h=k.y +if(h!=null&&h.length!==0){h.toString +s=C.c.hC(h,0) +k.z=s +i=s +j=!0 +r=!0}else{h=k.f +q=H.aY() +p=k.r +o=H.aY() +i=k.HM(h,p) +n=i +k.z=n +if(n==null){H.awb() +i=k.HM(h,p)}n=i.style +n.position="absolute" +h=H.c(h/q)+"px" +n.width=h +h=H.c(p/o)+"px" +n.height=h +r=!1}h=k.Q +q=h.lastChild +p=i +if(q==null?p!=null:q!==p)h.appendChild(i) +try{if(j)i.style.removeProperty("z-index") +k.d=i.getContext("2d")}catch(m){H.a0(m)}h=k.d +if(h==null){H.awb() +h=k.d=i.getContext("2d")}q=k.cx +k.e=new H.WK(h,k,q,C.cx,C.b8,C.bX) +l=k.gbA(k) +l.save();++k.ch +l.setTransform(1,0,0,1,0,0) +if(r)l.clearRect(0,0,k.f*q,k.r*q) +l.scale(H.aY()*q,H.aY()*q) +k.a8L()}, +HM(a,b){var s,r,q=document.createElement("CANVAS") +if(q!=null){try{s=this.cx +J.aBg(q,C.d.dH(a*s)) +J.aBe(q,C.d.dH(b*s))}catch(r){H.a0(r) +return null}return t.d0.a(q)}return null}, +aP(a){var s,r,q,p,o,n=this +n.Xa(0) +if(n.z!=null){s=n.d +if(s!=null)try{s.font=""}catch(q){r=H.a0(q) +if(!J.e(r.name,"NS_ERROR_FAILURE"))throw q}}if(n.z!=null){n.BB() +n.e.ez(0) +p=n.x +if(p==null)p=n.x=H.a([],t.r3) +o=n.z +o.toString +p.push(o) +n.e=n.d=null}n.y=n.x +n.e=n.d=n.z=n.x=null}, +LK(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.gbA(i) +if(d!=null)for(s=d.length,r=i.cx,q=t.Ci;a>>16&255,p.gm(p)>>>8&255,p.gm(p)&255)) +p.toString +s.shadowColor=p}else{p=H.cs(C.t) +p.toString +s.shadowColor=p}s.translate(-5e4,0) +l=new Float32Array(2) +p=$.be().x +l[0]=5e4*(p==null?H.aY():p) +p=i.b +p.c.S7(l) +k=l[0] +j=l[1] +l[1]=0 +l[0]=0 +p.c.S7(l) +s.shadowOffsetX=k-l[0] +s.shadowOffsetY=j-l[1]}}, +mV(){var s=this,r=s.Q +if((r==null?null:r.y)!=null){r=$.cb() +r=r===C.W||!1}else r=!1 +if(r)s.a.restore() +r=s.ch +if(r!=null){s.a.translate(-r.a,-r.b) +s.ch=null}}, +hA(a){var s=this.a +if(a===C.a_)s.stroke() +else s.fill()}, +ez(a){var s=this,r=s.a +r.fillStyle="" +s.r=r.fillStyle +r.strokeStyle="" +s.x=r.strokeStyle +r.shadowBlur=0 +r.shadowColor="none" +r.shadowOffsetX=0 +r.shadowOffsetY=0 +r.globalCompositeOperation="source-over" +s.d=C.cx +r.lineWidth=1 +s.y=1 +r.lineCap="butt" +s.e=C.b8 +r.lineJoin="miter" +s.f=C.bX +s.ch=null}} +H.RN.prototype={ +aP(a){C.c.sn(this.a,0) +this.b=null +this.c=H.dg()}, +bf(a){var s=this.c,r=new H.bx(new Float32Array(16)) +r.b0(s) +s=this.b +s=s==null?null:P.bo(s,!0,t.Sv) +this.a.push(new H.L4(r,s))}, +aU(a){var s,r=this.a +if(r.length===0)return +s=r.pop() +this.c=s.a +this.b=s.b}, +an(a,b,c){this.c.an(0,b,c)}, +cE(a,b,c){this.c.cE(0,b,c)}, +h7(a,b){this.c.RX(0,$.axm(),b)}, +aa(a,b){this.c.co(0,new H.bx(b))}, +iE(a,b){var s,r,q=this.b +if(q==null)q=this.b=H.a([],t.CK) +s=this.c +r=new H.bx(new Float32Array(16)) +r.b0(s) +q.push(new H.oE(b,null,null,r))}, +kR(a,b){var s,r,q=this.b +if(q==null)q=this.b=H.a([],t.CK) +s=this.c +r=new H.bx(new Float32Array(16)) +r.b0(s) +q.push(new H.oE(null,b,null,r))}, +eY(a,b){var s,r,q=this.b +if(q==null)q=this.b=H.a([],t.CK) +s=this.c +r=new H.bx(new Float32Array(16)) +r.b0(s) +q.push(new H.oE(null,null,b,r))}} +H.h9.prototype={ +jv(a,b){J.apO(this.a,H.av1($.apx(),b))}, +jw(a,b,c){J.apP(this.a,b.ga0(),$.UL(),c)}, +CX(a,b,c){J.apQ(this.a,H.mR(b),$.UL(),!0)}, +kS(a,b,c,d){J.apR(this.a,H.ds(b),$.apz()[c.a],d)}, +jE(a,b,c,d,e,f){J.apU(this.a,H.ds(b),c*57.29577951308232,d*57.29577951308232,!1,f.ga0())}, +en(a,b,c,d){J.apV(this.a,b.a,b.b,c,d.ga0())}, +hv(a,b,c,d){J.apW(this.a,H.mR(b),H.mR(c),d.ga0())}, +i1(a,b,c,d){var s=d.cx,r=this.a,q=c.a,p=c.b,o=J.j(r) +if(s===C.fc)o.P5(r,b.gcM().ga0(),q,p,0.3333333333333333,0.3333333333333333,d.ga0()) +else o.P6(r,b.gcM().ga0(),q,p,H.alw(s),H.alx(s),d.ga0())}, +iJ(a,b,c,d){var s=d.cx,r=this.a,q=J.j(r) +if(s===C.fc)q.P7(r,a.gcM().ga0(),H.ds(b),H.ds(c),0.3333333333333333,0.3333333333333333,d.ga0()) +else q.P8(r,a.gcM().ga0(),H.ds(b),H.ds(c),H.alw(s),H.alx(s),d.ga0())}, +i2(a,b,c,d){J.apX(this.a,b.a,b.b,c.a,c.b,d.ga0())}, +rk(a,b){J.apY(this.a,b.ga0())}, +eL(a,b,c){var s=b.d +s.toString +J.apZ(this.a,b.m0(s),c.a,c.b) +if(!$.vu().EO(b))$.vu().H(0,b)}, +bW(a,b,c){J.aq_(this.a,b.ga0(),c.ga0())}, +i3(a,b){J.UX(this.a,b.ga0())}, +cv(a,b,c){J.aq0(this.a,H.mR(b),c.ga0())}, +cA(a,b,c){J.aq1(this.a,H.ds(b),c.ga0())}, +i4(a,b,c,d,e){var s=$.be().x +if(s==null)s=H.aY() +H.avx(this.a,b,c,d,e,s)}, +aU(a){J.aqy(this.a)}, +mS(a,b){J.aqz(this.a,b)}, +h7(a,b){J.aqA(this.a,b*180/3.141592653589793,0,0)}, +bf(a){return J.aqB(this.a)}, +df(a,b,c){var s=c==null?null:c.ga0() +J.V5(this.a,s,H.ds(b),null,null)}, +ys(a){var s=a.ga0() +J.V5(this.a,s,null,null,null)}, +cE(a,b,c){J.aqC(this.a,b,c)}, +aa(a,b){J.apS(this.a,H.EK(b))}, +an(a,b,c){J.aqG(this.a,b,c)}, +gRc(){return null}} +H.Km.prototype={ +jv(a,b){this.Um(0,b) +this.b.b.push(new H.FF(b))}, +jw(a,b,c){this.Un(0,b,c) +this.b.b.push(new H.FG(b,c))}, +CX(a,b,c){this.Uo(0,b,!0) +this.b.b.push(new H.FH(b,!0))}, +kS(a,b,c,d){this.Up(0,b,c,d) +this.b.b.push(new H.FI(b,c,d))}, +jE(a,b,c,d,e,f){this.Uq(0,b,c,d,!1,f) +this.b.b.push(new H.FL(b,c,d,!1,f))}, +en(a,b,c,d){this.Ur(0,b,c,d) +this.b.b.push(new H.FM(b,c,d))}, +hv(a,b,c,d){this.Us(0,b,c,d) +this.b.b.push(new H.FN(b,c,d))}, +i1(a,b,c,d){var s,r +this.Ut(0,b,c,d) +s=b.gcM() +r=new H.iG(s) +r.Hv(s) +this.b.b.push(new H.FO(r,c,d))}, +iJ(a,b,c,d){var s,r +this.Uu(a,b,c,d) +s=a.gcM() +r=new H.iG(s) +r.Hv(s) +this.b.b.push(new H.FP(r,b,c,d))}, +i2(a,b,c,d){this.Uv(0,b,c,d) +this.b.b.push(new H.FQ(b,c,d))}, +rk(a,b){this.Uw(0,b) +this.b.b.push(new H.FR(b))}, +eL(a,b,c){this.Ux(0,b,c) +this.b.b.push(new H.FS(b,c))}, +bW(a,b,c){this.Uy(0,b,c) +this.b.b.push(new H.FT(b,c))}, +i3(a,b){this.Uz(0,b) +this.b.b.push(new H.FU(b))}, +cv(a,b,c){this.UA(0,b,c) +this.b.b.push(new H.FV(b,c))}, +cA(a,b,c){this.UB(0,b,c) +this.b.b.push(new H.FW(b,c))}, +i4(a,b,c,d,e){this.UC(0,b,c,d,e) +this.b.b.push(new H.FX(b,c,d,e))}, +aU(a){this.UD(0) +this.b.b.push(C.A2)}, +mS(a,b){this.UE(0,b) +this.b.b.push(new H.G4(b))}, +h7(a,b){this.UF(0,b) +this.b.b.push(new H.G5(b))}, +bf(a){this.b.b.push(C.A3) +return this.UG(0)}, +df(a,b,c){this.UH(0,b,c) +this.b.b.push(new H.G7(b,c))}, +ys(a){this.UI(a) +this.b.b.push(new H.G8(a))}, +cE(a,b,c){this.UJ(0,b,c) +this.b.b.push(new H.G9(b,c))}, +aa(a,b){this.UK(0,b) +this.b.b.push(new H.Gb(b))}, +an(a,b,c){this.UL(0,b,c) +this.b.b.push(new H.Gc(b,c))}, +gRc(){return this.b}} +H.Wi.prototype={ +air(){var s,r,q,p,o=new self.window.flutterCanvasKit.PictureRecorder(),n=J.j(o),m=n.js(o,H.ds(this.a)) +for(s=this.b,r=s.length,q=0;q")),s=new H.dy(s,s.gn(s)),r=H.o(s).c,q=0;s.t();){p=r.a(s.d).a +if(p===C.fZ||p===C.jB||p===C.h_)++q}return q}, +a8y(a,b,c){var s,r,q,p,o +if(c.parentElement!=null){s=$.pV +s.toString +s=J.l4(s) +r=s.dT(s,c) +J.bA(c)}else r=-1 +q=b +p=0 +while(!0){if(!(q!==c&&p-1){s=$.pV +s.toString +J.l4(s).mB(0,r,q)}return q}, +Ik(a){var s,r,q,p,o,n,m,l=this.cx +if(l.aL(0,a)){s=this.ch.querySelector("#sk_path_defs") +s.toString +r=H.a([],t.lX) +q=l.h(0,a) +q.toString +for(s=J.l4(s),s=s.gX(s),p=H.o(s).c;s.t();){o=p.a(s.d) +if(q.A(0,o.id))r.push(o)}for(s=r.length,n=0;n")),a3=new H.dy(a3,a3.gn(a3)),s=H.o(a3).c,r=t.ry,q=t.SW,p=c.cx,o=a5,n=1;a3.t();){m=s.a(a3.d) +switch(m.a){case C.jC:m=m.e +m.toString +l=new Float32Array(16) +k=new H.bx(l) +k.b0(m) +k.co(0,a2) +m=o.style +j=H.fo(l) +l=C.e.U(m,a0) +m.setProperty(l,j,"") +a2=k +break +case C.fZ:case C.jB:case C.h_:i=o.parentElement +l=i.style +l.clip="" +l=i.style +h=C.e.U(l,a1) +l.setProperty(h,"","") +a2=new H.bx(new Float32Array(16)) +a2.Zz() +l=i.style +h=C.e.U(l,a0) +l.setProperty(h,"","") +l=m.b +if(l!=null){m=i.style +l="rect("+H.c(l.b)+"px, "+H.c(l.c)+"px, "+H.c(l.d)+"px, "+H.c(l.a)+"px)" +m.clip=l}else{m=m.d +if(m!=null){c.a2I() +l=c.ch.querySelector("#sk_path_defs") +l.toString +g="svgClip"+ ++c.Q +h='' +h=document.createElementNS("http://www.w3.org/2000/svg","svg") +r.a(h) +h.setAttribute("version","1.1") +l.appendChild(C.Ov.hZ(q.a(h),m,new H.iW(),null)) +J.mS(p.bN(0,a6,new H.a_t()),g) +m=i.style +j="url(#"+g+")" +l=C.e.U(m,a1) +m.setProperty(l,j,"")}}m=i.style +l=C.e.U(m,b) +m.setProperty(l,"0 0 0","") +m=i.style +m.position=a +o=i +break +case C.jD:m=m.f +m.toString +n*=m/255 +break}}a3=a5.style +s=C.d.i(n) +C.e.ac(a3,C.e.U(a3,"opacity"),s,"") +e=$.be().x +d=1/(e==null?H.aY():e) +a3=new Float32Array(16) +a3[15]=1 +a3[10]=1 +a3[5]=d +a3[0]=d +a2=new H.bx(a3).ew(a2) +a3=o.style +s=H.fo(a2.a) +C.e.ac(a3,C.e.U(a3,a0),s,"")}, +a2I(){if(this.ch!=null)return +var s=W.ns('',new H.iW(),null) +this.ch=s +$.pV.appendChild(s)}, +Ub(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this +for(s=d.x,r=d.f,q=d.c,p=d.b,o=!1,n=0;n")) +return new H.dy(s,s.gn(s))}} +H.HG.prototype={ +adL(a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=a0.length,a=0 +while(!0){if(!(a=160){s=!1 +break}++a}if(s)return +r=P.aT(t.S) +for(b=new P.a5r(a0),q=c.c,p=c.b;b.t();){o=b.d +if(!(o<160||q.A(0,o)||p.A(0,o)))r.H(0,o)}if(r.a===0)return +n=P.as(r,!0,r.$ti.j("cn.E")) +m=H.a([],t.Jw) +for(b=a1.length,l=0;l127&&e<160 +else e=!0}else e=!0 +i[a]=C.bP.n6(f,e)}}if(C.c.iC(i,new H.Zo())){d=H.a([],t.t) +for(a=0;a127&&e<160 +else e=!0}else e=!0 +q[f]=C.bP.n6(d,e)}}b=0 +while(!0){if(!(b=0;--f)if(q[f])C.c.hC(r,f) +H.akA(r)}, +ahN(a,b){var s,r,q,p,o=this,n=J.apI(J.apJ(J.aq8($.T.bS())),b) +if(n==null){$.c1().$1("Failed to parse fallback font "+a+" as a font.") +return}s=o.r +s.bN(0,a,new H.Zp()) +r=s.h(0,a) +r.toString +q=s.h(0,a) +q.toString +s.p(0,a,q+1) +p=a+" "+H.c(r) +o.e.push(H.asS(b,p,n)) +if(a==="Noto Color Emoji Compat"){s=o.f +if(C.c.gK(s)==="Roboto")C.c.mB(s,1,p) +else C.c.mB(s,0,p)}else o.f.push(p)}} +H.Zn.prototype={ +$0(){return H.a([],t.Cz)}, +$S:170} +H.Zo.prototype={ +$1(a){return!a}, +$S:205} +H.Zp.prototype={ +$0(){return 0}, +$S:64} +H.ajY.prototype={ +$0(){return H.a([],t.Cz)}, +$S:170} +H.ak2.prototype={ +$1(a){var s,r,q +for(s=new P.dr(P.an_(a).a());s.t();){r=s.gE(s) +if(C.b.bP(r," src:")){q=C.b.dT(r,"url(") +if(q===-1){$.c1().$1("Unable to resolve Noto font URL: "+r) +return null}return C.b.S(r,q+4,C.b.dT(r,")"))}}$.c1().$1("Unable to determine URL for Noto font") +return null}, +$S:262} +H.akB.prototype={ +$1(a){return C.c.A($.axu(),a)}, +$S:309} +H.akC.prototype={ +$1(a){return this.a.a.d.c.a.wa(a)}, +$S:171} +H.ok.prototype={ +ro(){var s=0,r=P.K(t.H),q=this,p,o,n +var $async$ro=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:s=q.d==null?2:3 +break +case 2:p=q.c +s=p==null?4:6 +break +case 4:q.c=new P.aC(new P.a3($.Y,t.U),t.h) +p=$.pX().a +o=q.a +n=H +s=7 +return P.L(p.DN("https://fonts.googleapis.com/css2?family="+H.UC(o," ","+")),$async$ro) +case 7:q.d=n.aIo(b,o) +q.c.em(0) +s=5 +break +case 6:s=8 +return P.L(p.a,$async$ro) +case 8:case 5:case 3:return P.I(null,r)}}) +return P.J($async$ro,r)}, +gaT(a){return this.a}} +H.W.prototype={ +k(a,b){if(b==null)return!1 +if(!(b instanceof H.W))return!1 +return b.a===this.a&&b.b===this.b}, +gu(a){return P.a2(this.a,this.b,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return"["+this.a+", "+this.b+"]"}} +H.ahk.prototype={ +gaT(a){return this.a}} +H.kP.prototype={ +i(a){return"_ResolvedNotoSubset("+this.b+", "+this.a+")"}} +H.Ho.prototype={ +H(a,b){var s,r,q=this +if(q.b.A(0,b)||q.c.aL(0,b.a))return +s=q.c +r=s.gM(s) +s.p(0,b.a,b) +if(r)P.bX(C.A,q.gU2())}, +lH(){var s=0,r=P.K(t.H),q=1,p,o=[],n=this,m,l,k,j,i,h,g,f,e +var $async$lH=P.G(function(a,b){if(a===1){p=b +s=q}while(true)switch(s){case 0:g=t.N +f=P.A(g,t.uz) +e=P.A(g,t.H3) +for(g=n.c,m=g.gby(g),m=m.gX(m),l=t.H;m.t();){k=m.gE(m) +f.p(0,k.a,P.aDb(new H.YO(n,k,e),l))}s=2 +return P.L(P.qU(f.gby(f),l),$async$lH) +case 2:m=e.gaA(e) +m=P.as(m,!0,H.o(m).j("p.E")) +C.c.il(m) +l=H.aq(m).j("bB<1>") +j=P.as(new H.bB(m,l),!0,l.j("ba.E")) +m=j.length,i=0 +case 3:if(!(i");s.t();){p=s.gE(s) +o=p.a +p=p.b +r.push(new H.iO(a,o,p,p,q))}}, +$S(){return this.b.j("~(0,x)")}} +H.a0c.prototype={ +$2(a,b){return a.b-b.b}, +$S(){return this.a.j("q(iO<0>,iO<0>)")}} +H.a0a.prototype={ +$1(a){var s,r,q=a.length +if(q===0)return null +if(q===1)return C.c.gcp(a) +s=q/2|0 +r=a[s] +r.e=this.$1(C.c.cI(a,0,s)) +r.f=this.$1(C.c.fL(a,s+1)) +return r}, +$S(){return this.a.j("iO<0>?(x>)")}} +H.a09.prototype={ +$1(a){var s,r=this,q=a.e,p=q==null +if(p&&a.f==null)a.d=a.c +else if(p){q=a.f +q.toString +r.$1(q) +a.d=Math.max(a.c,a.f.d)}else{p=a.f +s=a.c +if(p==null){r.$1(q) +a.d=Math.max(s,a.e.d)}else{r.$1(p) +q=a.e +q.toString +r.$1(q) +a.d=Math.max(s,Math.max(a.e.d,a.f.d))}}}, +$S(){return this.a.j("~(iO<0>)")}} +H.iO.prototype={ +Ou(a){return this.b<=a&&a<=this.c}, +wa(a){var s,r=this +if(a>r.d)return!1 +if(r.Ou(a))return!0 +s=r.e +if((s==null?null:s.wa(a))===!0)return!0 +if(ar.d)return +s=r.e +if(s!=null)s.tM(a,b) +if(r.Ou(a))b.push(r.a) +if(a=q.c||q.b>=q.d)q=o.b +else{n=o.b +if(!(n.a>=n.c||n.b>=n.d))q=q.l1(n)}}return q}, +mK(a){var s,r,q,p,o +for(s=this.c,r=s.length,q=0;q=o.c||o.b>=o.d))p.hA(a)}}} +H.KW.prototype={ +hA(a){this.mK(a)}} +H.Gf.prototype={ +jY(a,b){var s,r,q=null,p=this.f,o=a.c.a +o.push(new H.hY(C.h_,q,q,p,q,q)) +s=this.p4(a,b) +r=H.avG(J.alT(p.ga0())) +if(s.R6(r))this.b=s.h1(r) +o.pop()}, +hA(a){var s,r=this,q=a.a +q.bf(0) +s=r.r +q.jw(0,r.f,s!==C.aB) +s=s===C.cB +if(s)q.df(0,r.b,null) +r.mK(a) +if(s)q.aU(0) +q.aU(0)}, +$iWo:1} +H.Gh.prototype={ +jY(a,b){var s,r=null,q=this.f,p=a.c.a +p.push(new H.hY(C.fZ,q,r,r,r,r)) +s=this.p4(a,b) +if(s.R6(q))this.b=s.h1(q) +p.pop()}, +hA(a){var s,r,q=a.a +q.bf(0) +s=this.f +r=this.r +q.kS(0,s,C.c8,r!==C.aB) +r=r===C.cB +if(r)q.df(0,s,null) +this.mK(a) +if(r)q.aU(0) +q.aU(0)}, +$iWq:1} +H.Jd.prototype={ +jY(a,b){var s,r,q,p,o=this,n=null,m=new H.bx(new Float32Array(16)) +m.b0(b) +s=o.r +r=s.a +s=s.b +m.an(0,r,s) +q=H.dg() +q.lC(r,s,0) +p=a.c.a +p.push(H.asf(q)) +p.push(new H.hY(C.jD,n,n,n,n,o.f)) +o.UR(a,m) +p.pop() +p.pop() +o.b=o.b.an(0,r,s)}, +hA(a){var s,r,q,p=this,o=H.aK() +o.sas(0,P.ar(p.f,0,0,0)) +s=a.a +s.bf(0) +r=p.r +q=r.a +r=r.b +s.an(0,q,r) +s.df(0,p.b.cb(new P.l(-q,-r)),o) +p.mK(a) +s.aU(0) +s.aU(0)}, +$ia2x:1} +H.AS.prototype={ +jY(a,b){var s=this.f,r=b.a_(0,s),q=a.c.a +q.push(H.asf(s)) +this.b=H.UF(s,this.p4(a,r)) +q.pop()}, +hA(a){var s=a.a +s.bf(0) +s.aa(0,this.f.a) +this.mK(a) +s.aU(0)}, +$iMn:1} +H.Jb.prototype={$ia2v:1} +H.JV.prototype={ +jY(a,b){this.b=this.c.b.cb(this.d)}, +hA(a){var s +a.b.bf(0) +s=this.d +a.b.an(0,s.a,s.b) +a.b.i3(0,this.c) +a.b.aU(0)}} +H.JS.prototype={ +jY(a,b){var s,r=this +r.p4(a,b) +s=$.be().x +if(s==null)s=H.aY() +r.b=H.aJG(r.y,r.f,s,b)}, +hA(a){var s,r,q,p,o,n=this,m=n.f +if(m!==0){s=a.b +s.toString +r=n.x +r.toString +q=n.r +s.i4(0,n.y,r,m,(q.gm(q)>>>24&255)!==255)}p=H.aK() +p.sas(0,n.r) +m=n.z +s=m===C.cB +if(!s)a.b.bW(0,n.y,p) +r=a.a +o=r.bf(0) +switch(m){case C.aB:r.jw(0,n.y,!1) +break +case C.ix:r.jw(0,n.y,!0) +break +case C.cB:r.jw(0,n.y,!0) +r.df(0,n.b,null) +break +case C.o:break}if(s)a.b.rk(0,p) +n.mK(a) +r.mS(0,o)}, +$ia2W:1} +H.K1.prototype={ +jY(a,b){var s=this,r=s.d,q=r.a,p=r.b,o=s.e,n=s.f +s.b=new P.v(q,p,q+o,p+n) +p=a.b +p.toString +p.ahq(s.c,new H.wQ(r,new P.D(o,n),new H.rq(P.bo(a.c.a,!0,t.CW))))}, +hA(a){a.b=a.d.ac8(this.c)}} +H.Il.prototype={ +l(a){}} +H.a0O.prototype={ +go7(){var s=this.b +return s==null?H.f(H.u("currentLayer")):s}, +NQ(a,b){throw H.b(P.c7(null))}, +NR(a,b,c,d){var s=this.go7(),r=new H.JV(t.Bn.a(b),a,C.a6) +r.a=s +s.c.push(r)}, +NU(a){var s=this.go7() +t.L6.a(a) +a.a=s +s.c.push(a)}, +NS(a,b,c,d){var s=this.go7(),r=new H.K1(a,c,d,b,C.a6) +r.a=s +s.c.push(r)}, +bB(a){return new H.Il(new H.a0P(this.a,$.be().gjX()))}, +dN(a){var s,r=this +if(r.go7()===r.a)return +s=r.go7().a +s.toString +r.b=s}, +Rj(a,b,c){return this.p5(new H.Gf(t.E_.a(a),b,H.a([],t.k5),C.a6))}, +Rk(a,b,c){return this.p5(new H.Gh(a,b,H.a([],t.k5),C.a6))}, +Rm(a,b,c){var s=H.dg() +s.lC(a,b,0) +return this.p5(new H.Jb(s,H.a([],t.k5),C.a6))}, +Rn(a,b,c){return this.p5(new H.Jd(a,b,H.a([],t.k5),C.a6))}, +Rp(a,b,c,d,e,f){return this.p5(new H.JS(c,b,f,t.E_.a(e),a,H.a([],t.k5),C.a6))}, +te(a,b){return this.p5(new H.AS(new H.bx(H.EJ(a)),H.a([],t.k5),C.a6))}, +Gj(a){}, +Gk(a){}, +Gt(a){}, +ahw(a){var s=this.go7() +a.a=s +s.c.push(a) +return this.b=a}, +p5(a){return this.ahw(a,t.vn)}} +H.a0P.prototype={ +ahe(a,b){var s,r,q,p,o=H.a([],t.iW),n=new H.Wf(o),m=a.a +o.push(m) +s=a.c +r=s.SA() +for(q=0;q0))q.ch=null +else{s=new H.G0(a.a,s) +s.fM(null,t.VE) +q.ch=s}}else q.ch=null +s=q.ga0() +r=q.ch +J.aBk(s,r==null?null:r.ga0())}, +smz(a){var s,r,q=this +if(q.cx===a)return +q.cx=a +s=q.ga0() +r=q.z +J.aqD(s,r==null?null:r.ga0())}, +smq(a){var s,r=this,q=r.cy +if(J.e(q==null?null:q.b,a))return +if(a==null)r.cy=null +else{q=new H.y7(a) +q.fM(null,t.Z1) +r.cy=q}q=r.ga0() +s=r.cy +J.aBj(q,s==null?null:s.ga0())}, +sGN(a){if(this.db===a)return +this.db=a +J.aBp(this.ga0(),a)}, +eK(){var s,r=new self.window.flutterCanvasKit.Paint(),q=J.j(r) +q.yD(r,this.r) +s=this.x +q.yE(r,s.gm(s)) +return r}, +hE(){var s=this,r=null,q=new self.window.flutterCanvasKit.Paint(),p=s.b,o=J.j(q) +o.Gi(q,$.apy()[p.a]) +p=s.c +o.GA(q,$.apA()[p.a]) +o.Gz(q,s.d) +o.yD(q,s.r) +p=s.x +o.yE(q,p.gm(p)) +p=s.z +o.Gv(q,p==null?r:p.ga0()) +p=s.ch +o.Gr(q,p==null?r:p.ga0()) +p=s.cy +o.Gl(q,p==null?r:p.ga0()) +p=s.dy +o.Tw(q,p==null?r:p.ga0()) +p=s.e +o.Gw(q,$.apB()[p.a]) +p=s.f +o.Gx(q,$.apC()[p.a]) +o.Gy(q,s.db) +return q}, +dL(a){var s=this.a +if(s!=null)J.f0(s)}, +$irB:1} +H.ql.prototype={ +gjL(){return this.b}, +sjL(a){if(this.b===a)return +this.b=a +J.V7(this.ga0(),$.UR()[a.a])}, +kJ(a,b,c,d){J.ayI(this.ga0(),H.ds(b),c*57.29577951308232,d*57.29577951308232)}, +iz(a,b){J.ayJ(this.ga0(),H.ds(b),!1,1)}, +vM(a,b,c){var s,r=H.dg() +r.lC(c.a,c.b,0) +s=H.EK(r.a) +t.E_.a(b) +J.ayK(this.ga0(),b.ga0(),s[0],s[1],s[2],s[3],s[4],s[5],s[6],s[7],s[8],!1)}, +ek(a,b){J.ayM(this.ga0(),H.mR(b),!1)}, +hr(a,b){J.ayN(this.ga0(),H.ds(b))}, +ml(a,b,c,d,e){J.ayO(this.ga0(),H.ds(b),c*57.29577951308232,d*57.29577951308232,e)}, +dI(a){J.ayS(this.ga0())}, +Om(){return new H.G2(this,!1)}, +A(a,b){return J.ayW(this.ga0(),b.a,b.b)}, +kV(a,b,c,d,e,f,g){J.ayY(this.ga0(),b,c,d,e,f,g)}, +cY(a){var s=J.alT(this.ga0()) +return new P.v(s[0],s[1],s[2],s[3])}, +bu(a,b,c){J.aAT(this.ga0(),b,c)}, +cw(a,b,c){J.aAZ(this.ga0(),b,c)}, +xM(a,b,c,d){J.aB4(this.ga0(),a,b,c,d)}, +RC(a,b){J.aB5(this.ga0(),a,b)}, +ez(a){this.b=C.aY +J.aBc(this.ga0())}, +cb(a){var s=J.apT(this.ga0()) +J.aqF(s,1,0,a.a,0,1,a.b,0,0,0) +return H.am5(s,this.b)}, +aa(a,b){var s=J.apT(this.ga0()),r=H.aLs(b) +J.aqF(s,r[0],r[1],r[2],r[3],r[4],r[5],r[6],r[7],r[8]) +return H.am5(s,this.b)}, +goE(){return!0}, +eK(){var s=new self.window.flutterCanvasKit.Path(),r=this.b +J.V7(s,$.UR()[r.a]) +return s}, +dL(a){var s +this.c=J.aBz(this.ga0()) +s=this.a +if(s!=null)J.f0(s)}, +hE(){var s,r=J.aA1($.T.bS()),q=this.c +q.toString +s=J.ayv(r,q) +q=this.b +J.V7(s,$.UR()[q.a]) +return s}, +$ieR:1} +H.G2.prototype={ +gX(a){var s +if(J.aqt(this.a.ga0()))s=C.lc +else{s=new H.qi(this) +s.fM(null,t.gw)}return s}} +H.qi.prototype={ +gE(a){var s=this.d +if(s==null)throw H.b(P.any('PathMetricIterator is not pointing to a PathMetric. This can happen in two situations:\n- The iteration has not started yet. If so, call "moveNext" to start iteration.- The iterator ran out of elements. If so, check that "moveNext" returns true prior to calling "current".')) +return s}, +t(){var s,r=this,q=J.aB_(r.ga0()) +if(q==null){r.d=null +return!1}s=new H.FK(r.b,r.c) +s.fM(q,t.w9) +r.d=s;++r.c +return!0}, +eK(){return new self.window.flutterCanvasKit.ContourMeasureIter(this.b.a.ga0(),!1,1)}, +hE(){var s,r,q=this.eK() +for(s=J.j(q),r=0;rr.a)H.aFc(r)}, +ai7(a){var s,r,q,p,o,n,m,l=this.a/2|0 +for(s=this.c,r=this.b,q=r.$ti,p=q.j("kN<1>"),o=0;o").a(n.a).Bs(0);--r.b +s.v(0,m) +m.dL(0) +m.mt()}}} +H.a8Q.prototype={ +gn(a){return this.b.b}, +H(a,b){var s=this.b +s.qH(b) +s=s.gjp().F0() +s.toString +this.c.p(0,b,s) +this.a2C()}, +EO(a){var s,r=this.c,q=r.h(0,a) +if(q==null)return!1 +q.cf(0) +s=this.b +s.qH(a) +s=s.gjp().F0() +s.toString +r.p(0,a,s) +return!0}, +a2C(){var s,r,q,p,o,n,m +for(s=this.b,r=this.a,q=this.c,p=s.$ti,o=p.j("kN<1>");s.b>r;){n=s.a +if(n==null){n=new P.kN(s,null,o) +n.a=n +s.a=n.b=n}m=p.j("jn<1>").a(n.a).Bs(0);--s.b +q.v(0,m) +m.dL(0) +m.mt()}}} +H.cS.prototype={} +H.e9.prototype={ +fM(a,b){var s=this,r=a==null?s.eK():a +s.a=r +if($.EO())$.UJ().p6(0,s,t.s7.a(r)) +else if(s.goE()){H.mg() +$.EN().H(0,s)}else{H.mg() +$.tv.push(s)}}, +ga0(){var s,r=this,q=r.a +if(q==null){s=r.hE() +r.a=s +if(r.goE()){H.mg() +$.EN().H(0,r)}else{H.mg() +$.tv.push(r)}q=s}return q}, +Af(){var s=this,r=s.hE() +s.a=r +if(s.goE()){H.mg() +$.EN().H(0,s)}else{H.mg() +$.tv.push(s)}return r}, +mt(){if(this.a==null)return +this.a=null}, +goE(){return!1}} +H.tu.prototype={ +Kp(a,b){this.d=this.c=b}, +ga0(){var s=this,r=s.c +if(r==null){r=s.e.$0() +s.c=r +s.d=t.LS.a(r) +H.mg() +$.EN().H(0,s) +r=s.ga0()}return r}, +dL(a){var s=this.d +if(s!=null)J.f0(s)}, +mt(){this.d=this.c=null}, +Sa(a){var s,r=this +if(--r.a===0){s=r.d +if(s!=null)if($.EO())$.UJ().D_(s) +else{r.dL(0) +r.mt()}r.e=r.d=r.c=null +r.f=!0}}} +H.An.prototype={ +yZ(a){return this.b.$2(this,new H.h9(J.V4(this.a.a)))}} +H.oZ.prototype={ +MI(){var s,r=this.x +if(r!=null){s=this.f +if(s!=null)J.aBm(s,r)}}, +Cl(a){var s=this.Dj(a),r=s.b +if(r!=null)J.V6($.T.bS(),r) +return new H.An(s,new H.a8H(this))}, +Dj(a){var s,r,q,p,o,n,m,l,k,j=this,i="webglcontextrestored",h="webglcontextlost" +if(a.gM(a))throw H.b(H.ar0("Cannot create surfaces of empty size.")) +s=j.db +if(!j.b&&s!=null&&a.a===s.a&&a.b===s.b){r=$.be().x +if(r==null)r=H.aY() +if(r!==j.dx)j.Ng() +r=j.a +r.toString +return r}r=$.be() +q=r.x +j.dx=q==null?H.aY():q +p=j.cy +if(j.b||p==null||a.a>p.a||a.b>p.b){o=p==null?a:a.a_(0,1.4) +q=j.r +if(q!=null&&q!==0){q=$.T.bS() +n=j.r +n.toString +J.V6(q,n)}q=j.a +if(q!=null)q.l(0) +j.a=null +j.cx=!1 +q=j.f +if(q!=null)J.aB7(q) +q=j.f +if(q!=null)J.f0(q) +j.f=null +q=j.z +if(q!=null){C.bd.p7(q,i,j.e,!1) +q=j.z +q.toString +C.bd.p7(q,h,j.d,!1) +q=j.z +q.toString +C.bd.cf(q) +j.d=j.e=null}j.Q=C.d.dH(o.a) +q=C.d.dH(o.b) +j.ch=q +m=j.z=W.qd(q,j.Q) +q=m.style +q.position="absolute" +j.Ng() +j.e=j.ga1r() +q=j.ga1p() +j.d=q +C.bd.kK(m,h,q,!1) +C.bd.kK(m,i,j.e,!1) +q=j.c=j.b=!1 +n=$.eY +if((n==null?$.eY=H.pH():n)!==-1?!0:q){q=$.T.bS() +n=$.eY +if(n==null)n=$.eY=H.pH() +l=j.r=J.ayr(q,m,{antialias:0,majorVersion:n}) +if(l!==0){q=J.ayx($.T.bS(),l) +j.f=q +if(q==null)H.f(H.ar0("Failed to initialize CanvasKit. CanvasKit.MakeGrContext returned null.")) +j.MI()}}j.y.appendChild(m) +j.cy=o}j.db=a +k=C.d.dH(a.b) +q=j.ch +r=r.x +if(r==null)r=H.aY() +n=j.z.style +r="translate(0, -"+H.c((q-k)/r)+"px)" +C.e.ac(n,C.e.U(n,"transform"),r,"") +return j.a=j.a1J(a)}, +Ng(){var s,r,q=this.Q,p=$.be(),o=p.x +if(o==null)o=H.aY() +s=this.ch +p=p.x +if(p==null)p=H.aY() +r=this.z.style +o=H.c(q/o)+"px" +r.width=o +q=H.c(s/p)+"px" +r.height=q}, +a1s(a){this.c=!1 +$.bs().EC() +a.stopPropagation() +a.preventDefault()}, +a1q(a){var s,r=this,q=$.vw() +r.c=!0 +if(q.afJ(r)){r.b=!0 +a.preventDefault()}else{s=r.z +if(s!=null)C.bd.p7(s,"webglcontextlost",r.d,!1) +s=r.z +if(s!=null)C.bd.p7(s,"webglcontextrestored",r.e,!1) +r.e=r.d=null +J.bA(r.y) +s=r.a +if(s!=null)s.l(0)}}, +a1J(a){var s,r,q=this,p=$.eY +if((p==null?$.eY=H.pH():p)===-1){p=q.z +p.toString +return q.Be(p,"WebGL support not detected")}else if(q.r===0){p=q.z +p.toString +return q.Be(p,"Failed to initialize WebGL context")}else{p=$.T.bS() +s=q.r +s.toString +J.V6(p,s) +s=$.T.bS() +p=q.f +p.toString +r=J.ayB(s,p,C.d.dH(a.a),C.d.dH(a.b),self.window.flutterCanvasKit.ColorSpace.SRGB) +if(r==null){p=q.z +p.toString +return q.Be(p,"Failed to initialize WebGL surface")}return new H.Ga(r,q.r)}}, +Be(a,b){if(!$.atm){$.c1().$1("WARNING: Falling back to CPU-only rendering. "+b+".") +$.atm=!0}return new H.Ga(J.ayD($.T.bS(),a),null)}} +H.a8H.prototype={ +$2(a,b){var s,r,q=this.a +if(q.a.b!=null){s=$.T.bS() +r=q.a.b +r.toString +J.V6(s,r)}J.az2(q.a.a) +return!0}, +$S:180} +H.Ga.prototype={ +l(a){if(this.c)return +J.ES(this.a) +this.c=!0}} +H.a8A.prototype={ +T7(){var s,r=this,q=r.e,p=q.length +if(p!==0){s=q.pop() +r.d.push(s) +return s}else{q=r.d +if(q.length+p+2>>0 +if((r|2)===r)s=(s|J.aA_($.T.bS()))>>>0 +a4.decoration=(r|4)===r?(s|J.azN($.T.bS()))>>>0:s}if(g!=null)a4.decorationThickness=g +if(i!=null)a4.decorationColor=H.vs(i) +if(h!=null)a4.decorationStyle=$.ay0()[h.a] +if(d!=null)a4.textBaseline=$.ay_()[d.a] +if(c!=null)a4.fontSize=c +if(b!=null)a4.letterSpacing=b +if(a!=null)a4.wordSpacing=a +if(a0!=null)a4.heightMultiplier=a0 +switch(l.db){case null:break +case C.ys:a4.halfLeading=!0 +break +case C.yr:a4.halfLeading=!1 +break}r=l.go +if(r==null){r=H.aoy(l.y,l.z) +if(l.go==null){l.go=r +l=r}else l=H.f(H.cB("effectiveFontFamilies"))}else l=r +a4.fontFamilies=l +if(f!=null||e!=null)a4.fontStyle=H.apf(f,e) +if(a2!=null)a4.foregroundColor=H.vs(a2.x) +if(a3!=null){q=H.a([],t.tA) +for(p=0;p<1;++p){o=a3[p] +n=H.aFb(null) +n.color=H.vs(o.a) +l=o.b +m=new Float32Array(2) +m[0]=l.a +m[1]=l.b +n.offset=m +n.blurRadius=o.c +q.push(n)}a4.shadows=q}return J.ayG($.T.bS(),a4)}, +$S:174} +H.wf.prototype={ +k(a,b){var s,r=this +if(b==null)return!1 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof H.wf)if(b.a==r.a)if(b.c==r.c)if(b.d==r.d)if(b.f==r.f)if(b.r==r.r)s=H.vr(b.b,r.b) +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.y,s.f,s.r,!0,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}} +H.wd.prototype={ +m0(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=f.a +if(e==null){r=H.ar5(f.b) +for(q=f.c,p=q.length,o=r.c,n=r.a,m=J.j(n),l=0;l=q.gGK(r)&&s<=q.gPf(r))return new P.d0(q.gGK(r),q.gPf(r))}return C.a2}} +H.Wg.prototype={ +iA(a,b){var s=H.a([],t.s),r=C.c.gL(this.f),q=r.y +if(q!=null)s.push(q) +q=r.z +if(q!=null)C.c.O(s,q) +$.vv().adL(b,s) +this.c.push(new H.pC(C.z3,b,null,null)) +J.apL(this.a,b)}, +bB(a){return new H.wd(this.I3(),this.b,this.c)}, +I3(){var s=this.a,r=J.j(s),q=r.bB(s) +r.dL(s) +return q}, +gF8(){return this.e}, +dN(a){var s=this.f +if(s.length<=1)return +this.c.push(C.UZ) +s.pop() +J.aB1(this.a)}, +k_(a5,a6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=this,a2=null,a3=a1.f,a4=C.c.gL(a3) +t.BQ.a(a6) +s=a6.a +if(s==null)s=a4.a +r=a6.b +if(r==null)r=a4.b +q=a6.c +if(q==null)q=a4.c +p=a6.d +if(p==null)p=a4.d +o=a6.e +if(o==null)o=a4.e +n=a6.f +if(n==null)n=a4.f +m=a6.r +if(m==null)m=a4.r +l=a6.x +if(l==null)l=a4.x +k=a6.y +if(k==null)k=a4.y +j=a6.z +if(j==null)j=a4.z +i=a6.Q +if(i==null)i=a4.Q +h=a6.ch +if(h==null)h=a4.ch +g=a6.cx +if(g==null)g=a4.cx +f=a6.cy +if(f==null)f=a4.cy +e=a6.dy +if(e==null)e=a4.dy +d=a6.fr +if(d==null)d=a4.fr +c=a6.fx +if(c==null)c=a4.fx +b=H.am6(e,s,r,q,p,o,k,j,a4.fy,i,m,n,d,f,a4.db,h,a4.dx,c,l,g) +a3.push(b) +a1.c.push(new H.pC(C.z5,a2,a6,a2)) +a3=b.fr +s=a3==null +if(!s||b.dy!=null){a=s?a2:a3.ga0() +if(a==null){a=$.awm() +a3=b.a +a3=a3==null?a2:a3.gm(a3) +J.alW(a,a3==null?4278190080:a3)}a3=b.dy +a0=a3==null?a2:a3.ga0() +if(a0==null)a0=$.awl() +J.aB2(a1.a,b.gGG(),a,a0)}else J.aqv(a1.a,b.gGG())}} +H.pC.prototype={ +de(a){return this.b.$0()}} +H.uO.prototype={ +i(a){return this.b}} +H.ajI.prototype={ +$1(a){return this.a===a}, +$S:25} +H.Fw.prototype={ +i(a){return"CanvasKitError: "+this.a}} +H.Gj.prototype={ +Tt(a,b){var s={} +s.a=!1 +this.a.pu(0,J.aL(a.b,"text")).bD(0,new H.Wv(s,b),t.P).ju(new H.Ww(s,b))}, +SB(a){this.b.tE(0).bD(0,new H.Wt(a),t.P).ju(new H.Wu(this,a))}} +H.Wv.prototype={ +$1(a){var s=this.b +if(a){s.toString +s.$1(C.af.cq([!0]))}else{s.toString +s.$1(C.af.cq(["copy_fail","Clipboard.setData failed",null])) +this.a.a=!0}}, +$S:73} +H.Ww.prototype={ +$1(a){var s +if(!this.a.a){s=this.b +s.toString +s.$1(C.af.cq(["copy_fail","Clipboard.setData failed",null]))}}, +$S:11} +H.Wt.prototype={ +$1(a){var s=P.aJ(["text",a],t.N,t.z),r=this.a +r.toString +r.$1(C.af.cq([s]))}, +$S:175} +H.Wu.prototype={ +$1(a){var s +if(a instanceof P.tY){P.nG(C.A,null,t.H).bD(0,new H.Ws(this.b),t.P) +return}s=this.b +P.Uz("Could not get text from clipboard: "+H.c(a)) +s.toString +s.$1(C.af.cq(["paste_fail","Clipboard.getData failed",null]))}, +$S:11} +H.Ws.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(null)}, +$S:19} +H.Gi.prototype={ +pu(a,b){return this.Ts(0,b)}, +Ts(a,b){var s=0,r=P.K(t.y),q,p=2,o,n=[],m,l,k,j +var $async$pu=P.G(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:p=4 +l=window.navigator.clipboard +l.toString +b.toString +s=7 +return P.L(P.iy(l.writeText(b),t.z),$async$pu) +case 7:p=2 +s=6 +break +case 4:p=3 +j=o +m=H.a0(j) +P.Uz("copy is not successful "+H.c(m)) +l=P.dK(!1,t.y) +q=l +s=1 +break +s=6 +break +case 3:s=2 +break +case 6:q=P.dK(!0,t.y) +s=1 +break +case 1:return P.I(q,r) +case 2:return P.H(o,r)}}) +return P.J($async$pu,r)}} +H.Wr.prototype={ +tE(a){var s=0,r=P.K(t.N),q +var $async$tE=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:q=P.iy(window.navigator.clipboard.readText(),t.N) +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$tE,r)}} +H.Hk.prototype={ +pu(a,b){return P.dK(this.a98(b),t.y)}, +a98(a){var s,r,q,p,o="-99999px",n="transparent",m=document,l=m.createElement("textarea"),k=l.style +k.position="absolute" +k.top=o +k.left=o +C.e.ac(k,C.e.U(k,"opacity"),"0","") +k.color=n +k.backgroundColor=n +k.background=n +m.body.appendChild(l) +s=l +s.value=a +J.aq2(s) +J.aBd(s) +r=!1 +try{r=m.execCommand("copy") +if(!r)P.Uz("copy is not successful")}catch(p){q=H.a0(p) +P.Uz("copy is not successful "+H.c(q))}finally{J.bA(s)}return r}} +H.YK.prototype={ +tE(a){return P.amM(new P.tY("Paste is not implemented for this browser."),null,t.N)}} +H.GU.prototype={ +RK(a){var s=this.x +if(a==null?s!=null:a!==s){if(s!=null)J.bA(s) +this.x=a +s=this.e +s.toString +a.toString +s.appendChild(a)}}, +jz(a,b){var s=document.createElement(b) +return s}, +ez(a){var s,r,q,p,o,n,m,l,k=this,j="0",i="none",h="absolute",g={},f=$.cb(),e=f===C.W,d=k.c +if(d!=null)C.yi.cf(d) +d=document +s=d.createElement("style") +k.c=s +k.f=null +d.head.appendChild(s) +s=k.c.sheet +s.toString +t.IP.a(s) +if(f!==C.bs)if(f!==C.c2)r=e +else r=!0 +else r=!0 +H.avg(s,f,r) +r=d.body +r.toString +f=H.ai() +r.setAttribute("flt-renderer",(f?"canvaskit":"html")+" (auto-selected)") +r.setAttribute("flt-build-mode","release") +H.cH(r,"position","fixed") +H.cH(r,"top",j) +H.cH(r,"right",j) +H.cH(r,"bottom",j) +H.cH(r,"left",j) +H.cH(r,"overflow","hidden") +H.cH(r,"padding",j) +H.cH(r,"margin",j) +H.cH(r,"user-select",i) +H.cH(r,"-webkit-user-select",i) +H.cH(r,"-ms-user-select",i) +H.cH(r,"-moz-user-select",i) +H.cH(r,"touch-action",i) +H.cH(r,"font","normal normal 14px sans-serif") +H.cH(r,"color","red") +r.spellcheck=!1 +for(f=new W.pt(d.head.querySelectorAll('meta[name="viewport"]'),t.xl),f=new H.dy(f,f.gn(f)),s=H.o(f).c;f.t();){q=s.a(f.d) +p=q.parentNode +if(p!=null)p.removeChild(q)}f=k.d +if(f!=null)C.LP.cf(f) +f=d.createElement("meta") +f.setAttribute("flt-viewport","") +f.name="viewport" +f.content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" +k.d=f +d.head.appendChild(f) +f=k.z +if(f!=null)J.bA(f) +o=k.z=k.jz(0,"flt-glass-pane") +f=o.style +f.position=h +f.top=j +f.right=j +f.bottom=j +f.left=j +r.appendChild(o) +n=k.Q=k.a1D(o) +f=k.jz(0,"flt-scene-host") +d=f.style +C.e.ac(d,C.e.U(d,"pointer-events"),i,"") +k.e=f +m=k.jz(0,"flt-semantics-host") +f=m.style +f.position=h +C.e.ac(f,C.e.U(f,"transform-origin"),"0 0 0","") +k.r=m +k.Sg() +f=$.e8 +l=(f==null?$.e8=H.lo():f).r.a.Rf() +f=n.gQZ(n) +d=k.e +d.toString +f.O(0,H.a([m,l,d],t.f2)) +if($.asA==null){f=new H.K4(o,new H.a3l(P.A(t.S,t.mm))) +f.d=f.a1y() +$.asA=f}if($.as0==null){f=new H.Ij(P.A(t.N,t.lG)) +f.a9d() +$.as0=f}k.e.setAttribute("aria-hidden","true") +if(window.visualViewport==null&&e){f=window.innerWidth +f.toString +g.a=0 +P.Mj(C.aC,new H.Xw(g,k,f))}f=k.ga71() +d=t.I3 +if(window.visualViewport!=null){s=window.visualViewport +s.toString +k.a=W.bJ(s,"resize",f,!1,d)}else k.a=W.bJ(window,"resize",f,!1,d) +k.b=W.bJ(window,"languagechange",k.ga6B(),!1,d) +f=$.bs() +f.a=f.a.Oy(H.amo())}, +a1D(a){var s,r,q,p,o +if(a.attachShadow!=null){s=new H.a6I() +r=t.N +s.a=a.attachShadow(P.Uu(P.aJ(["mode","open","delegatesFocus","true"],r,r))) +q=document.createElement("style") +s.gvA().appendChild(q) +r=q.sheet +r.toString +t.IP.a(r) +p=$.cb() +if(p!==C.bs)if(p!==C.c2)o=p===C.W +else o=!0 +else o=!0 +H.avg(r,p,o) +return s}else{s=new H.Y9() +r=document.createElement("flt-element-host-node") +s.a=r +a.appendChild(s.gu7()) +return s}}, +Sg(){var s=this.r.style,r="scale("+H.c(1/window.devicePixelRatio)+")" +C.e.ac(s,C.e.U(s,"transform"),r,"")}, +KP(a){var s +this.Sg() +s=$.fq() +if(!J.h5(C.jU.a,s)&&!$.be().afM()&&$.apH().c){$.be().On(!0) +$.bs().EC()}else{s=$.be() +s.Oo() +s.On(!1) +$.bs().EC()}}, +a6C(a){var s=$.bs() +s.a=s.a.Oy(H.amo()) +s=$.be().b.k1 +if(s!=null)s.$0()}, +kQ(a){var s,r +for(;s=a.lastChild,s!=null;){r=s.parentNode +if(r!=null)r.removeChild(s)}}, +TC(a){var s,r,q,p,o=window.screen.orientation +if(o!=null){q=J.al(a) +if(q.gM(a)){q=o +q.toString +J.aBH(q) +return P.dK(!0,t.y)}else{s=H.aCM(q.gK(a)) +if(s!=null){r=new P.aC(new P.a3($.Y,t.tr),t.VY) +try{P.iy(o.lock(s),t.z).bD(0,new H.Xy(r),t.P).ju(new H.Xz(r))}catch(p){H.a0(p) +q=P.dK(!1,t.y) +return q}return r.a}}}return P.dK(!1,t.y)}} +H.Xw.prototype={ +$1(a){var s=++this.a.a +if(this.c!==window.innerWidth){a.aV(0) +this.b.KP(null)}else if(s>5)a.aV(0)}, +$S:67} +H.Xy.prototype={ +$1(a){this.a.cG(0,!0)}, +$S:11} +H.Xz.prototype={ +$1(a){this.a.cG(0,!1)}, +$S:11} +H.Ym.prototype={} +H.L4.prototype={} +H.oE.prototype={} +H.RM.prototype={} +H.a5t.prototype={ +bf(a){var s,r,q=this,p=q.rD$ +p=p.length===0?q.a:C.c.gL(p) +s=q.jH$ +r=new H.bx(new Float32Array(16)) +r.b0(s) +q.Pr$.push(new H.RM(p,r))}, +aU(a){var s,r,q,p=this,o=p.Pr$ +if(o.length===0)return +s=o.pop() +p.jH$=s.b +o=p.rD$ +r=s.a +q=p.a +while(!0){if(!((o.length===0?q:C.c.gL(o))!==r))break +o.pop()}}, +an(a,b,c){this.jH$.an(0,b,c)}, +cE(a,b,c){this.jH$.cE(0,b,c)}, +h7(a,b){this.jH$.RX(0,$.awJ(),b)}, +aa(a,b){this.jH$.co(0,new H.bx(b))}} +H.alq.prototype={ +$1(a){$.aov=!1 +$.bs().iT("flutter/system",$.axw(),new H.alp())}, +$S:152} +H.alp.prototype={ +$1(a){}, +$S:26} +H.fB.prototype={} +H.Gu.prototype={ +ac6(){var s,r,q=this,p=q.b +if(p!=null)for(p=p.gby(p),p=p.gX(p);p.t();)for(s=J.aP(p.gE(p));s.t();){r=s.gE(s) +r.b.$1(r.a)}q.b=q.a +q.a=null}, +HG(a,b){var s,r=this,q=r.a +if(q==null)q=r.a=P.A(t.N,r.$ti.j("x>")) +s=q.h(0,a) +if(s==null){s=H.a([],r.$ti.j("r>")) +q.p(0,a,s) +q=s}else q=s +q.push(b)}, +aic(a){var s,r,q=this.b +if(q==null)return null +s=q.h(0,a) +if(s==null||s.length===0)return null +r=(s&&C.c).hC(s,0) +this.HG(a,r) +return r.a}} +H.uh.prototype={} +H.a6I.prototype={ +gvA(){var s=this.a +return s==null?H.f(H.u("_shadow")):s}, +iD(a,b){return this.gvA().appendChild(b)}, +gF1(){return this.gvA()}, +gQZ(a){return new W.dm(this.gvA())}} +H.Y9.prototype={ +gu7(){var s=this.a +return s==null?H.f(H.u("_element")):s}, +iD(a,b){return this.gu7().appendChild(b)}, +gF1(){return this.gu7()}, +gQZ(a){return new W.dm(this.gu7())}} +H.jB.prototype={ +sO9(a,b){var s,r,q=this +q.a=b +s=C.d.eM(b.a)-1 +r=C.d.eM(q.a.b)-1 +if(q.Q!==s||q.ch!==r){q.Q=s +q.ch=r +q.Nq()}}, +Nq(){var s=this.c.style,r="translate("+this.Q+"px, "+this.ch+"px)" +C.e.ac(s,C.e.U(s,"transform"),r,"")}, +Mf(){var s=this,r=s.a,q=r.a +r=r.b +s.d.an(0,-q+(q-1-s.Q)+1,-r+(r-1-s.ch)+1)}, +P1(a,b){return this.r>=H.VF(a.c-a.a)&&this.x>=H.VE(a.d-a.b)&&this.dx===b}, +aP(a){var s,r,q,p,o,n,m=this +m.cy=!1 +m.d.aP(0) +s=m.f +r=s.length +for(q=m.c,p=0;pp){m=p +p=q +q=m}if(o>n){m=n +n=o +o=m}l=Math.abs(a2.r) +k=Math.abs(a2.e) +j=Math.abs(a2.x) +i=Math.abs(a2.f) +h=Math.abs(a2.Q) +g=Math.abs(a2.y) +f=Math.abs(a2.ch) +e=Math.abs(a2.z) +c.beginPath() +c.moveTo(q+l,o) +b=p-l +c.lineTo(b,o) +H.GV(c,b,o+j,l,j,0,4.71238898038469,6.283185307179586,!1) +b=n-e +c.lineTo(p,b) +H.GV(c,p-g,b,g,e,0,0,1.5707963267948966,!1) +b=q+h +c.lineTo(b,n) +H.GV(c,b,n-f,h,f,0,1.5707963267948966,3.141592653589793,!1) +b=o+i +c.lineTo(q,b) +H.GV(c,q+k,b,k,i,0,3.141592653589793,4.71238898038469,!1) +a0.gcT().hA(d) +a0.gcT().mV()}}, +en(a,b,c,d){var s,r,q,p,o,n,m,l=this,k=P.hn(b,c) +if(l.Cf(d)){s=H.Ey(k,d,"draw-circle",l.d.c) +l.q_(s,new P.l(Math.min(k.a,k.c),Math.min(k.b,k.d)),d) +r=s.style +C.e.ac(r,C.e.U(r,"border-radius"),"50%","")}else{r=d.x!=null?P.hn(b,c):null +q=l.d +q.gcT().lD(d,r) +r=d.b +q.gbA(q).beginPath() +p=q.gcT().ch +o=p==null +n=b.a +n=o?n:n-p.a +m=b.b +m=o?m:m-p.b +H.GV(q.gbA(q),n,m,c,c,0,0,6.283185307179586,!1) +q.gcT().hA(r) +q.gcT().mV()}}, +bW(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +if(e.Ny(c)){s=e.d +r=s.c +t.Ci.a(b) +q=b.a.T6() +if(q!=null){p=q.b +o=q.d +n=q.a +m=p===o?new P.v(n,p,n+(q.c-n),p+1):new P.v(n,p,n+1,p+(o-p)) +e.q_(H.Ey(m,c,"draw-rect",s.c),new P.l(Math.min(m.a,m.c),Math.min(m.b,m.d)),c) +return}l=b.a.tI() +if(l!=null){e.cA(0,l,c) +return}p=b.a +k=p.db?p.uN():null +if(k!=null){e.cv(0,k,c) +return}j=b.cY(0) +i=H.aw4(b,c,H.c(j.c),H.c(j.d)) +if(s.b==null){h=i.style +h.position="absolute" +if(!r.rN(0)){s=H.fo(r.a) +C.e.ac(h,C.e.U(h,"transform"),s,"") +C.e.ac(h,C.e.U(h,"transform-origin"),"0 0 0","")}}if(c.y!=null){s=c.b +p=c.r +if(p==null)g="#000000" +else{p=H.cs(p) +p.toString +g=p}f=c.y.b +p=$.cb() +if(p===C.W&&s!==C.a_){s=i.style +p="0px 0px "+H.c(f*2)+"px "+g +C.e.ac(s,C.e.U(s,"box-shadow"),p,"")}else{s=i.style +p="blur("+H.c(f)+"px)" +C.e.ac(s,C.e.U(s,"filter"),p,"")}}e.q_(i,C.h,c)}else{s=c.x!=null?b.cY(0):null +p=e.d +p.gcT().lD(c,s) +s=c.b +if(s==null&&c.c!=null)p.bW(0,b,C.a_) +else p.bW(0,b,s) +p.gcT().mV()}}, +i4(a,b,c,d,e){var s,r,q,p,o,n=this.d,m=H.aoQ(b.cY(0),d) +if(m!=null){s=H.apd(c).a +r=H.aJA(s>>>16&255,s>>>8&255,s&255,255) +n.gbA(n).save() +n.gbA(n).globalAlpha=(s>>>24&255)/255 +if(e){s=$.cb() +s=s!==C.W}else s=!1 +q=m.b +p=m.a +o=q.a +q=q.b +if(s){n.gbA(n).translate(o,q) +n.gbA(n).filter=H.avR(new P.ri(C.il,p)) +n.gbA(n).strokeStyle="" +n.gbA(n).fillStyle=r}else{n.gbA(n).filter="none" +n.gbA(n).strokeStyle="" +n.gbA(n).fillStyle=r +n.gbA(n).shadowBlur=p +n.gbA(n).shadowColor=r +n.gbA(n).shadowOffsetX=o +n.gbA(n).shadowOffsetY=q}n.nN(n.gbA(n),b) +n.gbA(n).fill() +n.gbA(n).restore()}}, +i1(a,b,c,d){var s=this.Ak(b,c,d) +if(d.Q!=null)this.HS(s,b.gaO(b),b.gaw(b)) +this.ui()}, +BC(a){var s,r,q,p=a.a.src +p.toString +s=this.b +if(s!=null){r=s.aic(p) +if(r!=null)return r}q=a.ac0() +s=this.b +if(s!=null)s.HG(p,new H.uh(q,H.aHM(),s.$ti.j("uh<1>"))) +return q}, +Ak(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h=this +t.gc.a(a) +s=c.a +r=c.Q +if(r instanceof H.Wd)q=h.a1G(a,r.a,r.b,c) +else if(r instanceof H.qj){p=W.ns(H.aLj(r.a),new H.iW(),null) +h.c.appendChild(p) +h.f.push(p) +q=h.BC(a) +o=q.style +n="url(#_fcf"+$.dQ+")" +C.e.ac(o,C.e.U(o,"filter"),n,"")}else q=h.BC(a) +o=q.style +n=H.UB(s) +if(n==null)n="" +C.e.ac(o,C.e.U(o,"mix-blend-mode"),n,"") +o=h.d +if(o.b!=null){n=q.style +n.removeProperty("width") +n.removeProperty("height") +n=o.b +n.toString +m=H.aoq(n,q,b,o.c) +for(o=m.length,n=h.c,l=h.f,k=0;k>' +break +case C.ij:s=$.dQ+1 +$.dQ=s +r=i+s+h+H.c(H.cs(b))+'" flood-opacity="1" result="flood">' +break +case C.i6:s=$.dQ+1 +$.dQ=s +r=i+s+h+H.c(H.cs(b))+'" flood-opacity="1" result="flood">' +break +case C.i7:s=$.dQ+1 +$.dQ=s +r=i+s+h+H.c(H.cs(b))+'" flood-opacity="1" result="flood">' +break +case C.i8:s=$.dQ+1 +$.dQ=s +r=i+s+h+H.c(H.cs(b))+'" flood-opacity="1" result="flood">' +break +case C.eN:$.dQ=$.dQ+1 +q=b.gajp().dP(0,255) +p=b.gaja().dP(0,255) +o=b.gaj3().dP(0,255) +r=i+$.dQ+'" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%">' +break +case C.eO:r=H.auA(b,"hard-light",!0) +break +case C.ds:case C.eP:case C.eQ:case C.eR:case C.eS:case C.eT:case C.ih:case C.i9:case C.ia:case C.ib:case C.ic:case C.id:case C.ie:case C.ig:s=H.UB(c) +s.toString +r=H.auA(b,s,!1) +break +case C.i5:case C.l0:case C.eU:case C.eV:case C.l1:case C.l_:case C.cx:r=null +break +default:r=null}n=W.ns(r,new H.iW(),null) +this.c.appendChild(n) +this.f.push(n) +m=this.BC(a) +s=m.style +l="url(#_fcf"+$.dQ+")" +C.e.ac(s,C.e.U(s,"filter"),l,"") +if(c===C.ds){s=m.style +l=H.cs(b) +s.backgroundColor=l==null?"":l}return m +default:m=document.createElement("div") +k=m.style +switch(c){case C.l_:case C.eV:k.position=j +break +case C.i5:case C.cx:k.position=j +s=H.cs(b) +k.backgroundColor=s==null?"":s +break +case C.l0:case C.eU:k.position=j +s="url('"+H.c(a.a.src)+"')" +k.backgroundImage=s +break +default:k.position=j +s="url('"+H.c(a.a.src)+"')" +k.backgroundImage=s +s=H.UB(c) +if(s==null)s="" +C.e.ac(k,C.e.U(k,"background-blend-mode"),s,"") +s=H.cs(b) +k.backgroundColor=s==null?"":s +break}return m}}, +iJ(a,b,c,d){var s,r,q,p,o,n,m,l,k,j=this,i=b.a +if(i===0){s=b.b +r=s!==0||b.c-i!==a.gaO(a)||b.d-s!==a.gaw(a)}else r=!0 +q=c.a +p=c.c-q +if(p===a.gaO(a)&&c.d-c.b===a.gaw(a)&&!r&&d.Q==null)j.Ak(a,new P.l(q,c.b),d) +else{if(r){j.bf(0) +j.mp(0,c,C.c8)}o=c.b +if(r){s=b.c-i +if(s!==a.gaO(a))q+=-i*(p/s) +s=b.b +n=b.d-s +m=n!==a.gaw(a)?o+-s*((c.d-o)/n):o}else m=o +l=j.Ak(a,new P.l(q,m),d) +k=c.d-o +if(r){p*=a.gaO(a)/(b.c-i) +k*=a.gaw(a)/(b.d-b.b)}j.HS(l,p,k) +if(r)j.aU(0)}j.ui()}, +HS(a,b,c){var s,r,q=a.style,p=C.d.a6(b,2)+"px",o=C.d.a6(c,2)+"px" +q.left="0px" +q.top="0px" +q.width=p +q.height=o +if(!t._0.b(a)){s=a.style +r=p+" "+o +C.e.ac(s,C.e.U(s,"background-size"),r,"")}}, +ui(){var s,r,q=this.d +if(q.z!=null){q.BB() +q.e.ez(0) +s=q.x +if(s==null)s=q.x=H.a([],t.r3) +r=q.z +r.toString +s.push(r) +q.e=q.d=q.z=null}this.cx=!0 +this.e=null}, +Gm(a){var s +if(a!==this.e){s=this.d +s.gbA(s).font=a +this.e=a}}, +E7(a,b,c,d,e){var s,r,q=this.d,p=q.gbA(q) +if(e!=null){p.save() +for(s=0;s<1;++s){r=e[s] +q=H.cs(r.a) +q.toString +p.shadowColor=q +p.shadowBlur=r.c +q=r.b +p.shadowOffsetX=q.a +p.shadowOffsetY=q.b +p.fillText(b,c,d)}p.restore()}C.AR.rF(p,b,c,d)}, +rF(a,b,c,d){return this.E7(a,b,c,d,null)}, +eL(a,b,c){var s,r,q,p,o,n,m,l=this +if(b.gP9()&&!l.cx&&!l.dy.d){b.aK(l,c) +return}s=H.avw(b,c,null) +r=l.d +q=r.b +r=r.c +if(q!=null){p=H.aoq(q,s,c,r) +for(r=p.length,q=l.c,o=l.f,n=0;n=6.283185307179586;s=!1){r.ml(0,b,c,3.141592653589793,s) +c+=3.141592653589793 +r.ml(0,b,c,3.141592653589793,!1) +c+=3.141592653589793 +d-=6.283185307179586}r.ml(0,b,c,d,s) +this.a.bW(0,r,t.e.a(f))}, +bW(a,b,c){this.a.bW(0,b,t.e.a(c))}, +i1(a,b,c,d){var s,r,q,p,o=this.a +t.e.a(d) +s=o.d +o.e=s.a=s.c=!0 +r=c.a +q=c.b +d.b=!0 +p=new H.Jp(b,c,d.a,-1/0,-1/0,1/0,1/0) +o.a.lz(r,q,r+b.gaO(b),q+b.gaw(b),p) +o.c.push(p)}, +iJ(a,b,c,d){var s,r,q=this.a +t.e.a(d) +s=q.d +d.b=q.e=s.a=s.c=!0 +r=new H.Jq(a,b,c,d.a,-1/0,-1/0,1/0,1/0) +q.a.pp(c,r) +q.c.push(r)}, +i3(a,b){this.a.i3(0,b)}, +eL(a,b,c){this.a.eL(0,b,c)}, +i4(a,b,c,d,e){var s,r,q=this.a +q.e=q.d.c=!0 +s=H.aJF(b.cY(0),d) +r=new H.Jw(t.Ci.a(b),c,d,e,-1/0,-1/0,1/0,1/0) +q.a.pp(s,r) +q.c.push(r)}} +H.Bw.prototype={ +ghu(){return this.dC$}, +c4(a){var s=this.wh("flt-clip"),r=W.e1("flt-clip-interior",null) +this.dC$=r +r=r.style +r.position="absolute" +r=this.dC$ +r.toString +s.appendChild(r) +return s}} +H.yH.prototype={ +ic(){var s=this +s.f=s.e.f +if(s.fr!==C.o)s.x=s.fx +else s.x=null +s.r=null}, +c4(a){var s=this.Hr(0) +s.setAttribute("clip-type","rect") +return s}, +fm(){var s,r=this,q=r.d.style,p=r.fx,o=p.a,n=H.c(o)+"px" +q.left=n +n=p.b +s=H.c(n)+"px" +q.top=s +s=H.c(p.c-o)+"px" +q.width=s +p=H.c(p.d-n)+"px" +q.height=p +q=r.d +q.toString +if(r.fr!==C.o){q=q.style +q.overflow="hidden" +q.zIndex="0"}q=r.dC$.style +o=H.c(-o)+"px" +q.left=o +p=H.c(-n)+"px" +q.top=p}, +bm(a,b){var s=this +s.nf(0,b) +if(!s.fx.k(0,b.fx)||s.fr!==b.fr){s.x=null +s.fm()}}, +$iWq:1} +H.yK.prototype={ +ic(){var s,r,q,p,o=this +o.f=o.e.f +if(o.k1!==C.o){s=o.fr +r=s.a +q=r.db?r.uN():null +if(q!=null)o.x=new P.v(q.a,q.b,q.c,q.d) +else{p=s.a.tI() +if(p!=null)o.x=p +else o.x=null}}else o.x=null +o.r=null}, +c4(a){var s=this.Hr(0) +s.setAttribute("clip-type","physical-shape") +return s}, +i0(){var s,r=this +r.WR() +s=r.k2 +if(s!=null)J.bA(s) +r.k2=null +s=r.k3 +if(s!=null)J.bA(s) +r.k3=null}, +fm(){this.HR()}, +HR(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a="border-radius",a0="hidden",a1=b.d.style,a2=b.go,a3=H.cs(a2) +a1.backgroundColor=a3==null?"":a3 +a1=b.fr +a3=a1.a +s=a3.db?a3.uN():null +if(s!=null){r=H.c(s.e)+"px "+H.c(s.r)+"px "+H.c(s.y)+"px "+H.c(s.Q)+"px" +q=b.d.style +a1=s.a +a2=H.c(a1)+"px" +q.left=a2 +a2=s.b +a3=H.c(a2)+"px" +q.top=a3 +a3=H.c(s.c-a1)+"px" +q.width=a3 +a3=H.c(s.d-a2)+"px" +q.height=a3 +C.e.ac(q,C.e.U(q,a),r,"") +a3=b.dC$.style +a1=H.c(-a1)+"px" +a3.left=a1 +a1=H.c(-a2)+"px" +a3.top=a1 +if(b.k1!==C.o)q.overflow=a0 +H.aoN(b.d,b.fx,b.fy,b.id) +return}else{p=a1.a.tI() +if(p!=null){q=b.d.style +a1=p.a +a2=H.c(a1)+"px" +q.left=a2 +a2=p.b +a3=H.c(a2)+"px" +q.top=a3 +a3=H.c(p.c-a1)+"px" +q.width=a3 +a3=H.c(p.d-a2)+"px" +q.height=a3 +C.e.ac(q,C.e.U(q,a),"","") +a3=b.dC$.style +a1=H.c(-a1)+"px" +a3.left=a1 +a1=H.c(-a2)+"px" +a3.top=a1 +if(b.k1!==C.o)q.overflow=a0 +H.aoN(b.d,b.fx,b.fy,b.id) +return}else{a3=a1.a +o=(a3.cy?a3.fr:-1)===-1?null:a3.cY(0) +if(o!=null){a1=o.c +a2=o.a +n=(a1-a2)/2 +a1=o.d +a3=o.b +m=(a1-a3)/2 +r=n===m?H.c(n)+"px ":H.c(n)+"px "+H.c(m)+"px " +q=b.d.style +a1=H.c(a2)+"px" +q.left=a1 +a1=H.c(a3)+"px" +q.top=a1 +a1=H.c(n*2)+"px" +q.width=a1 +a1=H.c(m*2)+"px" +q.height=a1 +C.e.ac(q,C.e.U(q,a),r,"") +a1=b.dC$.style +a2=H.c(-a2)+"px" +a1.left=a2 +a2=H.c(-a3)+"px" +a1.top=a2 +if(b.k1!==C.o)q.overflow=a0 +H.aoN(b.d,b.fx,b.fy,b.id) +return}}}a3=b.fy +l=a3===0 +k=b.fx +j=k.c +i=k.d +if(l){h=k.a +g=k.b +f=H.ap4(a1,-h,-g,1/(j-h),1/(i-g))}else f=H.ap4(a1,0,0,1/j,1/i) +h=b.k2 +if(h!=null)J.bA(h) +h=b.k3 +if(h!=null)J.bA(h) +b.k2=W.ns(f,new H.iW(),null) +if($.aa==null)$.aa=H.bf() +h=b.d +h.toString +g=b.k2 +g.toString +h.appendChild(g) +if(l){a1=b.d +a1.toString +H.Xx(a1,"url(#svgClip"+$.Uk+")") +e=b.d.style +e.overflow="" +a1=k.a +a2=H.c(a1)+"px" +e.left=a2 +a2=k.b +a3=H.c(a2)+"px" +e.top=a3 +a3=H.c(j-a1)+"px" +e.width=a3 +a3=H.c(i-a2)+"px" +e.height=a3 +C.e.ac(e,C.e.U(e,a),"","") +a3=b.dC$.style +a1="-"+H.c(a1)+"px" +a3.left=a1 +a1="-"+H.c(a2)+"px" +a3.top=a1 +return}l=b.dC$ +l.toString +H.Xx(l,"url(#svgClip"+$.Uk+")") +e=b.d.style +e.overflow="" +l=k.a +h=H.c(l)+"px" +e.left=h +h=k.b +g=H.c(h)+"px" +e.top=g +g=H.c(j-l)+"px" +e.width=g +g=H.c(i-h)+"px" +e.height=g +C.e.ac(e,C.e.U(e,a),"","") +g=b.dC$.style +l="-"+H.c(l)+"px" +g.left=l +l="-"+H.c(h)+"px" +g.top=l +l=H.c(j)+"px" +g.width=l +l=H.c(i)+"px" +g.height=l +d=a1.cY(0) +l=new H.aG() +l.b=C.ao +l.r=a2 +l=H.aw4(a1,l,H.c(d.c),H.c(d.d)) +b.k3=l +b.d.insertBefore(l,b.dC$) +a3=H.aoQ(k,a3) +a3.toString +c=H.apd(b.id) +k=b.k3.style +l=a3.b +a1=c.a +a1="drop-shadow("+H.c(l.a)+"px "+H.c(l.b)+"px "+H.c(a3.a)+"px rgba("+(a1>>>16&255)+", "+(a1>>>8&255)+", "+(a1&255)+", "+H.c((a1>>>24&255)/255)+"))" +C.e.ac(k,C.e.U(k,"filter"),a1,"") +a1="translate(-"+H.c(d.a)+"px, -"+H.c(d.b)+"px)" +C.e.ac(k,C.e.U(k,"transform"),a1,"") +a1=b.d.style +a1.backgroundColor=""}, +bm(a,b){var s,r,q=this +q.nf(0,b) +s=b.fr===q.fr +if(!s)q.x=null +s=!s||b.fy!==q.fy||!b.id.k(0,q.id)||!b.go.k(0,q.go) +r=b.k2 +if(s){if(r!=null)J.bA(r) +b.k2=null +s=b.k3 +if(s!=null)J.bA(s) +b.k3=null +s=q.k2 +if(s!=null)J.bA(s) +q.k2=null +s=q.k3 +if(s!=null)J.bA(s) +q.k3=null +s=q.d +s.toString +H.Xx(s,"") +q.HR()}else{q.k2=r +if(r!=null){if($.aa==null)$.aa=H.bf() +s=q.d +s.toString +r=q.k2 +r.toString +s.appendChild(r)}b.k2=null +s=q.k3=b.k3 +if(s!=null)q.d.insertBefore(s,q.dC$) +b.k3=null}}, +$ia2W:1} +H.yG.prototype={ +c4(a){return this.wh("flt-clippath")}, +ic(){var s=this +s.Vx() +if(s.fx!==C.o){if(s.x==null)s.x=s.fr.cY(0)}else s.x=null}, +fm(){var s,r=this,q=r.fy +if(q!=null)J.bA(q) +q=r.d +q.toString +r.fy=W.ns(H.avu(t.V.a(q),r.fr),new H.iW(),null) +if($.aa==null)$.aa=H.bf() +q=r.d +q.toString +s=r.fy +s.toString +q.appendChild(s)}, +bm(a,b){var s,r=this +r.nf(0,b) +if(b.fr!==r.fr){r.x=null +s=b.fy +if(s!=null)J.bA(s) +r.fm()}else r.fy=b.fy +b.fy=null}, +i0(){var s=this.fy +if(s!=null)J.bA(s) +this.fy=null +this.zd()}, +$iWo:1} +H.Xs.prototype={ +mp(a,b,c){throw H.b(P.c7(null))}, +kR(a,b){throw H.b(P.c7(null))}, +eY(a,b){throw H.b(P.c7(null))}, +i2(a,b,c,d){throw H.b(P.c7(null))}, +cA(a,b,c){var s=this.rD$ +s=s.length===0?this.a:C.c.gL(s) +s.appendChild(H.Ey(b,c,"draw-rect",this.jH$))}, +cv(a,b,c){var s,r=H.Ey(new P.v(b.a,b.b,b.c,b.d),c,"draw-rrect",this.jH$) +H.avh(r.style,b) +s=this.rD$;(s.length===0?this.a:C.c.gL(s)).appendChild(r)}, +en(a,b,c,d){throw H.b(P.c7(null))}, +bW(a,b,c){throw H.b(P.c7(null))}, +i4(a,b,c,d,e){throw H.b(P.c7(null))}, +i1(a,b,c,d){throw H.b(P.c7(null))}, +iJ(a,b,c,d){throw H.b(P.c7(null))}, +eL(a,b,c){var s=H.avw(b,c,this.jH$),r=this.rD$;(r.length===0?this.a:C.c.gL(r)).appendChild(s)}, +og(){}} +H.a2s.prototype={ +saO(a,b){return this.c=b}, +saw(a,b){return this.d=b}} +H.yI.prototype={ +ic(){var s,r,q=this,p=q.e.f +q.f=p +s=q.fr +if(s!==0||q.fx!==0){p.toString +r=new H.bx(new Float32Array(16)) +r.b0(p) +q.f=r +r.an(0,s,q.fx)}q.r=null}, +grR(){var s=this,r=s.fy +if(r==null){r=H.dg() +r.lC(-s.fr,-s.fx,0) +s.fy=r}return r}, +c4(a){var s=document.createElement("flt-offset") +H.cH(s,"position","absolute") +H.cH(s,"transform-origin","0 0 0") +return s}, +fm(){var s,r=this.d +r.toString +s="translate("+H.c(this.fr)+"px, "+H.c(this.fx)+"px)" +r.style.transform=s}, +bm(a,b){var s=this +s.nf(0,b) +if(b.fr!==s.fr||b.fx!==s.fx)s.fm()}, +$ia2v:1} +H.yJ.prototype={ +ic(){var s,r,q,p=this,o=p.e.f +p.f=o +s=p.fx +r=s.a +q=s.b +if(r!==0||q!==0){o.toString +s=new H.bx(new Float32Array(16)) +s.b0(o) +p.f=s +s.an(0,r,q)}p.r=null}, +grR(){var s,r=this.fy +if(r==null){r=this.fx +s=H.dg() +s.lC(-r.a,-r.b,0) +this.fy=s +r=s}return r}, +c4(a){var s=$.aa,r=(s==null?$.aa=H.bf():s).jz(0,"flt-opacity") +H.cH(r,"position","absolute") +H.cH(r,"transform-origin","0 0 0") +return r}, +fm(){var s,r=this.d +r.toString +H.cH(r,"opacity",H.c(this.fr/255)) +s=this.fx +s="translate("+H.c(s.a)+"px, "+H.c(s.b)+"px)" +r.style.transform=s}, +bm(a,b){var s=this +s.nf(0,b) +if(s.fr!==b.fr||!s.fx.k(0,b.fx))s.fm()}, +$ia2x:1} +H.aE.prototype={ +so2(a){var s=this +if(s.b){s.a=s.a.dw(0) +s.b=!1}s.a.a=a}, +sbY(a,b){var s=this +if(s.b){s.a=s.a.dw(0) +s.b=!1}s.a.b=b}, +sfc(a){var s=this +if(s.b){s.a=s.a.dw(0) +s.b=!1}s.a.c=a}, +syX(a){var s=this +if(s.b){s.a=s.a.dw(0) +s.b=!1}s.a.d=a}, +sGM(a){var s=this +if(s.b){s.a=s.a.dw(0) +s.b=!1}s.a.e=a}, +soA(a){var s=this +if(s.b){s.a=s.a.dw(0) +s.b=!1}s.a.f=a}, +gas(a){var s=this.a.r +return s==null?C.t:s}, +sas(a,b){var s,r=this +if(r.b){r.a=r.a.dw(0) +r.b=!1}s=r.a +s.r=H.C(b)===C.SW?b:new P.k(b.gm(b))}, +sx4(a){}, +syK(a){var s=this +if(s.b){s.a=s.a.dw(0) +s.b=!1}s.a.x=a}, +sEP(a){var s=this +if(s.b){s.a=s.a.dw(0) +s.b=!1}s.a.y=a}, +smz(a){var s=this +if(s.b){s.a=s.a.dw(0) +s.b=!1}s.a.z=a}, +smq(a){var s=this +if(s.b){s.a=s.a.dw(0) +s.b=!1}s.a.Q=a}, +sGN(a){}, +i(a){var s,r=this,q=""+"Paint(",p=r.a.b,o=p==null +if((o?C.ao:p)===C.a_){q+=(o?C.ao:p).i(0) +p=r.a.c +o=p==null +if((o?0:p)!==0)q+=" "+H.c(o?0:p) +else q+=" hairline" +p=r.a.d +o=p==null +if((o?C.b8:p)!==C.b8)q+=" "+(o?C.b8:p).i(0) +s="; "}else s="" +p=r.a +if(!p.f){q+=s+"antialias off" +s="; "}p=p.r +if(!(p==null?C.t:p).k(0,C.t)){p=r.a.r +q+=s+(p==null?C.t:p).i(0)}q+=")" +return q.charCodeAt(0)==0?q:q}, +$irB:1} +H.aG.prototype={ +dw(a){var s=this,r=new H.aG() +r.a=s.a +r.z=s.z +r.y=s.y +r.x=s.x +r.f=s.f +r.r=s.r +r.Q=s.Q +r.c=s.c +r.b=s.b +r.e=s.e +r.d=s.d +return r}, +i(a){var s=this.bR(0) +return s}} +H.eG.prototype={ +xX(){var s,r,q,p,o,n,m,l,k,j=this,i=H.a([],t.yv),h=j.a1m(0.25),g=C.f.a9k(1,h) +i.push(new P.l(j.a,j.b)) +if(h===5){s=new H.NI() +j.Ii(s) +r=s.a +r.toString +q=s.b +q.toString +p=r.c +if(p===r.e&&r.d===r.f&&q.a===q.c&&q.b===q.d){o=new P.l(p,r.d) +i.push(o) +i.push(o) +i.push(o) +i.push(new P.l(q.e,q.f)) +g=2 +n=!0}else n=!1}else n=!1 +if(!n)H.am9(j,h,i) +m=2*g+1 +k=0 +while(!0){if(!(k=0)s.d=-r +s.f=s.e=-1}, +hr(a,b){this.vO(b,0,0)}, +v_(){var s,r=this.a,q=r.x +for(r=r.r,s=0;s359){j=c4<0?-0.001953125:0.001953125 +i=p +do{i-=j +m=Math.cos(i) +l=Math.sin(i)}while(o===m&&n===l)}}h=c4>0?0:1 +g=c0/2 +f=(c2.d-c2.b)/2 +e=c2.gbk().a+g*Math.cos(p) +d=c2.gbk().b+f*Math.sin(p) +if(o===m&&n===l){if(c5)b9.cw(0,e,d) +else b9.Ba(e,d) +return}c=o*m+n*l +b=o*l-n*m +if(Math.abs(b)<=0.000244140625)if(c>0)if(!(b>=0&&h===0))c0=b<=0&&h===1 +else c0=!0 +else c0=!1 +else c0=!1 +if(c0){if(c5)b9.cw(0,e,d) +else b9.Ba(e,d) +return}c0=h===1 +if(c0)b=-b +if(0===b)a=2 +else if(0===c)a=b>0?1:3 +else{r=b<0 +a=r?2:0 +if(c<0!==r)++a}a0=H.a([],t.td) +for(a1=0;a1=6.283185307179586||d<=-6.283185307179586){s=c/1.5707963267948966 +r=Math.floor(s+0.5) +if(Math.abs(s-r-0)<0.000244140625){q=r+1 +if(q<0)q+=4 +p=d>0?0:1 +this.zA(b,p,C.d.eb(q)) +return}}this.ml(0,b,c,d,!0)}, +ek(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.v_(),e=a2.a,d=a2.b,c=a2.c,b=a2.d,a=new P.v(e,d,c,b),a0=a2.e +if(a0===0||a2.f===0)if(a2.r===0||a2.x===0)if(a2.Q===0||a2.ch===0)s=a2.y===0||a2.z===0 +else s=!1 +else s=!1 +else s=!1 +if(s||e>=c||d>=b)g.vO(a,0,3) +else if(H.aKn(a2))g.zA(a,0,3) +else{r=c-e +q=b-d +p=Math.max(0,a0) +o=Math.max(0,a2.r) +n=Math.max(0,a2.Q) +m=Math.max(0,a2.y) +l=Math.max(0,a2.f) +k=Math.max(0,a2.x) +j=Math.max(0,a2.ch) +i=Math.max(0,a2.z) +h=H.ajq(j,i,q,H.ajq(l,k,q,H.ajq(n,m,r,H.ajq(p,o,r,1)))) +a0=b-h*j +g.cw(0,e,a0) +g.bu(0,e,d+h*l) +g.fn(0,e,d,e+h*p,d,0.707106781) +g.bu(0,c-h*o,d) +g.fn(0,c,d,c,d+h*k,0.707106781) +g.bu(0,c,b-h*i) +g.fn(0,c,b,c-h*m,b,0.707106781) +g.bu(0,e+h*n,b) +g.fn(0,e,b,e,a0,0.707106781) +g.dI(0) +g.f=f?0:-1 +e=g.a +e.db=f +e.dy=!1 +e.fr=6}}, +vM(a,b,c){this.aaQ(b,c.a,c.b,null,0)}, +aaQ(a9,b0,b1,b2,b3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8=this +t.Ci.a(a9) +s=a9.a +if(s.x===0)return +r=s.k(0,a8.a)?H.atk(a8):a9 +s=a8.a +q=s.d +if(b3===0)if(b2!=null)p=b2[15]===1&&b2[14]===0&&b2[11]===0&&b2[10]===1&&b2[9]===0&&b2[8]===0&&b2[7]===0&&b2[6]===0&&b2[3]===0&&b2[2]===0 +else p=!0 +else p=!1 +o=r.a +if(p)s.iD(0,o) +else{n=new H.lU(o) +n.ni(o) +m=new Float32Array(8) +for(s=b2==null,l=2*(q-1),k=l+1,p=q===0,j=!0;i=n.iX(0,m),i!==6;j=!1)switch(i){case 0:if(s){h=m[0] +g=h+b0}else{h=b2[0] +f=m[0] +g=h*(f+b0)+b2[4]*(m[1]+b1)+b2[12] +h=f}if(s){f=m[1] +e=f+b1}else{f=b2[1] +d=b2[5] +c=m[1] +e=f*(h+b0)+d*(c+b1)+b2[13]+b1 +f=c}if(j&&a8.a.x!==0){a8.qc() +if(p){b=0 +a=0}else{h=a8.a.f +b=h[l] +a=h[k]}if(a8.d<=0||!p||b!==g||a!==e)a8.bu(0,m[0],m[1])}else{a0=a8.a.fG(0,0) +a8.d=a0+1 +a1=a0*2 +d=a8.a.f +d[a1]=h +d[a1+1]=f +a8.f=a8.e=-1}break +case 1:a8.bu(0,m[2],m[3]) +break +case 2:h=m[2] +f=m[3] +d=m[4] +c=m[5] +a0=a8.a.fG(2,0) +a1=a0*2 +a2=a8.a.f +a2[a1]=h +a2[a1+1]=f +a1=(a0+1)*2 +a2[a1]=d +a2[a1+1]=c +a8.f=a8.e=-1 +break +case 3:a8.fn(0,m[2],m[3],m[4],m[5],o.z[n.b]) +break +case 4:a8.kV(0,m[2],m[3],m[4],m[5],m[6],m[7]) +break +case 5:a8.dI(0) +break}}s=r.d +if(s>=0)a8.d=q+s +s=a8.a +a3=s.d +a4=s.f +for(a5=q*2,s=a3*2,p=b2==null;a5s.c||q>s.d)return!1 +p=a3.a +o=new H.a2P(p,r,q,new Float32Array(18)) +o.aaG() +n=C.cW===a3.b +m=o.d +if((n?m&1:m)!==0)return!0 +l=o.e +if(l<=1)return C.bP.Yb(l!==0,!1) +p=l&1 +if(p!==0||n)return p!==0 +k=H.anm(a3.a,!0) +j=new Float32Array(18) +i=H.a([],t.yv) +p=k.a +h=!1 +do{g=i.length +switch(k.iX(0,j)){case 0:case 5:break +case 1:H.aLm(j,r,q,i) +break +case 2:H.aLn(j,r,q,i) +break +case 3:f=k.f +H.aLk(j,r,q,p.z[f],i) +break +case 4:H.aLl(j,r,q,i) +break +case 6:h=!0 +break}f=i.length +if(f>g){e=f-1 +d=i[e] +c=d.a +b=d.b +if(Math.abs(c*c+b*b-0)<0.000244140625)C.c.hC(i,e) +else for(a=0;a0?1:0 +if(f<=0){f=b*a1 +if(f<0)f=-1 +else f=f>0?1:0 +f=f<=0}else f=!1}else f=!1 +if(f){a2=C.c.hC(i,e) +if(a!==i.length)i[a]=a2 +break}}}}while(!h) +return i.length!==0||!1}, +cb(a){var s,r=a.a,q=a.b,p=this.a,o=H.aDW(p,r,q),n=p.e,m=new Uint8Array(n) +C.a5.yC(m,0,p.r) +o=new H.rD(o,m) +n=p.y +o.y=n +o.Q=p.Q +s=p.z +if(s!=null){n=new Float32Array(n) +o.z=n +C.rU.yC(n,0,s)}o.e=p.e +o.x=p.x +o.c=p.c +o.d=p.d +n=p.ch +o.ch=n +if(!n){o.a=p.a.an(0,r,q) +n=p.b +o.b=n==null?null:n.an(0,r,q) +o.cx=p.cx}o.fx=p.fx +o.cy=p.cy +o.db=p.db +o.dx=p.dx +o.dy=p.dy +o.fr=p.fr +r=new H.mj(o,C.aY) +r.A0(this) +return r}, +aa(a,b){var s=H.atk(this) +s.aac(b) +return s}, +aac(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f +this.a.tV() +s=this.a +r=s.d +q=s.f +p=r*2 +for(o=0;o0.000244140625){b0=(a-a2)/a9 +if(b0>=0&&b0<=1){b1=1-b0 +b2=b1*b1 +b3=2*b0*b1 +b0*=b0 +b4=b2*a+b3*a2+b0*a4 +b5=b2*a1+b3*a3+b0*a5 +s=Math.min(s,b4) +f.a=s +a7=Math.max(a7,b4) +f.c=a7 +a6=Math.min(a6,b5) +f.b=a6 +a8=Math.max(a8,b5) +f.d=a8}}a9=a1-2*a3+a5 +if(Math.abs(a9)>0.000244140625){b6=(a1-a3)/a9 +if(b6>=0&&b6<=1){b7=1-b6 +b2=b7*b7 +b3=2*b6*b7 +b6*=b6 +b8=b2*a+b3*a2+b6*a4 +b9=b2*a1+b3*a3+b6*a5 +s=Math.min(s,b8) +f.a=s +a7=Math.max(a7,b8) +f.c=a7 +a6=Math.min(a6,b9) +f.b=a6 +a8=Math.max(a8,b9) +f.d=a8}h=a8 +j=a7 +i=a6 +k=s}else{h=a8 +j=a7 +i=a6 +k=s}break +case 3:if(e==null)e=new H.WE() +s=e1.z[r.b] +b=c+1 +a=q[c] +a0=b+1 +a1=q[b] +b=a0+1 +a2=q[a0] +a0=b+1 +a3=q[b] +a4=q[a0] +a5=q[a0+1] +e.a=Math.min(a,a4) +e.b=Math.min(a1,a5) +e.c=Math.max(a,a4) +e.d=Math.max(a1,a5) +c0=new H.ki() +c1=a4-a +c2=s*(a2-a) +if(c0.l9(s*c1-c1,c1-2*c2,c2)!==0){a6=c0.a +a6.toString +if(a6>=0&&a6<=1){c3=2*(s-1) +a9=(-c3*a6+c3)*a6+1 +c4=a2*s +b4=(((a4-2*c4+a)*a6+2*(c4-a))*a6+a)/a9 +c4=a3*s +b5=(((a5-2*c4+a1)*a6+2*(c4-a1))*a6+a1)/a9 +e.a=Math.min(e.a,b4) +e.c=Math.max(e.c,b4) +e.b=Math.min(e.b,b5) +e.d=Math.max(e.d,b5)}}c5=a5-a1 +c6=s*(a3-a1) +if(c0.l9(s*c5-c5,c5-2*c6,c6)!==0){a6=c0.a +a6.toString +if(a6>=0&&a6<=1){c3=2*(s-1) +a9=(-c3*a6+c3)*a6+1 +c4=a2*s +b8=(((a4-2*c4+a)*a6+2*(c4-a))*a6+a)/a9 +c4=a3*s +b9=(((a5-2*c4+a1)*a6+2*(c4-a1))*a6+a1)/a9 +e.a=Math.min(e.a,b8) +e.c=Math.max(e.c,b8) +e.b=Math.min(e.b,b9) +e.d=Math.max(e.d,b9)}}k=e.a +i=e.b +j=e.c +h=e.d +break +case 4:if(g==null)g=new H.WQ() +b=c+1 +c7=q[c] +a0=b+1 +c8=q[b] +b=a0+1 +c9=q[a0] +a0=b+1 +d0=q[b] +b=a0+1 +d1=q[a0] +a0=b+1 +d2=q[b] +d3=q[a0] +d4=q[a0+1] +s=Math.min(c7,d3) +g.a=s +g.c=Math.min(c8,d4) +a6=Math.max(c7,d3) +g.b=a6 +g.d=Math.max(c8,d4) +if(!(c7c9&&c9>d1&&d1>d3 +else a7=!0 +if(!a7){a7=-c7 +d5=a7+3*(c9-d1)+d3 +d6=2*(c7-2*c9+d1) +d7=d6*d6-4*d5*(a7+c9) +if(d7>=0&&Math.abs(d5)>0.000244140625){a7=-d6 +a8=2*d5 +if(d7===0){d8=a7/a8 +b1=1-d8 +if(d8>=0&&d8<=1){a7=3*b1 +b4=b1*b1*b1*c7+a7*b1*d8*c9+a7*d8*d8*d1+d8*d8*d8*d3 +g.a=Math.min(b4,s) +g.b=Math.max(b4,a6)}}else{d7=Math.sqrt(d7) +d8=(a7-d7)/a8 +b1=1-d8 +if(d8>=0&&d8<=1){s=3*b1 +b4=b1*b1*b1*c7+s*b1*d8*c9+s*d8*d8*d1+d8*d8*d8*d3 +g.a=Math.min(b4,g.a) +g.b=Math.max(b4,g.b)}d8=(a7+d7)/a8 +b1=1-d8 +if(d8>=0&&d8<=1){s=3*b1 +b4=b1*b1*b1*c7+s*b1*d8*c9+s*d8*d8*d1+d8*d8*d8*d3 +g.a=Math.min(b4,g.a) +g.b=Math.max(b4,g.b)}}}}if(!(c8d0&&d0>d2&&d2>d4 +else s=!0 +if(!s){s=-c8 +d5=s+3*(d0-d2)+d4 +d6=2*(c8-2*d0+d2) +d7=d6*d6-4*d5*(s+d0) +if(d7>=0&&Math.abs(d5)>0.000244140625){s=-d6 +a6=2*d5 +if(d7===0){d8=s/a6 +b1=1-d8 +if(d8>=0&&d8<=1){s=3*b1 +b5=b1*b1*b1*c8+s*b1*d8*d0+s*d8*d8*d2+d8*d8*d8*d4 +g.c=Math.min(b5,g.c) +g.d=Math.max(b5,g.d)}}else{d7=Math.sqrt(d7) +d8=(s-d7)/a6 +b1=1-d8 +if(d8>=0&&d8<=1){a7=3*b1 +b5=b1*b1*b1*c8+a7*b1*d8*d0+a7*d8*d8*d2+d8*d8*d8*d4 +g.c=Math.min(b5,g.c) +g.d=Math.max(b5,g.d)}s=(s+d7)/a6 +b7=1-s +if(s>=0&&s<=1){a6=3*b7 +b5=b7*b7*b7*c8+a6*b7*s*d0+a6*s*s*d2+s*s*s*d4 +g.c=Math.min(b5,g.c) +g.d=Math.max(b5,g.d)}}}}k=g.a +i=g.c +j=g.b +h=g.d +break}if(!p){l=h +m=j +n=i +o=k +p=!0}else{o=Math.min(o,k) +m=Math.max(m,j) +n=Math.min(n,i) +l=Math.max(l,h)}}d9=p?new P.v(o,n,m,l):C.a6 +e0.a.cY(0) +return e0.a.b=d9}, +Om(){var s=this.a,r=H.a([],t._k) +return new H.M0(new H.a8B(new H.Ss(s,H.anm(s,!1),r,!1)))}, +i(a){var s=this.bR(0) +return s}, +$ieR:1} +H.a2N.prototype={ +zH(a){var s=this,r=s.r,q=s.y +if(r!==q||s.x!==s.z){if(isNaN(r)||isNaN(s.x)||isNaN(q)||isNaN(s.z))return 5 +a[0]=r +a[1]=s.x +a[2]=q +r=s.z +a[3]=r +s.r=q +s.x=r +return 1}else{a[0]=q +a[1]=s.z +return 5}}, +um(){var s,r,q=this +if(q.e===1){q.e=2 +return new P.l(q.y,q.z)}s=q.a.f +r=q.ch +return new P.l(s[r-2],s[r-1])}, +ahj(){var s=this,r=s.Q,q=s.a +if(rs)a=s}r=this.c +q=r.length +if(q===0)return-1 +p=q-1 +for(o=0;os)b=s +r=P.bj() +if(a>b||h.c.length===0)return r +q=h.M6(a) +p=h.M6(b) +if(q===-1||p===-1)return r +o=h.c +n=o[q] +m=h.JQ(q,a) +l=m.a +r.cw(0,l.a,l.b) +k=m.c +j=h.JQ(p,b).c +if(q===p)h.Bp(n,k,j,r) +else{i=q +do{h.Bp(n,k,1,r);++i +n=o[i] +if(i!==p){k=0 +continue}else break}while(!0) +h.Bp(n,0,j,r)}return r}, +Bp(a,b,c,d){var s,r=a.c +switch(a.a){case 1:s=1-c +d.bu(0,r[2]*c+r[0]*s,r[3]*c+r[1]*s) +break +case 4:s=$.aps() +H.aJv(r,b,c,s) +d.kV(0,s[2],s[3],s[4],s[5],s[6],s[7]) +break +case 2:s=$.aps() +H.aHx(r,b,c,s) +d.xM(s[2],s[3],s[4],s[5]) +break +case 3:throw H.b(P.c7(null)) +default:throw H.b(P.S("Invalid segment type"))}}, +a0N(a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=1073741823,a={} +c.f=!1 +a.a=0 +s=new H.agd(a,c) +r=new Float32Array(8) +q=a0.a +p=c.c +o=!1 +do{if(a0.ahj()===0&&o)break +n=a0.iX(0,r) +switch(n){case 0:o=!0 +break +case 1:s.$4(r[0],r[1],r[2],r[3]) +break +case 4:a.a=H.aoe(r[0],r[1],r[2],r[3],r[4],r[5],r[6],r[7],a.a,0,b,p) +break +case 3:m=a0.f +l=q.z[m] +k=new H.eG(r[0],r[1],r[2],r[3],r[4],r[5],l).xX() +j=k.length +m=k[0] +i=m.a +h=m.b +for(g=1;g>>1 +g=this.uk(o,n,q,p,e,f,this.uk(a,b,s,r,o,n,g,h,m),h,m)}else{l=a-e +k=b-f +j=g+Math.sqrt(l*l+k*k) +if(j>g)this.c.push(new H.uP(2,j,H.a([a,b,c,d,e,f],t.v))) +g=j}return g}} +H.agd.prototype={ +$4(a,b,c,d){var s=a-c,r=b-d,q=this.a,p=q.a,o=q.a=p+Math.sqrt(s*s+r*r) +if(o>p)this.b.c.push(new H.uP(1,o,H.a([a,b,c,d],t.v)))}, +$S:208} +H.a8B.prototype={ +gE(a){var s=this.a +s.toString +return s}, +t(){var s,r=this.b,q=r.a76() +if(q)++r.f +if(q){s=r.f +this.a=new H.M_(r.d[s].e,s,r) +return!0}this.a=null +return!1}} +H.M_.prototype={ +Pm(a,b){return this.d.d[this.c].aec(a,b,!0)}, +i(a){return"PathMetric"}, +$irC:1, +gn(a){return this.a}} +H.DA.prototype={} +H.uP.prototype={ +ace(a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this +switch(a0.a){case 1:s=a0.c +r=s[2] +q=s[0] +p=1-a1 +o=s[3] +s=s[1] +H.Uq(r-q,o-s) +return new H.DA(a1,new P.l(r*a1+q*p,o*a1+s*p)) +case 4:s=a0.c +r=s[0] +q=s[1] +p=s[2] +o=s[3] +n=s[4] +m=s[5] +l=s[6] +s=s[7] +k=n-2*p+r +j=m-2*o+q +i=p-r +h=o-q +g=(l+3*(p-n)-r)*a1 +f=(s+3*(o-m)-q)*a1 +e=a1===0 +if(!(e&&r===p&&q===o))d=a1===1&&n===l&&m===s +else d=!0 +if(d){c=e?n-r:l-p +b=e?m-q:s-o +if(c===0&&b===0){c=l-r +b=s-q}H.Uq(c,b)}else H.Uq((g+2*k)*a1+i,(f+2*j)*a1+h) +return new H.DA(a1,new P.l(((g+3*k)*a1+3*i)*a1+r,((f+3*j)*a1+3*h)*a1+q)) +case 2:s=a0.c +r=s[0] +q=s[1] +p=s[2] +o=s[3] +n=s[4] +s=s[5] +a=H.anI(r,q,p,o,n,s) +m=a.DU(a1) +l=a.DV(a1) +if(!(a1===0&&r===p&&q===o))k=a1===1&&p===n&&o===s +else k=!0 +n-=r +s-=q +if(k)H.Uq(n,s) +else H.Uq(2*(n*a1+(p-r)),2*(s*a1+(o-q))) +return new H.DA(a1,new P.l(m,l)) +default:throw H.b(P.S("Invalid segment type"))}}} +H.rD.prototype={ +ed(a,b,c){var s=a*2,r=this.f +r[s]=b +r[s+1]=c}, +fV(a){var s=this.f,r=a*2 +return new P.l(s[r],s[r+1])}, +tI(){var s=this +if(s.dx)return new P.v(s.fV(0).a,s.fV(0).b,s.fV(1).a,s.fV(2).b) +else return s.x===4?s.a2_():null}, +cY(a){var s +if(this.ch)this.zW() +s=this.a +s.toString +return s}, +a2_(){var s,r,q,p,o,n,m=this,l=null,k=m.fV(0).a,j=m.fV(0).b,i=m.fV(1).a,h=m.fV(1).b +if(m.r[1]!==1||h!==j)return l +s=i-k +r=m.fV(2).a +q=m.fV(2).b +if(m.r[2]!==1||r!==i)return l +p=q-h +o=m.fV(3) +n=m.fV(3).b +if(m.r[3]!==1||n!==q)return l +if(r-o.a!==s||n-j!==p)return l +return new P.v(k,j,k+s,j+p)}, +T6(){var s,r,q,p,o +if(this.x===2){s=this.r +s=s[0]!==0||s[1]!==1}else s=!0 +if(s)return null +s=this.f +r=s[0] +q=s[1] +p=s[2] +o=s[3] +if(q===o||r===p)return new P.v(r,q,p,o) +return null}, +uN(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this.cY(0),f=H.a([],t.kG),e=new H.lU(this) +e.ni(this) +s=new Float32Array(8) +e.iX(0,s) +for(r=0;q=e.iX(0,s),q!==6;)if(3===q){p=s[2] +o=s[3] +n=p-s[0] +m=o-s[1] +l=s[4] +k=s[5] +if(n!==0){j=Math.abs(n) +i=Math.abs(k-o)}else{i=Math.abs(m) +j=m!==0?Math.abs(l-p):Math.abs(n)}f.push(new P.bD(j,i));++r}l=f[0] +k=f[1] +h=f[2] +return P.a3L(g,f[3],h,l,k)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof H.rD&&this.adR(b)}, +gu(a){var s=this +return P.a2(s.fx,s.f,s.z,s.r,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +adR(a){var s,r,q,p,o,n,m,l=this +if(l.fx!==a.fx)return!1 +s=l.d +if(s!==a.d)return!1 +r=s*2 +for(q=l.f,p=a.f,o=0;oq.c){s=a+10 +q.c=s +r=new Float32Array(s*2) +r.set(q.f) +q.f=r}q.d=a}, +Bz(a){var s,r,q=this +if(a>q.e){s=a+8 +q.e=s +r=new Uint8Array(s) +r.set(q.r) +q.r=r}q.x=a}, +Bx(a){var s,r,q=this +if(a>q.y){s=a+4 +q.y=s +r=new Float32Array(s) +s=q.z +if(s!=null)r.set(s) +q.z=r}q.Q=a}, +iD(a,b){var s,r,q,p,o,n,m,l,k,j,i=this,h=b.d,g=i.d+h +i.tV() +i.By(g) +s=b.f +for(r=h*2-1,q=g*2-1,p=i.f;r>=0;--r,--q)p[q]=s[r] +o=i.x +n=b.x +i.Bz(o+n) +for(p=i.r,m=b.r,l=0;lm){l.a=m +l.b=s}else if(s===m)return 1}return o}} +H.a7C.prototype={ +DU(a){return(this.a*a+this.c)*a+this.e}, +DV(a){return(this.b*a+this.d)*a+this.f}} +H.a2P.prototype={ +aaG(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=e.a,c=H.anm(d,!0) +for(s=e.f,r=t.td;q=c.iX(0,s),q!==6;)switch(q){case 0:case 5:break +case 1:e.a1k() +break +case 2:p=!H.asx(s)?H.aDX(s):0 +o=e.IB(s[0],s[1],s[2],s[3],s[4],s[5]) +e.d+=p>0?o+e.IB(s[4],s[5],s[6],s[7],s[8],s[9]):o +break +case 3:n=d.z[c.f] +m=s[0] +l=s[1] +k=s[2] +j=s[3] +i=s[4] +h=s[5] +g=H.asx(s) +f=H.a([],r) +new H.eG(m,l,k,j,i,h,n).abT(f) +e.IA(f[0]) +if(!g&&f.length===2)e.IA(f[1]) +break +case 4:e.a1i() +break}}, +a1k(){var s,r,q,p,o,n=this,m=n.f,l=m[0],k=m[1],j=m[2],i=m[3] +if(k>i){s=k +r=i +q=-1}else{s=i +r=k +q=1}m=n.c +if(ms)return +p=n.b +if(H.a2Q(p,m,l,k,j,i)){++n.e +return}if(m===s)return +o=(j-l)*(m-k)-(i-k)*(p-l) +if(o===0){if(p!==j||m!==i)++n.e +q=0}else if(H.aER(o)===q)q=0 +n.d+=q}, +IB(a,b,c,d,e,f){var s,r,q,p,o,n,m,l,k=this +if(b>f){s=b +r=f +q=-1}else{s=f +r=b +q=1}p=k.c +if(ps)return 0 +o=k.b +if(H.a2Q(o,p,a,b,e,f)){++k.e +return 0}if(p===s)return 0 +n=new H.ki() +if(0===n.l9(b-2*d+f,2*(d-b),b-p))m=q===1?a:e +else{l=n.a +l.toString +m=((e-2*c+a)*l+2*(c-a))*l+a}if(Math.abs(m-o)<0.000244140625)if(o!==e||p!==f){++k.e +return 0}return mg){s=h +r=g +q=-1}else{s=g +r=h +q=1}p=i.c +if(ps)return +o=i.b +if(H.a2Q(o,p,a.a,h,a.e,g)){++i.e +return}if(p===s)return +n=a.r +m=a.d*n-p*n+p +l=new H.ki() +if(0===l.l9(g+(h-2*m),2*(m-h),h-p))k=q===1?a.a:a.e +else{j=l.a +j.toString +k=H.aCt(a.a,a.c,a.e,n,j)/H.aCs(n,j)}if(Math.abs(k-o)<0.000244140625)if(o!==a.e||p!==a.f){++i.e +return}p=i.d +i.d=p+(kq){p=b +o=q +n=-1}else{p=q +o=b +n=1}m=g.c +if(mp)return +l=g.b +if(H.a2Q(l,m,d,b,r,q)){++g.e +return}if(m===p)return +k=Math.min(d,Math.min(a,Math.min(s,r))) +j=Math.max(d,Math.max(a,Math.max(s,r))) +if(lj){g.d+=n +return}i=H.avn(f,a0,m) +if(i==null)return +h=H.avA(d,a,s,r,i) +if(Math.abs(h-l)<0.000244140625)if(l!==r||m!==q){++g.e +return}f=g.d +g.d=f+(h1,o=null,n=1/0,m=0;m<$.kX.length;++m){l=$.kX[m] +k=window.devicePixelRatio +j=k===0?1:k +if(l.z!==j)continue +j=l.a +i=j.c-j.a +j=j.d-j.b +h=i*j +g=c.k1 +k=window.devicePixelRatio +if(l.r>=C.d.dH(s*(k===0?1:k))+2){k=window.devicePixelRatio +f=l.x>=C.d.dH(r*(k===0?1:k))+2&&l.dx===g}else f=!1 +e=h4)){if(i===b&&j===a){o=l +break}n=h +o=l}}if(o!=null){C.c.v($.kX,o) +o.sO9(0,a0) +o.b=c.k3 +return o}d=H.aBR(a0,c.fy.a.d,c.k1) +d.b=c.k3 +return d}, +HT(){var s=this.d.style,r="translate("+H.c(this.fr)+"px, "+H.c(this.fx)+"px)" +C.e.ac(s,C.e.U(s,"transform"),r,"")}, +fm(){this.HT() +this.ud(null)}, +bB(a){this.zY(null) +this.k2=!0 +this.Ha(0)}, +bm(a,b){var s,r,q=this +q.ze(0,b) +q.k3=b.k3 +if(b!==q)b.k3=null +if(q.fr!==b.fr||q.fx!==b.fx)q.HT() +q.zY(b) +if(q.fy===b.fy){s=q.dy +r=s instanceof H.jB&&q.k1!==s.dx +if(q.k2||r)q.ud(b) +else q.dy=b.dy}else q.ud(b)}, +ln(){var s=this +s.Hd() +s.zY(s) +if(s.k2)s.ud(s)}, +i0(){H.Ur(this.dy) +this.dy=null +this.Hb()}} +H.a2T.prototype={ +$0(){var s,r,q=this.a,p=q.k4 +p.toString +s=q.dy=q.a31(p) +s.b=q.k3 +p=$.aa +if(p==null)p=$.aa=H.bf() +r=q.d +r.toString +p.kQ(r) +q.d.appendChild(s.c) +s.aP(0) +r=q.fy.a +r.toString +q=q.k4 +q.toString +r.Cv(s,q) +s.og()}, +$S:0} +H.yL.prototype={ +c4(a){return H.avt(this.dy)}, +fm(){var s=this,r=s.d.style,q="translate("+H.c(s.fr)+"px, "+H.c(s.fx)+"px)" +C.e.ac(r,C.e.U(r,"transform"),q,"") +q=H.c(s.fy)+"px" +r.width=q +q=H.c(s.go)+"px" +r.height=q +r.position="absolute"}, +w3(a){if(this.Vy(a))return this.dy===t.p0.a(a).dy +return!1}, +xk(a){return a.dy===this.dy?0:1}, +bm(a,b){var s=this +s.ze(0,b) +if(s.fr!==b.fr||s.fx!==b.fx||s.fy!==b.fy||s.go!==b.go)s.fm()}} +H.a47.prototype={ +Cv(a,b){var s,r,q,p,o,n,m,l,k,j +try{m=this.b +m.toString +m=H.awa(b,m) +l=this.c +k=l.length +if(m){s=k +for(r=0;r1){s=q.a +s.z=s.r.pop() +r=s.x.pop() +if(r!=null){s.ch=r.a +s.cx=r.b +s.cy=r.c +s.db=r.d +s.Q=!0}else if(s.Q)s.Q=!1}s=q.c +if(s.length!==0&&C.c.gL(s) instanceof H.yD)s.pop() +else s.push(C.Aq);--q.r}, +cA(a,b,c){var s,r,q=this,p=c.a +if(p.x!=null)q.d.c=!0 +q.e=!0 +s=H.Et(c) +c.b=!0 +r=new H.Jv(b,p,-1/0,-1/0,1/0,1/0) +p=q.a +if(s!==0)p.pp(b.fu(s),r) +else p.pp(b,r) +q.c.push(r)}, +cv(a,b,c){var s,r,q,p,o,n,m,l,k=this,j=c.a +if(j.x!=null||!b.cx)k.d.c=!0 +k.e=!0 +s=H.Et(c) +r=b.a +q=b.c +p=Math.min(r,q) +o=b.b +n=b.d +m=Math.min(o,n) +q=Math.max(r,q) +n=Math.max(o,n) +c.b=!0 +l=new H.Ju(b,j,-1/0,-1/0,1/0,1/0) +k.a.lz(p-s,m-s,q+s,n+s,l) +k.c.push(l)}, +hv(a3,a4,a5,a6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=new P.v(a5.a,a5.b,a5.c,a5.d),b=a4.a,a=a4.b,a0=a4.c,a1=a4.d,a2=new P.v(b,a,a0,a1) +if(a2.k(0,c)||!a2.h1(c).k(0,c))return +s=a4.pq() +r=a5.pq() +q=H.pK(s.e,s.f) +p=H.pK(s.r,s.x) +o=H.pK(s.Q,s.ch) +n=H.pK(s.y,s.z) +m=H.pK(r.e,r.f) +l=H.pK(r.r,r.x) +k=H.pK(r.Q,r.ch) +j=H.pK(r.y,r.z) +if(m>q||l>p||k>o||j>n)return +d.e=d.d.c=!0 +i=H.Et(a6) +a6.b=!0 +h=new H.Jo(a4,a5,a6.a,-1/0,-1/0,1/0,1/0) +g=P.bj() +g.sjL(C.cW) +g.ek(0,a4) +g.ek(0,a5) +g.dI(0) +h.y=g +f=Math.min(b,a0) +e=Math.max(b,a0) +d.a.lz(f-i,Math.min(a,a1)-i,e+i,Math.max(a,a1)+i,h) +d.c.push(h)}, +bW(a,b,c){var s,r,q,p,o,n,m,l,k,j=this +if(c.a.x==null){t.Ci.a(b) +s=b.a.tI() +if(s!=null){j.cA(0,s,c) +return}r=b.a +q=r.db?r.uN():null +if(q!=null){j.cv(0,q,c) +return}}t.Ci.a(b) +if(b.a.x!==0){j.e=j.d.c=!0 +p=b.cY(0) +o=H.Et(c) +if(o!==0)p=p.fu(o) +r=b.a +n=new H.rD(r.f,r.r) +n.e=r.e +n.x=r.x +n.c=r.c +n.d=r.d +n.y=r.y +n.Q=r.Q +n.z=r.z +m=r.ch +n.ch=m +if(!m){n.a=r.a +n.b=r.b +n.cx=r.cx}n.fx=r.fx +n.cy=r.cy +n.db=r.db +n.dx=r.dx +n.dy=r.dy +n.fr=r.fr +l=new H.mj(n,C.aY) +l.A0(b) +c.b=!0 +k=new H.Jt(l,c.a,-1/0,-1/0,1/0,1/0) +j.a.pp(p,k) +l.b=b.b +j.c.push(k)}}, +i3(a,b){var s,r,q=this,p=t.S9.a(b).a +if(p==null)return +if(p.e)q.e=!0 +s=q.d +r=p.d +s.a=C.bP.n6(s.a,r.a) +s.b=C.bP.n6(s.b,r.b) +s.c=C.bP.n6(s.c,r.c) +q.bf(0) +C.c.O(q.c,p.c) +q.aU(0) +p=p.b +if(p!=null)q.a.T8(p)}, +eL(a,b,c){var s,r,q,p=this +t.ia.a(b) +if(!b.gQu())return +p.e=!0 +if(b.gPT())p.d.c=!0 +p.d.b=!0 +s=c.a +r=c.b +q=new H.Js(b,c,-1/0,-1/0,1/0,1/0) +p.a.lz(s,r,s+b.gaO(b),r+b.gaw(b),q) +p.c.push(q)}} +H.cQ.prototype={} +H.wJ.prototype={ +afI(a){var s=this +if(s.a)return!0 +return s.ea.d||s.da.c}} +H.yD.prototype={ +bp(a){a.bf(0)}, +i(a){var s=this.bR(0) +return s}} +H.Jx.prototype={ +bp(a){a.aU(0)}, +i(a){var s=this.bR(0) +return s}} +H.JB.prototype={ +bp(a){a.an(0,this.a,this.b)}, +i(a){var s=this.bR(0) +return s}} +H.Jz.prototype={ +bp(a){a.cE(0,this.a,this.b)}, +i(a){var s=this.bR(0) +return s}} +H.Jy.prototype={ +bp(a){a.h7(0,this.a)}, +i(a){var s=this.bR(0) +return s}} +H.JA.prototype={ +bp(a){a.aa(0,this.a)}, +i(a){var s=this.bR(0) +return s}} +H.Jm.prototype={ +bp(a){a.mp(0,this.f,this.r)}, +i(a){var s=this.bR(0) +return s}} +H.Jl.prototype={ +bp(a){a.kR(0,this.f)}, +i(a){var s=this.bR(0) +return s}} +H.Jk.prototype={ +bp(a){a.eY(0,this.f)}, +i(a){var s=this.bR(0) +return s}} +H.Jr.prototype={ +bp(a){a.i2(0,this.f,this.r,this.x)}, +i(a){var s=this.bR(0) +return s}} +H.Jv.prototype={ +bp(a){a.cA(0,this.f,this.r)}, +i(a){var s=this.bR(0) +return s}} +H.Ju.prototype={ +bp(a){a.cv(0,this.f,this.r)}, +i(a){var s=this.bR(0) +return s}} +H.Jo.prototype={ +bp(a){var s=this.x +if(s.b==null)s.b=C.ao +a.bW(0,this.y,s)}, +i(a){var s=this.bR(0) +return s}} +H.Jn.prototype={ +bp(a){a.en(0,this.f,this.r,this.x)}, +i(a){var s=this.bR(0) +return s}} +H.Jt.prototype={ +bp(a){a.bW(0,this.f,this.r)}, +i(a){var s=this.bR(0) +return s}} +H.Jw.prototype={ +bp(a){var s=this +a.i4(0,s.f,s.r,s.x,s.y)}, +i(a){var s=this.bR(0) +return s}} +H.Jp.prototype={ +bp(a){a.i1(0,this.f,this.r,this.x)}, +i(a){var s=this.bR(0) +return s}} +H.Jq.prototype={ +bp(a){var s=this +a.iJ(s.f,s.r,s.x,s.y)}, +i(a){var s=this.bR(0) +return s}} +H.Js.prototype={ +bp(a){a.eL(0,this.f,this.r)}, +i(a){var s=this.bR(0) +return s}} +H.agc.prototype={ +mp(a,b,c){var s,r,q,p,o=this,n=b.a,m=b.b,l=b.c,k=b.d +if(!o.y){s=$.alI() +s[0]=n +s[1]=m +s[2]=l +s[3]=k +H.alz(o.z,s) +n=s[0] +m=s[1] +l=s[2] +k=s[3]}if(!o.Q){o.ch=n +o.cx=m +o.cy=l +o.db=k +o.Q=!0 +r=k +q=l +p=m +s=n}else{s=o.ch +if(n>s){o.ch=n +s=n}p=o.cx +if(m>p){o.cx=m +p=m}q=o.cy +if(l=q||p>=r)c.a=!0 +else{c.b=s +c.c=p +c.d=q +c.e=r}}, +pp(a,b){this.lz(a.a,a.b,a.c,a.d,b)}, +lz(a,b,c,d,e){var s,r,q,p,o,n,m,l,k,j=this +if(a===c||b===d){e.a=!0 +return}if(!j.y){s=$.alI() +s[0]=a +s[1]=b +s[2]=c +s[3]=d +H.alz(j.z,s) +r=s[0] +q=s[1] +p=s[2] +o=s[3]}else{o=d +p=c +q=b +r=a}if(j.Q){n=j.cy +if(r>=n){e.a=!0 +return}m=j.ch +if(p<=m){e.a=!0 +return}l=j.db +if(q>=l){e.a=!0 +return}k=j.cx +if(o<=k){e.a=!0 +return}if(rn)p=n +if(ql)o=l}e.b=r +e.c=q +e.d=p +e.e=o +if(j.b){j.c=Math.min(Math.min(j.c,r),p) +j.e=Math.max(Math.max(j.e,r),p) +j.d=Math.min(Math.min(j.d,q),o) +j.f=Math.max(Math.max(j.f,q),o)}else{j.c=Math.min(r,p) +j.e=Math.max(r,p) +j.d=Math.min(q,o) +j.f=Math.max(q,o)}j.b=!0}, +T8(a){var s,r,q,p,o,n=this,m=a.a,l=a.b,k=a.c,j=a.d +if(m===k||l===j)return +if(!n.y){s=$.alI() +s[0]=m +s[1]=l +s[2]=k +s[3]=j +H.alz(n.z,s) +r=s[0] +q=s[1] +p=s[2] +o=s[3]}else{o=j +p=k +q=l +r=m}if(n.b){n.c=Math.min(Math.min(n.c,r),p) +n.e=Math.max(Math.max(n.e,r),p) +n.d=Math.min(Math.min(n.d,q),o) +n.f=Math.max(Math.max(n.f,q),o)}else{n.c=Math.min(r,p) +n.e=Math.max(r,p) +n.d=Math.min(q,o) +n.f=Math.max(q,o)}n.b=!0}, +yt(){var s=this,r=s.z,q=new H.bx(new Float32Array(16)) +q.b0(r) +s.r.push(q) +r=s.Q?new P.v(s.ch,s.cx,s.cy,s.db):null +s.x.push(r)}, +acb(){var s,r,q,p,o,n,m,l,k,j,i=this +if(!i.b)return C.a6 +s=i.a +r=s.a +if(isNaN(r))r=-1/0 +q=s.c +if(isNaN(q))q=1/0 +p=s.b +if(isNaN(p))p=-1/0 +o=s.d +if(isNaN(o))o=1/0 +s=i.c +n=i.e +m=Math.min(s,n) +l=Math.max(s,n) +n=i.d +s=i.f +k=Math.min(n,s) +j=Math.max(n,s) +if(l1;)s.pop() +t.IF.a(C.c.gK(s)).tb(new H.a3w())}, +$S:0} +H.a8F.prototype={ +$0(){var s,r,q=t.IF,p=this.a.a +if($.a8D==null)q.a(C.c.gK(p)).bB(0) +else{s=q.a(C.c.gK(p)) +r=$.a8D +r.toString +s.bm(0,r)}H.aJC(q.a(C.c.gK(p))) +$.a8D=q.a(C.c.gK(p)) +return new H.tD(q.a(C.c.gK(p)).d)}, +$S:209} +H.a2k.prototype={ +GC(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this +for(s=f.d,r=f.c,q=a.a,p=f.b,o=b.a,n=0;n11920929e-14)b1.bO(0,1/a2) +b6=b2.f +if(b6!=null){b6=b6.a +b1.cE(0,1,-1) +b1.an(0,-b7.gbk().a,-b7.gbk().b) +b1.co(0,new H.bx(b6)) +b1.an(0,b7.gbk().a,b7.gbk().b) +b1.cE(0,1,-1)}b1.co(0,a9) +b1.co(0,a8) +n.GC(o,f) +m.uniformMatrix4fv.apply(m,[o.jb(0,k,b4),!1,b1.a]) +m.uniform2f.apply(m,[o.jb(0,k,b3),s,p]) +b6=$.pR +b5=b6.Pa(0,new P.v(0,0,0+b5,0+r),o,f,n,s,p) +b5.toString +return b5}} +H.xl.prototype={ +Dk(a,b,c){var s=this.e +if(s===C.bp||s===C.dg)return this.II(a,b,c) +else return this.IJ(a,b,c)}, +II(a,b,c){var s,r=this,q=r.a,p=q.a-b.a +q=q.b-b.b +s=a.createRadialGradient(p,q,0,p,q,r.b) +H.auw(s,r.c,r.d,r.e===C.dg) +return s}, +Di(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=a.c,f=a.a +g-=f +s=C.d.dH(g) +r=a.d +q=a.b +r-=q +p=C.d.dH(r) +if($.pR==null)$.pR=new H.DV() +o=H.arE(H.aso(s,p)) +o.k2=s +o.k3=p +n=H.asn(h.c,h.d) +m=o.Oe(H.atG(),h.A3(n,a,h.e)) +l=o.a +k=m.a +l.useProgram.apply(l,[k]) +j=h.a +l.uniform2f.apply(l,[o.jb(0,k,"u_tile_offset"),2*(g*((j.a-f)/g-0.5)),2*(r*((j.b-q)/r-0.5))]) +l.uniform1f.apply(l,[o.jb(0,k,"u_radius"),h.b]) +n.GC(o,m) +i=o.jb(0,k,"m_gradient") +f=h.f +l.uniformMatrix4fv.apply(l,[i,!1,f==null?H.dg().a:f]) +f=$.pR +g=f.Pa(0,new P.v(0,0,0+g,0+r),o,m,n,s,p) +g.toString +return g}, +IJ(a,b,c){var s=a.createPattern(this.Di(b,c,!1),"no-repeat") +s.toString +return s}, +A3(a,b,c){var s,r,q,p=$.eY,o=H.anE(p==null?$.eY=H.pH():p) +o.e=1 +o.qI(11,"v_color") +o.eI(9,"u_resolution") +o.eI(9,"u_tile_offset") +o.eI(2,"u_radius") +o.eI(14,"m_gradient") +s=o.gEg() +r=new H.oP("main",H.a([],t.s)) +o.c.push(r) +r.cF(u.J) +r.cF(u.G) +r.cF("float dist = length(localCoord);") +r.cF("float st = abs(dist / u_radius);") +q=H.aoL(o,r,a,c) +r.cF(s.a+" = "+q+" * scale + bias;") +return o.bB(0)}} +H.a_2.prototype={ +Dk(a,b,c){var s=this,r=s.e +if((r===C.bp||r===C.dg)&&s.x===0&&s.r.k(0,C.h))return s.II(a,b,c) +else{if($.pR==null)$.pR=new H.DV() +return s.IJ(a,b,c)}}, +A3(a,b,c){var s,r,q,p,o,n=this,m=n.a,l=n.r,k=m.a-l.a,j=m.b-l.b,i=k*k+j*j +if(i<14210854822304103e-30)return n.V7(a,b,c) +Math.sqrt(i) +m=$.eY +s=H.anE(m==null?$.eY=H.pH():m) +s.e=1 +s.qI(11,"v_color") +s.eI(9,"u_resolution") +s.eI(9,"u_tile_offset") +s.eI(2,"u_radius") +s.eI(14,"m_gradient") +r=s.gEg() +q=new H.oP("main",H.a([],t.s)) +s.c.push(q) +q.cF(u.J) +q.cF(u.G) +q.cF("float dist = length(localCoord);") +m=n.x +p=C.d.aiv(m/(Math.min(b.c-b.a,b.d-b.b)/2),8) +q.cF(m===0?"float st = dist / u_radius;":"float st = ((dist / u_radius) - "+p+") / (1.0 - "+p+");") +if(c===C.bp)q.cF("if (st < 0.0) { st = -1.0; }") +o=H.aoL(s,q,a,c) +q.cF(r.a+" = "+o+" * scale + bias;") +return s.bB(0)}} +H.Lk.prototype={ +gEg(){var s=this.ch +if(s==null)s=this.ch=new H.oO(this.z?"gFragColor":"gl_FragColor",11,3) +return s}, +qI(a,b){var s=new H.oO(b,a,1) +this.b.push(s) +return s}, +eI(a,b){var s=new H.oO(b,a,2) +this.b.push(s) +return s}, +NI(a,b){var s,r,q=this,p="varying ",o=b.c +switch(o){case 0:q.cx.a+="const " +break +case 1:if(q.z)s="in " +else s=q.Q?p:"attribute " +q.cx.a+=s +break +case 2:q.cx.a+="uniform " +break +case 3:s=q.z?"out ":p +q.cx.a+=s +break}s=q.cx +r=s.a+=H.aF_(b.b)+" "+b.a +if(o===0)o=s.a=r+" = " +else o=r +s.a=o+";\n"}, +bB(a){var s,r,q,p,o,n=this,m=n.z +if(m)n.cx.a+="#version 300 es\n" +s=n.e +if(s!=null){if(s===0)s="lowp" +else s=s===1?"mediump":"highp" +n.cx.a+="precision "+s+" float;\n"}if(m&&n.ch!=null){m=n.ch +m.toString +n.NI(n.cx,m)}for(m=n.b,s=m.length,r=n.cx,q=0;q=0;--r,o=m){a.toString +n=C.c.dT(a,r)!==-1&&C.c.A(l,r) +m=s[r].d +m.toString +p.a(m) +if(!n)if(o==null)q.appendChild(m) +else q.insertBefore(m,o)}}, +a6O(a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this.y,d=e.length,c=a0.y,b=c.length,a=H.a([],t.g) +for(s=0;s=97&&q<=122))q=q>=65&&q<=90 +else q=!0 +o=!(q&&e.length>1) +if(o)n=e +else n=g +m=new H.a0H(a,n,e,p).$0() +if(f.type!=="keydown")if(h.b){e=f.code +e.toString +e=e==="CapsLock" +l=e}else l=!1 +else l=!0 +e=h.d +k=e.h(0,p) +if(h.b){q=f.code +q.toString +q=q==="CapsLock"}else q=!1 +if(q){h.LY(C.A,new H.a0I(r,p,m),new H.a0J(h,p)) +j=C.cK}else if(l)if(k!=null){q=f.repeat +if(q!==!0){h.a.$1(C.mu) +f.preventDefault() +return}j=C.fm}else j=C.cK +else{if(k==null){h.a.$1(C.mu) +f.preventDefault() +return}j=C.bQ}switch(j){case C.cK:i=m +break +case C.bQ:i=g +break +case C.fm:i=k +break +default:i=g}q=i==null +if(q)e.v(0,p) +else e.p(0,p,i) +$.axH().ai(0,new H.a0K(h,a,r)) +if(o)if(!q)h.a9E(p,m,r) +else{e=h.e.v(0,p) +if(e!=null)e.$0()}e=k==null?m:k +q=j===C.bQ?g:n +if(h.a.$1(new P.hU(r,j,p,e,q,!1)))f.preventDefault()}} +H.a0C.prototype={ +$1(a){var s=this +if(!s.a.a&&!s.b.c){s.c.$0() +s.b.a.$1(s.d.$0())}}, +$S:19} +H.a0D.prototype={ +$0(){this.a.a=!0}, +$S:0} +H.a0E.prototype={ +$0(){var s=this,r=s.a.b?C.iI:C.aU +return new P.hU(new P.aH(s.b.a+r.a),C.bQ,s.c,s.d,null,!0)}, +$S:112} +H.a0F.prototype={ +$0(){this.a.d.v(0,this.b)}, +$S:0} +H.a0H.prototype={ +$0(){var s,r,q,p,o,n,m,l=this,k=l.a.a,j=k.key +j.toString +if(C.bi.aL(0,j)){j=k.key +j.toString +j=C.bi.h(0,j) +s=j==null?null:j[k.location] +s.toString +return s}j=l.b +if(j!=null){s=C.b.aE(j,0)&65535 +if(j.length===2)s+=C.b.aE(j,1)<<16>>>0 +return s>=65&&s<=90?s+97-65:s}j=l.c +if(j==="Dead"){r=k.altKey +q=k.ctrlKey +p=k.shiftKey +o=k.metaKey +k=r?1073741824:0 +j=q?268435456:0 +n=p?536870912:0 +m=o?2147483648:0 +return l.d+(k+j+n+m)+98784247808}k=C.La.h(0,j) +return k==null?C.b.gu(j)+98784247808:k}, +$S:64} +H.a0I.prototype={ +$0(){return new P.hU(this.a,C.bQ,this.b,this.c,null,!0)}, +$S:112} +H.a0J.prototype={ +$0(){this.a.d.v(0,this.b)}, +$S:0} +H.a0K.prototype={ +$2(a,b){var s=this.a,r=s.d +if(r.acj(0,a)&&!b.$1(this.b))r.ahZ(r,new H.a0G(s,a,this.c))}, +$S:320} +H.a0G.prototype={ +$2(a,b){var s=this.b +if(b!==s)return!1 +this.a.a.$1(new P.hU(this.c,C.bQ,a,s,null,!0)) +return!0}, +$S:364} +H.a1A.prototype={} +H.VO.prototype={ +gaah(){var s=this.a +return s==null?H.f(H.u("_unsubscribe")):s}, +Mg(a){this.a=a.kL(0,t.lG.a(this.gR1(this)))}, +rq(){var s=0,r=P.K(t.H),q=this +var $async$rq=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:s=q.gmZ()!=null?2:3 +break +case 2:s=4 +return P.L(q.j6(),$async$rq) +case 4:s=5 +return P.L(q.gmZ().jd(0,-1),$async$rq) +case 5:case 3:return P.I(null,r)}}) +return P.J($async$rq,r)}, +gjA(){var s=this.gmZ() +s=s==null?null:s.n2(0) +return s==null?"/":s}, +gaJ(){var s=this.gmZ() +return s==null?null:s.ly(0)}, +N5(){return this.gaah().$0()}} +H.rp.prototype={ +Hw(a){var s,r=this,q=r.c +if(q==null)return +r.Mg(q) +if(!r.AY(r.gaJ())){s=t.z +q.hD(0,P.aJ(["serialCount",0,"state",r.gaJ()],s,s),"flutter",r.gjA())}r.d=r.gA7()}, +gv2(){var s=this.d +return s==null?H.f(H.u("_lastSeenSerialCount")):s}, +gA7(){if(this.AY(this.gaJ())){var s=this.gaJ() +s.toString +return H.pG(J.aL(t.f.a(s),"serialCount"))}return 0}, +AY(a){return t.f.b(a)&&J.aL(a,"serialCount")!=null}, +tS(a,b,c){var s,r=this,q=r.c +if(q!=null){s=t.z +if(b){s=P.aJ(["serialCount",r.gv2(),"state",c],s,s) +a.toString +q.hD(0,s,"flutter",a)}else{r.d=r.gv2()+1 +s=P.aJ(["serialCount",r.gv2(),"state",c],s,s) +a.toString +q.mO(0,s,"flutter",a)}}}, +Gu(a){return this.tS(a,!1,null)}, +F3(a,b){var s,r,q,p,o=this +if(!o.AY(new P.io([],[]).jy(b.state,!0))){s=o.c +s.toString +r=new P.io([],[]).jy(b.state,!0) +q=t.z +s.hD(0,P.aJ(["serialCount",o.gv2()+1,"state",r],q,q),"flutter",o.gjA())}o.d=o.gA7() +s=$.bs() +r=o.gjA() +q=new P.io([],[]).jy(b.state,!0) +q=q==null?null:J.aL(q,"state") +p=t.z +s.iT("flutter/navigation",C.aT.iL(new H.hV("pushRouteInformation",P.aJ(["location",r,"state",q],p,p))),new H.a1J())}, +j6(){var s=0,r=P.K(t.H),q,p=this,o,n,m +var $async$j6=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:if(p.b||p.c==null){s=1 +break}p.b=!0 +p.N5() +o=p.gA7() +s=o>0?3:4 +break +case 3:s=5 +return P.L(p.c.jd(0,-o),$async$j6) +case 5:case 4:n=p.gaJ() +n.toString +t.f.a(n) +m=p.c +m.toString +m.hD(0,J.aL(n,"state"),"flutter",p.gjA()) +case 1:return P.I(q,r)}}) +return P.J($async$j6,r)}, +gmZ(){return this.c}} +H.a1J.prototype={ +$1(a){}, +$S:26} +H.A8.prototype={ +a_a(a){var s,r=this,q=r.c +if(q==null)return +r.Mg(q) +s=r.gjA() +if(!H.anH(new P.io([],[]).jy(window.history.state,!0))){q.hD(0,P.aJ(["origin",!0,"state",r.gaJ()],t.N,t.z),"origin","") +r.BK(q,s,!1)}}, +tS(a,b,c){var s=this.c +if(s!=null)this.BK(s,a,!0)}, +Gu(a){return this.tS(a,!1,null)}, +F3(a,b){var s,r=this,q="flutter/navigation" +if(H.atb(new P.io([],[]).jy(b.state,!0))){s=r.c +s.toString +r.a9e(s) +$.bs().iT(q,C.aT.iL(C.LQ),new H.a6T())}else if(H.anH(new P.io([],[]).jy(b.state,!0))){s=r.e +s.toString +r.e=null +$.bs().iT(q,C.aT.iL(new H.hV("pushRoute",s)),new H.a6U())}else{r.e=r.gjA() +r.c.jd(0,-1)}}, +BK(a,b,c){var s +if(b==null)b=this.gjA() +s=this.d +if(c)a.hD(0,s,"flutter",b) +else a.mO(0,s,"flutter",b)}, +a9e(a){return this.BK(a,null,!1)}, +j6(){var s=0,r=P.K(t.H),q,p=this,o,n +var $async$j6=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:if(p.b||p.c==null){s=1 +break}p.b=!0 +p.N5() +o=p.c +s=3 +return P.L(o.jd(0,-1),$async$j6) +case 3:n=p.gaJ() +n.toString +o.hD(0,J.aL(t.f.a(n),"state"),"flutter",p.gjA()) +case 1:return P.I(q,r)}}) +return P.J($async$j6,r)}, +gmZ(){return this.c}} +H.a6T.prototype={ +$1(a){}, +$S:26} +H.a6U.prototype={ +$1(a){}, +$S:26} +H.nW.prototype={} +H.a9Y.prototype={} +H.a_c.prototype={ +kL(a,b){C.aG.jq(window,"popstate",b) +return new H.a_g(this,b)}, +n2(a){var s=window.location.hash +if(s.length===0||s==="#")return"/" +return C.b.bv(s,1)}, +ly(a){return new P.io([],[]).jy(window.history.state,!0)}, +p3(a,b){var s,r +if(b.length===0){s=window.location.pathname +s.toString +r=window.location.search +r.toString +r=s+r +s=r}else s="#"+b +return s}, +mO(a,b,c,d){var s=this.p3(0,d) +window.history.pushState(new P.v6([],[]).ij(b),c,s)}, +hD(a,b,c,d){var s=this.p3(0,d) +window.history.replaceState(new P.v6([],[]).ij(b),c,s)}, +jd(a,b){window.history.go(b) +return this.a_N()}, +a_N(){var s=new P.a3($.Y,t.U),r=H.b8("unsubscribe") +r.b=this.kL(0,new H.a_e(r,new P.aC(s,t.h))) +return s}} +H.a_g.prototype={ +$0(){C.aG.tk(window,"popstate",this.b) +return null}, +$S:0} +H.a_e.prototype={ +$1(a){this.a.aS().$0() +this.b.em(0)}, +$S:7} +H.WW.prototype={ +kL(a,b){return J.ayL(this.a,b)}, +n2(a){return J.aAH(this.a)}, +ly(a){return J.aAM(this.a)}, +mO(a,b,c,d){return J.aB3(this.a,b,c,d)}, +hD(a,b,c,d){return J.aBa(this.a,b,c,d)}, +jd(a,b){return J.aAO(this.a,b)}} +H.a3c.prototype={} +H.VP.prototype={} +H.Hc.prototype={ +gOM(){var s=this.b +return s==null?H.f(H.u("cullRect")):s}, +js(a,b){var s,r,q=this +q.b=b +q.c=!0 +s=q.gOM() +r=H.a([],t.EO) +return q.a=new H.a47(new H.agc(s,H.a([],t.Xr),H.a([],t.cB),H.dg()),r,new H.a4Z())}, +gQx(){return this.c}, +oh(){var s,r=this +if(!r.c)r.js(0,C.jK) +r.c=!1 +s=r.a +s.b=s.a.acb() +s.f=!0 +s=r.a +r.gOM() +return new H.Hb(s)}} +H.Hb.prototype={ +l(a){}} +H.Yq.prototype={ +EC(){var s=this.f +if(s!=null)H.ED(s,this.r)}, +afB(a,b){var s=this.cy +if(s!=null)H.ED(new H.YA(b,s,a),this.db) +else b.$1(!1)}, +iT(a,b,c){var s,r,q,p,o,n,m,l,k,j="Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (arguments must be a two-element list, channel name and new capacity)",i="Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (arguments must be a two-element list, channel name and flag state)" +if(a==="dev.flutter/channel-buffers")try{s=$.UT() +r=H.dh(b.buffer,b.byteOffset,b.byteLength) +if(r[0]===7){q=r[1] +if(q>=254)H.f(P.cI("Unrecognized message sent to dev.flutter/channel-buffers (method name too long)")) +p=2+q +o=C.ag.dR(0,C.a5.cI(r,2,p)) +switch(o){case"resize":if(r[p]!==12)H.f(P.cI(j)) +n=p+1 +if(r[n]<2)H.f(P.cI(j));++n +if(r[n]!==7)H.f(P.cI("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (first argument must be a string)"));++n +m=r[n] +if(m>=254)H.f(P.cI("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (channel name must be less than 254 characters long)"));++n +p=n+m +l=C.ag.dR(0,C.a5.cI(r,n,p)) +if(r[p]!==3)H.f(P.cI("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (second argument must be an integer in the range 0 to 2147483647)")) +s.RR(0,l,b.getUint32(p+1,C.al===$.dt())) +break +case"overflow":if(r[p]!==12)H.f(P.cI(i)) +n=p+1 +if(r[n]<2)H.f(P.cI(i));++n +if(r[n]!==7)H.f(P.cI("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (first argument must be a string)"));++n +m=r[n] +if(m>=254)H.f(P.cI("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (channel name must be less than 254 characters long)"));++n +s=n+m +C.ag.dR(0,C.a5.cI(r,n,s)) +s=r[s] +if(s!==1&&s!==2)H.f(P.cI("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (second argument must be a boolean)")) +break +default:H.f(P.cI("Unrecognized method '"+o+"' sent to dev.flutter/channel-buffers"))}}else{k=H.a(C.ag.dR(0,r).split("\r"),t.s) +if(k.length===3&&J.e(k[0],"resize"))s.RR(0,k[1],P.e5(k[2],null)) +else H.f(P.cI("Unrecognized message "+H.c(k)+" sent to dev.flutter/channel-buffers."))}}finally{c.$1(null)}else $.UT().ahu(a,b,c)}, +a95(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h=this +switch(a){case"flutter/skia":s=C.aT.i_(b) +switch(s.a){case"Skia.setResourceCacheMaxBytes":r=H.ai() +if(r){q=H.pG(s.b) +h.gxN().toString +r=$.vw().a +r.x=q +r.MI()}h.fC(c,C.af.cq([H.a([!0],t.HZ)])) +break}return +case"flutter/assets":p=C.ag.dR(0,H.dh(b.buffer,0,null)) +$.Ui.dU(0,p).eA(0,new H.Yt(h,c),new H.Yu(h,c),t.P) +return +case"flutter/platform":s=C.aT.i_(b) +switch(s.a){case"SystemNavigator.pop":h.d.h(0,0).gvZ().rq().bD(0,new H.Yv(h,c),t.P) +return +case"HapticFeedback.vibrate":if($.aa==null)$.aa=H.bf() +r=h.a3v(s.b) +o=window.navigator +if("vibrate" in o)o.vibrate(r) +h.fC(c,C.af.cq([!0])) +return +case u.D:n=s.b +r=J.al(n) +m=H.cg(r.h(n,"label")) +if(m==null)m="" +l=H.vi(r.h(n,"primaryColor")) +if(l==null)l=4278190080 +if($.aa==null)$.aa=H.bf() +r=document +r.title=m +if($.aa==null)$.aa=H.bf() +k=t.iI.a(r.querySelector("#flutterweb-theme")) +if(k==null){k=r.createElement("meta") +k.id="flutterweb-theme" +k.name="theme-color" +r.head.appendChild(k)}r=H.cs(new P.k(l>>>0)) +r.toString +k.content=r +h.fC(c,C.af.cq([!0])) +return +case"SystemChrome.setPreferredOrientations":r=$.aa +if(r==null)r=$.aa=H.bf() +r.TC(s.b).bD(0,new H.Yw(h,c),t.P) +return +case"SystemSound.play":h.fC(c,C.af.cq([!0])) +return +case"Clipboard.setData":r=window.navigator.clipboard!=null?new H.Gi():new H.Hk() +new H.Gj(r,H.asw()).Tt(s,c) +return +case"Clipboard.getData":r=window.navigator.clipboard!=null?new H.Gi():new H.Hk() +new H.Gj(r,H.asw()).SB(c) +return}break +case"flutter/service_worker":r=window +j=document.createEvent("Event") +j.initEvent("flutter-first-frame",!0,!0) +r.dispatchEvent(j) +return +case"flutter/textinput":r=$.apH() +r.gw5(r).af9(b,c) +return +case"flutter/mousecursor":s=C.cz.i_(b) +switch(s.a){case"activateSystemCursor":$.an9.toString +r=J.aL(s.b,"kind") +i=$.aa +i=(i==null?$.aa=H.bf():i).z +i.toString +r=C.Lx.h(0,r) +H.cH(i,"cursor",r==null?"default":r) +break}return +case"flutter/web_test_e2e":h.fC(c,C.af.cq([H.aI4(C.aT,b)])) +return +case"flutter/platform_views":r=h.fy +if(r==null)r=h.fy=new H.a3g($.apE(),new H.Yx()) +c.toString +r.aeZ(b,c) +return +case"flutter/accessibility":$.ayd().aeU(C.bI,b) +h.fC(c,C.bI.cq(!0)) +return +case"flutter/navigation":h.d.h(0,0).El(b).bD(0,new H.Yy(h,c),t.P) +h.a2="/" +return}r=$.aw6 +if(r!=null){r.$3(a,b,c) +return}h.fC(c,null)}, +a3v(a){switch(a){case"HapticFeedbackType.lightImpact":return 10 +case"HapticFeedbackType.mediumImpact":return 20 +case"HapticFeedbackType.heavyImpact":return 30 +case"HapticFeedbackType.selectionClick":return 10 +default:return 50}}, +je(){var s=$.awd +if(s==null)throw H.b(P.cI("scheduleFrameCallback must be initialized first.")) +s.$0()}, +ai0(a,b){var s=H.ai() +if(s){H.avD() +H.avE() +t.h_.a(a) +this.gxN().adv(a.a)}else{t._P.a(a) +s=$.aa +if(s==null)s=$.aa=H.bf() +s.RK(a.a)}H.aK5()}, +Nn(a){var s=this,r=s.a +if(r.d!==a){s.a=r.acu(a) +H.ED(null,null) +H.ED(s.rx,s.ry)}}, +a_V(){var s,r=this,q=r.r1 +r.Nn(q.matches?C.V:C.aa) +s=new H.Yr(r) +r.r2=s +C.rP.ad(q,s) +$.iu.push(new H.Ys(r))}, +gDt(){var s=this.a2 +return s==null?this.a2=this.d.h(0,0).gvZ().gjA():s}, +gxN(){var s,r=this.am +if(r===$){r=H.ai() +s=this.am=r?new H.a3N(new H.WD(),H.a([],t.b)):null +r=s}return r}, +fC(a,b){P.nG(C.A,null,t.H).bD(0,new H.YB(a,b),t.P)}} +H.YA.prototype={ +$0(){return this.a.$1(this.b.$1(this.c))}, +$S:0} +H.Yz.prototype={ +$1(a){this.a.k9(this.b,a,t.CD)}, +$S:26} +H.Yt.prototype={ +$1(a){this.a.fC(this.b,a)}, +$S:452} +H.Yu.prototype={ +$1(a){$.c1().$1("Error while trying to load an asset: "+H.c(a)) +this.a.fC(this.b,null)}, +$S:11} +H.Yv.prototype={ +$1(a){this.a.fC(this.b,C.af.cq([!0]))}, +$S:19} +H.Yw.prototype={ +$1(a){this.a.fC(this.b,C.af.cq([a]))}, +$S:73} +H.Yx.prototype={ +$1(a){var s=$.aa;(s==null?$.aa=H.bf():s).z.appendChild(a)}, +$S:473} +H.Yy.prototype={ +$1(a){var s=this.b +if(a)this.a.fC(s,C.af.cq([!0])) +else if(s!=null)s.$1(null)}, +$S:73} +H.Yr.prototype={ +$1(a){var s=t.oh.a(a).matches +s.toString +s=s?C.V:C.aa +this.a.Nn(s)}, +$S:7} +H.Ys.prototype={ +$0(){var s=this.a +C.rP.Y(s.r1,s.r2) +s.r2=null}, +$S:0} +H.YB.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(this.b)}, +$S:19} +H.akX.prototype={ +$0(){this.a.$2(this.b,this.c)}, +$S:0} +H.akY.prototype={ +$0(){var s=this +s.a.$3(s.b,s.c,s.d)}, +$S:0} +H.a3e.prototype={ +ahM(a,b){var s=this.a +if(s.aL(0,a))return!1 +s.p(0,a,b) +return!0}, +ai1(a,b,c){return this.b.bN(0,b,new H.a3f(this,"flt-pv-slot-"+b,a,b,c))}, +a8T(a){var s,r,q +if(a==null)return +s=$.cb() +if(s!==C.W){J.bA(a) +return}r="tombstone-"+H.c(a.getAttribute("slot")) +q=document.createElement("slot") +s=q.style +s.display="none" +q.setAttribute("name",r) +s=$.aa;(s==null?$.aa=H.bf():s).Q.iD(0,q) +a.setAttribute("slot",r) +J.bA(a) +J.bA(q)}} +H.a3f.prototype={ +$0(){var s,r,q,p,o=this,n=document.createElement("flt-platform-view") +n.setAttribute("slot",o.b) +s=o.c +r=o.a.a.h(0,s) +r.toString +q=H.b8("content") +p=o.d +if(t.pW.b(r))q.b=r.$2$params(p,o.e) +else q.b=r.$1(p) +r=q.aS() +if(r.style.height.length===0){$.c1().$1("Height of Platform View type: ["+s+"] may not be set. Defaulting to `height: 100%`.\nSet `style.height` to any appropriate value to stop this message.") +p=r.style +p.height="100%"}if(r.style.width.length===0){$.c1().$1("Width of Platform View type: ["+s+"] may not be set. Defaulting to `width: 100%`.\nSet `style.width` to any appropriate value to stop this message.") +s=r.style +s.width="100%"}n.appendChild(q.aS()) +return n}, +$S:523} +H.a3g.prototype={ +a1L(a,b){var s=a.b,r=J.al(s),q=r.h(s,"id"),p=r.h(s,"viewType") +r=this.b +if(!r.a.aL(0,p)){b.$1(C.cz.oe("unregistered_view_type","unregistered view type: "+p,"trying to create a view with an unregistered type")) +return}if(r.b.aL(0,q)){b.$1(C.cz.oe("recreating_view","view id: "+H.c(q),"trying to create an already created view")) +return}this.c.$1(r.ai1(p,q,s)) +b.$1(C.cz.rm(null))}, +aeZ(a,b){var s,r=C.cz.i_(a) +switch(r.a){case"create":this.a1L(r,b) +return +case"dispose":s=this.b +s.a8T(s.b.v(0,r.b)) +b.$1(C.cz.rm(null)) +return}b.$1(null)}} +H.K4.prototype={ +a1y(){var s,r=this +if("PointerEvent" in window){s=new H.agi(P.A(t.S,t.ZW),r.a,r.gBn(),r.c) +s.pv() +return s}if("TouchEvent" in window){s=new H.aiJ(P.aT(t.S),r.a,r.gBn(),r.c) +s.pv() +return s}if("MouseEvent" in window){s=new H.ag0(new H.pp(),r.a,r.gBn(),r.c) +s.pv() +return s}throw H.b(P.S("This browser does not support pointer, touch, or mouse events."))}, +a7q(a){var s=H.a(a.slice(0),H.aq(a)),r=$.bs() +H.Uy(r.ch,r.cx,new P.rJ(s),t.kf)}} +H.a3r.prototype={ +i(a){return"pointers:"+("PointerEvent" in window)+", touch:"+("TouchEvent" in window)+", mouse:"+("MouseEvent" in window)}} +H.abP.prototype={ +Cn(a,b,c,d){var s=new H.abQ(this,d,c) +$.aG6.p(0,b,s) +C.aG.kK(window,b,s,!0)}, +jq(a,b,c){return this.Cn(a,b,c,!1)}} +H.abQ.prototype={ +$1(a){var s +if(!this.b&&!this.a.a.contains(t.ZR.a(J.V3(a))))return null +s=$.e8 +if((s==null?$.e8=H.lo():s).Ry(a))this.c.$1(a)}, +$S:117} +H.Tp.prototype={ +HH(a){var s,r={},q=P.eZ(new H.aj5(a)) +$.aG7.p(0,"wheel",q) +r.passive=!1 +s=this.a +s.addEventListener.apply(s,["wheel",q,r])}, +Kh(a){var s,r,q,p,o,n,m,l,k,j,i,h +t.V6.a(a) +s=C.ks.gade(a) +r=C.ks.gadf(a) +switch(C.ks.gadc(a)){case 1:q=$.auv +if(q==null){q=document +p=q.createElement("div") +o=p.style +o.fontSize="initial" +o.display="none" +q.body.appendChild(p) +n=window.getComputedStyle(p,"").fontSize +if(C.b.A(n,"px"))m=H.a3B(H.UC(n,"px","")) +else m=null +C.cD.cf(p) +q=$.auv=m==null?16:m/4}s*=q +r*=q +break +case 2:q=$.be() +s*=q.gjX().a +r*=q.gjX().b +break +case 0:default:break}l=H.a([],t.J) +q=a.timeStamp +q.toString +q=H.ub(q) +o=a.clientX +a.clientY +k=$.be() +j=k.x +if(j==null)j=H.aY() +a.clientX +i=a.clientY +k=k.x +if(k==null)k=H.aY() +h=a.buttons +h.toString +this.c.acl(l,h,C.cm,-1,C.au,o*j,i*k,1,1,0,s,r,C.jJ,q) +this.b.$1(l) +if(a.getModifierState("Control")){q=$.fq() +if(q!==C.bT)q=q!==C.bn +else q=!1}else q=!1 +if(q)return +a.preventDefault()}} +H.aj5.prototype={ +$1(a){return this.a.$1(a)}, +$S:66} +H.kQ.prototype={ +i(a){return H.C(this).i(0)+"(change: "+this.a.i(0)+", buttons: "+this.b+")"}} +H.pp.prototype={ +G6(a,b){var s +if(this.a!==0)return this.yq(b) +s=(b===0&&a>-1?H.aJH(a):b)&1073741823 +this.a=s +return new H.kQ(C.h7,s)}, +yq(a){var s=a&1073741823,r=this.a +if(r===0&&s!==0)return new H.kQ(C.cm,r) +this.a=s +return new H.kQ(s===0?C.cm:C.cn,s)}, +tJ(a){if(this.a!==0&&(a&1073741823)===0){this.a=0 +return new H.kQ(C.ef,0)}return null}, +G7(a){var s +if(this.a===0)return null +s=this.a=(a==null?0:a)&1073741823 +if(s===0)return new H.kQ(C.ef,s) +else return new H.kQ(C.cn,s)}} +H.agi.prototype={ +Jq(a){return this.d.bN(0,a,new H.agk())}, +LJ(a){if(a.pointerType==="touch")this.d.v(0,a.pointerId)}, +zB(a,b,c){this.Cn(0,a,new H.agj(b),c)}, +HE(a,b){return this.zB(a,b,!1)}, +pv(){var s=this +s.HE("pointerdown",new H.agl(s)) +s.zB("pointermove",new H.agm(s),!0) +s.zB("pointerup",new H.agn(s),!0) +s.HE("pointercancel",new H.ago(s)) +s.HH(new H.agp(s))}, +hj(a,b,c){var s,r,q,p,o,n,m,l,k,j=c.pointerType +j.toString +s=this.Lr(j) +j=c.tiltX +j.toString +r=c.tiltY +r.toString +if(!(Math.abs(j)>Math.abs(r)))j=r +r=c.timeStamp +r.toString +q=H.ub(r) +p=c.pressure +r=this.q5(c) +o=c.clientX +c.clientY +n=$.be() +m=n.x +if(m==null)m=H.aY() +c.clientX +l=c.clientY +n=n.x +if(n==null)n=H.aY() +k=p==null?0:p +this.c.ack(a,b.b,b.a,r,s,o*m,l*n,k,1,0,C.bU,j/180*3.141592653589793,q)}, +a2O(a){var s +if("getCoalescedEvents" in a){s=J.mT(a.getCoalescedEvents(),t.qL) +if(!s.gM(s))return s}return H.a([a],t.Y2)}, +Lr(a){switch(a){case"mouse":return C.au +case"pen":return C.aP +case"touch":return C.at +default:return C.b7}}, +q5(a){var s=a.pointerType +s.toString +if(this.Lr(s)===C.au)s=-1 +else{s=a.pointerId +s.toString}return s}} +H.agk.prototype={ +$0(){return new H.pp()}, +$S:531} +H.agj.prototype={ +$1(a){return this.a.$1(t.qL.a(a))}, +$S:66} +H.agl.prototype={ +$1(a){var s,r,q=this.a,p=q.q5(a),o=H.a([],t.J),n=q.Jq(p),m=a.buttons +m.toString +s=n.tJ(m) +if(s!=null)q.hj(o,s,a) +m=a.button +r=a.buttons +r.toString +q.hj(o,n.G6(m,r),a) +q.b.$1(o)}, +$S:57} +H.agm.prototype={ +$1(a){var s,r,q,p,o=this.a,n=o.Jq(o.q5(a)),m=H.a([],t.J) +for(s=J.aP(o.a2O(a));s.t();){r=s.gE(s) +q=r.buttons +q.toString +p=n.tJ(q) +if(p!=null)o.hj(m,p,r) +q=r.buttons +q.toString +o.hj(m,n.yq(q),r)}o.b.$1(m)}, +$S:57} +H.agn.prototype={ +$1(a){var s,r=this.a,q=r.q5(a),p=H.a([],t.J),o=r.d.h(0,q) +o.toString +s=o.G7(a.buttons) +r.LJ(a) +if(s!=null){r.hj(p,s,a) +r.b.$1(p)}}, +$S:57} +H.ago.prototype={ +$1(a){var s=this.a,r=s.q5(a),q=H.a([],t.J),p=s.d.h(0,r) +p.toString +p.a=0 +s.LJ(a) +s.hj(q,new H.kQ(C.ed,0),a) +s.b.$1(q)}, +$S:57} +H.agp.prototype={ +$1(a){this.a.Kh(a)}, +$S:7} +H.aiJ.prototype={ +u9(a,b){this.jq(0,a,new H.aiK(b))}, +pv(){var s=this +s.u9("touchstart",new H.aiL(s)) +s.u9("touchmove",new H.aiM(s)) +s.u9("touchend",new H.aiN(s)) +s.u9("touchcancel",new H.aiO(s))}, +un(a,b,c,d,e){var s,r,q,p,o,n=e.identifier +n.toString +s=C.d.aW(e.clientX) +C.d.aW(e.clientY) +r=$.be() +q=r.x +if(q==null)q=H.aY() +C.d.aW(e.clientX) +p=C.d.aW(e.clientY) +r=r.x +if(r==null)r=H.aY() +o=c?1:0 +this.c.Ov(b,o,a,n,C.at,s*q,p*r,1,1,0,C.bU,d)}} +H.aiK.prototype={ +$1(a){return this.a.$1(t.wv.a(a))}, +$S:66} +H.aiL.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k=a.timeStamp +k.toString +s=H.ub(k) +r=H.a([],t.J) +for(k=a.changedTouches,q=k.length,p=this.a,o=p.d,n=0;nq){r.d=q+1 +r=$.bs() +H.mN(r.y1,r.y2,this.b.k4,C.xG,null)}else if(sq){s=s.b +s.toString +if((s&32)!==0||(s&16)!==0){s=$.bs() +H.mN(s.y1,s.y2,p,C.ek,n)}else{s=$.bs() +H.mN(s.y1,s.y2,p,C.em,n)}}else{s=s.b +s.toString +if((s&32)!==0||(s&16)!==0){s=$.bs() +H.mN(s.y1,s.y2,p,C.el,n)}else{s=$.bs() +H.mN(s.y1,s.y2,p,C.en,n)}}}}, +ke(a){var s,r,q,p=this +if(p.d==null){s=p.b +r=s.r2 +q=r.style +C.e.ac(q,C.e.U(q,"touch-action"),"none","") +p.JH() +s=s.r1 +s.d.push(new H.a68(p)) +q=new H.a69(p) +p.c=q +s.ch.push(q) +q=new H.a6a(p) +p.d=q +J.alM(r,"scroll",q)}}, +gJ8(){var s=this.b,r=s.b +r.toString +r=(r&32)!==0||(r&16)!==0 +s=s.r2 +if(r)return C.d.aW(s.scrollTop) +else return C.d.aW(s.scrollLeft)}, +KU(){var s=this.b,r=s.r2,q=s.b +q.toString +if((q&32)!==0||(q&16)!==0){r.scrollTop=10 +s.y1=this.e=C.d.aW(r.scrollTop) +s.y2=0}else{r.scrollLeft=10 +q=C.d.aW(r.scrollLeft) +this.e=q +s.y1=0 +s.y2=q}}, +JH(){var s="overflow-y",r="overflow-x",q=this.b,p=q.r2 +switch(q.r1.z){case C.bN:q=q.b +q.toString +if((q&32)!==0||(q&16)!==0){q=p.style +C.e.ac(q,C.e.U(q,s),"scroll","")}else{q=p.style +C.e.ac(q,C.e.U(q,r),"scroll","")}break +case C.fh:q=q.b +q.toString +if((q&32)!==0||(q&16)!==0){q=p.style +C.e.ac(q,C.e.U(q,s),"hidden","")}else{q=p.style +C.e.ac(q,C.e.U(q,r),"hidden","")}break}}, +l(a){var s,r=this,q=r.b,p=q.r2,o=p.style +o.removeProperty("overflowY") +o.removeProperty("overflowX") +o.removeProperty("touch-action") +s=r.d +if(s!=null)J.aqx(p,"scroll",s) +C.c.v(q.r1.ch,r.c) +r.c=null}} +H.a68.prototype={ +$0(){this.a.KU()}, +$S:0} +H.a69.prototype={ +$1(a){this.a.JH()}, +$S:125} +H.a6a.prototype={ +$1(a){this.a.a8x()}, +$S:7} +H.a6C.prototype={} +H.Lj.prototype={} +H.i4.prototype={ +i(a){return this.b}} +H.ak3.prototype={ +$1(a){return H.aDj(a)}, +$S:526} +H.ak4.prototype={ +$1(a){return new H.t3(a)}, +$S:524} +H.ak5.prototype={ +$1(a){return new H.rb(a)}, +$S:503} +H.ak6.prototype={ +$1(a){return new H.tH(a)}, +$S:487} +H.ak7.prototype={ +$1(a){var s,r,q=new H.tM(a) +q.c=(a.a&524288)!==0?document.createElement("textarea"):W.I7(null) +s=q.geo() +s.spellcheck=!1 +s.setAttribute("autocorrect","off") +s.setAttribute("autocomplete","off") +s.setAttribute("data-semantics-role","text-field") +s=q.geo().style +s.position="absolute" +s.top="0" +s.left="0" +r=a.z +r=H.c(r.c-r.a)+"px" +s.width=r +r=a.z +r=H.c(r.d-r.b)+"px" +s.height=r +a.r2.appendChild(q.geo()) +s=$.cb() +switch(s){case C.bs:case C.c2:case C.l9:case C.eX:case C.bH:case C.la:q.Kq() +break +case C.W:q.a6j() +break}return q}, +$S:486} +H.ak8.prototype={ +$1(a){return new H.qf(H.aHu(a),a)}, +$S:470} +H.ak9.prototype={ +$1(a){return new H.r0(a)}, +$S:468} +H.aka.prototype={ +$1(a){return new H.re(a)}, +$S:467} +H.fQ.prototype={} +H.cR.prototype={ +zp(a,b){var s=this.r2,r=s.style +r.position="absolute" +if(this.k4===0&&!0){r=s.style +C.e.ac(r,C.e.U(r,"filter"),"opacity(0%)","") +s=s.style +s.color="rgba(0,0,0,0)"}}, +G_(){var s,r=this +if(r.ry==null){s=W.e1("flt-semantics-container",null) +r.ry=s +s=s.style +s.position="absolute" +s=r.ry +s.toString +r.r2.appendChild(s)}return r.ry}, +gQB(){var s,r=this.a +if((r&16384)!==0){s=this.b +s.toString +r=(s&1)===0&&(r&8)===0}else r=!1 +return r}, +Pd(){var s=this.a +if((s&64)!==0)if((s&128)!==0)return C.Gz +else return C.iN +else return C.Gy}, +hc(a,b){var s +if(b)this.r2.setAttribute("role",a) +else{s=this.r2 +if(s.getAttribute("role")===a)s.removeAttribute("role")}}, +kH(a,b){var s=this.x2,r=s.h(0,a) +if(b){if(r==null){r=$.axP().h(0,a).$1(this) +s.p(0,a,r)}r.ke(0)}else if(r!=null){r.l(0) +s.v(0,a)}}, +RA(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.r2,g=h.style,f=i.z +f=H.c(f.c-f.a)+"px" +g.width=f +f=i.z +f=H.c(f.d-f.b)+"px" +g.height=f +g=i.k1 +s=g!=null&&!C.h1.gM(g)?i.G_():null +g=i.z +r=g.b===0&&g.a===0 +q=i.id +g=q==null +p=g||H.aly(q)===C.yK +if(r&&p&&i.y1===0&&i.y2===0){H.a6u(h) +if(s!=null)H.a6u(s) +return}o=H.b8("effectiveTransform") +if(!r)if(g){g=i.z +n=g.a +m=g.b +g=H.dg() +g.lC(n,m,0) +o.b=g +l=n===0&&m===0}else{g=new H.bx(new Float32Array(16)) +g.b0(new H.bx(q)) +f=i.z +g.FA(0,f.a,f.b,0) +o.b=g +l=J.aAQ(o.aS())}else if(!p){o.b=new H.bx(q) +l=!1}else l=!0 +if(!l){h=h.style +C.e.ac(h,C.e.U(h,"transform-origin"),"0 0 0","") +g=H.fo(o.aS().a) +C.e.ac(h,C.e.U(h,"transform"),g,"")}else H.a6u(h) +if(s!=null)if(!r||i.y1!==0||i.y2!==0){h=i.z +g=h.a +f=i.y2 +h=h.b +k=i.y1 +j=s.style +k=H.c(-h+k)+"px" +j.top=k +h=H.c(-g+f)+"px" +j.left=h}else H.a6u(s)}, +aai(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=this,a2="flt-semantics",a3=a1.k1 +if(a3==null||a3.length===0){s=a1.a2 +if(s==null||s.length===0){a1.a2=a3 +return}r=s.length +for(a3=a1.r1,s=a3.a,q=0;q=0;--q){a0=a1.k1[q] +p=s.h(0,a0) +if(p==null){p=new H.cR(a0,a3,W.e1(a2,null),P.A(n,m)) +p.zp(a0,a3) +s.p(0,a0,p)}if(!C.c.A(b,a0)){l=p.r2 +if(a==null)o.appendChild(l) +else o.insertBefore(l,a) +p.x1=a1 +a3.b.p(0,p.k4,a1)}a=p.r2}a1.a2=a1.k1}, +i(a){var s=this.bR(0) +return s}} +H.Vc.prototype={ +i(a){return this.b}} +H.nH.prototype={ +i(a){return this.b}} +H.YC.prototype={ +YN(){$.iu.push(new H.YD(this))}, +a2T(){var s,r,q,p,o,n,m,l=this +for(s=l.c,r=s.length,q=l.a,p=0;p>>0}l=m.fx +if(k.db!==l){k.db=l +k.rx=(k.rx|4096)>>>0}l=m.fy +if(k.dx!==l){k.dx=l +k.rx=(k.rx|4096)>>>0}l=m.db +if(k.Q!==l){k.Q=l +k.rx=(k.rx|1024)>>>0}l=m.dx +if(k.ch!==l){k.ch=l +k.rx=(k.rx|1024)>>>0}l=m.cy +if(!J.e(k.z,l)){k.z=l +k.rx=(k.rx|512)>>>0}l=m.k4 +if(k.id!==l){k.id=l +k.rx=(k.rx|65536)>>>0}l=m.Q +if(k.r!==l){k.r=l +k.rx=(k.rx|64)>>>0}l=k.b +j=m.c +if(l!==j){k.b=j +k.rx=(k.rx|2)>>>0 +l=j}j=m.f +if(k.c!==j){k.c=j +k.rx=(k.rx|4)>>>0}j=m.r +if(k.d!==j){k.d=j +k.rx=(k.rx|8)>>>0}j=m.y +if(k.e!==j){k.e=j +k.rx=(k.rx|16)>>>0}j=m.z +if(k.f!==j){k.f=j +k.rx=(k.rx|32)>>>0}j=m.ch +if(k.x!==j){k.x=j +k.rx=(k.rx|128)>>>0}j=m.cx +if(k.y!==j){k.y=j +k.rx=(k.rx|256)>>>0}j=m.dy +if(k.cx!==j){k.cx=j +k.rx=(k.rx|2048)>>>0}j=m.fr +if(k.cy!==j){k.cy=j +k.rx=(k.rx|2048)>>>0}j=m.go +if(k.dy!==j){k.dy=j +k.rx=(k.rx|8192)>>>0}j=m.id +if(k.fr!==j){k.fr=j +k.rx=(k.rx|8192)>>>0}j=m.k1 +if(k.fx!==j){k.fx=j +k.rx=(k.rx|16384)>>>0}j=m.k2 +if(k.fy!==j){k.fy=j +k.rx=(k.rx|16384)>>>0}j=m.k3 +if(k.go!=j){k.go=j +k.rx=(k.rx|32768)>>>0}j=m.r2 +if(k.k2!==j){k.k2=j +k.rx=(k.rx|1048576)>>>0}j=m.r1 +if(k.k1!==j){k.k1=j +k.rx=(k.rx|524288)>>>0}j=m.rx +if(k.k3!==j){k.k3=j +k.rx=(k.rx|2097152)>>>0}j=k.Q +if(!(j!=null&&j.length!==0)){j=k.db +j=j!=null&&j.length!==0}else j=!0 +if(j){j=k.a +if((j&16)===0){if((j&16384)!==0){l.toString +l=(l&1)===0&&(j&8)===0}else l=!1 +l=!l}else l=!1}else l=!1 +k.kH(C.xn,l) +k.kH(C.xp,(k.a&16)!==0) +l=k.b +l.toString +k.kH(C.xo,((l&1)!==0||(k.a&8)!==0)&&(k.a&16)===0) +l=k.b +l.toString +k.kH(C.xl,(l&64)!==0||(l&128)!==0) +l=k.b +l.toString +k.kH(C.xm,(l&32)!==0||(l&16)!==0||(l&4)!==0||(l&8)!==0) +l=k.a +k.kH(C.xq,(l&1)!==0||(l&65536)!==0) +l=k.a +if((l&16384)!==0){j=k.b +j.toString +l=(j&1)===0&&(l&8)===0}else l=!1 +k.kH(C.xr,l) +l=k.a +k.kH(C.xs,(l&32768)!==0&&(l&8192)===0) +k.aai() +l=k.rx +if((l&512)!==0||(l&65536)!==0||(l&64)!==0)k.RA() +k.rx=0}if(i.e==null){s=q.h(0,0).r2 +i.e=s +r=$.aa;(r==null?$.aa=H.bf():r).r.appendChild(s)}i.a2T()}} +H.YD.prototype={ +$0(){var s=this.a.e +if(s!=null)J.bA(s)}, +$S:0} +H.YF.prototype={ +$0(){return new P.f5(Date.now(),!1)}, +$S:466} +H.YE.prototype={ +$0(){var s=this.a +if(s.z===C.bN)return +s.z=C.bN +s.KW()}, +$S:0} +H.wR.prototype={ +i(a){return this.b}} +H.a6q.prototype={} +H.a6m.prototype={ +TL(a){if(!this.gQC())return!0 +else return this.y_(a)}} +H.X7.prototype={ +gQC(){return this.a!=null}, +y_(a){var s,r +if(this.a==null)return!0 +s=$.e8 +if((s==null?$.e8=H.lo():s).x)return!0 +if(!J.h5(C.Na.a,a.type))return!0 +s=J.V3(a) +r=this.a +if(s==null?r!=null:s!==r)return!0 +s=$.e8;(s==null?$.e8=H.lo():s).syz(!0) +this.l(0) +return!1}, +Rf(){var s,r=this.a=W.e1("flt-semantics-placeholder",null) +J.EQ(r,"click",new H.X8(this),!0) +r.setAttribute("role","button") +r.setAttribute("aria-live","true") +r.setAttribute("tabindex","0") +r.setAttribute("aria-label","Enable accessibility") +s=r.style +s.position="absolute" +s.left="-1px" +s.top="-1px" +s.width="1px" +s.height="1px" +return r}, +l(a){var s=this.a +if(s!=null)J.bA(s) +this.a=null}} +H.X8.prototype={ +$1(a){this.a.y_(a)}, +$S:7} +H.a1t.prototype={ +gQC(){return this.b!=null}, +y_(a){var s,r,q,p,o,n,m,l,k,j=this +if(j.b==null)return!0 +if(j.d){s=$.cb() +if(s===C.W){s=a.type +r=s==="touchend"||s==="pointerup"||s==="click"}else r=!0 +if(r)j.l(0) +return!0}s=$.e8 +if((s==null?$.e8=H.lo():s).x)return!0 +if(++j.c>=20)return j.d=!0 +if(!J.h5(C.N9.a,a.type))return!0 +if(j.a!=null)return!1 +switch(a.type){case"click":q=J.aAt(t.Tl.a(a)) +break +case"touchstart":case"touchend":s=t.wv.a(a).changedTouches +s.toString +s=C.eB.gK(s) +q=new P.fO(C.d.aW(s.clientX),C.d.aW(s.clientY),t.i6) +break +case"pointerdown":case"pointerup":t.qL.a(a) +q=new P.fO(a.clientX,a.clientY,t.i6) +break +default:return!0}p=j.b.getBoundingClientRect() +s=p.left +s.toString +o=p.right +o.toString +n=p.top +n.toString +m=p.bottom +m.toString +l=q.a-(s+(o-s)/2) +k=q.b-(n+(m-n)/2) +if(l*l+k*k<1&&!0){j.d=!0 +j.a=P.bX(C.bL,new H.a1v(j)) +return!1}return!0}, +Rf(){var s,r=this.b=W.e1("flt-semantics-placeholder",null) +J.EQ(r,"click",new H.a1u(this),!0) +r.setAttribute("role","button") +r.setAttribute("aria-label","Enable accessibility") +s=r.style +s.position="absolute" +s.left="0" +s.top="0" +s.right="0" +s.bottom="0" +return r}, +l(a){var s=this.b +if(s!=null)J.bA(s) +this.a=this.b=null}} +H.a1v.prototype={ +$0(){this.a.l(0) +var s=$.e8;(s==null?$.e8=H.lo():s).syz(!0)}, +$S:0} +H.a1u.prototype={ +$1(a){this.a.y_(a)}, +$S:7} +H.tH.prototype={ +ke(a){var s,r=this,q=r.b,p=q.r2 +p.tabIndex=0 +q.hc("button",(q.a&8)!==0) +if(q.Pd()===C.iN&&(q.a&8)!==0){p.setAttribute("aria-disabled","true") +r.BR()}else{s=q.b +s.toString +if((s&1)!==0&&(q.a&16)===0){if(r.c==null){s=new H.a9_(r) +r.c=s +J.alM(p,"click",s)}}else r.BR()}if((q.rx&1)!==0&&(q.a&32)!==0)J.aq2(p)}, +BR(){var s=this.c +if(s==null)return +J.aqx(this.b.r2,"click",s) +this.c=null}, +l(a){this.BR() +this.b.hc("button",!1)}} +H.a9_.prototype={ +$1(a){var s,r=this.a.b +if(r.r1.z!==C.bN)return +s=$.bs() +H.mN(s.y1,s.y2,r.k4,C.ej,null)}, +$S:7} +H.a6B.prototype={ +DS(a,b,c,d){this.cx=b +this.x=d +this.y=c}, +aaK(a){var s,r,q=this,p=q.ch +if(p===a)return +else if(p!=null)q.iI(0) +q.ch=a +q.c=a.geo() +q.MJ() +p=q.cx +p.toString +s=q.x +s.toString +r=q.y +r.toString +q.UV(0,p,r,s)}, +iI(a){var s,r,q=this +if(!q.b)return +q.b=!1 +q.r=q.f=null +for(s=q.z,r=0;r=this.b)throw H.b(P.bT(b,this,null,null,null)) +return this.a[b]}, +p(a,b,c){if(b>=this.b)throw H.b(P.bT(b,this,null,null,null)) +this.a[b]=c}, +sn(a,b){var s,r,q,p=this,o=p.b +if(bo){if(o===0)q=new Uint8Array(b) +else q=p.zr(b) +C.a5.cZ(q,0,p.b,p.a) +p.a=q}}p.b=b}, +dY(a,b){var s=this,r=s.b +if(r===s.a.length)s.HB(r) +s.a[s.b++]=b}, +H(a,b){var s=this,r=s.b +if(r===s.a.length)s.HB(r) +s.a[s.b++]=b}, +iy(a,b,c,d){P.d8(c,"start") +if(d!=null&&c>d)throw H.b(P.bv(d,c,null,"end",null)) +this.a_K(b,c,d)}, +O(a,b){return this.iy(a,b,0,null)}, +a_K(a,b,c){var s,r,q,p=this +if(H.o(p).j("x").b(a))c=c==null?a.length:c +if(c!=null){p.a_M(p.b,a,b,c) +return}for(s=J.aP(a),r=0;s.t();){q=s.gE(s) +if(r>=b)p.dY(0,q);++r}if(ro.gn(b)||d>o.gn(b))throw H.b(P.V("Too few elements")) +s=d-c +r=p.b+s +p.a_L(r) +o=p.a +q=a+s +C.a5.bj(o,q,p.b+s,o,a) +C.a5.bj(p.a,a,q,b,c) +p.b=r}, +a_L(a){var s,r=this +if(a<=r.a.length)return +s=r.zr(a) +C.a5.cZ(s,0,r.b,r.a) +r.a=s}, +zr(a){var s=this.a.length*2 +if(a!=null&&ss)throw H.b(P.bv(c,0,s,null,null)) +s=this.a +if(H.o(this).j("jy").b(d))C.a5.bj(s,b,c,d.a,e) +else C.a5.bj(s,b,c,d,e)}, +cZ(a,b,c,d){return this.bj(a,b,c,d,0)}} +H.Pv.prototype={} +H.Mr.prototype={} +H.hV.prototype={ +i(a){return H.C(this).i(0)+"("+this.a+", "+H.c(this.b)+")"}} +H.a0h.prototype={ +cq(a){return H.k6(C.c5.dJ(C.az.mv(a)).buffer,0,null)}, +fX(a){if(a==null)return a +return C.az.dR(0,C.dh.dJ(H.dh(a.buffer,0,null)))}} +H.a0j.prototype={ +iL(a){return C.af.cq(P.aJ(["method",a.a,"args",a.b],t.N,t.z))}, +i_(a){var s,r,q,p=null,o=C.af.fX(a) +if(!t.f.b(o))throw H.b(P.bG("Expected method call Map, got "+H.c(o),p,p)) +s=J.al(o) +r=s.h(o,"method") +q=s.h(o,"args") +if(typeof r=="string")return new H.hV(r,q) +throw H.b(P.bG("Invalid method call: "+H.c(o),p,p))}} +H.a8k.prototype={ +cq(a){var s=H.ao_() +this.dX(0,s,!0) +return s.kY()}, +fX(a){var s,r +if(a==null)return null +s=new H.Kk(a) +r=this.hB(0,s) +if(s.b=b.a.byteLength)throw H.b(C.aV) +return this.k0(b.n3(0),b)}, +k0(a,b){var s,r,q,p,o,n,m,l,k=this +switch(a){case 0:s=null +break +case 1:s=!0 +break +case 2:s=!1 +break +case 3:r=b.a.getInt32(b.b,C.al===$.dt()) +b.b+=4 +s=r +break +case 4:s=b.yj(0) +break +case 5:q=k.ey(b) +s=P.e5(C.dh.dJ(b.n4(q)),16) +break +case 6:b.kp(8) +r=b.a.getFloat64(b.b,C.al===$.dt()) +b.b+=8 +s=r +break +case 7:q=k.ey(b) +s=C.dh.dJ(b.n4(q)) +break +case 8:s=b.n4(k.ey(b)) +break +case 9:q=k.ey(b) +b.kp(4) +p=b.a +o=H.asi(p.buffer,p.byteOffset+b.b,q) +b.b=b.b+4*q +s=o +break +case 10:s=b.yk(k.ey(b)) +break +case 11:q=k.ey(b) +b.kp(8) +p=b.a +o=H.asg(p.buffer,p.byteOffset+b.b,q) +b.b=b.b+8*q +s=o +break +case 12:q=k.ey(b) +s=[] +for(p=b.a,n=0;n=p.byteLength)H.f(C.aV) +b.b=m+1 +s.push(k.k0(p.getUint8(m),b))}break +case 13:q=k.ey(b) +p=t.z +s=P.A(p,p) +for(p=b.a,n=0;n=p.byteLength)H.f(C.aV) +b.b=m+1 +m=k.k0(p.getUint8(m),b) +l=b.b +if(l>=p.byteLength)H.f(C.aV) +b.b=l+1 +s.p(0,m,k.k0(p.getUint8(l),b))}break +default:throw H.b(C.aV)}return s}, +fD(a,b){var s,r,q +if(b<254)a.b.dY(0,b) +else{s=a.b +r=a.c +q=a.d +if(b<=65535){s.dY(0,254) +r.setUint16(0,b,C.al===$.dt()) +s.iy(0,q,0,2)}else{s.dY(0,255) +r.setUint32(0,b,C.al===$.dt()) +s.iy(0,q,0,4)}}}, +ey(a){var s=a.n3(0) +switch(s){case 254:s=a.a.getUint16(a.b,C.al===$.dt()) +a.b+=2 +return s +case 255:s=a.a.getUint32(a.b,C.al===$.dt()) +a.b+=4 +return s +default:return s}}} +H.a8n.prototype={ +$2(a,b){var s=this.a,r=this.b +s.dX(0,r,a) +s.dX(0,r,b)}, +$S:50} +H.a8o.prototype={ +i_(a){var s,r,q +a.toString +s=new H.Kk(a) +r=C.bI.hB(0,s) +q=C.bI.hB(0,s) +if(typeof r=="string"&&s.b>=a.byteLength)return new H.hV(r,q) +else throw H.b(C.mg)}, +rm(a){var s=H.ao_() +s.b.dY(0,0) +C.bI.dX(0,s,a) +return s.kY()}, +oe(a,b,c){var s=H.ao_() +s.b.dY(0,1) +C.bI.dX(0,s,a) +C.bI.dX(0,s,c) +C.bI.dX(0,s,b) +return s.kY()}} +H.aad.prototype={ +kp(a){var s,r,q=this.b,p=C.f.eQ(q.b,a) +if(p!==0)for(s=a-p,r=0;re.grS()){r=H.c(e.gdZ().c)+"px" +s.width=r}if(d.e!=null||d.Q!=null){C.e.ac(s,C.e.U(s,"overflow-y"),"hidden","") +d=H.c(e.gdZ().d)+"px" +s.height=d}p=e.gdZ().Q +for(o=b,n=null,m=0;m0){d=$.aa +d==null?$.aa=H.bf():d +l=document.createElement("br") +o.appendChild(l)}k=p[m] +j=k.f +for(i=0,d="";i=q.c&&p2e6){s.c.em(0) +throw H.b(P.cI("Timed out trying to load font: "+s.e))}else P.bX(C.cc,s)}, +$S:0} +H.agr.prototype={ +$1(a){return a+": "+H.c(this.a.h(0,a))+";"}, +$S:21} +H.a9p.prototype={ +xF(a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a=b.a,a0=a.a,a1=a0.length,a2=b.c=a3.a +b.d=0 +b.e=null +b.r=b.f=0 +b.z=!1 +s=b.Q +C.c.sn(s,0) +if(a1===0)return +r=new H.a89(a,b.b) +q=H.amZ(a,r,0,0,a2,C.mv) +for(p=a.b,o=p.e,p=p.Q,n=p!=null,m=o==null,l=0;!0;){if(l===a1){if(q.a.length!==0||q.y.d!==C.b2){q.ae9() +s.push(q.bB(0))}break}k=a0[l] +r.so8(k) +j=q.Pu() +i=j.a +h=q.Sv(i) +if(q.z+h<=a2){q.rr(j) +if(i.d===C.bx){s.push(q.bB(0)) +q=q.xo()}}else if((n&&m||s.length+1===o)&&n){q.PA(j,!0,p) +s.push(q.Oa(0,p)) +break}else if(q.a.length===0){q.aex(j,!1) +s.push(q.bB(0)) +q=q.xo()}else{s.push(q.bB(0)) +q=q.xo()}if(q.y.a>=k.c){q.De();++l}if(s.length===o)break}for(p=s.length,g=0;g=k.c)++l +c=C.c.gL(q.a).d +if(b.f=b||a<0||b<0)return H.a([],t.G) +s=this.a.c.length +if(a>s||b>s)return H.a([],t.G) +r=H.a([],t.G) +for(q=this.Q,p=q.length,o=0;o=g+i.cx)return new P.b1(i.e,C.aR) +s=h-g +for(h=i.f,g=h.length,r=0;r=l)q=0 +else{r=n.x +r.so8(n.y) +q=r.kw(c,l)}l=n.z +if(l===C.l){p=n.gjS(n)+s +o=n.gmT(n)-q}else{p=n.gjS(n)+q +o=n.gmT(n)-s}r=a.cy +return new P.fT(r+p,m,r+o,m+n.ch,l)}, +SY(a){var s,r,q,p,o=this,n=o.x +n.so8(o.y) +a=o.z!==C.l?o.gmT(o)-a:a-o.gjS(o) +s=o.a.a +r=o.b.b +q=n.Ef(s,r,!0,a) +if(q===r)return new P.b1(q,C.aR) +p=q+1 +if(a-n.kw(s,q)=0 +if(!(s&&o[r].d===0))break +q+=o[r].e;--r}if(s){o=o[r] +q+=o.e-o.d}p.z-=q}}return n}, +PA(a,b,c){var s,r,q,p,o,n=this +if(c==null){s=n.Q +r=a.a.c +q=n.e.Ef(n.y.a,r,b,n.c-s) +if(q===r)n.rr(a) +else n.rr(new H.lj(new H.dx(q,q,q,C.dM),a.b,a.c)) +return}s=n.e +p=n.c-H.mO(s.b,c,0,c.length,null) +o=n.A4(a.a) +r=n.a +while(!0){if(!(r.length!==0&&n.Q>p))break +o=n.a8d()}s.so8(o.a) +q=s.Ef(o.b.a,o.c.a,b,p-n.Q) +s=n.b +while(!0){if(!(s.length!==0&&C.c.gL(s).b.a>q))break +s.pop()}n.dx=n.Q +n.rr(new H.lj(new H.dx(q,q,q,C.dM),a.b,a.c))}, +aex(a,b){return this.PA(a,b,null)}, +ga1M(){var s=this.b +if(s.length===0)return this.f +return C.c.gL(s).b}, +OI(a){var s,r,q,p,o,n,m,l,k,j=this,i=j.ga1M(),h=j.y +if(i.a===h.a)return +s=j.e +r=j.Q +q=j.dx +p=j.d.b.b +if(p==null)p=C.l +o=j.gA6() +n=j.gIP() +m=s.e +m.toString +l=s.d +l=l.gaw(l) +k=s.d +j.b.push(new H.mi(s,m,n,a,l,k.geJ(k),i,h,r-q,p,o)) +j.dx=j.Q}, +De(){return this.OI(!1)}, +Oa(a,b){var s,r,q,p,o,n,m,l,k,j,i=this +i.De() +i.a8f() +s=b==null?0:H.mO(i.e.b,b,0,b.length,null) +r=i.f.a +q=i.y +p=Math.max(r,q.b) +if(q.d!==C.b2&&i.ga6y())o=!1 +else{q=i.y.d +o=q===C.bx||q===C.b2}q=i.y +n=i.z +m=i.Q +l=i.gab1() +k=i.ch +j=i.cx +return new H.nu(null,b,r,q.a,p,i.b,o,k,j,k+j,n+s,m+s,l,i.x+k,i.r)}, +bB(a){return this.Oa(a,null)}, +a8f(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.b +for(s=i.d.b.b,r=0,q=0;p=h.length,r=b;--s){q=a[s] +if(q.c==null)q.c=d+r +else H.f(H.eN("startOffset")) +p=this.z +if(q.e==null)q.e=p +else H.f(H.eN("lineWidth")) +r+=q.d}return r}, +Pu(){var s=this,r=s.d.c,q=s.e.e.c,p=H.avU(r,s.y.a,q) +return H.aK7(r,s.y,p)}, +xo(){var s=this,r=s.y +return H.amZ(s.d,s.e,s.x+(s.ch+s.cx),s.r+1,s.c,r)}, +saO(a,b){return this.z=b}} +H.a89.prototype={ +so8(a){var s,r,q,p,o,n,m=this +if(a===m.e)return +m.e=a +s=a.a +r=s.id +if(r==null){q=s.gkZ() +p=s.cx +if(p==null)p=14 +p=new H.tN(q,p,s.dx,null) +if(s.id==null){s.id=p +r=p}else{q=H.f(H.cB("heightStyle")) +r=q}}o=$.atf.h(0,r) +if(o==null){o=new H.AA(r,$.awQ(),new H.p3(document.createElement("p"))) +$.atf.p(0,r,o)}m.d=o +n=s.go6() +if(m.c!==n){m.c=n +m.b.font=n}}, +Ef(a,b,c,d){var s,r,q,p +this.e.toString +if(d<=0)return c?a:a+1 +s=b +r=a +do{q=C.f.d1(r+s,2) +p=this.kw(a,q) +if(pd?r:q +s=q}}while(s-r>1) +return r===a&&!c?r+1:r}, +kw(a,b){return H.mO(this.b,this.a.c,a,b,this.e.a.cy)}} +H.bm.prototype={ +i(a){return this.b}} +H.rc.prototype={ +i(a){return this.b}} +H.dx.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof H.dx&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +i(a){var s=this.bR(0) +return s}} +H.zI.prototype={ +Hy(a){var s=this.a,r=s.style +r.position="fixed" +r.visibility="hidden" +r.overflow="hidden" +r.top="0" +r.left="0" +r.width="0" +r.height="0" +if(a==null){r=$.aa +r=(r==null?$.aa=H.bf():r).Q.gF1()}else r=a +r.appendChild(s) +$.iu.push(this.gf0(this))}, +l(a){J.bA(this.a)}} +H.a5n.prototype={ +a8Y(){if(!this.d){this.d=!0 +P.e6(new H.a5p(this))}}, +a2K(){this.c.ai(0,new H.a5o()) +this.c=P.A(t.UY,t.R3)}, +abW(){var s,r,q,p,o,n=this,m=$.be().gjX() +if(m.gM(m)){n.a2K() +return}m=n.c +s=n.b +if(m.gn(m)>s){m=n.c +m=m.gby(m) +r=P.as(m,!0,H.o(m).j("p.E")) +C.c.fI(r,new H.a5q()) +n.c=P.A(t.UY,t.R3) +for(q=0;qk)k=g +o.bm(0,i) +if(i.d===C.b2)m=!0}a0=a3.gkD() +f=a0.geJ(a0) +a0=p.d +e=a0.length +r=a3.gkD() +d=r.gaw(r) +c=e*d +b=s.x +a=b==null?c:Math.min(e,b)*d +return H.an6(q,f,a,f*1.1662499904632568,e===1,d,a0,o.d,k,c,C.j6,a1.e,a1.f,q)}, +oI(a,b,c){var s,r,q=a.c +q.toString +s=a.b +r=this.b +r.font=s.go6() +return H.mO(r,q,b,c,s.y)}, +G3(a,b,c){return C.yu}, +gQq(){return!0}} +H.a0T.prototype={ +bm(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=a2.a,a=a2.b,a0=a2.c +for(s=c.b,r=s.b,q=r.ch,p=q!=null,o=c.c,n=c.a,m=s.c,l=r.y,r=r.x,k=r==null,j=c.d;!c.r;){i=c.f +m.toString +if(H.mO(n,m,i.a,a0,l)<=o)break +i=c.e +h=c.f.a +g=p&&k||j.length+1===r +c.r=g +if(g&&p){i=c.x +if(i==null){i=n.measureText(q).width +i.toString +i=c.x=C.d.aW(i*100)/100}f=c.PB(a0,o-i,c.f.a) +i=H.mO(n,m,c.f.a,f,l) +h=c.x +if(h==null){h=n.measureText(q).width +h.toString +h=c.x=C.d.aW(h*100)/100}e=i+h +d=H.aop(e,o,s) +h=c.f.a +j.push(new H.nu(C.b.S(m,h,f)+q,null,h,b,a,null,!1,1/0,1/0,1/0,e,e,d,1/0,j.length))}else if(i.a===h){f=c.PB(a0,o,h) +if(f===a0)break +c.zx(new H.dx(f,f,f,C.cM))}else c.zx(i)}if(c.r)return +s=a2.d +if(s===C.bx||s===C.b2)c.zx(a2) +c.e=a2}, +zx(a){var s,r,q=this,p=q.d,o=p.length,n=q.ES(q.f.a,a.c),m=a.b,l=q.ES(q.f.a,m),k=q.b,j=H.aop(n,q.c,k),i=k.c +i.toString +s=q.f.a +i=C.b.S(i,s,m) +r=a.d +r=r===C.bx||r===C.b2 +p.push(H.arx(i,a.a,m,r,j,o,s,n,l)) +q.f=q.e=a +if(p.length===k.b.x)q.r=!0}, +ES(a,b){var s=this.b,r=s.c +r.toString +return H.mO(this.a,r,a,b,s.b.y)}, +PB(a,b,c){var s,r,q=this.b.b.ch!=null?c:c+1,p=a +do{s=C.f.d1(q+p,2) +r=this.ES(c,s) +if(rb?q:s +p=s}}while(p-q>1) +return q}} +H.a1j.prototype={ +bm(a,b){var s,r=this,q=b.d +if(!(q===C.bx||q===C.b2))return +s=H.mO(r.a,r.b,r.e,b.b,r.c.y) +if(s>r.d)r.d=s +r.e=b.a}} +H.a9r.prototype={ +aK(a,b){var s,r,q,p,o,n,m=this.a.gdZ().Q +for(s=m.length,r=0;rr.gaw(r)}else r.z=!1 +if(r.y.b)switch(r.e){case C.aF:r.ch=(q-r.giW())/2 +break +case C.dc:r.ch=q-r.giW() +break +case C.av:r.ch=r.f===C.q?q-r.giW():0 +break +case C.dd:r.ch=r.f===C.l?q-r.giW():0 +break +default:r.ch=0 +break}}, +gPT(){return this.b.ch!=null}, +aK(a,b){var s,r,q,p,o,n,m,l=this,k=l.r +if(k!=null){s=b.a +r=b.b +q=l.gaO(l) +p=l.gaw(l) +k.b=!0 +a.cA(0,new P.v(s,r,s+q,r+p),k.a)}s=l.y.Q +s.toString +a.Gm(l.b.go6()) +r=l.d +r.b=!0 +r=r.a +q=a.d +q.gcT().lD(r,null) +o=b.b+l.geJ(l) +n=s.length +for(r=b.a,m=0;mr||b>r)return H.a([],t.G) +if(!d.gq9()){H.tP(d) +q=d.Q +q.toString +p=d.ch +return $.tQ.wI(d.b).agi(s,q,p,b,a,d.f)}s=d.y.Q +s.toString +if(a>=C.c.gL(s).d)return H.a([],t.G) +o=d.AE(a) +n=d.AE(b) +if(b===n.c)n=s[n.dx-1] +m=H.a([],t.G) +for(l=o.dx,q=n.dx,p=d.f;l<=q;++l){k=s[l] +j=k.c +i=a<=j?0:H.tP(d).oI(d,j,a) +j=k.e +h=b>=j?0:H.tP(d).oI(d,b,j) +j=d.y +g=j==null +f=g?null:j.f +if(f==null)f=0 +e=k.dx*f +f=k.cy +j=g?null:j.f +if(j==null)j=0 +m.push(new P.fT(f+i,e,f+k.cx-h,e+j,p))}return m}, +tC(a,b,c){return this.kg(a,b,c,C.c1)}, +fE(a){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.y.Q +if(!g.gq9())return H.tP(g).G3(g,g.Q,a) +s=a.b +if(s<0)return C.yu +r=g.y.f +r.toString +q=C.d.lO(s,r) +if(q>=f.length)return new P.b1(g.c.length,C.aR) +p=f[q] +o=p.cy +s=a.a +if(s<=o)return new P.b1(p.c,C.n) +if(s>=o+p.ch)return new P.b1(p.e,C.aR) +n=s-o +m=H.tP(g) +l=p.c +k=p.e +j=l +do{i=C.f.d1(j+k,2) +h=m.oI(g,l,i) +if(hn?j:i +k=i}}while(k-j>1) +if(j===k)return new P.b1(k,C.aR) +if(n-m.oI(g,l,j)=q.c&&a=k.length){k=c8.a +H.akt(k,!1,c3) +n=n?C.l:o +q=q?C.av:r +j=t.aE +return new H.np(k,new H.kb(n,q,d1,d2,d3,s,f,d0.e,d,e,H.aoH(a2,a0),d0.Q,i),"",j.a(c4),p,m,j.a(c3.fr),0)}if(typeof k[a4]!="string")return c9 +c5=new P.c6("") +j="" +while(!0){if(!(a4=0;--q){m=r[q].parentNode +m.toString +l=p.a(m).getBoundingClientRect() +m=l.left +m.toString +if(o>=m){m=l.right +m.toString +if(o=m){m=l.bottom +m.toString +m=n"),p=P.as(new H.bB(a,q),!0,q.j("ba.E")) +for(s=0;!0;){r=C.c.ea(p) +q=r.childNodes +C.c.O(p,new H.bB(q,H.b9(q).j("bB"))) +if(r===b)break +if(r.nodeType===3)s+=r.textContent.length}return s}, +DD(){var s,r=this +if(r.ch.c==null){s=$.aa +if(s==null)s=$.aa=H.bf() +s.kQ(r.d.a) +s.kQ(r.f.a) +s.kQ(r.x.a)}r.ch=null}, +agi(a,b,c,d,e,a0){var s,r,q,p,o,n,m,l,k,j=C.b.S(a,0,e),i=C.b.S(a,e,d),h=C.b.bv(a,d),g=document,f=g.createElement("span") +f.textContent=i +s=$.aa +if(s==null)s=$.aa=H.bf() +r=this.x +q=r.a +s.kQ(q) +q.appendChild(g.createTextNode(j)) +q.appendChild(f) +q.appendChild(g.createTextNode(h)) +r.Sc(b.a,null) +p=f.getClientRects() +if(p.prototype==null)p.prototype=Object.create(null) +o=H.a([],t.G) +g=this.a.x +if(g==null)n=1/0 +else{s=this.gkD() +n=g*s.gaw(s)}for(g=p.length,m=null,l=0;l=n)break +o.push(new P.fT(s.gjS(k)+c,s.gj7(k),s.gmT(k)+c,s.gabu(k),a0)) +m=k}g=$.aa;(g==null?$.aa=H.bf():g).kQ(q) +return o}, +l(a){var s=this +C.cD.cf(s.c) +C.cD.cf(s.e) +C.cD.cf(s.r) +C.cD.cf(s.gkD().gKk())}, +abF(a,b){var s,r,q=a.c,p=this.cx,o=p.h(0,q) +if(o==null){o=H.a([],t.Rl) +p.p(0,q,o)}o.push(b) +if(o.length>8)C.c.hC(o,0) +s=this.cy +s.push(q) +if(s.length>2400){for(r=0;r<100;++r)p.v(0,s[r]) +C.c.Fj(s,0,100)}}, +abE(a,b){var s,r,q,p,o,n,m,l=a.c +if(l==null)return null +s=this.cx.h(0,l) +if(s==null)return null +r=s.length +for(q=b.a,p=a.e,o=a.f,n=0;nthis.b)return C.yT +return C.yS}} +H.kH.prototype={ +rG(a,b,c){var s=H.Uw(b,c) +return s==null?this.b:this.oq(s)}, +oq(a){var s,r,q,p,o=this +if(a==null)return o.b +s=o.c +r=s.h(0,a) +if(r!=null)return r +q=o.a0s(a) +p=q===-1?o.b:o.a[q].c +s.p(0,a,p) +return p}, +a0s(a){var s,r,q=this.a,p=q.length +for(s=0;s ("+J.a_(a).i(0)+")"))}, +de(a){return this.a.$0()}} +H.a07.prototype={} +H.HP.prototype={ +j3(){var s=this,r=s.gd8(),q=s.r +if(r.r!=null){if(q!=null){r=s.gEd() +r.toString +q.el(r)}s.ta() +r=s.e +if(r!=null)r.el(s.c) +s.gEd().focus() +s.c.focus()}else if(q!=null){r=s.c +r.toString +q.el(r)}}} +H.a5s.prototype={ +j3(){var s,r=this,q=r.r +if(q!=null){s=r.c +s.toString +q.el(s)}if(r.gd8().r!=null){r.ta() +r.gEd().focus() +r.c.focus() +q=r.e +if(q!=null){s=r.c +s.toString +q.el(s)}}}, +x3(){this.c.focus()}} +H.wA.prototype={ +gd8(){var s=this.d +return s==null?H.f(H.u("inputConfiguration")):s}, +gEd(){var s=this.gd8().r +return s==null?null:s.a}, +ox(a,b,c){var s,r,q,p=this,o="transparent",n="none" +p.c=a.a.Dh() +p.Cw(a) +s=p.c +s.classList.add("flt-text-editing") +r=s.style +r.whiteSpace="pre-wrap" +C.e.ac(r,C.e.U(r,"align-content"),"center","") +r.position="absolute" +r.top="0" +r.left="0" +r.padding="0" +C.e.ac(r,C.e.U(r,"opacity"),"1","") +r.color=o +r.backgroundColor=o +r.background=o +r.outline=n +r.border=n +C.e.ac(r,C.e.U(r,"resize"),n,"") +C.e.ac(r,C.e.U(r,"text-shadow"),o,"") +r.overflow="hidden" +C.e.ac(r,C.e.U(r,"transform-origin"),"0 0 0","") +q=$.cb() +if(q!==C.bs)if(q!==C.c2)q=q===C.W +else q=!0 +else q=!0 +if(q)s.classList.add("transparentTextEditing") +C.e.ac(r,C.e.U(r,"caret-color"),o,null) +s=p.f +if(s!=null){q=p.c +q.toString +s.el(q)}if(p.gd8().r==null){s=$.aa +s=(s==null?$.aa=H.bf():s).Q +s.toString +q=p.c +q.toString +s.iD(0,q) +p.Q=!1}p.x3() +p.b=!0 +p.x=c +p.y=b}, +Cw(a){var s,r,q,p=this,o="readonly" +p.d=a +s=p.c +if(a.c)s.setAttribute(o,o) +else s.removeAttribute(o) +if(a.d)p.c.setAttribute("type","password") +if(a.a===C.lf)p.c.setAttribute("inputmode","none") +s=a.f +if(s!=null){r=p.c +r.toString +s.O0(r,!0)}q=a.e?"on":"off" +p.c.setAttribute("autocorrect",q)}, +x3(){this.j3()}, +qG(){var s,r,q,p,o=this +if(o.gd8().r!=null)C.c.O(o.z,o.gd8().r.qJ()) +s=o.z +r=o.c +r.toString +q=o.grJ() +p=t.TV.c +s.push(W.bJ(r,"input",q,!1,p)) +r=o.c +r.toString +s.push(W.bJ(r,"keydown",o.grW(),!1,t.hG.c)) +s.push(W.bJ(document,"selectionchange",q,!1,t.I3)) +q=o.c +q.toString +s.push(W.bJ(q,"blur",new H.X3(o),!1,p)) +o.Fa()}, +FH(a){this.r=a +if(this.b)this.j3()}, +FI(a){var s +this.f=a +if(this.b){s=this.c +s.toString +a.el(s)}}, +iI(a){var s,r,q=this,p=q.b=!1 +q.r=q.f=q.e=null +for(s=q.z,r=0;r=0&&a.c>=0) +else s=!0 +if(s)return +a.el(this.c)}, +j3(){this.c.focus()}, +ta(){var s,r=this.gd8().r +r.toString +s=this.c +s.toString +r=r.a +r.appendChild(s) +s=$.aa;(s==null?$.aa=H.bf():s).Q.iD(0,r) +this.Q=!0}, +PJ(a){var s,r=this,q=r.c +q.toString +s=H.arr(q) +if(!s.k(0,r.e)){r.e=s +r.x.$1(s)}}, +agg(a){var s +if(t.JG.b(a))if(this.gd8().a.gGO()&&a.keyCode===13){a.preventDefault() +s=this.y +s.toString +s.$1(this.gd8().b)}}, +DS(a,b,c,d){var s,r=this +r.ox(b,c,d) +r.qG() +s=r.e +if(s!=null)r.yF(s) +r.c.focus()}, +Fa(){var s,r=this,q=r.z,p=r.c +p.toString +s=t.dP.c +q.push(W.bJ(p,"mousedown",new H.X4(),!1,s)) +p=r.c +p.toString +q.push(W.bJ(p,"mouseup",new H.X5(),!1,s)) +p=r.c +p.toString +q.push(W.bJ(p,"mousemove",new H.X6(),!1,s))}} +H.X3.prototype={ +$1(a){this.a.c.focus()}, +$S:6} +H.X4.prototype={ +$1(a){a.preventDefault()}, +$S:59} +H.X5.prototype={ +$1(a){a.preventDefault()}, +$S:59} +H.X6.prototype={ +$1(a){a.preventDefault()}, +$S:59} +H.a_z.prototype={ +ox(a,b,c){var s,r=this +r.z5(a,b,c) +s=r.c +s.toString +a.a.Ot(s) +if(r.gd8().r!=null)r.ta() +s=r.c +s.toString +a.x.Gh(s)}, +x3(){var s=this.c.style +C.e.ac(s,C.e.U(s,"transform"),"translate(-9999px, -9999px)","") +this.k2=!1}, +qG(){var s,r,q,p,o=this +if(o.gd8().r!=null)C.c.O(o.z,o.gd8().r.qJ()) +s=o.z +r=o.c +r.toString +q=o.grJ() +p=t.TV.c +s.push(W.bJ(r,"input",q,!1,p)) +r=o.c +r.toString +s.push(W.bJ(r,"keydown",o.grW(),!1,t.hG.c)) +s.push(W.bJ(document,"selectionchange",q,!1,t.I3)) +q=o.c +q.toString +s.push(W.bJ(q,"focus",new H.a_C(o),!1,p)) +o.a06() +q=o.c +q.toString +s.push(W.bJ(q,"blur",new H.a_D(o),!1,p))}, +FH(a){var s=this +s.r=a +if(s.b&&s.k2)s.j3()}, +iI(a){var s +this.UU(0) +s=this.k1 +if(s!=null)s.aV(0) +this.k1=null}, +a06(){var s=this.c +s.toString +this.z.push(W.bJ(s,"click",new H.a_A(this),!1,t.dP.c))}, +LZ(){var s=this.k1 +if(s!=null)s.aV(0) +this.k1=P.bX(C.aC,new H.a_B(this))}, +j3(){var s,r +this.c.focus() +s=this.r +if(s!=null){r=this.c +r.toString +s.el(r)}}} +H.a_C.prototype={ +$1(a){this.a.LZ()}, +$S:6} +H.a_D.prototype={ +$1(a){var s,r +if($.aa==null)$.aa=H.bf() +s=document.hasFocus() +if(s==null)s=!1 +r=this.a +if(s)r.c.focus() +else r.a.yB()}, +$S:6} +H.a_A.prototype={ +$1(a){var s,r=this.a +if(r.k2){s=r.c.style +C.e.ac(s,C.e.U(s,"transform"),"translate(-9999px, -9999px)","") +r.k2=!1 +r.LZ()}}, +$S:59} +H.a_B.prototype={ +$0(){var s=this.a +s.k2=!0 +s.j3()}, +$S:0} +H.Vi.prototype={ +ox(a,b,c){var s,r,q=this +q.z5(a,b,c) +s=q.c +s.toString +a.a.Ot(s) +if(q.gd8().r!=null)q.ta() +else{s=$.aa +s=(s==null?$.aa=H.bf():s).Q +s.toString +r=q.c +r.toString +s.iD(0,r)}s=q.c +s.toString +a.x.Gh(s)}, +qG(){var s,r,q,p,o=this +if(o.gd8().r!=null)C.c.O(o.z,o.gd8().r.qJ()) +s=o.z +r=o.c +r.toString +q=o.grJ() +p=t.TV.c +s.push(W.bJ(r,"input",q,!1,p)) +r=o.c +r.toString +s.push(W.bJ(r,"keydown",o.grW(),!1,t.hG.c)) +s.push(W.bJ(document,"selectionchange",q,!1,t.I3)) +q=o.c +q.toString +s.push(W.bJ(q,"blur",new H.Vj(o),!1,p))}, +j3(){var s,r +this.c.focus() +s=this.r +if(s!=null){r=this.c +r.toString +s.el(r)}}} +H.Vj.prototype={ +$1(a){var s,r +if($.aa==null)$.aa=H.bf() +s=document.hasFocus() +if(s==null)s=!1 +r=this.a +if(s)r.c.focus() +else r.a.yB()}, +$S:6} +H.Z2.prototype={ +ox(a,b,c){this.z5(a,b,c) +if(this.gd8().r!=null)this.ta()}, +qG(){var s,r,q,p,o,n=this +if(n.gd8().r!=null)C.c.O(n.z,n.gd8().r.qJ()) +s=n.z +r=n.c +r.toString +q=n.grJ() +p=t.TV.c +s.push(W.bJ(r,"input",q,!1,p)) +r=n.c +r.toString +o=t.hG.c +s.push(W.bJ(r,"keydown",n.grW(),!1,o)) +r=n.c +r.toString +s.push(W.bJ(r,"keyup",new H.Z4(n),!1,o)) +o=n.c +o.toString +s.push(W.bJ(o,"select",q,!1,p)) +q=n.c +q.toString +s.push(W.bJ(q,"blur",new H.Z5(n),!1,p)) +n.Fa()}, +a8h(){P.bX(C.A,new H.Z3(this))}, +j3(){var s,r,q=this +q.c.focus() +s=q.r +if(s!=null){r=q.c +r.toString +s.el(r)}s=q.e +if(s!=null){r=q.c +r.toString +s.el(r)}}} +H.Z4.prototype={ +$1(a){this.a.PJ(a)}, +$S:451} +H.Z5.prototype={ +$1(a){this.a.a8h()}, +$S:6} +H.Z3.prototype={ +$0(){this.a.c.focus()}, +$S:0} +H.a99.prototype={} +H.a9g.prototype={ +hF(a){var s=a.b +if(s!=null&&s!==this.a&&a.c){a.c=!1 +a.gjg().iI(0)}a.b=this.a +a.d=this.b}} +H.a9n.prototype={ +hF(a){var s=a.gjg(),r=a.d +r.toString +s.Cw(r)}} +H.a9i.prototype={ +hF(a){a.gjg().yF(this.a)}} +H.a9l.prototype={ +hF(a){if(!a.c)a.a9D()}} +H.a9h.prototype={ +hF(a){a.gjg().FH(this.a)}} +H.a9k.prototype={ +hF(a){a.gjg().FI(this.a)}} +H.a98.prototype={ +hF(a){if(a.c){a.c=!1 +a.gjg().iI(0)}}} +H.a9d.prototype={ +hF(a){if(a.c){a.c=!1 +a.gjg().iI(0)}}} +H.a9j.prototype={ +hF(a){}} +H.a9f.prototype={ +hF(a){}} +H.a9e.prototype={ +hF(a){}} +H.a9c.prototype={ +hF(a){a.yB() +if(this.a)H.aL8() +H.aJw()}} +H.aln.prototype={ +$2(a,b){t.Zb.a(J.V0(b.getElementsByClassName("submitBtn"))).click()}, +$S:431} +H.a90.prototype={ +af9(a,b){var s,r,q,p,o,n,m,l,k=C.aT.i_(a) +switch(k.a){case"TextInput.setClient":s=k.b +r=J.al(s) +q=new H.a9g(r.h(s,0),H.arQ(r.h(s,1))) +break +case"TextInput.updateConfig":this.a.d=H.arQ(k.b) +q=C.AD +break +case"TextInput.setEditingState":q=new H.a9i(H.ars(k.b)) +break +case"TextInput.show":q=C.AB +break +case"TextInput.setEditableSizeAndTransform":s=k.b +r=J.al(s) +p=P.bo(r.h(s,"transform"),!0,t.i) +q=new H.a9h(new H.XT(r.h(s,"width"),r.h(s,"height"),new Float32Array(H.vj(p)))) +break +case"TextInput.setStyle":s=k.b +r=J.al(s) +o=r.h(s,"textAlignIndex") +n=r.h(s,"textDirectionIndex") +m=r.h(s,"fontWeightIndex") +l=m!=null?H.avC(m):"normal" +q=new H.a9k(new H.Y7(r.h(s,"fontSize"),l,r.h(s,"fontFamily"),C.IK[o],C.IJ[n])) +break +case"TextInput.clearClient":q=C.Aw +break +case"TextInput.hide":q=C.Ax +break +case"TextInput.requestAutofill":q=C.Ay +break +case"TextInput.finishAutofillContext":q=new H.a9c(H.vh(k.b)) +break +case"TextInput.setMarkedTextRect":q=C.AA +break +case"TextInput.setCaretRect":q=C.Az +break +default:$.bs().fC(b,null) +return}q.hF(this.a) +new H.a91(b).$0()}} +H.a91.prototype={ +$0(){$.bs().fC(this.a,C.af.cq([!0]))}, +$S:0} +H.a_w.prototype={ +gw5(a){var s=this.a +return s==null?H.f(H.u("channel")):s}, +gjg(){var s,r,q,p=this,o=p.f +if(o==null){o=$.e8 +if((o==null?$.e8=H.lo():o).x)o=H.aEW(p) +else{o=$.cb() +s=o===C.W +if(s){r=$.fq() +r=r===C.bn}else r=!1 +if(r)q=new H.a_z(p,H.a([],t.Iu)) +else if(s)q=new H.a5s(p,H.a([],t.Iu)) +else{if(o===C.bs){s=$.fq() +s=s===C.jF}else s=!1 +if(s)q=new H.Vi(p,H.a([],t.Iu)) +else{s=t.Iu +q=o===C.bH?new H.Z2(p,H.a([],s)):new H.HP(p,H.a([],s))}}o=q}if(p.f==null)p.f=o +else o=H.f(H.cB("strategy"))}return o}, +a9D(){var s,r,q=this +q.c=!0 +s=q.gjg() +r=q.d +r.toString +s.DS(0,r,new H.a_x(q),new H.a_y(q))}, +yB(){var s,r=this +if(r.c){r.c=!1 +r.gjg().iI(0) +r.gw5(r) +s=r.b +$.bs().iT("flutter/textinput",C.aT.iL(new H.hV("TextInputClient.onConnectionClosed",[s])),H.ajB())}}} +H.a_y.prototype={ +$1(a){var s=this.a +s.gw5(s) +s=s.b +$.bs().iT("flutter/textinput",C.aT.iL(new H.hV("TextInputClient.updateEditingState",[s,a.S4()])),H.ajB())}, +$S:423} +H.a_x.prototype={ +$1(a){var s=this.a +s.gw5(s) +s=s.b +$.bs().iT("flutter/textinput",C.aT.iL(new H.hV("TextInputClient.performAction",[s,a])),H.ajB())}, +$S:417} +H.Y7.prototype={ +el(a){var s=this,r=a.style,q=H.alu(s.d,s.e) +r.textAlign=q==null?"":q +q=s.b+" "+H.c(s.a)+"px "+H.c(H.mM(s.c)) +r.font=q}} +H.XT.prototype={ +el(a){var s=H.fo(this.c),r=a.style,q=H.c(this.a)+"px" +r.width=q +q=H.c(this.b)+"px" +r.height=q +C.e.ac(r,C.e.U(r,"transform"),s,"")}} +H.AT.prototype={ +i(a){return this.b}} +H.bx.prototype={ +Zz(){var s=this.a +s[15]=1 +s[0]=1 +s[5]=1 +s[10]=1}, +b0(a){var s=a.a,r=this.a +r[15]=s[15] +r[14]=s[14] +r[13]=s[13] +r[12]=s[12] +r[11]=s[11] +r[10]=s[10] +r[9]=s[9] +r[8]=s[8] +r[7]=s[7] +r[6]=s[6] +r[5]=s[5] +r[4]=s[4] +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +h(a,b){return this.a[b]}, +FA(a,b,a0,a1){var s=this.a,r=s[0],q=s[4],p=s[8],o=s[12],n=s[1],m=s[5],l=s[9],k=s[13],j=s[2],i=s[6],h=s[10],g=s[14],f=s[3],e=s[7],d=s[11],c=s[15] +s[12]=r*b+q*a0+p*a1+o +s[13]=n*b+m*a0+l*a1+k +s[14]=j*b+i*a0+h*a1+g +s[15]=f*b+e*a0+d*a1+c}, +an(a,b,c){return this.FA(a,b,c,0)}, +fH(a,b,c,d){var s=c==null?b:c,r=this.a +r[15]=r[15] +r[0]=r[0]*b +r[1]=r[1]*b +r[2]=r[2]*b +r[3]=r[3]*b +r[4]=r[4]*s +r[5]=r[5]*s +r[6]=r[6]*s +r[7]=r[7]*s +r[8]=r[8]*b +r[9]=r[9]*b +r[10]=r[10]*b +r[11]=r[11]*b +r[12]=r[12] +r[13]=r[13] +r[14]=r[14]}, +bO(a,b){return this.fH(a,b,null,null)}, +cE(a,b,c){return this.fH(a,b,c,null)}, +a_(a,b){var s +if(typeof b=="number"){s=new H.bx(new Float32Array(16)) +s.b0(this) +s.fH(0,b,null,null) +return s}if(b instanceof H.bx)return this.ew(b) +throw H.b(P.ci(b,null))}, +rN(a){var s=this.a +return s[0]===1&&s[1]===0&&s[2]===0&&s[3]===0&&s[4]===0&&s[5]===1&&s[6]===0&&s[7]===0&&s[8]===0&&s[9]===0&&s[10]===1&&s[11]===0&&s[12]===0&&s[13]===0&&s[14]===0&&s[15]===1}, +Qt(){var s=this.a +return s[15]===1&&s[0]===1&&s[1]===0&&s[2]===0&&s[3]===0&&s[4]===0&&s[5]===1&&s[6]===0&&s[7]===0&&s[8]===0&&s[9]===0&&s[10]===1&&s[11]===0}, +RX(b1,b2,b3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=Math.sqrt(b2.gmD()),c=b2.a,b=c[0]/d,a=c[1]/d,a0=c[2]/d,a1=Math.cos(b3),a2=Math.sin(b3),a3=1-a1,a4=b*b*a3+a1,a5=a0*a2,a6=b*a*a3-a5,a7=a*a2,a8=b*a0*a3+a7,a9=a*b*a3+a5,b0=a*a*a3+a1 +a5=b*a2 +s=a*a0*a3-a5 +r=a0*b*a3-a7 +q=a0*a*a3+a5 +p=a0*a0*a3+a1 +a5=this.a +a7=a5[0] +o=a5[4] +n=a5[8] +m=a5[1] +l=a5[5] +k=a5[9] +j=a5[2] +i=a5[6] +h=a5[10] +g=a5[3] +f=a5[7] +e=a5[11] +a5[0]=a7*a4+o*a9+n*r +a5[1]=m*a4+l*a9+k*r +a5[2]=j*a4+i*a9+h*r +a5[3]=g*a4+f*a9+e*r +a5[4]=a7*a6+o*b0+n*q +a5[5]=m*a6+l*b0+k*q +a5[6]=j*a6+i*b0+h*q +a5[7]=g*a6+f*b0+e*q +a5[8]=a7*a8+o*s+n*p +a5[9]=m*a8+l*s+k*p +a5[10]=j*a8+i*s+h*p +a5[11]=g*a8+f*s+e*p}, +lC(a,b,c){var s=this.a +s[14]=c +s[13]=b +s[12]=a}, +kU(b5){var s,r,q,p,o=b5.a,n=o[0],m=o[1],l=o[2],k=o[3],j=o[4],i=o[5],h=o[6],g=o[7],f=o[8],e=o[9],d=o[10],c=o[11],b=o[12],a=o[13],a0=o[14],a1=o[15],a2=n*i-m*j,a3=n*h-l*j,a4=n*g-k*j,a5=m*h-l*i,a6=m*g-k*i,a7=l*g-k*h,a8=f*a-e*b,a9=f*a0-d*b,b0=f*a1-c*b,b1=e*a0-d*a,b2=e*a1-c*a,b3=d*a1-c*a0,b4=a2*b3-a3*b2+a4*b1+a5*b0-a6*a9+a7*a8 +if(b4===0){this.b0(b5) +return 0}s=1/b4 +r=this.a +r[0]=(i*b3-h*b2+g*b1)*s +r[1]=(-m*b3+l*b2-k*b1)*s +r[2]=(a*a7-a0*a6+a1*a5)*s +r[3]=(-e*a7+d*a6-c*a5)*s +q=-j +r[4]=(q*b3+h*b0-g*a9)*s +r[5]=(n*b3-l*b0+k*a9)*s +p=-b +r[6]=(p*a7+a0*a4-a1*a3)*s +r[7]=(f*a7-d*a4+c*a3)*s +r[8]=(j*b2-i*b0+g*a8)*s +r[9]=(-n*b2+m*b0-k*a8)*s +r[10]=(b*a6-a*a4+a1*a2)*s +r[11]=(-f*a6+e*a4-c*a2)*s +r[12]=(q*b1+i*a9-h*a8)*s +r[13]=(n*b1-m*a9+l*a8)*s +r[14]=(p*a5+a*a3-a0*a2)*s +r[15]=(f*a5-e*a3+d*a2)*s +return b4}, +co(b5,b6){var s=this.a,r=s[15],q=s[0],p=s[4],o=s[8],n=s[12],m=s[1],l=s[5],k=s[9],j=s[13],i=s[2],h=s[6],g=s[10],f=s[14],e=s[3],d=s[7],c=s[11],b=b6.a,a=b[15],a0=b[0],a1=b[4],a2=b[8],a3=b[12],a4=b[1],a5=b[5],a6=b[9],a7=b[13],a8=b[2],a9=b[6],b0=b[10],b1=b[14],b2=b[3],b3=b[7],b4=b[11] +s[0]=q*a0+p*a4+o*a8+n*b2 +s[4]=q*a1+p*a5+o*a9+n*b3 +s[8]=q*a2+p*a6+o*b0+n*b4 +s[12]=q*a3+p*a7+o*b1+n*a +s[1]=m*a0+l*a4+k*a8+j*b2 +s[5]=m*a1+l*a5+k*a9+j*b3 +s[9]=m*a2+l*a6+k*b0+j*b4 +s[13]=m*a3+l*a7+k*b1+j*a +s[2]=i*a0+h*a4+g*a8+f*b2 +s[6]=i*a1+h*a5+g*a9+f*b3 +s[10]=i*a2+h*a6+g*b0+f*b4 +s[14]=i*a3+h*a7+g*b1+f*a +s[3]=e*a0+d*a4+c*a8+r*b2 +s[7]=e*a1+d*a5+c*a9+r*b3 +s[11]=e*a2+d*a6+c*b0+r*b4 +s[15]=e*a3+d*a7+c*b1+r*a}, +ew(a){var s=new H.bx(new Float32Array(16)) +s.b0(this) +s.co(0,a) +return s}, +S7(a){var s=a[0],r=a[1],q=this.a +a[0]=q[0]*s+q[4]*r+q[12] +a[1]=q[1]*s+q[5]*r+q[13]}, +i(a){var s=this.bR(0) +return s}} +H.aa3.prototype={ +h(a,b){return this.a[b]}, +gn(a){var s=this.a,r=s[0],q=s[1] +s=s[2] +return Math.sqrt(r*r+q*q+s*s)}, +gmD(){var s=this.a,r=s[0],q=s[1] +s=s[2] +return r*r+q*q+s*s}} +H.MH.prototype={ +a_A(){$.pW().p(0,"_flutter_internal_update_experiment",this.gaiI()) +$.iu.push(new H.aa7())}, +aiJ(a,b){switch(a){case"useCanvasText":this.a=b!==!1 +break +case"useCanvasRichText":this.b=b!==!1 +break}}} +H.aa7.prototype={ +$0(){$.pW().p(0,"_flutter_internal_update_experiment",null)}, +$S:0} +H.H9.prototype={ +YM(a,b){var s=this,r=s.b,q=s.a +r.d.p(0,q,s) +r.e.p(0,q,C.lg) +if($.pJ)s.c=H.akw($.Um)}, +gvZ(){var s,r=this.c +if(r==null){if($.pJ)s=$.Um +else s=C.io +$.pJ=!0 +r=this.c=H.akw(s)}return r}, +qA(){var s=0,r=P.K(t.H),q,p=this,o,n,m +var $async$qA=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:m=p.c +if(m==null){if($.pJ)o=$.Um +else o=C.io +$.pJ=!0 +m=p.c=H.akw(o)}if(m instanceof H.A8){s=1 +break}n=m.gmZ() +m=p.c +s=3 +return P.L(m==null?null:m.j6(),$async$qA) +case 3:p.c=H.ata(n) +case 1:return P.I(q,r)}}) +return P.J($async$qA,r)}, +vK(){var s=0,r=P.K(t.H),q,p=this,o,n,m +var $async$vK=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:m=p.c +if(m==null){if($.pJ)o=$.Um +else o=C.io +$.pJ=!0 +m=p.c=H.akw(o)}if(m instanceof H.rp){s=1 +break}n=m.gmZ() +m=p.c +s=3 +return P.L(m==null?null:m.j6(),$async$vK) +case 3:m=new H.rp(n) +m.Hw(n) +p.c=m +case 1:return P.I(q,r)}}) +return P.J($async$vK,r)}, +qC(a){return this.aaF(a)}, +aaF(a){var s=0,r=P.K(t.y),q,p=2,o,n=[],m=this,l,k,j +var $async$qC=P.G(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:k=m.d +j=new P.aC(new P.a3($.Y,t.U),t.h) +m.d=j.a +s=3 +return P.L(k,$async$qC) +case 3:l=!1 +p=4 +s=7 +return P.L(a.$0(),$async$qC) +case 7:l=c +n.push(6) +s=5 +break +case 4:n=[2] +case 5:p=2 +J.ayT(j) +s=n.pop() +break +case 6:q=l +s=1 +break +case 1:return P.I(q,r) +case 2:return P.H(o,r)}}) +return P.J($async$qC,r)}, +El(a){return this.aeW(a)}, +aeW(a){var s=0,r=P.K(t.y),q,p=this +var $async$El=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:q=p.qC(new H.Yn(p,a)) +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$El,r)}, +gtA(){var s=this.b.e.h(0,this.a) +return s==null?C.lg:s}, +gjX(){if(this.f==null)this.Oo() +var s=this.f +s.toString +return s}, +Oo(){var s,r,q,p,o,n,m=this,l=window.visualViewport +if(l!=null){s=$.fq() +r=m.x +if(s===C.bn){s=document.documentElement +q=s.clientWidth +p=s.clientHeight +o=q*(r==null?H.aY():r) +s=m.x +n=p*(s==null?H.aY():s)}else{s=l.width +s.toString +o=s*(r==null?H.aY():r) +s=l.height +s.toString +r=m.x +n=s*(r==null?H.aY():r)}}else{s=window.innerWidth +s.toString +r=m.x +o=s*(r==null?H.aY():r) +s=window.innerHeight +s.toString +r=m.x +n=s*(r==null?H.aY():r)}m.f=new P.D(o,n)}, +On(a){var s,r,q,p=this,o=window.visualViewport +if(o!=null){s=$.fq() +s=s===C.bn&&!a +r=p.x +if(s){s=document.documentElement.clientHeight +q=s*(r==null?H.aY():r)}else{s=o.height +s.toString +q=s*(r==null?H.aY():r)}}else{s=window.innerHeight +s.toString +r=p.x +q=s*(r==null?H.aY():r)}p.e=new H.MM(0,0,0,p.f.b-q)}, +afM(){var s,r,q=this,p=window.visualViewport,o=q.x +if(p!=null){p=window.visualViewport.height +p.toString +s=p*(o==null?H.aY():o) +p=window.visualViewport.width +p.toString +o=q.x +r=p*(o==null?H.aY():o)}else{p=window.innerHeight +p.toString +s=p*(o==null?H.aY():o) +p=window.innerWidth +p.toString +o=q.x +r=p*(o==null?H.aY():o)}p=q.f +if(p!=null){o=p.b +if(o!==s&&p.a!==r){p=p.a +if(!(o>p&&so&&r").aH(b).j("cc<1,2>"))}, +H(a,b){if(!!a.fixed$length)H.f(P.S("add")) +a.push(b)}, +hC(a,b){if(!!a.fixed$length)H.f(P.S("removeAt")) +if(b<0||b>=a.length)throw H.b(P.Kf(b,null,null)) +return a.splice(b,1)[0]}, +mB(a,b,c){if(!!a.fixed$length)H.f(P.S("insert")) +if(b<0||b>a.length)throw H.b(P.Kf(b,null,null)) +a.splice(b,0,c)}, +Qf(a,b,c){var s,r +if(!!a.fixed$length)H.f(P.S("insertAll")) +P.asO(b,0,a.length,"index") +if(!t.Ee.b(c))c=J.aBA(c) +s=J.cF(c) +a.length=a.length+s +r=b+s +this.bj(a,r,a.length,a,b) +this.cZ(a,b,r,c)}, +ea(a){if(!!a.fixed$length)H.f(P.S("removeLast")) +if(a.length===0)throw H.b(H.pP(a,-1)) +return a.pop()}, +v(a,b){var s +if(!!a.fixed$length)H.f(P.S("remove")) +for(s=0;s").aH(c).j("at<1,2>"))}, +c8(a,b){var s,r=P.aj(a.length,"",!1,t.N) +for(s=0;s=0;--s){r=a[s] +if(b.$1(r))return r +if(q!==a.length)throw H.b(P.bE(a))}if(c!=null)return c.$0() +throw H.b(H.bU())}, +afV(a,b){return this.lj(a,b,null)}, +b2(a,b){return a[b]}, +cI(a,b,c){var s=a.length +if(b>s)throw H.b(P.bv(b,0,s,"start",null)) +if(c==null)c=s +else if(cs)throw H.b(P.bv(c,b,s,"end",null)) +if(b===c)return H.a([],H.aq(a)) +return H.a(a.slice(b,c),H.aq(a))}, +fL(a,b){return this.cI(a,b,null)}, +tH(a,b,c){P.ev(b,c,a.length) +return H.fS(a,b,c,H.aq(a).c)}, +gK(a){if(a.length>0)return a[0] +throw H.b(H.bU())}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(H.bU())}, +gcp(a){var s=a.length +if(s===1)return a[0] +if(s===0)throw H.b(H.bU()) +throw H.b(H.arU())}, +Fj(a,b,c){if(!!a.fixed$length)H.f(P.S("removeRange")) +P.ev(b,c,a.length) +a.splice(b,c-b)}, +bj(a,b,c,d,e){var s,r,q,p,o +if(!!a.immutable$list)H.f(P.S("setRange")) +P.ev(b,c,a.length) +s=c-b +if(s===0)return +P.d8(e,"skipCount") +if(t.j.b(d)){r=d +q=e}else{r=J.V8(d,e).f8(0,!1) +q=0}p=J.al(r) +if(q+s>p.gn(r))throw H.b(H.arT()) +if(q=0;--o)a[b+o]=p.h(r,q+o) +else for(o=0;o=r)return-1 +for(s=0;sa.length)H.aq(a).c.a(null) +a.length=b}, +h(a,b){if(b>=a.length||b<0)throw H.b(H.pP(a,b)) +return a[b]}, +p(a,b,c){if(!!a.immutable$list)H.f(P.S("indexed set")) +if(b>=a.length||b<0)throw H.b(H.pP(a,b)) +a[b]=c}, +P(a,b){var s=P.as(a,!0,H.aq(a).c) +this.O(s,b) +return s}, +Q9(a,b){var s +if(0>=a.length)return-1 +for(s=0;s=p){r.d=null +return!1}r.d=q[s] +r.c=s+1 +return!0}} +J.lE.prototype={ +bQ(a,b){var s +if(ab)return 1 +else if(a===b){if(a===0){s=this.grO(b) +if(this.grO(a)===s)return 0 +if(this.grO(a))return-1 +return 1}return 0}else if(isNaN(a)){if(isNaN(b))return 0 +return 1}else return-1}, +grO(a){return a===0?1/a<0:a<0}, +gyO(a){var s +if(a>0)s=1 +else s=a<0?-1:a +return s}, +eb(a){var s +if(a>=-2147483648&&a<=2147483647)return a|0 +if(isFinite(a)){s=a<0?Math.ceil(a):Math.floor(a) +return s+0}throw H.b(P.S(""+a+".toInt()"))}, +dH(a){var s,r +if(a>=0){if(a<=2147483647){s=a|0 +return a===s?s:s+1}}else if(a>=-2147483648)return a|0 +r=Math.ceil(a) +if(isFinite(r))return r +throw H.b(P.S(""+a+".ceil()"))}, +eM(a){var s,r +if(a>=0){if(a<=2147483647)return a|0}else if(a>=-2147483648){s=a|0 +return a===s?s:s-1}r=Math.floor(a) +if(isFinite(r))return r +throw H.b(P.S(""+a+".floor()"))}, +aW(a){if(a>0){if(a!==1/0)return Math.round(a)}else if(a>-1/0)return 0-Math.round(0-a) +throw H.b(P.S(""+a+".round()"))}, +aig(a){if(a<0)return-Math.round(-a) +else return Math.round(a)}, +G(a,b,c){if(this.bQ(b,c)>0)throw H.b(H.vo(b)) +if(this.bQ(a,b)<0)return b +if(this.bQ(a,c)>0)return c +return a}, +a6(a,b){var s +if(b>20)throw H.b(P.bv(b,0,20,"fractionDigits",null)) +s=a.toFixed(b) +if(a===0&&this.grO(a))return"-"+s +return s}, +aiv(a,b){var s +if(b<1||b>21)throw H.b(P.bv(b,1,21,"precision",null)) +s=a.toPrecision(b) +if(a===0&&this.grO(a))return"-"+s +return s}, +kc(a,b){var s,r,q,p +if(b<2||b>36)throw H.b(P.bv(b,2,36,"radix",null)) +s=a.toString(b) +if(C.b.ay(s,s.length-1)!==41)return s +r=/^([\da-z]+)(?:\.([\da-z]+))?\(e\+(\d+)\)$/.exec(s) +if(r==null)H.f(P.S("Unexpected toString result: "+s)) +s=r[1] +q=+r[3] +p=r[2] +if(p!=null){s+=p +q-=p.length}return s+C.b.a_("0",q)}, +i(a){if(a===0&&1/a<0)return"-0.0" +else return""+a}, +gu(a){var s,r,q,p,o=a|0 +if(a===o)return o&536870911 +s=Math.abs(a) +r=Math.log(s)/0.6931471805599453|0 +q=Math.pow(2,r) +p=s<1?s/q:q/s +return((p*9007199254740992|0)+(p*3542243181176521|0))*599197+r*1259&536870911}, +P(a,b){return a+b}, +a7(a,b){return a-b}, +a_(a,b){return a*b}, +eQ(a,b){var s=a%b +if(s===0)return 0 +if(s>0)return s +if(b<0)return s-b +else return s+b}, +lO(a,b){if((a|0)===a)if(b>=1||b<-1)return a/b|0 +return this.MN(a,b)}, +d1(a,b){return(a|0)===a?a/b|0:this.MN(a,b)}, +MN(a,b){var s=a/b +if(s>=-2147483648&&s<=2147483647)return s|0 +if(s>0){if(s!==1/0)return Math.floor(s)}else if(s>-1/0)return Math.ceil(s) +throw H.b(P.S("Result of truncating division is "+H.c(s)+": "+H.c(a)+" ~/ "+H.c(b)))}, +TI(a,b){if(b<0)throw H.b(H.vo(b)) +return b>31?0:a<>>0}, +a9k(a,b){return b>31?0:a<>>0}, +dQ(a,b){var s +if(a>0)s=this.Mm(a,b) +else{s=b>31?31:b +s=a>>s>>>0}return s}, +a9r(a,b){if(0>b)throw H.b(H.vo(b)) +return this.Mm(a,b)}, +Mm(a,b){return b>31?0:a>>>b}, +gdO(a){return C.TO}, +$ic4:1, +$iR:1, +$ic0:1} +J.r9.prototype={ +gyO(a){var s +if(a>0)s=1 +else s=a<0?-1:a +return s}, +gdO(a){return C.TM}, +$iq:1} +J.xI.prototype={ +gdO(a){return C.TJ}} +J.jY.prototype={ +ay(a,b){if(b<0)throw H.b(H.pP(a,b)) +if(b>=a.length)H.f(H.pP(a,b)) +return a.charCodeAt(b)}, +aE(a,b){if(b>=a.length)throw H.b(H.pP(a,b)) +return a.charCodeAt(b)}, +Ct(a,b,c){var s=b.length +if(c>s)throw H.b(P.bv(c,0,s,null,null)) +return new H.Sm(b,a,c)}, +Cs(a,b){return this.Ct(a,b,0)}, +xj(a,b,c){var s,r,q=null +if(c<0||c>b.length)throw H.b(P.bv(c,0,b.length,q,q)) +s=a.length +if(c+s>b.length)return q +for(r=0;rr)return!1 +return b===this.bv(a,r-s)}, +RL(a,b,c){P.asO(0,0,a.length,"startIndex") +return H.aLh(a,b,c,0)}, +lG(a,b){if(typeof b=="string")return H.a(a.split(b),t.s) +else if(b instanceof H.lF&&b.gKS().exec("").length-2===0)return H.a(a.split(b.b),t.s) +else return this.a1V(a,b)}, +p9(a,b,c,d){var s=P.ev(b,c,a.length) +return H.awf(a,b,s,d)}, +a1V(a,b){var s,r,q,p,o,n,m=H.a([],t.s) +for(s=J.alN(b,a),s=s.gX(s),r=0,q=1;s.t();){p=s.gE(s) +o=p.ghJ(p) +n=p.giM(p) +q=n-o +if(q===0&&r===o)continue +m.push(this.S(a,r,o)) +r=n}if(r0)m.push(this.bv(a,r)) +return m}, +fb(a,b,c){var s +if(c<0||c>a.length)throw H.b(P.bv(c,0,a.length,null,null)) +if(typeof b=="string"){s=c+b.length +if(s>a.length)return!1 +return b===a.substring(c,s)}return J.aAY(b,a,c)!=null}, +bP(a,b){return this.fb(a,b,0)}, +S(a,b,c){return a.substring(b,P.ev(b,c,a.length))}, +bv(a,b){return this.S(a,b,null)}, +Fu(a){return a.toLowerCase()}, +cX(a){var s,r,q,p=a.trim(),o=p.length +if(o===0)return p +if(this.aE(p,0)===133){s=J.amT(p,1) +if(s===o)return""}else s=0 +r=o-1 +q=this.ay(p,r)===133?J.amU(p,r):o +if(s===0&&q===o)return p +return p.substring(s,q)}, +S9(a){var s,r +if(typeof a.trimLeft!="undefined"){s=a.trimLeft() +if(s.length===0)return s +r=this.aE(s,0)===133?J.amT(s,1):0}else{r=J.amT(a,0) +s=a}if(r===0)return s +if(r===s.length)return"" +return s.substring(r)}, +xZ(a){var s,r,q +if(typeof a.trimRight!="undefined"){s=a.trimRight() +r=s.length +if(r===0)return s +q=r-1 +if(this.ay(s,q)===133)r=J.amU(s,q)}else{r=J.amU(a,a.length) +s=a}if(r===s.length)return s +if(r===0)return"" +return s.substring(0,r)}, +a_(a,b){var s,r +if(0>=b)return"" +if(b===1||a.length===0)return a +if(b!==b>>>0)throw H.b(C.Ao) +for(s=a,r="";!0;){if((b&1)===1)r=s+r +b=b>>>1 +if(b===0)break +s+=s}return r}, +t5(a,b,c){var s=b-a.length +if(s<=0)return a +return this.a_(c,s)+a}, +ow(a,b,c){var s,r,q,p +if(c<0||c>a.length)throw H.b(P.bv(c,0,a.length,null,null)) +if(typeof b=="string")return a.indexOf(b,c) +if(b instanceof H.lF){s=b.Jt(a,c) +return s==null?-1:s.b.index}for(r=a.length,q=J.l_(b),p=c;p<=r;++p)if(q.xj(b,a,p)!=null)return p +return-1}, +dT(a,b){return this.ow(a,b,0)}, +afT(a,b,c){var s,r,q +if(c==null)c=a.length +else if(c<0||c>a.length)throw H.b(P.bv(c,0,a.length,null,null)) +if(typeof b=="string"){s=b.length +r=a.length +if(c+s>r)c=r-s +return a.lastIndexOf(b,c)}for(s=J.l_(b),q=c;q>=0;--q)if(s.xj(b,a,q)!=null)return q +return-1}, +afS(a,b){return this.afT(a,b,null)}, +mr(a,b,c){var s=a.length +if(c>s)throw H.b(P.bv(c,0,s,null,null)) +return H.aLb(a,b,c)}, +A(a,b){return this.mr(a,b,0)}, +bQ(a,b){var s +if(a===b)s=0 +else s=a>6}r=r+((r&67108863)<<3)&536870911 +r^=r>>11 +return r+((r&16383)<<15)&536870911}, +gdO(a){return C.yN}, +gn(a){return a.length}, +h(a,b){if(b>=a.length||b<0)throw H.b(H.pP(a,b)) +return a[b]}, +$ib_:1, +$ic4:1, +$im:1} +H.nd.prototype={ +jT(a,b,c,d){var s=this.a.EJ(null,b,c),r=this.$ti +r=new H.qe(s,$.Y,r.j("@<1>").aH(r.Q[1]).j("qe<1,2>")) +s.t1(r.ga7i()) +r.t1(a) +r.xt(0,d) +return r}, +EJ(a,b,c){return this.jT(a,b,c,null)}, +eW(a,b){return new H.nd(this.a,this.$ti.j("@<1>").aH(b).j("nd<1,2>"))}} +H.qe.prototype={ +aV(a){return this.a.aV(0)}, +t1(a){this.c=a==null?null:this.b.k7(a,t.z,this.$ti.Q[1])}, +xt(a,b){var s=this +s.a.xt(0,b) +if(b==null)s.d=null +else if(t.hK.b(b))s.d=s.b.tj(b,t.z,t.K,t.Km) +else if(t.mX.b(b))s.d=s.b.k7(b,t.z,t.K) +else throw H.b(P.ci(u.y,null))}, +a7j(a){var s,r,q,p,o,n,m=this,l=m.c +if(l==null)return +s=null +try{s=m.$ti.Q[1].a(a)}catch(o){r=H.a0(o) +q=H.ax(o) +p=m.d +if(p==null)m.b.ov(r,q) +else{l=t.K +n=m.b +if(t.hK.b(p))n.Fo(p,r,q,l,t.Km) +else n.k9(t.mX.a(p),r,l)}return}m.b.k9(l,s,m.$ti.Q[1])}, +p2(a,b){this.a.p2(0,b)}, +xE(a){return this.p2(a,null)}, +to(a){this.a.to(0)}, +$ijg:1} +H.ack.prototype={ +H(a,b){this.b.push(b) +this.a=this.a+b.length}, +aij(){var s,r,q,p,o,n,m,l=this,k=l.a +if(k===0)return $.axg() +s=l.b +r=s.length +if(r===1){q=s[0] +l.a=0 +C.c.sn(s,0) +return q}q=new Uint8Array(k) +for(p=0,o=0;o").aH(s.Q[1]).j("FA<1,2>"))}, +gn(a){return J.cF(this.geU())}, +gM(a){return J.hz(this.geU())}, +gbn(a){return J.EU(this.geU())}, +he(a,b){var s=H.o(this) +return H.iD(J.V8(this.geU(),b),s.c,s.Q[1])}, +ig(a,b){var s=H.o(this) +return H.iD(J.aqE(this.geU(),b),s.c,s.Q[1])}, +b2(a,b){return H.o(this).Q[1].a(J.pY(this.geU(),b))}, +gK(a){return H.o(this).Q[1].a(J.V0(this.geU()))}, +gL(a){return H.o(this).Q[1].a(J.EV(this.geU()))}, +A(a,b){return J.UW(this.geU(),b)}, +i(a){return J.dR(this.geU())}} +H.FA.prototype={ +t(){return this.a.t()}, +gE(a){var s=this.a +return this.$ti.Q[1].a(s.gE(s))}} +H.nb.prototype={ +eW(a,b){return H.iD(this.a,H.o(this).c,b)}, +geU(){return this.a}} +H.BE.prototype={$iQ:1} +H.Bh.prototype={ +h(a,b){return this.$ti.Q[1].a(J.aL(this.a,b))}, +p(a,b,c){J.hy(this.a,b,this.$ti.c.a(c))}, +sn(a,b){J.aBf(this.a,b)}, +H(a,b){J.mS(this.a,this.$ti.c.a(b))}, +v(a,b){return J.mU(this.a,b)}, +ea(a){return this.$ti.Q[1].a(J.aB9(this.a))}, +tH(a,b,c){var s=this.$ti +return H.iD(J.aAI(this.a,b,c),s.c,s.Q[1])}, +bj(a,b,c,d,e){var s=this.$ti +J.aBl(this.a,b,c,H.iD(d,s.Q[1],s.c),e)}, +cZ(a,b,c,d){return this.bj(a,b,c,d,0)}, +$iQ:1, +$ix:1} +H.cc.prototype={ +eW(a,b){return new H.cc(this.a,this.$ti.j("@<1>").aH(b).j("cc<1,2>"))}, +geU(){return this.a}} +H.jH.prototype={ +eW(a,b){return new H.jH(this.a,this.b,this.$ti.j("@<1>").aH(b).j("jH<1,2>"))}, +H(a,b){return this.a.H(0,this.$ti.c.a(b))}, +O(a,b){var s=this.$ti +this.a.O(0,H.iD(b,s.Q[1],s.c))}, +v(a,b){return this.a.v(0,b)}, +rL(a,b){var s,r=this +if(r.b!=null)return r.a1o(b,!0) +s=r.$ti +return new H.jH(r.a.rL(0,b),null,s.j("@<1>").aH(s.Q[1]).j("jH<1,2>"))}, +a1o(a,b){var s,r=this.b,q=this.$ti,p=q.Q[1],o=r==null?P.fF(p):r.$1$0(p) +for(p=this.a,p=p.gX(p),q=q.Q[1];p.t();){s=q.a(p.gE(p)) +if(b===a.A(0,s))o.H(0,s)}return o}, +aP(a){this.a.aP(0)}, +ii(a){var s=this.b,r=this.$ti.Q[1],q=s==null?P.fF(r):s.$1$0(r) +q.O(0,this) +return q}, +$iQ:1, +$ibM:1, +geU(){return this.a}} +H.nc.prototype={ +kO(a,b,c){var s=this.$ti +return new H.nc(this.a,s.j("@<1>").aH(s.Q[1]).aH(b).aH(c).j("nc<1,2,3,4>"))}, +aL(a,b){return J.h5(this.a,b)}, +h(a,b){return this.$ti.j("4?").a(J.aL(this.a,b))}, +p(a,b,c){var s=this.$ti +J.hy(this.a,s.c.a(b),s.Q[1].a(c))}, +bN(a,b,c){var s=this.$ti +return s.Q[3].a(J.EW(this.a,s.c.a(b),new H.W7(this,c)))}, +v(a,b){return this.$ti.j("4?").a(J.mU(this.a,b))}, +ai(a,b){J.iz(this.a,new H.W6(this,b))}, +gaA(a){var s=this.$ti +return H.iD(J.V1(this.a),s.c,s.Q[2])}, +gby(a){var s=this.$ti +return H.iD(J.aAw(this.a),s.Q[1],s.Q[3])}, +gn(a){return J.cF(this.a)}, +gM(a){return J.hz(this.a)}, +gbn(a){return J.EU(this.a)}, +giN(a){var s=J.aAs(this.a) +return s.jU(s,new H.W5(this),this.$ti.j("cK<3,4>"))}} +H.W7.prototype={ +$0(){return this.a.$ti.Q[1].a(this.b.$0())}, +$S(){return this.a.$ti.j("2()")}} +H.W6.prototype={ +$2(a,b){var s=this.a.$ti +this.b.$2(s.Q[2].a(a),s.Q[3].a(b))}, +$S(){return this.a.$ti.j("~(1,2)")}} +H.W5.prototype={ +$1(a){var s=this.a.$ti,r=s.Q[3] +return new P.cK(s.Q[2].a(a.gh3(a)),r.a(a.gm(a)),s.j("@<3>").aH(r).j("cK<1,2>"))}, +$S(){return this.a.$ti.j("cK<3,4>(cK<1,2>)")}} +H.jG.prototype={ +eW(a,b){return new H.jG(this.a,this.$ti.j("@<1>").aH(b).j("jG<1,2>"))}, +$iQ:1, +geU(){return this.a}} +H.iQ.prototype={ +i(a){var s="LateInitializationError: "+this.a +return s}} +H.nh.prototype={ +gn(a){return this.a.length}, +h(a,b){return C.b.ay(this.a,b)}} +H.al1.prototype={ +$0(){return P.dK(null,t.P)}, +$S:70} +H.Q.prototype={} +H.ba.prototype={ +gX(a){return new H.dy(this,this.gn(this))}, +ai(a,b){var s,r=this,q=r.gn(r) +for(s=0;s").aH(c).j("at<1,2>"))}, +he(a,b){return H.fS(this,b,null,H.o(this).j("ba.E"))}, +ig(a,b){return H.fS(this,0,H.h1(b,"count",t.S),H.o(this).j("ba.E"))}, +f8(a,b){return P.as(this,b,H.o(this).j("ba.E"))}, +ih(a){return this.f8(a,!0)}, +ii(a){var s,r=this,q=P.fF(H.o(r).j("ba.E")) +for(s=0;ss)throw H.b(P.bv(r,0,s,"start",null))}}, +ga2B(){var s=J.cF(this.a),r=this.c +if(r==null||r>s)return s +return r}, +ga9F(){var s=J.cF(this.a),r=this.b +if(r>s)return s +return r}, +gn(a){var s,r=J.cF(this.a),q=this.b +if(q>=r)return 0 +s=this.c +if(s==null||s>=r)return r-q +return s-q}, +b2(a,b){var s=this,r=s.ga9F()+b +if(b<0||r>=s.ga2B())throw H.b(P.bT(b,s,"index",null,null)) +return J.pY(s.a,r)}, +he(a,b){var s,r,q=this +P.d8(b,"count") +s=q.b+b +r=q.c +if(r!=null&&s>=r)return new H.nt(q.$ti.j("nt<1>")) +return H.fS(q.a,s,r,q.$ti.c)}, +ig(a,b){var s,r,q,p=this +P.d8(b,"count") +s=p.c +r=p.b +q=r+b +if(s==null)return H.fS(p.a,r,q,p.$ti.c) +else{if(s=o){r.d=null +return!1}r.d=p.b2(q,s);++r.c +return!0}} +H.fI.prototype={ +gX(a){return new H.ya(J.aP(this.a),this.b)}, +gn(a){return J.cF(this.a)}, +gM(a){return J.hz(this.a)}, +gK(a){return this.b.$1(J.V0(this.a))}, +gL(a){return this.b.$1(J.EV(this.a))}, +b2(a,b){return this.b.$1(J.pY(this.a,b))}} +H.hL.prototype={$iQ:1} +H.ya.prototype={ +t(){var s=this,r=s.b +if(r.t()){s.a=s.c.$1(r.gE(r)) +return!0}s.a=null +return!1}, +gE(a){return H.o(this).Q[1].a(this.a)}} +H.at.prototype={ +gn(a){return J.cF(this.a)}, +b2(a,b){return this.b.$1(J.pY(this.a,b))}} +H.b7.prototype={ +gX(a){return new H.u2(J.aP(this.a),this.b)}, +jU(a,b,c){return new H.fI(this,b,this.$ti.j("@<1>").aH(c).j("fI<1,2>"))}} +H.u2.prototype={ +t(){var s,r +for(s=this.a,r=this.b;s.t();)if(r.$1(s.gE(s)))return!0 +return!1}, +gE(a){var s=this.a +return s.gE(s)}} +H.jS.prototype={ +gX(a){return new H.qQ(J.aP(this.a),this.b,C.dv)}} +H.qQ.prototype={ +gE(a){return H.o(this).Q[1].a(this.d)}, +t(){var s,r,q=this,p=q.c +if(p==null)return!1 +for(s=q.a,r=q.b;!p.t();){q.d=null +if(s.t()){q.c=null +p=J.aP(r.$1(s.gE(s))) +q.c=p}else return!1}p=q.c +q.d=p.gE(p) +return!0}} +H.p1.prototype={ +gX(a){return new H.M6(J.aP(this.a),this.b)}} +H.wN.prototype={ +gn(a){var s=J.cF(this.a),r=this.b +if(s>r)return r +return s}, +$iQ:1} +H.M6.prototype={ +t(){if(--this.b>=0)return this.a.t() +this.b=-1 +return!1}, +gE(a){var s +if(this.b<0)return H.o(this).c.a(null) +s=this.a +return s.gE(s)}} +H.kt.prototype={ +he(a,b){P.d8(b,"count") +return new H.kt(this.a,this.b+b,H.o(this).j("kt<1>"))}, +gX(a){return new H.LC(J.aP(this.a),this.b)}} +H.qM.prototype={ +gn(a){var s=J.cF(this.a)-this.b +if(s>=0)return s +return 0}, +he(a,b){P.d8(b,"count") +return new H.qM(this.a,this.b+b,this.$ti)}, +$iQ:1} +H.LC.prototype={ +t(){var s,r +for(s=this.a,r=0;r"))}, +he(a,b){P.d8(b,"count") +return this}, +ig(a,b){P.d8(b,"count") +return this}, +ii(a){return P.fF(this.$ti.c)}} +H.H7.prototype={ +t(){return!1}, +gE(a){throw H.b(H.bU())}} +H.nD.prototype={ +gX(a){return new H.HF(J.aP(this.a),this.b)}, +gn(a){var s=this.b +return J.cF(this.a)+s.gn(s)}, +gM(a){var s +if(J.hz(this.a)){s=this.b +s=!s.gX(s).t()}else s=!1 +return s}, +gbn(a){var s +if(!J.EU(this.a)){s=this.b +s=!s.gM(s)}else s=!0 +return s}, +A(a,b){return J.UW(this.a,b)||this.b.A(0,b)}, +gK(a){var s,r=J.aP(this.a) +if(r.t())return r.gE(r) +s=this.b +return s.gK(s)}, +gL(a){var s,r=this.b,q=new H.qQ(J.aP(r.a),r.b,C.dv) +if(q.t()){r=H.o(q).Q[1] +s=r.a(q.d) +for(;q.t();)s=r.a(q.d) +return s}return J.EV(this.a)}} +H.HF.prototype={ +t(){var s,r=this +if(r.a.t())return!0 +s=r.b +if(s!=null){s=new H.qQ(J.aP(s.a),s.b,C.dv) +r.a=s +r.b=null +return s.t()}return!1}, +gE(a){var s=this.a +return s.gE(s)}} +H.im.prototype={ +gX(a){return new H.u3(J.aP(this.a),this.$ti.j("u3<1>"))}} +H.u3.prototype={ +t(){var s,r +for(s=this.a,r=this.$ti.c;s.t();)if(r.b(s.gE(s)))return!0 +return!1}, +gE(a){var s=this.a +return this.$ti.c.a(s.gE(s))}} +H.x_.prototype={ +sn(a,b){throw H.b(P.S("Cannot change the length of a fixed-length list"))}, +H(a,b){throw H.b(P.S("Cannot add to a fixed-length list"))}, +v(a,b){throw H.b(P.S("Cannot remove from a fixed-length list"))}, +ea(a){throw H.b(P.S("Cannot remove from a fixed-length list"))}} +H.Mw.prototype={ +p(a,b,c){throw H.b(P.S("Cannot modify an unmodifiable list"))}, +sn(a,b){throw H.b(P.S("Cannot change the length of an unmodifiable list"))}, +H(a,b){throw H.b(P.S("Cannot add to an unmodifiable list"))}, +v(a,b){throw H.b(P.S("Cannot remove from an unmodifiable list"))}, +ea(a){throw H.b(P.S("Cannot remove from an unmodifiable list"))}, +bj(a,b,c,d,e){throw H.b(P.S("Cannot modify an unmodifiable list"))}, +cZ(a,b,c,d){return this.bj(a,b,c,d,0)}} +H.tZ.prototype={} +H.bB.prototype={ +gn(a){return J.cF(this.a)}, +b2(a,b){var s=this.a,r=J.al(s) +return r.b2(s,r.gn(s)-1-b)}} +H.tE.prototype={ +gu(a){var s=this._hashCode +if(s!=null)return s +s=664597*J.e7(this.a)&536870911 +this._hashCode=s +return s}, +i(a){return'Symbol("'+H.c(this.a)+'")'}, +k(a,b){if(b==null)return!1 +return b instanceof H.tE&&this.a==b.a}, +$ip0:1} +H.E7.prototype={} +H.wn.prototype={} +H.qt.prototype={ +kO(a,b,c){var s=H.o(this) +return P.an4(this,s.c,s.Q[1],b,c)}, +gM(a){return this.gn(this)===0}, +gbn(a){return this.gn(this)!==0}, +i(a){return P.an3(this)}, +p(a,b,c){H.ama()}, +bN(a,b,c){H.ama()}, +v(a,b){H.ama()}, +giN(a){return this.adQ(0,H.o(this).j("cK<1,2>"))}, +adQ(a,b){var s=this +return P.ca(function(){var r=a +var q=0,p=1,o,n,m,l +return function $async$giN(c,d){if(c===1){o=d +q=p}while(true)switch(q){case 0:n=s.gaA(s),n=n.gX(n),m=H.o(s),m=m.j("@<1>").aH(m.Q[1]).j("cK<1,2>") +case 2:if(!n.t()){q=3 +break}l=n.gE(n) +q=4 +return new P.cK(l,s.h(0,l),m) +case 4:q=2 +break +case 3:return P.c8() +case 1:return P.c9(o)}}},b)}, +xg(a,b,c,d){var s=P.A(c,d) +this.ai(0,new H.WF(this,b,s)) +return s}, +$iak:1} +H.WF.prototype={ +$2(a,b){var s=this.b.$2(a,b) +this.c.p(0,s.gh3(s),s.gm(s))}, +$S(){return H.o(this.a).j("~(1,2)")}} +H.aV.prototype={ +gn(a){return this.a}, +aL(a,b){if(typeof b!="string")return!1 +if("__proto__"===b)return!1 +return this.b.hasOwnProperty(b)}, +h(a,b){if(!this.aL(0,b))return null +return this.b[b]}, +ai(a,b){var s,r,q,p,o=this.c +for(s=o.length,r=this.b,q=0;q"))}, +gby(a){var s=this.$ti +return H.o4(this.c,new H.WG(this),s.c,s.Q[1])}} +H.WG.prototype={ +$1(a){return this.a.b[a]}, +$S(){return this.a.$ti.j("2(1)")}} +H.Bo.prototype={ +gX(a){var s=this.a.c +return new J.hC(s,s.length)}, +gn(a){return this.a.c.length}} +H.bR.prototype={ +nw(){var s,r,q,p=this,o=p.$map +if(o==null){s=p.$ti +r=s.c +q=H.aDe(r) +o=P.a0W(H.aIi(),q,r,s.Q[1]) +H.avB(p.a,o) +p.$map=o}return o}, +aL(a,b){return this.nw().aL(0,b)}, +h(a,b){return this.nw().h(0,b)}, +ai(a,b){this.nw().ai(0,b)}, +gaA(a){var s=this.nw() +return s.gaA(s)}, +gby(a){var s=this.nw() +return s.gby(s)}, +gn(a){var s=this.nw() +return s.gn(s)}} +H.ZI.prototype={ +$1(a){return this.a.b(a)}, +$S:28} +H.I8.prototype={ +Z7(a){if(false)H.avL(0,0)}, +i(a){var s="<"+C.c.c8([H.bz(this.$ti.c)],", ")+">" +return this.a.i(0)+" with "+s}} +H.xB.prototype={ +$1(a){return this.a.$1$1(a,this.$ti.Q[0])}, +$0(){return this.a.$1$0(this.$ti.Q[0])}, +$2(a,b){return this.a.$1$2(a,b,this.$ti.Q[0])}, +$4(a,b,c,d){return this.a.$1$4(a,b,c,d,this.$ti.Q[0])}, +$S(){return H.avL(H.ei(this.a),this.$ti)}} +H.a0g.prototype={ +gQP(){var s=this.a +return s}, +gRe(){var s,r,q,p,o=this +if(o.c===1)return C.L +s=o.d +r=s.length-o.e.length-o.f +if(r===0)return C.L +q=[] +for(p=0;p>>0}, +i(a){return"Closure '"+this.$_name+"' of "+("Instance of '"+H.a3A(this.a)+"'")}} +H.L2.prototype={ +i(a){return"RuntimeError: "+this.a}} +H.ahi.prototype={} +H.es.prototype={ +gn(a){return this.a}, +gM(a){return this.a===0}, +gbn(a){return!this.gM(this)}, +gaA(a){return new H.y_(this,H.o(this).j("y_<1>"))}, +gby(a){var s=this,r=H.o(s) +return H.o4(s.gaA(s),new H.a0p(s),r.c,r.Q[1])}, +aL(a,b){var s,r,q=this +if(typeof b=="string"){s=q.b +if(s==null)return!1 +return q.IF(s,b)}else if(typeof b=="number"&&(b&0x3ffffff)===b){r=q.c +if(r==null)return!1 +return q.IF(r,b)}else return q.Qj(b)}, +Qj(a){var s=this,r=s.d +if(r==null)return!1 +return s.oz(s.uP(r,s.oy(a)),a)>=0}, +acj(a,b){return this.gaA(this).iC(0,new H.a0o(this,b))}, +O(a,b){b.ai(0,new H.a0n(this))}, +h(a,b){var s,r,q,p,o=this,n=null +if(typeof b=="string"){s=o.b +if(s==null)return n +r=o.q6(s,b) +q=r==null?n:r.b +return q}else if(typeof b=="number"&&(b&0x3ffffff)===b){p=o.c +if(p==null)return n +r=o.q6(p,b) +q=r==null?n:r.b +return q}else return o.Qk(b)}, +Qk(a){var s,r,q=this,p=q.d +if(p==null)return null +s=q.uP(p,q.oy(a)) +r=q.oz(s,a) +if(r<0)return null +return s[r].b}, +p(a,b,c){var s,r,q=this +if(typeof b=="string"){s=q.b +q.HD(s==null?q.b=q.Bi():s,b,c)}else if(typeof b=="number"&&(b&0x3ffffff)===b){r=q.c +q.HD(r==null?q.c=q.Bi():r,b,c)}else q.Qm(b,c)}, +Qm(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.d=p.Bi() +s=p.oy(a) +r=p.uP(o,s) +if(r==null)p.BJ(o,s,[p.Bj(a,b)]) +else{q=p.oz(r,a) +if(q>=0)r[q].b=b +else r.push(p.Bj(a,b))}}, +bN(a,b,c){var s,r=this +if(r.aL(0,b))return H.o(r).Q[1].a(r.h(0,b)) +s=c.$0() +r.p(0,b,s) +return s}, +v(a,b){var s=this +if(typeof b=="string")return s.LI(s.b,b) +else if(typeof b=="number"&&(b&0x3ffffff)===b)return s.LI(s.c,b) +else return s.Ql(b)}, +Ql(a){var s,r,q,p,o=this,n=o.d +if(n==null)return null +s=o.oy(a) +r=o.uP(n,s) +q=o.oz(r,a) +if(q<0)return null +p=r.splice(q,1)[0] +o.N3(p) +if(r.length===0)o.Ad(n,s) +return p.b}, +aP(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.Bh()}}, +ai(a,b){var s=this,r=s.e,q=s.r +for(;r!=null;){b.$2(r.a,r.b) +if(q!==s.r)throw H.b(P.bE(s)) +r=r.c}}, +HD(a,b,c){var s=this.q6(a,b) +if(s==null)this.BJ(a,b,this.Bj(b,c)) +else s.b=c}, +LI(a,b){var s +if(a==null)return null +s=this.q6(a,b) +if(s==null)return null +this.N3(s) +this.Ad(a,b) +return s.b}, +Bh(){this.r=this.r+1&67108863}, +Bj(a,b){var s,r=this,q=new H.a0V(a,b) +if(r.e==null)r.e=r.f=q +else{s=r.f +s.toString +q.d=s +r.f=s.c=q}++r.a +r.Bh() +return q}, +N3(a){var s=this,r=a.d,q=a.c +if(r==null)s.e=q +else r.c=q +if(q==null)s.f=r +else q.d=r;--s.a +s.Bh()}, +oy(a){return J.e7(a)&0x3ffffff}, +oz(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;rs)throw H.b(P.bv(c,0,s,null,null)) +return new H.N0(this,b,c)}, +Cs(a,b){return this.Ct(a,b,0)}, +Jt(a,b){var s,r=this.gKT() +r.lastIndex=b +s=r.exec(a) +if(s==null)return null +return new H.uF(s)}, +a2L(a,b){var s,r=this.gKS() +r.lastIndex=b +s=r.exec(a) +if(s==null)return null +if(s.pop()!=null)return null +return new H.uF(s)}, +xj(a,b,c){if(c<0||c>b.length)throw H.b(P.bv(c,0,b.length,null,null)) +return this.a2L(b,c)}, +$iasR:1} +H.uF.prototype={ +ghJ(a){return this.b.index}, +giM(a){var s=this.b +return s.index+s[0].length}, +n5(a){return this.b[a]}, +h(a,b){return this.b[b]}, +$io5:1, +$iKn:1} +H.N0.prototype={ +gX(a){return new H.abe(this.a,this.b,this.c)}} +H.abe.prototype={ +gE(a){return t.Qz.a(this.d)}, +t(){var s,r,q,p,o,n=this,m=n.b +if(m==null)return!1 +s=n.c +r=m.length +if(s<=r){q=n.a +p=q.Jt(m,s) +if(p!=null){n.d=p +o=p.giM(p) +if(p.b.index===o){if(q.b.unicode){s=n.c +q=s+1 +if(q=55296&&s<=56319){s=C.b.ay(m,q) +s=s>=56320&&s<=57343}else s=!1}else s=!1}else s=!1 +o=(s?o+1:o)+1}n.c=o +return!0}}n.b=n.d=null +return!1}} +H.kw.prototype={ +giM(a){return this.a+this.c.length}, +h(a,b){if(b!==0)H.f(P.Kf(b,null,null)) +return this.c}, +n5(a){if(a!==0)throw H.b(P.Kf(a,null,null)) +return this.c}, +$io5:1, +ghJ(a){return this.a}} +H.Sm.prototype={ +gX(a){return new H.aic(this.a,this.b,this.c)}, +gK(a){var s=this.b,r=this.a.indexOf(s,this.c) +if(r>=0)return new H.kw(r,s) +throw H.b(H.bU())}} +H.aic.prototype={ +t(){var s,r,q=this,p=q.c,o=q.b,n=o.length,m=q.a,l=m.length +if(p+n>l){q.d=null +return!1}s=m.indexOf(o,p) +if(s<0){q.c=l+1 +q.d=null +return!1}r=s+n +q.d=new H.kw(s,o) +q.c=r===q.c?r+1:r +return!0}, +gE(a){var s=this.d +s.toString +return s}} +H.acn.prototype={ +ahG(){var s=this.b +if(s===this)H.f(H.u(this.a)) +return s}, +ah(){return this.ahG(t.z)}, +aS(){var s=this.b +if(s===this)throw H.b(new H.iQ("Local '"+this.a+"' has not been initialized.")) +return s}, +bS(){var s=this.b +if(s===this)throw H.b(H.u(this.a)) +return s}, +sbU(a){var s=this +if(s.b!==s)throw H.b(new H.iQ("Local '"+s.a+"' has already been initialized.")) +s.b=a}} +H.oh.prototype={ +gdO(a){return C.SS}, +O2(a,b,c){throw H.b(P.S("Int64List not supported by dart2js."))}, +$ioh:1, +$il9:1} +H.dz.prototype={ +a6w(a,b,c,d){var s=P.bv(b,0,c,d,null) +throw H.b(s)}, +Ia(a,b,c,d){if(b>>>0!==b||b>c)this.a6w(a,b,c,d)}, +$idz:1, +$icT:1} +H.yn.prototype={ +gdO(a){return C.ST}, +FV(a,b,c){throw H.b(P.S("Int64 accessor not supported by dart2js."))}, +Gp(a,b,c,d){throw H.b(P.S("Int64 accessor not supported by dart2js."))}, +$icj:1} +H.rr.prototype={ +gn(a){return a.length}, +Mc(a,b,c,d,e){var s,r,q=a.length +this.Ia(a,b,q,"start") +this.Ia(a,c,q,"end") +if(b>c)throw H.b(P.bv(b,0,c,null,null)) +s=c-b +if(e<0)throw H.b(P.ci(e,null)) +r=d.length +if(r-e0){s=Date.now()-r.c +if(s>(p+1)*o)p=C.f.lO(s,o)}q.c=p +r.d.$1(q)}, +$S:3} +P.Ng.prototype={ +cG(a,b){var s,r=this +if(b==null)b=r.$ti.c.a(b) +if(!r.b)r.a.lS(b) +else{s=r.a +if(r.$ti.j("a9<1>").b(b))s.I6(b) +else s.no(b)}}, +qW(a,b){var s=this.a +if(this.b)s.fN(a,b) +else s.uf(a,b)}} +P.ajk.prototype={ +$1(a){return this.a.$2(0,a)}, +$S:30} +P.ajl.prototype={ +$2(a,b){this.a.$2(1,new H.wX(a,b))}, +$S:355} +P.ako.prototype={ +$2(a,b){this.a(a,b)}, +$S:353} +P.aji.prototype={ +$0(){var s=this.a,r=s.giG(s),q=r.b +if((q&1)!==0?(r.gkB().e&4)!==0:(q&2)===0){s.b=!0 +return}this.b.$2(0,null)}, +$S:0} +P.ajj.prototype={ +$1(a){var s=this.a.c!=null?2:0 +this.b.$2(s,null)}, +$S:11} +P.Ni.prototype={ +giG(a){var s=this.a +return s==null?H.f(H.u("controller")):s}, +a_D(a,b){var s=new P.abD(a) +this.a=P.ati(new P.abF(this,a),new P.abG(s),new P.abH(this,s),!1,b)}} +P.abD.prototype={ +$0(){P.e6(new P.abE(this.a))}, +$S:3} +P.abE.prototype={ +$0(){this.a.$2(0,null)}, +$S:0} +P.abG.prototype={ +$0(){this.a.$0()}, +$S:0} +P.abH.prototype={ +$0(){var s=this.a +if(s.b){s.b=!1 +this.b.$0()}}, +$S:0} +P.abF.prototype={ +$0(){var s=this.a +if((s.giG(s).b&4)===0){s.c=new P.a3($.Y,t.LR) +if(s.b){s.b=!1 +P.e6(new P.abC(this.b))}return s.c}}, +$S:352} +P.abC.prototype={ +$0(){this.a.$2(2,null)}, +$S:0} +P.mz.prototype={ +i(a){return"IterationMarker("+this.b+", "+H.c(this.a)+")"}} +P.dr.prototype={ +gE(a){var s=this.c +if(s==null)return this.b +return s.gE(s)}, +t(){var s,r,q,p,o,n=this +for(;!0;){s=n.c +if(s!=null)if(s.t())return!0 +else n.c=null +r=function(a,b,c){var m,l=b +while(true)try{return a(l,m)}catch(k){m=k +l=c}}(n.a,0,1) +if(r instanceof P.mz){q=r.b +if(q===2){p=n.d +if(p==null||p.length===0){n.b=null +return!1}n.a=p.pop() +continue}else{s=r.a +if(q===3)throw s +else{o=J.aP(s) +if(o instanceof P.dr){s=n.d +if(s==null)s=n.d=[] +s.push(n.a) +n.a=o.a +continue}else{n.c=o +continue}}}}else{n.b=r +return!0}}return!1}} +P.DD.prototype={ +gX(a){return new P.dr(this.a())}} +P.q3.prototype={ +i(a){return H.c(this.a)}, +$ibF:1, +gpC(){return this.b}} +P.ZF.prototype={ +$0(){var s,r,q +try{this.a.lV(this.b.$0())}catch(q){s=H.a0(q) +r=H.ax(q) +P.ajp(this.a,s,r)}}, +$S:0} +P.ZE.prototype={ +$0(){var s,r,q +try{this.a.lV(this.b.$0())}catch(q){s=H.a0(q) +r=H.ax(q) +P.ajp(this.a,s,r)}}, +$S:0} +P.ZD.prototype={ +$0(){var s,r,q,p=this,o=p.a +if(o==null)p.b.lV(p.c.a(null)) +else try{p.b.lV(o.$0())}catch(q){s=H.a0(q) +r=H.ax(q) +P.ajp(p.b,s,r)}}, +$S:0} +P.ZH.prototype={ +$2(a,b){var s=this,r=s.a,q=--r.b +if(r.a!=null){r.a=null +if(r.b===0||s.c)s.d.fN(a,b) +else{s.e.b=a +s.f.b=b}}else if(q===0&&!s.c)s.d.fN(s.e.aS(),s.f.aS())}, +$S:60} +P.ZG.prototype={ +$1(a){var s,r=this,q=r.a;--q.b +s=q.a +if(s!=null){J.hy(s,r.b,a) +if(q.b===0)r.c.no(P.bo(s,!0,r.x))}else if(q.b===0&&!r.e)r.c.fN(r.f.aS(),r.r.aS())}, +$S(){return this.x.j("aA(0)")}} +P.Bk.prototype={ +qW(a,b){var s +H.h1(a,"error",t.K) +if((this.a.a&30)!==0)throw H.b(P.V("Future already completed")) +s=$.Y.rp(a,b) +if(s!=null){a=s.a +b=s.b}else if(b==null)b=P.Fa(a) +this.fN(a,b)}, +iF(a){return this.qW(a,null)}} +P.aC.prototype={ +cG(a,b){var s=this.a +if((s.a&30)!==0)throw H.b(P.V("Future already completed")) +s.lS(b)}, +em(a){return this.cG(a,null)}, +fN(a,b){this.a.uf(a,b)}} +P.jo.prototype={ +agb(a){if((this.c&15)!==6)return!0 +return this.b.b.mU(this.d,a.a,t.y,t.K)}, +aeJ(a){var s,r=this.e,q=null,p=t.z,o=t.K,n=a.a,m=this.b.b +if(t.Hg.b(r))q=m.Fn(r,n,a.b,p,o,t.Km) +else q=m.mU(r,n,p,o) +try{p=q +return p}catch(s){if(t.ns.b(H.a0(s))){if((this.c&1)!==0)throw H.b(P.ci("The error handler of Future.then must return a value of the returned future's type","onError")) +throw H.b(P.ci("The error handler of Future.catchError must return a value of the future's type","onError"))}else throw s}}} +P.a3.prototype={ +eA(a,b,c,d){var s,r,q=$.Y +if(q===C.I){if(c!=null&&!t.Hg.b(c)&&!t.C_.b(c))throw H.b(P.hB(c,"onError",u.w))}else{b=q.k7(b,d.j("0/"),this.$ti.c) +if(c!=null)c=P.av3(c,q)}s=new P.a3($.Y,d.j("a3<0>")) +r=c==null?1:3 +this.pP(new P.jo(s,r,b,c,this.$ti.j("@<1>").aH(d).j("jo<1,2>"))) +return s}, +bD(a,b,c){return this.eA(a,b,null,c)}, +Fq(a,b){return this.eA(a,b,null,t.z)}, +MT(a,b,c){var s=new P.a3($.Y,c.j("a3<0>")) +this.pP(new P.jo(s,19,a,b,this.$ti.j("@<1>").aH(c).j("jo<1,2>"))) +return s}, +o3(a,b){var s=this.$ti,r=$.Y,q=new P.a3(r,s) +if(r!==C.I)a=P.av3(a,r) +this.pP(new P.jo(q,2,b,a,s.j("@<1>").aH(s.c).j("jo<1,2>"))) +return q}, +ju(a){return this.o3(a,null)}, +h9(a){var s=this.$ti,r=$.Y,q=new P.a3(r,s) +if(r!==C.I)a=r.mP(a,t.z) +this.pP(new P.jo(q,8,a,null,s.j("@<1>").aH(s.c).j("jo<1,2>"))) +return q}, +a99(a){this.a=this.a&1|16 +this.c=a}, +zQ(a){this.a=a.a&30|this.a&1 +this.c=a.c}, +pP(a){var s=this,r=s.a +if(r<=3){a.a=s.c +s.c=a}else{if((r&4)!==0){r=s.c +if((r.a&24)===0){r.pP(a) +return}s.zQ(r)}s.b.lA(new P.ae8(s,a))}}, +Lt(a){var s,r,q,p,o,n=this,m={} +m.a=a +if(a==null)return +s=n.a +if(s<=3){r=n.c +n.c=a +if(r!=null){q=a.a +for(p=a;q!=null;p=q,q=o)o=q.a +p.a=r}}else{if((s&4)!==0){s=n.c +if((s.a&24)===0){s.Lt(a) +return}n.zQ(s)}m.a=n.vw(a) +n.b.lA(new P.aeg(m,n))}}, +vv(){var s=this.c +this.c=null +return this.vw(s)}, +vw(a){var s,r,q +for(s=a,r=null;s!=null;r=s,s=q){q=s.a +s.a=r}return r}, +zM(a){var s,r,q,p=this +p.a^=2 +try{a.eA(0,new P.aec(p),new P.aed(p),t.P)}catch(q){s=H.a0(q) +r=H.ax(q) +P.e6(new P.aee(p,s,r))}}, +lV(a){var s,r=this,q=r.$ti +if(q.j("a9<1>").b(a))if(q.b(a))P.aeb(a,r) +else r.zM(a) +else{s=r.vv() +r.a=8 +r.c=a +P.ur(r,s)}}, +no(a){var s=this,r=s.vv() +s.a=8 +s.c=a +P.ur(s,r)}, +fN(a,b){var s=this.vv() +this.a99(P.Vs(a,b)) +P.ur(this,s)}, +lS(a){if(this.$ti.j("a9<1>").b(a)){this.I6(a) +return}this.a0q(a)}, +a0q(a){this.a^=2 +this.b.lA(new P.aea(this,a))}, +I6(a){var s=this +if(s.$ti.b(a)){if((a.a&16)!==0){s.a^=2 +s.b.lA(new P.aef(s,a))}else P.aeb(a,s) +return}s.zM(a)}, +uf(a,b){this.a^=2 +this.b.lA(new P.ae9(this,a,b))}, +$ia9:1} +P.ae8.prototype={ +$0(){P.ur(this.a,this.b)}, +$S:0} +P.aeg.prototype={ +$0(){P.ur(this.b,this.a.a)}, +$S:0} +P.aec.prototype={ +$1(a){var s,r,q,p=this.a +p.a^=2 +try{p.no(p.$ti.c.a(a))}catch(q){s=H.a0(q) +r=H.ax(q) +p.fN(s,r)}}, +$S:11} +P.aed.prototype={ +$2(a,b){this.a.fN(a,b)}, +$S:41} +P.aee.prototype={ +$0(){this.a.fN(this.b,this.c)}, +$S:0} +P.aea.prototype={ +$0(){this.a.no(this.b)}, +$S:0} +P.aef.prototype={ +$0(){P.aeb(this.b,this.a)}, +$S:0} +P.ae9.prototype={ +$0(){this.a.fN(this.b,this.c)}, +$S:0} +P.aej.prototype={ +$0(){var s,r,q,p,o,n,m=this,l=null +try{q=m.a.a +l=q.b.b.pb(q.d,t.z)}catch(p){s=H.a0(p) +r=H.ax(p) +q=m.c&&m.b.a.c.a===s +o=m.a +if(q)o.c=m.b.a.c +else o.c=P.Vs(s,r) +o.b=!0 +return}if(l instanceof P.a3&&(l.a&24)!==0){if((l.a&16)!==0){q=m.a +q.c=l.c +q.b=!0}return}if(t.L0.b(l)){n=m.b.a +q=m.a +q.c=J.vA(l,new P.aek(n),t.z) +q.b=!1}}, +$S:0} +P.aek.prototype={ +$1(a){return this.a}, +$S:342} +P.aei.prototype={ +$0(){var s,r,q,p,o,n +try{q=this.a +p=q.a +o=p.$ti +q.c=p.b.b.mU(p.d,this.b,o.j("2/"),o.c)}catch(n){s=H.a0(n) +r=H.ax(n) +q=this.a +q.c=P.Vs(s,r) +q.b=!0}}, +$S:0} +P.aeh.prototype={ +$0(){var s,r,q,p,o,n,m=this +try{s=m.a.a.c +p=m.b +if(p.a.agb(s)&&p.a.e!=null){p.c=p.a.aeJ(s) +p.b=!1}}catch(o){r=H.a0(o) +q=H.ax(o) +p=m.a.a.c +n=m.b +if(p.a===r)n.c=p +else n.c=P.Vs(r,q) +n.b=!0}}, +$S:0} +P.Nh.prototype={} +P.dk.prototype={ +gn(a){var s={},r=new P.a3($.Y,t.wJ) +s.a=0 +this.jT(new P.a8v(s,this),!0,new P.a8w(s,r),r.gIx()) +return r}, +eW(a,b){return new H.nd(this,H.o(this).j("@").aH(b).j("nd<1,2>"))}, +gK(a){var s=new P.a3($.Y,H.o(this).j("a3")),r=this.jT(null,!0,new P.a8t(s),s.gIx()) +r.t1(new P.a8u(this,r,s)) +return s}} +P.a8s.prototype={ +$0(){return new P.Cc(J.aP(this.a))}, +$S(){return this.b.j("Cc<0>()")}} +P.a8v.prototype={ +$1(a){++this.a.a}, +$S(){return H.o(this.b).j("~(dk.T)")}} +P.a8w.prototype={ +$0(){this.b.lV(this.a.a)}, +$S:0} +P.a8t.prototype={ +$0(){var s,r,q,p +try{q=H.bU() +throw H.b(q)}catch(p){s=H.a0(p) +r=H.ax(p) +P.ajp(this.a,s,r)}}, +$S:0} +P.a8u.prototype={ +$1(a){P.aHs(this.b,this.c,a)}, +$S(){return H.o(this.a).j("~(dk.T)")}} +P.jg.prototype={} +P.LW.prototype={} +P.v3.prototype={ +ga7Q(){if((this.b&8)===0)return this.a +return this.a.c}, +Ar(){var s,r,q=this +if((q.b&8)===0){s=q.a +return s==null?q.a=new P.v5():s}r=q.a +s=r.c +return s==null?r.c=new P.v5():s}, +gkB(){var s=this.a +return(this.b&8)!==0?s.c:s}, +ug(){if((this.b&4)!==0)return new P.kv("Cannot add event after closing") +return new P.kv("Cannot add event while adding a stream")}, +aaV(a,b,c){var s,r,q,p=this,o=p.b +if(o>=4)throw H.b(p.ug()) +if((o&2)!==0){o=new P.a3($.Y,t.LR) +o.lS(null) +return o}o=p.a +s=new P.a3($.Y,t.LR) +r=b.jT(p.ga0n(p),!1,p.ga0o(),p.ga_Y()) +q=p.b +if((q&1)!==0?(p.gkB().e&4)!==0:(q&2)===0)r.xE(0) +p.a=new P.Sk(o,s,r) +p.b|=8 +return s}, +Jo(){var s=this.c +if(s==null)s=this.c=(this.b&2)!==0?$.EM():new P.a3($.Y,t.U) +return s}, +H(a,b){if(this.b>=4)throw H.b(this.ug()) +this.ue(0,b)}, +aaL(a,b){var s +H.h1(a,"error",t.K) +if(this.b>=4)throw H.b(this.ug()) +s=$.Y.rp(a,b) +if(s!=null){a=s.a +b=s.b}else if(b==null)b=P.Fa(a) +this.u8(a,b)}, +dI(a){var s=this,r=s.b +if((r&4)!==0)return s.Jo() +if(r>=4)throw H.b(s.ug()) +r=s.b=r|4 +if((r&1)!==0)s.nP() +else if((r&3)===0)s.Ar().H(0,C.iu) +return s.Jo()}, +ue(a,b){var s=this.b +if((s&1)!==0)this.nO(b) +else if((s&3)===0)this.Ar().H(0,new P.ui(b))}, +u8(a,b){var s=this.b +if((s&1)!==0)this.nQ(a,b) +else if((s&3)===0)this.Ar().H(0,new P.Bu(a,b))}, +zG(){var s=this.a +this.a=s.c +this.b&=4294967287 +s.a.lS(null)}, +a0p(a,b,c,d){var s,r,q,p,o,n,m,l,k,j=this +if((j.b&3)!==0)throw H.b(P.V("Stream has already been listened to.")) +s=H.o(j) +r=$.Y +q=d?1:0 +p=P.ao2(r,a,s.c) +o=P.ao3(r,b) +n=c==null?P.avi():c +m=new P.ue(j,p,o,r.mP(n,t.H),r,q,s.j("ue<1>")) +l=j.ga7Q() +s=j.b|=1 +if((s&8)!==0){k=j.a +k.c=m +k.b.to(0)}else j.a=m +m.Mb(l) +m.AH(new P.aib(j)) +return m}, +a8z(a){var s,r,q,p,o,n,m,l=this,k=null +if((l.b&8)!==0)k=l.a.aV(0) +l.a=null +l.b=l.b&4294967286|2 +s=l.r +if(s!=null)if(k==null)try{r=s.$0() +if(t.uz.b(r))k=r}catch(o){q=H.a0(o) +p=H.ax(o) +n=new P.a3($.Y,t.U) +n.uf(q,p) +k=n}else k=k.h9(s) +m=new P.aia(l) +if(k!=null)k=k.h9(m) +else m.$0() +return k}} +P.aib.prototype={ +$0(){P.aoG(this.a.d)}, +$S:0} +P.aia.prototype={ +$0(){var s=this.a.c +if(s!=null&&(s.a&30)===0)s.lS(null)}, +$S:0} +P.Sw.prototype={ +nO(a){this.gkB().ue(0,a)}, +nQ(a,b){this.gkB().u8(a,b)}, +nP(){this.gkB().zG()}} +P.Nj.prototype={ +nO(a){this.gkB().nm(new P.ui(a))}, +nQ(a,b){this.gkB().nm(new P.Bu(a,b))}, +nP(){this.gkB().nm(C.iu)}} +P.u9.prototype={} +P.v7.prototype={} +P.mu.prototype={ +A5(a,b,c,d){return this.a.a0p(a,b,c,d)}, +gu(a){return(H.ea(this.a)^892482866)>>>0}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof P.mu&&b.a===this.a}} +P.ue.prototype={ +KZ(){return this.x.a8z(this)}, +vg(){var s=this.x +if((s.b&8)!==0)s.a.b.xE(0) +P.aoG(s.e)}, +vh(){var s=this.x +if((s.b&8)!==0)s.a.b.to(0) +P.aoG(s.f)}} +P.N_.prototype={ +aV(a){var s=this.b.aV(0) +return s.h9(new P.abd(this))}} +P.abd.prototype={ +$0(){this.a.a.lS(null)}, +$S:3} +P.Sk.prototype={} +P.hv.prototype={ +Mb(a){var s=this +if(a==null)return +s.r=a +if(!a.gM(a)){s.e=(s.e|64)>>>0 +a.tK(s)}}, +t1(a){this.a=P.ao2(this.d,a,H.o(this).j("hv.T"))}, +xt(a,b){this.b=P.ao3(this.d,b)}, +p2(a,b){var s,r,q=this,p=q.e +if((p&8)!==0)return +s=(p+128|4)>>>0 +q.e=s +if(p<128){r=q.r +if(r!=null)if(r.a===1)r.a=3}if((p&4)===0&&(s&32)===0)q.AH(q.gL2())}, +xE(a){return this.p2(a,null)}, +to(a){var s=this,r=s.e +if((r&8)!==0)return +if(r>=128){r=s.e=r-128 +if(r<128){if((r&64)!==0){r=s.r +r=!r.gM(r)}else r=!1 +if(r)s.r.tK(s) +else{r=(s.e&4294967291)>>>0 +s.e=r +if((r&32)===0)s.AH(s.gL3())}}}}, +aV(a){var s=this,r=(s.e&4294967279)>>>0 +s.e=r +if((r&8)===0)s.zF() +r=s.f +return r==null?$.EM():r}, +zF(){var s,r=this,q=r.e=(r.e|8)>>>0 +if((q&64)!==0){s=r.r +if(s.a===1)s.a=3}if((q&32)===0)r.r=null +r.f=r.KZ()}, +ue(a,b){var s=this.e +if((s&8)!==0)return +if(s<32)this.nO(b) +else this.nm(new P.ui(b))}, +u8(a,b){var s=this.e +if((s&8)!==0)return +if(s<32)this.nQ(a,b) +else this.nm(new P.Bu(a,b))}, +zG(){var s=this,r=s.e +if((r&8)!==0)return +r=(r|2)>>>0 +s.e=r +if(r<32)s.nP() +else s.nm(C.iu)}, +vg(){}, +vh(){}, +KZ(){return null}, +nm(a){var s,r=this,q=r.r +if(q==null)q=new P.v5() +r.r=q +q.H(0,a) +s=r.e +if((s&64)===0){s=(s|64)>>>0 +r.e=s +if(s<128)q.tK(r)}}, +nO(a){var s=this,r=s.e +s.e=(r|32)>>>0 +s.d.k9(s.a,a,H.o(s).j("hv.T")) +s.e=(s.e&4294967263)>>>0 +s.zO((r&4)!==0)}, +nQ(a,b){var s,r=this,q=r.e,p=new P.abU(r,a,b) +if((q&1)!==0){r.e=(q|16)>>>0 +r.zF() +s=r.f +if(s!=null&&s!==$.EM())s.h9(p) +else p.$0()}else{p.$0() +r.zO((q&4)!==0)}}, +nP(){var s,r=this,q=new P.abT(r) +r.zF() +r.e=(r.e|16)>>>0 +s=r.f +if(s!=null&&s!==$.EM())s.h9(q) +else q.$0()}, +AH(a){var s=this,r=s.e +s.e=(r|32)>>>0 +a.$0() +s.e=(s.e&4294967263)>>>0 +s.zO((r&4)!==0)}, +zO(a){var s,r,q=this +if((q.e&64)!==0){s=q.r +s=s.gM(s)}else s=!1 +if(s){s=q.e=(q.e&4294967231)>>>0 +if((s&4)!==0)if(s<128){s=q.r +s=s==null?null:s.gM(s) +s=s!==!1}else s=!1 +else s=!1 +if(s)q.e=(q.e&4294967291)>>>0}for(;!0;a=r){s=q.e +if((s&8)!==0){q.r=null +return}r=(s&4)!==0 +if(a===r)break +q.e=(s^32)>>>0 +if(r)q.vg() +else q.vh() +q.e=(q.e&4294967263)>>>0}s=q.e +if((s&64)!==0&&s<128)q.r.tK(q)}, +$ijg:1} +P.abU.prototype={ +$0(){var s,r,q,p=this.a,o=p.e +if((o&8)!==0&&(o&16)===0)return +p.e=(o|32)>>>0 +s=p.b +o=this.b +r=t.K +q=p.d +if(t.hK.b(s))q.Fo(s,o,this.c,r,t.Km) +else q.k9(s,o,r) +p.e=(p.e&4294967263)>>>0}, +$S:0} +P.abT.prototype={ +$0(){var s=this.a,r=s.e +if((r&16)===0)return +s.e=(r|42)>>>0 +s.d.lo(s.c) +s.e=(s.e&4294967263)>>>0}, +$S:0} +P.v4.prototype={ +jT(a,b,c,d){return this.A5(a,d,c,b===!0)}, +ag_(a){return this.jT(a,null,null,null)}, +EJ(a,b,c){return this.jT(a,b,c,null)}, +A5(a,b,c,d){return P.atM(a,b,c,d,H.o(this).c)}} +P.BS.prototype={ +A5(a,b,c,d){var s,r=this +if(r.b)throw H.b(P.V("Stream has already been listened to.")) +r.b=!0 +s=P.atM(a,b,c,d,r.$ti.c) +s.Mb(r.a.$0()) +return s}} +P.Cc.prototype={ +gM(a){return this.b==null}, +PM(a){var s,r,q,p,o=this.b +if(o==null)throw H.b(P.V("No events pending.")) +s=!1 +try{if(o.t()){s=!0 +a.nO(J.aAr(o))}else{this.b=null +a.nP()}}catch(p){r=H.a0(p) +q=H.ax(p) +if(!s)this.b=C.dv +a.nQ(r,q)}}} +P.Ok.prototype={ +goL(a){return this.a}, +soL(a,b){return this.a=b}} +P.ui.prototype={ +F7(a){a.nO(this.b)}} +P.Bu.prototype={ +F7(a){a.nQ(this.b,this.c)}} +P.adv.prototype={ +F7(a){a.nP()}, +goL(a){return null}, +soL(a,b){throw H.b(P.V("No events after a done."))}} +P.Qz.prototype={ +tK(a){var s=this,r=s.a +if(r===1)return +if(r>=1){s.a=1 +return}P.e6(new P.age(s,a)) +s.a=1}} +P.age.prototype={ +$0(){var s=this.a,r=s.a +s.a=0 +if(r===3)return +s.PM(this.b)}, +$S:0} +P.v5.prototype={ +gM(a){return this.c==null}, +H(a,b){var s=this,r=s.c +if(r==null)s.b=s.c=b +else{r.soL(0,b) +s.c=b}}, +PM(a){var s=this.b,r=s.goL(s) +this.b=r +if(r==null)this.c=null +s.F7(a)}} +P.Sl.prototype={} +P.ajn.prototype={ +$0(){return this.a.lV(this.b)}, +$S:0} +P.it.prototype={} +P.ahx.prototype={} +P.ahy.prototype={} +P.ahw.prototype={} +P.agY.prototype={} +P.agZ.prototype={} +P.agX.prototype={} +P.Tz.prototype={$iao0:1} +P.ve.prototype={$icr:1} +P.Ty.prototype={ +ql(a,b,c){var s,r,q,p,o,n,m,l,k=this.gAU(),j=k.a +if(j===C.I){P.Ew(b,c) +return}s=k.b +r=j.gfj() +m=J.aAu(j) +m.toString +q=m +p=$.Y +try{$.Y=q +s.$5(j,r,a,b,c) +$.Y=p}catch(l){o=H.a0(l) +n=H.ax(l) +$.Y=p +m=b===o?c:n +q.ql(j,o,m)}}, +$iaO:1} +P.O8.prototype={ +gIV(){var s=this.cy +return s==null?this.cy=new P.ve():s}, +gfj(){return this.db.gIV()}, +gmw(){return this.cx.a}, +lo(a){var s,r,q +try{this.pb(a,t.H)}catch(q){s=H.a0(q) +r=H.ax(q) +this.ql(this,s,r)}}, +k9(a,b,c){var s,r,q +try{this.mU(a,b,t.H,c)}catch(q){s=H.a0(q) +r=H.ax(q) +this.ql(this,s,r)}}, +Fo(a,b,c,d,e){var s,r,q +try{this.Fn(a,b,c,t.H,d,e)}catch(q){s=H.a0(q) +r=H.ax(q) +this.ql(this,s,r)}}, +CE(a,b){return new P.ade(this,this.mP(a,b),b)}, +O8(a,b,c){return new P.adg(this,this.k7(a,b,c),c,b)}, +vX(a){return new P.add(this,this.mP(a,t.H))}, +CF(a,b){return new P.adf(this,this.k7(a,t.H,b),b)}, +h(a,b){var s,r=this.dx,q=r.h(0,b) +if(q!=null||r.aL(0,b))return q +s=this.db.h(0,b) +if(s!=null)r.p(0,b,s) +return s}, +ov(a,b){this.ql(this,a,b)}, +PF(a){var s=this.ch,r=s.a +return s.b.$5(r,r.gfj(),this,a,null)}, +pb(a){var s=this.a,r=s.a +return s.b.$4(r,r.gfj(),this,a)}, +mU(a,b){var s=this.b,r=s.a +return s.b.$5(r,r.gfj(),this,a,b)}, +Fn(a,b,c){var s=this.c,r=s.a +return s.b.$6(r,r.gfj(),this,a,b,c)}, +mP(a){var s=this.d,r=s.a +return s.b.$4(r,r.gfj(),this,a)}, +k7(a){var s=this.e,r=s.a +return s.b.$4(r,r.gfj(),this,a)}, +tj(a){var s=this.f,r=s.a +return s.b.$4(r,r.gfj(),this,a)}, +rp(a,b){var s,r +H.h1(a,"error",t.K) +s=this.r +r=s.a +if(r===C.I)return null +return s.b.$5(r,r.gfj(),this,a,b)}, +lA(a){var s=this.x,r=s.a +return s.b.$4(r,r.gfj(),this,a)}, +Dn(a,b){var s=this.y,r=s.a +return s.b.$5(r,r.gfj(),this,a,b)}, +Dl(a,b){var s=this.z,r=s.a +return s.b.$5(r,r.gfj(),this,a,b)}, +Rh(a,b){var s=this.Q,r=s.a +return s.b.$4(r,r.gfj(),this,b)}, +gLU(){return this.a}, +gLW(){return this.b}, +gLV(){return this.c}, +gLB(){return this.d}, +gLC(){return this.e}, +gLA(){return this.f}, +gJr(){return this.r}, +gBD(){return this.x}, +gIO(){return this.y}, +gIM(){return this.z}, +gLu(){return this.Q}, +gJD(){return this.ch}, +gAU(){return this.cx}, +gak(a){return this.db}, +gKF(){return this.dx}} +P.ade.prototype={ +$0(){return this.a.pb(this.b,this.c)}, +$S(){return this.c.j("0()")}} +P.adg.prototype={ +$1(a){var s=this +return s.a.mU(s.b,a,s.d,s.c)}, +$S(){return this.d.j("@<0>").aH(this.c).j("1(2)")}} +P.add.prototype={ +$0(){return this.a.lo(this.b)}, +$S:0} +P.adf.prototype={ +$1(a){return this.a.k9(this.b,a,this.c)}, +$S(){return this.c.j("~(0)")}} +P.akb.prototype={ +$0(){var s=H.b(this.a) +s.stack=this.b.i(0) +throw s}, +$S:0} +P.RK.prototype={ +gLU(){return C.V4}, +gLW(){return C.V5}, +gLV(){return C.V3}, +gLB(){return C.V0}, +gLC(){return C.V1}, +gLA(){return C.V_}, +gJr(){return C.Va}, +gBD(){return C.Vd}, +gIO(){return C.V9}, +gIM(){return C.V7}, +gLu(){return C.Vc}, +gJD(){return C.Vb}, +gAU(){return C.V8}, +gak(a){return null}, +gKF(){return $.axl()}, +gIV(){var s=$.ahn +return s==null?$.ahn=new P.ve():s}, +gfj(){var s=$.ahn +return s==null?$.ahn=new P.ve():s}, +gmw(){return this}, +lo(a){var s,r,q +try{if(C.I===$.Y){a.$0() +return}P.akc(null,null,this,a)}catch(q){s=H.a0(q) +r=H.ax(q) +P.Ew(s,r)}}, +k9(a,b){var s,r,q +try{if(C.I===$.Y){a.$1(b) +return}P.ake(null,null,this,a,b)}catch(q){s=H.a0(q) +r=H.ax(q) +P.Ew(s,r)}}, +Fo(a,b,c){var s,r,q +try{if(C.I===$.Y){a.$2(b,c) +return}P.akd(null,null,this,a,b,c)}catch(q){s=H.a0(q) +r=H.ax(q) +P.Ew(s,r)}}, +CE(a,b){return new P.ahp(this,a,b)}, +O8(a,b,c){return new P.ahr(this,a,c,b)}, +vX(a){return new P.aho(this,a)}, +CF(a,b){return new P.ahq(this,a,b)}, +h(a,b){return null}, +ov(a,b){P.Ew(a,b)}, +PF(a){return P.av4(null,null,this,a,null)}, +pb(a){if($.Y===C.I)return a.$0() +return P.akc(null,null,this,a)}, +mU(a,b){if($.Y===C.I)return a.$1(b) +return P.ake(null,null,this,a,b)}, +Fn(a,b,c){if($.Y===C.I)return a.$2(b,c) +return P.akd(null,null,this,a,b,c)}, +mP(a){return a}, +k7(a){return a}, +tj(a){return a}, +rp(a,b){return null}, +lA(a){P.akf(null,null,this,a)}, +Dn(a,b){return P.anT(a,b)}, +Dl(a,b){return P.att(a,b)}, +Rh(a,b){H.UA(b)}} +P.ahp.prototype={ +$0(){return this.a.pb(this.b,this.c)}, +$S(){return this.c.j("0()")}} +P.ahr.prototype={ +$1(a){var s=this +return s.a.mU(s.b,a,s.d,s.c)}, +$S(){return this.d.j("@<0>").aH(this.c).j("1(2)")}} +P.aho.prototype={ +$0(){return this.a.lo(this.b)}, +$S:0} +P.ahq.prototype={ +$1(a){return this.a.k9(this.b,a,this.c)}, +$S(){return this.c.j("~(0)")}} +P.pu.prototype={ +gn(a){return this.a}, +gM(a){return this.a===0}, +gbn(a){return this.a!==0}, +gaA(a){return new P.pv(this,H.o(this).j("pv<1>"))}, +gby(a){var s=H.o(this) +return H.o4(new P.pv(this,s.j("pv<1>")),new P.aeL(this),s.c,s.Q[1])}, +aL(a,b){var s,r +if(typeof b=="string"&&b!=="__proto__"){s=this.b +return s==null?!1:s[b]!=null}else if(typeof b=="number"&&(b&1073741823)===b){r=this.c +return r==null?!1:r[b]!=null}else return this.pW(b)}, +pW(a){var s=this.d +if(s==null)return!1 +return this.fP(this.JI(s,a),a)>=0}, +h(a,b){var s,r,q +if(typeof b=="string"&&b!=="__proto__"){s=this.b +r=s==null?null:P.ao5(s,b) +return r}else if(typeof b=="number"&&(b&1073741823)===b){q=this.c +r=q==null?null:P.ao5(q,b) +return r}else return this.a3g(0,b)}, +a3g(a,b){var s,r,q=this.d +if(q==null)return null +s=this.JI(q,b) +r=this.fP(s,b) +return r<0?null:s[r+1]}, +p(a,b,c){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +q.It(s==null?q.b=P.ao6():s,b,c)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +q.It(r==null?q.c=P.ao6():r,b,c)}else q.a96(b,c)}, +a96(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.d=P.ao6() +s=p.hi(a) +r=o[s] +if(r==null){P.ao7(o,s,[a,b]);++p.a +p.e=null}else{q=p.fP(r,a) +if(q>=0)r[q+1]=b +else{r.push(a,b);++p.a +p.e=null}}}, +bN(a,b,c){var s,r=this +if(r.aL(0,b))return H.o(r).Q[1].a(r.h(0,b)) +s=c.$0() +r.p(0,b,s) +return s}, +v(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.kq(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.kq(s.c,b) +else return s.jo(0,b)}, +jo(a,b){var s,r,q,p,o=this,n=o.d +if(n==null)return null +s=o.hi(b) +r=n[s] +q=o.fP(r,b) +if(q<0)return null;--o.a +o.e=null +p=r.splice(q,2)[1] +if(0===r.length)delete n[s] +return p}, +ai(a,b){var s,r,q,p,o=this,n=o.zX() +for(s=n.length,r=H.o(o).Q[1],q=0;q=r.length){s.d=null +return!1}else{s.d=r[q] +s.c=q+1 +return!0}}} +P.afs.prototype={ +oy(a){return H.vt(a)&1073741823}, +oz(a,b){var s,r,q +if(a==null)return-1 +s=a.length +for(r=0;r"))}, +kx(a){return new P.jp(a.j("jp<0>"))}, +qj(){return this.kx(t.z)}, +gX(a){return new P.pw(this,this.uj())}, +gn(a){return this.a}, +gM(a){return this.a===0}, +gbn(a){return this.a!==0}, +A(a,b){var s,r +if(typeof b=="string"&&b!=="__proto__"){s=this.b +return s==null?!1:s[b]!=null}else if(typeof b=="number"&&(b&1073741823)===b){r=this.c +return r==null?!1:r[b]!=null}else return this.zZ(b)}, +zZ(a){var s=this.d +if(s==null)return!1 +return this.fP(s[this.hi(a)],a)>=0}, +H(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.pV(s==null?q.b=P.ao8():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.pV(r==null?q.c=P.ao8():r,b)}else return q.dt(0,b)}, +dt(a,b){var s,r,q=this,p=q.d +if(p==null)p=q.d=P.ao8() +s=q.hi(b) +r=p[s] +if(r==null)p[s]=[b] +else{if(q.fP(r,b)>=0)return!1 +r.push(b)}++q.a +q.e=null +return!0}, +O(a,b){var s +for(s=J.aP(b);s.t();)this.H(0,s.gE(s))}, +v(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.kq(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.kq(s.c,b) +else return s.jo(0,b)}, +jo(a,b){var s,r,q,p=this,o=p.d +if(o==null)return!1 +s=p.hi(b) +r=o[s] +q=p.fP(r,b) +if(q<0)return!1;--p.a +p.e=null +r.splice(q,1) +if(0===r.length)delete o[s] +return!0}, +aP(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=null +s.a=0}}, +uj(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.e +if(h!=null)return h +h=P.aj(i.a,null,!1,t.z) +s=i.b +if(s!=null){r=Object.getOwnPropertyNames(s) +q=r.length +for(p=0,o=0;o=r.length){s.d=null +return!1}else{s.d=r[q] +s.c=q+1 +return!0}}} +P.fm.prototype={ +m7(){return new P.fm(H.o(this).j("fm<1>"))}, +kx(a){return new P.fm(a.j("fm<0>"))}, +qj(){return this.kx(t.z)}, +gX(a){var s=new P.kO(this,this.r) +s.c=this.e +return s}, +gn(a){return this.a}, +gM(a){return this.a===0}, +gbn(a){return this.a!==0}, +A(a,b){var s,r +if(typeof b=="string"&&b!=="__proto__"){s=this.b +if(s==null)return!1 +return s[b]!=null}else if(typeof b=="number"&&(b&1073741823)===b){r=this.c +if(r==null)return!1 +return r[b]!=null}else return this.zZ(b)}, +zZ(a){var s=this.d +if(s==null)return!1 +return this.fP(s[this.hi(a)],a)>=0}, +ai(a,b){var s=this,r=s.e,q=s.r +for(;r!=null;){b.$1(r.a) +if(q!==s.r)throw H.b(P.bE(s)) +r=r.b}}, +gK(a){var s=this.e +if(s==null)throw H.b(P.V("No elements")) +return s.a}, +gL(a){var s=this.f +if(s==null)throw H.b(P.V("No elements")) +return s.a}, +H(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.pV(s==null?q.b=P.aoa():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.pV(r==null?q.c=P.aoa():r,b)}else return q.dt(0,b)}, +dt(a,b){var s,r,q=this,p=q.d +if(p==null)p=q.d=P.aoa() +s=q.hi(b) +r=p[s] +if(r==null)p[s]=[q.zS(b)] +else{if(q.fP(r,b)>=0)return!1 +r.push(q.zS(b))}return!0}, +v(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.kq(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.kq(s.c,b) +else return s.jo(0,b)}, +jo(a,b){var s,r,q,p,o=this,n=o.d +if(n==null)return!1 +s=o.hi(b) +r=n[s] +q=o.fP(r,b) +if(q<0)return!1 +p=r.splice(q,1)[0] +if(0===r.length)delete n[s] +o.Iu(p) +return!0}, +a2R(a,b){var s,r,q,p,o=this,n=o.e +for(;n!=null;n=r){s=n.a +r=n.b +q=o.r +p=a.$1(s) +if(q!==o.r)throw H.b(P.bE(o)) +if(!0===p)o.v(0,s)}}, +aP(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.zR()}}, +pV(a,b){if(a[b]!=null)return!1 +a[b]=this.zS(b) +return!0}, +kq(a,b){var s +if(a==null)return!1 +s=a[b] +if(s==null)return!1 +this.Iu(s) +delete a[b] +return!0}, +zR(){this.r=this.r+1&1073741823}, +zS(a){var s,r=this,q=new P.afr(a) +if(r.e==null)r.e=r.f=q +else{s=r.f +s.toString +q.c=s +r.f=s.b=q}++r.a +r.zR() +return q}, +Iu(a){var s=this,r=a.c,q=a.b +if(r==null)s.e=q +else r.b=q +if(q==null)s.f=r +else q.c=r;--s.a +s.zR()}, +hi(a){return J.e7(a)&1073741823}, +fP(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r>")),this.c,s.j("@<1>").aH(s.j("cz<1>")).j("dq<1,2>"));s.t();)if(J.e(s.gE(s),b))return!0 +return!1}, +f8(a,b){return P.bo(this,!0,this.$ti.c)}, +ih(a){return this.f8(a,!0)}, +ii(a){return P.iR(this,this.$ti.c)}, +gn(a){var s,r=this.$ti,q=new P.dq(this,H.a([],r.j("r>")),this.c,r.j("@<1>").aH(r.j("cz<1>")).j("dq<1,2>")) +for(s=0;q.t();)++s +return s}, +gM(a){var s=this.$ti +return!new P.dq(this,H.a([],s.j("r>")),this.c,s.j("@<1>").aH(s.j("cz<1>")).j("dq<1,2>")).t()}, +gbn(a){return this.d!=null}, +ig(a,b){return H.a8T(this,b,this.$ti.c)}, +he(a,b){return H.a8_(this,b,this.$ti.c)}, +gK(a){var s=this.$ti,r=new P.dq(this,H.a([],s.j("r>")),this.c,s.j("@<1>").aH(s.j("cz<1>")).j("dq<1,2>")) +if(!r.t())throw H.b(H.bU()) +return r.gE(r)}, +gL(a){var s,r=this.$ti,q=new P.dq(this,H.a([],r.j("r>")),this.c,r.j("@<1>").aH(r.j("cz<1>")).j("dq<1,2>")) +if(!q.t())throw H.b(H.bU()) +do s=q.gE(q) +while(q.t()) +return s}, +b2(a,b){var s,r,q,p=this,o="index" +H.h1(b,o,t.S) +P.d8(b,o) +for(s=p.$ti,s=new P.dq(p,H.a([],s.j("r>")),p.c,s.j("@<1>").aH(s.j("cz<1>")).j("dq<1,2>")),r=0;s.t();){q=s.gE(s) +if(b===r)return q;++r}throw H.b(P.bT(b,p,o,null,r))}, +i(a){return P.amR(this,"(",")")}} +P.xD.prototype={} +P.a0Y.prototype={ +$2(a,b){this.a.p(0,this.b.a(a),this.c.a(b))}, +$S:50} +P.y0.prototype={ +A(a,b){return b instanceof P.o3&&this===b.a}, +gX(a){return new P.Ck(this,this.a,this.c)}, +gn(a){return this.b}, +gK(a){var s +if(this.b===0)throw H.b(P.V("No such element")) +s=this.c +s.toString +return s}, +gL(a){var s +if(this.b===0)throw H.b(P.V("No such element")) +s=this.c.c +s.toString +return s}, +gM(a){return this.b===0}, +a6q(a,b,c){var s,r,q=this +if(b.a!=null)throw H.b(P.V("LinkedListEntry is already in a LinkedList"));++q.a +b.a=q +s=q.b +if(s===0){b.b=b +q.c=b.c=b +q.b=s+1 +return}r=a.c +r.toString +b.c=r +b.b=a +a.c=r.b=b +q.b=s+1}} +P.Ck.prototype={ +gE(a){return H.o(this).c.a(this.c)}, +t(){var s=this,r=s.a +if(s.b!==r.a)throw H.b(P.bE(s)) +if(r.b!==0)r=s.e&&s.d===r.gK(r) +else r=!0 +if(r){s.c=null +return!1}s.e=!0 +r=s.d +s.c=r +s.d=r.b +return!0}} +P.o3.prototype={} +P.y1.prototype={$iQ:1,$ip:1,$ix:1} +P.N.prototype={ +gX(a){return new H.dy(a,this.gn(a))}, +b2(a,b){return this.h(a,b)}, +ai(a,b){var s,r=this.gn(a) +for(s=0;s=0;--s){r=this.h(a,s) +if(b.$1(r))return r +if(q!==this.gn(a))throw H.b(P.bE(a))}if(c!=null)return c.$0() +throw H.b(H.bU())}, +c8(a,b){var s +if(this.gn(a)===0)return"" +s=P.anK("",a,b) +return s.charCodeAt(0)==0?s:s}, +jU(a,b,c){return new H.at(a,b,H.b9(a).j("@").aH(c).j("at<1,2>"))}, +Ee(a,b,c){var s,r,q=this.gn(a) +for(s=b,r=0;r").aH(b).j("cc<1,2>"))}, +ea(a){var s,r=this +if(r.gn(a)===0)throw H.b(H.bU()) +s=r.h(a,r.gn(a)-1) +r.sn(a,r.gn(a)-1) +return s}, +P(a,b){var s=P.as(a,!0,H.b9(a).j("N.E")) +C.c.O(s,b) +return s}, +cI(a,b,c){var s=this.gn(a) +P.ev(b,s,s) +return P.bo(this.tH(a,b,s),!0,H.b9(a).j("N.E"))}, +fL(a,b){return this.cI(a,b,null)}, +tH(a,b,c){P.ev(b,c,this.gn(a)) +return H.fS(a,b,c,H.b9(a).j("N.E"))}, +aef(a,b,c,d){var s +H.b9(a).j("N.E").a(d) +P.ev(b,c,this.gn(a)) +for(s=b;s").b(d)){r=e +q=d}else{q=J.V8(d,e).f8(0,!1) +r=0}p=J.al(q) +if(r+s>p.gn(q))throw H.b(H.arT()) +if(r=0;--o)this.p(a,b+o,p.h(q,r+o)) +else for(o=0;o"))}, +xg(a,b,c,d){var s,r,q,p,o=P.A(c,d) +for(s=J.aP(this.gaA(a)),r=H.b9(a).j("au.V");s.t();){q=s.gE(s) +p=b.$2(q,r.a(this.h(a,q))) +o.p(0,p.gh3(p),p.gm(p))}return o}, +ahZ(a,b){var s,r,q,p=H.b9(a),o=H.a([],p.j("r")) +for(s=J.aP(this.gaA(a)),p=p.j("au.V");s.t();){r=s.gE(s) +if(b.$2(r,p.a(this.h(a,r))))o.push(r)}for(p=o.length,q=0;q").aH(s.j("au.V")).j("Co<1,2>"))}, +i(a){return P.an3(a)}, +$iak:1} +P.a16.prototype={ +$1(a){var s=this.a,r=H.b9(s),q=r.j("au.V") +return new P.cK(a,q.a(J.aL(s,a)),r.j("@").aH(q).j("cK<1,2>"))}, +$S(){return H.b9(this.a).j("cK(au.K)")}} +P.Co.prototype={ +gn(a){return J.cF(this.a)}, +gM(a){return J.hz(this.a)}, +gbn(a){return J.EU(this.a)}, +gK(a){var s=this.a,r=J.j(s) +return this.$ti.Q[1].a(r.h(s,J.V0(r.gaA(s))))}, +gL(a){var s=this.a,r=J.j(s) +return this.$ti.Q[1].a(r.h(s,J.EV(r.gaA(s))))}, +gX(a){var s=this.a +return new P.PN(J.aP(J.V1(s)),s)}} +P.PN.prototype={ +t(){var s=this,r=s.a +if(r.t()){s.c=J.aL(s.b,r.gE(r)) +return!0}s.c=null +return!1}, +gE(a){return H.o(this).Q[1].a(this.c)}} +P.DS.prototype={ +p(a,b,c){throw H.b(P.S("Cannot modify unmodifiable map"))}, +v(a,b){throw H.b(P.S("Cannot modify unmodifiable map"))}, +bN(a,b,c){throw H.b(P.S("Cannot modify unmodifiable map"))}} +P.rh.prototype={ +kO(a,b,c){var s=this.a +return s.kO(s,b,c)}, +h(a,b){return this.a.h(0,b)}, +p(a,b,c){this.a.p(0,b,c)}, +bN(a,b,c){return this.a.bN(0,b,c)}, +aL(a,b){return this.a.aL(0,b)}, +ai(a,b){this.a.ai(0,b)}, +gM(a){var s=this.a +return s.gM(s)}, +gn(a){var s=this.a +return s.gn(s)}, +gaA(a){var s=this.a +return s.gaA(s)}, +v(a,b){return this.a.v(0,b)}, +i(a){var s=this.a +return s.i(s)}, +gby(a){var s=this.a +return s.gby(s)}, +giN(a){var s=this.a +return s.giN(s)}, +xg(a,b,c,d){var s=this.a +return s.xg(s,b,c,d)}, +$iak:1} +P.pg.prototype={ +kO(a,b,c){var s=this.a +return new P.pg(s.kO(s,b,c),b.j("@<0>").aH(c).j("pg<1,2>"))}} +P.ir.prototype={ +a6I(a,b){var s=this +s.b=b +s.a=a +if(a!=null)a.b=H.o(s).j("ir.0").a(s) +if(b!=null)b.a=H.o(s).j("ir.0").a(s)}, +C0(){var s,r=this,q=r.a +if(q!=null)q.b=r.b +s=r.b +if(s!=null)s.a=q +r.a=r.b=null}} +P.eH.prototype={ +cf(a){this.C0() +return H.o(this).c.a(this.gm_())}} +P.jn.prototype={ +gm_(){return H.o(this).c.a(this.c)}, +F0(){return H.o(this).j("jn<1>").a(this.b).HU()}} +P.By.prototype={ +Bs(a){var s=this +s.f=null +s.C0() +return s.$ti.c.a(s.gm_())}, +cf(a){var s=this,r=s.f +if(r!=null)--r.b +s.f=null +s.C0() +return s.$ti.c.a(s.gm_())}, +HU(){return this}} +P.kN.prototype={ +HU(){return null}, +Bs(a){throw H.b(H.bU())}, +gm_(){throw H.b(H.bU())}} +P.nq.prototype={ +gjp(){var s=this,r=s.a +if(r==null){r=new P.kN(s,null,s.$ti.j("kN<1>")) +r.a=r +s.a=r.b=r}return r}, +eW(a,b){return new H.jG(this,this.$ti.j("@<1>").aH(b).j("jG<1,2>"))}, +gn(a){return this.b}, +qH(a){var s=this.gjp() +new P.By(s.f,a,s.$ti.j("By<1>")).a6I(s,s.b);++this.b}, +gK(a){return this.$ti.c.a(this.gjp().b.gm_())}, +gL(a){return this.$ti.c.a(this.gjp().a.gm_())}, +gM(a){return this.gjp().b===this.gjp()}, +gX(a){var s=this.gjp() +return new P.OD(s,s.b,this.$ti.j("OD<1>"))}, +i(a){return P.xE(this,"{","}")}, +$iQ:1} +P.OD.prototype={ +t(){var s=this,r=s.b,q=s.a +if(r==q){s.a=s.b=s.c=null +return!1}s.$ti.j("jn<1>").a(r) +q=q.f +if(q!=r.f)throw H.b(P.bE(q)) +s.c=r.gm_() +s.b=r.b +return!0}, +gE(a){return this.$ti.c.a(this.c)}} +P.y2.prototype={ +eW(a,b){return new H.jG(this,this.$ti.j("@<1>").aH(b).j("jG<1,2>"))}, +gX(a){var s=this +return new P.PK(s,s.c,s.d,s.b)}, +gM(a){return this.b===this.c}, +gn(a){return(this.c-this.b&this.a.length-1)>>>0}, +gK(a){var s=this,r=s.b +if(r===s.c)throw H.b(H.bU()) +return s.$ti.c.a(s.a[r])}, +gL(a){var s=this,r=s.b,q=s.c +if(r===q)throw H.b(H.bU()) +r=s.a +return s.$ti.c.a(r[(q-1&r.length-1)>>>0])}, +b2(a,b){var s,r=this +P.aEw(b,r,null,null) +s=r.a +return r.$ti.c.a(s[(r.b+b&s.length-1)>>>0])}, +O(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.$ti +if(j.j("x<1>").b(b)){s=b.length +r=k.gn(k) +q=r+s +p=k.a +o=p.length +if(q>=o){n=P.aj(P.as2(q+(q>>>1)),null,!1,j.j("1?")) +k.c=k.aaJ(n) +k.a=n +k.b=0 +C.c.bj(n,r,q,b,0) +k.c+=s}else{j=k.c +m=o-j +if(s>>0)s[p]=null +q.b=q.c=0;++q.d}}, +i(a){return P.xE(this,"{","}")}, +qH(a){var s=this,r=s.b,q=s.a +r=s.b=(r-1&q.length-1)>>>0 +q[r]=a +if(r===s.c)s.K0();++s.d}, +lm(){var s,r,q=this,p=q.b +if(p===q.c)throw H.b(H.bU());++q.d +s=q.a +r=q.$ti.c.a(s[p]) +s[p]=null +q.b=(p+1&s.length-1)>>>0 +return r}, +ea(a){var s,r=this,q=r.b,p=r.c +if(q===p)throw H.b(H.bU());++r.d +q=r.a +p=r.c=(p-1&q.length-1)>>>0 +s=r.$ti.c.a(q[p]) +q[p]=null +return s}, +dt(a,b){var s=this,r=s.a,q=s.c +r[q]=b +r=(q+1&r.length-1)>>>0 +s.c=r +if(s.b===r)s.K0();++s.d}, +K0(){var s=this,r=P.aj(s.a.length*2,null,!1,s.$ti.j("1?")),q=s.a,p=s.b,o=q.length-p +C.c.bj(r,0,o,q,p) +C.c.bj(r,o,o+s.b,s.a,0) +s.b=0 +s.c=s.a.length +s.a=r}, +aaJ(a){var s,r,q=this,p=q.b,o=q.c,n=q.a +if(p<=o){s=o-p +C.c.bj(a,0,s,n,p) +return s}else{r=n.length-p +C.c.bj(a,0,r,n,p) +C.c.bj(a,r,r+q.c,q.a,0) +return q.c+r}}} +P.PK.prototype={ +gE(a){return H.o(this).c.a(this.e)}, +t(){var s,r=this,q=r.a +if(r.c!==q.d)H.f(P.bE(q)) +s=r.d +if(s===r.b){r.e=null +return!1}q=q.a +r.e=q[s] +r.d=(s+1&q.length-1)>>>0 +return!0}} +P.cn.prototype={ +gM(a){return this.gn(this)===0}, +gbn(a){return this.gn(this)!==0}, +eW(a,b){return P.anD(this,null,H.o(this).j("cn.E"),b)}, +aP(a){this.xP(this.ih(0))}, +O(a,b){var s +for(s=J.aP(b);s.t();)this.H(0,s.gE(s))}, +xP(a){var s,r +for(s=a.length,r=0;r").aH(c).j("hL<1,2>"))}, +i(a){return P.xE(this,"{","}")}, +iC(a,b){var s +for(s=this.gX(this);s.t();)if(b.$1(s.gE(s)))return!0 +return!1}, +ig(a,b){return H.a8T(this,b,H.o(this).j("cn.E"))}, +he(a,b){return H.a8_(this,b,H.o(this).j("cn.E"))}, +gK(a){var s=this.gX(this) +if(!s.t())throw H.b(H.bU()) +return s.gE(s)}, +gL(a){var s,r=this.gX(this) +if(!r.t())throw H.b(H.bU()) +do s=r.gE(r) +while(r.t()) +return s}, +b2(a,b){var s,r,q,p="index" +H.h1(b,p,t.S) +P.d8(b,p) +for(s=this.gX(this),r=0;s.t();){q=s.gE(s) +if(b===r)return q;++r}throw H.b(P.bT(b,this,p,null,r))}} +P.pD.prototype={ +eW(a,b){return P.anD(this,this.gBk(),H.o(this).c,b)}, +od(a){var s,r,q=this.m7() +for(s=this.gX(this);s.t();){r=s.gE(s) +if(!a.A(0,r))q.H(0,r)}return q}, +rL(a,b){var s,r,q=this.m7() +for(s=this.gX(this);s.t();){r=s.gE(s) +if(b.A(0,r))q.H(0,r)}return q}, +ii(a){var s=this.m7() +s.O(0,this) +return s}, +$iQ:1, +$ip:1, +$ibM:1} +P.Tj.prototype={ +H(a,b){return P.Tk()}, +aP(a){return P.Tk()}, +O(a,b){return P.Tk()}, +xP(a){return P.Tk()}, +v(a,b){return P.Tk()}} +P.e4.prototype={ +m7(){return P.fF(this.$ti.c)}, +kx(a){return P.fF(a)}, +qj(){return this.kx(t.z)}, +A(a,b){return J.h5(this.a,b)}, +gX(a){return J.aP(J.V1(this.a))}, +gn(a){return J.cF(this.a)}} +P.Se.prototype={ +gh3(a){return this.a}} +P.cz.prototype={} +P.eh.prototype={ +a8K(a){var s=this,r=s.$ti +r=new P.eh(a,s.a,r.j("@<1>").aH(r.Q[1]).j("eh<1,2>")) +r.b=s.b +r.c=s.c +return r}, +i(a){return"MapEntry("+H.c(this.a)+": "+H.c(this.d)+")"}, +$icK:1, +gm(a){return this.d}} +P.Sd.prototype={ +hT(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=h.gdh() +if(f==null){h.zV(a,a) +return-1}s=h.gzU() +for(r=g,q=f,p=r,o=p,n=o,m=n;!0;){r=s.$2(q.a,a) +if(r>0){l=q.b +if(l==null)break +r=s.$2(l.a,a) +if(r>0){q.b=l.c +l.c=q +k=l.b +if(k==null){q=l +break}q=l +l=k}if(m==null)n=q +else m.b=q +m=q +q=l}else{if(r<0){j=q.c +if(j==null)break +r=s.$2(j.a,a) +if(r<0){q.c=j.b +j.b=q +i=j.c +if(i==null){q=j +break}q=j +j=i}if(o==null)p=q +else o.c=q}else break +o=q +q=j}}if(o!=null){o.c=q.b +q.b=p}if(m!=null){m.b=q.c +q.c=n}if(h.gdh()!==q){h.sdh(q);++h.c}return r}, +a9B(a){var s,r,q=a.b +for(s=a;q!=null;s=q,q=r){s.b=q.c +q.c=s +r=q.b}return s}, +Mt(a){var s,r,q=a.c +for(s=a;q!=null;s=q,q=r){s.c=q.b +q.b=s +r=q.c}return s}, +jo(a,b){var s,r,q,p,o=this +if(o.gdh()==null)return null +if(o.hT(b)!==0)return null +s=o.gdh() +r=s.b;--o.a +q=s.c +if(r==null)o.sdh(q) +else{p=o.Mt(r) +p.c=q +o.sdh(p)}++o.b +return s}, +zz(a,b){var s,r=this;++r.a;++r.b +s=r.gdh() +if(s==null){r.sdh(a) +return}if(b<0){a.b=s +a.c=s.c +s.c=null}else{a.c=s +a.b=s.b +s.b=null}r.sdh(a)}, +gJw(){var s=this,r=s.gdh() +if(r==null)return null +s.sdh(s.a9B(r)) +return s.gdh()}, +gKx(){var s=this,r=s.gdh() +if(r==null)return null +s.sdh(s.Mt(r)) +return s.gdh()}, +a18(a){this.sdh(null) +this.a=0;++this.b}, +pW(a){return this.Cg(a)&&this.hT(a)===0}, +zV(a,b){return this.gzU().$2(a,b)}, +Cg(a){return this.gaj8().$1(a)}} +P.Ag.prototype={ +h(a,b){var s=this +if(!s.f.$1(b))return null +if(s.d!=null)if(s.hT(b)===0)return s.d.d +return null}, +v(a,b){var s +if(!this.f.$1(b))return null +s=this.jo(0,b) +if(s!=null)return s.d +return null}, +p(a,b,c){var s,r=this,q=r.hT(b) +if(q===0){r.d=r.d.a8K(c);++r.c +return}s=r.$ti +r.zz(new P.eh(c,b,s.j("@<1>").aH(s.Q[1]).j("eh<1,2>")),q)}, +bN(a,b,c){var s,r,q,p,o=this,n=o.hT(b) +if(n===0)return o.d.d +s=o.b +r=o.c +q=c.$0() +if(s!==o.b)throw H.b(P.bE(o)) +if(r!==o.c)n=o.hT(b) +p=o.$ti +o.zz(new P.eh(q,b,p.j("@<1>").aH(p.Q[1]).j("eh<1,2>")),n) +return q}, +gM(a){return this.d==null}, +gbn(a){return this.d!=null}, +ai(a,b){var s,r,q=this.$ti +q=q.j("@<1>").aH(q.Q[1]) +s=new P.pE(this,H.a([],q.j("r>")),this.c,q.j("pE<1,2>")) +for(;s.t();){r=s.gE(s) +b.$2(r.gh3(r),r.gm(r))}}, +gn(a){return this.a}, +aL(a,b){return this.pW(b)}, +gaA(a){var s=this.$ti +return new P.kR(this,s.j("@<1>").aH(s.j("eh<1,2>")).j("kR<1,2>"))}, +gby(a){var s=this.$ti +return new P.pF(this,s.j("@<1>").aH(s.Q[1]).j("pF<1,2>"))}, +giN(a){var s=this.$ti +return new P.Dr(this,s.j("@<1>").aH(s.Q[1]).j("Dr<1,2>"))}, +aek(){if(this.d==null)return null +return this.gJw().a}, +QF(){if(this.d==null)return null +return this.gKx().a}, +afU(a){var s,r,q,p=this +if(p.d==null)return null +if(p.hT(a)<0)return p.d.a +s=p.d.b +if(s==null)return null +r=s.c +for(;r!=null;s=r,r=q)q=r.c +return s.a}, +ael(a){var s,r,q,p=this +if(p.d==null)return null +if(p.hT(a)>0)return p.d.a +s=p.d.c +if(s==null)return null +r=s.b +for(;r!=null;s=r,r=q)q=r.b +return s.a}, +$iak:1, +zV(a,b){return this.e.$2(a,b)}, +Cg(a){return this.f.$1(a)}, +gdh(){return this.d}, +gzU(){return this.e}, +sdh(a){return this.d=a}} +P.a8c.prototype={ +$1(a){return this.a.b(a)}, +$S:55} +P.ju.prototype={ +gE(a){var s=this.b +if(s.length===0)return H.o(this).j("ju.T").a(null) +return this.AF(C.c.gL(s))}, +t(){var s,r,q=this,p=q.c,o=q.a,n=o.b +if(p!==n){if(p==null){q.c=n +s=o.gdh() +for(p=q.b;s!=null;){p.push(s) +s=s.b}return p.length!==0}throw H.b(P.bE(o))}p=q.b +if(p.length===0)return!1 +if(q.d!==o.c){n=C.c.gL(p) +C.c.sn(p,0) +o.hT(n.a) +n=o.gdh() +n.toString +p.push(n) +q.d=o.c}s=C.c.gL(p) +r=s.c +if(r!=null){for(;r!=null;){p.push(r) +r=r.b}return!0}p.pop() +while(!0){if(!(p.length!==0&&C.c.gL(p).c===s))break +s=p.pop()}return p.length!==0}} +P.kR.prototype={ +gn(a){return this.a.a}, +gM(a){return this.a.a===0}, +gX(a){var s=this.a,r=this.$ti +return new P.dq(s,H.a([],r.j("r<2>")),s.c,r.j("@<1>").aH(r.Q[1]).j("dq<1,2>"))}, +A(a,b){return this.a.pW(b)}, +ii(a){var s=this.a,r=this.$ti,q=P.a8d(s.e,s.f,r.c) +q.a=s.a +q.d=q.IH(s.d,r.Q[1]) +return q}} +P.pF.prototype={ +gn(a){return this.a.a}, +gM(a){return this.a.a===0}, +gX(a){var s=this.a,r=this.$ti +r=r.j("@<1>").aH(r.Q[1]) +return new P.Dv(s,H.a([],r.j("r>")),s.c,r.j("Dv<1,2>"))}} +P.Dr.prototype={ +gn(a){return this.a.a}, +gM(a){return this.a.a===0}, +gX(a){var s=this.a,r=this.$ti +r=r.j("@<1>").aH(r.Q[1]) +return new P.pE(s,H.a([],r.j("r>")),s.c,r.j("pE<1,2>"))}} +P.dq.prototype={ +AF(a){return a.a}} +P.Dv.prototype={ +AF(a){return a.d}} +P.pE.prototype={ +AF(a){return a}} +P.tA.prototype={ +KV(a){return P.a8d(new P.a8f(this,a),this.f,a)}, +m7(){return this.KV(t.z)}, +eW(a,b){return P.anD(this,this.ga78(),this.$ti.c,b)}, +gX(a){var s=this.$ti +return new P.dq(this,H.a([],s.j("r>")),this.c,s.j("@<1>").aH(s.j("cz<1>")).j("dq<1,2>"))}, +gn(a){return this.a}, +gM(a){return this.d==null}, +gbn(a){return this.d!=null}, +gK(a){if(this.a===0)throw H.b(H.bU()) +return this.gJw().a}, +gL(a){if(this.a===0)throw H.b(H.bU()) +return this.gKx().a}, +A(a,b){return this.f.$1(b)&&this.hT(this.$ti.c.a(b))===0}, +H(a,b){return this.dt(0,b)}, +dt(a,b){var s=this.hT(b) +if(s===0)return!1 +this.zz(new P.cz(b,this.$ti.j("cz<1>")),s) +return!0}, +v(a,b){if(!this.f.$1(b))return!1 +return this.jo(0,this.$ti.c.a(b))!=null}, +O(a,b){var s,r +for(s=J.aP(b.geU()),r=H.o(b),r=r.j("@<1>").aH(r.Q[1]).Q[1];s.t();)this.dt(0,r.a(s.gE(s)))}, +xP(a){var s,r,q,p +for(s=a.length,r=this.$ti.c,q=0;q>")),r.c,q.j("@<1>").aH(q.j("cz<1>")).j("dq<1,2>"));q.t();){s=q.gE(q) +if(b.A(0,s))p.dt(0,s)}return p}, +IH(a,b){var s +if(a==null)return null +s=new P.cz(a.a,this.$ti.j("cz<1>")) +new P.a8e(this,b).$2(a,s) +return s}, +aP(a){this.a18(0)}, +ii(a){var s=this,r=s.$ti,q=P.a8d(s.e,s.f,r.c) +q.a=s.a +q.d=s.IH(s.d,r.j("cz<1>")) +return q}, +i(a){return P.xE(this,"{","}")}, +$iQ:1, +$ip:1, +$ibM:1, +zV(a,b){return this.e.$2(a,b)}, +Cg(a){return this.f.$1(a)}, +gdh(){return this.d}, +gzU(){return this.e}, +sdh(a){return this.d=a}} +P.a8g.prototype={ +$1(a){return this.a.b(a)}, +$S:55} +P.a8f.prototype={ +$2(a,b){var s=this.a,r=s.$ti.c +r.a(a) +r.a(b) +return s.e.$2(a,b)}, +$S(){return this.b.j("q(0,0)")}} +P.a8e.prototype={ +$2(a,b){var s,r,q,p,o,n=this.a.$ti.j("cz<1>") +do{s=a.b +r=a.c +if(s!=null){q=new P.cz(s.a,n) +b.b=q +this.$2(s,q)}p=r!=null +if(p){o=new P.cz(r.a,n) +b.c=o +b=o +a=r}}while(p)}, +$S(){return this.a.$ti.aH(this.b).j("~(1,cz<2>)")}} +P.Cl.prototype={} +P.Ds.prototype={} +P.Dt.prototype={} +P.Du.prototype={} +P.DT.prototype={} +P.El.prototype={} +P.Ep.prototype={} +P.Pz.prototype={ +h(a,b){var s,r=this.b +if(r==null)return this.c.h(0,b) +else if(typeof b!="string")return null +else{s=r[b] +return typeof s=="undefined"?this.a8j(b):s}}, +gn(a){var s +if(this.b==null){s=this.c +s=s.gn(s)}else s=this.np().length +return s}, +gM(a){return this.gn(this)===0}, +gbn(a){return this.gn(this)>0}, +gaA(a){var s +if(this.b==null){s=this.c +return s.gaA(s)}return new P.PA(this)}, +gby(a){var s,r=this +if(r.b==null){s=r.c +return s.gby(s)}return H.o4(r.np(),new P.afh(r),t.N,t.z)}, +p(a,b,c){var s,r,q=this +if(q.b==null)q.c.p(0,b,c) +else if(q.aL(0,b)){s=q.b +s[b]=c +r=q.a +if(r==null?s!=null:r!==s)r[b]=null}else q.Nx().p(0,b,c)}, +aL(a,b){if(this.b==null)return this.c.aL(0,b) +if(typeof b!="string")return!1 +return Object.prototype.hasOwnProperty.call(this.a,b)}, +bN(a,b,c){var s +if(this.aL(0,b))return this.h(0,b) +s=c.$0() +this.p(0,b,s) +return s}, +v(a,b){if(this.b!=null&&!this.aL(0,b))return null +return this.Nx().v(0,b)}, +ai(a,b){var s,r,q,p,o=this +if(o.b==null)return o.c.ai(0,b) +s=o.np() +for(r=0;r=0){i=C.b.ay("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",h) +if(i===k)continue +k=i}else{if(h===-1){if(o<0){g=p==null?null:p.a.length +if(g==null)g=0 +o=g+(r-q) +n=r}++m +if(k===61)continue}k=i}if(h!==-2){if(p==null){p=new P.c6("") +g=p}else g=p +f=g.a+=C.b.S(b,q,r) +g.a=f+H.bV(k) +q=l +continue}}throw H.b(P.bG("Invalid base64 data",b,r))}if(p!=null){g=p.a+=C.b.S(b,q,a1) +f=g.length +if(o>=0)P.aqP(b,n,a1,o,m,f) +else{e=C.f.eQ(f-1,4)+1 +if(e===1)throw H.b(P.bG(c,b,a1)) +for(;e<4;){g+="=" +p.a=g;++e}}g=p.a +return C.b.p9(b,a0,a1,g.charCodeAt(0)==0?g:g)}d=a1-a0 +if(o>=0)P.aqP(b,n,a1,o,m,d) +else{e=C.f.eQ(d,4) +if(e===1)throw H.b(P.bG(c,b,a1)) +if(e>1)b=C.b.p9(b,a1,a1,e===2?"==":"=")}return b}} +P.Fh.prototype={} +P.Fg.prototype={ +acm(a,b){var s,r,q,p=P.ev(b,null,a.length) +if(b===p)return new Uint8Array(0) +s=new P.abO() +r=s.ad0(0,a,b,p) +r.toString +q=s.a +if(q<-1)H.f(P.bG("Missing padding character",a,p)) +if(q>0)H.f(P.bG("Invalid length, must be multiple of four",a,p)) +s.a=-1 +return r}, +dJ(a){return this.acm(a,0)}} +P.abO.prototype={ +ad0(a,b,c,d){var s,r=this,q=r.a +if(q<0){r.a=P.atL(b,c,d,q) +return null}if(c===d)return new Uint8Array(0) +s=P.aG3(b,c,d,q) +r.a=P.aG5(b,c,d,s,0,r.a) +return s}} +P.FD.prototype={} +P.Gn.prototype={} +P.iH.prototype={} +P.Yh.prototype={} +P.xK.prototype={ +i(a){var s=P.nw(this.a) +return(this.b!=null?"Converting object to an encodable object failed:":"Converting object did not return an encodable object:")+" "+s}} +P.Id.prototype={ +i(a){return"Cyclic error in JSON stringify"}} +P.a0s.prototype={ +dR(a,b){var s=P.aIz(b,this.gad3().a) +return s}, +adC(a,b){if(b==null)b=null +if(b==null)return P.atY(a,this.grn().b,null) +return P.atY(a,b,null)}, +mv(a){return this.adC(a,null)}, +grn(){return C.HE}, +gad3(){return C.HD}} +P.If.prototype={} +P.Ie.prototype={} +P.afj.prototype={ +Sm(a){var s,r,q,p,o,n,m=a.length +for(s=this.c,r=0,q=0;q92){if(p>=55296){o=p&64512 +if(o===55296){n=q+1 +n=!(n=0&&(C.b.ay(a,o)&64512)===55296)}else o=!1 +else o=!0 +if(o){if(q>r)s.a+=C.b.S(a,r,q) +r=q+1 +o=s.a+=H.bV(92) +o+=H.bV(117) +s.a=o +o+=H.bV(100) +s.a=o +n=p>>>8&15 +o+=H.bV(n<10?48+n:87+n) +s.a=o +n=p>>>4&15 +o+=H.bV(n<10?48+n:87+n) +s.a=o +n=p&15 +s.a=o+H.bV(n<10?48+n:87+n)}}continue}if(p<32){if(q>r)s.a+=C.b.S(a,r,q) +r=q+1 +o=s.a+=H.bV(92) +switch(p){case 8:s.a=o+H.bV(98) +break +case 9:s.a=o+H.bV(116) +break +case 10:s.a=o+H.bV(110) +break +case 12:s.a=o+H.bV(102) +break +case 13:s.a=o+H.bV(114) +break +default:o+=H.bV(117) +s.a=o +o+=H.bV(48) +s.a=o +o+=H.bV(48) +s.a=o +n=p>>>4&15 +o+=H.bV(n<10?48+n:87+n) +s.a=o +n=p&15 +s.a=o+H.bV(n<10?48+n:87+n) +break}}else if(p===34||p===92){if(q>r)s.a+=C.b.S(a,r,q) +r=q+1 +o=s.a+=H.bV(92) +s.a=o+H.bV(p)}}if(r===0)s.a+=a +else if(r>>18|240 +q=o.b=p+1 +r[p]=s>>>12&63|128 +p=o.b=q+1 +r[q]=s>>>6&63|128 +o.b=p+1 +r[p]=s&63|128 +return!0}else{o.Ck() +return!1}}, +a2Q(a,b,c){var s,r,q,p,o,n,m,l=this +if(b!==c&&(C.b.ay(a,c-1)&64512)===55296)--c +for(s=l.c,r=s.length,q=b;q=r)break +l.b=o+1 +s[o]=p}else{o=p&64512 +if(o===55296){if(l.b+4>r)break +n=q+1 +if(l.aaI(p,C.b.aE(a,n)))q=n}else if(o===56320){if(l.b+3>r)break +l.Ck()}else if(p<=2047){o=l.b +m=o+1 +if(m>=r)break +l.b=m +s[o]=p>>>6|192 +l.b=m+1 +s[m]=p&63|128}else{o=l.b +if(o+2>=r)break +m=l.b=o+1 +s[o]=p>>>12|224 +o=l.b=m+1 +s[m]=p>>>6&63|128 +l.b=o+1 +s[o]=p&63|128}}}return q}} +P.AW.prototype={ +dJ(a){var s=this.a,r=P.aFQ(s,a,0,null) +if(r!=null)return r +return new P.aiT(s).acn(a,0,null,!0)}} +P.aiT.prototype={ +acn(a,b,c,d){var s,r,q,p,o,n=this,m=P.ev(b,c,J.cF(a)) +if(b===m)return"" +if(t.H3.b(a)){s=a +r=0}else{s=P.aHf(a,b,m) +m-=b +r=b +b=0}q=n.A_(s,b,m,!0) +p=n.b +if((p&1)!==0){o=P.aHg(p) +n.b=0 +throw H.b(P.bG(o,a,r+n.c))}return q}, +A_(a,b,c,d){var s,r,q=this +if(c-b>1000){s=C.f.d1(b+c,2) +r=q.A_(a,b,s,!1) +if((q.b&1)!==0)return r +return r+q.A_(a,s,c,d)}return q.ad2(a,b,c,d)}, +ad2(a,b,c,d){var s,r,q,p,o,n,m,l=this,k=65533,j=l.b,i=l.c,h=new P.c6(""),g=b+1,f=a[b] +$label0$0:for(s=l.a;!0;){for(;!0;g=p){r=C.b.aE("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFFFFFFFFFFFFFFFFGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHHIHHHJEEBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBKCCCCCCCCCCCCDCLONNNMEEEEEEEEEEE",f)&31 +i=j<=32?f&61694>>>r:(f&63|i<<6)>>>0 +j=C.b.aE(" \x000:XECCCCCN:lDb \x000:XECCCCCNvlDb \x000:XECCCCCN:lDb AAAAA\x00\x00\x00\x00\x00AAAAA00000AAAAA:::::AAAAAGG000AAAAA00KKKAAAAAG::::AAAAA:IIIIAAAAA000\x800AAAAA\x00\x00\x00\x00 AAAAA",j+r) +if(j===0){h.a+=H.bV(i) +if(g===c)break $label0$0 +break}else if((j&1)!==0){if(s)switch(j){case 69:case 67:h.a+=H.bV(k) +break +case 65:h.a+=H.bV(k);--g +break +default:q=h.a+=H.bV(k) +h.a=q+H.bV(k) +break}else{l.b=j +l.c=g-1 +return""}j=0}if(g===c)break $label0$0 +p=g+1 +f=a[g]}p=g+1 +f=a[g] +if(f<128){while(!0){if(!(p=128){o=n-1 +p=n +break}p=n}if(o-g<20)for(m=g;m32)if(s)h.a+=H.bV(k) +else{l.b=77 +l.c=c +return""}l.b=j +l.c=i +s=h.a +return s.charCodeAt(0)==0?s:s}} +P.a2g.prototype={ +$2(a,b){var s=this.b,r=this.a,q=s.a+=r.a +q+=a.a +s.a=q +s.a=q+": " +s.a+=P.nw(b) +r.a=", "}, +$S:337} +P.c4.prototype={} +P.f5.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof P.f5&&this.a===b.a&&this.b===b.b}, +bQ(a,b){return C.f.bQ(this.a,b.a)}, +gu(a){var s=this.a +return(s^C.f.dQ(s,30))&1073741823}, +i(a){var s=this,r=P.aCz(H.aEn(s)),q=P.GB(H.aEl(s)),p=P.GB(H.aEh(s)),o=P.GB(H.aEi(s)),n=P.GB(H.aEk(s)),m=P.GB(H.aEm(s)),l=P.aCA(H.aEj(s)) +if(s.b)return r+"-"+q+"-"+p+" "+o+":"+n+":"+m+"."+l+"Z" +else return r+"-"+q+"-"+p+" "+o+":"+n+":"+m+"."+l}, +$ic4:1} +P.aH.prototype={ +P(a,b){return new P.aH(this.a+b.a)}, +a7(a,b){return new P.aH(this.a-b.a)}, +a_(a,b){return new P.aH(C.d.aW(this.a*b))}, +k(a,b){if(b==null)return!1 +return b instanceof P.aH&&this.a===b.a}, +gu(a){return C.f.gu(this.a)}, +bQ(a,b){return C.f.bQ(this.a,b.a)}, +i(a){var s,r,q,p=new P.XR(),o=this.a +if(o<0)return"-"+new P.aH(0-o).i(0) +s=p.$1(C.f.d1(o,6e7)%60) +r=p.$1(C.f.d1(o,1e6)%60) +q=new P.XQ().$1(o%1e6) +return""+C.f.d1(o,36e8)+":"+s+":"+r+"."+q}, +$ic4:1} +P.XQ.prototype={ +$1(a){if(a>=1e5)return""+a +if(a>=1e4)return"0"+a +if(a>=1000)return"00"+a +if(a>=100)return"000"+a +if(a>=10)return"0000"+a +return"00000"+a}, +$S:80} +P.XR.prototype={ +$1(a){if(a>=10)return""+a +return"0"+a}, +$S:80} +P.bF.prototype={ +gpC(){return H.ax(this.$thrownJsError)}} +P.n1.prototype={ +i(a){var s=this.a +if(s!=null)return"Assertion failed: "+P.nw(s) +return"Assertion failed"}, +gfw(a){return this.a}} +P.mr.prototype={} +P.J4.prototype={ +i(a){return"Throw of null."}} +P.fs.prototype={ +gAt(){return"Invalid argument"+(!this.a?"(s)":"")}, +gAs(){return""}, +i(a){var s,r,q=this,p=q.c,o=p==null?"":" ("+p+")",n=q.d,m=n==null?"":": "+H.c(n),l=q.gAt()+o+m +if(!q.a)return l +s=q.gAs() +r=P.nw(q.b) +return l+s+": "+r}, +gaT(a){return this.c}} +P.rT.prototype={ +gAt(){return"RangeError"}, +gAs(){var s,r=this.e,q=this.f +if(r==null)s=q!=null?": Not less than or equal to "+H.c(q):"" +else if(q==null)s=": Not greater than or equal to "+H.c(r) +else if(q>r)s=": Not in inclusive range "+H.c(r)+".."+H.c(q) +else s=qd.length +else s=!1 +if(s)e=null +if(e==null){if(d.length>78)d=C.b.S(d,0,75)+"..." +return f+"\n"+d}for(r=1,q=0,p=!1,o=0;o1?f+(" (at line "+r+", character "+(e-q+1)+")\n"):f+(" (at character "+(e+1)+")\n") +m=d.length +for(o=e;o78)if(e-q<75){l=q+75 +k=q +j="" +i="..."}else{if(m-e<75){k=m-75 +l=m +i=""}else{k=e-36 +l=e+36 +i="..."}j="..."}else{l=m +k=q +j="" +i=""}h=C.b.S(d,k,l) +return f+j+h+i+"\n"+C.b.a_(" ",e-k+j.length)+"^\n"}else return e!=null?f+(" (at offset "+H.c(e)+")"):f}, +$ibQ:1} +P.Hl.prototype={ +h(a,b){var s=typeof b=="number"||typeof b=="string" +if(s)H.f(P.hB(b,u.e,null)) +return this.a.get(b)}, +i(a){return"Expando:null"}, +gaT(){return null}} +P.p.prototype={ +eW(a,b){return H.iD(this,H.o(this).j("p.E"),b)}, +aet(a,b){var s=this,r=H.o(s) +if(r.j("Q").b(s))return H.aD5(s,b,r.j("p.E")) +return new H.nD(s,b,r.j("nD"))}, +jU(a,b,c){return H.o4(this,b,H.o(this).j("p.E"),c)}, +y9(a,b){return new H.b7(this,b,H.o(this).j("b7"))}, +A(a,b){var s +for(s=this.gX(this);s.t();)if(J.e(s.gE(s),b))return!0 +return!1}, +ai(a,b){var s +for(s=this.gX(this);s.t();)b.$1(s.gE(s))}, +c8(a,b){var s,r=this.gX(this) +if(!r.t())return"" +if(b===""){s="" +do s+=H.c(J.dR(r.gE(r))) +while(r.t())}else{s=""+H.c(J.dR(r.gE(r))) +for(;r.t();)s=s+b+H.c(J.dR(r.gE(r)))}return s.charCodeAt(0)==0?s:s}, +iC(a,b){var s +for(s=this.gX(this);s.t();)if(b.$1(s.gE(s)))return!0 +return!1}, +f8(a,b){return P.as(this,b,H.o(this).j("p.E"))}, +ih(a){return this.f8(a,!0)}, +ii(a){return P.o2(this,H.o(this).j("p.E"))}, +gn(a){var s,r=this.gX(this) +for(s=0;r.t();)++s +return s}, +gM(a){return!this.gX(this).t()}, +gbn(a){return!this.gM(this)}, +ig(a,b){return H.a8T(this,b,H.o(this).j("p.E"))}, +he(a,b){return H.a8_(this,b,H.o(this).j("p.E"))}, +gK(a){var s=this.gX(this) +if(!s.t())throw H.b(H.bU()) +return s.gE(s)}, +gL(a){var s,r=this.gX(this) +if(!r.t())throw H.b(H.bU()) +do s=r.gE(r) +while(r.t()) +return s}, +gcp(a){var s,r=this.gX(this) +if(!r.t())throw H.b(H.bU()) +s=r.gE(r) +if(r.t())throw H.b(H.arU()) +return s}, +jM(a,b,c){var s,r +for(s=this.gX(this);s.t();){r=s.gE(s) +if(b.$1(r))return r}return c.$0()}, +b2(a,b){var s,r,q +P.d8(b,"index") +for(s=this.gX(this),r=0;s.t();){q=s.gE(s) +if(b===r)return q;++r}throw H.b(P.bT(b,this,"index",null,r))}, +i(a){return P.amR(this,"(",")")}} +P.Ib.prototype={} +P.cK.prototype={ +i(a){return"MapEntry("+H.c(this.a)+": "+H.c(this.b)+")"}, +gh3(a){return this.a}, +gm(a){return this.b}} +P.aA.prototype={ +gu(a){return P.z.prototype.gu.call(this,this)}, +i(a){return"null"}} +P.z.prototype={$iz:1, +k(a,b){return this===b}, +gu(a){return H.ea(this)}, +i(a){return"Instance of '"+H.a3A(this)+"'"}, +QY(a,b){throw H.b(P.asm(this,b.gQP(),b.gRe(),b.gQX()))}, +gdO(a){return H.C(this)}, +toString(){return this.i(this)}} +P.Sp.prototype={ +i(a){return""}, +$ice:1} +P.LV.prototype={ +gadB(){var s,r=this.b +if(r==null)r=$.K7.$0() +s=r-this.a +if($.alH()===1e6)return s +return s*1000}, +fJ(a){var s=this,r=s.b +if(r!=null){s.a=s.a+($.K7.$0()-r) +s.b=null}}, +ez(a){var s=this.b +this.a=s==null?$.K7.$0():s}} +P.a5r.prototype={ +gE(a){return this.d}, +t(){var s,r,q,p=this,o=p.b=p.c,n=p.a,m=n.length +if(o===m){p.d=-1 +return!1}s=C.b.aE(n,o) +r=o+1 +if((s&64512)===55296&&r4)this.a.$2("an IPv6 part can only contain a maximum of 4 hex digits",a) +s=P.e5(C.b.S(this.b,a,b),16) +if(s<0||s>65535)this.a.$2("each part must be in the range of `0x0..0xFFFF`",a) +return s}, +$S:323} +P.vc.prototype={ +gMO(){var s,r,q,p=this,o=p.x +if(o==null){o=p.a +s=o.length!==0?""+o+":":"" +r=p.c +q=r==null +if(!q||o==="file"){o=s+"//" +s=p.b +if(s.length!==0)o=o+s+"@" +if(!q)o+=r +s=p.d +if(s!=null)o=o+":"+H.c(s)}else o=s +o+=p.e +s=p.f +if(s!=null)o=o+"?"+s +s=p.r +if(s!=null)o=o+"#"+s +o=o.charCodeAt(0)==0?o:o +if(p.x==null)p.x=o +else o=H.f(H.cB("_text"))}return o}, +gp1(){var s,r=this,q=r.y +if(q==null){s=r.e +if(s.length!==0&&C.b.aE(s,0)===47)s=C.b.bv(s,1) +q=s.length===0?C.fF:P.as5(new H.at(H.a(s.split("/"),t.s),P.aJK(),t.cj),t.N) +if(r.y==null)r.y=q +else q=H.f(H.cB("pathSegments"))}return q}, +gu(a){var s=this,r=s.z +if(r==null){r=C.b.gu(s.gMO()) +if(s.z==null)s.z=r +else r=H.f(H.cB("hashCode"))}return r}, +gSk(){return this.b}, +gEv(a){var s=this.c +if(s==null)return"" +if(C.b.bP(s,"["))return C.b.S(s,1,s.length-1) +return s}, +gF9(a){var s=this.d +return s==null?P.aug(this.a):s}, +gRt(a){var s=this.f +return s==null?"":s}, +gPG(){var s=this.r +return s==null?"":s}, +gPY(){return this.a.length!==0}, +gPU(){return this.c!=null}, +gPX(){return this.f!=null}, +gPV(){return this.r!=null}, +i(a){return this.gMO()}, +k(a,b){var s,r,q=this +if(b==null)return!1 +if(q===b)return!0 +if(t.Xu.b(b))if(q.a===b.gpr())if(q.c!=null===b.gPU())if(q.b===b.gSk())if(q.gEv(q)===b.gEv(b))if(q.gF9(q)===b.gF9(b))if(q.e===b.gxD(b)){s=q.f +r=s==null +if(!r===b.gPX()){if(r)s="" +if(s===b.gRt(b)){s=q.r +r=s==null +if(!r===b.gPV()){if(r)s="" +s=s===b.gPG()}else s=!1}else s=!1}else s=!1}else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +$iMx:1, +gpr(){return this.a}, +gxD(a){return this.e}} +P.aiS.prototype={ +$2(a,b){var s=this.b,r=this.a +s.a+=r.a +r.a="&" +r=s.a+=P.Tl(C.fG,a,C.ag,!0) +if(b!=null&&b.length!==0){s.a=r+"=" +s.a+=P.Tl(C.fG,b,C.ag,!0)}}, +$S:316} +P.aiR.prototype={ +$2(a,b){var s,r +if(b==null||typeof b=="string")this.a.$2(a,b) +else for(s=J.aP(b),r=this.a;s.t();)r.$2(a,s.gE(s))}, +$S:22} +P.a9S.prototype={ +gSj(){var s,r,q,p,o=this,n=null,m=o.c +if(m==null){m=o.a +s=o.b[0]+1 +r=C.b.ow(m,"?",s) +q=m.length +if(r>=0){p=P.DU(m,r+1,q,C.fD,!1) +q=r}else p=n +m=o.c=new P.Oc("data","",n,n,P.DU(m,s,q,C.mO,!1),p,n)}return m}, +i(a){var s=this.a +return this.b[0]===-1?"data:"+s:s}} +P.ajx.prototype={ +$2(a,b){var s=this.a[a] +C.a5.aef(s,0,96,b) +return s}, +$S:305} +P.ajy.prototype={ +$3(a,b,c){var s,r +for(s=b.length,r=0;r>>0]=c}, +$S:114} +P.S0.prototype={ +gPY(){return this.b>0}, +gPU(){return this.c>0}, +gafc(){return this.c>0&&this.d+1r?C.b.S(this.a,r,s-1):""}, +gEv(a){var s=this.c +return s>0?C.b.S(this.a,s,this.d):""}, +gF9(a){var s,r=this +if(r.gafc())return P.e5(C.b.S(r.a,r.d+1,r.e),null) +s=r.b +if(s===4&&C.b.bP(r.a,"http"))return 80 +if(s===5&&C.b.bP(r.a,"https"))return 443 +return 0}, +gxD(a){return C.b.S(this.a,this.e,this.f)}, +gRt(a){var s=this.f,r=this.r +return s>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1} +W.wH.prototype={ +i(a){var s,r=a.left +r.toString +r="Rectangle ("+H.c(r)+", " +s=a.top +s.toString +return r+H.c(s)+") "+H.c(this.gaO(a))+" x "+H.c(this.gaw(a))}, +k(a,b){var s,r +if(b==null)return!1 +if(t.Bb.b(b)){s=a.left +s.toString +r=J.j(b) +if(s===r.gjS(b)){s=a.top +s.toString +s=s===r.gj7(b)&&this.gaO(a)===r.gaO(b)&&this.gaw(a)===r.gaw(b)}else s=!1}else s=!1 +return s}, +gu(a){var s,r=a.left +r.toString +r=C.d.gu(r) +s=a.top +s.toString +return W.atW(r,C.d.gu(s),C.d.gu(this.gaO(a)),C.d.gu(this.gaw(a)))}, +gabu(a){var s=a.bottom +s.toString +return s}, +gKi(a){return a.height}, +gaw(a){var s=this.gKi(a) +s.toString +return s}, +gjS(a){var s=a.left +s.toString +return s}, +gmT(a){var s=a.right +s.toString +return s}, +gj7(a){var s=a.top +s.toString +return s}, +gNG(a){return a.width}, +gaO(a){var s=this.gNG(a) +s.toString +return s}, +$ij9:1} +W.GW.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1} +W.XB.prototype={ +gn(a){return a.length}} +W.NC.prototype={ +A(a,b){return J.UW(this.b,b)}, +gM(a){return this.a.firstElementChild==null}, +gn(a){return this.b.length}, +h(a,b){return t.Q.a(this.b[b])}, +p(a,b,c){this.a.replaceChild(c,this.b[b])}, +sn(a,b){throw H.b(P.S("Cannot resize element lists"))}, +H(a,b){this.a.appendChild(b) +return b}, +gX(a){var s=this.ih(this) +return new J.hC(s,s.length)}, +O(a,b){W.aG8(this.a,b)}, +bj(a,b,c,d,e){throw H.b(P.c7(null))}, +cZ(a,b,c,d){return this.bj(a,b,c,d,0)}, +v(a,b){return W.aGa(this.a,b)}, +mB(a,b,c){var s,r,q=this +if(b<0||b>q.b.length)throw H.b(P.bv(b,0,q.gn(q),null,null)) +s=q.b +r=q.a +if(b===s.length)r.appendChild(c) +else r.insertBefore(c,t.Q.a(s[b]))}, +aP(a){J.apK(this.a)}, +ea(a){var s=this.gL(this) +this.a.removeChild(s) +return s}, +gK(a){return W.aG9(this.a)}, +gL(a){var s=this.a.lastElementChild +if(s==null)throw H.b(P.V("No elements")) +return s}} +W.pt.prototype={ +gn(a){return this.a.length}, +h(a,b){return this.$ti.c.a(this.a[b])}, +p(a,b,c){throw H.b(P.S("Cannot modify list"))}, +sn(a,b){throw H.b(P.S("Cannot modify list"))}, +gK(a){return this.$ti.c.a(C.rV.gK(this.a))}, +gL(a){return this.$ti.c.a(C.rV.gL(this.a))}} +W.az.prototype={ +gvW(a){return new W.OH(a)}, +geX(a){return new W.NC(a,a.children)}, +i(a){return a.localName}, +hZ(a,b,c,d){var s,r,q,p +if(c==null){s=$.aru +if(s==null){s=H.a([],t.qF) +r=new W.yw(s) +s.push(W.atV(null)) +s.push(W.aub()) +$.aru=r +d=r}else d=s +s=$.art +if(s==null){s=new W.Tm(d) +$.art=s +c=s}else{s.a=d +c=s}}if($.ln==null){s=document +r=s.implementation.createHTMLDocument("") +$.ln=r +$.amn=r.createRange() +r=$.ln.createElement("base") +t.N2.a(r) +s=s.baseURI +s.toString +r.href=s +$.ln.head.appendChild(r)}s=$.ln +if(s.body==null){r=s.createElement("body") +s.body=t.C4.a(r)}s=$.ln +if(t.C4.b(a)){s=s.body +s.toString +q=s}else{s.toString +q=s.createElement(a.tagName) +$.ln.body.appendChild(q)}if("createContextualFragment" in window.Range.prototype&&!C.c.A(C.IS,a.tagName)){$.amn.selectNodeContents(q) +s=$.amn +s.toString +p=s.createContextualFragment(b==null?"null":b)}else{q.innerHTML=b +p=$.ln.createDocumentFragment() +for(;s=q.firstChild,s!=null;)p.appendChild(s)}if(q!==$.ln.body)J.bA(q) +c.yr(p) +document.adoptNode(p) +return p}, +acN(a,b,c){return this.hZ(a,b,c,null)}, +Tx(a,b){a.textContent=null +a.appendChild(this.hZ(a,b,null,null))}, +Py(a){return a.focus()}, +gRZ(a){return a.tagName}, +$iaz:1} +W.Ya.prototype={ +$1(a){return t.Q.b(a)}, +$S:115} +W.H6.prototype={ +saw(a,b){a.height=b}, +gaT(a){return a.name}, +saO(a,b){a.width=b}} +W.wU.prototype={ +gaT(a){return a.name}, +a6d(a,b,c){return a.remove(H.h2(b,0),H.h2(c,1))}, +cf(a){var s=new P.a3($.Y,t.LR),r=new P.aC(s,t.zh) +this.a6d(a,new W.YI(r),new W.YJ(r)) +return s}} +W.YI.prototype={ +$0(){this.a.em(0)}, +$S:0} +W.YJ.prototype={ +$1(a){this.a.iF(a)}, +$S:303} +W.a4.prototype={ +gj5(a){return W.aju(a.target)}, +$ia4:1} +W.a6.prototype={ +kK(a,b,c,d){if(c!=null)this.a_Z(a,b,c,d)}, +jq(a,b,c){return this.kK(a,b,c,null)}, +p7(a,b,c,d){if(c!=null)this.a8E(a,b,c,d)}, +tk(a,b,c){return this.p7(a,b,c,null)}, +a_Z(a,b,c,d){return a.addEventListener(b,H.h2(c,1),d)}, +a8E(a,b,c,d){return a.removeEventListener(b,H.h2(c,1),d)}} +W.YP.prototype={ +gaT(a){return a.name}} +W.Hp.prototype={ +gaT(a){return a.name}} +W.fy.prototype={ +gaT(a){return a.name}, +$ify:1} +W.ny.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1, +$iny:1} +W.YV.prototype={ +gaT(a){return a.name}} +W.YX.prototype={ +gn(a){return a.length}} +W.nE.prototype={$inE:1} +W.jU.prototype={ +gn(a){return a.length}, +gaT(a){return a.name}, +$ijU:1} +W.hN.prototype={$ihN:1} +W.a_k.prototype={ +gn(a){return a.length}} +W.nN.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1} +W.lw.prototype={ +ah8(a,b,c,d){return a.open(b,c,!0)}, +$ilw:1} +W.a_v.prototype={ +$1(a){var s,r,q,p=this.a,o=p.status +o.toString +s=o>=200&&o<300 +r=o>307&&o<400 +o=s||o===0||o===304||r +q=this.b +if(o)q.cG(0,p) +else q.iF(a)}, +$S:302} +W.xr.prototype={} +W.HY.prototype={ +saw(a,b){a.height=b}, +gaT(a){return a.name}, +saO(a,b){a.width=b}} +W.nQ.prototype={ +gr6(a){return a.data}, +$inQ:1} +W.nR.prototype={ +saw(a,b){a.height=b}, +saO(a,b){a.width=b}, +$inR:1} +W.nU.prototype={ +saw(a,b){a.height=b}, +gaT(a){return a.name}, +saO(a,b){a.width=b}, +$inU:1, +$iary:1} +W.k0.prototype={$ik0:1} +W.xS.prototype={} +W.a10.prototype={ +i(a){return String(a)}} +W.IF.prototype={ +gaT(a){return a.name}} +W.od.prototype={} +W.a1k.prototype={ +cf(a){return P.iy(a.remove(),t.z)}} +W.a1l.prototype={ +gn(a){return a.length}} +W.IL.prototype={ +ad(a,b){return a.addListener(H.h2(b,1))}, +Y(a,b){return a.removeListener(H.h2(b,1))}} +W.rk.prototype={$irk:1} +W.lN.prototype={$ilN:1} +W.yk.prototype={ +kK(a,b,c,d){if(b==="message")a.start() +this.V1(a,b,c,!1)}, +$iyk:1} +W.lP.prototype={ +gaT(a){return a.name}, +$ilP:1} +W.IM.prototype={ +aL(a,b){return P.h3(a.get(b))!=null}, +h(a,b){return P.h3(a.get(b))}, +ai(a,b){var s,r=a.entries() +for(;!0;){s=r.next() +if(s.done)return +b.$2(s.value[0],P.h3(s.value[1]))}}, +gaA(a){var s=H.a([],t.s) +this.ai(a,new W.a1p(s)) +return s}, +gby(a){var s=H.a([],t.n4) +this.ai(a,new W.a1q(s)) +return s}, +gn(a){return a.size}, +gM(a){return a.size===0}, +gbn(a){return a.size!==0}, +p(a,b,c){throw H.b(P.S("Not supported"))}, +bN(a,b,c){throw H.b(P.S("Not supported"))}, +v(a,b){throw H.b(P.S("Not supported"))}, +$iak:1} +W.a1p.prototype={ +$2(a,b){return this.a.push(a)}, +$S:22} +W.a1q.prototype={ +$2(a,b){return this.a.push(b)}, +$S:22} +W.IN.prototype={ +aL(a,b){return P.h3(a.get(b))!=null}, +h(a,b){return P.h3(a.get(b))}, +ai(a,b){var s,r=a.entries() +for(;!0;){s=r.next() +if(s.done)return +b.$2(s.value[0],P.h3(s.value[1]))}}, +gaA(a){var s=H.a([],t.s) +this.ai(a,new W.a1r(s)) +return s}, +gby(a){var s=H.a([],t.n4) +this.ai(a,new W.a1s(s)) +return s}, +gn(a){return a.size}, +gM(a){return a.size===0}, +gbn(a){return a.size!==0}, +p(a,b,c){throw H.b(P.S("Not supported"))}, +bN(a,b,c){throw H.b(P.S("Not supported"))}, +v(a,b){throw H.b(P.S("Not supported"))}, +$iak:1} +W.a1r.prototype={ +$2(a,b){return this.a.push(a)}, +$S:22} +W.a1s.prototype={ +$2(a,b){return this.a.push(b)}, +$S:22} +W.yl.prototype={ +gaT(a){return a.name}} +W.hX.prototype={$ihX:1} +W.IO.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1} +W.eQ.prototype={ +gh5(a){var s,r,q,p,o,n,m +if(!!a.offsetX)return new P.fO(a.offsetX,a.offsetY,t.i6) +else{s=a.target +r=t.Q +if(!r.b(W.aju(s)))throw H.b(P.S("offsetX is only supported on elements")) +q=r.a(W.aju(s)) +s=a.clientX +r=a.clientY +p=t.i6 +o=q.getBoundingClientRect() +n=o.left +n.toString +o=o.top +o.toString +m=new P.fO(s,r,p).a7(0,new P.fO(n,o,p)) +return new P.fO(C.d.eb(m.a),C.d.eb(m.b),p)}}, +$ieQ:1} +W.a2d.prototype={ +gaT(a){return a.name}} +W.dm.prototype={ +gK(a){var s=this.a.firstChild +if(s==null)throw H.b(P.V("No elements")) +return s}, +gL(a){var s=this.a.lastChild +if(s==null)throw H.b(P.V("No elements")) +return s}, +gcp(a){var s=this.a,r=s.childNodes.length +if(r===0)throw H.b(P.V("No elements")) +if(r>1)throw H.b(P.V("More than one element")) +s=s.firstChild +s.toString +return s}, +H(a,b){this.a.appendChild(b)}, +O(a,b){var s,r,q,p,o +if(b instanceof W.dm){s=b.a +r=this.a +if(s!==r)for(q=s.childNodes.length,p=0;p>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1} +W.J8.prototype={ +saw(a,b){a.height=b}, +gaT(a){return a.name}, +saO(a,b){a.width=b}} +W.J9.prototype={ +saw(a,b){a.height=b}, +saO(a,b){a.width=b}, +tD(a,b,c){var s=a.getContext(b,P.Uu(c)) +return s}} +W.Jf.prototype={ +gaT(a){return a.name}} +W.a2y.prototype={ +gaT(a){return a.name}} +W.yE.prototype={} +W.JG.prototype={ +gaT(a){return a.name}} +W.a2M.prototype={ +gaT(a){return a.name}} +W.j2.prototype={ +gaT(a){return a.name}} +W.a2R.prototype={ +gaT(a){return a.name}} +W.i1.prototype={ +gn(a){return a.length}, +gaT(a){return a.name}, +$ii1:1} +W.K3.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1} +W.kf.prototype={$ikf:1} +W.j7.prototype={$ij7:1} +W.a3H.prototype={ +O1(a){return a.arrayBuffer()}, +de(a){return a.text()}} +W.L1.prototype={ +aL(a,b){return P.h3(a.get(b))!=null}, +h(a,b){return P.h3(a.get(b))}, +ai(a,b){var s,r=a.entries() +for(;!0;){s=r.next() +if(s.done)return +b.$2(s.value[0],P.h3(s.value[1]))}}, +gaA(a){var s=H.a([],t.s) +this.ai(a,new W.a5l(s)) +return s}, +gby(a){var s=H.a([],t.n4) +this.ai(a,new W.a5m(s)) +return s}, +gn(a){return a.size}, +gM(a){return a.size===0}, +gbn(a){return a.size!==0}, +p(a,b,c){throw H.b(P.S("Not supported"))}, +bN(a,b,c){throw H.b(P.S("Not supported"))}, +v(a,b){throw H.b(P.S("Not supported"))}, +$iak:1} +W.a5l.prototype={ +$2(a,b){return this.a.push(a)}, +$S:22} +W.a5m.prototype={ +$2(a,b){return this.a.push(b)}, +$S:22} +W.a5R.prototype={ +aiC(a){return a.unlock()}} +W.zP.prototype={} +W.Lg.prototype={ +gn(a){return a.length}, +gaT(a){return a.name}} +W.Lm.prototype={ +gaT(a){return a.name}} +W.LK.prototype={ +gaT(a){return a.name}} +W.ia.prototype={$iia:1} +W.LP.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1} +W.tz.prototype={$itz:1} +W.ib.prototype={$iib:1} +W.LR.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1} +W.ic.prototype={ +gn(a){return a.length}, +$iic:1} +W.LS.prototype={ +gaT(a){return a.name}} +W.a8a.prototype={ +gcP(a){return a.text}, +de(a){return this.gcP(a).$0()}} +W.a8b.prototype={ +gaT(a){return a.name}} +W.Al.prototype={ +aL(a,b){return a.getItem(H.d3(b))!=null}, +h(a,b){return a.getItem(H.d3(b))}, +p(a,b,c){a.setItem(b,c)}, +bN(a,b,c){if(a.getItem(b)==null)a.setItem(b,c.$0()) +return H.d3(a.getItem(b))}, +v(a,b){var s +H.d3(b) +s=a.getItem(b) +a.removeItem(b) +return s}, +ai(a,b){var s,r,q +for(s=0;!0;++s){r=a.key(s) +if(r==null)return +q=a.getItem(r) +q.toString +b.$2(r,q)}}, +gaA(a){var s=H.a([],t.s) +this.ai(a,new W.a8q(s)) +return s}, +gby(a){var s=H.a([],t.s) +this.ai(a,new W.a8r(s)) +return s}, +gn(a){return a.length}, +gM(a){return a.key(0)==null}, +gbn(a){return a.key(0)!=null}, +$iak:1} +W.a8q.prototype={ +$2(a,b){return this.a.push(a)}, +$S:118} +W.a8r.prototype={ +$2(a,b){return this.a.push(b)}, +$S:118} +W.Am.prototype={} +W.fR.prototype={$ifR:1} +W.Ar.prototype={ +hZ(a,b,c,d){var s,r +if("createContextualFragment" in window.Range.prototype)return this.z7(a,b,c,d) +s=W.ns(""+b+"
",c,d) +r=document.createDocumentFragment() +new W.dm(r).O(0,new W.dm(s)) +return r}} +W.M4.prototype={ +hZ(a,b,c,d){var s,r +if("createContextualFragment" in window.Range.prototype)return this.z7(a,b,c,d) +s=document +r=s.createDocumentFragment() +s=new W.dm(C.yj.hZ(s.createElement("table"),b,c,d)) +s=new W.dm(s.gcp(s)) +new W.dm(r).O(0,new W.dm(s.gcp(s))) +return r}} +W.M5.prototype={ +hZ(a,b,c,d){var s,r +if("createContextualFragment" in window.Range.prototype)return this.z7(a,b,c,d) +s=document +r=s.createDocumentFragment() +s=new W.dm(C.yj.hZ(s.createElement("table"),b,c,d)) +new W.dm(r).O(0,new W.dm(s.gcp(s))) +return r}} +W.tI.prototype={$itI:1} +W.tJ.prototype={ +gaT(a){return a.name}, +Ti(a){return a.select()}, +$itJ:1} +W.ii.prototype={$iii:1} +W.fU.prototype={$ifU:1} +W.Mg.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1} +W.Mh.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1} +W.a9B.prototype={ +gn(a){return a.length}} +W.ij.prototype={$iij:1} +W.mp.prototype={$imp:1} +W.AR.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1} +W.a9J.prototype={ +gn(a){return a.length}} +W.kF.prototype={} +W.a9W.prototype={ +i(a){return String(a)}} +W.MC.prototype={ +saw(a,b){a.height=b}, +saO(a,b){a.width=b}} +W.aa5.prototype={ +gn(a){return a.length}} +W.MG.prototype={ +gcP(a){return a.text}, +de(a){return this.gcP(a).$0()}} +W.aa6.prototype={ +saO(a,b){a.width=b}} +W.pi.prototype={ +gadf(a){var s=a.deltaY +if(s!=null)return s +throw H.b(P.S("deltaY is not supported"))}, +gade(a){var s=a.deltaX +if(s!=null)return s +throw H.b(P.S("deltaX is not supported"))}, +gadc(a){if(!!a.deltaMode)return a.deltaMode +return 0}, +$ipi:1} +W.pj.prototype={ +RO(a,b){var s +this.a2H(a) +s=W.aoK(b,t.Jy) +s.toString +return this.a8M(a,s)}, +a8M(a,b){return a.requestAnimationFrame(H.h2(b,1))}, +a2H(a){if(!!(a.requestAnimationFrame&&a.cancelAnimationFrame))return;(function(b){var s=["ms","moz","webkit","o"] +for(var r=0;r>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1} +W.Bx.prototype={ +i(a){var s,r=a.left +r.toString +r="Rectangle ("+H.c(r)+", " +s=a.top +s.toString +s=r+H.c(s)+") " +r=a.width +r.toString +r=s+H.c(r)+" x " +s=a.height +s.toString +return r+H.c(s)}, +k(a,b){var s,r +if(b==null)return!1 +if(t.Bb.b(b)){s=a.left +s.toString +r=J.j(b) +if(s===r.gjS(b)){s=a.top +s.toString +if(s===r.gj7(b)){s=a.width +s.toString +if(s===r.gaO(b)){s=a.height +s.toString +r=s===r.gaw(b) +s=r}else s=!1}else s=!1}else s=!1}else s=!1 +return s}, +gu(a){var s,r,q,p=a.left +p.toString +p=C.d.gu(p) +s=a.top +s.toString +s=C.d.gu(s) +r=a.width +r.toString +r=C.d.gu(r) +q=a.height +q.toString +return W.atW(p,s,r,C.d.gu(q))}, +gKi(a){return a.height}, +gaw(a){var s=a.height +s.toString +return s}, +saw(a,b){a.height=b}, +gNG(a){return a.width}, +gaO(a){var s=a.width +s.toString +return s}, +saO(a,b){a.width=b}} +W.Pf.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1} +W.Cz.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1} +W.Sb.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1} +W.Sr.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a[b]}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return a[b]}, +$ib_:1, +$iQ:1, +$ib5:1, +$ip:1, +$ix:1} +W.Nk.prototype={ +kO(a,b,c){var s=t.N +return P.an4(this,s,s,b,c)}, +bN(a,b,c){var s=this.a,r=s.hasAttribute(b) +if(!r)s.setAttribute(b,c.$0()) +return H.d3(s.getAttribute(b))}, +ai(a,b){var s,r,q,p,o +for(s=this.gaA(this),r=s.length,q=this.a,p=0;p" +if(typeof console!="undefined")window.console.warn(s) +return}if(!m.a.o0(a)){m.qs(a,b) +window +s="Removing disallowed element <"+e+"> from "+H.c(b) +if(typeof console!="undefined")window.console.warn(s) +return}if(g!=null)if(!m.a.kM(a,"is",g)){m.qs(a,b) +window +s="Removing disallowed type extension <"+e+' is="'+g+'">' +if(typeof console!="undefined")window.console.warn(s) +return}s=f.gaA(f) +r=H.a(s.slice(0),H.aq(s)) +for(q=f.gaA(f).length-1,s=f.a;q>=0;--q){p=r[q] +o=m.a +n=J.aBB(p) +H.d3(p) +if(!o.kM(a,n,s.getAttribute(p))){window +o="Removing disallowed attribute <"+e+" "+p+'="'+H.c(s.getAttribute(p))+'">' +if(typeof console!="undefined")window.console.warn(o) +s.removeAttribute(p)}}if(t.aW.b(a)){s=a.content +s.toString +m.yr(s)}}} +W.aiW.prototype={ +$2(a,b){var s,r,q,p,o,n=this.a +switch(a.nodeType){case 1:n.a8V(a,b) +break +case 8:case 11:case 3:case 4:break +default:n.qs(a,b)}s=a.lastChild +for(;s!=null;){r=null +try{r=s.previousSibling +if(r!=null){q=r.nextSibling +p=s +p=q==null?p!=null:q!==p +q=p}else q=!1 +if(q){q=P.V("Corrupt HTML") +throw H.b(q)}}catch(o){H.a0(o) +q=s;++n.b +p=q.parentNode +if(a!==p){if(p!=null)p.removeChild(q)}else a.removeChild(q) +s=null +r=a.lastChild}if(s!=null)this.$2(s,a) +s=r}}, +$S:301} +W.NX.prototype={} +W.Oz.prototype={} +W.OA.prototype={} +W.OB.prototype={} +W.OC.prototype={} +W.P_.prototype={} +W.P0.prototype={} +W.Pk.prototype={} +W.Pl.prototype={} +W.PW.prototype={} +W.PX.prototype={} +W.PY.prototype={} +W.PZ.prototype={} +W.Qi.prototype={} +W.Qj.prototype={} +W.QH.prototype={} +W.QI.prototype={} +W.RL.prototype={} +W.Dp.prototype={} +W.Dq.prototype={} +W.S9.prototype={} +W.Sa.prototype={} +W.Sj.prototype={} +W.SO.prototype={} +W.SP.prototype={} +W.DJ.prototype={} +W.DK.prototype={} +W.SW.prototype={} +W.SX.prototype={} +W.TC.prototype={} +W.TD.prototype={} +W.TG.prototype={} +W.TH.prototype={} +W.TN.prototype={} +W.TO.prototype={} +W.U_.prototype={} +W.U0.prototype={} +W.U1.prototype={} +W.U2.prototype={} +P.aid.prototype={ +or(a){var s,r=this.a,q=r.length +for(s=0;s")),new P.YZ(),r.j("fI"))}, +ai(a,b){C.c.ai(P.bo(this.gis(),!1,t.Q),b)}, +p(a,b,c){var s=this.gis() +J.aBb(s.b.$1(J.pY(s.a,b)),c)}, +sn(a,b){var s=J.cF(this.gis().a) +if(b>=s)return +else if(b<0)throw H.b(P.ci("Invalid list length",null)) +this.Fj(0,b,s)}, +H(a,b){this.b.a.appendChild(b)}, +A(a,b){if(!t.Q.b(b))return!1 +return b.parentNode===this.a}, +bj(a,b,c,d,e){throw H.b(P.S("Cannot setRange on filtered list"))}, +cZ(a,b,c,d){return this.bj(a,b,c,d,0)}, +Fj(a,b,c){var s=this.gis() +s=H.a8_(s,b,s.$ti.j("p.E")) +C.c.ai(P.bo(H.a8T(s,c-b,H.o(s).j("p.E")),!0,t.z),new P.Z_())}, +aP(a){J.apK(this.b.a)}, +ea(a){var s=this.gis(),r=s.b.$1(J.EV(s.a)) +J.bA(r) +return r}, +mB(a,b,c){var s,r +if(b===J.cF(this.gis().a))this.b.a.appendChild(c) +else{s=this.gis() +r=s.b.$1(J.pY(s.a,b)) +r.parentNode.insertBefore(c,r)}}, +v(a,b){return!1}, +gn(a){return J.cF(this.gis().a)}, +h(a,b){var s=this.gis() +return s.b.$1(J.pY(s.a,b))}, +gX(a){var s=P.bo(this.gis(),!1,t.Q) +return new J.hC(s,s.length)}} +P.YY.prototype={ +$1(a){return t.Q.b(a)}, +$S:115} +P.YZ.prototype={ +$1(a){return t.Q.a(a)}, +$S:296} +P.Z_.prototype={ +$1(a){return J.bA(a)}, +$S:30} +P.WY.prototype={ +gaT(a){return a.name}} +P.a03.prototype={ +gaT(a){return a.name}} +P.xP.prototype={$ixP:1} +P.a2r.prototype={ +gaT(a){return a.name}} +P.MA.prototype={ +gj5(a){return a.target}} +P.J7.prototype={ +i(a){var s=""+"OS Error",r=this.a +if(r.length!==0){s=s+": "+r +r=this.b +if(r!==-1)s=s+", errno = "+C.f.i(r)}else{r=this.b +if(r!==-1)s=s+": errno = "+C.f.i(r)}return s.charCodeAt(0)==0?s:s}, +$ibQ:1} +P.YS.prototype={} +P.wZ.prototype={ +i(a){var s=this,r=""+"FileSystemException",q=s.a +if(q.length!==0){r+=": "+q +q=s.b +if(q!=null)r+=", path = '"+q+"'" +q=s.c +if(q!=null)r+=" ("+q.i(0)+")"}else{q=s.c +if(q!=null){r+=": "+q.i(0) +q=s.b +if(q!=null)r+=", path = '"+q+"'"}else{q=s.b +if(q!=null)r+=": "+q}}return r.charCodeAt(0)==0?r:r}, +$ibQ:1} +P.OZ.prototype={ +p0(a){return P.atQ(5,[null,this.b,0]).bD(0,new P.adL(this),t.PN)}, +xb(a){return P.atQ(12,[null,this.b]).bD(0,new P.adK(this),t.S)}, +ahF(){return this.p0(0).bD(0,new P.adN(new P.adO()),t.H3)}, +i(a){return"File: '"+this.a+"'"}} +P.adL.prototype={ +$1(a){var s +a.h(0,0) +s=P.ajC(a,"Cannot open file",this.a.a) +throw H.b(s)}, +$S:282} +P.adK.prototype={ +$1(a){var s +a.h(0,0) +s=P.ajC(a,"Cannot retrieve length of file",this.a.a) +throw H.b(s)}, +$S:126} +P.adO.prototype={ +$1(a){var s=H.a([],t.XE),r=new P.a3($.Y,t.Qy) +new P.adP(a,new H.ack(s),new P.aC(r,t.gI)).$0() +return r}, +$S:127} +P.adP.prototype={ +$0(){var s=this,r=s.c +s.a.ahE(0,65536).eA(0,new P.adQ(s.b,s,r),r.gOl(),t.P)}, +$S:0} +P.adQ.prototype={ +$1(a){var s=this.a +if(a.length>0){s.H(0,a) +this.b.$0()}else this.c.cG(0,s.aij())}, +$S:281} +P.adN.prototype={ +$1(a){return a.xb(0).bD(0,new P.adM(this.a,a),t.H3).h9(a.gCZ(a))}, +$S:127} +P.adM.prototype={ +$1(a){if(a===0)return this.a.$1(this.b) +return this.b.ahE(0,a)}, +$S:279} +P.aog.prototype={ +$1(a){var s +if(t.j.b(a)&&!J.e(J.aL(a,0),0))throw H.b(P.ajC(a,"read failed",this.a.a)) +s=J.al(a) +this.a.gaj7().aj9(J.cF(s.h(a,1))) +return s.h(a,1)}, +$S:277} +P.aof.prototype={ +$1(a){if(t.j.b(a)&&!J.e(J.aL(a,0),0))throw H.b(P.ajC(a,"length failed",this.a.a)) +return a}, +$S:126} +P.YW.prototype={} +P.a0q.prototype={ +$1(a){var s,r,q,p,o=this.a +if(o.aL(0,a))return o.h(0,a) +if(t.f.b(a)){s={} +o.p(0,a,s) +for(o=J.j(a),r=J.aP(o.gaA(a));r.t();){q=r.gE(r) +s[q]=this.$1(o.h(a,q))}return s}else if(t.JY.b(a)){p=[] +o.p(0,a,p) +C.c.O(p,J.vz(a,this,t.z)) +return p}else return P.Ul(a)}, +$S:105} +P.ajv.prototype={ +$1(a){var s=function(b,c,d){return function(){return b(c,d,this,Array.prototype.slice.apply(arguments))}}(P.aHp,a,!1) +P.aou(s,$.UK(),a) +return s}, +$S:45} +P.ajw.prototype={ +$1(a){return new this.a(a)}, +$S:45} +P.akq.prototype={ +$1(a){return new P.xJ(a)}, +$S:273} +P.akr.prototype={ +$1(a){return new P.nV(a,t.sW)}, +$S:272} +P.aks.prototype={ +$1(a){return new P.jZ(a)}, +$S:268} +P.jZ.prototype={ +h(a,b){if(typeof b!="string"&&typeof b!="number")throw H.b(P.ci("property is not a String or num",null)) +return P.aor(this.a[b])}, +p(a,b,c){if(typeof b!="string"&&typeof b!="number")throw H.b(P.ci("property is not a String or num",null)) +this.a[b]=P.Ul(c)}, +k(a,b){if(b==null)return!1 +return b instanceof P.jZ&&this.a===b.a}, +i(a){var s,r +try{s=String(this.a) +return s}catch(r){H.a0(r) +s=this.bR(0) +return s}}, +qT(a,b){var s=this.a,r=b==null?null:P.bo(new H.at(b,P.aKq(),H.aq(b).j("at<1,@>")),!0,t.z) +return P.aor(s[a].apply(s,r))}, +abG(a){return this.qT(a,null)}, +gu(a){return 0}} +P.xJ.prototype={} +P.nV.prototype={ +I8(a){var s=this,r=a<0||a>=s.gn(s) +if(r)throw H.b(P.bv(a,0,s.gn(s),null,null))}, +h(a,b){if(H.pI(b))this.I8(b) +return this.Vk(0,b)}, +p(a,b,c){if(H.pI(b))this.I8(b) +this.Hs(0,b,c)}, +gn(a){var s=this.a.length +if(typeof s==="number"&&s>>>0===s)return s +throw H.b(P.V("Bad JsArray length"))}, +sn(a,b){this.Hs(0,"length",b)}, +H(a,b){this.qT("push",[b])}, +ea(a){if(this.gn(this)===0)throw H.b(P.any(-1)) +return this.abG("pop")}, +bj(a,b,c,d,e){var s,r +P.aDq(b,c,this.gn(this)) +s=c-b +if(s===0)return +r=[b,s] +C.c.O(r,J.V8(d,e).ig(0,s)) +this.qT("splice",r)}, +cZ(a,b,c,d){return this.bj(a,b,c,d,0)}, +$iQ:1, +$ip:1, +$ix:1} +P.uB.prototype={ +p(a,b,c){return this.Vl(0,b,c)}} +P.J3.prototype={ +i(a){return"Promise was rejected with a value of `"+(this.a?"undefined":"null")+"`."}, +$ibQ:1} +P.alj.prototype={ +$1(a){return this.a.cG(0,a)}, +$S:30} +P.alk.prototype={ +$1(a){if(a==null)return this.a.iF(new P.J3(a===undefined)) +return this.a.iF(a)}, +$S:30} +P.fO.prototype={ +i(a){return"Point("+H.c(this.a)+", "+H.c(this.b)+")"}, +k(a,b){if(b==null)return!1 +return b instanceof P.fO&&this.a===b.a&&this.b===b.b}, +gu(a){var s=C.d.gu(this.a),r=C.d.gu(this.b) +return H.aFt(H.atn(H.atn(0,s),r))}, +P(a,b){var s=this.$ti,r=s.c +return new P.fO(r.a(this.a+b.a),r.a(this.b+b.b),s)}, +a7(a,b){var s=this.$ti,r=s.c +return new P.fO(r.a(this.a-b.a),r.a(this.b-b.b),s)}, +a_(a,b){var s=this.$ti,r=s.c +return new P.fO(r.a(this.a*b),r.a(this.b*b),s)}} +P.cw.prototype={} +P.k2.prototype={$ik2:1} +P.Iq.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a.getItem(b)}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return this.h(a,b)}, +$iQ:1, +$ip:1, +$ix:1} +P.k8.prototype={$ik8:1} +P.J6.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a.getItem(b)}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return this.h(a,b)}, +$iQ:1, +$ip:1, +$ix:1} +P.a3k.prototype={ +gn(a){return a.length}} +P.a49.prototype={ +saw(a,b){a.height=b}, +saO(a,b){a.width=b}} +P.t2.prototype={$it2:1} +P.LY.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a.getItem(b)}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return this.h(a,b)}, +$iQ:1, +$ip:1, +$ix:1} +P.aR.prototype={ +geX(a){return new P.Hq(a,new W.dm(a))}, +hZ(a,b,c,d){var s,r,q,p,o,n +if(c==null){s=H.a([],t.qF) +s.push(W.atV(null)) +s.push(W.aub()) +s.push(new W.St()) +c=new W.Tm(new W.yw(s))}r=''+b+"" +s=document +q=s.body +q.toString +p=C.l2.acN(q,r,c) +o=s.createDocumentFragment() +s=new W.dm(p) +n=s.gcp(s) +for(;s=n.firstChild,s!=null;)o.appendChild(s) +return o}, +Py(a){return a.focus()}, +$iaR:1} +P.p_.prototype={$ip_:1} +P.kB.prototype={$ikB:1} +P.Mo.prototype={ +gn(a){return a.length}, +h(a,b){if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +return a.getItem(b)}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return this.h(a,b)}, +$iQ:1, +$ip:1, +$ix:1} +P.PG.prototype={} +P.PH.prototype={} +P.Qr.prototype={} +P.Qs.prototype={} +P.Sn.prototype={} +P.So.prototype={} +P.T1.prototype={} +P.T2.prototype={} +P.H8.prototype={} +P.Gd.prototype={ +i(a){return this.b}} +P.JI.prototype={ +i(a){return this.b}} +P.aco.prototype={ +aD(a,b){H.aKk(this.a,this.b,a,b)}} +P.Dz.prototype={ +bq(a){H.Uy(this.b,this.c,a,t.CD)}} +P.kL.prototype={ +gn(a){var s=this.a +return s.gn(s)}, +jZ(a){var s,r,q=this +if(!q.d&&q.e!=null){q.e.aD(a.a,a.gQo()) +return!1}s=q.c +if(s<=0)return!0 +r=q.Jd(s-1) +q.a.dt(0,a) +return r}, +Jd(a){var s,r,q,p +for(s=this.a,r=t.CD,q=!1;(s.c-s.b&s.a.length-1)>>>0>a;q=!0){p=s.lm() +H.Uy(p.b,p.c,null,r)}return q}, +a2f(){var s=this,r=s.a +if(!r.gM(r)&&s.e!=null){r=r.lm() +s.e.aD(r.a,r.gQo()) +P.e6(s.gJa())}else s.d=!1}} +P.W9.prototype={ +ahu(a,b,c){this.a.bN(0,a,new P.Wa()).jZ(new P.Dz(b,c,$.Y))}, +Ty(a,b){var s=this.a.bN(0,a,new P.Wb()),r=s.e +s.e=new P.aco(b,$.Y) +if(r==null&&!s.d){s.d=!0 +P.e6(s.gJa())}}, +RR(a,b,c){var s=this.a,r=s.h(0,b) +if(r==null)s.p(0,b,new P.kL(P.fG(c,t.S8),c)) +else{r.c=c +r.Jd(c)}}} +P.Wa.prototype={ +$0(){return new P.kL(P.fG(1,t.S8),1)}, +$S:153} +P.Wb.prototype={ +$0(){return new P.kL(P.fG(1,t.S8),1)}, +$S:153} +P.Ja.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof P.Ja&&b.a===this.a&&b.b===this.b}, +gu(a){return P.a2(this.a,this.b,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return"OffsetBase("+C.d.a6(this.a,1)+", "+C.d.a6(this.b,1)+")"}} +P.l.prototype={ +gdB(){var s=this.a,r=this.b +return Math.sqrt(s*s+r*r)}, +gwt(){var s=this.a,r=this.b +return s*s+r*r}, +a7(a,b){return new P.l(this.a-b.a,this.b-b.b)}, +P(a,b){return new P.l(this.a+b.a,this.b+b.b)}, +a_(a,b){return new P.l(this.a*b,this.b*b)}, +dP(a,b){return new P.l(this.a/b,this.b/b)}, +k(a,b){if(b==null)return!1 +return b instanceof P.l&&b.a===this.a&&b.b===this.b}, +gu(a){return P.a2(this.a,this.b,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return"Offset("+C.d.a6(this.a,1)+", "+C.d.a6(this.b,1)+")"}} +P.D.prototype={ +gM(a){return this.a<=0||this.b<=0}, +a7(a,b){var s=this +if(b instanceof P.D)return new P.l(s.a-b.a,s.b-b.b) +if(b instanceof P.l)return new P.D(s.a-b.a,s.b-b.b) +throw H.b(P.ci(b,null))}, +P(a,b){return new P.D(this.a+b.a,this.b+b.b)}, +a_(a,b){return new P.D(this.a*b,this.b*b)}, +dP(a,b){return new P.D(this.a/b,this.b/b)}, +ht(a){return new P.l(a.a+this.a/2,a.b+this.b/2)}, +CG(a,b){return new P.l(b.a+this.a,b.b+this.b)}, +A(a,b){var s=b.a +if(s>=0)if(s=0&&s=s.c||s.b>=s.d}, +cb(a){var s=this,r=a.a,q=a.b +return new P.v(s.a+r,s.b+q,s.c+r,s.d+q)}, +an(a,b,c){var s=this +return new P.v(s.a+b,s.b+c,s.c+b,s.d+c)}, +fu(a){var s=this +return new P.v(s.a-a,s.b-a,s.c+a,s.d+a)}, +h1(a){var s=this +return new P.v(Math.max(s.a,a.a),Math.max(s.b,a.b),Math.min(s.c,a.c),Math.min(s.d,a.d))}, +l1(a){var s=this +return new P.v(Math.min(s.a,a.a),Math.min(s.b,a.b),Math.max(s.c,a.c),Math.max(s.d,a.d))}, +R6(a){var s=this +if(s.c<=a.a||a.c<=s.a)return!1 +if(s.d<=a.b||a.d<=s.b)return!1 +return!0}, +gkk(){var s=this +return Math.min(Math.abs(s.c-s.a),Math.abs(s.d-s.b))}, +gabM(){var s=this.b +return new P.l(this.a,s+(this.d-s)/2)}, +gbk(){var s=this,r=s.a,q=s.b +return new P.l(r+(s.c-r)/2,q+(s.d-q)/2)}, +A(a,b){var s=this,r=b.a +if(r>=s.a)if(r=s.b&&rd&&s!==0)return Math.min(a,d/s) +return a}, +pq(){var s=this,r=s.c,q=s.a,p=Math.abs(r-q),o=s.d,n=s.b,m=Math.abs(o-n),l=s.ch,k=s.f,j=s.e,i=s.r,h=s.x,g=s.z,f=s.y,e=s.Q,d=s.uM(s.uM(s.uM(s.uM(1,l,k,m),j,i,p),h,g,m),f,e,p) +if(d<1)return new P.fg(q,n,r,o,j*d,k*d,i*d,h*d,f*d,g*d,e*d,l*d,!1) +return new P.fg(q,n,r,o,j,k,i,h,f,g,e,l,!1)}, +A(a,b){var s,r,q,p,o,n,m=this,l=b.a,k=m.a +if(!(l=m.c)){s=b.b +s=s=m.d}else s=!0 +else s=!0 +if(s)return!1 +r=m.pq() +q=r.e +if(ls-q&&b.bs-q&&b.b>m.d-r.z){p=l-s+q +o=r.z +n=b.b-m.d+o}else{q=r.Q +if(lm.d-r.ch){p=l-k-q +o=r.ch +n=b.b-m.d+o}else return!0}}}p/=q +n/=o +if(p*p+n*n>1)return!1 +return!0}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(H.C(s)!==J.a_(b))return!1 +return b instanceof P.fg&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e&&b.f===s.f&&b.r===s.r&&b.x===s.x&&b.Q===s.Q&&b.ch===s.ch&&b.y===s.y&&b.z===s.z}, +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.Q,s.ch,s.y,s.z,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){var s,r,q=this,p=C.d.a6(q.a,1)+", "+C.d.a6(q.b,1)+", "+C.d.a6(q.c,1)+", "+C.d.a6(q.d,1),o=q.e,n=q.f,m=q.r,l=q.x +if(new P.bD(o,n).k(0,new P.bD(m,l))){s=q.y +r=q.z +s=new P.bD(m,l).k(0,new P.bD(s,r))&&new P.bD(s,r).k(0,new P.bD(q.Q,q.ch))}else s=!1 +if(s){if(o===n)return"RRect.fromLTRBR("+p+", "+C.d.a6(o,1)+")" +return"RRect.fromLTRBXY("+p+", "+C.d.a6(o,1)+", "+C.d.a6(n,1)+")"}return"RRect.fromLTRBAndCorners("+p+", topLeft: "+new P.bD(o,n).i(0)+", topRight: "+new P.bD(m,l).i(0)+", bottomRight: "+new P.bD(q.y,q.z).i(0)+", bottomLeft: "+new P.bD(q.Q,q.ch).i(0)+")"}} +P.aeK.prototype={} +P.alB.prototype={ +$0(){H.aoV()}, +$S:0} +P.xN.prototype={ +i(a){return this.b}} +P.hU.prototype={ +i(a){var s=this +return"KeyData(type: "+H.c(P.aDt(s.b))+", physical: 0x"+C.f.kc(s.c,16)+", logical: 0x"+C.f.kc(s.d,16)+", character: "+H.c(s.e)+")"}} +P.k.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof P.k&&b.gm(b)===s.gm(s)}, +gu(a){return C.f.gu(this.gm(this))}, +i(a){return"Color(0x"+C.b.t5(C.f.kc(this.gm(this),16),8,"0")+")"}, +gm(a){return this.a}} +P.jh.prototype={ +i(a){return this.b}} +P.ji.prototype={ +i(a){return this.b}} +P.JD.prototype={ +i(a){return this.b}} +P.bO.prototype={ +i(a){return this.b}} +P.qn.prototype={ +i(a){return this.b}} +P.VG.prototype={ +i(a){return this.b}} +P.ri.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof P.ri&&b.a===this.a&&b.b===this.b}, +gu(a){return P.a2(this.a,this.b,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return"MaskFilter.blur("+this.a.i(0)+", "+C.d.a6(this.b,1)+")"}} +P.qR.prototype={ +i(a){return this.b}} +P.a_G.prototype={ +i(a){return this.b}} +P.Ll.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof P.Ll&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c===s.c}, +gu(a){return P.a2(this.a,this.b,this.c,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return"TextShadow("+this.a.i(0)+", "+this.b.i(0)+", "+H.c(this.c)+")"}} +P.a8U.prototype={} +P.a3a.prototype={} +P.JY.prototype={ +Da(a,b,c){var s=this,r=c==null?s.c:c,q=b==null?s.d:b,p=a==null?s.f:a +return new P.JY(s.a,!1,r,q,s.e,p,s.r)}, +acu(a){return this.Da(null,a,null)}, +Oy(a){return this.Da(a,null,null)}, +acx(a){return this.Da(null,null,a)}} +P.ME.prototype={ +i(a){return H.C(this).i(0)+"[window: null, geometry: "+C.a6.i(0)+"]"}} +P.jW.prototype={ +i(a){var s=this.a +return H.C(this).i(0)+"(buildDuration: "+(H.c((P.cV(s[2],0).a-P.cV(s[1],0).a)*0.001)+"ms")+", rasterDuration: "+(H.c((P.cV(s[4],0).a-P.cV(s[3],0).a)*0.001)+"ms")+", vsyncOverhead: "+(H.c((P.cV(s[1],0).a-P.cV(s[0],0).a)*0.001)+"ms")+", totalSpan: "+(H.c((P.cV(s[4],0).a-P.cV(s[0],0).a)*0.001)+"ms")+", frameNumber: "+C.c.gL(s)+")"}} +P.q0.prototype={ +i(a){return this.b}} +P.lJ.prototype={ +goF(a){var s=this.a,r=C.bj.h(0,s) +return r==null?s:r}, +gwe(){var s=this.c,r=C.bA.h(0,s) +return r==null?s:r}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(b instanceof P.lJ)if(b.goF(b)===r.goF(r))s=b.gwe()==r.gwe() +else s=!1 +else s=!1 +return s}, +gu(a){return P.a2(this.goF(this),null,this.gwe(),C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return this.a8u("_")}, +a8u(a){var s=this,r=s.goF(s) +if(s.c!=null)r+=a+H.c(s.gwe()) +return r.charCodeAt(0)==0?r:r}} +P.kd.prototype={ +i(a){return this.b}} +P.j4.prototype={ +i(a){return this.b}} +P.yS.prototype={ +i(a){return this.b}} +P.rI.prototype={ +i(a){return"PointerData(x: "+H.c(this.x)+", y: "+H.c(this.y)+")"}} +P.rJ.prototype={} +P.cC.prototype={ +i(a){switch(this.a){case 1:return"SemanticsAction.tap" +case 2:return"SemanticsAction.longPress" +case 4:return"SemanticsAction.scrollLeft" +case 8:return"SemanticsAction.scrollRight" +case 16:return"SemanticsAction.scrollUp" +case 32:return"SemanticsAction.scrollDown" +case 64:return"SemanticsAction.increase" +case 128:return"SemanticsAction.decrease" +case 256:return"SemanticsAction.showOnScreen" +case 512:return"SemanticsAction.moveCursorForwardByCharacter" +case 1024:return"SemanticsAction.moveCursorBackwardByCharacter" +case 2048:return"SemanticsAction.setSelection" +case 4096:return"SemanticsAction.copy" +case 8192:return"SemanticsAction.cut" +case 16384:return"SemanticsAction.paste" +case 32768:return"SemanticsAction.didGainAccessibilityFocus" +case 65536:return"SemanticsAction.didLoseAccessibilityFocus" +case 131072:return"SemanticsAction.customAction" +case 262144:return"SemanticsAction.dismiss" +case 524288:return"SemanticsAction.moveCursorForwardByWord" +case 1048576:return"SemanticsAction.moveCursorBackwardByWord" +case 2097152:return"SemanticsAction.setText"}return""}} +P.cy.prototype={ +i(a){switch(this.a){case 1:return"SemanticsFlag.hasCheckedState" +case 2:return"SemanticsFlag.isChecked" +case 4:return"SemanticsFlag.isSelected" +case 8:return"SemanticsFlag.isButton" +case 4194304:return"SemanticsFlag.isLink" +case 16:return"SemanticsFlag.isTextField" +case 2097152:return"SemanticsFlag.isFocusable" +case 32:return"SemanticsFlag.isFocused" +case 64:return"SemanticsFlag.hasEnabledState" +case 128:return"SemanticsFlag.isEnabled" +case 256:return"SemanticsFlag.isInMutuallyExclusiveGroup" +case 512:return"SemanticsFlag.isHeader" +case 1024:return"SemanticsFlag.isObscured" +case 2048:return"SemanticsFlag.scopesRoute" +case 4096:return"SemanticsFlag.namesRoute" +case 8192:return"SemanticsFlag.isHidden" +case 16384:return"SemanticsFlag.isImage" +case 32768:return"SemanticsFlag.isLiveRegion" +case 65536:return"SemanticsFlag.hasToggledState" +case 131072:return"SemanticsFlag.isToggled" +case 262144:return"SemanticsFlag.hasImplicitScrolling" +case 524288:return"SemanticsFlag.isMultiline" +case 1048576:return"SemanticsFlag.isReadOnly" +case 16777216:return"SemanticsFlag.isKeyboardKey"}return""}} +P.a6D.prototype={} +P.HI.prototype={ +i(a){return this.b}} +P.lW.prototype={ +i(a){return this.b}} +P.hg.prototype={ +i(a){var s=C.LF.h(0,this.a) +s.toString +return s}} +P.ky.prototype={ +i(a){return this.b}} +P.At.prototype={ +i(a){return this.b}} +P.Aw.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof P.Aw&&b.a===this.a}, +gu(a){return C.f.gu(this.a)}, +i(a){var s,r=this.a +if(r===0)return"TextDecoration.none" +s=H.a([],t.s) +if((r&1)!==0)s.push("underline") +if((r&2)!==0)s.push("overline") +if((r&4)!==0)s.push("lineThrough") +if(s.length===1)return"TextDecoration."+s[0] +return"TextDecoration.combine(["+C.c.c8(s,", ")+"])"}} +P.p2.prototype={ +i(a){return this.b}} +P.Me.prototype={ +i(a){return this.b}} +P.mn.prototype={ +i(a){return this.b}} +P.fT.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof P.fT&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){var s=this +return"TextBox.fromLTRBD("+C.d.a6(s.a,1)+", "+C.d.a6(s.b,1)+", "+C.d.a6(s.c,1)+", "+C.d.a6(s.d,1)+", "+s.e.i(0)+")"}} +P.As.prototype={ +i(a){return this.b}} +P.b1.prototype={ +k(a,b){if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof P.b1&&b.a===this.a&&b.b===this.b}, +gu(a){return P.a2(this.a,this.b,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return H.C(this).i(0)+"(offset: "+this.a+", affinity: "+this.b.i(0)+")"}} +P.d0.prototype={ +gd9(){return this.a>=0&&this.b>=0}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof P.d0&&b.a===this.a&&b.b===this.b}, +gu(a){return P.a2(C.f.gu(this.a),C.f.gu(this.b),C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return"TextRange(start: "+this.a+", end: "+this.b+")"}} +P.j_.prototype={ +k(a,b){if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof P.j_&&b.a===this.a}, +gu(a){return C.d.gu(this.a)}, +i(a){return H.C(this).i(0)+"(width: "+H.c(this.a)+")"}} +P.Fn.prototype={ +i(a){return this.b}} +P.VL.prototype={ +i(a){return"BoxWidthStyle.tight"}} +P.tW.prototype={ +i(a){return this.b}} +P.Zg.prototype={} +P.nz.prototype={} +P.Lq.prototype={} +P.EY.prototype={ +i(a){var s=H.a([],t.s) +return"AccessibilityFeatures"+H.c(s)}, +k(a,b){if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof P.EY&&!0}, +gu(a){return C.f.gu(0)}} +P.Fr.prototype={ +i(a){return this.b}} +P.VZ.prototype={ +k(a,b){if(b==null)return!1 +return this===b}, +gu(a){return P.z.prototype.gu.call(this,this)}} +P.HM.prototype={ +k(a,b){var s +if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +if(b instanceof P.HM)s=!0 +else s=!1 +return s}, +gu(a){return P.a2(null,null,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return"GestureSettings(physicalTouchSlop: null, physicalDoubleTapSlop: null)"}} +P.a3h.prototype={} +P.Vt.prototype={ +gn(a){return a.length}} +P.Fb.prototype={ +aL(a,b){return P.h3(a.get(b))!=null}, +h(a,b){return P.h3(a.get(b))}, +ai(a,b){var s,r=a.entries() +for(;!0;){s=r.next() +if(s.done)return +b.$2(s.value[0],P.h3(s.value[1]))}}, +gaA(a){var s=H.a([],t.s) +this.ai(a,new P.Vu(s)) +return s}, +gby(a){var s=H.a([],t.n4) +this.ai(a,new P.Vv(s)) +return s}, +gn(a){return a.size}, +gM(a){return a.size===0}, +gbn(a){return a.size!==0}, +p(a,b,c){throw H.b(P.S("Not supported"))}, +bN(a,b,c){throw H.b(P.S("Not supported"))}, +v(a,b){throw H.b(P.S("Not supported"))}, +$iak:1} +P.Vu.prototype={ +$2(a,b){return this.a.push(a)}, +$S:22} +P.Vv.prototype={ +$2(a,b){return this.a.push(b)}, +$S:22} +P.Vw.prototype={ +gn(a){return a.length}} +P.q7.prototype={} +P.a2u.prototype={ +gn(a){return a.length}} +P.Nl.prototype={} +P.Vh.prototype={ +gaT(a){return a.name}} +P.LT.prototype={ +gn(a){return a.length}, +h(a,b){var s +if(b>>>0!==b||b>=a.length)throw H.b(P.bT(b,a,null,null,null)) +s=P.h3(a.item(b)) +s.toString +return s}, +p(a,b,c){throw H.b(P.S("Cannot assign element of immutable List."))}, +sn(a,b){throw H.b(P.S("Cannot resize immutable List."))}, +gK(a){if(a.length>0)return a[0] +throw H.b(P.V("No elements"))}, +gL(a){var s=a.length +if(s>0)return a[s-1] +throw H.b(P.V("No elements"))}, +b2(a,b){return this.h(a,b)}, +$iQ:1, +$ip:1, +$ix:1} +P.Sf.prototype={} +P.Sg.prototype={} +T.fj.prototype={ +gX(a){return new T.LX(this.a,0,0)}, +gK(a){var s=this.a,r=s.length +return r===0?H.f(P.V("No element")):C.b.S(s,0,new A.iC(s,r,0,176).iY())}, +gL(a){var s=this.a,r=s.length +return r===0?H.f(P.V("No element")):C.b.bv(s,new A.Vy(s,0,r,176).iY())}, +gM(a){return this.a.length===0}, +gbn(a){return this.a.length!==0}, +gn(a){var s,r,q=this.a,p=q.length +if(p===0)return 0 +s=new A.iC(q,p,0,176) +for(r=0;s.iY()>=0;)++r +return r}, +b2(a,b){var s,r,q,p,o,n +P.d8(b,"index") +s=this.a +r=s.length +if(r!==0){q=new A.iC(s,r,0,176) +for(p=0,o=0;n=q.iY(),n>=0;o=n){if(p===b)return C.b.S(s,o,n);++p}}else p=0 +throw H.b(P.bT(b,this,"index",null,p))}, +A(a,b){var s +if(typeof b=="string"){s=b.length +if(s===0)return!1 +if(new A.iC(b,s,0,176).iY()!==s)return!1 +s=this.a +return T.aI5(s,b,0,s.length)>=0}return!1}, +Mp(a,b,c){var s,r +if(a===0||b===this.a.length)return b +s=this.a +c=new A.iC(s,s.length,b,176) +do{r=c.iY() +if(r<0)break +if(--a,a>0){b=r +continue}else{b=r +break}}while(!0) +return b}, +he(a,b){P.d8(b,"count") +return this.a9v(b)}, +a9v(a){var s=this.Mp(a,0,null),r=this.a +if(s===r.length)return C.jY +return new T.fj(C.b.bv(r,s))}, +ig(a,b){P.d8(b,"count") +return this.a9P(b)}, +a9P(a){var s=this.Mp(a,0,null),r=this.a +if(s===r.length)return this +return new T.fj(C.b.S(r,0,s))}, +TU(a,b){var s,r,q,p=this.a,o=p.length +if(o!==0){s=new A.iC(p,o,0,176) +for(r=0;q=s.iY(),q>=0;r=q)if(!b.$1(C.b.S(p,r,q))){if(r===0)return this +if(r===o)return C.jY +return new T.fj(C.b.bv(p,r))}}return C.jY}, +P(a,b){return new T.fj(this.a+b.a)}, +Fu(a){return new T.fj(this.a.toLowerCase())}, +k(a,b){if(b==null)return!1 +return t.lF.b(b)&&this.a===b.a}, +gu(a){return C.b.gu(this.a)}, +i(a){return this.a}, +$iar2:1} +T.LX.prototype={ +gE(a){var s=this,r=s.d +return r==null?s.d=C.b.S(s.a,s.b,s.c):r}, +t(){return this.HJ(1,this.c)}, +HJ(a,b){var s,r,q,p,o,n,m,l,k,j=this +if(a>0){s=j.c +for(r=j.a,q=r.length,p=176;s>>0) +if((p&1)===0){--a +k=a===0}else k=!1 +if(k){j.b=b +j.c=s +j.d=null +return!0}}j.b=b +j.c=q +j.d=null +return a===1&&p!==176}else{j.b=b +j.d=null +return!0}}} +A.iC.prototype={ +iY(){var s,r,q,p,o,n,m,l=this,k=u.S +for(s=l.b,r=l.a;q=l.c,q>>0) +l.d=p +if((p&1)===0)return q}s=C.b.aE(k,l.d&240|15) +l.d=s +if((s&1)===0)return q +return-1}} +A.Vy.prototype={ +iY(){var s,r,q,p,o,n,m,l,k=this,j=u.q +for(s=k.b,r=k.a;q=k.c,q>s;){p=k.c=q-1 +o=C.b.ay(r,p) +if((o&64512)!==56320){p=k.d=C.b.aE(j,k.d&240|S.EH(o)) +if(((p>=208?k.d=A.akZ(r,s,k.c,p):p)&1)===0)return q +continue}if(p>=s){n=C.b.ay(r,p-1) +if((n&64512)===55296){m=S.vq(n,o) +p=--k.c}else m=2}else m=2 +l=k.d=C.b.aE(j,(k.d&240|m)>>>0) +if(((l>=208?k.d=A.akZ(r,s,p,l):l)&1)===0)return q}p=k.d=C.b.aE(j,k.d&240|15) +if(((p>=208?k.d=A.akZ(r,s,q,p):p)&1)===0)return k.c +return-1}} +U.GG.prototype={} +U.Iv.prototype={ +Pi(a,b){var s,r,q,p +if(a===b)return!0 +s=J.al(a) +r=s.gn(a) +q=J.al(b) +if(r!==q.gn(b))return!1 +for(p=0;p>>0)&2147483647 +r^=r>>>6}r=r+(r<<3>>>0)&2147483647 +r^=r>>>11 +return r+(r<<15>>>0)&2147483647}} +Y.HV.prototype={ +uy(a){var s=this.b[a] +return s==null?this.$ti.c.a(null):s}, +gn(a){return this.c}, +i(a){var s=this.b +return P.amR(H.fS(s,0,H.h1(this.c,"count",t.S),H.aq(s).c),"(",")")}, +a0A(a,b){var s,r,q,p,o=this +for(s=o.a,r=o.$ti.c;b>0;b=q){q=C.f.d1(b-1,2) +p=o.b[q] +if(p==null)p=r.a(null) +if(s.$2(a,p)>0)break +C.c.p(o.b,b,p)}C.c.p(o.b,b,a)}, +a0z(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=b*2+2 +for(s=j.a,r=j.$ti.c;q=j.c,i0){C.c.p(j.b,b,k) +b=p}}C.c.p(j.b,b,a)}} +G.YU.prototype={} +G.YT.prototype={} +X.fr.prototype={ +i(a){return this.b}} +X.bZ.prototype={ +i(a){return"#"+Y.bY(this)+"("+H.c(this.tt())+")"}, +tt(){switch(this.gbh(this)){case C.aj:return"\u25b6" +case C.ac:return"\u25c0" +case C.O:return"\u23ed" +case C.z:return"\u23ee"}}} +G.u7.prototype={ +i(a){return this.b}} +G.F4.prototype={ +i(a){return this.b}} +G.mZ.prototype={ +gm(a){return this.gbw()}, +gbw(){var s=this.y +return s==null?H.f(H.u("_value")):s}, +sm(a,b){var s=this +s.ee(0) +s.B4(b) +s.ap() +s.pU()}, +gf9(){var s=this.r +if(!(s!=null&&s.a!=null))return 0 +s=this.x +s.toString +return s.hw(0,this.z.a/1e6)}, +B4(a){var s=this,r=s.a,q=s.b +s.y=C.d.G(a,r,q) +if(s.gbw()===r)s.ch=C.z +else if(s.gbw()===q)s.ch=C.O +else s.ch=s.Q===C.aw?C.aj:C.ac}, +gbh(a){var s=this.ch +return s==null?H.f(H.u("_status")):s}, +gfR(){var s=this.ch +return s==null?H.f(H.u("_status")):s}, +rH(a,b){var s=this +s.Q=C.aw +if(b!=null)s.sm(0,b) +return s.HN(s.b)}, +bG(a){return this.rH(a,null)}, +RV(a,b){var s=this +s.Q=C.kA +if(b!=null)s.sm(0,b) +return s.HN(s.a)}, +dd(a){return this.RV(a,null)}, +lR(a,b,c){var s,r,q,p,o,n=this +$.A1.gzt() +if(c==null){s=n.b-n.a +r=isFinite(s)?Math.abs(a-n.gbw())/s:1 +if(n.Q===C.kA&&n.f!=null){q=n.f +q.toString +p=q}else{q=n.e +q.toString +p=q}o=new P.aH(C.d.aW(p.a*r))}else o=a===n.gbw()?C.A:c +n.ee(0) +q=o.a +if(q===C.A.a){if(n.gbw()!==a){n.y=C.d.G(a,n.a,n.b) +n.ap()}n.ch=n.Q===C.aw?C.O:C.z +n.pU() +return M.anR()}return n.vE(new G.afe(q/1e6,n.gbw(),a,b,C.c_))}, +HN(a){return this.lR(a,C.a4,null)}, +Fk(a){var s,r,q=this,p=q.a,o=q.b,n=q.e +q.ee(0) +s=q.gbw() +r=n.a/1e6 +s=o===p?0:s/(o-p)*r +return q.vE(new G.ahh(p,o,!1,q.ga21(),r,s,C.c_))}, +a22(a){this.Q=a +this.ch=a===C.aw?C.aj:C.ac +this.pU()}, +la(a){var s,r,q=this,p=$.axC(),o=a<0 +q.Q=o?C.kA:C.aw +s=o?q.a-0.01:q.b+0.01 +$.A1.gzt() +r=new M.Ah(s,M.Dw(p,q.gbw()-s,a),C.c_) +r.a=C.SF +q.ee(0) +return q.vE(r)}, +vE(a){var s,r=this +r.x=a +r.z=C.A +r.y=C.d.G(a.eB(0,0),r.a,r.b) +s=r.r.fJ(0) +r.ch=r.Q===C.aw?C.aj:C.ac +r.pU() +return s}, +pD(a,b){this.z=this.x=null +this.r.pD(0,b)}, +ee(a){return this.pD(a,!0)}, +l(a){var s=this +s.r.l(0) +s.r=null +s.f1$.aP(0) +s.ci$.aP(0) +s.pG(0)}, +pU(){var s=this,r=s.gfR() +if(s.cx!==r){s.cx=r +s.t0(r)}}, +a0g(a){var s,r=this +r.z=a +s=a.a/1e6 +r.y=C.d.G(r.x.eB(0,s),r.a,r.b) +if(r.x.lg(s)){r.ch=r.Q===C.aw?C.O:C.z +r.pD(0,!1)}r.ap() +r.pU()}, +tt(){var s,r,q=this,p=q.r,o=p==null,n=!o&&p.a!=null?"":"; paused" +if(o)s="; DISPOSED" +else s=p.b?"; silenced":"" +p=q.c +r=p==null?"":"; for "+p +return H.c(q.tX())+" "+C.d.a6(q.gbw(),3)+n+s+r}} +G.afe.prototype={ +eB(a,b){var s,r,q=this,p=C.d.G(b/q.b,0,1) +if(p===0)return q.c +else{s=q.d +if(p===1)return s +else{r=q.c +return r+(s-r)*q.e.aa(0,p)}}}, +hw(a,b){return(this.eB(0,b+0.001)-this.eB(0,b-0.001))/0.002}, +lg(a){return a>this.b}} +G.ahh.prototype={ +eB(a,b){var s=this,r=b+s.r,q=s.f,p=C.d.eQ(r/q,1) +C.d.lO(r,q) +s.e.$1(C.aw) +q=P.a8(s.b,s.c,p) +q.toString +return q}, +hw(a,b){return(this.c-this.b)/this.f}, +lg(a){return!1}} +G.N9.prototype={} +G.Na.prototype={} +G.Nb.prototype={} +S.N1.prototype={ +ad(a,b){}, +Y(a,b){}, +cu(a){}, +eN(a){}, +gbh(a){return C.O}, +gm(a){return 1}, +i(a){return"kAlwaysCompleteAnimation"}} +S.N2.prototype={ +ad(a,b){}, +Y(a,b){}, +cu(a){}, +eN(a){}, +gbh(a){return C.z}, +gm(a){return 0}, +i(a){return"kAlwaysDismissedAnimation"}} +S.vB.prototype={ +ad(a,b){}, +Y(a,b){}, +cu(a){}, +eN(a){}, +gbh(a){return C.aj}, +tt(){return H.c(this.tX())+" "+C.j.i(0)+"; paused"}, +gm(){return C.j}} +S.vN.prototype={ +ad(a,b){return this.gak(this).ad(0,b)}, +Y(a,b){return this.gak(this).Y(0,b)}, +cu(a){return this.gak(this).cu(a)}, +eN(a){return this.gak(this).eN(a)}, +gbh(a){var s=this.gak(this) +return s.gbh(s)}} +S.z_.prototype={ +sak(a,b){var s,r=this,q=r.c +if(b==q)return +if(q!=null){r.a=q.gbh(q) +q=r.c +r.b=q.gm(q) +if(r.fq$>0)r.wq()}r.c=b +if(b!=null){if(r.fq$>0)r.wp() +q=r.b +s=r.c +s=s.gm(s) +if(q==null?s!=null:q!==s)r.ap() +q=r.a +s=r.c +if(q!=s.gbh(s)){q=r.c +r.t0(q.gbh(q))}r.b=r.a=null}}, +wp(){var s=this,r=s.c +if(r!=null){r.ad(0,s.gdn()) +s.c.cu(s.gR0())}}, +wq(){var s=this,r=s.c +if(r!=null){r.Y(0,s.gdn()) +s.c.eN(s.gR0())}}, +gbh(a){var s=this.c +if(s!=null)s=s.gbh(s) +else{s=this.a +s.toString}return s}, +gm(a){var s=this.c +if(s!=null)s=s.gm(s) +else{s=this.b +s.toString}return s}, +i(a){var s=this,r=s.c +if(r==null)return"ProxyAnimation(null; "+H.c(s.tX())+" "+C.d.a6(s.gm(s),3)+")" +return r.i(0)+"\u27a9ProxyAnimation"}} +S.km.prototype={ +ad(a,b){var s +this.cN() +s=this.a +s.gak(s).ad(0,b)}, +Y(a,b){var s=this.a +s.gak(s).Y(0,b) +this.wr()}, +wp(){var s=this.a +s.gak(s).cu(this.gnV())}, +wq(){var s=this.a +s.gak(s).eN(this.gnV())}, +vG(a){this.t0(this.LS(a))}, +gbh(a){var s=this.a +s=s.gak(s) +return this.LS(s.gbh(s))}, +gm(a){var s=this.a +return 1-s.gm(s)}, +LS(a){switch(a){case C.aj:return C.ac +case C.ac:return C.aj +case C.O:return C.z +case C.z:return C.O}}, +i(a){return this.a.i(0)+"\u27aaReverseAnimation"}} +S.qA.prototype={ +C3(a){var s=this +switch(a){case C.z:case C.O:s.d=null +break +case C.aj:if(s.d==null)s.d=C.aj +break +case C.ac:if(s.d==null)s.d=C.ac +break}}, +gNz(){if(this.c!=null){var s=this.d +if(s==null){s=this.a +s=s.gbh(s)}s=s!==C.ac}else s=!0 +return s}, +l(a){this.a.eN(this.gC2())}, +gm(a){var s=this,r=s.gNz()?s.b:s.c,q=s.a,p=q.gm(q) +if(r==null)return p +if(p===0||p===1)return p +return r.aa(0,p)}, +i(a){var s=this,r=s.c +if(r==null)return s.a.i(0)+"\u27a9"+s.b.i(0) +if(s.gNz())return s.a.i(0)+"\u27a9"+s.b.i(0)+"\u2092\u2099/"+r.i(0) +return s.a.i(0)+"\u27a9"+s.b.i(0)+"/"+r.i(0)+"\u2092\u2099"}, +gak(a){return this.a}} +S.T0.prototype={ +i(a){return this.b}} +S.pd.prototype={ +vG(a){if(a!==this.e){this.ap() +this.e=a}}, +gbh(a){var s=this.a +return s.gbh(s)}, +aaC(){var s,r,q=this,p=q.b +if(p!=null){s=q.c +s.toString +switch(s){case C.ze:p=p.gm(p) +s=q.a +r=p<=s.gm(s) +break +case C.zf:p=p.gm(p) +s=q.a +r=p>=s.gm(s) +break +default:r=!1}if(r){p=q.a +s=q.gnV() +p.eN(s) +p.Y(0,q.gCh()) +p=q.b +q.a=p +q.b=null +p.cu(s) +s=q.a +q.vG(s.gbh(s))}}else r=!1 +p=q.a +p=p.gm(p) +if(p!==q.f){q.ap() +q.f=p}if(r&&q.d!=null)q.d.$0()}, +gm(a){var s=this.a +return s.gm(s)}, +l(a){var s,r,q=this +q.a.eN(q.gnV()) +s=q.gCh() +q.a.Y(0,s) +q.a=null +r=q.b +if(r!=null)r.Y(0,s) +q.b=null +q.ci$.aP(0) +q.f1$.aP(0) +q.pG(0)}, +i(a){var s=this +if(s.b!=null)return H.c(s.a)+"\u27a9TrainHoppingAnimation(next: "+H.c(s.b)+")" +return H.c(s.a)+"\u27a9TrainHoppingAnimation(no next)"}} +S.qs.prototype={ +wp(){var s,r=this,q=r.a,p=r.gKM() +q.ad(0,p) +s=r.gKN() +q.cu(s) +q=r.b +q.ad(0,p) +q.cu(s)}, +wq(){var s,r=this,q=r.a,p=r.gKM() +q.Y(0,p) +s=r.gKN() +q.eN(s) +q=r.b +q.Y(0,p) +q.eN(s)}, +gbh(a){var s=this.b +if(s.gbh(s)===C.aj||s.gbh(s)===C.ac)return s.gbh(s) +s=this.a +return s.gbh(s)}, +i(a){return"CompoundAnimation("+this.a.i(0)+", "+this.b.i(0)+")"}, +a6Y(a){var s=this +if(s.gbh(s)!=s.c){s.c=s.gbh(s) +s.t0(s.gbh(s))}}, +a6X(){var s=this +if(!J.e(s.gm(s),s.d)){s.d=s.gm(s) +s.ap()}}} +S.vM.prototype={ +gm(a){var s,r=this.a +r=r.gm(r) +s=this.b +s=s.gm(s) +return Math.min(H.dd(r),H.dd(s))}} +S.Bl.prototype={} +S.Bm.prototype={} +S.Bn.prototype={} +S.O6.prototype={} +S.R7.prototype={} +S.R8.prototype={} +S.R9.prototype={} +S.RH.prototype={} +S.RI.prototype={} +S.SY.prototype={} +S.SZ.prototype={} +S.T_.prototype={} +Z.yF.prototype={ +aa(a,b){return this.lq(b)}, +lq(a){throw H.b(P.c7(null))}, +i(a){return"ParametricCurve"}} +Z.ha.prototype={ +aa(a,b){if(b===0||b===1)return b +return this.Vv(0,b)}} +Z.Cj.prototype={ +lq(a){return a}} +Z.zJ.prototype={ +lq(a){a*=this.a +return a-(a<0?Math.ceil(a):Math.floor(a))}, +i(a){return"SawTooth("+this.a+")"}} +Z.er.prototype={ +lq(a){var s=this.a +a=C.d.G((a-s)/(this.b-s),0,1) +if(a===0||a===1)return a +return this.c.aa(0,a)}, +i(a){var s=this,r=s.c +if(!(r instanceof Z.Cj))return"Interval("+H.c(s.a)+"\u22ef"+H.c(s.b)+")\u27a9"+r.i(0) +return"Interval("+H.c(s.a)+"\u22ef"+H.c(s.b)+")"}} +Z.AH.prototype={ +lq(a){return a"))}} +R.bc.prototype={ +gm(a){var s=this.a +return this.b.aa(0,s.gm(s))}, +i(a){var s=this.a,r=this.b +return s.i(0)+"\u27a9"+r.i(0)+"\u27a9"+H.c(r.aa(0,s.gm(s)))}, +tt(){return H.c(this.tX())+" "+this.b.i(0)}, +gak(a){return this.a}} +R.fY.prototype={ +aa(a,b){return this.b.aa(0,this.a.aa(0,b))}, +i(a){return this.a.i(0)+"\u27a9"+this.b.i(0)}} +R.ay.prototype={ +dM(a){var s=this.a +return H.o(this).j("ay.T").a(J.ayo(s,J.ayp(J.ayq(this.b,s),a)))}, +aa(a,b){var s=this +if(b===0)return H.o(s).j("ay.T").a(s.a) +if(b===1)return H.o(s).j("ay.T").a(s.b) +return s.dM(b)}, +i(a){return"Animatable("+H.c(this.a)+" \u2192 "+H.c(this.b)+")"}, +sCD(a){return this.a=a}, +siM(a,b){return this.b=b}} +R.zF.prototype={ +dM(a){return this.c.dM(1-a)}} +R.f4.prototype={ +dM(a){return P.O(this.a,this.b,a)}} +R.zb.prototype={ +dM(a){return P.aEA(this.a,this.b,a)}} +R.lB.prototype={ +dM(a){var s,r=this.a +r.toString +s=this.b +s.toString +return C.d.aW(r+(s-r)*a)}} +R.fv.prototype={ +aa(a,b){if(b===0||b===1)return b +return this.a.aa(0,b)}, +i(a){return"CurveTween(curve: "+this.a.i(0)+")"}} +R.E3.prototype={} +F.wt.prototype={ +ae(){return new F.NZ(null,C.k)}} +F.NZ.prototype={ +gzu(){var s=this.d +return s==null?H.f(H.u("_controller")):s}, +aC(){var s=this +s.b1() +s.d=G.bl(null,C.aU,0,null,1,null,s) +s.a.toString +s.gzu().Fk(0)}, +be(a){this.bH(a) +this.a.toString}, +l(a){this.gzu().l(0) +this.XR(0)}, +I(a,b){var s,r +this.a.toString +s=this.gzu() +r=C.FP.eO(b) +this.a.toString +return T.aU(T.lg(null,null,null,new F.NY(s,r,10,1,new P.fg(-1,-3.3333333333333335,1,-10,1,1,1,1,1,1,1,1,!0),s),C.r),20,20)}} +F.NY.prototype={ +aK(a,b){var s,r,q,p,o,n,m,l=this,k=H.ai(),j=k?H.aK():new H.aE(new H.aG()) +a.bf(0) +a.an(0,b.a/2,b.b/2) +s=C.d.eM(8*l.b.gbw()) +for(k=l.e,r=8*k,q=l.f,k=k<1,p=l.c,o=0;o>>16&255,p.gm(p)>>>8&255,p.gm(p)&255)) +a.cv(0,q,j) +a.h7(0,0.7853981633974483)}a.aU(0)}, +eR(a){return a.b!==this.b||!a.c.k(0,this.c)||a.e!==this.e}} +F.Eb.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r=this.cU$ +if(r!=null){s=this.c +s.toString +r.scJ(0,!U.cp(s))}this.bV()}} +E.dU.prototype={ +gm(a){return this.b.a}, +gqf(){var s=this +return!s.e.k(0,s.f)||!s.y.k(0,s.z)||!s.r.k(0,s.x)||!s.Q.k(0,s.ch)}, +gqd(){var s=this +return!s.e.k(0,s.r)||!s.f.k(0,s.x)||!s.y.k(0,s.Q)||!s.z.k(0,s.ch)}, +gqe(){var s=this +return!s.e.k(0,s.y)||!s.f.k(0,s.z)||!s.r.k(0,s.Q)||!s.x.k(0,s.ch)}, +eO(a){var s,r,q,p,o,n=this,m=null +if(n.gqf()){s=a.J(t.WD) +r=s==null?m:s.f.c.gvY() +if(r==null){r=F.et(a) +r=r==null?m:r.d +q=r}else q=r +if(q==null)q=C.aa}else q=C.aa +if(n.gqd()){r=F.et(a) +r=r==null?m:r.ch +p=r===!0}else p=!1 +if(n.gqe())K.aCw(a) +switch(q){case C.aa:switch(C.f8){case C.f8:o=p?n.r:n.e +break +case C.lO:o=p?n.Q:n.y +break +default:o=m}break +case C.V:switch(C.f8){case C.f8:o=p?n.x:n.f +break +case C.lO:o=p?n.ch:n.z +break +default:o=m}break +default:o=m}return new E.dU(o,n.c,m,n.e,n.f,n.r,n.x,n.y,n.z,n.Q,n.ch,0)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof E.dU&&b.b.a===s.b.a&&b.e.k(0,s.e)&&b.f.k(0,s.f)&&b.r.k(0,s.r)&&b.x.k(0,s.x)&&b.y.k(0,s.y)&&b.z.k(0,s.z)&&b.Q.k(0,s.Q)&&b.ch.k(0,s.ch)}, +gu(a){var s=this +return P.a2(s.b.a,s.e,s.f,s.r,s.y,s.z,s.x,s.ch,s.Q,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){var s=this,r=new E.WS(s),q=H.a([r.$2("color",s.e)],t.s) +if(s.gqf())q.push(r.$2("darkColor",s.f)) +if(s.gqd())q.push(r.$2("highContrastColor",s.r)) +if(s.gqf()&&s.gqd())q.push(r.$2("darkHighContrastColor",s.x)) +if(s.gqe())q.push(r.$2("elevatedColor",s.y)) +if(s.gqf()&&s.gqe())q.push(r.$2("darkElevatedColor",s.z)) +if(s.gqd()&&s.gqe())q.push(r.$2("highContrastElevatedColor",s.Q)) +if(s.gqf()&&s.gqd()&&s.gqe())q.push(r.$2("darkHighContrastElevatedColor",s.ch)) +r=s.c +r=(r==null?"CupertinoDynamicColor":r)+"("+C.c.c8(q,", ") +return r+", resolved by: UNRESOLVED)"}} +E.WS.prototype={ +$2(a,b){var s=b.k(0,this.a.b)?"*":"" +return s+a+" = "+b.i(0)+s}, +$S:259} +E.O_.prototype={} +L.ad9.prototype={ +n_(a){return C.r}, +w_(a,b,c,d,e,f){return C.eo}, +kh(a,b,c,d){return C.h}, +tG(a,b){return this.kh(a,b,null,null)}} +T.Gv.prototype={ +V(a){var s=this.a,r=E.WR(s,a) +return J.e(r,s)?this:this.dA(r)}, +r0(a,b,c){var s=this,r=a==null?s.a:a,q=b==null?s.gex(s):b +return new T.Gv(r,q,c==null?s.c:c)}, +dA(a){return this.r0(a,null,null)}} +T.O0.prototype={} +K.Gy.prototype={ +i(a){return this.b}} +L.O1.prototype={ +EF(a){return a.goF(a)==="en"}, +dU(a,b){return new O.cD(C.A6,t.u4)}, +yN(a){return!1}, +i(a){return"DefaultCupertinoLocalizations.delegate(en_US)"}} +L.GF.prototype={$iWT:1} +E.qz.prototype={ +ae(){return new E.Bs(new N.b3(null,t.A),null,C.k)}} +E.Bs.prototype={ +gnX(){var s=this.dx +return s==null?H.f(H.u("_thicknessAnimationController")):s}, +aC(){var s,r=this +r.Hk() +r.dx=G.bl(null,C.aC,0,null,1,null,r) +s=r.gnX() +s.cN() +s=s.ci$ +s.b=!0 +s.a.push(new E.adb(r))}, +tx(){var s,r,q,p=this,o=p.gfa(),n=p.c +n.toString +n=C.FR.eO(n) +o.sas(0,n) +n=p.c.J(t.I) +n.toString +o.sbC(0,n.f) +n=p.a.r +n.toString +s=p.gnX().gbw() +r=p.a +q=r.fy +r=r.r +r.toString +o.sFr(n+s*(q-r)) +o.sEL(3) +o.sDo(3) +r=p.a +r=P.z4(r.f,r.go,p.gnX().gbw()) +r.toString +o.stf(r) +o.sdW(0,p.c.J(t.w).f.f) +o.sEU(0,36) +o.sQQ(8) +o.syx(p.a.dx)}, +wV(a){var s,r=this +r.Hj(a) +s=r.lw() +s.toString +switch(s){case C.m:r.dy=a.b +break +case C.p:r.dy=a.a +break}}, +wT(){if(this.lw()==null)return +this.VG() +this.gnX().bG(0).bD(0,new E.ada(),t.H)}, +wU(a,b){var s=this,r=s.lw() +if(r==null)return +s.gnX().dd(0) +s.Hi(a,b) +switch(r){case C.m:if(Math.abs(b.a.b)<10&&Math.abs(a.b-s.dy)>0)X.xm() +break +case C.p:if(Math.abs(b.a.a)<10&&Math.abs(a.a-s.dy)>0)X.xm() +break}}, +l(a){this.gnX().l(0) +this.Hh(0)}} +E.adb.prototype={ +$0(){this.a.tx()}, +$S:0} +E.ada.prototype={ +$1(a){return X.xm()}, +$S:258} +F.SI.prototype={ +aK(a,b){var s,r,q,p=H.ai(),o=p?H.aK():new H.aE(new H.aG()) +o.sas(0,this.b) +s=P.hn(C.M3,6) +r=P.a48(C.M4,new P.l(7,b.b)) +q=P.bj() +q.iz(0,s) +q.hr(0,r) +a.bW(0,q,o)}, +eR(a){return!this.b.k(0,a.b)}} +F.WU.prototype={ +n_(a){return new P.D(12,a+12-1.5)}, +w_(a,b,a0,a1,a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=null +if(a2==null)a2=a0 +if(a3==null)a3=a0 +s=T.lg(c,c,c,new F.SI(K.amd(a).gj4(),c),C.r) +switch(b){case C.de:return T.a6W(s,new P.D(12,a2+12-1.5)) +case C.df:r=a3+12-1.5 +q=T.a6W(s,new P.D(12,r)) +p=new Float64Array(16) +o=new E.ap(p) +o.cz() +o.an(0,6,r/2) +n=Math.cos(3.141592653589793) +m=Math.sin(3.141592653589793) +l=p[0] +k=p[4] +j=p[1] +i=p[5] +h=p[2] +g=p[6] +f=p[3] +e=p[7] +d=-m +p[0]=l*n+k*m +p[1]=j*n+i*m +p[2]=h*n+g*m +p[3]=f*n+e*m +p[4]=l*d+k*n +p[5]=j*d+i*n +p[6]=h*d+g*n +p[7]=f*d+e*n +o.an(0,-6,-r/2) +return T.anV(c,q,o,!0) +case C.ez:return C.ep}}, +kh(a,b,c,d){if(c==null)c=b +if(d==null)d=b +switch(a){case C.de:return new P.l(6,c+12-1.5) +case C.df:return new P.l(6,d+12-1.5-12+1.5) +case C.ez:return new P.l(6,b+(b+12-1.5-b)/2)}}, +tG(a,b){return this.kh(a,b,null,null)}} +R.Gw.prototype={ +eO(a){var s=this,r=s.a,q=r.a,p=q instanceof E.dU?q.eO(a):q,o=r.b +if(o instanceof E.dU)o=o.eO(a) +r=p.k(0,q)&&o.k(0,C.f7)?r:new R.SM(p,o) +return new R.Gw(r,E.WR(s.b,a),R.pM(s.c,a),R.pM(s.d,a),R.pM(s.e,a),R.pM(s.f,a),R.pM(s.r,a),R.pM(s.x,a),R.pM(s.y,a),R.pM(s.z,a))}} +R.SM.prototype={} +R.O2.prototype={} +K.Gx.prototype={ +I(a,b){var s=null +return new K.C2(this,Y.a_E(this.d,new T.Gv(this.c.gj4(),s,s),s),s)}} +K.C2.prototype={ +cQ(a){return this.f.c!==a.f.c}} +K.wu.prototype={ +gj4(){var s=this.b +return s==null?this.r.b:s}, +gFb(){var s=this.c +return s==null?this.r.c:s}, +gS0(){var s=null,r=this.d +if(r==null){r=this.r.f +r=new K.adl(r.a,r.b,C.V6,this.gj4(),s,s,s,s,s,s,s,s)}return r}, +gO7(){var s=this.e +return s==null?this.r.d:s}, +gyu(){var s=this.f +return s==null?this.r.e:s}, +eO(a){var s=this,r=new K.WV(a),q=s.gvY(),p=r.$1(s.b),o=r.$1(s.c),n=s.d +n=n==null?null:n.eO(a) +return K.aCu(q,p,o,n,r.$1(s.e),r.$1(s.f),s.r.ai8(a,s.d==null))}} +K.WV.prototype={ +$1(a){return E.WR(a,this.a)}, +$S:141} +K.yv.prototype={ +eO(a){var s=this,r=new K.a2f(a),q=s.gvY(),p=r.$1(s.gj4()),o=r.$1(s.gFb()),n=s.gS0() +n=n==null?null:n.eO(a) +return new K.yv(q,p,o,n,r.$1(s.gO7()),r.$1(s.gyu()))}, +gvY(){return this.a}, +gj4(){return this.b}, +gFb(){return this.c}, +gS0(){return this.d}, +gO7(){return this.e}, +gyu(){return this.f}} +K.a2f.prototype={ +$1(a){return E.WR(a,this.a)}, +$S:141} +K.O5.prototype={ +ai8(a,b){var s,r,q=this,p=new K.adc(a),o=p.$1(q.b),n=p.$1(q.c),m=p.$1(q.d) +p=p.$1(q.e) +s=q.f +if(b){r=s.a +if(r instanceof E.dU)r=r.eO(a) +s=s.b +s=new K.O3(r,s instanceof E.dU?s.eO(a):s)}return new K.O5(q.a,o,n,m,p,s)}} +K.adc.prototype={ +$1(a){return a instanceof E.dU?a.eO(this.a):a}, +$S:251} +K.O3.prototype={} +K.adl.prototype={} +K.O4.prototype={} +U.akn.prototype={ +$0(){return null}, +$S:248} +U.ajm.prototype={ +$0(){var s=window.navigator.platform,r=s==null?null:s.toLowerCase() +if(r==null)r="" +if(C.b.bP(r,"mac"))return C.B +if(C.b.bP(r,"win"))return C.F +if(C.b.A(r,"iphone")||C.b.A(r,"ipad")||C.b.A(r,"ipod"))return C.D +if(C.b.A(r,"android"))return C.H +if(window.matchMedia("only screen and (pointer: fine)").matches)return C.E +return C.H}, +$S:246} +U.mw.prototype={} +U.qO.prototype={} +U.Hh.prototype={} +U.Hf.prototype={} +U.bp.prototype={ +adU(){var s,r,q,p,o,n,m,l=this.a +if(t.vp.b(l)){s=l.gfw(l) +r=l.i(0) +if(typeof s=="string"&&s!==r){q=r.length +p=J.al(s) +if(q>p.gn(s)){o=C.b.afS(r,s) +if(o===q-p.gn(s)&&o>2&&C.b.S(r,o-2,o)===": "){n=C.b.S(r,0,o-2) +m=C.b.dT(n," Failed assertion:") +if(m>=0)n=C.b.S(n,0,m)+"\n"+C.b.bv(n,m+1) +l=p.xZ(s)+"\n"+n}else l=null}else l=null}else l=null +if(l==null)l=r}else if(!(typeof l=="string")){q=t.Lt.b(l)||t.VI.b(l) +p=J.ix(l) +l=q?p.i(l):" "+H.c(p.i(l))}l=J.aBG(l) +return l.length===0?" ":l}, +gUd(){var s=Y.aCF(new U.Zb(this).$0(),!0,C.bt) +return s}, +cD(){var s="Exception caught by "+this.c +return s}, +i(a){U.aGo(null,C.G0,this) +return""}} +U.Zb.prototype={ +$0(){return J.aBF(this.a.adU().split("\n")[0])}, +$S:40} +U.lr.prototype={ +gfw(a){return this.i(0)}, +cD(){return"FlutterError"}, +i(a){var s,r,q=new H.im(this.a,t.ow) +if(!q.gM(q)){s=q.gK(q) +r=J.j(s) +s=Y.hb.prototype.gm.call(r,s) +s.toString +s=J.aqu(s,"")}else s="FlutterError" +return s}, +$in1:1} +U.Zc.prototype={ +$1(a){return U.aZ(a)}, +$S:236} +U.Zd.prototype={ +$1(a){return a+1}, +$S:147} +U.Ze.prototype={ +$1(a){return a+1}, +$S:147} +U.akx.prototype={ +$1(a){return C.b.A(a,"StackTrace.current")||C.b.A(a,"dart-sdk/lib/_internal")||C.b.A(a,"dart:sdk_internal")}, +$S:25} +U.P4.prototype={} +U.P6.prototype={} +U.P5.prototype={} +N.Fj.prototype={ +Yh(){var s,r,q,p,o,n,m=this,l=null +P.pc("Framework initialization",l,l) +m.XI() +$.B=m +s=t.u +r=P.bu(s) +q=H.a([],t.CE) +p=P.bu(s) +o=P.a0W(l,l,t.Su,t.S) +n=O.HB(!0,"Root Focus Scope",!1) +n=n.r=new O.xb(new R.xn(o,t.op),n,P.aT(t.mx),H.a([],t.OM),P.aj(0,l,!1,t.Z)) +o=$.hq +o.gqg().a=n.gK8() +$.eJ.k2$.b.p(0,n.gJA(),l) +s=new N.VR(new N.Pp(r),q,n,P.A(t.yi,s),p,P.A(s,t.j7)) +m.C$=s +s.a=m.ga40() +$.be().b.k1=m.gaeS() +C.jH.tR(m.ga57()) +m.jO() +s=t.N +P.aL5("Flutter.FrameworkInitialization",P.A(s,s)) +P.pb()}, +h0(){}, +jO(){}, +ag8(a){var s +P.pc("Lock events",null,null);++this.a +s=a.$0() +s.h9(new N.VD(this)) +return s}, +FE(){}, +i(a){return""}} +N.VD.prototype={ +$0(){var s=this.a +if(--s.a<=0){P.pb() +s.XA() +if(s.d$.c!==0)s.Aq()}}, +$S:3} +B.ao.prototype={} +B.AX.prototype={} +B.b2.prototype={ +ad(a,b){var s,r,q=this,p=q.a3$,o=q.a5$,n=o.length +if(p===n){o=t.Z +if(p===0){p=P.aj(1,null,!1,o) +q.a5$=p}else{s=P.aj(n*2,null,!1,o) +for(p=q.a3$,o=q.a5$,r=0;r0){r.a5$[s]=null;++r.ar$}else r.a8C(s) +break}}, +l(a){}, +ap(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=f.a3$ +if(e===0)return;++f.ao$ +for(s=0;s0){l=f.a3$-f.ar$ +e=f.a5$ +if(l*2<=e.length){k=P.aj(l,null,!1,t.Z) +for(e=f.a3$,p=f.a5$,j=0,s=0;s#"+Y.bY(this)+"("+H.c(this.a)+")"}} +Y.qD.prototype={ +i(a){return this.b}} +Y.jN.prototype={ +i(a){return this.b}} +Y.ag9.prototype={} +Y.dV.prototype={ +Fw(a,b){return this.bR(0)}, +i(a){return this.Fw(a,C.am)}, +gaT(a){return this.a}} +Y.hb.prototype={ +gm(a){this.a6V() +return this.cy}, +a6V(){return}} +Y.wB.prototype={} +Y.GM.prototype={} +Y.am.prototype={ +cD(){return"#"+Y.bY(this)}, +Fw(a,b){var s=this.cD() +return s}, +i(a){return this.Fw(a,C.am)}} +Y.Xb.prototype={ +cD(){return"#"+Y.bY(this)}} +Y.iJ.prototype={ +i(a){return this.S2(C.bt).bR(0)}, +cD(){return"#"+Y.bY(this)}, +aio(a,b){return Y.aml(a,b,this)}, +S2(a){return this.aio(null,a)}} +Y.Os.prototype={} +D.eM.prototype={} +D.IC.prototype={} +D.ee.prototype={ +k(a,b){if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +return H.o(this).j("ee").b(b)&&J.e(b.a,this.a)}, +gu(a){return P.a2(H.C(this),this.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){var s=H.o(this),r=s.j("ee.T"),q=this.a,p=H.bz(r)===C.yN?"<'"+H.c(q)+"'>":"<"+H.c(q)+">" +if(H.C(this)===H.bz(s.j("ee")))return"["+p+"]" +return"["+H.bz(r).i(0)+" "+p+"]"}} +D.aoh.prototype={} +F.fa.prototype={} +F.xY.prototype={ +de(a){return this.b.$0()}} +B.F.prototype={ +ti(a){var s=a.a,r=this.a +if(s<=r){a.a=r+1 +a.ie()}}, +ie(){}, +gcd(){return this.b}, +aq(a){this.b=a}, +af(a){this.b=null}, +gak(a){return this.c}, +fU(a){var s +a.c=this +s=this.b +if(s!=null)a.aq(s) +this.ti(a)}, +iK(a){a.c=null +if(this.b!=null)a.af(0)}} +R.bI.prototype={ +ghl(){var s=this,r=s.c +if(r==null){r=P.bu(s.$ti.c) +if(s.c==null)s.c=r +else r=H.f(H.cB("_set"))}return r}, +v(a,b){this.b=!0 +this.ghl().aP(0) +return C.c.v(this.a,b)}, +aP(a){this.b=!1 +C.c.sn(this.a,0) +this.ghl().aP(0)}, +A(a,b){var s=this,r=s.a +if(r.length<3)return C.c.A(r,b) +if(s.b){s.ghl().O(0,r) +s.b=!1}return s.ghl().A(0,b)}, +gX(a){var s=this.a +return new J.hC(s,s.length)}, +gM(a){return this.a.length===0}, +gbn(a){return this.a.length!==0}} +R.xn.prototype={ +H(a,b){var s=this.a,r=s.h(0,b) +s.p(0,b,(r==null?0:r)+1)}, +v(a,b){var s=this.a,r=s.h(0,b) +if(r==null)return!1 +if(r===1)s.v(0,b) +else s.p(0,b,r-1) +return!0}, +A(a,b){return this.a.aL(0,b)}, +gX(a){var s=this.a +s=s.gaA(s) +return s.gX(s)}, +gM(a){var s=this.a +return s.gM(s)}, +gbn(a){var s=this.a +return s.gbn(s)}} +T.ed.prototype={ +i(a){return this.b}} +G.aab.prototype={ +gux(){var s=this.d +return s==null?H.f(H.u("_eightBytesAsList")):s}, +io(a){var s=this.a,r=C.f.eQ(s.b,a) +if(r!==0)s.iy(0,$.axa(),0,a-r)}, +kY(){var s,r,q,p=this +if(p.b)throw H.b(P.V("done() must not be called more than once on the same "+H.C(p).i(0)+".")) +s=p.a +r=s.a +q=H.k6(r.buffer,0,s.b*r.BYTES_PER_ELEMENT) +p.a=E.atA() +p.b=!0 +return q}} +G.za.prototype={ +n3(a){return this.a.getUint8(this.b++)}, +yj(a){var s=this.b,r=$.dt() +C.h0.FV(this.a,s,r)}, +n4(a){var s=this.a,r=H.dh(s.buffer,s.byteOffset+this.b,a) +this.b+=a +return r}, +yk(a){var s +this.io(8) +s=this.a +C.rT.O2(s.buffer,s.byteOffset+this.b,a)}, +io(a){var s=this.b,r=C.f.eQ(s,a) +if(r!==0)this.b=s+(a-r)}} +R.ie.prototype={ +gu(a){var s=this +return P.a2(s.b,s.d,s.f,s.r,s.x,s.y,s.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof R.ie&&b.b===s.b&&b.d===s.d&&b.f===s.f&&b.r===s.r&&b.x===s.x&&b.y===s.y&&b.a===s.a}, +i(a){var s=this +return"StackFrame(#"+s.b+", "+s.c+":"+s.d+"/"+s.e+":"+s.f+":"+s.r+", className: "+s.x+", method: "+s.y+")"}} +R.a8i.prototype={ +$1(a){return a.length!==0}, +$S:25} +O.cD.prototype={ +o3(a,b){return new P.a3($.Y,this.$ti.j("a3<1>"))}, +ju(a){return this.o3(a,null)}, +eA(a,b,c,d){var s=b.$1(this.a) +if(d.j("a9<0>").b(s))return s +return new O.cD(d.a(s),d.j("cD<0>"))}, +bD(a,b,c){return this.eA(a,b,null,c)}, +h9(a){var s,r,q,p,o,n=this +try{s=a.$0() +if(t.L0.b(s)){p=J.vA(s,new O.a8P(n),n.$ti.c) +return p}return n}catch(o){r=H.a0(o) +q=H.ax(o) +p=P.amM(r,q,n.$ti.c) +return p}}, +$ia9:1} +O.a8P.prototype={ +$1(a){return this.a.a}, +$S(){return this.a.$ti.j("1(@)")}} +D.HL.prototype={ +i(a){return this.b}} +D.cW.prototype={} +D.qV.prototype={ +V(a){this.a.nM(this.b,this.c,a)}} +D.us.prototype={ +i(a){var s=this,r=s.a +r=r.length===0?""+"":""+new H.at(r,new D.ael(s),H.aq(r).j("at<1,m>")).c8(0,", ") +if(s.b)r+=" [open]" +if(s.c)r+=" [held]" +if(s.d)r+=" [hasPendingSweep]" +return r.charCodeAt(0)==0?r:r}, +grX(){return this.a}} +D.ael.prototype={ +$1(a){if(a===this.a.e)return a.i(0)+" (eager winner)" +return a.i(0)}, +$S:227} +D.ZJ.prototype={ +qE(a,b,c){this.a.bN(0,b,new D.ZL(this,b)).a.push(c) +return new D.qV(this,b,c)}, +ac1(a,b){var s=this.a.h(0,b) +if(s==null)return +s.b=!1 +this.N1(b,s)}, +Hu(a){var s,r=this.a,q=r.h(0,a) +if(q==null)return +if(q.c){q.d=!0 +return}r.v(0,a) +r=q.a +if(r.length!==0){C.c.gK(r).fS(a) +for(s=1;s0.4){r.fx=C.hH +r.V(C.ce)}else if(a.gr9().gwt()>F.EA(a.gda(a)))r.V(C.an) +if(s>0.4&&r.fx===C.z1){r.fx=C.hH +if(r.z!=null)r.e4("onStart",new K.Zu(r,s))}}r.yW(a)}, +fS(a){var s=this,r=s.fx +if(r===C.hG)r=s.fx=C.z1 +if(s.z!=null&&r===C.hH)s.e4("onStart",new K.Zs(s))}, +ri(a){var s=this,r=s.fx,q=r===C.hH||r===C.UB +if(r===C.hG){s.V(C.an) +return}if(q&&s.cx!=null)if(s.cx!=null)s.e4("onEnd",new K.Zt(s)) +s.fx=C.kL}, +fB(a){this.fK(a) +this.ri(a)}} +K.Zu.prototype={ +$0(){var s,r=this.a,q=r.z +q.toString +s=r.gnB() +r.gnB() +return q.$1(new K.nF(s.b))}, +$S:0} +K.Zs.prototype={ +$0(){var s,r=this.a,q=r.z +q.toString +if(r.fr==null)H.f(H.u("_lastPressure")) +s=r.gnB() +r.gnB() +return q.$1(new K.nF(s.b))}, +$S:0} +K.Zt.prototype={ +$0(){var s,r=this.a,q=r.cx +q.toString +s=r.gnB() +r.gnB() +return q.$1(new K.nF(s.b))}, +$S:0} +O.iL.prototype={ +i(a){return"#"+Y.bY(this)+"("+this.gj5(this).i(0)+")"}, +gj5(a){return this.a}} +O.vb.prototype={} +O.Cs.prototype={ +co(a,b){return t.xV.a(this.a.a_(0,b))}} +O.uL.prototype={ +co(a,b){var s,r,q,p,o=new Float64Array(16),n=new E.ap(o) +n.b0(b) +s=this.a +r=s.a +q=s.b +s=o[0] +p=o[3] +o[0]=s+r*p +o[1]=o[1]+q*p +o[2]=o[2]+0*p +o[3]=p +p=o[4] +s=o[7] +o[4]=p+r*s +o[5]=o[5]+q*s +o[6]=o[6]+0*s +o[7]=s +s=o[8] +p=o[11] +o[8]=s+r*p +o[9]=o[9]+q*p +o[10]=o[10]+0*p +o[11]=p +p=o[12] +s=o[15] +o[12]=p+r*s +o[13]=o[13]+q*s +o[14]=o[14]+0*s +o[15]=s +return n}} +O.hQ.prototype={ +jk(){var s,r,q,p,o=this.c +if(o.length===0)return +s=this.b +r=C.c.gL(s) +for(q=o.length,p=0;p":C.c.c8(s,", "))+")"}} +T.rg.prototype={} +T.y6.prototype={} +T.rf.prototype={} +T.fb.prototype={ +h2(a){var s,r=this +switch(a.gdG(a)){case 1:s=r.ry==null&&r.rx==null&&r.x1==null&&r.y1==null&&!0 +if(s)return!1 +break +case 2:return!1 +case 4:return!1 +default:return!1}return r.pI(a)}, +DB(){var s,r=this +r.V(C.ce) +r.k2=!0 +s=r.cy +s.toString +r.He(s) +r.a13()}, +PN(a){var s,r=this +if(!a.gpM()){if(t._.b(a)){s=new R.jl(a.gda(a),P.aj(20,null,!1,t.av)) +r.bs=s +s.vN(a.gka(a),a.gev())}if(t.n2.b(a)){s=r.bs +s.toString +s.vN(a.gka(a),a.gev())}}if(t.oN.b(a)){if(r.k2)r.a11(a) +else r.V(C.an) +r.Bw()}else if(t.Ko.b(a)){r.I9() +r.Bw()}else if(t._.b(a)){r.k3=new S.hl(a.gev(),a.gce(a)) +r.k4=a.gdG(a) +r.a10(a)}else if(t.n2.b(a))if(a.gdG(a)!==r.k4){r.V(C.an) +s=r.cy +s.toString +r.fK(s)}else if(r.k2)r.a12(a)}, +a10(a){this.k3.toString +this.c.h(0,a.gck()).toString +switch(this.k4){case 1:break +case 2:break +case 4:break}}, +I9(){if(this.cx===C.fi)switch(this.k4){case 1:break +case 2:break +case 4:break}}, +a13(){var s,r,q=this +switch(q.k4){case 1:if(q.ry!=null){s=q.k3 +r=s.b +s=s.a +q.e4("onLongPressStart",new T.a13(q,new T.rg(r,s)))}s=q.rx +if(s!=null)q.e4("onLongPress",s) +break +case 2:break +case 4:break}}, +a12(a){var s=this,r=a.gce(a),q=a.gev(),p=a.gce(a).a7(0,s.k3.b) +a.gev().a7(0,s.k3.a) +switch(s.k4){case 1:if(s.x1!=null)s.e4("onLongPressMoveUpdate",new T.a12(s,new T.y6(r,q,p))) +break +case 2:break +case 4:break}}, +a11(a){var s,r=this,q=r.bs.yp(),p=q==null?C.ct:new R.jk(q.a) +a.gce(a) +s=a.gev() +r.bs=null +switch(r.k4){case 1:if(r.y1!=null)r.e4("onLongPressEnd",new T.a11(r,new T.rf(s,p))) +break +case 2:break +case 4:break}}, +Bw(){var s=this +s.k2=!1 +s.bs=s.k4=s.k3=null}, +V(a){var s=this +if(a===C.an)if(s.k2)s.Bw() +else s.I9() +s.H6(a)}, +fS(a){}} +T.a13.prototype={ +$0(){return this.a.ry.$1(this.b)}, +$S:0} +T.a12.prototype={ +$0(){return this.a.x1.$1(this.b)}, +$S:0} +T.a11.prototype={ +$0(){return this.a.y1.$1(this.b)}, +$S:0} +B.kT.prototype={ +h(a,b){return this.c[b+this.a]}, +a_(a,b){var s,r,q,p,o,n,m +for(s=this.b,r=this.c,q=this.a,p=b.c,o=b.a,n=0,m=0;ma5)return null +s=a6+1 +r=new B.a3s(new Float64Array(s)) +q=s*a5 +p=new Float64Array(q) +for(o=this.c,n=0*a5,m=0;m=0;--c){p[c]=new B.kT(c*a5,a5,q).a_(0,d) +for(i=c*s,k=l;k>c;--k)p[c]=p[c]-n[i+k]*p[k] +p[c]=p[c]/n[i+c]}for(b=0,m=0;mr&&Math.abs(a.d.b)>s}, +AZ(a){return Math.abs(this.guR())>F.EA(a)}, +q3(a){return new P.l(0,a.b)}, +nx(a){return a.b}} +O.hR.prototype={ +EE(a,b){var s,r=this.dy +if(r==null)r=50 +s=this.dx +if(s==null)s=F.EA(b) +return Math.abs(a.a.a)>r&&Math.abs(a.d.a)>s}, +AZ(a){return Math.abs(this.guR())>F.EA(a)}, +q3(a){return new P.l(a.a,0)}, +nx(a){return a.a}} +O.i_.prototype={ +EE(a,b){var s,r=this.dy +if(r==null)r=50 +s=this.dx +if(s==null)s=F.EA(b) +return a.a.gwt()>r*r&&a.d.gwt()>s*s}, +AZ(a){return Math.abs(this.guR())>F.aJE(a)}, +q3(a){return a}, +nx(a){return null}} +F.NV.prototype={ +a7u(){this.a=!0}} +F.v8.prototype={ +fK(a){if(this.f){this.f=!1 +$.eJ.k2$.RH(this.a,a)}}, +QD(a,b){return a.gce(a).a7(0,this.c).gdB()<=b}} +F.hK.prototype={ +h2(a){var s +if(this.x==null)switch(a.gdG(a)){case 1:s=this.e==null&&!0 +if(s)return!1 +break +default:return!1}return this.pI(a)}, +hq(a){var s=this,r=s.x +if(r!=null)if(!r.QD(a,100))return +else{r=s.x +if(!r.e.a||a.gdG(a)!==r.d){s.nF() +return s.N0(a)}}s.N0(a)}, +N0(a){var s,r,q,p,o,n,m=this +m.MC() +s=$.eJ.k3$.qE(0,a.gck(),m) +r=a.gck() +q=a.gce(a) +p=a.gdG(a) +o=new F.NV() +P.bX(C.Gh,o.ga7t()) +n=new F.v8(r,s,q,p,o) +m.y.p(0,a.gck(),n) +o=a.gct(a) +if(!n.f){n.f=!0 +$.eJ.k2$.NV(r,m.guW(),o)}}, +a4q(a){var s,r=this,q=r.y,p=q.h(0,a.gck()) +p.toString +if(t.oN.b(a)){s=r.x +if(s==null){if(r.r==null)r.r=P.bX(C.bL,r.ga75()) +s=p.a +$.eJ.k3$.afn(s) +p.fK(r.guW()) +q.v(0,s) +r.Io() +r.x=p}else{s=s.b +s.a.nM(s.b,s.c,C.ce) +s=p.b +s.a.nM(s.b,s.c,C.ce) +p.fK(r.guW()) +q.v(0,p.a) +q=r.e +if(q!=null)r.e4("onDoubleTap",q) +r.nF()}}else if(t.n2.b(a)){if(!p.QD(a,18))r.qq(p)}else if(t.Ko.b(a))r.qq(p)}, +fS(a){}, +fB(a){var s,r=this,q=r.y.h(0,a) +if(q==null){s=r.x +s=s!=null&&s.a===a}else s=!1 +if(s)q=r.x +if(q!=null)r.qq(q)}, +qq(a){var s,r=this,q=r.y +q.v(0,a.a) +s=a.b +s.a.nM(s.b,s.c,C.an) +a.fK(r.guW()) +s=r.x +if(s!=null)if(a===s)r.nF() +else{r.I7() +if(q.gM(q))r.nF()}}, +l(a){this.nF() +this.H2(0)}, +nF(){var s,r=this +r.MC() +if(r.x!=null){s=r.y +if(s.gbn(s))r.I7() +s=r.x +s.toString +r.x=null +r.qq(s) +$.eJ.k3$.ahR(0,s.a)}r.Io()}, +Io(){var s=this.y +s=s.gby(s) +C.c.ai(P.as(s,!0,H.o(s).j("p.E")),this.ga8B())}, +MC(){var s=this.r +if(s!=null){s.aV(0) +this.r=null}}, +I7(){}} +O.a3n.prototype={ +NV(a,b,c){J.hy(this.a.bN(0,a,new O.a3p()),b,c)}, +RH(a,b){var s,r=this.a,q=r.h(0,a) +q.toString +s=J.ct(q) +s.v(q,b) +if(s.gM(q))r.v(0,a)}, +a26(a,b,c){var s,r,q,p +try{b.$1(a.c2(c))}catch(q){s=H.a0(q) +r=H.ax(q) +p=U.aZ("while routing a pointer event") +U.d6(new U.bp(s,r,"gesture library",p,null,!1))}}, +RY(a){var s=this,r=s.a.h(0,a.gck()),q=s.b,p=t.Ld,o=t.iD,n=P.a0X(q,p,o) +if(r!=null)s.J4(a,r,P.a0X(r,p,o)) +s.J4(a,q,n)}, +J4(a,b,c){c.ai(0,new O.a3o(this,b,a))}} +O.a3p.prototype={ +$0(){return P.A(t.Ld,t.iD)}, +$S:210} +O.a3o.prototype={ +$2(a,b){if(J.h5(this.b,a))this.a.a26(this.c,a,b)}, +$S:204} +G.a3q.prototype={ +p6(a,b,c){if(this.a!=null)return +this.b=b +this.a=c}, +V(a){var s,r,q,p,o=this,n=o.a +if(n==null)return +try{q=o.b +q.toString +n.$1(q)}catch(p){s=H.a0(p) +r=H.ax(p) +n=U.aZ("while resolving a PointerSignalEvent") +U.d6(new U.bp(s,r,"gesture library",n,null,!1))}o.b=o.a=null}} +S.GX.prototype={ +i(a){return this.b}} +S.cN.prototype={ +aaS(a){var s=this +s.c.p(0,a.gck(),a.gda(a)) +if(s.h2(a))s.hq(a) +else s.ou(a)}, +hq(a){}, +ou(a){}, +h2(a){var s=this.b +return s==null||s.A(0,a.gda(a))}, +l(a){}, +Qp(a,b,c){var s,r,q,p,o=null +try{o=b.$0()}catch(q){s=H.a0(q) +r=H.ax(q) +p=U.aZ("while handling a gesture") +U.d6(new U.bp(s,r,"gesture",p,null,!1))}return o}, +e4(a,b){return this.Qp(a,b,null,t.z)}, +afy(a,b,c){return this.Qp(a,b,c,t.z)}} +S.c5.prototype={ +hq(a){this.yV(a.gck(),a.gct(a))}, +ou(a){this.V(C.an)}, +fS(a){}, +fB(a){}, +V(a){var s,r=this.d,q=P.bo(r.gby(r),!0,t.o) +r.aP(0) +for(r=q.length,s=0;s18 +else s=!1 +if(p.dx){r=p.ch +q=r!=null&&p.JL(a)>r}else q=!1 +if(t.n2.b(a))r=s||q +else r=!1 +if(r){p.V(C.an) +r=p.cy +r.toString +p.fK(r)}else p.PN(a)}p.yW(a)}, +DB(){}, +fS(a){if(a===this.cy){this.nW() +this.dx=!0}}, +fB(a){var s=this +if(a===s.cy&&s.cx===C.fi){s.nW() +s.cx=C.GN}}, +ri(a){var s=this +s.nW() +s.cx=C.bO +s.db=null +s.dx=!1}, +l(a){this.nW() +this.u1(0)}, +nW(){var s=this.dy +if(s!=null){s.aV(0) +this.dy=null}}, +JL(a){return a.gce(a).a7(0,this.db.b).gdB()}} +S.a3x.prototype={ +$0(){this.a.DB() +return null}, +$S:0} +S.hl.prototype={ +P(a,b){return new S.hl(this.a.P(0,b.a),this.b.P(0,b.b))}, +a7(a,b){return new S.hl(this.a.a7(0,b.a),this.b.a7(0,b.b))}, +i(a){return"OffsetPair(local: "+this.a.i(0)+", global: "+this.b.i(0)+")"}} +S.Pg.prototype={} +N.tG.prototype={} +N.mm.prototype={} +N.Fi.prototype={ +hq(a){var s=this +if(s.cx===C.bO){if(s.k4!=null&&s.r1!=null)s.qy() +s.k4=a}if(s.k4!=null)s.VA(a)}, +yV(a,b){this.Vr(a,b)}, +PN(a){var s,r,q=this +if(t.oN.b(a)){q.r1=a +q.Ib()}else if(t.Ko.b(a)){q.V(C.an) +if(q.k2){s=q.k4 +s.toString +q.wS(a,s,"")}q.qy()}else{s=a.gdG(a) +r=q.k4 +if(s!==r.gdG(r)){q.V(C.an) +s=q.cy +s.toString +q.fK(s)}}}, +V(a){var s,r=this +if(r.k3&&a===C.an){s=r.k4 +s.toString +r.wS(null,s,"spontaneous") +r.qy()}r.H6(a)}, +DB(){this.MK()}, +fS(a){var s=this +s.He(a) +if(a===s.cy){s.MK() +s.k3=!0 +s.Ib()}}, +fB(a){var s,r=this +r.VB(a) +if(a===r.cy){if(r.k2){s=r.k4 +s.toString +r.wS(null,s,"forced")}r.qy()}}, +MK(){var s,r=this +if(r.k2)return +s=r.k4 +s.toString +r.PO(s) +r.k2=!0}, +Ib(){var s,r,q=this +if(!q.k3||q.r1==null)return +s=q.k4 +s.toString +r=q.r1 +r.toString +q.PP(s,r) +q.qy()}, +qy(){var s=this +s.k3=s.k2=!1 +s.k4=s.r1=null}} +N.fk.prototype={ +h2(a){var s,r=this +switch(a.gdG(a)){case 1:if(r.aj==null&&r.bc==null&&r.b7==null&&r.q==null)return!1 +break +case 2:if(r.C==null)if(r.ag==null)s=!0 +else s=!1 +else s=!1 +if(s)return!1 +break +case 4:return!1 +default:return!1}return r.pI(a)}, +PO(a){var s,r=this,q=a.gce(a),p=a.gev(),o=r.c.h(0,a.gck()) +o.toString +s=new N.tG(q,o,p) +switch(a.gdG(a)){case 1:if(r.aj!=null)r.e4("onTapDown",new N.a8V(r,s)) +break +case 2:if(r.ag!=null)r.e4("onSecondaryTapDown",new N.a8W(r,s)) +break +case 4:break}}, +PP(a,b){var s=this,r=b.gda(b),q=b.gce(b) +b.gev() +switch(a.gdG(a)){case 1:if(s.b7!=null)s.e4("onTapUp",new N.a8X(s,new N.mm(q,r))) +r=s.bc +if(r!=null)s.e4("onTap",r) +break +case 2:if(s.C!=null)s.e4("onSecondaryTap",new N.a8Y(s)) +break +case 4:break}}, +wS(a,b,c){var s,r=c===""?c:c+" " +switch(b.gdG(b)){case 1:s=this.q +if(s!=null)this.e4(r+"onTapCancel",s) +break +case 2:break +case 4:break}}} +N.a8V.prototype={ +$0(){return this.a.aj.$1(this.b)}, +$S:0} +N.a8W.prototype={ +$0(){return this.a.ag.$1(this.b)}, +$S:0} +N.a8X.prototype={ +$0(){return this.a.b7.$1(this.b)}, +$S:0} +N.a8Y.prototype={ +$0(){return this.a.C.$0()}, +$S:0} +V.NH.prototype={ +V(a){this.a.a9R(this.b,a)}, +$iqV:1} +V.pq.prototype={ +fS(a){var s,r,q,p,o=this +o.Iq() +if(o.e==null){s=o.a.b +o.e=s==null?o.b[0]:s}for(s=o.b,r=s.length,q=0;qb*b)return new R.jk(s.dP(0,s.gdB()).a_(0,b)) +if(r100||Math.abs(m-p.a.a)/1000>40)break +k=n.b +g.push(k.a) +f.push(k.b) +e.push(1) +d.push(-l) +c=(c===0?20:c)-1;++o +if(o<20){q=n +p=q +continue}else{q=n +break}}while(!0) +if(o>=3){j=new B.Ip(d,g,e).GI(2) +if(j!=null){i=new B.Ip(d,f,e).GI(2) +if(i!=null)return new R.u0(new P.l(j.a[1]*1000,i.a[1]*1000),j.gOs(j)*i.gOs(i),new P.aH(r-q.a.a),s.b.a7(0,q.b))}}return new R.u0(C.h,1,new P.aH(r-q.a.a),s.b.a7(0,q.b))}} +R.qY.prototype={ +vN(a,b){var s=(this.c+1)%20 +this.c=s +this.d[s]=new R.CO(a,b)}, +Br(a){var s,r,q=this.c+a,p=C.f.eQ(q,20),o=C.f.eQ(q-1,20) +q=this.d +s=q[p] +r=q[o] +if(s==null||r==null)return C.h +q=s.a.a-r.a.a +return q>0?s.b.a7(0,r.b).a_(0,1000).dP(0,q/1000):C.h}, +yp(){var s,r,q=this,p=q.Br(-2).a_(0,0.6).P(0,q.Br(-1).a_(0,0.35)).P(0,q.Br(0).a_(0,0.05)),o=q.d,n=q.c,m=o[n] +for(s=null,r=1;r<=20;++r){s=o[C.f.eQ(n+r,20)] +if(s!=null)break}if(s==null||m==null)return C.Ug +else return new R.u0(p,1,new P.aH(m.a.a-s.a.a),m.b.a7(0,s.b))}} +S.a9z.prototype={ +i(a){return this.b}} +S.o6.prototype={ +ae(){return new S.Cp(C.k)}} +S.a17.prototype={ +$2(a,b){return new D.rj(a,b)}, +$S:202} +S.a1c.prototype={ +pn(a){return K.an(a).ag}, +CI(a,b,c){switch(G.br(c.a)){case C.p:return b +case C.m:switch(K.an(a).ag){case C.E:case C.B:case C.F:return new E.Lf(b,c.b,null) +case C.H:case C.K:case C.D:return b}break}}, +w0(a,b,c){switch(K.an(a).ag){case C.D:case C.E:case C.B:case C.F:return b +case C.H:case C.K:return L.arF(c.a,b,K.an(a).B.c)}}} +S.Cp.prototype={ +aC(){this.b1() +this.d=S.aDA()}, +gKE(){var s=this +return P.ca(function(){var r=0,q=1,p +return function $async$gKE(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:s.a.toString +r=2 +return C.AJ +case 2:r=3 +return C.AF +case 3:return P.c8() +case 1:return P.c9(p)}}},t.bh)}, +a6u(a,b){return E.lq(null,C.Hl,null,C.dw,!0,b)}, +a6Q(a,b){var s,r,q,p,o,n=this,m=null +n.a.toString +s=F.et(a) +r=s==null?m:s.d +if(r==null)r=C.aa +q=r===C.V +s=F.et(a) +s=s==null?m:s.ch +p=s===!0 +if(q)if(p)n.a.toString +if(q)n.a.toString +if(p)n.a.toString +s=n.a +o=s.fx +s.toString +return new M.zM(new K.vI(o,new T.f3(new S.afy(n,b),m),C.a4,C.N,m,m),m)}, +a0O(a){var s,r,q,p=this,o=null,n=p.a,m=n.fx +m=m.b +s=m +m=n.f +r=n.r +n=n.dy +q=p.gKE() +p.a.toString +return new S.B_(o,o,o,new S.afx(),o,o,o,o,o,m,o,r,C.IY,p.ga6P(),n,o,C.Pj,s,o,q,o,o,C.mI,!1,!1,!1,!1,p.ga6t(),!1,o,o,o,!1,new N.lv(p,t.bT))}, +I(a,b){var s,r=null,q=L.x9(!1,!1,this.a0O(b),r,!0,r,!0,r,r,new S.afz(),r,r) +this.a.toString +s=this.d +return K.at4(C.Ak,new K.nL(s==null?H.f(H.u("_heroController")):s,q,r))}} +S.afy.prototype={ +$1(a){return this.a.a.dx.$2(a,this.b)}, +$S:24} +S.afx.prototype={ +$1$2(a,b,c){return V.a19(b,a,c)}, +$2(a,b){return this.$1$2(a,b,t.z)}, +$S:196} +S.afz.prototype={ +$2(a,b){if(!(b instanceof B.kk)||!b.b.gxe().k(0,C.fJ))return C.cJ +return S.aFG()?C.dL:C.cJ}, +$S:164} +E.aiA.prototype={ +pi(a){return a.xT(this.b)}, +lx(a){return new P.D(a.b,this.b)}, +po(a,b){return new P.l(0,a.b-b.b)}, +lF(a){return this.b!==a.b}} +E.R5.prototype={} +E.vS.prototype={ +a3q(a){var s=this.fx +if(s!=null)return s +switch(a.ag){case C.H:case C.K:case C.E:case C.F:return!1 +case C.D:case C.B:s=this.f +return s==null||s.length<2}}, +ae(){return new E.Bb(C.k)}} +E.Bb.prototype={ +aM(){var s,r=this +r.bV() +s=r.d +if(s!=null)s.Y(0,r.gzE()) +s=r.c.J(t.yd) +s=s==null?null:s.f +r.d=s +if(s!=null){s=s.d +s.a6q(s.c,new Q.mA(r.gzE()),!1)}}, +l(a){var s=this,r=s.d +if(r!=null){r.Y(0,s.gzE()) +s.d=null}s.aZ(0)}, +a4n(){var s=this.c +s.toString +M.L6(s).R4()}, +a4p(){var s,r,q=this.c +q.toString +q=M.L6(q) +s=q.d +if(s.gaJ()!=null){r=q.r +r=H.o(r).j("cY.T").a(r.y)}else r=!1 +if(r)s.gaJ().dI(0) +q=q.e.gaJ() +if(q!=null)q.p0(0)}, +a0i(a){var s,r +if(a instanceof G.hp){s=this.e +if(a.eq$===0){r=a.a +r=Math.max(r.gdc()-r.gh4(),0)>0&&G.br(r.e)===C.m}else r=!1 +this.e=r +if(r!==s)this.R(new E.abx())}}, +I(a9,b0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=this,a2=null,a3="Open navigation menu",a4=K.an(b0),a5=a4.B,a6=K.an(b0).bF,a7=b0.op(t.Np),a8=T.rn(b0,t.X) +b0.J(t.N8) +s=P.aT(t.ui) +r=a1.e +if(r)s.H(0,C.LJ) +r=a7==null +q=r?a2:a7.a.Q!=null +if(r)a7=a2 +else{a7.a.toString +a7=!1}p=a7===!0 +if(a8==null)a7=a2 +else if(!a8.gPS()){a7=a8.fY$ +a7=a7!=null&&a7.length!==0}else a7=!0 +o=a7===!0 +a7=a1.a +a7.toString +n=a6.ch +if(n==null)n=56 +r=a5.cx===C.V?a5.e:a5.a +m=t.MH +a7=V.hi(a7.ch,s,m) +if(a7==null)a7=V.hi(a6.b,s,m) +l=a7==null?V.hi(r,s,t.n8):a7 +a1.a.toString +k=a6.c +if(k==null)k=a5.cx===C.V?a5.z:a5.x +a7=a6.r +j=a7==null?a4.a5.dA(k):a7 +a1.a.toString +i=a6.x +if(i==null)i=j +a7=a6.cx +if(a7==null){a7=a4.a2.z +a7=a7==null?a2:a7.dA(k) +h=a7}else h=a7 +a7=a1.a +a7.toString +a7=a6.cy +if(a7==null){a7=a4.a2.f +a7=a7==null?a2:a7.dA(k) +g=a7}else g=a7 +a7=a1.a +f=a7.c +if(f==null&&!0)if(q===!0){a7=j.c +if(a7==null)a7=24 +L.fH(b0,C.aN,t.C).toString +f=B.qZ(a2,!0,C.mo,a7,a1.ga4m(),C.ap,a3)}else if(!p&&o)f=C.zr +if(f!=null){a7=a1.a.k4 +f=new T.en(S.ft(a2,a7==null?56:a7),f,a2)}e=a1.a.e +switch(a4.ag){case C.H:case C.K:case C.E:case C.F:d=!0 +break +case C.D:case C.B:d=a2 +break +default:d=a2}e=T.bw(a2,a2,new E.Nf(e,a2),!1,a2,a2,!1,a2,a2,!0,a2,a2,a2,a2,a2,d,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2) +g.toString +e=L.li(e,a2,a2,C.bE,!1,g,a2,a2,C.aM) +c=b0.J(t.w).f +e=new F.iT(c.acy(Math.min(c.c,1.34)),e,a2) +a7=a1.a.f +if(a7!=null&&a7.length!==0){a7.toString +b=T.dj(a7,C.bf,C.v,C.a1)}else if(p){a7=j.c +if(a7==null)a7=24 +L.fH(b0,C.aN,t.C).toString +b=B.qZ(a2,!0,C.mo,a7,a1.ga4o(),C.ap,a3)}else b=a2 +if(b!=null)b=Y.nP(b,i) +a7=a1.a.a3q(a4) +a1.a.toString +s=a6.Q +if(s==null)s=16 +h.toString +a=T.Wp(new T.jM(new E.aiA(n),Y.nP(L.li(new E.J_(f,e,b,a7,s,a2),a2,a2,C.bD,!0,h,a2,a2,C.aM),j),a2),a2) +a=Q.oD(!1,a,C.ae,!0) +a7=X.p9(l) +a7=a7===C.V?C.OC:C.OD +a0=a7 +a7=a1.a.y +if(a7==null)a7=a6.d +if(a7==null)a7=4 +s=a6.e +if(s==null)s=C.t +return T.bw(a2,a2,new X.vP(a0,M.k4(C.N,a2,T.bw(a2,a2,new T.dS(C.zk,a2,a2,a,a2),!1,a2,a2,!0,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2),C.o,l,a7,a2,s,a6.f,a2,C.bm),a2,t.ph),!0,a2,a2,!1,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2)}} +E.abx.prototype={ +$0(){}, +$S:0} +E.Nf.prototype={ +aQ(a){var s=a.J(t.I) +s.toString +s=new E.Rj(C.a7,s.f,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){var s=a.J(t.I) +s.toString +b.sbC(0,s.f)}} +E.Rj.prototype={ +bZ(a){var s=a.Oz(1/0) +return a.b5(this.q$.eC(s))}, +bM(){var s,r=this,q=t.k,p=q.a(K.t.prototype.ga1.call(r)).Oz(1/0) +r.q$.cc(0,p,!0) +q=q.a(K.t.prototype.ga1.call(r)) +s=r.q$.rx +s.toString +r.rx=q.b5(s) +r.Cr()}} +V.vT.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,C.a,C.a,C.a,C.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof V.vT)if(J.e(b.b,r.b))if(J.e(b.c,r.c))if(b.d==r.d)if(J.e(b.e,r.e))if(J.e(b.f,r.f))if(J.e(b.r,r.r))if(J.e(b.x,r.x))if(J.e(b.y,r.y))if(b.Q==r.Q)if(b.ch==r.ch)if(J.e(b.cx,r.cx))if(J.e(b.cy,r.cy))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +V.Ne.prototype={} +D.ye.prototype={ +jj(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.a +f.toString +s=g.b +s.toString +r=s.a7(0,f) +q=Math.abs(r.a) +p=Math.abs(r.b) +o=r.gdB() +n=s.a +m=f.b +l=new P.l(n,m) +k=new D.a1a(g,o) +if(q>2&&p>2){j=o*o +i=f.a +h=s.b +if(q700){r=-s/p.gIf() +if(p.a.c.gbw()>0)p.a.c.la(r) +q=r<0&&!0}else if(p.a.c.gbw()<0.5){if(p.a.c.gbw()>0)p.a.c.la(-1) +q=!0}else{p.a.c.bG(0) +q=!1}p.a.x.$2$isClosing(a,q) +if(q)p.a.agz()}, +aeb(a){a.gDY() +a.gajn() +return!1}, +I(a,b){var s,r,q,p,o=this,n=null,m=K.an(b).b6,l=o.a,k=m.r,j=l.y +if(j==null)j=m.a +s=l.z +r=s==null?m.b:s +if(r==null)r=0 +q=l.Q +if(q==null)q=m.e +p=M.k4(C.N,n,new U.dA(l.abC(b),o.gaea(),n,t.K3),C.o,j,r,o.d,n,q,n,C.bm) +if(k!=null)p=new T.dS(C.kW,n,1,new T.en(k,p,n),n) +return!o.a.f?p:D.dL(n,p,C.a0,!0,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,o.ga0t(),o.ga0v(),o.ga0x())}} +E.afR.prototype={ +pi(a){var s=a.b +return new S.aw(s,s,0,a.d*9/16)}, +po(a,b){return new P.l(0,a.b-b.b*this.b)}, +lF(a){return this.b!==a.b}} +E.pB.prototype={ +ae(){return new E.uH(C.lL,C.k,this.$ti.j("uH<1>"))}} +E.uH.prototype={ +a3G(a){var s=this.c +s.toString +switch(K.an(s).ag){case C.D:case C.B:return"" +case C.H:case C.K:case C.E:case C.F:return"Dialog"}}, +aeI(a){this.d=C.a4}, +PK(a,b){var s=this.a.c.k1 +this.d=new E.abR(s.gm(s),C.lL)}, +aeG(a){return this.PK(a,null)}, +I(a,b){var s,r,q,p,o,n,m,l=this,k=b.J(t.w).f,j=L.fH(b,C.aN,t.C) +j.toString +s=l.a3G(j) +j=l.a +r=j.c +q=r.k1 +q.toString +p=r.om +o=j.e +n=j.f +m=j.r +return K.h6(q,new E.afT(l,k,s),E.aBV(p,o,r.c7,j.x,j.y,n,!0,new E.afU(l,b),l.gaeF(),l.gaeH(),m))}} +E.afU.prototype={ +$0(){if(this.a.a.c.gjQ())K.bd(this.b,!1).ca(0,null)}, +$S:0} +E.afT.prototype={ +$2(a,b){var s,r,q=null,p=this.a,o=p.d +if(this.b.z)s=1 +else{s=p.a.c.k1 +s=s.gm(s)}r=o.aa(0,s) +p.a.toString +return T.bw(q,q,T.Wp(new T.jM(new E.afR(r,!1),b,q),q),!1,q,q,!0,q,q,q,q,q,this.c,q,q,!0,q,q,q,q,q,q,q,!0,q,q,q,q,q)}, +$S:134} +E.Cw.prototype={ +gtu(a){return C.dF}, +gRW(){return C.N}, +gmn(){return!0}, +gmm(){return C.R}, +OH(){var s=this.a +s=s.gm8().gaJ() +s.toString +s=G.bl("BottomSheet",C.dF,0,C.N,1,null,s) +return this.om=s}, +w1(a,b,c){return new M.uc(this.cV.a,F.an7(new T.f3(new E.afS(this),null),a,!1,!1,!1,!0),null)}, +gqO(){return this.au}} +E.afS.prototype={ +$1(a){var s,r=K.an(a).b6,q=this.a,p=r.c +if(p==null)p=r.a +s=r.d +if(s==null)s=r.b +return new E.pB(q,!1,p,s,q.cm,q.aR,q.dl,!0,null,q.$ti.j("pB<1>"))}, +$S(){return this.a.$ti.j("pB<1>(P)")}} +E.abR.prototype={ +aa(a,b){var s=this.a +if(b#"+Y.bY(this)+"("+H.c(this.a)+", "+this.b.i(0)+")"}} +X.w0.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof X.w0)if(J.e(b.a,r.a))if(b.b==r.b)if(J.e(b.c,r.c))if(b.d==r.d)if(J.e(b.e,r.e))s=J.e(b.r,r.r) +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +X.Nr.prototype={} +Z.z9.prototype={ +ae(){return new Z.Re(P.aT(t.ui),C.k)}} +Z.Re.prototype={ +aC(){var s=this +s.b1() +if(!(s.a.c!=null||!1))s.Cp(C.ai) +else s.mQ(C.ai)}, +be(a){var s,r=this +r.bH(a) +if(!(r.a.c!=null||!1))r.Cp(C.ai) +else r.mQ(C.ai) +s=r.jG$ +if(s.A(0,C.ai)&&s.A(0,C.aO))r.mQ(C.aO)}, +ga2w(){var s=this,r=s.jG$ +if(r.A(0,C.ai))return s.a.dy +if(r.A(0,C.aO))return s.a.dx +if(r.A(0,C.as))return s.a.cy +if(r.A(0,C.aX))return s.a.db +return s.a.cx}, +I(b0,b1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4=this,a5=null,a6=a4.a.r,a7=a4.jG$,a8=V.hi(a6.b,a7,t.MH),a9=V.hi(a4.a.go,a7,t.Zi) +a6=a4.a.fx +s=new P.l(a6.a,a6.b).a_(0,4) +a6=a4.a +r=a6.fx.DR(a6.fy) +a4.a.toString +q=V.hi(C.dl,a7,t.WV) +a6=s.a +a7=s.b +p=a4.a.fr.H(0,new V.aM(a6,a7,a6,a7)).G(0,C.ae,C.kN) +o=a4.ga2w() +n=a4.a.r.dA(a8) +m=a4.a +l=m.x +k=l==null?C.cQ:C.fY +j=m.id +i=m.r1 +h=m.k3 +m=m.c!=null||!1 +g=a4.tw(C.aX) +f=a4.Sf(C.aO,a4.a.e) +e=a4.a +d=e.ch +c=e.Q +b=e.y +e=e.z +a=a4.tw(C.as) +a0=a4.a +a1=a0.c +a2=a0.d +k=M.k4(j,a5,R.dw(!1,m,Y.nP(M.bP(a5,T.dT(a0.k1,1,1),C.o,a5,a5,a5,a5,a5,a5,p,a5,a5,a5),new T.eL(a8,a5,a5)),a9,!0,b,h,c,e,q,g,f,a,a2,a1,a5,d,a5),i,l,o,a5,a5,a9,n,k) +switch(a0.k2){case C.dY:a3=new P.D(48+a6,48+a7) +break +case C.dZ:a3=C.r +break +default:a3=a5}a6=a1!=null||!1 +return T.bw(!0,a5,new Z.Pt(a3,new T.en(r,k,a5),a5),!0,a5,a6,!1,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5,a5)}} +Z.Pt.prototype={ +aQ(a){var s=new Z.D_(this.e,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.sEV(this.e)}} +Z.D_.prototype={ +sEV(a){if(this.w.k(0,a))return +this.w=a +this.a4()}, +ba(a){var s=this.q$ +if(s!=null)return Math.max(s.al(C.a3,a,s.gbg()),this.w.a) +return 0}, +b4(a){var s=this.q$ +if(s!=null)return Math.max(s.al(C.ax,a,s.gbz()),this.w.b) +return 0}, +b3(a){var s=this.q$ +if(s!=null)return Math.max(s.al(C.U,a,s.gb9()),this.w.a) +return 0}, +b8(a){var s=this.q$ +if(s!=null)return Math.max(s.al(C.aI,a,s.gbE()),this.w.b) +return 0}, +I4(a,b){var s,r,q=this.q$ +if(q!=null){s=b.$2(q,a) +q=s.a +r=this.w +return a.b5(new P.D(Math.max(q,r.a),Math.max(s.b,r.b)))}return C.r}, +bZ(a){return this.I4(a,N.EF())}, +bM(){var s,r,q=this,p=q.I4(t.k.a(K.t.prototype.ga1.call(q)),N.EG()) +q.rx=p +s=q.q$ +if(s!=null){r=s.e +r.toString +t.x.a(r) +s=s.rx +s.toString +r.a=C.a7.mi(t.EP.a(p.a7(0,s)))}}, +c0(a,b){var s +if(this.im(a,b))return!0 +s=this.q$.rx.ht(C.h) +return a.Cq(new Z.ah4(this,s),s,T.asb(s))}} +Z.ah4.prototype={ +$2(a,b){return this.a.q$.c0(a,this.b)}, +$S:15} +Z.TR.prototype={} +M.w4.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof M.w4)if(b.d==r.d)if(b.e==r.e)if(J.e(b.f,r.f))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +M.Ns.prototype={} +A.bt.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,s.fx,C.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof A.bt&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&b.f==s.f&&b.r==s.r&&b.x==s.x&&b.y==s.y&&b.z==s.z&&b.Q==s.Q&&b.ch==s.ch&&b.cx==s.cx&&J.e(b.cy,s.cy)&&b.db==s.db&&J.e(b.dx,s.dx)&&b.dy==s.dy&&J.e(b.fr,s.fr)&&b.fx==s.fx}} +A.Ch.prototype={ +V(a){var s,r=this,q=r.a,p=q==null?null:q.V(a) +q=r.b +s=q==null?null:q.V(a) +return r.d.$3(p,s,r.c)}, +$ib6:1} +A.PJ.prototype={ +V(a){var s,r=this,q=r.a,p=q==null?null:q.V(a) +q=r.b +s=q==null?null:q.V(a) +q=p==null +if(q&&s==null)return null +if(q){q=s.a +return Y.b4(new Y.d4(P.ar(0,q.gm(q)>>>16&255,q.gm(q)>>>8&255,q.gm(q)&255),0,C.a8),s,r.c)}if(s==null){q=p.a +return Y.b4(p,new Y.d4(P.ar(0,q.gm(q)>>>16&255,q.gm(q)>>>8&255,q.gm(q)&255),0,C.a8),r.c)}return Y.b4(p,s,r.c)}, +$ib6:1} +A.PI.prototype={ +V(a){var s,r=this.a,q=r==null?null:r.V(a) +r=this.b +s=r==null?null:r.V(a) +return t.KX.a(Y.eU(q,s,this.c))}, +$ib6:1} +A.Nu.prototype={} +K.w5.prototype={ +ae(){return new K.Nt(null,P.aT(t.ui),C.k)}} +K.Nt.prototype={ +aC(){this.b1() +this.a.toString +this.mQ(C.ai)}, +l(a){var s=this.d +if(s!=null)s.l(0) +this.XM(0)}, +be(a){var s,r=this +r.bH(a) +r.a.toString +r.mQ(C.ai) +s=r.jG$ +if(s.A(0,C.ai)&&s.A(0,C.aO))r.mQ(C.aO)}, +I(c5,c6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0=this,c1=null,c2=c0.a.e,c3=c6.J(t.Pj),c4=c3==null?c1:c3.x +if(c4==null)c4=K.an(c6).cV +c0.a.toString +s=K.an(c6) +r=s.B +q=F.et(c6) +q=q==null?c1:q.c +p=new K.ach(c2,c4.a,U.aFx(C.a7,C.N,C.ah,C.Oy,0,!0,C.k1,C.O8,C.O7,r.z,K.aC2(C.ap,C.m2,C.Gu,q==null?1:q),r.a,s.r,C.jL,c1,C.AH,s.bs,s.a2.ch,s.a)) +o=new K.aci(c0,p) +n=o.$1$1(new K.abY(),t.PM) +m=o.$1$1(new K.abZ(),t.p8) +c4=t.MH +l=o.$1$1(new K.ac_(),c4) +k=o.$1$1(new K.ac9(),c4) +j=o.$1$1(new K.aca(),c4) +i=o.$1$1(new K.acb(),t.pc) +c4=t.tW +h=o.$1$1(new K.acc(),c4) +g=o.$1$1(new K.acd(),c4) +f=o.$1$1(new K.ace(),c4) +e=o.$1$1(new K.acf(),t.oI) +d=o.$1$1(new K.acg(),t.KX) +c=p.$1$1(new K.ac0(),t.X3) +b=p.$1$1(new K.ac1(),t.i1) +a=p.$1$1(new K.ac2(),t.Tu) +a0=p.$1$1(new K.ac3(),t.y) +a1=p.$1$1(new K.ac4(),t.pC) +a2=new P.l(c.a,c.b).a_(0,4) +a3=p.$1$1(new K.ac5(),t.Ya) +c4=h.a +q=h.b +a4=c.DR(new S.aw(c4,f.a,q,f.b)) +if(g!=null){a5=a4.b5(g) +c4=a5.a +if(isFinite(c4))a4=a4.D9(c4,c4) +c4=a5.b +if(isFinite(c4))a4=a4.acF(c4,c4)}a6=a2.b +c4=a2.a +a7=Math.max(0,c4) +a8=i.H(0,new V.aM(a7,a6,a7,a6)).G(0,C.ae,C.kN) +if(a.a>0){q=c0.e +if(q!=null){a9=c0.f +if(a9!=null)if(q!==n)if(a9.gm(a9)!==l.gm(l)){q=c0.f +q=(q.gm(q)>>>24&255)/255===1&&(l.gm(l)>>>24&255)/255<1&&n===0}else q=!1 +else q=!1 +else q=!1}else q=!1}else q=!1 +if(q){q=c0.d +if(!J.e(q==null?c1:q.e,a)){q=c0.d +if(q!=null)q.l(0) +q=G.bl(c1,a,0,c1,1,c1,c0) +q.cu(new K.ac6(c0)) +c0.d=q}l=c0.f +c0.d.sm(0,0) +c0.d.bG(0)}c0.e=n +c0.f=l +n.toString +q=m==null?c1:m.dA(k) +a9=d.wc(e) +b0=l==null?C.cQ:C.fY +b1=c0.a +b2=b1.f +b3=b1.c +b1=b1.d +b4=c0.tw(C.aO) +b5=c0.tw(C.as) +b6=c0.a.r +b7=c0.tw(C.aX) +b8=c0.a +b8.toString +a1.toString +b0=M.k4(a,c1,R.dw(!1,!0,Y.nP(new T.bb(a8,new T.dS(a1,1,1,b8.y,c1),c1),new T.eL(k,c1,c1)),d,a0,c1,b6,C.ah,c1,new K.Q0(new K.ac7(p)),b7,b4,b5,b1,b3,new V.e3(new K.ac8(p),t._s),c1,a3),b2,l,n,c1,j,a9,q,b0) +b.toString +switch(b){case C.dY:b9=new P.D(48+c4,48+a6) +break +case C.dZ:b9=C.r +break +default:b9=c1}return T.bw(!0,c1,new K.Pu(b9,new T.en(a4,b0,c1),c1),!0,c1,!0,!1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1)}} +K.ach.prototype={ +$1$1(a,b){var s=a.$1(this.a),r=a.$1(this.b),q=a.$1(this.c),p=s==null?r:s +return p==null?q:p}, +$1(a){return this.$1$1(a,t.z)}, +$S:176} +K.aci.prototype={ +$1$1(a,b){return this.b.$1$1(new K.acj(this.a,a,b),b)}, +$1(a){return this.$1$1(a,t.z)}, +$S:177} +K.acj.prototype={ +$1(a){var s=this.b.$1(a) +return s==null?null:s.V(this.a.jG$)}, +$S(){return this.c.j("0?(bt?)")}} +K.abY.prototype={ +$1(a){return a==null?null:a.f}, +$S:532} +K.abZ.prototype={ +$1(a){return a==null?null:a.a}, +$S:179} +K.ac_.prototype={ +$1(a){return a==null?null:a.b}, +$S:85} +K.ac9.prototype={ +$1(a){return a==null?null:a.c}, +$S:85} +K.aca.prototype={ +$1(a){return a==null?null:a.e}, +$S:85} +K.acb.prototype={ +$1(a){return a==null?null:a.r}, +$S:181} +K.acc.prototype={ +$1(a){return a==null?null:a.x}, +$S:97} +K.acd.prototype={ +$1(a){return a==null?null:a.y}, +$S:97} +K.ace.prototype={ +$1(a){return a==null?null:a.z}, +$S:97} +K.acf.prototype={ +$1(a){return a==null?null:a.Q}, +$S:183} +K.acg.prototype={ +$1(a){return a==null?null:a.ch}, +$S:184} +K.ac7.prototype={ +$1(a){return this.a.$1$1(new K.abW(a),t.Pb)}, +$S:185} +K.abW.prototype={ +$1(a){var s +if(a==null)s=null +else{s=a.cx +s=s==null?null:s.V(this.a)}return s}, +$S:186} +K.ac8.prototype={ +$1(a){return this.a.$1$1(new K.abV(a),t.n8)}, +$S:96} +K.abV.prototype={ +$1(a){var s +if(a==null)s=null +else{s=a.d +s=s==null?null:s.V(this.a)}return s}, +$S:188} +K.ac0.prototype={ +$1(a){return a==null?null:a.cy}, +$S:189} +K.ac1.prototype={ +$1(a){return a==null?null:a.db}, +$S:190} +K.ac2.prototype={ +$1(a){return a==null?null:a.dx}, +$S:191} +K.ac3.prototype={ +$1(a){return a==null?null:a.dy}, +$S:192} +K.ac4.prototype={ +$1(a){return a==null?null:a.fr}, +$S:193} +K.ac5.prototype={ +$1(a){return a==null?null:a.fx}, +$S:194} +K.ac6.prototype={ +$1(a){if(a===C.O)this.a.R(new K.abX())}, +$S:4} +K.abX.prototype={ +$0(){}, +$S:0} +K.Q0.prototype={ +V(a){var s=this.a.$1(a) +s.toString +return s}, +gr7(){return"ButtonStyleButton_MouseCursor"}} +K.Pu.prototype={ +aQ(a){var s=new K.D0(this.e,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.sEV(this.e)}} +K.D0.prototype={ +sEV(a){if(this.w.k(0,a))return +this.w=a +this.a4()}, +ba(a){var s=this.q$ +if(s!=null)return Math.max(s.al(C.a3,a,s.gbg()),this.w.a) +return 0}, +b4(a){var s=this.q$ +if(s!=null)return Math.max(s.al(C.ax,a,s.gbz()),this.w.b) +return 0}, +b3(a){var s=this.q$ +if(s!=null)return Math.max(s.al(C.U,a,s.gb9()),this.w.a) +return 0}, +b8(a){var s=this.q$ +if(s!=null)return Math.max(s.al(C.aI,a,s.gbE()),this.w.b) +return 0}, +IC(a,b){var s,r,q=this.q$ +if(q!=null){s=b.$2(q,a) +q=s.a +r=this.w +return a.b5(new P.D(Math.max(q,r.a),Math.max(s.b,r.b)))}return C.r}, +bZ(a){return this.IC(a,N.EF())}, +bM(){var s,r,q=this,p=q.IC(t.k.a(K.t.prototype.ga1.call(q)),N.EG()) +q.rx=p +s=q.q$ +if(s!=null){r=s.e +r.toString +t.x.a(r) +s=s.rx +s.toString +r.a=C.a7.mi(t.EP.a(p.a7(0,s)))}}, +c0(a,b){var s +if(this.im(a,b))return!0 +s=this.q$.rx.ht(C.h) +return a.Cq(new K.ah5(this,s),s,T.asb(s))}} +K.ah5.prototype={ +$2(a,b){return this.a.q$.c0(a,this.b)}, +$S:15} +K.TB.prototype={} +K.E6.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r,q=this.c +q.toString +s=!U.cp(q) +q=this.bJ$ +if(q!=null)for(q=P.c_(q,q.r),r=H.o(q).c;q.t();)r.a(q.d).scJ(0,s) +this.bV()}} +M.w6.prototype={ +i(a){return this.b}} +M.VU.prototype={ +i(a){return"ButtonBarLayoutBehavior.padded"}} +M.Ft.prototype={ +gdW(a){var s=this.e +if(s!=null)return s +switch(this.c){case C.du:case C.eY:return C.dJ +case C.eZ:return C.m_}}, +gkj(a){var s=this.f +if(s!=null)return s +switch(this.c){case C.du:case C.eY:return C.My +case C.eZ:return C.jL}}, +FN(a){return this.cy.cx}, +FS(a){return a.z}, +yo(a){var s,r=this +switch(r.c){case C.du:return r.FN(a)===C.V?C.j:C.Q +case C.eY:return r.cy.c +case C.eZ:s=r.FS(a) +if(s!=null?X.p9(s)===C.V:r.FN(a)===C.V)return C.j +return C.t}}, +SC(a){return 2}, +SF(a){return 4}, +SM(a){return 4}, +SL(a){return 8}, +SX(a){var s=this.e +if(s!=null)return s +switch(this.c){case C.du:case C.eY:return C.dJ +case C.eZ:return C.m_}}, +k(a,b){var s,r=this +if(b==null)return!1 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof M.Ft)if(b.c===r.c)if(b.a===r.a)if(b.b===r.b)if(J.e(b.gdW(b),r.gdW(r)))if(J.e(b.gkj(b),r.gkj(r)))if(J.e(b.x,r.x))if(J.e(b.z,r.z))if(J.e(b.Q,r.Q))s=J.e(b.cy,r.cy)&&b.db==r.db +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){var s=this +return P.a2(s.c,s.a,s.b,s.gdW(s),s.gkj(s),!1,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,C.a,C.a,C.a,C.a,C.a,C.a)}} +M.Nv.prototype={} +A.w8.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof A.w8)s=J.e(b.b,r.b)&&J.e(b.c,r.c)&&b.d==r.d&&J.e(b.e,r.e)&&J.e(b.f,r.f) +else s=!1 +return s}} +A.Nx.prototype={} +K.wa.prototype={ +ae(){var s=null +return new K.Nz(new K.Ny(P.aj(0,s,!1,t.Z)),s,s,s,s,s,s,s,s,s,s,!1,!1,s,C.k)}} +K.Nz.prototype={ +aC(){this.XP() +this.e=this.a.c}, +be(a){var s,r=this +r.bH(a) +s=a.c +if(s!=r.a.c){r.e=s +r.O_()}}, +l(a){this.d.l(0) +this.XO(0)}, +giZ(){return this.a.d}, +gFD(){this.a.toString +return!1}, +gm(a){return this.a.c}, +gIe(){return new V.e3(new K.acq(this),t._s)}, +gId(){var s=this.c +s.toString +return new V.e3(new K.acp(K.an(s)),t.h2)}, +LR(a){if(!this.geS().A(0,C.bl))return a +return null}, +I(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a=null,a0=K.an(a2) +b.a.toString +s=a0.aR +r=a0.a +switch(a0.bs){case C.dY:q=C.y7 +break +case C.dZ:q=C.y6 +break +default:q=a}q=q.P(0,new P.l(r.a,r.b).a_(0,4)) +p=b.geS() +p.H(0,C.bl) +o=b.geS() +o.v(0,C.bl) +b.a.toString +n=b.gIe().a.$1(p) +if(n==null){n=s.b +n=n==null?a:n.V(p) +m=n}else m=n +if(m==null)m=b.gId().a.$1(p) +b.a.toString +n=b.gIe().a.$1(o) +if(n==null){n=s.b +n=n==null?a:n.V(o) +l=n}else l=n +if(l==null)l=b.gId().a.$1(o) +k=b.geS() +k.H(0,C.aX) +b.a.toString +n=s.d +j=n==null?a:n.V(k) +i=j +if(i==null)i=a0.cy +h=b.geS() +h.H(0,C.as) +b.a.toString +j=n==null?a:n.V(h) +g=j +if(g==null)g=a0.db +p.H(0,C.aO) +b.a.toString +j=n==null?a:n.V(p) +f=j +if(f==null)f=P.ar(31,m.gm(m)>>>16&255,m.gm(m)>>>8&255,m.gm(m)&255) +o.H(0,C.aO) +b.a.toString +n=n==null?a:n.V(o) +e=n +if(e==null)e=P.ar(31,m.gm(m)>>>16&255,m.gm(m)>>>8&255,m.gm(m)&255) +b.a.toString +n=s.c +n=n==null?a:n.V(b.geS()) +d=n +if(d==null)d=C.j +n=b.a.c +j=b.d +j.sce(0,b.gLs(b)) +j.sRu(b.gLv()) +j.sRw(b.gLw()) +j.sRx(b.gLx()) +j.sQ8(e) +j.sRv(f) +j.sQ5(g) +j.sPz(i) +b.a.toString +c=s.e +j.sGJ(c==null?20:c) +j.sP3(b.ol$) +j.sx8(b.geS().A(0,C.aX)) +j.sQs(b.geS().A(0,C.as)) +j.sNL(m) +j.sQ7(l) +j.sabP(d) +j.sm(0,b.a.c) +j.sahr(b.e) +b.a.toString +c=s.x +j.skj(0,c==null?C.MA:c) +b.a.toString +c=b.LR(a) +j.sTS(c==null?b.LR(s.y):c) +return T.bw(a,n===!0,b.Od(!1,a,new V.e3(new K.acr(b,a0),t.bN),j,q),!1,a,a,!1,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a)}} +K.acq.prototype={ +$1(a){if(a.A(0,C.ai))return null +if(a.A(0,C.bl)){this.a.a.toString +return null}return null}, +$S:96} +K.acp.prototype={ +$1(a){if(a.A(0,C.ai))return this.a.go +if(a.A(0,C.bl))return this.a.y2 +return this.a.fy}, +$S:42} +K.acr.prototype={ +$1(a){var s +this.a.a.toString +s=V.hi(null,a,t.WV) +if(s==null)s=null +return s==null?C.dl.V(a):s}, +$S:163} +K.Ny.prototype={ +sabP(a){if(J.e(this.fy,a))return +this.fy=a +this.ap()}, +sm(a,b){if(this.go==b)return +this.go=b +this.ap()}, +sahr(a){if(this.id==a)return +this.id=a +this.ap()}, +skj(a,b){if(J.e(this.k1,b))return +this.k1=b +this.ap()}, +sTS(a){if(J.e(this.k2,a))return +this.k2=a +this.ap()}, +L5(a,b){var s=1-Math.abs(b-0.5)*2,r=18-s*2,q=a.a+s,p=a.b+s +return new P.v(q,p,q+r,p+r)}, +Iv(a){var s,r=this.e +if(a>=0.25)r.toString +else{s=this.f +s.toString +r.toString +r=P.O(s,r,a*4) +r.toString}return r}, +Ah(a,b,c,d,e){if(e)a.bW(0,this.k1.pm(b),c) +if(d!=null)this.k1.wc(d).aK(a,b)}, +Ai(a,b,c,d){var s,r=P.bj(),q=b.a,p=b.b,o=q+2.6999999999999997,n=p+8.1 +if(c<0.5){s=P.lR(C.M7,C.rZ,c*2) +s.toString +r.cw(0,o,n) +r.bu(0,q+s.a,p+s.b)}else{s=P.lR(C.rZ,C.Mc,(c-0.5)*2) +s.toString +r.cw(0,o,n) +r.bu(0,q+7.2,p+12.6) +r.bu(0,q+s.a,p+s.b)}a.bW(0,r,d)}, +Aj(a,b,c,d){var s,r=P.lR(C.M8,C.rY,1-c) +r.toString +s=P.lR(C.rY,C.M5,c) +s.toString +a.i2(0,b.P(0,r),b.P(0,s),d)}, +aK(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=this +h.Ra(a,b.ht(C.h)) +s=H.ai() +r=s?H.aK():new H.aE(new H.aG()) +s=h.fy +s.toString +r.sas(0,s) +r.sbY(0,C.a_) +r.sfc(2) +q=t.EP.a(b.dP(0,2).a7(0,C.O5.dP(0,2))) +s=h.a.a +s=s.gbh(s) +s=s===C.aj||s===C.O +p=h.a +o=s?p.gm(p):1-p.gm(p) +if(h.id===!1||h.go===!1){n=h.go===!1?1-o:o +m=h.L5(q,n) +s=H.ai() +l=s?H.aK():new H.aE(new H.aG()) +l.sas(0,h.Iv(n)) +k=h.k2 +if(n<=0.5)h.Ah(a,m,l,k==null?new Y.d4(l.gas(l),2,C.a8):k,!1) +else{h.Ah(a,m,l,k,!0) +j=(n-0.5)*2 +if(h.id==null||h.go==null)h.Aj(a,q,j,r) +else h.Ai(a,q,j,r)}}else{m=h.L5(q,1) +s=H.ai() +l=s?H.aK():new H.aE(new H.aG()) +l.sas(0,h.Iv(1)) +h.Ah(a,m,l,h.k2,!0) +if(o<=0.5){j=1-o*2 +if(h.id===!0)h.Ai(a,q,j,r) +else h.Aj(a,q,j,r)}else{i=(o-0.5)*2 +if(h.go===!0)h.Ai(a,q,i,r) +else h.Aj(a,q,i,r)}}}} +K.E8.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r,q=this.c +q.toString +s=!U.cp(q) +q=this.bJ$ +if(q!=null)for(q=P.c_(q,q.r),r=H.o(q).c;q.t();)r.a(q.d).scJ(0,s) +this.bV()}} +K.E9.prototype={ +aC(){var s=this,r=null +s.b1() +s.wy$=G.bl(r,C.N,0,r,1,s.a.c===!1?0:1,s) +s.wz$=S.cM(C.cC,s.gnG(),C.f6) +s.wA$=G.bl(r,C.aC,0,r,1,r,s) +s.wB$=S.cM(C.ad,s.gnJ(),r) +s.wD$=G.bl(r,C.cc,0,r,1,s.l6$||s.l5$?1:0,s) +s.wC$=S.cM(C.ad,s.gnL(),r) +s.wF$=G.bl(r,C.cc,0,r,1,s.l6$||s.l5$?1:0,s) +s.wE$=S.cM(C.ad,s.gnK(),r)}, +l(a){var s=this +s.gnG().l(0) +s.gnJ().l(0) +s.gnL().l(0) +s.gnK().l(0) +s.XN(0)}} +F.wb.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof F.wb)if(b.b==r.b)if(b.c==r.c)if(b.d==r.d)if(b.e==r.e)s=J.e(b.x,r.x)&&J.e(b.y,r.y) +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +F.Cf.prototype={ +V(a){var s,r=this,q=r.a,p=q==null?null:q.V(a) +q=r.b +s=q==null?null:q.V(a) +return r.d.$3(p,s,r.c)}, +$ib6:1} +F.NA.prototype={} +K.FC.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,C.a,C.a,C.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof K.FC&&b.a.k(0,s.a)&&J.e(b.b,s.b)&&b.c.k(0,s.c)&&b.d.k(0,s.d)&&b.e.k(0,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&b.Q.k(0,s.Q)&&J.e(b.ch,s.ch)&&J.e(b.cx,s.cx)&&b.cy.k(0,s.cy)&&b.db.k(0,s.db)&&b.dx===s.dx&&b.dy==s.dy&&b.fr==s.fr}} +K.ND.prototype={} +K.ng.prototype={ +ga72(){var s,r=this.z,q=r==null +if(q)s=!0 +else s=!1 +if(s)return 40 +if(q)r=null +return 2*(r==null?0:r)}, +ga6R(){var s,r=this.z,q=r==null +if(q)s=!0 +else s=!1 +if(s)return 40 +if(q)r=null +return 2*(r==null?1/0:r)}, +I(a,b){var s,r,q,p=this,o=null,n=K.an(b),m=n.am.r.dA(o),l=p.d +if(l==null){s=m.b +s.toString +switch(X.p9(s)){case C.V:l=n.d +break +case C.aa:l=n.e +break}}else switch(X.p9(l)){case C.V:m.dA(n.d) +break +case C.aa:m.dA(n.e) +break}r=p.ga72() +q=p.ga6R() +s=X.aCB(C.l7,p.f,o) +return new G.vC(o,new S.de(l,s,o,o,o,o,C.b_),o,new S.aw(r,q,r,q),C.a4,C.N,o,o)}} +A.ni.prototype={ +OC(a,b){var s=this,r=b==null?s.c:b +return new A.ni(s.a,s.b,r,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx)}, +acw(a){return this.OC(null,a)}, +acp(a){return this.OC(a,null)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof A.ni&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c.k(0,s.c)&&b.d.k(0,s.d)&&b.e.k(0,s.e)&&b.f.k(0,s.f)&&b.r.k(0,s.r)&&b.x.k(0,s.x)&&b.y.k(0,s.y)&&b.z.k(0,s.z)&&b.Q.k(0,s.Q)&&b.ch.k(0,s.ch)&&b.cx===s.cx}, +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}} +A.NG.prototype={} +E.fd.prototype={} +Z.wy.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof Z.wy&&J.e(b.a,s.a)&&b.b==s.b&&b.c==s.c&&J.e(b.d,s.d)&&b.e==s.e&&b.f==s.f&&J.e(b.r,s.r)&&b.x==s.x&&b.y==s.y&&b.z==s.z&&b.Q==s.Q}} +Z.Cg.prototype={ +V(a){var s,r=this,q=r.a,p=q==null?null:q.V(a) +q=r.b +s=q==null?null:q.V(a) +return r.d.$3(p,s,r.c)}, +$ib6:1} +Z.Ob.prototype={} +L.adw.prototype={ +n_(a){return C.r}, +w_(a,b,c,d,e,f){return C.eo}, +kh(a,b,c,d){return C.h}, +tG(a,b){return this.kh(a,b,null,null)}} +E.GP.prototype={ +I(a,b){var s,r,q=null,p=K.an(b).W,o=t.w,n=b.J(o).f,m=n.e.P(0,this.r) +n=p.a +if(n==null)n=K.an(b).ry +s=p.b +if(s==null)s=24 +r=p.c +if(r==null)r=C.jL +r=T.dT(new T.en(C.zO,M.k4(C.N,q,this.z,this.x,n,s,q,q,r,q,C.e_),q),q,q) +return new G.vG(m,new F.iT(b.J(o).f.RJ(!0,!0,!0,!0),r,q),C.it,C.aC,q,q)}} +E.l5.prototype={ +I(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=null,g=K.an(b),f=K.an(b).W +switch(g.ag){case C.D:case C.B:s=h +break +case C.H:case C.K:case C.E:case C.F:r=L.fH(b,C.aN,t.C) +r.toString +s="Alert" +break +default:s=h}r=P.a8(1,0.3333333333333333,C.d.G(b.J(t.w).f.c,1,2)-1) +r.toString +T.dW(b) +q=this.c +p=q==null +o=!p +if(o){n=24*r +m=f.d +if(m==null){m=g.a2.f +m.toString}l=new T.bb(new V.aM(n,n,n,0),L.li(T.bw(h,h,q,!0,h,h,!1,h,h,h,h,h,h,h,h,s==null,h,h,h,h,h,h,h,h,h,h,h,h,h),h,h,C.bD,!0,m,h,h,C.aM),h)}else l=h +q=24*r +r=p?20*r:20 +p=f.e +if(p==null){p=g.a2.r +p.toString}k=new T.bb(new V.aM(q,r,q,24),L.li(T.bw(h,h,this.f,!0,h,h,!1,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h),h,h,C.bD,!0,p,h,h,C.aM),h) +r=this.y +q=r!=null +if(q){p=C.ae.H(0,new V.aM(8,8,8,8)) +j=new T.bb(p,E.aDU(C.js,r,C.t5,C.di,0,8),h)}else j=h +r=H.a([],t.p) +if(o){l.toString +r.push(l)}r.push(new T.x1(1,C.m6,k,h)) +if(q){j.toString +r.push(j)}i=T.arS(T.c3(r,C.bf,C.v,C.a1),h) +return new E.GP(h,h,C.Gt,C.o,h,s!=null?T.bw(h,h,i,!1,h,h,!0,h,h,h,h,h,s,h,h,!0,h,h,h,h,h,h,h,!0,h,h,h,h,h):i,h)}} +E.wC.prototype={} +E.Xc.prototype={ +$3(a,b,c){var s=new M.uc(this.b.a,new T.f3(this.a,null),null) +s=Q.oD(!0,s,C.ae,!0) +return s}, +$C:"$3", +$R:3, +$S:197} +Y.wD.prototype={ +gu(a){return J.e7(this.c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof Y.wD&&J.e(b.a,s.a)&&b.b==s.b&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)}} +Y.Ot.prototype={} +Z.qE.prototype={ +I(a,b){var s,r,q,p=null,o=G.arj(b),n=this.c,m=n==null?o.b:n +if(m==null)m=16 +s=o.c +if(s==null)s=0 +r=o.d +if(r==null)r=0 +q=o.e +if(q==null)q=0 +return T.aU(T.dT(M.bP(p,p,C.o,p,p,new S.de(p,p,new F.du(C.w,C.w,Z.aCJ(b,p,s),C.w),p,p,p,C.a9),p,s,new V.f7(r,0,q,0),p,p,p,p),p,p),m,p)}} +G.wF.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof G.wF&&J.e(b.a,s.a)&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e}} +G.Ow.prototype={} +Z.H4.prototype={ +i(a){return this.b}} +Z.H3.prototype={ +I(a,b){var s,r,q=null +switch(K.an(b).ag){case C.D:case C.B:s=q +break +case C.H:case C.K:case C.E:case C.F:r=L.fH(b,C.aN,t.C) +r.toString +s="Navigation menu" +break +default:s=q}return T.bw(q,q,new T.en(C.zG,M.k4(C.N,q,C.LU,C.o,q,16,q,q,q,q,C.bm),q),!1,q,q,!0,q,q,q,q,q,s,q,q,!0,q,q,q,q,q,q,q,!0,q,q,q,q,q)}} +Z.wM.prototype={ +ae(){var s=null,r=t.A +return new Z.qI(O.HB(!0,s,!1),new N.b3(s,r),new N.b3(s,r),s,C.k)}} +Z.qI.prototype={ +aC(){var s,r,q=this +q.b1() +q.y=q.a0M() +q.f=G.bl(null,C.Ge,0,null,1,q.a.z?1:0,q) +s=q.gdF() +s.cN() +r=s.ci$ +r.b=!0 +r.a.push(q.ga0c()) +s.cu(q.ga0e())}, +l(a){var s=this.d +if(s!=null)s.cf(0) +this.gdF().l(0) +this.WC(0)}, +be(a){var s,r=this +r.bH(a) +s=r.a +if(s.z!==a.z)switch(r.gdF().gfR()){case C.O:case C.z:s=r.gdF() +s.sm(0,r.a.z?1:0) +break +default:break}}, +a0d(){this.R(new Z.XP())}, +Jp(){var s,r,q=this +if(q.d==null){s=q.c +s.toString +r=T.rn(s,t.X) +if(r!=null){s=new T.IA(q.ga4D()) +q.d=s +r.aaN(s) +s=q.c +s.toString +L.lt(s).n8(q.e)}}}, +a0f(a){var s +switch(a){case C.aj:this.Jp() +break +case C.ac:s=this.d +if(s!=null)s.cf(0) +this.d=null +break +case C.z:break +case C.O:break}}, +a4E(){this.d=null +this.dI(0)}, +gdF(){var s=this.f +return s==null?H.f(H.u("_controller")):s}, +a4f(a){this.gdF().ee(0) +this.Jp()}, +a4d(){var s=this,r=s.gdF() +if(r.gbh(r)!==C.z){r=s.gdF().r +r=r!=null&&r.a!=null}else r=!0 +if(r)return +if(s.gdF().gbw()<0.5)s.dI(0) +else s.p0(0)}, +gJb(a){var s=$.B.C$.Q.h(0,this.r) +s=s==null?null:s.gD() +t.Qv.a(s) +if(s!=null)return s.rx.a +return 304}, +a73(a){var s,r,q=this,p=a.c +p.toString +s=p/q.gJb(q) +switch(q.a.d){case C.cE:break +case C.fb:s=-s +break}p=q.c.J(t.I) +p.toString +switch(p.f){case C.q:p=q.gdF() +p.sm(0,p.gbw()-s) +break +case C.l:p=q.gdF() +p.sm(0,p.gbw()+s) +break}r=q.gdF().gbw()>0.5 +if(r!==q.x){q.a.toString +p=!0}else p=!1 +if(p)q.a.e.$1(r) +q.x=r}, +a9c(a){var s,r=this,q=r.gdF() +if(q.gbh(q)===C.z)return +q=a.a.a.a +if(Math.abs(q)>=365){s=q/r.gJb(r) +switch(r.a.d){case C.cE:break +case C.fb:s=-s +break}q=r.c.J(t.I) +q.toString +switch(q.f){case C.q:r.gdF().la(-s) +r.a.e.$1(s<0) +break +case C.l:r.gdF().la(s) +r.a.e.$1(s>0) +break}}else if(r.gdF().gbw()<0.5)r.dI(0) +else r.p0(0)}, +p0(a){this.gdF().la(1) +this.a.e.$1(!0)}, +dI(a){this.gdF().la(-1) +this.a.e.$1(!1)}, +a0M(){this.a.toString +return new R.f4(C.ah,C.R)}, +gJc(){switch(this.a.d){case C.cE:return C.i0 +case C.fb:return C.kV}}, +ga2h(){switch(this.a.d){case C.cE:return C.kV +case C.fb:return C.i0}}, +a2g(a){var s,r,q,p,o=this,n=null,m=o.a.d===C.cE,l=a.J(t.w).f.f,k=a.J(t.I) +k.toString +s=o.a.y +switch(k.f){case C.l:s=20+(m?l.a:l.c) +break +case C.q:s=20+(m?l.c:l.a) +break}if(o.gdF().gfR()===C.z){o.a.toString +k=o.gJc() +r=o.a +r=r.f +return new T.dS(k,n,n,D.dL(C.ch,M.bP(n,n,C.o,n,n,n,n,n,n,n,n,n,s),r,!0,o.z,n,n,n,o.gMe(),n,o.gKR(),n,n,n,n,n,n,n,n,n,n,n,n),n)}else{switch(K.an(a).ag){case C.H:q=!0 +break +case C.D:case C.B:case C.K:case C.E:case C.F:q=!1 +break +default:q=n}k=o.a.f +L.fH(a,C.aN,t.C).toString +r=o.y +if(r==null)r=H.f(H.u("_scrimColorTween")) +p=o.gdF() +return D.dL(n,new T.fh(T.id(C.aS,H.a([T.aqQ(new T.lp(q,D.dL(n,T.bw(n,n,new T.fL(n,n,n,C.c7,!0,M.bP(n,n,C.o,r.aa(0,p.gm(p)),n,n,n,n,n,n,n,n,n),n),!1,n,n,!1,n,n,n,n,n,"Dismiss",n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n),C.a0,!1,n,n,n,n,n,n,n,n,n,n,n,n,o.gCZ(o),n,n,n,n,n,n),n)),new T.dS(o.gJc(),n,n,new T.dS(o.ga2h(),o.gdF().gbw(),n,new T.fh(L.amH(!1,o.a.c,o.r,o.e),n),n),n)],t.p),C.aQ),n),k,!0,o.z,n,o.ga4c(),o.ga4e(),o.gMe(),n,o.gKR(),n,n,n,n,n,n,n,n,n,n,n,n)}}, +I(a,b){var s=null +return Q.as3(this.a2g(b),s,!1,s,s,s,s,s,s,s,s,C.mB,s,s)}} +Z.XP.prototype={ +$0(){}, +$S:0} +Z.BA.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r=this.cU$ +if(r!=null){s=this.c +s.toString +r.scJ(0,!U.cp(s))}this.bV()}} +T.wP.prototype={ +gu(a){return J.e7(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof T.wP&&J.e(b.a,this.a)}} +T.OI.prototype={} +Z.x2.prototype={ +cQ(a){var s=this +return s.f!==a.f||s.r!==a.r||s.x!==a.x||s.y!==a.y||!1}} +E.adm.prototype={ +i(a){return""}} +E.ul.prototype={ +i(a){return this.b}} +E.x4.prototype={ +I(a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=null,a=K.an(a3),a0=a.a8,a1=a0.a +if(a1==null)a1=a.B.y +s=c.f +r=s==null?a0.b:s +if(r==null)r=a.B.c +q=a0.c +if(q==null)q=a.cy +p=a0.d +if(p==null)p=a.db +o=a0.e +if(o==null)o=a.dy +s=c.cx +n=s==null?a0.f:s +if(n==null)n=6 +m=a0.r +if(m==null)m=6 +l=a0.x +if(l==null)l=8 +k=a0.y +if(k==null)k=n +j=a0.z +if(j==null)j=12 +s=a0.fx +i=(s==null?a.a2.ch.act(1.2):s).dA(a1) +h=a0.Q +if(h==null)h=C.cA +g=c.c +switch(c.rx){case C.kK:f=a0.cx +if(f==null)f=C.zI +break +case C.z0:f=a0.cy +if(f==null)f=C.zH +break +case C.Uz:f=a0.db +if(f==null)f=C.zJ +g=Y.nP(g,C.H7) +break +case C.UA:f=a0.dx +if(f==null)f=C.zK +e=a0.fr +if(e==null)e=new V.f7(20,0,20,0) +s=H.a([],t.p) +s.push(g) +g=new E.NB(new T.bb(e,T.dj(s,C.y,C.v,C.a1),b),b) +break +default:f=b}d=Z.asQ(C.N,!1,g,C.o,f,k,n,!0,r,q,m,b,b,j,p,l,a.bs,b,b,b,c.Q,C.ae,h,o,i,C.yO) +d=T.arH(d,c.z) +return new T.yj(d,b)}} +E.NB.prototype={ +aQ(a){var s=a.J(t.I) +s.toString +s=new E.CT(C.a7,s.f,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){var s=a.J(t.I) +s.toString +b.sbC(0,s.f)}} +E.CT.prototype={ +ba(a){return 0}, +b4(a){return 0}, +bZ(a){var s,r=this.q$,q=a.a,p=a.b,o=a.c,n=a.d +if(r!=null){s=r.eC(C.c0) +return new P.D(Math.max(q,Math.min(p,s.a)),Math.max(o,Math.min(n,s.b)))}else return new P.D(C.f.G(1/0,q,p),C.f.G(1/0,o,n))}, +bM(){var s=this,r=t.k.a(K.t.prototype.ga1.call(s)),q=s.q$,p=r.a,o=r.b,n=r.c,m=r.d +if(q!=null){q.cc(0,C.c0,!0) +q=s.q$.rx +s.rx=new P.D(Math.max(p,Math.min(o,q.a)),Math.max(n,Math.min(m,q.b))) +s.Cr()}else s.rx=new P.D(C.f.G(1/0,p,o),C.f.G(1/0,n,m))}} +A.Z9.prototype={ +i(a){return"FloatingActionButtonLocation"}} +A.a8j.prototype={ +FX(a){var s=this.SW(a,0),r=a.c,q=a.b.b,p=a.a.b,o=a.x.b,n=r-p-Math.max(16,a.f.d-(a.r.b-r)+16) +if(o>0)n=Math.min(n,r-o-p-16) +return new P.l(s,(q>0?Math.min(n,r-q-p/2):n)+0)}} +A.YN.prototype={} +A.YM.prototype={ +SW(a,b){switch(a.z){case C.q:return 16+a.e.a-b +case C.l:return a.r.a-16-a.e.c-a.a.a+b}}} +A.adG.prototype={ +i(a){return"FloatingActionButtonLocation.endFloat"}} +A.Z8.prototype={ +i(a){return"FloatingActionButtonAnimator"}} +A.ahC.prototype={ +SV(a,b,c){if(c<0.5)return a +else return b}} +A.Ba.prototype={ +gm(a){var s,r=this +if(r.x.gbw()>>16&255,n.gm(n)>>>8&255,n.gm(n)&255)) +q=T.IJ(b) +n=o.cy +if(n!=null)p=n.$0() +else{n=o.b.rx +p=new P.v(0,0,0+n.a,0+n.b)}if(q==null){a.bf(0) +a.aa(0,b.a) +o.L9(a,p,m) +a.aU(0)}else o.L9(a,p.cb(q),m)}} +O.ajG.prototype={ +$0(){var s=this.a.rx +return new P.v(0,0,0+s.a,0+s.b)}, +$S:160} +O.afb.prototype={ +OG(a,b,c,d,e,f,g,a0,a1,a2,a3,a4){var s,r,q,p,o,n,m,l,k,j,i,h=null +if(a1==null){if(a2!=null){s=a2.$0() +r=new P.D(s.c-s.a,s.d-s.b)}else{s=a3.rx +s.toString +r=s}s=Math.max(r.CG(0,C.h).gdB(),new P.l(0+r.a,0).a7(0,new P.l(0,0+r.b)).gdB())/2}else s=a1 +q=new O.xy(a0,C.bc,f,s,O.aI_(a3,d,a2),a4,c,e,a3,g) +p=e.w +o=G.bl(h,C.iK,0,h,1,h,p) +n=e.ge8() +o.cN() +m=o.ci$ +m.b=!0 +m.a.push(n) +o.bG(0) +q.fx=o +o=q.gnu() +m=c.gm(c) +l=t.m +k=t.gD +q.fr=new R.bc(l.a(o),new R.lB(0,m>>>24&255),k.j("bc")) +m=G.bl(h,C.aU,0,h,1,h,p) +m.cN() +o=m.ci$ +o.b=!0 +o.a.push(n) +m.bG(0) +q.dy=m +m=q.gvq() +o=t.H7 +j=$.awB() +i=o.j("fY") +q.dx=new R.bc(l.a(m),new R.fY(j,new R.ay(s*0.3,s+5,o),i),i.j("bc")) +p=G.bl(h,C.lX,0,h,1,h,p) +p.cN() +i=p.ci$ +i.b=!0 +i.a.push(n) +p.cu(q.ga6l()) +q.go=p +p=q.gq2() +n=c.gm(c) +i=$.awC() +k=k.j("fY") +q.fy=new R.bc(l.a(p),new R.fY(i,new R.lB(n>>>24&255,0),k),k.j("bc")) +e.vL(q) +return q}} +O.xy.prototype={ +gvq(){var s=this.dy +return s==null?H.f(H.u("_radiusController")):s}, +gnu(){var s=this.fx +return s==null?H.f(H.u("_fadeInController")):s}, +gq2(){var s=this.go +return s==null?H.f(H.u("_fadeOutController")):s}, +D2(a){var s=this.gvq() +s.e=C.Gd +s.bG(0) +this.gnu().bG(0) +s=this.gq2() +s.Q=C.aw +s.lR(1,C.a4,C.lX)}, +aV(a){var s,r,q=this +q.gnu().ee(0) +s=1-q.gnu().gbw() +q.gq2().sm(0,s) +if(s<1){r=q.gq2() +r.Q=C.aw +r.lR(1,C.a4,C.iK)}}, +a6m(a){if(a===C.O)this.l(0)}, +l(a){var s=this +s.gvq().l(0) +s.gnu().l(0) +s.gq2().l(0) +s.ne(0)}, +xy(a,b){var s,r,q,p,o=this,n=o.gnu().r +if(n!=null&&n.a!=null){n=o.fr +if(n==null)n=H.f(H.u("_fadeIn")) +s=n.a +r=n.b.aa(0,s.gm(s))}else{n=o.fy +if(n==null)n=H.f(H.u("_fadeOut")) +s=n.a +r=n.b.aa(0,s.gm(s))}n=H.ai() +q=n?H.aK():new H.aE(new H.aG()) +n=o.e +q.sas(0,P.ar(r,n.gm(n)>>>16&255,n.gm(n)>>>8&255,n.gm(n)&255)) +n=P.lR(o.z,o.b.rx.ht(C.h),C.b1.aa(0,o.gvq().gbw())) +n.toString +s=o.dx +if(s==null)s=H.f(H.u("_radius")) +p=s.a +o.R8(o.Q,a,n,o.cy,o.ch,q,s.b.aa(0,p.gm(p)),o.db,b)}} +U.ajH.prototype={ +$0(){var s=this.a.rx +return new P.v(0,0,0+s.a,0+s.b)}, +$S:160} +U.afc.prototype={ +OG(a,b,c,d,e,f,g,h,i,j,k,l){var s,r=null,q=i==null?U.aI3(k,d,j,h):i,p=new U.xz(h,C.bc,f,q,U.aI0(k,d,j),!d,l,c,e,k,g),o=e.w,n=G.bl(r,C.aU,0,r,1,r,o),m=e.ge8() +n.cN() +s=n.ci$ +s.b=!0 +s.a.push(m) +n.bG(0) +p.fr=n +n=t.H7 +s=t.m +p.dy=new R.bc(s.a(p.gv1()),new R.ay(0,q,n),n.j("bc")) +o=G.bl(r,C.N,0,r,1,r,o) +o.cN() +n=o.ci$ +n.b=!0 +n.a.push(m) +o.cu(p.ga6n()) +p.fy=o +m=c.gm(c) +p.fx=new R.bc(s.a(o),new R.lB(m>>>24&255,0),t.gD.j("bc")) +e.vL(p) +return p}} +U.xz.prototype={ +gv1(){var s=this.fr +return s==null?H.f(H.u("_radiusController")):s}, +D2(a){var s=C.d.eM(this.cx/1),r=this.gv1() +r.e=P.cV(0,s) +r.bG(0) +this.fy.bG(0)}, +aV(a){var s=this.fy +if(s!=null)s.bG(0)}, +a6o(a){if(a===C.O)this.l(0)}, +l(a){var s=this +s.gv1().l(0) +s.fy.l(0) +s.fy=null +s.ne(0)}, +xy(a,b){var s,r,q,p=this,o=H.ai(),n=o?H.aK():new H.aE(new H.aG()) +o=p.e +s=p.fx +if(s==null)s=H.f(H.u("_alpha")) +r=s.a +n.sas(0,P.ar(s.b.aa(0,r.gm(r)),o.gm(o)>>>16&255,o.gm(o)>>>8&255,o.gm(o)&255)) +q=p.z +if(p.db)q=P.lR(q,p.b.rx.ht(C.h),p.gv1().gbw()) +q.toString +o=p.dy +if(o==null)o=H.f(H.u("_radius")) +s=o.a +p.R8(p.Q,a,q,p.cy,p.ch,n,o.b.aa(0,s.gm(s)),p.dx,b)}} +R.lC.prototype={ +sas(a,b){if(b.k(0,this.e))return +this.e=b +this.a.aB()}, +R8(a,b,c,d,e,f,g,h,i){var s,r=T.IJ(i) +b.bf(0) +if(r==null)b.aa(0,i.a) +else b.an(0,r.a,r.b) +if(d!=null){s=d.$0() +if(e!=null)b.eY(0,e.dr(s,h)) +else if(!a.k(0,C.bc))b.kR(0,P.a3L(s,a.c,a.d,a.a,a.b)) +else b.iE(0,s)}b.en(0,c,g,f) +b.aU(0)}} +R.r7.prototype={} +R.CK.prototype={ +cQ(a){return this.f!==a.f}} +R.r6.prototype={ +T_(a){return null}, +I(a,b){var s=this,r=b.J(t.sZ),q=r==null?null:r.f +return new R.C6(s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,s.go,s.id,s.k1,!1,s.k3,!1,s.r1,s.r2,q,s.gSZ(),s.gacW(),null)}, +acX(a){return!0}} +R.C6.prototype={ +ae(){return new R.C5(P.A(t.R9,t.Pr),new R.bI(H.a([],t.ML),t.yw),null,C.k)}} +R.uv.prototype={ +i(a){return this.b}} +R.C5.prototype={ +gaff(){var s=this.r +s=s.gby(s) +s=new H.b7(s,new R.af9(),H.o(s).j("b7")) +return!s.gM(s)}, +EM(a,b){var s,r=this.y,q=r.a,p=q.length +if(b){r.b=!0 +q.push(a)}else r.v(0,a) +s=q.length!==0 +if(s!==(p!==0)){r=this.a.rx +if(r!=null)r.EM(this,s)}}, +Mo(a){var s=this.c +s.toString +this.Mz(s) +this.Kf()}, +a9u(){return this.Mo(null)}, +a9t(){var s=this.c +s.toString +this.Mz(s) +this.K9()}, +aC(){this.XY() +$.B.C$.f.d.H(0,this.gKr())}, +be(a){var s,r=this +r.bH(a) +s=r.a +s.toString +if(r.hQ(s)!==r.hQ(a)){s=r.a +s.toString +if(r.hQ(s))r.Se(C.dm,!1,r.f) +r.C4()}}, +l(a){$.B.C$.f.d.v(0,this.gKr()) +this.aZ(0)}, +gpg(){if(!this.gaff()){var s=this.d +s=s!=null&&s.a!==0}else s=!0 +return s}, +FU(a){var s,r=this +switch(a){case C.cv:s=r.a.fx +if(s==null){s=r.c +s.toString +s=K.an(s).dx}return s +case C.hI:s=r.a.fy +s=s==null?null:s.a.$1(C.Nc) +if(s==null)s=r.a.dy +if(s==null){s=r.c +s.toString +s=K.an(s).cy}return s +case C.dm:s=r.a.fy +s=s==null?null:s.a.$1(C.Ne) +if(s==null)s=r.a.fr +if(s==null){s=r.c +s.toString +s=K.an(s).db}return s}}, +SE(a){switch(a){case C.cv:return C.N +case C.dm:case C.hI:return C.cc}}, +Se(a,b,c){var s,r,q,p,o,n,m,l,k,j=this,i=j.r,h=i.h(0,a) +if(a===C.cv){s=j.a.rx +if(s!=null)s.EM(j,c)}s=h==null +if(c===(!s&&h.fr))return +if(c)if(s){s=j.c.gD() +s.toString +t.q.a(s) +r=j.c.wH(t.zd) +r.toString +q=j.FU(a) +p=j.a +o=p.cx +n=p.cy +m=p.dx +p=p.ry.$1(s) +l=j.c.J(t.I) +l.toString +k=j.SE(a) +s=new Y.lz(o,n,C.bc,m,p,l.f,q,r,s,new R.afa(j,a)) +k=G.bl(null,k,0,null,1,null,r.w) +k.cN() +p=k.ci$ +p.b=!0 +p.a.push(r.ge8()) +k.cu(s.ga3P()) +k.bG(0) +s.dy=k +k=s.gpS() +q=q.gm(q) +s.dx=new R.bc(t.m.a(k),new R.lB(0,q>>>24&255),t.gD.j("bc")) +r.vL(s) +i.p(0,a,s) +j.mY()}else{h.fr=!0 +h.gpS().bG(0)}else{h.fr=!1 +h.gpS().dd(0)}switch(a){case C.cv:i=j.a.y +if(i!=null)i.$1(c) +break +case C.dm:if(b){i=j.a.z +if(i!=null)i.$1(c)}break +case C.hI:break}}, +pf(a,b){return this.Se(a,!0,b)}, +a1H(a){var s,r,q,p,o,n,m,l,k,j,i=this,h={},g=i.c.wH(t.zd) +g.toString +s=i.c.gD() +s.toString +t.q.a(s) +r=s.jc(a) +q=i.a.fy +q=q==null?null:q.a.$1(C.y0) +p=q==null?i.a.go:q +if(p==null){q=i.c +q.toString +p=K.an(q).dy}q=i.a +o=q.ch?q.ry.$1(s):null +q=i.a +n=q.db +m=q.dx +h.a=null +q=q.id +if(q==null){q=i.c +q.toString +q=K.an(q).fr}l=i.a +k=l.ch +l=l.cy +j=i.c.J(t.I) +j.toString +return h.a=q.OG(0,n,p,k,g,m,new R.af7(h,i),r,l,o,s,j.f)}, +a6p(a){if(this.c==null)return +this.R(new R.af8(this))}, +ga9m(){var s,r=this,q=r.c +q.toString +q=F.et(q) +s=q==null?null:q.db +switch(s==null?C.aD:s){case C.aD:q=r.a +q.toString +return r.hQ(q)&&r.z +case C.cV:return r.z}}, +C4(){var s,r=$.B.C$.f.b +switch(r==null?O.qS():r){case C.cG:s=!1 +break +case C.cd:s=this.ga9m() +break +default:s=null}this.pf(C.hI,s)}, +a4A(a){var s +this.z=a +this.C4() +s=this.a.k3 +if(s!=null)s.$1(a)}, +a5Z(a){if(this.y.a.length!==0)return +this.a9G(a) +this.a.toString}, +MA(a,b){var s,r,q,p,o=this +if(a!=null){s=a.gD() +s.toString +t.q.a(s) +r=s.rx +r=new P.v(0,0,0+r.a,0+r.b).gbk() +q=T.fe(s.ds(0,null),r)}else q=b.a +p=o.a1H(q) +s=o.d;(s==null?o.d=P.bu(t.nQ):s).H(0,p) +o.e=p +o.mY() +o.pf(C.cv,!0)}, +a9G(a){return this.MA(null,a)}, +Mz(a){return this.MA(a,null)}, +Kf(){var s=this,r=s.e +if(r!=null)r.D2(0) +s.e=null +s.pf(C.cv,!1) +r=s.a +if(r.d!=null){if(r.k1){r=s.c +r.toString +M.YQ(r)}r=s.a.d +if(r!=null)r.$0()}}, +a5X(){var s=this,r=s.e +if(r!=null)r.aV(0) +s.e=null +s.a.toString +s.pf(C.cv,!1)}, +K9(){var s=this,r=s.e +if(r!=null)r.D2(0) +s.e=null +r=s.a +if(r.x!=null){if(r.k1){r=s.c +r.toString +M.amF(r)}s.a.x.$0()}}, +dK(){var s,r,q,p,o,n=this,m=n.d +if(m!=null){n.d=null +for(m=new P.pw(m,m.uj()),s=H.o(m).c;m.t();)s.a(m.d).l(0) +n.e=null}for(m=n.r,s=m.gaA(m),s=s.gX(s);s.t();){r=s.gE(s) +q=m.h(0,r) +if(q!=null){p=q.dy +if(p==null)p=H.f(H.u("_alphaController")) +p.r.l(0) +p.r=null +o=p.f1$ +o.b=!1 +C.c.sn(o.a,0) +o=o.ghl() +if(o.a>0){o.b=o.c=o.d=o.e=null +o.a=0}o=p.ci$ +o.b=!1 +C.c.sn(o.a,0) +o=o.ghl() +if(o.a>0){o.b=o.c=o.d=o.e=null +o.a=0}p.pG(0) +q.ne(0)}m.p(0,r,null)}m=n.a.rx +if(m!=null)m.EM(n,!1) +n.XX()}, +hQ(a){var s +if(a.d==null)s=a.x!=null +else s=!0 +return s}, +a4W(a){var s,r=this +r.f=!0 +s=r.a +s.toString +if(r.hQ(s))r.pf(C.dm,r.f)}, +a4Y(a){this.f=!1 +this.pf(C.dm,!1)}, +ga0U(){var s,r=this,q=r.c +q.toString +q=F.et(q) +s=q==null?null:q.db +switch(s==null?C.aD:s){case C.aD:q=r.a +q.toString +return r.hQ(q)&&r.a.r2 +case C.cV:return!0}}, +I(a,b){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null +h.z2(0,b) +for(s=h.r,r=s.gaA(s),r=r.gX(r);r.t();){q=r.gE(r) +p=s.h(0,q) +if(p!=null)p.sas(0,h.FU(q))}s=h.e +if(s!=null){r=h.a.fy +r=r==null?g:r.a.$1(C.y0) +if(r==null)r=h.a.go +s.sas(0,r==null?K.an(b).dy:r)}s=h.a +r=s.Q +if(r==null)r=C.dl +q=P.aT(t.ui) +if(!h.hQ(s))q.H(0,C.ai) +if(h.f){s=h.a +s.toString +s=h.hQ(s)}else s=!1 +if(s)q.H(0,C.as) +if(h.z)q.H(0,C.aX) +o=V.hi(r,q,t.Pb) +s=h.x +if(s==null){s=h.gMn() +r=t.tq +q=t.wS +q=P.aJ([C.yM,new U.la(s,new R.bI(H.a([],r),q),t.wY),C.SR,new U.la(s,new R.bI(H.a([],r),q),t.nz)],t.n,t.od) +if(h.x==null){h.x=q +s=q}else s=H.f(H.cB("_actionMap"))}r=h.a.r1 +q=h.ga0U() +p=h.a +n=p.d +n=n==null?g:h.gMn() +m=p.x +m=m==null?g:h.ga9s() +p=h.hQ(p)?h.ga5Y():g +l=h.a +l.toString +l=h.hQ(l)?h.ga5V():g +k=h.a +k.toString +k=h.hQ(k)?h.ga5W():g +j=h.a +i=j.x!=null?h.ga4O():g +return new R.CK(h,new U.hA(s,L.x9(!1,q,new T.fL(h.ga4V(),g,h.ga4X(),o,!0,T.bw(g,g,D.dL(C.bh,j.c,C.a0,!0,g,g,g,g,g,g,g,i,g,g,g,g,l,k,p,g,g,g,g),!1,g,g,!1,g,g,g,g,g,g,g,g,g,g,g,g,g,m,g,n,g,g,g,g,g,g),g),g,!0,r,!0,g,h.ga4z(),g,g,g),g),g)}, +$iaoc:1} +R.af9.prototype={ +$1(a){return a!=null}, +$S:207} +R.afa.prototype={ +$0(){var s=this.a +s.r.p(0,this.b,null) +s.mY()}, +$S:0} +R.af7.prototype={ +$0(){var s,r=this.b,q=r.d +if(q!=null){s=this.a +q.v(0,s.a) +if(r.e==s.a)r.e=null +r.mY()}}, +$S:0} +R.af8.prototype={ +$0(){this.a.C4()}, +$S:0} +R.I5.prototype={} +R.Eh.prototype={ +aC(){this.b1() +if(this.gpg())this.q1()}, +dK(){var s=this.fZ$ +if(s!=null){s.ap() +this.fZ$=null}this.ko()}} +F.hh.prototype={} +F.kG.prototype={ +goD(){return!1}, +gfo(){return new V.aM(0,0,0,this.a.b)}, +bO(a,b){return new F.kG(C.l3,this.a.bO(0,b))}, +ja(a,b){var s=P.bj(),r=a.a,q=a.b +s.hr(0,new P.v(r,q,r+(a.c-r),q+Math.max(0,a.d-q-this.a.b))) +return s}, +dr(a,b){var s=P.bj() +s.ek(0,this.b.ec(a)) +return s}, +e5(a,b){var s,r +if(a instanceof F.kG){s=Y.b4(a.a,this.a,b) +r=K.q9(a.b,this.b,b) +r.toString +return new F.kG(r,s)}return this.lM(a,b)}, +e6(a,b){var s,r +if(a instanceof F.kG){s=Y.b4(this.a,a.a,b) +r=K.q9(this.b,a.b,b) +r.toString +return new F.kG(r,s)}return this.lN(a,b)}, +xx(a,b,c,d,e,f){var s=this.b +if(!s.c.k(0,C.J)||!s.d.k(0,C.J))a.eY(0,this.dr(b,f)) +s=b.d +a.i2(0,new P.l(b.a,s),new P.l(b.c,s),this.a.kb())}, +fA(a,b,c){return this.xx(a,b,0,0,null,c)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof F.hh&&b.a.k(0,this.a)}, +gu(a){var s=this.a +return P.a2(s.a,s.b,s.c,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}} +F.fN.prototype={ +goD(){return!0}, +gfo(){var s=this.a.b +return new V.aM(s,s,s,s)}, +bO(a,b){var s=this.a.bO(0,b) +return new F.fN(this.b*b,this.c.a_(0,b),s)}, +e5(a,b){var s,r +if(a instanceof F.fN){s=K.q9(a.c,this.c,b) +s.toString +r=Y.b4(a.a,this.a,b) +return new F.fN(a.b,s,r)}return this.lM(a,b)}, +e6(a,b){var s,r +if(a instanceof F.fN){s=K.q9(this.c,a.c,b) +s.toString +r=Y.b4(this.a,a.a,b) +return new F.fN(a.b,s,r)}return this.lN(a,b)}, +ja(a,b){var s=P.bj() +s.ek(0,this.c.ec(a).fu(-this.a.b)) +return s}, +dr(a,b){var s=P.bj() +s.ek(0,this.c.ec(a)) +return s}, +JG(a3,a4,a5,a6){var s,r,q,p,o,n,m,l,k,j,i,h=a4.pq(),g=h.a,f=h.b,e=h.e,d=h.f,c=h.c,b=h.r,a=b*2,a0=c-a,a1=h.x,a2=new P.v(a0,f,a0+a,f+a1*2) +a=h.y*2 +a0=c-a +s=h.d +r=h.z +q=r*2 +p=s-q +o=s-h.ch*2 +n=h.Q +m=n*2 +l=a5e)k.bu(0,g+a5,f) +e=a5+a6 +j=c-g +if(e>>24&255)>0){p=o.dr(n,q.f) +r=H.ai() +r=r?H.aK():new H.aE(new H.aG()) +r.sas(0,s) +r.sbY(0,C.ao) +a.bW(0,p,r)}p=q.e +r=p.a +o.xx(a,n,p.b,q.d.gbw(),r,q.f)}, +eR(a){var s=this +return s.b!==a.b||s.y!==a.y||s.d!==a.d||s.c!==a.c||!s.e.k(0,a.e)||s.f!==a.f}} +L.Be.prototype={ +ae(){return new L.No(null,C.k)}} +L.No.prototype={ +gfi(){var s=this.d +return s==null?H.f(H.u("_controller")):s}, +gqb(){var s=this.e +return s==null?H.f(H.u("_hoverColorController")):s}, +gHY(){var s=this.f +return s==null?H.f(H.u("_borderAnimation")):s}, +aC(){var s,r=this,q=null +r.b1() +r.e=G.bl(q,C.Ga,0,q,1,r.a.x?1:0,r) +r.d=G.bl(q,C.N,0,q,1,q,r) +r.f=S.cM(C.ad,r.gfi(),q) +s=r.a.c +r.r=new L.C9(s,s) +r.x=S.cM(C.a4,r.gqb(),q) +r.y=new R.f4(C.ah,r.a.r)}, +l(a){this.gfi().l(0) +this.gqb().l(0) +this.XL(0)}, +be(a){var s,r=this +r.bH(a) +s=a.c +if(!r.a.c.k(0,s)){r.r=new L.C9(s,r.a.c) +s=r.gfi() +s.sm(0,0) +s.bG(0)}if(!r.a.r.k(0,a.r))r.y=new R.f4(C.ah,r.a.r) +s=r.a.x +if(s!==a.x)if(s)r.gqb().bG(0) +else r.gqb().dd(0)}, +I(a,b){var s,r,q,p,o,n,m=this,l=H.a([m.gHY(),m.a.d,m.gqb()],t.Eo),k=m.gHY(),j=m.r +if(j==null)j=H.f(H.u("_border")) +s=m.a +r=s.e +s=s.d +q=b.J(t.I) +q.toString +p=m.a.f +o=m.y +if(o==null)o=H.f(H.u("_hoverColorTween")) +n=m.x +if(n==null)n=H.f(H.u("_hoverAnimation")) +return T.lg(null,new L.Pr(k,j,r,s,q.f,p,o,n,new B.pA(l)),null,null,C.r)}} +L.BX.prototype={ +ae(){return new L.BY(null,C.k)}} +L.BY.prototype={ +gfi(){var s=this.d +return s==null?H.f(H.u("_controller")):s}, +aC(){var s,r=this +r.b1() +r.d=G.bl(null,C.N,0,null,1,null,r) +if(r.a.r!=null){r.f=r.pT() +r.gfi().sm(0,1)}s=r.gfi() +s.cN() +s=s.ci$ +s.b=!0 +s.a.push(r.gB1())}, +l(a){this.gfi().l(0) +this.XW(0)}, +B2(){this.R(new L.aeM())}, +be(a){var s,r=this +r.bH(a) +s=r.a.r!=null +if(s!==(a.r!=null)||!1)if(s){r.f=r.pT() +r.gfi().bG(0)}else r.gfi().dd(0)}, +pT(){var s,r,q,p,o=null,n=this.gfi().gbw(),m=this.gfi() +m=new R.ay(C.M6,C.h,t.Ni).aa(0,m.gm(m)) +s=this.a +r=s.r +r.toString +q=s.x +p=s.c +return T.bw(o,o,T.yy(!1,T.arC(L.cf(r,s.y,C.bE,o,q,p,o),!0,m),n),!0,o,o,!1,o,o,o,o,o,o,!0,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o)}, +I(a,b){var s=this,r=s.gfi() +if(r.gbh(r)===C.z){s.f=null +s.a.toString +s.e=null +return C.ep}r=s.gfi() +if(r.gbh(r)===C.O){s.e=null +if(s.a.r!=null)return s.f=s.pT() +else{s.f=null +return C.ep}}if(s.e==null&&s.a.r!=null)return s.pT() +if(s.f==null)s.a.toString +if(s.a.r!=null){r=s.gfi().gbw() +return T.id(C.aS,H.a([T.yy(!1,s.e,1-r),s.pT()],t.p),C.aQ)}return C.ep}} +L.aeM.prototype={ +$0(){}, +$S:0} +L.x7.prototype={ +i(a){return this.b}} +L.fl.prototype={ +i(a){return this.b}} +L.Oe.prototype={ +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof L.Oe)if(b.a.k(0,r.a))if(b.c===r.c)if(b.d===r.d)if(b.e.k(0,r.e))if(b.f.k(0,r.f))s=b.x==r.x&&b.y.k(0,r.y)&&J.e(b.z,r.z)&&J.e(b.Q,r.Q)&&J.e(b.ch,r.ch)&&J.e(b.cx,r.cx)&&J.e(b.cy,r.cy)&&J.e(b.db,r.db)&&J.e(b.dx,r.dx)&&J.e(b.dy,r.dy)&&b.fr.zb(0,r.fr)&&J.e(b.fx,r.fx)&&b.fy.zb(0,r.fy)&&!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){var s=this +return P.a2(s.a,s.c,s.d,s.e,s.f,!1,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,!0)}} +L.ah_.prototype={} +L.uV.prototype={ +hV(a,b,c){var s=this +if(a!=null){s.iK(a) +s.B.v(0,c)}if(b!=null){s.B.p(0,c,b) +s.fU(b)}return b}, +gnA(a){var s=this +return P.ca(function(){var r=a +var q=0,p=1,o,n +return function $async$gnA(b,c){if(b===1){o=c +q=p}while(true)switch(q){case 0:n=s.N +q=n!=null?2:3 +break +case 2:q=4 +return n +case 4:case 3:n=s.W +q=n!=null?5:6 +break +case 5:q=7 +return n +case 7:case 6:n=s.b6 +q=n!=null?8:9 +break +case 8:q=10 +return n +case 10:case 9:n=s.bK +q=n!=null?11:12 +break +case 11:q=13 +return n +case 13:case 12:n=s.aN +q=n!=null?14:15 +break +case 14:q=16 +return n +case 16:case 15:n=s.b_ +q=n!=null?17:18 +break +case 17:q=19 +return n +case 19:case 18:n=s.a8 +q=n!=null?20:21 +break +case 20:q=22 +return n +case 22:case 21:n=s.az +q=n!=null?23:24 +break +case 23:q=25 +return n +case 25:case 24:n=s.bL +q=n!=null?26:27 +break +case 26:q=28 +return n +case 28:case 27:n=s.c_ +q=n!=null?29:30 +break +case 29:q=31 +return n +case 31:case 30:n=s.d6 +q=n!=null?32:33 +break +case 32:q=34 +return n +case 34:case 33:return P.c8() +case 1:return P.c9(o)}}},t.q)}, +sat(a,b){if(this.bi.k(0,b))return +this.bi=b +this.a4()}, +sbC(a,b){if(this.c7===b)return +this.c7=b +this.a4()}, +sS_(a,b){if(this.cV===b)return +this.cV=b +this.a4()}, +saik(a){return}, +sx8(a){if(this.dk===a)return +this.dk=a +this.ax()}, +sDX(a){return}, +gB7(){var s=this.bi.e.goD() +return s}, +aq(a){var s +this.dE(a) +for(s=new P.dr(this.gnA(this).a());s.t();)s.gE(s).aq(a)}, +af(a){var s +this.d_(0) +for(s=new P.dr(this.gnA(this).a());s.t();)s.gE(s).af(0)}, +ie(){this.gnA(this).ai(0,this.gxO())}, +br(a){this.gnA(this).ai(0,a)}, +h8(a){var s=this,r=s.N +if(r!=null)a.$1(r) +r=s.aN +if(r!=null)a.$1(r) +r=s.b6 +if(r!=null)a.$1(r) +r=s.a8 +if(r!=null)a.$1(r) +r=s.az +if(r!=null)if(s.dk)a.$1(r) +else if(s.a8==null)a.$1(r) +r=s.W +if(r!=null)a.$1(r) +r=s.bK +if(r!=null)a.$1(r) +r=s.b_ +if(r!=null)a.$1(r) +r=s.d6 +if(r!=null)a.$1(r) +r=s.bL +if(r!=null)a.$1(r) +r=s.c_ +if(r!=null)a.$1(r)}, +ghI(){return!1}, +it(a,b){var s +if(a==null)return 0 +a.cc(0,b,!0) +s=a.pj(C.T) +s.toString +return s}, +a6v(a,b,c,d){var s=d.a +if(s<=0){if(a>=b)return b +return a+(b-a)*(s+1)}if(b>=c)return b +return b+(c-b)*s}, +ba(a){var s,r,q,p,o,n,m=this,l=m.N +l=l==null?0:l.al(C.a3,a,l.gbg()) +s=m.bi +r=m.b6 +r=r==null?0:r.al(C.a3,a,r.gbg()) +q=m.aN +q=q==null?0:q.al(C.a3,a,q.gbg()) +p=m.W +p=p==null?0:p.al(C.a3,a,p.gbg()) +o=m.az +o=o==null?0:o.al(C.a3,a,o.gbg()) +o=Math.max(p,o) +p=m.b_ +p=p==null?0:p.al(C.a3,a,p.gbg()) +n=m.bK +n=n==null?0:n.al(C.a3,a,n.gbg()) +return l+s.a.a+r+q+o+p+n+m.bi.a.c}, +b3(a){var s,r,q,p,o,n,m=this,l=m.N +l=l==null?0:l.al(C.U,a,l.gb9()) +s=m.bi +r=m.b6 +r=r==null?0:r.al(C.U,a,r.gb9()) +q=m.aN +q=q==null?0:q.al(C.U,a,q.gb9()) +p=m.W +p=p==null?0:p.al(C.U,a,p.gb9()) +o=m.az +o=o==null?0:o.al(C.U,a,o.gb9()) +o=Math.max(p,o) +p=m.b_ +p=p==null?0:p.al(C.U,a,p.gb9()) +n=m.bK +n=n==null?0:n.al(C.U,a,n.gb9()) +return l+s.a.a+r+q+o+p+n+m.bi.a.c}, +Ks(a,b,c){var s,r,q,p,o +for(s=c.length,r=0,q=0;q0)k+=8 +s=m.bi.y +r=new P.l(s.a,s.b).a_(0,4) +s=m.bi +q=m.a8==null?0:s.c +l=m.Ks(0,a,H.a([m.aN,m.W,m.b_],l)) +p=m.bi +o=p.x +o.toString +n=o||!1?0:48 +return Math.max(s.a.b+q+l+p.a.d+r.b,n)+k}, +b8(a){return this.b4(a)}, +dz(a){var s=this.W,r=s.e +r.toString +r=t.x.a(r).a +s=s.dz(a) +s.toString +return r.b+s}, +bZ(a){return C.r}, +bM(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1=this,e2=null,e3={},e4=t.k,e5=e4.a(K.t.prototype.ga1.call(e1)) +e1.cm=null +s=P.A(t.Qv,t.i) +r=e5.iU() +q=e1.aN +s.p(0,q,e1.it(q,r)) +q=e1.b_ +s.p(0,q,e1.it(q,r)) +q=e1.N +s.p(0,q,e1.it(q,r)) +q=e1.b6 +s.p(0,q,e1.it(q,r)) +q=e1.bK +s.p(0,q,e1.it(q,r)) +q=e4.a(K.t.prototype.ga1.call(e1)) +p=e1.N +if(p==null)p=C.r +else{p=p.rx +p.toString}o=e1.bi +n=o.a +m=e1.b6 +if(m==null)m=C.r +else{m=m.rx +m.toString}l=e1.aN +if(l==null)l=C.r +else{l=l.rx +l.toString}k=e1.b_ +if(k==null)k=C.r +else{k=k.rx +k.toString}j=e1.bK +i=j==null +if(i)h=C.r +else{h=j.rx +h.toString}g=Math.max(0,q.b-(p.a+n.a+m.a+l.a+k.a+h.a+n.c)) +n=P.a8(1,1.3333333333333333,o.d) +n.toString +if(i)q=C.r +else{q=j.rx +q.toString}f=q.a +if(o.e.goD()){q=P.a8(f,0,e1.bi.d) +q.toString +f=q}e4=e4.a(K.t.prototype.ga1.call(e1)) +q=e1.N +if(q==null)q=C.r +else{q=q.rx +q.toString}p=e1.bi.a +o=e1.b6 +if(o==null)o=C.r +else{o=o.rx +o.toString}e=Math.max(0,e4.b-(q.a+p.a+o.a+f+p.c)) +p=e1.a8 +s.p(0,p,e1.it(p,r.D7(e*n))) +n=e1.az +s.p(0,n,e1.it(n,r.D9(g,g))) +n=e1.c_ +s.p(0,n,e1.it(n,r)) +n=e1.bL +p=e1.N +if(p==null)e4=C.r +else{e4=p.rx +e4.toString}q=e1.c_ +if(q==null)q=C.r +else{q=q.rx +q.toString}s.p(0,n,e1.it(n,r.D7(Math.max(0,r.b-e4.a-q.a-e1.bi.a.gjN())))) +d=e1.a8==null?0:e1.bi.c +if(e1.bi.e.goD()){e4=s.h(0,e1.a8) +e4.toString +c=Math.max(d-e4,0)}else c=d +e4=e1.c_ +if(e4==null)b=0 +else{e4=s.h(0,e4) +e4.toString +b=e4+8}e4=e1.bL +if(e4==null)q=e2 +else{q=e4.rx +q.toString}a=q!=null&&e4.rx.b>0 +a0=!a?0:e4.rx.b+8 +a1=Math.max(b,a0) +e4=e1.bi.y +a2=new P.l(e4.a,e4.b).a_(0,4) +e4=e1.W +q=e1.bi.a +p=a2.b +o=p/2 +s.p(0,e4,e1.it(e4,r.wi(new V.aM(0,q.b+c+o,0,q.d+a1+o)).D9(g,g))) +e4=e1.az +a3=e4==null?0:e4.rx.b +e4=e1.W +a4=e4==null?0:e4.rx.b +a5=Math.max(a3,a4) +e4=s.h(0,e4) +e4.toString +q=s.h(0,e1.az) +q.toString +a6=Math.max(H.dd(e4),H.dd(q)) +q=e1.aN +a7=q==null?e2:q.rx.b +if(a7==null)a7=0 +e4=e1.b_ +a8=e4==null?e2:e4.rx.b +if(a8==null)a8=0 +e4=s.h(0,q) +e4.toString +q=s.h(0,e1.b_) +q.toString +a9=Math.max(0,Math.max(H.dd(e4),H.dd(q))-a6) +q=s.h(0,e1.aN) +q.toString +e4=s.h(0,e1.b_) +e4.toString +b0=Math.max(0,Math.max(a7-q,a8-e4)-(a5-a6)) +e4=e1.b6 +b1=e4==null?0:e4.rx.b +e4=e1.bK +b2=e4==null?0:e4.rx.b +b3=Math.max(b1,b2) +e4=e1.bi +q=e4.a +b4=Math.max(b3,c+q.b+a9+a5+b0+q.d+p) +e4=e4.x +e4.toString +if(!e4)e4=!1 +else e4=!0 +b5=e4?0:48 +b6=r.d-a1 +b7=Math.min(Math.max(b4,b5),b6) +b8=b5>b4?(b5-b4)/2:0 +b9=Math.max(0,b4-b6) +e4=e1.gB7()?C.yl:C.ym +c0=(e4.a+1)/2 +c1=a9-b9*(1-c0) +e4=e1.bi.a +q=e4.b +c2=q+c+a6+c1+b8 +c3=b7-q-c-e4.d-(a9+a5+b0) +c4=c2+c3*c0+o +e4=e1.gB7()?C.yl:C.ym +c5=e1.a6v(c2,a6+c1/2+(b7-(2+a5))/2,c2+c3,e4) +e4=e1.c_ +if(e4!=null){e4=s.h(0,e4) +e4.toString +c6=b7+8+e4 +c7=e1.c_.rx.b+8}else{c6=0 +c7=0}if(a){e4=s.h(0,e1.bL) +e4.toString +c8=b7+8+e4 +c9=a0}else{c8=0 +c9=0}d0=Math.max(c6,c8) +d1=Math.max(c7,c9) +d2=e5.b +e4=e1.d6 +if(e4!=null){q=e1.N +if(q==null)q=C.r +else{q=q.rx +q.toString}e4.cc(0,S.ft(b7,d2-q.a),!0) +switch(e1.c7){case C.q:d3=0 +break +case C.l:e4=e1.N +if(e4==null)e4=C.r +else{e4=e4.rx +e4.toString}d3=e4.a +break +default:d3=e2}e4=e1.d6.e +e4.toString +t.x.a(e4).a=new P.l(d3,0)}e3.a=null +d4=new L.ah3(e3) +e3.b=null +d5=new L.ah2(e3,new L.ah_(s,c4,c5,d0,b7,d1)) +e4=e1.bi.a +d6=e4.a +d7=d2-e4.c +e3.a=b7 +e3.b=e1.gB7()?c5:c4 +e4=e1.N +if(e4!=null){switch(e1.c7){case C.q:d3=d2-e4.rx.a +break +case C.l:d3=0 +break +default:d3=e2}d4.$2(e4,d3)}switch(e1.c7){case C.q:e4=e1.N +if(e4==null)e4=C.r +else{e4=e4.rx +e4.toString}d8=d7-e4.a +e4=e1.b6 +if(e4!=null){d8+=e1.bi.a.a +d8-=d4.$2(e4,d8-e4.rx.a)}e4=e1.a8 +if(e4!=null){q=e4.rx +d4.$2(e4,d8-q.a)}e4=e1.aN +if(e4!=null)d8-=d5.$2(e4,d8-e4.rx.a) +e4=e1.W +if(e4!=null)d5.$2(e4,d8-e4.rx.a) +e4=e1.az +if(e4!=null)d5.$2(e4,d8-e4.rx.a) +e4=e1.bK +if(e4!=null){d9=d6-e1.bi.a.a +d9+=d4.$2(e4,d9)}else d9=d6 +e4=e1.b_ +if(e4!=null)d5.$2(e4,d9) +break +case C.l:e4=e1.N +if(e4==null)e4=C.r +else{e4=e4.rx +e4.toString}d8=d6+e4.a +e4=e1.b6 +if(e4!=null){d8-=e1.bi.a.a +d8+=d4.$2(e4,d8)}e4=e1.a8 +if(e4!=null)d4.$2(e4,d8) +e4=e1.aN +if(e4!=null)d8+=d5.$2(e4,d8) +e4=e1.W +if(e4!=null)d5.$2(e4,d8) +e4=e1.az +if(e4!=null)d5.$2(e4,d8) +e4=e1.bK +if(e4!=null){d9=d7+e1.bi.a.c +d9-=d4.$2(e4,d9-e4.rx.a)}else d9=d7 +e4=e1.b_ +if(e4!=null)d5.$2(e4,d9-e4.rx.a) +break}e4=e1.bL +q=e4==null +if(!q||e1.c_!=null){e3.a=d1 +e3.b=d0 +switch(e1.c7){case C.q:if(!q){q=e4.rx.a +p=e1.N +if(p==null)p=C.r +else{p=p.rx +p.toString}d5.$2(e4,d7-q-p.a)}e4=e1.c_ +if(e4!=null)d5.$2(e4,d6) +break +case C.l:if(!q){q=e1.N +if(q==null)q=C.r +else{q=q.rx +q.toString}d5.$2(e4,d6+q.a)}e4=e1.c_ +if(e4!=null)d5.$2(e4,d7-e4.rx.a) +break}}e4=e1.a8 +if(e4!=null){q=e4.e +q.toString +e0=t.x.a(q).a.a +switch(e1.c7){case C.q:e1.bi.f.shJ(0,e0+e4.rx.a) +break +case C.l:e4=e1.bi +q=e1.N +if(q==null)q=C.r +else{q=q.rx +q.toString}e4.f.shJ(0,e0-q.a) +break}e1.bi.f.sDY(e1.a8.rx.a*0.75)}else{e1.bi.f.shJ(0,e2) +e1.bi.f.sDY(0)}e1.rx=e5.b5(new P.D(d2,b7+d1))}, +a7J(a,b){var s=this.a8 +s.toString +a.dD(s,b)}, +aK(a,b){var s,r,q,p,o,n,m,l,k,j,i=this,h=new L.ah1(a,b) +h.$1(i.d6) +s=i.a8 +if(s!=null){r=s.e +r.toString +q=t.x.a(r).a +p=s.rx.b +s=i.bi +r=s.e +o=s.d +n=r.goD() +m=n?-p*0.75/2+r.a.b/2:i.bi.a.b +s=P.a8(1,0.75,o) +s.toString +switch(i.c7){case C.q:l=q.a+i.a8.rx.a*(1-s) +break +case C.l:l=q.a +break +default:l=null}r=q.b +k=P.a8(0,m-r,o) +k.toString +j=new E.ap(new Float64Array(16)) +j.cz() +j.an(0,l,r+k) +j.bO(0,s) +i.cm=j +j=i.geT() +s=i.cm +s.toString +k=i.dx +k.saY(0,a.xL(j,b,s,i.ga7I(),t.zV.a(k.a)))}else i.dx.saY(0,null) +h.$1(i.N) +h.$1(i.aN) +h.$1(i.b_) +h.$1(i.b6) +h.$1(i.bK) +h.$1(i.az) +h.$1(i.W) +h.$1(i.bL) +h.$1(i.c_)}, +fs(a){return!0}, +cH(a,b){var s,r,q,p,o +for(s=new P.dr(this.gnA(this).a()),r=t.x;s.t();){q=s.gE(s) +p=q.e +p.toString +o=r.a(p).a +if(a.mg(new L.ah0(b,o,q),o,b))return!0}return!1}, +du(a,b){var s,r=this,q=r.a8 +if(a===q&&r.cm!=null){q=q.e +q.toString +s=t.x.a(q).a +q=r.cm +q.toString +b.co(0,q) +b.an(0,-s.a,-s.b)}r.VH(a,b)}} +L.ah3.prototype={ +$2(a,b){var s,r,q=a.e +q.toString +t.x.a(q) +s=this.a.a +s.toString +r=a.rx +q.a=new P.l(b,(s-r.b)/2) +return r.a}, +$S:35} +L.ah2.prototype={ +$2(a,b){var s,r,q=a.e +q.toString +t.x.a(q) +s=this.a.b +s.toString +r=J.aL(this.b.a,a) +r.toString +q.a=new P.l(b,s-r) +return a.rx.a}, +$S:35} +L.ah1.prototype={ +$1(a){var s +if(a!=null){s=a.e +s.toString +this.a.dD(a,t.x.a(s).a.P(0,this.b))}}, +$S:156} +L.ah0.prototype={ +$2(a,b){return this.c.c0(a,b)}, +$S:155} +L.Og.prototype={ +gF(){return t.mV.a(N.a7.prototype.gF.call(this))}, +gD(){return t.T.a(N.a7.prototype.gD.call(this))}, +br(a){var s=this.am +s.gby(s).ai(0,a)}, +i8(a){this.am.v(0,a.d) +this.ji(a)}, +hR(a,b){var s=this.am,r=s.h(0,b),q=this.dq(r,a,b) +if(r!=null)s.v(0,b) +if(q!=null)s.p(0,b,q)}, +e9(a,b){var s,r=this +r.ng(a,b) +s=t.mV +r.hR(s.a(N.a7.prototype.gF.call(r)).c.z,C.hu) +r.hR(s.a(N.a7.prototype.gF.call(r)).c.Q,C.hv) +r.hR(s.a(N.a7.prototype.gF.call(r)).c.ch,C.hx) +r.hR(s.a(N.a7.prototype.gF.call(r)).c.cx,C.hy) +r.hR(s.a(N.a7.prototype.gF.call(r)).c.cy,C.hz) +r.hR(s.a(N.a7.prototype.gF.call(r)).c.db,C.hA) +r.hR(s.a(N.a7.prototype.gF.call(r)).c.dx,C.hB) +r.hR(s.a(N.a7.prototype.gF.call(r)).c.dy,C.hC) +r.hR(s.a(N.a7.prototype.gF.call(r)).c.fr,C.hD) +r.hR(s.a(N.a7.prototype.gF.call(r)).c.fx,C.hE) +r.hR(s.a(N.a7.prototype.gF.call(r)).c.fy,C.hw)}, +hU(a,b){var s=this.am,r=s.h(0,b),q=this.dq(r,a,b) +if(r!=null)s.v(0,b) +if(q!=null)s.p(0,b,q)}, +bm(a,b){var s,r=this +r.kn(0,b) +s=t.mV +r.hU(s.a(N.a7.prototype.gF.call(r)).c.z,C.hu) +r.hU(s.a(N.a7.prototype.gF.call(r)).c.Q,C.hv) +r.hU(s.a(N.a7.prototype.gF.call(r)).c.ch,C.hx) +r.hU(s.a(N.a7.prototype.gF.call(r)).c.cx,C.hy) +r.hU(s.a(N.a7.prototype.gF.call(r)).c.cy,C.hz) +r.hU(s.a(N.a7.prototype.gF.call(r)).c.db,C.hA) +r.hU(s.a(N.a7.prototype.gF.call(r)).c.dx,C.hB) +r.hU(s.a(N.a7.prototype.gF.call(r)).c.dy,C.hC) +r.hU(s.a(N.a7.prototype.gF.call(r)).c.fr,C.hD) +r.hU(s.a(N.a7.prototype.gF.call(r)).c.fx,C.hE) +r.hU(s.a(N.a7.prototype.gF.call(r)).c.fy,C.hw)}, +Np(a,b){var s,r=this +switch(b){case C.hu:s=t.T.a(N.a7.prototype.gD.call(r)) +s.N=s.hV(s.N,a,C.hu) +break +case C.hv:s=t.T.a(N.a7.prototype.gD.call(r)) +s.W=s.hV(s.W,a,C.hv) +break +case C.hx:s=t.T.a(N.a7.prototype.gD.call(r)) +s.a8=s.hV(s.a8,a,C.hx) +break +case C.hy:s=t.T.a(N.a7.prototype.gD.call(r)) +s.az=s.hV(s.az,a,C.hy) +break +case C.hz:s=t.T.a(N.a7.prototype.gD.call(r)) +s.aN=s.hV(s.aN,a,C.hz) +break +case C.hA:s=t.T.a(N.a7.prototype.gD.call(r)) +s.b_=s.hV(s.b_,a,C.hA) +break +case C.hB:s=t.T.a(N.a7.prototype.gD.call(r)) +s.b6=s.hV(s.b6,a,C.hB) +break +case C.hC:s=t.T.a(N.a7.prototype.gD.call(r)) +s.bK=s.hV(s.bK,a,C.hC) +break +case C.hD:s=t.T.a(N.a7.prototype.gD.call(r)) +s.bL=s.hV(s.bL,a,C.hD) +break +case C.hE:s=t.T.a(N.a7.prototype.gD.call(r)) +s.c_=s.hV(s.c_,a,C.hE) +break +case C.hw:s=t.T.a(N.a7.prototype.gD.call(r)) +s.d6=s.hV(s.d6,a,C.hw) +break}}, +jP(a,b){this.Np(t.q.a(a),b)}, +k8(a,b){this.Np(null,b)}, +jW(a,b,c){}} +L.Bt.prototype={ +c4(a){var s=t.u,r=($.bi+1)%16777215 +$.bi=r +return new L.Og(P.A(t.uC,s),r,this,C.ab,P.bu(s))}, +aQ(a){var s=this,r=new L.uV(P.A(t.uC,t.q),s.c,s.d,s.e,s.f,s.r,!1,T.ad()) +r.gav() +r.gaI() +r.fr=!1 +return r}, +aX(a,b){var s=this +b.sat(0,s.c) +b.sDX(!1) +b.sx8(s.r) +b.saik(s.f) +b.sS_(0,s.e) +b.sbC(0,s.d)}} +L.nT.prototype={ +ae(){return new L.Ca(new L.C8(P.aj(0,null,!1,t.Z)),null,C.k)}} +L.Ca.prototype={ +gm1(){var s=this.d +return s==null?H.f(H.u("_floatingLabelController")):s}, +gMh(){var s=this.e +return s==null?H.f(H.u("_shakingLabelController")):s}, +aC(){var s,r,q,p=this,o=null +p.b1() +s=p.a +r=s.c.dx +if(r!==C.m9)if(r!==C.m7){if(s.z)s=s.r&&!0 +else s=!0 +q=s}else q=!1 +else q=!0 +p.d=G.bl(o,C.N,0,o,1,q?1:0,p) +s=p.gm1() +s.cN() +s=s.ci$ +s.b=!0 +s.a.push(p.gB1()) +p.e=G.bl(o,C.N,0,o,1,o,p)}, +aM(){this.XZ() +this.r=null}, +l(a){this.gm1().l(0) +this.gMh().l(0) +this.Y_(0)}, +B2(){this.R(new L.afd())}, +gat(a){var s,r=this,q=r.r +if(q==null){q=r.a.c +s=r.c +s.toString +s=r.r=q.Cx(K.an(s).a3) +q=s}return q}, +be(a){var s,r,q,p,o,n=this +n.bH(a) +s=a.c +if(!n.a.c.k(0,s))n.r=null +r=n.a +q=r.c.dx!=s.dx +if(r.z)r=r.r&&!0 +else r=!0 +if(a.z)p=a.r&&!0 +else p=!0 +if(r!==p||q){if(n.gat(n).dx!==C.m7){r=n.a +if(r.z)p=r.r&&!0 +else p=!0 +r=p||r.c.dx===C.m9}else r=!1 +if(r)n.gm1().bG(0) +else n.gm1().dd(0)}o=n.gat(n).cx +r=n.gm1() +if(r.gbh(r)===C.O&&o!=null&&o!==s.cx){s=n.gMh() +s.sm(0,0) +s.bG(0)}}, +a3h(a){if(this.a.r)return a.B.a +return a.x2}, +a3l(a){var s,r,q=this +if(q.a.r)return a.B.a +s=q.gat(q).y1 +s.toString +if(s)return a.x2 +s=a.B.z.a +r=P.ar(97,s>>>16&255,s>>>8&255,s&255) +if(q.a.x){q.gat(q).toString +s=!0}else s=!1 +if(s){q.gat(q).toString +s=a.db.a +return P.am8(P.ar(31,s>>>16&255,s>>>8&255,s&255),r)}return r}, +a3t(a){var s,r=this +if(r.gat(r).y1!==!0)return C.ah +if(r.gat(r).y2!=null){s=r.gat(r).y2 +s.toString +return s}switch(a.B.cx){case C.V:r.gat(r).toString +return C.FH +case C.aa:r.gat(r).toString +return C.CA}}, +a3x(a){var s,r=this +if(r.gat(r).y1!=null){s=r.gat(r).y1 +s.toString +if(s)if(!r.a.r){r.gat(r).toString +s=!1}else s=!0 +else s=!0}else s=!0 +if(s)return C.ah +r.gat(r).toString +return a.db}, +a3m(a){this.gat(this).toString +switch(a.B.cx){case C.V:return C.X +case C.aa:return C.lt}}, +ga6a(){var s=this,r=s.a +if(r.z)r=r.r&&!0 +else r=!0 +if(!r){s.gat(s).toString +r=s.gat(s) +r.toString}return!1}, +JM(a){var s=this +s.gat(s).toString +return a.a2.Q.dA(a.x2).cj(s.gat(s).r)}, +a3k(a){var s,r,q,p=this +p.gat(p).toString +p.gat(p).toString +s=p.gat(p).cx==null?p.a3l(a):a.y1 +p.gat(p).toString +p.gat(p) +r=p.gat(p) +r.toString +q=p.a.r?2:1 +p.gat(p).toString +return new F.kG(C.l3,new Y.d4(s,q,C.a8))}, +I(b5,b6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0=this,b1=null,b2=K.an(b6),b3=b2.a2,b4=b3.r +b4.toString +b4=b4.cj(b0.a.d) +b0.gat(b0).toString +s=b4.dA(b2.x2) +b4=s.ch +b4.toString +r=s.cj(b0.gat(b0).z) +if(b0.gat(b0).y==null)q=b1 +else{p=b0.a.z&&!b0.ga6a()?1:0 +o=b0.gat(b0).y +o.toString +n=b0.gat(b0).Q +m=b0.a.e +q=G.aBM(!0,L.cf(o,b0.gat(b0).ch,C.bE,b1,r,m,n),C.ad,C.N,p)}l=b0.gat(b0).cx!=null +b0.gat(b0).toString +if(b0.a.r)k=l?b0.gat(b0).a5:b0.gat(b0).a3 +else k=l?b0.gat(b0).aF:b0.gat(b0).ar +if(k==null)k=b0.a3k(b2) +p=b0.f +o=b0.gm1() +n=b0.a3t(b2) +m=b0.a3x(b2) +if(b0.a.x){b0.gat(b0).toString +j=!0}else j=!1 +i=b0.gat(b0) +h=s.cj(i.d).acs(1) +b0.gat(b0).toString +i=b0.gat(b0) +i.toString +b0.gat(b0).toString +i=b0.gat(b0) +i.toString +b0.gat(b0).toString +i=b0.gat(b0) +i.toString +b0.a3h(b2) +g=b0.gat(b0).dy===!0 +if(!b0.a.r)b0.a3m(b2) +b0.gat(b0).toString +b0.gat(b0).toString +b0.gat(b0).toString +i=b0.a.e +f=b0.gat(b0).f +e=b0.JM(b2) +d=b0.gat(b0).x +c=b0.gat(b0).cx +b0.gat(b0).toString +b3=b3.Q.dA(b2.y1).cj(b0.gat(b0).cy) +b=b0.gat(b0).db +if(b0.gat(b0).x1!=null)a=b0.gat(b0).x1 +else if(b0.gat(b0).ry!=null&&b0.gat(b0).ry!==""){a0=b0.a.r +a1=b0.gat(b0).ry +a1.toString +a2=b0.JM(b2).cj(b0.gat(b0).x2) +a=T.bw(b1,b1,L.cf(a1,b1,C.bE,b0.gat(b0).bc,a2,b1,b1),!0,b1,b1,!1,b1,b1,b1,b1,b1,b1,a0,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1,b1)}else a=b1 +a0=b6.J(t.I) +a0.toString +a3=b0.gat(b0).fr +if(a3==null)a3=b1 +b0.gat(b0).toString +if(!k.goD()){a1=h.r +a1.toString +a4=(4+0.75*a1)*F.an8(b6) +if(b0.gat(b0).y1===!0)if(a3==null)a5=g?C.Gp:C.dI +else a5=a3 +else if(a3==null)a5=g?C.iL:C.Gk +else a5=a3}else{if(a3==null)a5=g?C.Gn:C.Go +else a5=a3 +a4=0}b0.gat(b0).toString +a1=b0.gm1().gbw() +a2=b0.gat(b0).q +a6=b0.gat(b0).dy +a7=b0.a +a8=a7.Q +a9=a7.f +a7=a7.r +b0.gat(b0).toString +return new L.Bt(new L.Oe(a5,!1,a4,a1,k,p,a2===!0,a6,b2.a,b1,a8,b1,q,b1,b1,b1,b1,new L.BX(i,f,e,d,c,b3,b,b1),a,new L.Be(k,p,o,n,m,j,b1),!0),a0.f,b4,a9,a7,!1,b1)}} +L.afd.prototype={ +$0(){}, +$S:0} +L.xA.prototype={ +Db(a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0){var s=this,r=c3==null?s.z:c3,q=c2==null?s.ch:c2,p=b2==null?s.cx:b2,o=b5==null?s.dx:b5,n=c6==null?s.dy:c6,m=a2==null?s.fr:a2,l=a3==null?s.x1:a3,k=a5==null?s.ry:a5,j=a4==null?s.x2:a4,i=b4==null?s.y1:b4,h=b3==null?s.y2:b3,g=a9==null?s.aF:a9,f=b8==null?s.a3:b8,e=b9==null?s.a5:b9,d=a8==null?s.ar:a8,c=c9==null?s.bc:c9,b=a==null?s.q:a +return L.amQ(b,s.aj,s.C,m,l,j,k,s.ao,a7!==!1,d,g,s.db,s.cy,p,h,i,o,s.e,s.a2,f,e,s.x,s.r,s.f,q,r,s.y,s.Q,s.am,s.a,c5===!0,n,s.b,s.d,s.c,s.id,s.fy,s.go,s.k2,s.k1,c,s.k4,s.k3,s.rx,s.r2,s.r1)}, +acr(a){return this.Db(null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null)}, +acD(a,b){return this.Db(null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null,null,null,null,null,b,null,null,null,null,null,null,null,null)}, +acG(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){return this.Db(a,b,c,d,null,e,null,f,null,g,h,i,j,null,k,l,m,n,o,p,q,r,s,null,a0,a1,a2,a3,a4,a5,null,a6)}, +Cx(a){var s,r,q,p,o,n,m,l,k=this,j=null,i=k.z +if(i==null)i=j +s=k.dx +if(s==null)s=C.m8 +r=k.fr +if(r==null)r=j +q=k.x2 +if(q==null)q=j +p=k.y2 +if(p==null)p=j +o=k.aF +if(o==null)o=j +n=k.a3 +if(n==null)n=j +m=k.a5 +if(m==null)m=j +l=k.ar +if(l==null)l=j +return k.acG(k.q===!0,j,j,r,q,j,l,o,j,j,p,k.y1===!0,s,j,j,n,m,j,j,i,j,!1,k.dy===!0,j,j,j)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof L.xA)if(b.y==r.y)if(J.e(b.z,r.z))if(b.ch==r.ch)if(b.cx==r.cx)if(b.dx==r.dx)if(b.dy==r.dy)if(J.e(b.fr,r.fr))if(J.e(b.x1,r.x1))if(b.ry==r.ry)if(J.e(b.x2,r.x2))if(b.y1==r.y1)if(J.e(b.y2,r.y2))if(J.e(b.aF,r.aF))if(J.e(b.a3,r.a3))if(J.e(b.a5,r.a5))if(J.e(b.ar,r.ar))s=b.bc==r.bc&&b.q==r.q&&!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){var s=this,r=s.aj +return P.ej([s.a,s.b,s.c,s.e,s.d,s.f,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,!1,s.y1,s.y2,s.a2,s.am,r,!0,s.fy,s.id,s.k1,s.k2,s.go,s.k3,s.k4,s.r1,s.r2,s.rx,s.x1,s.ry,s.x2,s.aF,s.a3,s.a5,s.ao,s.ar,r,!0,s.bc,s.q,s.C])}, +i(a){var s=this,r=H.a([],t.s),q=s.y +if(q!=null)r.push('hintText: "'+q+'"') +q=s.ch +if(q!=null)r.push('hintMaxLines: "'+H.c(q)+'"') +q=s.cx +if(q!=null)r.push('errorText: "'+q+'"') +q=s.dx +if(q!=null)r.push("floatingLabelBehavior: "+q.i(0)) +q=s.dy +if(q===!0)r.push("isDense: "+H.c(q)) +q=s.fr +if(q!=null)r.push("contentPadding: "+q.i(0)) +q=s.x1 +if(q!=null)r.push("counter: "+q.i(0)) +q=s.ry +if(q!=null)r.push("counterText: "+q) +q=s.x2 +if(q!=null)r.push("counterStyle: "+q.i(0)) +if(s.y1===!0)r.push("filled: true") +q=s.y2 +if(q!=null)r.push("fillColor: "+q.i(0)) +q=s.aF +if(q!=null)r.push("errorBorder: "+q.i(0)) +q=s.a3 +if(q!=null)r.push("focusedBorder: "+q.i(0)) +q=s.a5 +if(q!=null)r.push("focusedErrorBorder: "+q.i(0)) +q=s.ar +if(q!=null)r.push("enabledBorder: "+q.i(0)) +q=s.bc +if(q!=null)r.push("semanticCounterText: "+q) +q=s.q +if(q!=null)r.push("alignLabelWithHint: "+H.c(q)) +return"InputDecoration("+C.c.c8(r,", ")+")"}} +L.I6.prototype={ +gu(a){return P.ej([null,null,null,null,null,null,null,C.m8,!1,null,!1,null,null,null,!1,null,null,null,null,null,null,null,null,null,!1,null])}, +k(a,b){var s +if(b==null)return!1 +if(this===b)return!0 +if(J.a_(b)!==H.C(this))return!1 +if(b instanceof L.I6)s=!0 +else s=!1 +return s}} +L.Ps.prototype={} +L.E5.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r,q=this.c +q.toString +s=!U.cp(q) +q=this.bJ$ +if(q!=null)for(q=P.c_(q,q.r),r=H.o(q).c;q.t();)r.a(q.d).scJ(0,s) +this.bV()}} +L.Eg.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r=this.cU$ +if(r!=null){s=this.c +s.toString +r.scJ(0,!U.cp(s))}this.bV()}} +L.Ei.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r,q=this.c +q.toString +s=!U.cp(q) +q=this.bJ$ +if(q!=null)for(q=P.c_(q,q.r),r=H.o(q).c;q.t();)r.a(q.d).scJ(0,s) +this.bV()}} +Q.Ix.prototype={ +i(a){return this.b}} +Q.rd.prototype={ +ya(a,b,c){var s=this +return Q.as3(c,s.cy,!1,s.fy,s.dy,s.ch,s.fx,s.fr,s.Q,s.dx,s.y,s.z,s.cx,s.db)}, +cQ(a){var s +if(this.z===a.z)s=!1 +else s=!0 +return s}} +Q.Iw.prototype={ +a6e(a,b){switch(a.B.cx){case C.aa:return C.lt +case C.V:return null}}, +BV(a,b,c){return c}, +B6(a){var s=a==null&&null +return s===!0}, +aa2(a){return C.ah}, +I(a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=K.an(a3),e=a3.J(t.NJ),d=e==null?C.HK:e,c=new T.eL(h.a6e(f,d),g,g),b=f.a2,a=b.z,a0=a.dA(h.BV(f,d,a.b)),a1=G.vE(Y.nP(h.c,c),C.a4,C.N,a0) +switch(d.z){case C.mB:s=b.y +s.toString +r=s +break +case C.mA:s=b.r +s.toString +r=s +break +default:r=g}q=h.BV(f,d,r.b) +h.B6(d) +p=r.dA(q) +o=G.vE(h.d,C.a4,C.N,p) +s=h.e +if(s!=null){a.toString +q=h.BV(f,d,b.Q.b) +h.B6(d) +n=a.dA(q) +m=G.vE(s,C.a4,C.N,n)}else{n=g +m=n}b=h.f +l=b!=null?G.vE(Y.nP(b,c),C.a4,C.N,a0):g +b=a3.J(t.I) +b.toString +s=P.aT(t.ui) +k=h.cx==null&&h.cy==null +if(k)s.H(0,C.ai) +j=V.hi(C.dl,s,t.Pb) +s=h.aa2(d) +h.B6(d) +k=p.ch +k.toString +i=n==null?g:n.ch +b=Q.oD(!1,new Q.Cm(a1,o,m,l,!1,!1,f.a,b.f,k,i,16,4,40,g),C.dJ,!1) +return R.dw(!1,!0,T.bw(g,g,new D.xw(b,new V.i9(s,g,g,g,C.l4),g),!1,g,!0,!1,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,!1,g,g,g,g),d.y,!0,g,g,g,g,j,g,g,g,h.cy,h.cx,g,g,g)}, +gpE(){return this.e}} +Q.pz.prototype={ +i(a){return this.b}} +Q.Cm.prototype={ +c4(a){var s=t.u,r=($.bi+1)%16777215 +$.bi=r +return new Q.PL(P.A(t.cA,s),r,this,C.ab,P.bu(s))}, +aQ(a){var s=this,r=new Q.uX(P.A(t.cA,t.q),!1,s.y,!1,s.z,s.Q,s.ch,s.cx,s.cy,s.db,T.ad()) +r.gav() +r.gaI() +r.fr=!1 +return r}, +aX(a,b){var s=this +b.safN(!1) +b.safF(!1) +b.saiR(s.y) +b.sbC(0,s.z) +b.sail(s.Q) +b.sUc(s.ch) +b.safo(s.cx) +b.sagj(s.db) +b.sagl(s.cy)}, +gpE(){return this.e}} +Q.PL.prototype={ +gF(){return t.HW.a(N.a7.prototype.gF.call(this))}, +gD(){return t.ki.a(N.a7.prototype.gD.call(this))}, +br(a){var s=this.am +s.gby(s).ai(0,a)}, +i8(a){this.am.v(0,a.d) +this.ji(a)}, +v5(a,b){var s=this.am,r=s.h(0,b),q=this.dq(r,a,b) +if(r!=null)s.v(0,b) +if(q!=null)s.p(0,b,q)}, +e9(a,b){var s,r=this +r.ng(a,b) +s=t.HW +r.v5(s.a(N.a7.prototype.gF.call(r)).c,C.hJ) +r.v5(s.a(N.a7.prototype.gF.call(r)).d,C.hK) +r.v5(s.a(N.a7.prototype.gF.call(r)).e,C.hL) +r.v5(s.a(N.a7.prototype.gF.call(r)).f,C.hM)}, +v6(a,b){var s=this.am,r=s.h(0,b),q=this.dq(r,a,b) +if(r!=null)s.v(0,b) +if(q!=null)s.p(0,b,q)}, +bm(a,b){var s,r=this +r.kn(0,b) +s=t.HW +r.v6(s.a(N.a7.prototype.gF.call(r)).c,C.hJ) +r.v6(s.a(N.a7.prototype.gF.call(r)).d,C.hK) +r.v6(s.a(N.a7.prototype.gF.call(r)).e,C.hL) +r.v6(s.a(N.a7.prototype.gF.call(r)).f,C.hM)}, +KC(a,b){var s,r=this +switch(b){case C.hJ:s=t.ki.a(N.a7.prototype.gD.call(r)) +s.N=s.v7(s.N,a,C.hJ) +break +case C.hK:s=t.ki.a(N.a7.prototype.gD.call(r)) +s.W=s.v7(s.W,a,C.hK) +break +case C.hL:s=t.ki.a(N.a7.prototype.gD.call(r)) +s.a8=s.v7(s.a8,a,C.hL) +break +case C.hM:s=t.ki.a(N.a7.prototype.gD.call(r)) +s.az=s.v7(s.az,a,C.hM) +break}}, +jP(a,b){this.KC(t.q.a(a),b)}, +k8(a,b){this.KC(null,b)}, +jW(a,b,c){}} +Q.uX.prototype={ +v7(a,b,c){var s=this +if(a!=null){s.iK(a) +s.B.v(0,c)}if(b!=null){s.B.p(0,c,b) +s.fU(b)}return b}, +gpE(){return this.a8}, +gnC(a){var s=this +return P.ca(function(){var r=a +var q=0,p=1,o,n +return function $async$gnC(b,c){if(b===1){o=c +q=p}while(true)switch(q){case 0:n=s.N +q=n!=null?2:3 +break +case 2:q=4 +return n +case 4:case 3:n=s.W +q=n!=null?5:6 +break +case 5:q=7 +return n +case 7:case 6:n=s.a8 +q=n!=null?8:9 +break +case 8:q=10 +return n +case 10:case 9:n=s.az +q=n!=null?11:12 +break +case 11:q=13 +return n +case 13:case 12:return P.c8() +case 1:return P.c9(o)}}},t.q)}, +safF(a){return}, +saiR(a){if(this.b_.k(0,a))return +this.b_=a +this.a4()}, +safN(a){return}, +sbC(a,b){if(this.bK===b)return +this.bK=b +this.a4()}, +sail(a){if(this.bL===a)return +this.bL=a +this.a4()}, +sUc(a){if(this.c_==a)return +this.c_=a +this.a4()}, +guw(){return this.d6+this.b_.a*2}, +safo(a){if(this.d6===a)return +this.d6=a +this.a4()}, +sagl(a){if(this.bi===a)return +this.bi=a +this.a4()}, +sagj(a){if(this.c7===a)return +this.c7=a +this.a4()}, +aq(a){var s +this.dE(a) +for(s=new P.dr(this.gnC(this).a());s.t();)s.gE(s).aq(a)}, +af(a){var s +this.d_(0) +for(s=new P.dr(this.gnC(this).a());s.t();)s.gE(s).af(0)}, +ie(){this.gnC(this).ai(0,this.gxO())}, +br(a){this.gnC(this).ai(0,a)}, +ghI(){return!1}, +ba(a){var s,r=this,q=r.N,p=q!=null?Math.max(q.al(C.a3,a,q.gbg()),r.c7)+r.guw():0 +q=r.W +q=q==null?0:q.al(C.a3,a,q.gbg()) +s=r.a8 +s=s==null?0:s.al(C.a3,a,s.gbg()) +s=Math.max(q,s) +q=r.az +q=q==null?0:q.al(C.U,a,q.gb9()) +return p+s+q}, +b3(a){var s,r=this,q=r.N,p=q!=null?Math.max(q.al(C.U,a,q.gb9()),r.c7)+r.guw():0 +q=r.W +q=q==null?0:q.al(C.U,a,q.gb9()) +s=r.a8 +s=s==null?0:s.al(C.U,a,s.gb9()) +s=Math.max(q,s) +q=r.az +q=q==null?0:q.al(C.U,a,q.gb9()) +return p+s+q}, +gIU(){var s=this.a8,r=this.b_,q=new P.l(r.a,r.b).a_(0,4) +if(s==null)return 56+q.b +return 72+q.b}, +b4(a){var s,r=this.gIU(),q=this.W +q=q.al(C.ax,a,q.gbz()) +s=this.a8 +s=s==null?null:s.al(C.ax,a,s.gbz()) +return Math.max(r,q+(s==null?0:s))}, +b8(a){return this.b4(a)}, +dz(a){var s=this.W,r=s.e +r.toString +r=t.x.a(r).a +s=s.j9(a) +s.toString +return r.b+s}, +bZ(a){return C.r}, +bM(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=t.k.a(K.t.prototype.ga1.call(g)),e=g.N!=null,d=g.a8==null,c=!d,b=g.az!=null,a=g.b_,a0=new P.l(a.a,a.b).a_(0,4),a1=f.iU(),a2=a1.oi(new S.aw(0,1/0,0,56+a0.b)),a3=a1.b,a4=Q.ah6(g.N,a2),a5=Q.ah6(g.az,a2),a6=e?Math.max(g.c7,a4.a)+g.guw():0,a7=b?Math.max(a5.a+g.guw(),32):0,a8=a1.tq(a3-a6-a7),a9=Q.ah6(g.W,a8),b0=Q.ah6(g.a8,a8) +if(c){s=32 +r=52}else{s=null +r=null}q=g.gIU() +a=a9.b +if(d){p=Math.max(q,a+2*g.bi) +o=(p-a)/2 +n=null}else{s.toString +m=g.W.pj(g.bL) +m.toString +o=s-m +r.toString +m=g.a8 +m.toString +l=g.c_ +l.toString +l=m.pj(l) +l.toString +n=r-l+g.b_.b*2 +k=o+a-n +if(k>0){m=k/2 +o-=m +n+=m}j=g.bi +if(oq){p=a+b0.b+2*j +n=a+j +o=j}else p=q}if(p>72){i=16 +h=16}else{i=Math.min((p-a4.b)/2,16) +h=(p-a5.b)/2}switch(g.bK){case C.q:if(e){a=g.N.e +a.toString +t.x.a(a).a=new P.l(a3-a4.a,i)}a=g.W.e +a.toString +m=t.x +m.a(a).a=new P.l(a7,o) +if(c){a=g.a8 +a.toString +n.toString +a=a.e +a.toString +m.a(a).a=new P.l(a7,n)}if(b){a=g.az.e +a.toString +m.a(a).a=new P.l(0,h)}break +case C.l:if(e){a=g.N.e +a.toString +t.x.a(a).a=new P.l(0,i)}a=g.W.e +a.toString +m=t.x +m.a(a).a=new P.l(a6,o) +if(c){a=g.a8 +a.toString +n.toString +a=a.e +a.toString +m.a(a).a=new P.l(a6,n)}if(b){a=g.az.e +a.toString +m.a(a).a=new P.l(a3-a5.a,h)}break}g.rx=f.b5(new P.D(a3,p))}, +aK(a,b){var s=this,r=new Q.ah8(a,b) +r.$1(s.N) +r.$1(s.W) +r.$1(s.a8) +r.$1(s.az)}, +fs(a){return!0}, +cH(a,b){var s,r,q,p +for(s=new P.dr(this.gnC(this).a()),r=t.x;s.t();){q=s.gE(s) +p=q.e +p.toString +r.a(p) +if(a.mg(new Q.ah7(b,p,q),p.a,b))return!0}return!1}} +Q.ah8.prototype={ +$1(a){var s +if(a!=null){s=a.e +s.toString +this.a.dD(a,t.x.a(s).a.P(0,this.b))}}, +$S:156} +Q.ah7.prototype={ +$2(a,b){return this.c.c0(a,b)}, +$S:155} +M.lL.prototype={ +i(a){return this.b}} +M.yb.prototype={ +ae(){return new M.PS(new N.b3("ink renderer",t.A),null,C.k)}} +M.PS.prototype={ +I(a,b){var s,r,q,p,o,n=this,m=null,l=K.an(b),k=n.a,j=k.f +if(j==null)switch(k.d){case C.bm:j=l.f +break +case C.e_:j=l.ch +break +default:break}s=k.c +k=k.x +if(k==null){k=K.an(b).a2.z +k.toString}r=n.a +s=G.vE(s,C.a4,r.ch,k) +k=r +r=k.d +s=new U.dA(new M.Pq(j,n,r!==C.cQ,s,n.d),new M.afN(n),m,t.Tm) +if(r===C.bm&&k.y==null&&k.cx==null){r=k.e +j.toString +q=R.arv(b,j,r) +p=n.a.r +if(p==null)p=K.an(b).r +return new G.vH(s,C.a9,k.Q,C.bc,r,q,!1,p,C.ad,k.ch,m,m)}o=n.a3J() +k=n.a +if(k.d===C.cQ)return M.aGw(k.Q,s,b,o) +r=k.ch +q=k.Q +p=k.e +j.toString +k=k.r +return new M.Cq(s,o,!0,q,p,j,k==null?K.an(b).r:k,C.ad,r,m,m)}, +a3J(){var s=this.a,r=s.y +if(r!=null)return r +r=s.cx +if(r!=null)return new X.d9(r,C.w) +s=s.d +switch(s){case C.bm:case C.cQ:return C.Mz +case C.e_:case C.fY:s=$.ayi().h(0,s) +s.toString +return new X.d9(s,C.w) +case C.rO:return C.cA}}} +M.afN.prototype={ +$1(a){var s,r=$.B.C$.Q.h(0,this.a.d).gD() +r.toString +t.zd.a(r) +s=r.bd +if(s!=null&&s.length!==0)r.aB() +return!1}, +$S:212} +M.CZ.prototype={ +vL(a){var s=this.bd;(s==null?this.bd=H.a([],t.VB):s).push(a) +this.aB()}, +fs(a){return this.aG}, +aK(a,b){var s,r,q,p=this,o=p.bd +if(o!=null&&o.length!==0){s=a.gc3(a) +s.bf(0) +s.an(0,b.a,b.b) +o=p.rx +s.iE(0,new P.v(0,0,0+o.a,0+o.b)) +for(o=p.bd,r=o.length,q=0;q0;o=n){n=o-1 +l[o].du(l[n],p)}this.xy(a,p)}, +i(a){return"#"+Y.bY(this)}} +M.oR.prototype={ +dM(a){return Y.eU(this.a,this.b,a)}} +M.Cq.prototype={ +ae(){return new M.PP(null,C.k)}} +M.PP.prototype={ +lb(a){var s=this +s.dx=t.ir.a(a.$3(s.dx,s.a.Q,new M.afA())) +s.dy=t.YJ.a(a.$3(s.dy,s.a.cx,new M.afB())) +s.fr=t.TZ.a(a.$3(s.fr,s.a.x,new M.afC()))}, +I(a,b){var s,r,q,p,o,n,m=this,l=m.fr +l.toString +s=m.gfe() +s=l.aa(0,s.gm(s)) +s.toString +l=m.dx +l.toString +r=m.gfe() +q=l.aa(0,r.gm(r)) +r=T.dW(b) +l=m.a +p=l.z +l=R.arv(b,l.ch,q) +o=m.dy +o.toString +n=m.gfe() +n=o.aa(0,n.gm(n)) +n.toString +return new T.JR(new E.oQ(s,r,null),p,q,l,n,new M.Dl(m.a.r,s,!0,null),null)}} +M.afA.prototype={ +$1(a){return new R.ay(H.Eq(a),null,t.H7)}, +$S:93} +M.afB.prototype={ +$1(a){return new R.f4(t.n8.a(a),null)}, +$S:74} +M.afC.prototype={ +$1(a){return new M.oR(t.RY.a(a),null)}, +$S:215} +M.Dl.prototype={ +I(a,b){var s=T.dW(b) +return T.lg(this.c,new M.RY(this.d,s,null),null,null,C.r)}} +M.RY.prototype={ +aK(a,b){this.b.fA(a,new P.v(0,0,0+b.a,0+b.b),this.c)}, +eR(a){return!a.b.k(0,this.b)}} +M.TJ.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r,q=this.c +q.toString +s=!U.cp(q) +q=this.bJ$ +if(q!=null)for(q=P.c_(q,q.r),r=H.o(q).c;q.t();)r.a(q.d).scJ(0,s) +this.bV()}} +B.IH.prototype={ +I(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=null,e=K.an(b) +b.J(t.Xj) +s=K.an(b) +r=s.id +if(r.cy==null){q=r.gdW(r) +p=r.gkj(r) +r=M.ar_(!1,r.x,s.B,r.y,r.z,r.b,r.ch,r.Q,r.d,r.db,r.a,q,p,r.cx,r.c)}q=r.FS(g) +p=e.a2.ch +p.toString +p=p.dA(r.yo(g)) +o=r.z +if(o==null){o=r.yo(g) +o=P.ar(31,o.gm(o)>>>16&255,o.gm(o)>>>8&255,o.gm(o)&255)}n=r.Q +if(n==null){n=r.yo(g) +n=P.ar(10,n.gm(n)>>>16&255,n.gm(n)>>>8&255,n.gm(n)&255)}m=r.SC(g) +l=r.SF(g) +k=r.SM(g) +j=r.SL(g) +i=r.SX(g) +h=new S.aw(r.a,1/0,r.b,1/0).OE(f,f) +return Z.asQ(C.N,!1,g.id,C.o,h,0,m,!0,q,o,l,f,e.dx,j,n,k,e.bs,f,f,f,g.c,i,g.k3,e.dy,p,e.a)}} +U.PQ.prototype={ +EF(a){return a.goF(a)==="en"}, +dU(a,b){return new O.cD(C.A7,t.az)}, +yN(a){return!1}, +i(a){return"DefaultMaterialLocalizations.delegate(en_US)"}} +U.GH.prototype={$iyd:1} +V.cX.prototype={ +i(a){return this.b}} +V.II.prototype={ +r5(a){return this.V(P.aT(t.ui)).r5(a)}, +$ib6:1} +V.BF.prototype={ +V(a){if(a.A(0,C.ai))return C.k0 +return this.a}, +gr7(){return"MaterialStateMouseCursor("+this.c+")"}, +gaT(a){return this.c}} +V.b6.prototype={} +V.e3.prototype={ +V(a){return this.a.$1(a)}, +$ib6:1} +V.eg.prototype={ +V(a){return this.a}, +i(a){return"MaterialStateProperty.all("+H.c(this.a)+")"}, +$ib6:1} +O.yg.prototype={ +Sf(a,b){return new O.a1f(this,a,b)}, +tw(a){return this.Sf(a,null)}, +Cp(a){if(this.jG$.H(0,a))this.R(new O.a1d())}, +mQ(a){if(this.jG$.v(0,a))this.R(new O.a1e())}} +O.a1f.prototype={ +$1(a){var s=this.a,r=this.b +if(s.jG$.A(0,r)===a)return +if(a)s.Cp(r) +else s.mQ(r)}, +$S:12} +O.a1d.prototype={ +$0(){}, +$S:0} +O.a1e.prototype={ +$0(){}, +$S:0} +E.ys.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof E.ys&&J.e(b.a,s.a)&&b.b==s.b&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&b.r==s.r&&!0}} +E.Qg.prototype={} +U.yA.prototype={ +gu(a){return J.e7(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof U.yA&&J.e(b.a,this.a)}} +U.Qu.prototype={} +V.o7.prototype={ +gDq(){return T.dl.prototype.gDq.call(this)+"("+H.c(this.b.a)+")"}, +grT(){return!0}} +V.yf.prototype={ +gtu(a){return C.bL}, +gmm(){return null}, +gqO(){return null}, +CM(a){var s +if(!(t.Le.b(a)&&!0))s=!1 +else s=!0 +return s}, +w1(a,b,c){var s=null +return T.bw(s,s,this.cV.$1(a),!1,s,s,!0,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s)}, +CJ(a,b,c,d){var s +K.an(a) +s=K.an(a).ag +C.fX.h(0,this.a.dy.a?C.D:s) +return d}} +V.Cr.prototype={} +K.Jj.prototype={ +zC(a){var s=t.Tr +return P.as(new H.at(C.Jj,new K.a2H(a),s),!0,s.j("ba.E"))}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +s=b instanceof K.Jj +if(s&&!0)return!0 +return s&&S.eD(r.zC(C.fX),r.zC(C.fX))}, +gu(a){return P.ej(this.zC(C.fX))}} +K.a2H.prototype={ +$1(a){return this.a.h(0,a)}, +$S:216} +K.Qw.prototype={} +Z.yT.prototype={} +Z.PU.prototype={ +aQ(a){var s=new Z.Rs(this.e,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.w=this.e}} +Z.Rs.prototype={ +bZ(a){var s=this.q$ +if(s==null)return C.r +return s.eC(a)}, +bM(){var s,r=this,q=r.q$ +if(q==null)q=r.rx=C.r +else{s=t.k +q.cc(0,s.a(K.t.prototype.ga1.call(r)),!0) +s=s.a(K.t.prototype.ga1.call(r)) +q=r.q$.rx +q.toString +q=r.rx=s.b5(q) +s=r.q$.e +s.toString +t.x.a(s).a=C.h}r.w.$1(q)}} +Z.j6.prototype={ +ae(){var s=this.$ti +return new Z.rM(C.k,s.j("@<1>").aH(s).j("rM<1,2>"))}} +Z.rM.prototype={ +af8(){var s,r=this.a +r.toString +s=this.c +s.toString +K.bd(s,!1).ca(0,r.d)}, +I(a,b){var s,r,q,p,o=null,n=K.an(b),m=R.a3u(b),l=this.a +l.toString +s=m.d +if(s==null){r=n.a2.r +r.toString +s=r}q=G.vE(M.bP(C.i0,l.Q,C.o,o,new S.aw(0,1/0,48,1/0),o,o,o,o,C.dJ,o,o,o),C.a4,C.N,s) +p=V.hi(C.dl,P.aT(t.ui),t.Pb) +this.a.toString +return new T.yj(T.bw(!0,o,R.dw(!1,!0,q,o,!0,o,o,o,o,p,o,o,o,o,this.gaf7(),o,o,o),!1,o,!0,!1,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o),o)}} +Z.CP.prototype={ +I(a,b){var s,r,q,p,o,n,m,l,k=this,j=null,i=k.c,h=i.cV,g=J.al(h),f=1/(g.gn(h)+1.5),e=H.a([],t.p),d=R.a3u(b) +for(s=1.5*f,r=0;rj)p=a.a-j-b.a +else if(!(ps-8-n)p=s-h-8-n}m=8+j.b +if(ik-8-j)i=k-j-8-h}return new P.l(p,i)}, +lF(a){var s=this +return!s.b.k(0,a.b)||s.d!=a.d||s.e!==a.e||!S.eD(s.c,a.c)||!s.f.k(0,a.f)}} +Z.CQ.prototype={ +Dd(){return S.cM(C.a4,this.Wm(),C.Hu)}, +gtu(a){return C.bL}, +gmn(){return!0}, +gmm(){return null}, +w1(a,b,c){var s=this,r={} +r.a=null +return F.an7(new T.f3(new Z.agt(r,s,a.J(t.w).f,new Z.CP(s,s.cm,null,s.$ti.j("CP<1>"))),null),a,!0,!0,!0,!0)}, +gqO(){return this.cW}} +Z.agt.prototype={ +$1(a){var s=this,r=s.b,q=s.a.a,p=a.J(t.I) +p.toString +return new T.jM(new Z.ags(r.c7,r.er,q,p.f,s.c.f),new M.uc(r.e2.a,s.d,null),null)}, +$S:219} +Z.rK.prototype={ +ae(){return new Z.rL(C.k,this.$ti.j("rL<1>"))}, +afQ(a){return this.c.$1(a)}} +Z.rL.prototype={ +TO(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=null,a=c.c +a.toString +s=R.a3u(a) +a=c.c.gD() +a.toString +r=t.q +r.a(a) +q=c.c +q.toString +q=K.bd(q,!1).gm8().gaJ().c.gD() +q.toString +r.a(q) +r=c.a.ch +r=T.fe(a.ds(0,q),r) +p=a.rx.CG(0,C.h).P(0,c.a.ch) +p=P.a48(r,T.fe(a.ds(0,q),p)) +q=q.rx +o=K.aEB(p,new P.v(0,0,0+q.a,0+q.b)) +q=c.a +q.toString +p=c.c +p.toString +n=q.afQ(p) +a=J.al(n) +if(a.gbn(n)){r=c.c +r.toString +q=c.a +m=q.cy +q=c.$ti +switch(K.an(r).ag){case C.D:case C.B:l=b +break +case C.H:case C.K:case C.E:case C.F:p=L.fH(r,C.aN,t.C) +p.toString +l="Popup menu" +break +default:l=b}k=K.bd(r,!1) +L.fH(r,C.aN,t.C).toString +p=k.c +p.toString +p=M.amP(r,p) +a=P.aj(a.gn(n),b,!1,t.tW) +r=H.a([],t.Zt) +j=$.Y +i=q.j("a3<1?>") +h=q.j("aC<1?>") +g=S.z0(C.c6) +f=H.a([],t.wi) +e=P.aj(0,b,!1,t.Z) +d=$.Y +k.jZ(new Z.CQ(o,n,a,b,s.c,l,m,s.a,p,"Dismiss",b,r,new N.b3(b,q.j("b3>")),new N.b3(b,t.A),new S.rA(),b,new P.aC(new P.a3(j,i),h),g,f,C.eh,new B.ef(b,e),new P.aC(new P.a3(d,i),h),q.j("CQ<1?>"))).bD(0,new Z.a3t(c),t.H)}}, +ga8e(){var s,r=this.c +r.toString +r=F.et(r) +s=r==null?null:r.db +switch(s==null?C.aD:s){case C.aD:this.a.toString +return!0 +case C.cV:return!0}}, +I(a,b){var s,r=this,q=null +r.a.toString +R.a3u(b) +r.a.toString +s=L.fH(b,C.aN,t.C) +s.toString +r.a.toString +return S.atv(R.dw(!1,r.ga8e(),r.a.z,q,!0,q,q,q,q,q,q,q,q,q,r.gTN(),q,q,q),"Show menu")}} +Z.a3t.prototype={ +$1(a){var s=this.a +if(s.c==null)return null +if(a==null){s.a.toString +return null}s.a.e.$1(a)}, +$S(){return this.a.$ti.j("aA(1?)")}} +R.yU.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof R.yU&&b.c==s.c&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.d,s.d)&&!0}} +R.R4.prototype={} +U.MZ.prototype={ +i(a){return this.b}} +U.Ka.prototype={} +U.NE.prototype={ +aK(a,b){var s,r,q,p=this,o=H.ai(),n=o?H.aK():new H.aE(new H.aG()) +n.sas(0,p.c) +o=p.y +n.sfc(o) +n.sbY(0,C.a_) +s=p.b +if(s!=null){r=H.ai() +q=r?H.aK():new H.aE(new H.aG()) +q.sas(0,s) +q.sfc(o) +q.sbY(0,C.a_) +a.jE(0,new P.v(0,0,0+b.a,0+b.b),0,6.282185307179586,!1,q)}n.syX(C.jZ) +a.jE(0,new P.v(0,0,0+b.a,0+b.b),p.z,p.Q,!1,n)}, +eR(a){var s,r=this +if(J.e(a.b,r.b))if(a.c.k(0,r.c))s=a.e!==r.e||a.f!==r.f||a.r!==r.r||a.x!==r.x||a.y!==r.y +else s=!0 +else s=!0 +return s}} +U.qh.prototype={ +ae(){return new U.NF(null,C.k)}} +U.NF.prototype={ +gjn(){var s=this.d +return s==null?H.f(H.u("_controller")):s}, +aC(){var s=this +s.b1() +s.d=G.bl(null,C.Gg,0,null,1,null,s) +s.a.toString +s.gjn().Fk(0)}, +be(a){var s,r=this +r.bH(a) +r.a.toString +s=r.gjn() +s=s.r +s=!(s!=null&&s.a!=null) +if(s)r.gjn().Fk(0) +else r.a.toString}, +l(a){this.gjn().l(0) +this.XQ(0)}, +a0E(a,b,c,d,e){var s,r,q,p,o,n,m,l=null,k=this.a +k.toString +s=k.d +if(s==null)s=B.asJ(a).d +k=this.a +r=k.f==null?l:C.j +if(r==null)r=k.e +if(r==null)r=B.asJ(a).a +if(r==null)r=K.an(a).B.a +q=this.a +p=q.c +q=q.Q +o=c*3/2*3.141592653589793 +n=Math.max(b*3/2*3.141592653589793-o,0.001) +r=M.bP(l,T.lg(l,l,l,new U.NE(s,r,p,b,c,d,e,q,-1.5707963267948966+o+e*3.141592653589793*2+d*0.5*3.141592653589793,n,l),C.r),C.o,l,C.zM,l,l,l,l,l,l,l,l) +m=k.x +return T.bw(l,l,r,!1,l,l,!1,l,l,l,l,l,k.r,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,m)}, +I_(){return K.h6(this.gjn(),new U.acs(this),null)}, +I(a,b){var s=this +s.a.toString +switch(C.yR){case C.yR:return s.I_() +case C.Uq:switch(K.an(b).ag){case C.D:case C.B:return new F.wt(s.a.a) +case C.H:case C.K:case C.E:case C.F:s.a.toString +return s.I_()}break}}} +U.acs.prototype={ +$2(a,b){var s,r,q,p=this.a,o=$.axe(),n=p.gjn() +n=o.aa(0,n.gm(n)) +o=$.axf() +s=p.gjn() +s=o.aa(0,s.gm(s)) +o=$.axc() +r=p.gjn() +r=o.aa(0,r.gm(r)) +o=$.axd() +q=p.gjn() +return p.a0E(a,n,s,r,o.aa(0,q.gm(q)))}, +$S:95} +U.Ea.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r=this.cU$ +if(r!=null){s=this.c +s.toString +r.scJ(0,!U.cp(s))}this.bV()}} +B.yZ.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof B.yZ&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&b.c==s.c&&J.e(b.d,s.d)&&J.e(b.e,s.e)}} +B.R6.prototype={} +Y.rS.prototype={ +ae(){var s=null +return new Y.uS(new Y.Ra(P.aj(0,s,!1,t.Z)),s,s,s,s,s,s,s,s,s,s,!1,!1,s,C.k,this.$ti.j("uS<1>"))}} +Y.uS.prototype={ +a8t(a){var s +if(a==null){this.a.e.$1(null) +return}if(a){s=this.a +s.e.$1(s.c)}}, +be(a){var s +this.bH(a) +s=this.a +if(s.c===s.d!==(a.c===a.d))this.O_()}, +l(a){this.d.l(0) +this.Y2(0)}, +giZ(){this.a.toString +return this.ga8s()}, +gFD(){this.a.toString +return!1}, +gm(a){var s=this.a +return s.c===s.d}, +gNF(){return new V.e3(new Y.agP(this),t._s)}, +gIT(){var s=this.c +s.toString +return new V.e3(new Y.agO(K.an(s)),t.h2)}, +I(a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=null,a=K.an(a1) +c.a.toString +s=a.dl +r=a.a +switch(a.bs){case C.dY:q=C.y7 +break +case C.dZ:q=C.y6 +break +default:q=b}q=q.P(0,new P.l(r.a,r.b).a_(0,4)) +p=c.geS() +p.H(0,C.bl) +o=c.geS() +o.v(0,C.bl) +c.a.toString +n=c.gNF().a.$1(p) +if(n==null){n=s.b +n=n==null?b:n.V(p) +m=n}else m=n +if(m==null)m=c.gIT().a.$1(p) +c.a.toString +n=c.gNF().a.$1(o) +if(n==null){n=s.b +n=n==null?b:n.V(o) +l=n}else l=n +if(l==null)l=c.gIT().a.$1(o) +k=c.geS() +k.H(0,C.aX) +c.a.toString +n=s.c +j=n==null?b:n.V(k) +i=j +if(i==null)i=a.cy +h=c.geS() +h.H(0,C.as) +c.a.toString +j=n==null?b:n.V(h) +g=j +if(g==null)g=a.db +p.H(0,C.aO) +c.a.toString +j=n==null?b:n.V(p) +f=j +if(f==null)f=P.ar(31,m.gm(m)>>>16&255,m.gm(m)>>>8&255,m.gm(m)&255) +o.H(0,C.aO) +c.a.toString +n=n==null?b:n.V(o) +e=n +if(e==null)e=P.ar(31,m.gm(m)>>>16&255,m.gm(m)>>>8&255,m.gm(m)&255) +n=c.a +j=n.c +n=n.d +d=c.d +d.sce(0,c.gLs(c)) +d.sRu(c.gLv()) +d.sRw(c.gLw()) +d.sRx(c.gLx()) +d.sQ8(e) +d.sRv(f) +d.sQ5(g) +d.sPz(i) +c.a.toString +s=s.d +d.sGJ(s==null?20:s) +d.sP3(c.ol$) +d.sx8(c.geS().A(0,C.aX)) +d.sQs(c.geS().A(0,C.as)) +d.sNL(m) +d.sQ7(l) +return T.bw(b,j===n,c.Od(!1,b,new V.e3(new Y.agQ(c,a),t.bN),d,q),!1,b,b,!1,b,b,b,b,!0,b,b,b,b,b,b,b,b,b,b,b,b,b,b,b,b,b)}} +Y.agP.prototype={ +$1(a){if(a.A(0,C.ai))return null +if(a.A(0,C.bl)){this.a.a.toString +return null}return null}, +$S:96} +Y.agO.prototype={ +$1(a){if(a.A(0,C.ai))return this.a.go +if(a.A(0,C.bl))return this.a.y2 +return this.a.fy}, +$S:42} +Y.agQ.prototype={ +$1(a){var s +this.a.a.toString +s=V.hi(null,a,t.WV) +if(s==null)s=null +return s==null?V.hi(C.dl,a,t.Pb):s}, +$S:163} +Y.Ra.prototype={ +aK(a,b){var s,r,q,p,o,n=this +n.Ra(a,b.ht(C.h)) +s=new P.v(0,0,0+b.a,0+b.b).gbk() +r=H.ai() +q=r?H.aK():new H.aE(new H.aG()) +r=n.f +r.toString +p=n.e +p.toString +o=n.a +o=P.O(r,p,o.gm(o)) +o.toString +q.sas(0,o) +q.sbY(0,C.a_) +q.sfc(2) +a.en(0,s,8,q) +r=n.a +if(r.gbh(r)!==C.z){q.sbY(0,C.ao) +r=n.a +a.en(0,s,4.5*r.gm(r),q)}}} +Y.vf.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r,q=this.c +q.toString +s=!U.cp(q) +q=this.bJ$ +if(q!=null)for(q=P.c_(q,q.r),r=H.o(q).c;q.t();)r.a(q.d).scJ(0,s) +this.bV()}} +Y.vg.prototype={ +aC(){var s,r=this,q=null +r.b1() +s=r.a +r.wy$=G.bl(q,C.N,0,q,1,s.c!==s.d?0:1,r) +r.wz$=S.cM(C.cC,r.gnG(),C.f6) +r.wA$=G.bl(q,C.aC,0,q,1,q,r) +r.wB$=S.cM(C.ad,r.gnJ(),q) +r.wD$=G.bl(q,C.cc,0,q,1,r.l6$||r.l5$?1:0,r) +r.wC$=S.cM(C.ad,r.gnL(),q) +r.wF$=G.bl(q,C.cc,0,q,1,r.l6$||r.l5$?1:0,r) +r.wE$=S.cM(C.ad,r.gnK(),q)}, +l(a){var s=this +s.gnG().l(0) +s.gnJ().l(0) +s.gnL().l(0) +s.gnK().l(0) +s.Y1(0)}} +T.z3.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof T.z3)if(b.b==r.b)if(b.c==r.c)if(b.d==r.d)s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +T.Ce.prototype={ +V(a){var s,r=this,q=r.a,p=q==null?null:q.V(a) +q=r.b +s=q==null?null:q.V(a) +return r.d.$3(p,s,r.c)}, +$ib6:1} +T.Rb.prototype={} +M.fn.prototype={ +i(a){return this.b}} +M.zM.prototype={ +ae(){return new M.zN(P.fF(t.Np),P.fG(null,t.nY),P.fG(null,t.BL),null,C.k)}} +M.zN.prototype={ +aM(){var s,r=this,q=r.c.J(t.w).f +if(r.z===!0)if(!q.z){s=r.y +s=s!=null&&s.b==null}else s=!1 +else s=!1 +if(s)r.mA(C.jW) +r.z=q.z +r.Xk()}, +Cc(){var s,r,q,p,o,n +for(s=this.d,r=P.c_(s,s.r),q=t.Np,p=H.o(r).c;r.t();){o=p.a(r.d) +n=o.c.op(q) +if(n==null||!s.A(0,n)){o.Nu() +o.Nh()}}}, +a6z(a){var s=a.c.op(t.Np) +return s==null||!this.d.A(0,s)}, +km(a){var s,r,q,p=this,o=p.x +if(o==null){o=G.bl("SnackBar",C.dF,0,null,1,null,p) +o.cu(p.ga5Q()) +p.x=o}s=p.r +if(s.b===s.c)o.bG(0) +r=H.b8("controller") +o=p.x +o.toString +s=new N.AV() +q=a.a +s=q==null?s:q +r.b=new M.zL(N.LL(a.Q,o,a.d,a.z,a.c,a.db,a.ch,a.e,s,a.f,a.cy,a.r,a.y,a.x),new P.aC(new P.a3($.Y,t.dH),t.D5),new M.a5y(p,r),t.BL) +p.R(new M.a5z(p,r)) +p.Cc() +return r.aS()}, +a5R(a){var s,r=this +switch(a){case C.z:r.R(new M.a5u(r)) +r.Cc() +s=r.r +if(!s.gM(s))r.x.bG(0) +break +case C.O:r.R(new M.a5v(r)) +r.Cc() +break +case C.aj:break +case C.ac:break}}, +xQ(a){var s,r=this,q=r.r +if(q.b===q.c)return +s=q.gK(q).b +if((s.a.a&30)===0)s.cG(0,a) +q=r.y +if(q!=null)q.aV(0) +r.y=null +r.x.sm(0,0)}, +mA(a){var s,r,q=this,p=q.r +if(p.b===p.c||q.x.gfR()===C.z)return +s=p.gK(p).b +p=q.z +p.toString +r=q.x +if(p){r.sm(0,0) +s.cG(0,a)}else r.dd(0).bD(0,new M.a5x(q,s,a),t.H) +p=q.y +if(p!=null)p.aV(0) +q.y=null}, +le(){return this.mA(C.yd)}, +I(a,b){var s,r,q,p,o=this +o.z=b.J(t.w).f.z +s=o.r +if(!s.gM(s)){r=T.rn(b,t.X) +if(r==null||r.gjQ()){q=o.x +if(q.gbh(q)===C.O&&o.y==null){p=s.gK(s).a +o.y=P.bX(p.ch,new M.a5w(o,b,p))}}}return new M.Dd(o,o.a.c,null)}, +l(a){var s=this,r=s.x +if(r!=null)r.l(0) +r=s.y +if(r!=null)r.aV(0) +s.y=null +s.Xl(0)}} +M.a5y.prototype={ +$0(){this.a.mA(C.yd)}, +$S:0} +M.a5z.prototype={ +$0(){this.a.r.dt(0,this.b.aS())}, +$S:0} +M.a5u.prototype={ +$0(){this.a.r.lm()}, +$S:0} +M.a5v.prototype={ +$0(){}, +$S:0} +M.a5x.prototype={ +$1(a){var s=this.b +if((s.a.a&30)===0)s.cG(0,this.c)}, +$S:19} +M.a5w.prototype={ +$0(){this.b.J(t.w).toString +this.a.mA(C.jW)}, +$S:0} +M.Dd.prototype={ +cQ(a){return this.f!==a.f}} +M.a5A.prototype={} +M.L5.prototype={ +acA(a,b){var s=a==null?this.a:a +return new M.L5(s,b==null?this.b:b)}} +M.RO.prototype={ +Nw(a,b,c){var s=this +s.b=c==null?s.b:c +s.c=s.c.acA(a,b) +s.ap()}, +Nv(a){return this.Nw(null,null,a)}, +aay(a,b){return this.Nw(a,b,null)}} +M.Bd.prototype={ +k(a,b){if(b==null)return!1 +if(!this.Uj(0,b))return!1 +return b instanceof M.Bd&&b.e===this.e&&b.f===this.f}, +gu(a){var s=this +return P.a2(S.aw.prototype.gu.call(s,s),s.e,s.f,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}} +M.Nn.prototype={ +I(a,b){return this.c}} +M.ahA.prototype={ +xF(a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a=S.VJ(a3),a0=a3.a,a1=a.tq(a0),a2=a3.b +if(b.b.h(0,C.hR)!=null){s=b.eu(C.hR,a1).b +b.f6(C.hR,C.h) +r=s}else{r=0 +s=0}if(b.b.h(0,C.kU)!=null){q=0+b.eu(C.kU,a1).b +p=Math.max(0,a2-q) +b.f6(C.kU,new P.l(0,p))}else{q=0 +p=null}if(b.b.h(0,C.kT)!=null){q+=b.eu(C.kT,new S.aw(0,a1.b,0,Math.max(0,a2-q-r))).b +b.f6(C.kT,new P.l(0,Math.max(0,a2-q)))}o=b.f +n=Math.max(0,a2-Math.max(o.d,q)) +if(b.b.h(0,C.hQ)!=null){m=Math.max(0,n-r) +l=b.d +if(l)m=C.d.G(m+q,0,a.d-r) +l=l?q:0 +b.eu(C.hQ,new M.Bd(l,s,0,a1.b,0,m)) +b.f6(C.hQ,new P.l(0,r))}if(b.b.h(0,C.hT)!=null){b.eu(C.hT,new S.aw(0,a1.b,0,n)) +b.f6(C.hT,C.h)}k=b.b.h(0,C.cw)!=null&&!b.cy?b.eu(C.cw,a1):C.r +j=b.b.h(0,C.dp)!=null?b.eu(C.dp,a1):C.r +if(b.b.h(0,C.hU)!=null){i=b.eu(C.hU,new S.aw(0,a1.b,0,Math.max(0,n-r))) +b.f6(C.hU,new P.l((a0-i.a)/2,n-i.b))}else i=C.r +h=H.b8("floatingActionButtonRect") +if(b.b.h(0,C.hV)!=null){g=b.eu(C.hV,a) +f=new M.a5A(g,i,n,o,b.r,a3,k,b.x) +e=b.Q.FX(f) +d=b.cx.SV(b.z.FX(f),e,b.ch) +b.f6(C.hV,d) +a0=d.a +l=d.b +h.b=new P.v(a0,l,a0+g.a,l+g.b)}if(b.b.h(0,C.cw)!=null){if(k.k(0,C.r))k=b.eu(C.cw,a1) +a0=h.aS() +if(!new P.D(a0.c-a0.a,a0.d-a0.b).k(0,C.r)&&b.cy)c=h.aS().b +else c=b.cy?Math.min(n,a2-b.r.d):n +b.f6(C.cw,new P.l(0,c-k.b))}if(b.b.h(0,C.dp)!=null){if(j.k(0,C.r))b.eu(C.dp,a1) +b.f6(C.dp,new P.l(0,s))}if(b.b.h(0,C.hS)!=null){b.eu(C.hS,a1.xT(o.b)) +b.f6(C.hS,C.h)}if(b.b.h(0,C.hW)!=null){b.eu(C.hW,S.w3(a3)) +b.f6(C.hW,C.h)}if(b.b.h(0,C.kS)!=null){b.eu(C.kS,S.w3(a3)) +b.f6(C.kS,C.h)}b.y.aay(p,h.aS())}, +lF(a){var s=this +return!a.f.k(0,s.f)||a.x!==s.x||a.ch!==s.ch||a.z!==s.z||a.Q!==s.Q||a.d!==s.d||!1}} +M.BL.prototype={ +ae(){return new M.BM(null,C.k)}} +M.BM.prototype={ +gnH(){var s=this.d +return s==null?H.f(H.u("_previousController")):s}, +gBq(){var s=this.e +return s==null?H.f(H.u("_previousScaleAnimation")):s}, +gup(){var s=this.r +return s==null?H.f(H.u("_currentScaleAnimation")):s}, +aC(){var s,r=this +r.b1() +s=G.bl(null,C.N,0,null,1,null,r) +s.cu(r.ga5q()) +r.d=s +r.N7() +s=r.a +if(s.c!=null)s.r.sm(0,1) +else s.f.Nv(0)}, +l(a){this.gnH().l(0) +this.XU(0)}, +be(a){var s,r,q,p,o,n,m=this +m.bH(a) +s=a.c +r=s==null +q=m.a.c +p=q==null +if(r===p){o=r?null:s.a +q=J.e(o,p?null:q.a)}else q=!1 +if(q)return +q=m.a +if(a.e!==q.e||a.d!==q.d)m.N7() +if(m.gnH().gfR()===C.z){n=m.a.r.gbw() +if(n===0||r){m.z=null +s=m.a +if(s.c!=null)s.r.bG(0)}else{m.z=s +s=m.gnH() +s.sm(0,n) +s.dd(0) +m.a.r.sm(0,0)}}}, +N7(){var s,r,q,p,o,n,m,l,k=this,j=null,i=S.cM(C.cC,k.gnH(),j),h=t.H7,g=S.cM(C.cC,k.gnH(),j),f=S.cM(C.cC,k.a.r,j),e=k.a,d=e.r,c=$.axh(),b=t.m +b.a(d) +e=e.d +b.a(e) +s=t.HY.j("bc") +r=t.x8 +q=t.jc +p=t.i +o=A.atK(new S.km(new R.bc(e,new R.fv(new Z.x3(C.mr)),s),new R.bI(H.a([],r),q),0),new R.bc(e,new R.fv(C.mr),s),e,0.5,p) +e=k.a.d +n=$.axn() +b.a(e) +m=$.axo() +l=A.atK(new R.bc(e,n,n.$ti.j("bc")),new S.km(new R.bc(e,m,H.o(m).j("bc")),new R.bI(H.a([],r),q),0),e,0.5,p) +k.e=S.aqO(o,i,p) +k.r=S.aqO(o,f,p) +k.x=new R.bc(b.a(k.gup()),new R.fv(C.Hs),s) +k.f=S.anU(new R.bc(g,new R.ay(1,1,h),h.j("bc")),l,j) +k.y=S.anU(new R.bc(d,c,c.$ti.j("bc")),l,j) +c=k.gup() +d=k.ga7r() +c.cN() +c=c.ci$ +c.b=!0 +c.a.push(d) +c=k.gBq() +c.cN() +c=c.ci$ +c.b=!0 +c.a.push(d)}, +a5r(a){this.R(new M.adR(this,a))}, +I(a,b){var s,r,q=this,p=H.a([],t.p) +if(q.gnH().gfR()!==C.z){s=q.gBq() +r=q.f +if(r==null)r=H.f(H.u("_previousRotationAnimation")) +p.push(K.at3(K.at_(q.z,r),s))}q.a.toString +s=q.gup() +r=q.y +if(r==null)r=H.f(H.u("_currentRotationAnimation")) +p.push(K.at3(K.at_(q.a.c,r),s)) +return T.id(C.zl,p,C.aQ)}, +a7s(){var s,r=this.gBq(),q=r.a +q=q.gm(q) +r=r.b +r=r.gm(r) +r=Math.min(H.dd(q),H.dd(r)) +q=this.gup() +s=q.a +s=s.gm(s) +q=q.b +q=q.gm(q) +q=Math.max(r,Math.min(H.dd(s),H.dd(q))) +this.a.f.Nv(q)}} +M.adR.prototype={ +$0(){if(this.b===C.z){var s=this.a.a +if(s.c!=null)s.r.bG(0)}}, +$S:0} +M.zK.prototype={ +ae(){var s=null,r=t.bR +return new M.t1(new N.b3(s,r),new N.b3(s,r),U.a53(!1),U.a53(!1),P.fG(s,t.BL),H.a([],t.kc),new N.b3(s,t.A),C.t,s,P.A(t.yb,t.R),s,!0,s,s,C.k)}} +M.t1.prototype={ +gf7(){this.a.toString +return null}, +h6(a,b){var s=this +s.k6(s.r,"drawer_open") +s.k6(s.x,"end_drawer_open")}, +a2j(a){this.R(new M.a5B(this,a)) +this.a.toString}, +R4(){var s,r=this.e +if(r.gaJ()!=null){s=this.x +s=H.o(s).j("cY.T").a(s.y)}else s=!1 +if(s)r.gaJ().dI(0) +r=this.d.gaJ() +if(r!=null)r.p0(0)}, +xQ(a){var s,r,q=this +if(q.cy!=null){q.y.xQ(a) +return}s=q.Q +if(s.b===s.c)return +r=s.gK(s).b +if((r.a.a&30)===0)r.cG(0,a) +s=q.cx +if(s!=null)s.aV(0) +q.cx=null +null.sm(0,0)}, +mA(a){var s,r,q,p,o=this,n=null +if(o.cy!=null){o.y.mA(a) +return}s=o.Q +if(s.b!==s.c){n.gbh(n) +r=!1}else r=!0 +if(r)return +q=o.c.J(t.w).f +p=s.gK(s).b +if(q.z){n.sm(0,0) +p.cG(0,a)}else n.dd(0).bD(0,new M.a5F(o,p,a),t.H) +s=o.cx +if(s!=null)s.aV(0) +o.cx=null}, +Nu(){var s,r=this,q=r.y.r +if(!q.gM(q)){q=r.y.r +s=q.gK(q)}else s=null +if(r.cy!=s)r.R(new M.a5D(r,s))}, +Nh(){var s,r=this,q=r.y.e +if(!q.gM(q)){q=r.y.e +s=q.gK(q)}else s=null +if(r.db!=s)r.R(new M.a5C(r,s))}, +a6U(){this.a.toString}, +guB(){var s=this.fx +return s==null?H.f(H.u("_floatingActionButtonMoveController")):s}, +gJy(){var s=this.fy +return s==null?H.f(H.u("_floatingActionButtonAnimator")):s}, +gJz(){var s=this.k1 +return s==null?H.f(H.u("_floatingActionButtonVisibilityController")):s}, +a5T(){var s,r=this.c +r.toString +s=E.yX(r) +if(s!=null&&s.d.length!==0)s.jr(0,C.a4,C.bL)}, +guF(){var s=this.k2 +return s==null?H.f(H.u("_geometryNotifier")):s}, +gmb(){this.a.toString +return!0}, +aC(){var s,r=this,q=null +r.b1() +s=r.c +s.toString +r.k2=new M.RO(s,C.MC,P.aj(0,q,!1,t.Z)) +r.a.toString +r.id=C.lk +r.fy=C.AL +r.go=C.lk +r.fx=G.bl(q,new P.aH(4e5),0,q,1,1,r) +r.k1=G.bl(q,C.N,0,q,1,q,r)}, +be(a){this.a.toString +this.Xp(a)}, +aM(){var s,r,q=this,p=q.c.J(t.Pu),o=p==null?null:p.f,n=q.y,m=n==null +if(!m)s=o==null||n!==o +else s=!1 +if(s)if(!m)n.d.v(0,q) +q.y=o +if(o!=null){o.d.H(0,q) +if(o.a6z(q)){n=o.r +if(!n.gM(n))q.Nu() +n=o.e +if(!n.gM(n))q.Nh()}}r=q.c.J(t.w).f +if(q.z===!0)if(!r.z){n=q.cx +n=n!=null&&n.b==null}else n=!1 +else n=!1 +if(n)q.mA(C.jW) +q.z=r.z +q.a6U() +q.Xo()}, +l(a){var s,r,q,p,o=this,n=o.cx +if(n!=null)n.aV(0) +o.cx=null +o.guF() +for(n=o.dx,s=n.length,r=0;r0){p.b=p.c=p.d=p.e=null +p.a=0}p=q.ci$ +p.b=!1 +C.c.sn(p.a,0) +p=p.ghl() +if(p.a>0){p.b=p.c=p.d=p.e=null +p.a=0}q.pG(0)}n=o.dy +if(n!=null)n.a.c.l(0) +o.guB().l(0) +o.gJz().l(0) +n=o.y +if(n!=null)n.d.v(0,o) +o.Xq(0)}, +zw(a,b,c,d,e,f,g,h,i){var s=this.c.J(t.w).f.RG(f,g,h,i) +if(e)s=s.ahY(!0) +if(d&&s.e.d!==0)s=s.OA(s.f.wb(s.r.d)) +if(b!=null)a.push(T.a0Q(new F.iT(s,b,null),c))}, +a0_(a,b,c,d,e,f,g,h){return this.zw(a,b,c,!1,d,e,f,g,h)}, +nj(a,b,c,d,e,f,g){return this.zw(a,b,c,!1,!1,d,e,f,g)}, +zv(a,b,c,d,e,f,g,h){return this.zw(a,b,c,d,!1,e,f,g,h)}, +I1(a,b){this.a.toString}, +I0(a,b){var s,r=this,q=r.a.Q +if(q!=null){s=r.r +r.nj(a,new Z.wM(q,C.cE,r.ga2i(),C.a0,null,!0,null,H.o(s).j("cY.T").a(s.y),r.d),C.hW,!1,b===C.q,b===C.l,!1)}}, +I(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=null,h={},g=b.J(t.w).f,f=K.an(b),e=b.J(t.I) +e.toString +s=e.f +j.z=g.z +e=j.Q +if(!e.gM(e)){r=T.rn(b,t.X) +if(r==null||r.gjQ())i.gajm() +else{q=j.cx +if(q!=null)q.aV(0) +j.cx=null}}p=H.a([],t.s9) +q=j.a +o=q.f +q=q.e +j.gmb() +j.a0_(p,new M.Nn(o,!1,!1,i),C.hQ,!0,!1,!1,!1,q!=null) +if(j.k3)j.nj(p,new X.rm(j.k4,!1,!0,i,i),C.hT,!0,!0,!0,!0) +q=j.a.e +if(q!=null){q=j.f=E.aBN(b,q.k2)+g.f.b +o=j.a.e +o.toString +j.nj(p,new T.en(new S.aw(0,1/0,0,q),new Z.x2(1,q,q,q,i,o,i),i),C.hR,!0,!1,!1,!1)}h.a=!1 +h.b=null +if(j.dy!=null||j.dx.length!==0){q=P.as(j.dx,!0,t.l7) +o=j.dy +if(o!=null)q.push(o.a) +n=T.id(C.kW,q,C.aQ) +j.gmb() +j.nj(p,n,C.hU,!0,!1,!1,!0)}q=j.cy +if(q!=null){h.a=!1 +q=q.a +h.b=q.x +j.a.toString +j.gmb() +j.zv(p,q,C.cw,!1,!1,!1,!1,!0)}if(!e.gM(e)){e.gK(e).toString +h.a=!1 +h.b=e.gK(e).a.x +e=e.gK(e).a +j.a.toString +j.gmb() +j.zv(p,e,C.cw,!1,!1,!1,!1,!0)}e=j.db +if(e!=null){e=e.a +q=j.a.e +j.gmb() +j.zv(p,e,C.dp,!1,!0,!1,!1,q!=null)}j.a.toString +e=j.guB() +q=j.gJy() +o=j.guF() +m=j.gJz() +j.nj(p,new M.BL(j.a.r,e,q,o,m,i),C.hV,!0,!0,!0,!0) +switch(f.ag){case C.D:case C.B:j.nj(p,D.dL(C.bh,i,C.a0,!0,i,i,i,i,i,i,i,i,i,i,i,i,j.ga5S(),i,i,i,i,i,i),C.hS,!0,!1,!1,!0) +break +case C.H:case C.K:case C.E:case C.F:break}e=j.x +if(H.o(e).j("cY.T").a(e.y)){j.I0(p,s) +j.I1(p,s)}else{j.I1(p,s) +j.I0(p,s)}j.gmb() +e=g.e.d +l=g.f.wb(e) +j.gmb() +e=e!==0?0:i +k=g.r.wb(e) +if(l.d<=0)j.a.toString +e=j.a.Q +j.guF() +q=j.a.dx +if(q==null)q=f.z +return new M.RP(e!=null,new Q.zT(M.k4(C.N,i,K.h6(j.guB(),new M.a5E(h,j,!1,l,k,s,p),i),C.o,q,0,i,i,i,i,C.bm),i),i)}} +M.a5B.prototype={ +$0(){this.a.r.zn(0,this.b)}, +$S:0} +M.a5F.prototype={ +$1(a){var s=this.b +if((s.a.a&30)===0)s.cG(0,this.c)}, +$S:19} +M.a5D.prototype={ +$0(){this.a.cy=this.b}, +$S:0} +M.a5C.prototype={ +$0(){this.a.db=this.b}, +$S:0} +M.a5E.prototype={ +$2(a,b){var s,r,q,p,o,n=this,m=n.b +m.a.toString +s=m.id +s.toString +r=m.guB().gbw() +q=m.gJy() +p=m.guF() +m=m.go +m.toString +o=n.a +return new T.nl(new M.ahA(n.c,!1,n.d,n.e,n.f,p,m,s,r,q,o.a,o.b),n.r,null)}, +$S:221} +M.zL.prototype={} +M.RP.prototype={ +cQ(a){return this.f!==a.f}} +M.ahB.prototype={ +$2(a,b){if(!a.a)a.Y(0,b)}, +$S:36} +M.De.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r,q=this.c +q.toString +s=!U.cp(q) +q=this.bJ$ +if(q!=null)for(q=P.c_(q,q.r),r=H.o(q).c;q.t();)r.a(q.d).scJ(0,s) +this.bV()}} +M.Df.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r,q=this.c +q.toString +s=!U.cp(q) +q=this.bJ$ +if(q!=null)for(q=P.c_(q,q.r),r=H.o(q).c;q.t();)r.a(q.d).scJ(0,s) +this.bV()}} +M.Dg.prototype={ +be(a){this.bH(a) +this.oc()}, +aM(){var s,r,q,p,o=this +o.Xm() +s=o.bl$ +r=o.gmR() +q=o.c +q.toString +q=K.oC(q) +o.d3$=q +p=o.me(q,r) +if(r){o.h6(s,o.c5$) +o.c5$=!1}if(p)if(s!=null)s.l(0)}, +l(a){var s,r=this +r.e1$.ai(0,new M.ahB()) +s=r.bl$ +if(s!=null)s.l(0) +r.bl$=null +r.Xn(0)}} +M.Ee.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r,q=this.c +q.toString +s=!U.cp(q) +q=this.bJ$ +if(q!=null)for(q=P.c_(q,q.r),r=H.o(q).c;q.t();)r.a(q.d).scJ(0,s) +this.bV()}} +E.Lf.prototype={ +I(a,b){var s=this,r=null +if(K.an(b).ag===C.D)return new E.qz(8,C.co,s.c,s.d,!1,C.Mu,3,C.dF,C.G8,C.aC,G.alo(),r,r,r) +return new E.uG(r,r,s.c,s.d,r,r,r,C.bL,C.dG,C.A,G.alo(),r,r,r)}} +E.uG.prototype={ +ae(){return new E.PR(new N.b3(null,t.A),null,C.k)}} +E.PR.prototype={ +gnz(){var s=this.dx +return s==null?H.f(H.u("_hoverAnimationController")):s}, +gnn(){var s=this.fx +return s==null?H.f(H.u("_colorScheme")):s}, +ghS(){var s=this.fy +return s==null?H.f(H.u("_scrollbarTheme")):s}, +gnZ(){var s=this.go +return s==null?H.f(H.u("_useAndroidScrollbar")):s}, +gtU(){var s=this.a.e +if(s==null)s=this.ghS().c +return s===!0}, +grl(){this.a.toString +this.ghS() +var s=this.gnZ() +return!s}, +gvC(){this.a.toString +this.ghS() +return!1}, +gvF(){var s=P.aT(t.ui) +if(this.dy)s.H(0,C.rN) +if(this.fr)s.H(0,C.as) +return s}, +ga9Z(){var s,r,q=this,p=q.gnn().z,o=q.gnn(),n=H.b8("dragColor"),m=H.b8("hoverColor"),l=H.b8("idleColor") +switch(o.cx){case C.aa:o=p.a +s=o>>>16&255 +r=o>>>8&255 +o&=255 +n.b=P.ar(153,s,r,o) +m.b=P.ar(C.d.aW(127.5),s,r,o) +if(q.gnZ()){o=q.c +o.toString +o=K.an(o).dx.a +o=P.ar(255,o>>>16&255,o>>>8&255,o&255)}else o=P.ar(C.d.aW(25.5),s,r,o) +l.b=o +break +case C.V:o=p.a +s=o>>>16&255 +r=o>>>8&255 +o&=255 +n.b=P.ar(191,s,r,o) +m.b=P.ar(166,s,r,o) +if(q.gnZ()){o=q.c +o.toString +o=K.an(o).dx.a +o=P.ar(255,o>>>16&255,o>>>8&255,o&255)}else o=P.ar(C.d.aW(76.5),s,r,o) +l.b=o +break}return new V.e3(new E.afE(q,n,m,l),t.h2)}, +gaab(){var s=this.gnn() +return new V.e3(new E.afG(this,this.gnn().cx,s.z),t.h2)}, +gaaa(){var s=this.gnn() +return new V.e3(new E.afF(this,this.gnn().cx,s.z),t.h2)}, +ga9Y(){return new V.e3(new E.afD(this),t.pj)}, +aC(){var s,r=this +r.Hk() +r.dx=G.bl(null,C.N,0,null,1,null,r) +s=r.gnz() +s.cN() +s=s.ci$ +s.b=!0 +s.a.push(new E.afM(r))}, +aM(){var s,r=this,q=r.c +q.toString +s=K.an(q) +r.fx=s.B +r.fy=s.d5 +switch(s.ag){case C.H:r.go=!0 +break +case C.D:case C.E:case C.K:case C.B:case C.F:r.go=!1 +break}r.VD()}, +tx(){var s,r=this,q=r.gfa() +q.sas(0,r.ga9Z().a.$1(r.gvF())) +q.saiy(r.gaab().a.$1(r.gvF())) +q.saix(r.gaaa().a.$1(r.gvF())) +s=r.c.J(t.I) +s.toString +q.sbC(0,s.f) +q.sFr(r.ga9Y().a.$1(r.gvF())) +s=r.a.f +if(s==null)s=r.ghS().e +if(s==null)s=r.gnZ()?null:C.Mt +q.stf(s) +s=r.ghS().y +if(s==null)s=r.gnZ()?0:2 +q.sDo(s) +s=r.ghS().z +q.sEL(s==null?0:s) +s=r.ghS().Q +q.sEU(0,s==null?48:s) +q.sdW(0,r.c.J(t.w).f.f) +q.syx(r.a.dx)}, +wV(a){this.Hj(a) +this.R(new E.afL(this))}, +wU(a,b){this.Hi(a,b) +this.R(new E.afK(this))}, +Ei(a){var s=this +s.VE(a) +if(s.Qw(a.gce(a),a.gda(a),!0)){s.R(new E.afI(s)) +s.gnz().bG(0)}else if(s.fr){s.R(new E.afJ(s)) +s.gnz().dd(0)}}, +Ej(a){var s=this +s.VF(a) +s.R(new E.afH(s)) +s.gnz().dd(0)}, +l(a){this.gnz().l(0) +this.Hh(0)}} +E.afE.prototype={ +$1(a){var s,r,q,p=this +if(a.A(0,C.rN)){s=p.a.ghS().f +s=s==null?null:s.V(a) +return s==null?p.b.aS():s}if(a.A(0,C.as))p.a.gvC() +s=p.a +r=s.ghS().f +r=r==null?null:r.V(a) +if(r==null)r=p.d.aS() +q=s.ghS().f +q=q==null?null:q.V(a) +if(q==null)q=p.c.aS() +s=P.O(r,q,s.gnz().gbw()) +s.toString +return s}, +$S:42} +E.afG.prototype={ +$1(a){if(a.A(0,C.as))this.a.gvC() +return C.ah}, +$S:42} +E.afF.prototype={ +$1(a){if(a.A(0,C.as))this.a.gvC() +return C.ah}, +$S:42} +E.afD.prototype={ +$1(a){var s,r +if(a.A(0,C.as))this.a.gvC() +s=this.a +r=s.a.r +if(r==null){r=s.ghS().a +r=r==null?null:r.V(a)}if(r==null){r=8/(s.gnZ()?2:1) +s=r}else s=r +return s}, +$S:223} +E.afM.prototype={ +$0(){this.a.tx()}, +$S:0} +E.afL.prototype={ +$0(){this.a.dy=!0}, +$S:0} +E.afK.prototype={ +$0(){this.a.dy=!1}, +$S:0} +E.afI.prototype={ +$0(){this.a.fr=!0}, +$S:0} +E.afJ.prototype={ +$0(){this.a.fr=!1}, +$S:0} +E.afH.prototype={ +$0(){this.a.fr=!1}, +$S:0} +X.A0.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof X.A0)if(b.a==r.a)s=J.e(b.e,r.e)&&b.f==r.f&&b.r==r.r&&b.x==r.x&&b.y==r.y&&b.z==r.z&&b.Q==r.Q +else s=!1 +else s=!1 +return s}} +X.Ci.prototype={ +V(a){var s,r=this,q=r.a,p=q==null?null:q.V(a) +q=r.b +s=q==null?null:q.V(a) +return r.d.$3(p,s,r.c)}, +$ib6:1} +X.RS.prototype={} +Q.Ad.prototype={ +gu(a){var s=this +return P.ej([s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,s.go,s.id,s.k1,s.k2,s.k3,s.k4,s.r1])}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof Q.Ad)if(b.a==r.a)if(J.e(b.b,r.b))if(J.e(b.c,r.c))if(J.e(b.d,r.d))if(J.e(b.e,r.e))if(J.e(b.f,r.f))if(J.e(b.r,r.r))if(J.e(b.x,r.x))if(J.e(b.y,r.y))if(J.e(b.z,r.z))if(J.e(b.Q,r.Q))if(J.e(b.ch,r.ch))if(J.e(b.cx,r.cx))if(J.e(b.cy,r.cy))s=J.e(b.k3,r.k3)&&b.k4==r.k4&&!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +Q.S3.prototype={} +N.jf.prototype={ +i(a){return this.b}} +N.je.prototype={ +ae(){return new N.Do(C.k)}} +N.Do.prototype={ +aC(){this.b1() +this.a.cx.cu(this.gBm())}, +be(a){var s,r=this,q=a.cx +if(r.a.cx!=q){s=r.gBm() +q.eN(s) +r.a.cx.cu(s)}r.bH(a)}, +l(a){this.a.cx.eN(this.gBm()) +this.aZ(0)}, +a7d(a){switch(a){case C.z:case C.aj:case C.ac:break +case C.O:this.a.toString +this.d=!0 +break}}, +I(a4,a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=null,d=a5.J(t.w).f,c=K.an(a5),b=c.B,a=c.N,a0=b.cx===C.V,a1=a0?b.b:b.c,a2=a0?C.aa:C.V,a3=b.z +if(a0)s=a3 +else{r=a3.a +s=P.am8(P.ar(204,r>>>16&255,r>>>8&255,r&255),b.e)}r=b.x +q=c.acq(new A.ni(r,r,a1,b.y,a3,s,b.ch,b.a,b.c,b.e,b.f,b.r,a2)) +p=a.d +if(p==null)p=X.anQ(a2,e,e).a2.r +r=f.a +o=new V.f7(24,0,24,0) +r=r.cx +r.toString +n=S.cM(C.ad,r,e) +r=f.a.cx +r.toString +S.cM(C.Hx,r,e) +r=f.a.cx +r.toString +m=S.cM(C.Hw,r,C.SA) +r=f.a +r.toString +p.toString +r=H.a([T.YL(M.bP(e,L.li(r.c,e,e,C.bD,!0,p,e,e,C.aM),C.o,e,e,e,e,e,e,C.Gl,e,e,e),1)],t.p) +l=f.a +l.toString +k=Q.oD(!0,new T.bb(o,T.dj(r,C.y,C.v,C.S),e),C.ae,!1) +j=a.e +if(j==null)j=6 +i=l.d +h=a.f +if(h==null)h=e +r=d.z +k=M.k4(C.N,e,new K.tU(q,r?k:K.Hn(!1,k,m),e),C.o,i,j,e,e,h,e,C.bm) +k=T.bw(e,e,new Q.wE(k,new N.ai5(a5),l.db,e,C.Uf),!0,e,e,!1,e,e,e,e,e,e,!0,e,e,e,e,e,new N.ai6(a5),e,e,e,e,e,e,e,e,e) +if(r)g=k +else g=K.h6(n,new N.ai7(n),k) +r="" +return T.arH(T.Wp(g,e),r)}} +N.ai6.prototype={ +$0(){M.L6(this.a).xQ(C.Og)}, +$S:0} +N.ai5.prototype={ +$1(a){M.L6(this.a).xQ(C.Oh)}, +$S:224} +N.ai7.prototype={ +$2(a,b){var s=this.a +return new T.dS(C.aS,null,s.gm(s),b,null)}, +$S:225} +K.Af.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof K.Af&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&b.e==s.e&&J.e(b.f,s.f)&&!0}} +K.S8.prototype={} +R.Ap.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof R.Ap)if(b.a==r.a)if(b.b==r.b)s=b.e==r.e&&b.f==r.f +else s=!1 +else s=!1 +else s=!1 +return s}} +R.Cd.prototype={ +V(a){var s,r=this,q=r.a,p=q==null?null:q.V(a) +q=r.b +s=q==null?null:q.V(a) +return r.d.$3(p,s,r.c)}, +$ib6:1} +R.Su.prototype={} +U.Aq.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof U.Aq)if(J.e(b.a,r.a))s=J.e(b.c,r.c)&&J.e(b.d,r.d)&&J.e(b.e,r.e)&&J.e(b.f,r.f)&&J.e(b.r,r.r) +else s=!1 +else s=!1 +return s}} +U.Sz.prototype={} +U.M9.prototype={} +U.SB.prototype={ +V(a){var s +if(a.A(0,C.ai)){s=this.b +if(s==null)s=null +else{s=s.a +s=P.ar(97,s>>>16&255,s>>>8&255,s&255)}return s}return this.a}, +i(a){var s=this.b +if(s==null)s=null +else{s=s.a +s=P.ar(97,s>>>16&255,s>>>8&255,s&255)}return"{disabled: "+H.c(s)+", otherwise: "+this.a.i(0)+"}"}} +U.SD.prototype={ +V(a){var s +if(a.A(0,C.as)){s=this.a +return P.ar(10,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}if(a.A(0,C.aX)||a.A(0,C.aO)){s=this.a +return P.ar(31,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)}return null}, +i(a){var s=this.a +return"{hovered: "+P.ar(10,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255).i(0)+", focused,pressed: "+P.ar(31,s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255).i(0)+", otherwise: null}"}} +U.SC.prototype={ +V(a){if(a.A(0,C.ai))return this.b +return this.a}} +U.U3.prototype={} +T.Au.prototype={ +gu(a){return J.e7(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof T.Au&&J.e(b.a,this.a)}} +T.SE.prototype={} +Z.SF.prototype={ +F2(a){var s,r +this.Wl(a) +s=this.a +s.a.toString +r=this.b +if(r){s=s.z.gaJ() +s.toString +s.pA()}}, +agJ(a){}, +agY(a){var s,r=this.a +r.a.toString +s=this.d.c +s.toString +switch(K.an(s).ag){case C.D:case C.B:r=r.z.gaJ() +r.toString +r=$.B.C$.Q.h(0,r.r).gD() +r.toString +t.E.a(r).n7(C.bW,a.a) +break +case C.H:case C.K:case C.E:case C.F:r=r.z.gaJ() +r.toString +r=$.B.C$.Q.h(0,r.r).gD() +r.toString +s=a.a +t.E.a(r).Ge(C.bW,s.a7(0,a.c),s) +break}}, +ah3(a){var s=this.a,r=s.z,q=r.gaJ() +q.toString +q.iR() +s.a.toString +s=this.d.c +s.toString +switch(K.an(s).ag){case C.D:case C.B:switch(a.c){case C.au:case C.aP:case C.bo:s=r.gaJ() +s.toString +s=$.B.C$.Q.h(0,s.r).gD() +s.toString +t.E.a(s) +r=s.hx +r.toString +s.n7(C.d5,r) +break +case C.at:case C.b7:s=r.gaJ() +s.toString +s=$.B.C$.Q.h(0,s.r).gD() +s.toString +t.E.a(s).Tj(C.d5) +break}break +case C.H:case C.K:case C.E:case C.F:s=r.gaJ() +s.toString +s=$.B.C$.Q.h(0,s.r).gD() +s.toString +t.E.a(s) +r=s.hx +r.toString +s.n7(C.d5,r) +break}s=this.d +s.LL() +s.a.toString}, +ah_(a){var s,r,q=this.a +q.a.toString +s=this.d +r=s.c +r.toString +switch(K.an(r).ag){case C.D:case C.B:q=q.z.gaJ() +q.toString +q=$.B.C$.Q.h(0,q.r).gD() +q.toString +t.E.a(q).n7(C.bW,a.a) +break +case C.H:case C.K:case C.E:case C.F:q=q.z.gaJ() +q.toString +q=$.B.C$.Q.h(0,q.r).gD() +q.toString +t.E.a(q) +r=q.hx +r.toString +q.ps(C.bW,r) +s=s.c +s.toString +M.amF(s) +break}}} +Z.Ay.prototype={ +ae(){var s=null +return new Z.DE(new N.b3(s,t.NE),s,P.A(t.yb,t.R),s,!0,s,C.k)}} +Z.DE.prototype={ +gkE(){var s=this.a.c +return s}, +gks(){var s=this.a.d +if(s==null){s=this.e +if(s==null){s=O.xc(!0,null,!0,null,null,!1) +this.e=s}}return s}, +ga2y(){this.a.toString +var s=this.c +s.toString +s=B.aDw(K.an(s).ag) +return s}, +gM7(){var s=this.x +return s==null?H.f(H.u("_selectionGestureDetectorBuilder")):s}, +gPD(){var s=this.y +return s==null?H.f(H.u("forcePressEnabled")):s}, +gm6(){this.a.toString +return!0}, +ga6b(){this.a.toString +return!1}, +a3r(){var s,r,q,p,o=this,n=o.c +n.toString +L.fH(n,C.aN,t.C).toString +n=o.c +n.toString +s=K.an(n) +n=o.a.e +n=n.Cx(s.a3) +o.gm6() +r=o.a +q=r.e.ch +p=n.acD(!0,q==null?r.go:q) +n=p.x1==null +if(!n||p.ry!=null)return p +r=new T.fj(o.gkE().a.a) +r.gn(r) +if(n)if(p.ry==null)o.a.toString +o.a.toString +return p}, +aC(){var s,r=this +r.b1() +r.x=new Z.SF(r,r) +r.a.toString +s=r.gks() +r.gm6() +s.sdv(!0)}, +gMQ(){var s,r=this.c +r.toString +r=F.et(r) +s=r==null?null:r.db +switch(s==null?C.aD:s){case C.aD:this.gm6() +return!0 +case C.cV:return!0}}, +aM(){this.Y5() +this.gks().sdv(this.gMQ())}, +be(a){var s=this +s.Y6(a) +s.a.toString +s.gks().sdv(s.gMQ()) +if(s.gks().gcs())s.a.toString}, +h6(a,b){var s=this.d +if(s!=null)this.k6(s,"controller")}, +gf7(){return this.a.c6}, +l(a){var s=this.e +if(s!=null)s.l(0) +s=this.d +if(s!=null){s.a2c() +s.VU(0)}this.Y7(0)}, +LL(){var s=this.z.gaJ() +if(s!=null)s.RP()}, +a9n(a){var s=this +if(!s.gM7().b)return!1 +if(a===C.x)return!1 +s.a.toString +s.gm6() +if(a===C.bW)return!0 +if(s.gkE().a.a.length!==0)return!0 +return!1}, +a9T(a,b){var s,r=this,q=r.a9n(b) +if(q!==r.r)r.R(new Z.aij(r,q)) +s=r.c +s.toString +switch(K.an(s).ag){case C.D:case C.B:if(b===C.bW){s=r.z.gaJ() +if(s!=null)s.qQ(new P.b1(a.c,a.e))}return +case C.H:case C.K:case C.E:case C.F:break}}, +a5D(){var s=this.gkE().a.b +if(s.a===s.b){s=this.z.gaJ() +if(s.z.db!=null)s.iR() +else s.pA()}}, +K5(a){if(a!==this.f)this.R(new Z.aii(this,a))}, +I(c5,c6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9=this,c0=null,c1={},c2=K.an(c6),c3=R.ats(c6),c4=c2.a2.r +c4.toString +s=c4.cj(b9.a.y) +b9.a.toString +r=b9.gkE() +q=b9.gks() +c4=t.VS +p=H.a([],c4) +o=b9.a +n=o.q +m=o.a5 +l=o.a3 +c1.a=null +switch(c2.ag){case C.D:k=K.amd(c6) +b9.y=!0 +n=$.ayf() +m=c3.a +if(m==null)m=k.gj4() +j=c3.b +if(j==null){o=k.gj4() +j=P.ar(102,o.gm(o)>>>16&255,o.gm(o)>>>8&255,o.gm(o)&255)}i=new P.l(-2/c6.J(t.w).f.b,0) +h=j +g=!0 +f=!0 +l=C.d1 +break +case C.B:k=K.amd(c6) +b9.y=!1 +n=$.aye() +m=c3.a +if(m==null)m=k.gj4() +j=c3.b +if(j==null){o=k.gj4() +j=P.ar(102,o.gm(o)>>>16&255,o.gm(o)>>>8&255,o.gm(o)&255)}i=new P.l(-2/c6.J(t.w).f.b,0) +c1.a=new Z.ail(b9) +h=c0 +g=!0 +f=!0 +l=C.d1 +break +case C.H:case C.K:b9.y=!1 +n=$.ayj() +m=c3.a +if(m==null)m=c2.B.a +j=c3.b +if(j==null){o=c2.B.a +j=P.ar(102,o.gm(o)>>>16&255,o.gm(o)>>>8&255,o.gm(o)&255)}h=c0 +i=h +g=!1 +f=!1 +break +case C.E:case C.F:b9.y=!1 +n=$.ayg() +m=c3.a +if(m==null)m=c2.B.a +j=c3.b +if(j==null){o=c2.B.a +j=P.ar(102,o.gm(o)>>>16&255,o.gm(o)>>>8&255,o.gm(o)&255)}h=c0 +i=h +g=!1 +f=!1 +break +default:h=c0 +j=h +i=j +f=i +g=f}o=b9.bl$ +b9.a.toString +b9.gm6() +e=b9.a +d=e.k3 +c=b9.r +b=e.f +a=e.r +a0=e.x +a1=e.z +a2=e.Q +a3=e.cx +a4=e.db +a5=e.fr +a6=e.fx +a7=e.go +a8=e.id +a9=e.ry +b0=e.x1 +b1=e.x2 +b2=e.am +b3=e.aF +b4=e.b7 +b5=e.bF +b6=e.bT +e=e.d5 +if(a7===1){c4=H.a([$.awx()],c4) +C.c.O(c4,p)}else c4=p +c4=K.Mv(o,new D.qJ(r,q,a4,!1,!1,d,c,!0,!0,a5,a6,!0,s,a1,a2,a3,a0,m,h,C.f7,a7,a8,!1,!1,j,n,b,a,a9,b0,b1,c0,b9.ga9S(),b9.ga5C(),c4,C.c7,!0,b2,b3,l,f,i,g,C.eW,C.c1,c2.c,b4,!0,C.a0,b5,b6,e,"editable",!0,b9.z)) +b9.a.toString +b7=K.h6(new B.pA(H.a([q,r],t.Eo)),new Z.aim(b9,q,r),new T.fh(c4,c0)) +b9.a.toString +c4=P.aT(t.ui) +b9.gm6() +if(b9.f)c4.H(0,C.as) +if(q.gcs())c4.H(0,C.aX) +p=b9.a.e +if(p.cx!=null||b9.ga6b())c4.H(0,C.LK) +b8=V.hi(C.Uy,c4,t.Pb) +c1.b=null +b9.a.toString +if(b9.ga2y()!==C.LL)b9.a.toString +b9.gm6() +c4=b9.gM7() +p=c4.a +o=p.gPD()?c4.gagK():c0 +p=p.gPD()?c4.gagI():c0 +return new T.HD(q,new T.fL(new Z.ain(b9),c0,new Z.aio(b9),b8,!0,new T.hS(!1,c0,K.h6(r,new Z.aip(c1,b9),new F.AC(c4.gah4(),o,p,c4.gagR(),c4.gagT(),c4.gah2(),c4.gah0(),c4.gagZ(),c4.gagX(),c4.gagV(),c4.gagA(),c4.gagE(),c4.gagG(),c4.gagC(),C.ch,b7,c0)),c0),c0),c0)}} +Z.aij.prototype={ +$0(){this.a.r=this.b}, +$S:0} +Z.aii.prototype={ +$0(){this.a.f=this.b}, +$S:0} +Z.ail.prototype={ +$0(){var s=this.a +if(!s.gks().gcs()&&s.gks().gdv())s.gks().pa()}, +$S:0} +Z.aim.prototype={ +$2(a,b){var s,r,q,p=this.a,o=p.a3r(),n=p.a,m=n.y,l=n.Q +n=n.ch +s=p.f +r=this.b.gcs() +q=this.c.a.a +p.a.toString +return new L.nT(o,m,l,n,r,s,!1,q.length===0,b,null)}, +$S:231} +Z.ain.prototype={ +$1(a){return this.a.K5(!0)}, +$S:44} +Z.aio.prototype={ +$1(a){return this.a.K5(!1)}, +$S:32} +Z.aip.prototype={ +$2(a,b){var s=null,r=this.a,q=r.b,p=this.b,o=new T.fj(p.gkE().a.a) +o=o.gn(o) +p.a.toString +return T.bw(s,s,b,!1,o,s,!1,s,s,s,s,s,s,s,q,s,s,s,r.a,s,s,s,new Z.aik(p),s,s,s,s,s,s)}, +$S:134} +Z.aik.prototype={ +$0(){var s=this.a +if(!s.gkE().a.b.gd9())s.gkE().stN(X.dO(C.n,s.gkE().a.a.length)) +s.LL()}, +$S:0} +Z.ajf.prototype={ +$2(a,b){if(!a.a)a.Y(0,b)}, +$S:36} +Z.Em.prototype={ +be(a){this.bH(a) +this.oc()}, +aM(){var s,r,q,p,o=this +o.bV() +s=o.bl$ +r=o.gmR() +q=o.c +q.toString +q=K.oC(q) +o.d3$=q +p=o.me(q,r) +if(r){o.h6(s,o.c5$) +o.c5$=!1}if(p)if(s!=null)s.l(0)}, +l(a){var s,r=this +r.e1$.ai(0,new Z.ajf()) +s=r.bl$ +if(s!=null)s.l(0) +r.bl$=null +r.aZ(0)}} +E.Az.prototype={ +ae(){var s=null +return new E.v9(new U.zD(s,P.aj(0,s,!1,t.Z)),U.a53(!1),s,P.A(t.yb,t.R),s,!0,s,C.k)}} +E.a96.prototype={ +$1(a){var s,r,q,p,o=this +t.iN.a(a) +s=a.c +s.toString +r=o.a.Cx(K.an(s).a3) +s=a.bl$ +q=a.gns() +p=a.e +p=r.acr(H.o(p).j("cY.T").a(p.y)) +return K.Mv(s,new Z.Ay(q,o.d,p,o.e,o.f,o.ch,o.r,o.x,o.y,o.z,o.Q,o.cx,o.dy,o.fr,o.fx,C.Oe,C.Of,o.id,o.k3,o.k4,o.r1,o.db,C.SG,o.dx,o.r2,o.k1,o.k2,new E.a97(a,o.b),o.ry,o.x1,o.x2,!0,o.y2,o.a2,o.am,o.aF,o.ao,o.a3,o.ar,o.aj,o.rx,o.b7,o.a5,o.q,o.bc,o.c,o.C,null))}, +$S:232} +E.a97.prototype={ +$1(a){this.a.wl(a)}, +$S:49} +E.v9.prototype={ +gns(){var s=t.mr.a(N.a1.prototype.gF.call(this)) +return s.ch}, +gF(){return t.mr.a(N.a1.prototype.gF.call(this))}, +h6(a,b){var s,r=this +r.V4(a,b) +s=r.db +if(s!=null)r.k6(s,"controller") +r.d=r.gns().a.a}, +aC(){var s,r=this +r.b1() +s=t.mr +s.a(N.a1.prototype.gF.call(r)) +s.a(N.a1.prototype.gF.call(r)).ch.ad(0,r.gAK())}, +be(a){var s,r,q,p=this +p.WH(a) +s=t.mr +r=a.ch +if(s.a(N.a1.prototype.gF.call(p)).ch!==r){q=p.gAK() +r.Y(0,q) +s.a(N.a1.prototype.gF.call(p)).ch.ad(0,q) +s.a(N.a1.prototype.gF.call(p)) +s.a(N.a1.prototype.gF.call(p)) +s=s.a(N.a1.prototype.gF.call(p)).ch.a +p.d=s.a}}, +l(a){var s,r=this +t.mr.a(N.a1.prototype.gF.call(r)).ch.Y(0,r.gAK()) +s=r.db +if(s!=null){s.a2c() +s.VU(0)}r.WI(0)}, +wl(a){var s +this.V3(a) +if(this.gns().a.a!==a){s=this.gns() +s.scP(0,a)}}, +a49(){var s=this +if(s.gns().a.a!==s.gJE())s.wl(s.gns().a.a)}} +F.a1g.prototype={ +n_(a){return C.O6}, +w_(a,b,c,d,e,f){var s,r=null,q=K.an(a),p=R.ats(a).c +if(p==null)p=q.B.a +s=T.aU(T.lg(D.dL(C.ch,r,C.a0,!1,r,r,r,r,r,r,r,r,r,r,r,r,d,r,r,r,r,r,r),r,r,new F.SH(p,r),C.r),22,22) +switch(b){case C.de:return T.anW(C.a7,1.5707963267948966,s,r) +case C.df:return s +case C.ez:return T.anW(C.a7,0.7853981633974483,s,r)}}, +kh(a,b,c,d){switch(a){case C.de:return C.M1 +case C.df:return C.h +default:return C.LY}}, +tG(a,b){return this.kh(a,b,null,null)}} +F.SH.prototype={ +aK(a,b){var s,r,q,p=H.ai(),o=p?H.aK():new H.aE(new H.aG()) +o.sas(0,this.b) +s=b.a/2 +r=P.hn(new P.l(s,s),s) +p=0+s +q=P.bj() +q.iz(0,r) +q.hr(0,new P.v(0,0,p,p)) +a.bW(0,q,o)}, +eR(a){return!this.b.k(0,a.b)}} +R.AF.prototype={ +gu(a){return P.a2(this.a,this.b,this.c,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof R.AF&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)}} +R.SK.prototype={} +R.e0.prototype={ +cj(a9){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7=this,a8=null +if(a9==null)return a7 +s=a7.a +r=s==null?a8:s.cj(a9.a) +if(r==null)r=a9.a +q=a7.b +p=q==null?a8:q.cj(a9.b) +if(p==null)p=a9.b +o=a7.c +n=o==null?a8:o.cj(a9.c) +if(n==null)n=a9.c +m=a7.d +l=m==null?a8:m.cj(a9.d) +if(l==null)l=a9.d +k=a7.e +j=k==null?a8:k.cj(a9.e) +if(j==null)j=a9.e +i=a7.f +h=i==null?a8:i.cj(a9.f) +if(h==null)h=a9.f +g=a7.r +f=g==null?a8:g.cj(a9.r) +if(f==null)f=a9.r +e=a7.x +d=e==null?a8:e.cj(a9.x) +if(d==null)d=a9.x +c=a7.y +b=c==null?a8:c.cj(a9.y) +if(b==null)b=a9.y +a=a7.z +a0=a==null?a8:a.cj(a9.z) +if(a0==null)a0=a9.z +a1=a7.Q +a2=a1==null?a8:a1.cj(a9.Q) +if(a2==null)a2=a9.Q +a3=a7.ch +a4=a3==null?a8:a3.cj(a9.ch) +if(a4==null)a4=a9.ch +a5=a7.cx +a6=a5==null?a8:a5.cj(a9.cx) +if(a6==null)a6=a9.cx +s=r==null?s:r +r=p==null?q:p +q=n==null?o:n +p=l==null?m:l +o=j==null?k:j +n=h==null?i:h +m=f==null?g:f +l=d==null?e:d +k=b==null?c:b +j=a0==null?a:a0 +i=a2==null?a1:a2 +h=a4==null?a3:a4 +return new R.e0(s,r,q,p,o,n,m,l,k,j,i,h,a6==null?a5:a6)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof R.e0&&J.e(s.a,b.a)&&J.e(s.b,b.b)&&J.e(s.c,b.c)&&J.e(s.d,b.d)&&J.e(s.e,b.e)&&J.e(s.f,b.f)&&J.e(s.r,b.r)&&J.e(s.x,b.x)&&J.e(s.y,b.y)&&J.e(s.z,b.z)&&J.e(s.Q,b.Q)&&J.e(s.ch,b.ch)&&J.e(s.cx,b.cx)}, +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}} +R.SN.prototype={} +K.tU.prototype={ +I(a,b){var s=this.c,r=C.ca.a,q=C.ca.b,p=C.ca.c,o=C.ca.d,n=C.ca.e,m=C.ca.f +return new K.C4(this,new K.Gx(new X.IG(s,new K.yv(r,q,p,o,n,m),C.kI,r,q,p,o,n,m),Y.a_E(this.d,s.a5,null),null),null)}} +K.C4.prototype={ +ya(a,b,c){return new K.tU(this.x.c,c,null)}, +cQ(a){return!this.x.c.k(0,a.x.c)}} +K.p8.prototype={ +dM(v2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8,f9,g0,g1,g2,g3,g4,g5,g6,g7,g8,g9,h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,i0,i1,i2,i3,i4,i5,i6,i7,i8,i9,j0,j1,j2,j3,j4,j5,j6,j7,j8,j9,k0,k1,k2,k3,k4,k5,k6,k7,k8,k9,l0,l1,l2,l3,l4,l5,l6,l7,l8,l9,m0,m1,m2,m3,m4,m5,m6,m7,m8,m9,n0,n1,n2,n3,n4,n5,n6,n7,n8,n9,o0,o1,o2,o3,o4,o5,o6,o7,o8,o9,p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,q0,q1,q2,q3,q4,q5,q6,q7,q8,q9,r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,s0,s1,s2,s3,s4,s5,s6,s7,s8,s9,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,v0,v1=this.a +v1.toString +s=this.b +s.toString +r=v1.a.a +q=s.a.a +p=P.a8(r,q,v2) +p.toString +q=P.a8(r,q,v2) +q.toString +r=P.O(v1.b,s.b,v2) +r.toString +o=v2<0.5 +n=o?v1.c:s.c +m=P.O(v1.d,s.d,v2) +m.toString +l=P.O(v1.e,s.e,v2) +l.toString +k=P.O(v1.f,s.f,v2) +k.toString +j=P.O(v1.r,s.r,v2) +j.toString +i=P.O(v1.x,s.x,v2) +i.toString +h=o?v1.y:s.y +g=P.O(v1.z,s.z,v2) +g.toString +f=P.O(v1.Q,s.Q,v2) +f.toString +e=P.O(v1.ch,s.ch,v2) +e.toString +d=P.O(v1.cx,s.cx,v2) +d.toString +c=P.O(v1.cy,s.cy,v2) +c.toString +b=P.O(v1.db,s.db,v2) +b.toString +a=P.O(v1.dx,s.dx,v2) +a.toString +a0=P.O(v1.dy,s.dy,v2) +a0.toString +a1=o?v1.fr:s.fr +a2=P.O(v1.fx,s.fx,v2) +a2.toString +a3=P.O(v1.fy,s.fy,v2) +a3.toString +a4=P.O(v1.go,s.go,v2) +a4.toString +a5=o?v1.id:s.id +a6=S.aFD(v1.k1,s.k1,v2) +a6.toString +a7=P.O(v1.k2,s.k2,v2) +a7.toString +a8=P.O(v1.k3,s.k3,v2) +a8.toString +a9=P.O(v1.k4,s.k4,v2) +a9.toString +b0=P.O(v1.r1,s.r1,v2) +b0.toString +b1=P.O(v1.r2,s.r2,v2) +b1.toString +b2=P.O(v1.rx,s.rx,v2) +b2.toString +b3=P.O(v1.ry,s.ry,v2) +b3.toString +b4=P.O(v1.x1,s.x1,v2) +b4.toString +b5=P.O(v1.x2,s.x2,v2) +b5.toString +b6=P.O(v1.y1,s.y1,v2) +b6.toString +b7=P.O(v1.y2,s.y2,v2) +b7.toString +b8=R.mo(v1.a2,s.a2,v2) +b9=R.mo(v1.am,s.am,v2) +c0=R.mo(v1.aF,s.aF,v2) +c1=o?v1.a3:s.a3 +c2=T.lx(v1.a5,s.a5,v2) +c3=T.lx(v1.ao,s.ao,v2) +c4=T.lx(v1.ar,s.ar,v2) +c5=v1.aj +c6=s.aj +c7=P.a8(c5.a,c6.a,v2) +c8=P.O(c5.b,c6.b,v2) +c9=P.O(c5.c,c6.c,v2) +d0=P.O(c5.d,c6.d,v2) +d1=P.O(c5.e,c6.e,v2) +d2=P.O(c5.f,c6.f,v2) +d3=P.O(c5.r,c6.r,v2) +d4=P.O(c5.x,c6.x,v2) +d5=P.O(c5.y,c6.y,v2) +d6=P.O(c5.z,c6.z,v2) +d7=P.O(c5.Q,c6.Q,v2) +d8=P.O(c5.ch,c6.ch,v2) +d9=P.O(c5.cx,c6.cx,v2) +e0=P.O(c5.cy,c6.cy,v2) +e1=o?c5.db:c6.db +e2=o?c5.dx:c6.dx +e3=o?c5.dy:c6.dy +e4=o?c5.fr:c6.fr +e5=o?c5.fx:c6.fx +e6=o?c5.fy:c6.fy +e7=o?c5.go:c6.go +e8=o?c5.id:c6.id +e9=o?c5.k1:c6.k1 +f0=o?c5.k2:c6.k2 +f1=A.by(c5.k3,c6.k3,v2) +f2=P.a8(c5.k4,c6.k4,v2) +c5=o?c5.r1:c6.r1 +c6=v1.b7 +f3=s.b7 +f4=Z.X1(c6.a,f3.a,v2) +f5=o?c6.b:f3.b +f6=P.O(c6.c,f3.c,v2) +f7=V.fx(c6.d,f3.d,v2) +f8=A.by(c6.e,f3.e,v2) +f9=P.O(c6.f,f3.f,v2) +f3=A.by(c6.r,f3.r,v2) +c6=T.aFF(v1.bc,s.bc,v2) +c6.toString +g0=v1.q +g1=s.q +if(o)g2=g0.a +else g2=g1.a +g3=P.O(g0.b,g1.b,v2) +g4=P.O(g0.c,g1.c,v2) +g5=P.a8(g0.d,g1.d,v2) +g6=V.fx(g0.e,g1.e,v2) +g0=Y.eU(g0.f,g1.f,v2) +g1=K.aCe(v1.C,s.C,v2) +g1.toString +g7=o?v1.ag:s.ag +g8=o?v1.bs:s.bs +g9=o?v1.bT:s.bT +h0=v1.bF +h1=s.bF +if(o)h2=h0.a +else h2=h1.a +h3=P.O(h0.b,h1.b,v2) +h4=P.O(h0.c,h1.c,v2) +h5=P.a8(h0.d,h1.d,v2) +h6=P.O(h0.e,h1.e,v2) +h7=Y.eU(h0.f,h1.f,v2) +h8=T.lx(h0.r,h1.r,v2) +h9=T.lx(h0.x,h1.x,v2) +i0=R.mo(h0.y,h1.y,v2) +if(o)i1=h0.z +else i1=h1.z +i2=P.a8(h0.Q,h1.Q,v2) +i3=P.a8(h0.ch,h1.ch,v2) +i4=A.by(h0.cx,h1.cx,v2) +i5=A.by(h0.cy,h1.cy,v2) +if(o)i6=h0.db +else i6=h1.db +if(o)h0=h0.dx +else h0=h1.dx +h1=h3==null?null:h3 +h3=v1.d5 +i7=s.d5 +i8=X.a6c(h3.a,i7.a,v2,P.awh(),t.PM) +if(o)i9=h3.b +else i9=i7.b +if(o)j0=h3.c +else j0=i7.c +if(o)j1=h3.d +else j1=i7.d +j2=P.z4(h3.e,i7.e,v2) +j3=t.MH +j4=X.a6c(h3.f,i7.f,v2,P.eE(),j3) +j5=X.a6c(h3.r,i7.r,v2,P.eE(),j3) +j6=X.a6c(h3.x,i7.x,v2,P.eE(),j3) +j7=P.a8(h3.y,i7.y,v2) +j8=P.a8(h3.z,i7.z,v2) +h3=P.a8(h3.Q,i7.Q,v2) +i7=v1.c6 +j9=s.c6 +k0=P.O(i7.a,j9.a,v2) +k1=P.a8(i7.b,j9.b,v2) +if(o)i7=i7.c +else i7=j9.c +j9=v1.B +k2=s.B +k3=P.O(j9.a,k2.a,v2) +k3.toString +k4=P.O(j9.b,k2.b,v2) +k4.toString +k5=P.O(j9.c,k2.c,v2) +k5.toString +k6=P.O(j9.d,k2.d,v2) +k6.toString +k7=P.O(j9.e,k2.e,v2) +k7.toString +k8=P.O(j9.f,k2.f,v2) +k8.toString +k9=P.O(j9.r,k2.r,v2) +k9.toString +l0=P.O(j9.x,k2.x,v2) +l0.toString +l1=P.O(j9.y,k2.y,v2) +l1.toString +l2=P.O(j9.z,k2.z,v2) +l2.toString +l3=P.O(j9.Q,k2.Q,v2) +l3.toString +l4=P.O(j9.ch,k2.ch,v2) +l4.toString +j9=o?j9.cx:k2.cx +k2=v1.W +l5=s.W +l6=P.O(k2.a,l5.a,v2) +l7=P.a8(k2.b,l5.b,v2) +l8=Y.eU(k2.c,l5.c,v2) +l9=A.by(k2.d,l5.d,v2) +k2=A.by(k2.e,l5.e,v2) +l5=S.aD_(v1.a8,s.a8,v2) +l5.toString +m0=E.aDQ(v1.az,s.az,v2) +m0.toString +m1=v1.aN +m2=s.aN +m3=R.mo(m1.a,m2.a,v2) +m4=R.mo(m1.b,m2.b,v2) +m5=R.mo(m1.c,m2.c,v2) +m6=R.mo(m1.d,m2.d,v2) +m2=R.mo(m1.e,m2.e,v2) +m1=o?v1.b_:s.b_ +m7=v1.N +m8=s.N +m9=P.O(m7.a,m8.a,v2) +n0=P.O(m7.b,m8.b,v2) +n1=P.O(m7.c,m8.c,v2) +n2=A.by(m7.d,m8.d,v2) +n3=P.a8(m7.e,m8.e,v2) +n4=Y.eU(m7.f,m8.f,v2) +if(o)m7=m7.r +else m7=m8.r +m8=X.aBW(v1.b6,s.b6,v2) +m8.toString +n5=R.aEb(v1.bK,s.bK,v2) +n5.toString +n6=v1.bL +n7=s.bL +n8=P.O(n6.a,n7.a,v2) +n9=A.by(n6.b,n7.b,v2) +o0=V.fx(n6.c,n7.c,v2) +n6=V.fx(n6.d,n7.d,v2) +n7=v1.c_ +o1=s.c_ +o2=P.O(n7.a,o1.a,v2) +o3=P.a8(n7.b,o1.b,v2) +o4=P.a8(n7.c,o1.c,v2) +o5=P.a8(n7.d,o1.d,v2) +n7=P.a8(n7.e,o1.e,v2) +o1=M.aC1(v1.d6,s.d6,v2) +o1.toString +o6=v1.bi +o7=s.bi +o8=P.O(o6.a,o7.a,v2) +o9=P.a8(o6.b,o7.b,v2) +p0=T.lx(o6.c,o7.c,v2) +p1=T.lx(o6.d,o7.d,v2) +p2=P.O(o6.e,o7.e,v2) +p3=P.O(o6.f,o7.f,v2) +p4=A.by(o6.r,o7.r,v2) +p5=A.by(o6.x,o7.x,v2) +if(o)p6=o6.y +else p6=o7.y +if(o)p7=o6.z +else p7=o7.z +if(o)p8=o6.Q +else p8=o7.Q +if(o)p9=o6.ch +else p9=o7.ch +if(o)o6=o6.cx +else o6=o7.cx +o7=v1.c7 +q0=s.c7 +q1=o7.dx +q2=q1==null +if(q2)q3=q0.dx==null +else q3=!1 +if(q3)q1=null +else if(q2)q1=q0.dx +else{q2=q0.dx +if(!(q2==null))q1=Y.b4(q1,q2,v2)}q2=P.O(o7.a,q0.a,v2) +q3=P.O(o7.b,q0.b,v2) +q4=P.O(o7.c,q0.c,v2) +q5=P.O(o7.d,q0.d,v2) +q6=P.O(o7.e,q0.e,v2) +q7=P.O(o7.f,q0.f,v2) +q8=P.O(o7.r,q0.r,v2) +q9=P.O(o7.x,q0.x,v2) +r0=P.O(o7.y,q0.y,v2) +r1=A.by(o7.z,q0.z,v2) +r2=A.by(o7.Q,q0.Q,v2) +r3=A.by(o7.ch,q0.ch,v2) +r4=Y.eU(o7.cx,q0.cx,v2) +r5=Y.eU(o7.cy,q0.cy,v2) +r6=t.KX +r7=r6.a(Y.eU(o7.db,q0.db,v2)) +if(o)o7=o7.dy +else o7=q0.dy +q0=T.aFw(v1.cV,s.cV,v2) +q0.toString +r8=T.aCT(v1.er,s.er,v2) +r8.toString +r9=U.aDT(v1.dk,s.dk,v2) +r9.toString +s0=R.aFA(v1.dS,s.dS,v2) +s0.toString +s1=v1.cm +s2=s.cm +s3=Z.X1(s1.a,s2.a,v2) +s4=Z.arc(s1.b,s2.b,v2,P.eE(),j3) +s5=P.a8(s1.c,s2.c,v2) +s6=A.by(s1.d,s2.d,v2) +s7=Z.arc(s1.e,s2.e,v2,P.eE(),j3) +s8=P.a8(s1.f,s2.f,v2) +s9=A.by(s1.r,s2.r,v2) +t0=P.a8(s1.x,s2.x,v2) +t1=P.a8(s1.y,s2.y,v2) +t2=P.a8(s1.z,s2.z,v2) +s2=P.a8(s1.Q,s2.Q,v2) +s1=v1.aR +t3=s.aR +if(o)t4=s1.a +else t4=t3.a +t5=F.am4(s1.b,t3.b,v2,P.eE(),j3) +t6=F.am4(s1.c,t3.c,v2,P.eE(),j3) +t7=F.am4(s1.d,t3.d,v2,P.eE(),j3) +t8=P.a8(s1.e,t3.e,v2) +if(o)t9=s1.f +else t9=t3.f +if(o)u0=s1.r +else u0=t3.r +r6=r6.a(Y.eU(s1.x,t3.x,v2)) +s1=F.aC8(s1.y,t3.y,v2) +t3=v1.dl +u1=s.dl +if(o)u2=t3.a +else u2=u1.a +u3=T.asM(t3.b,u1.b,v2,P.eE(),j3) +if(o)u4=t3.e +else u4=u1.e +u5=T.asM(t3.c,u1.c,v2,P.eE(),j3) +u6=P.a8(t3.d,u1.d,v2) +if(o)t3=t3.f +else t3=u1.f +u1=v1.e2 +u7=s.e2 +u8=R.anM(u1.a,u7.a,v2,P.eE(),j3) +u9=R.anM(u1.b,u7.b,v2,P.eE(),j3) +if(o)v0=u1.c +else v0=u7.c +if(o)o=u1.d +else o=u7.d +j3=R.anM(u1.e,u7.e,v2,P.eE(),j3) +u1=P.a8(u1.f,u7.f,v2) +s=B.aEt(v1.cW,s.cW,v2) +s.toString +return X.anP(i,h,c4,c0,new V.vT(h2,h1,h4,h5,h6,h7,h8,h9,i0,i1,i2,i3,i4,i5,i6,h0),!1,b2,new Q.yc(n8,n9,o0,n6),f,new D.vY(k0,k1,i7),new M.vZ(o8,o9,p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,o6),m8,o1,a7,a5,k,e,new A.w8(g2,g3,g4,g5,g6,g0),new F.wb(t4,t5,t6,t7,t8,t9,u0,r6,s1),g1,new A.ni(k3,k4,k5,k6,k7,k8,k9,l0,l1,l2,l3,l4,j9),m1,b0,new Z.wy(s3,s4,s5,s6,s7,s8,s9,t0,t1,t2,s2),b3,new Y.wD(l6,l7,l8,l9,k2),a4,d,new G.wF(o2,o3,o4,o5,n7),r8,b6,!0,l5,c,a,b5,b,c2,b4,c1,g8,m0,r9,g9,g7,n5,r,n,l,m,c3,b9,s,new T.z3(u2,u3,u5,u6,u4,t3),g,new X.A0(i8,i9,j0,j1,j2,j4,j5,j6,j7,j8,h3),a8,a2,j,new Q.Ad(c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,c5),new K.Af(m9,n0,n1,n2,n3,n4,m7),a0,a1,new R.Ap(u8,u9,v0,o,j3,u1),new U.Aq(f4,f5,f6,f7,f8,f9,f3),q0,a9,b1,s0,b8,new A.AK(q2,q3,q4,q5,q6,q7,q8,q9,r0,r1,r2,r3,r4,r5,r7,q1,o7),a6,b7,c6,new U.AU(m3,m4,m5,m6,m2),a3,!0,new X.kI(p,q))}} +K.vI.prototype={ +ae(){return new K.N8(null,C.k)}} +K.N8.prototype={ +lb(a){var s=a.$3(this.dx,this.a.r,new K.abv()) +s.toString +this.dx=t.ZM.a(s)}, +I(a,b){var s,r=this.dx +r.toString +s=this.gfe() +return new K.tU(r.aa(0,s.gm(s)),this.a.x,null)}} +K.abv.prototype={ +$1(a){return new K.p8(t.we.a(a),null)}, +$S:233} +X.o8.prototype={ +i(a){return this.b}} +X.hu.prototype={ +Dc(a,b,c,d,e){var s=this,r=c==null?s.d:c,q=e==null?s.a2:e,p=d==null?s.am:d,o=a==null?s.aF:a,n=(b==null?s.B:b).acp(null) +return X.anP(s.x,s.y,s.ar,o,s.bF,!1,s.rx,s.bL,s.Q,s.c6,s.bi,s.b6,s.d6,s.k2,s.id,s.f,s.ch,s.q,s.aR,s.C,n,s.b_,s.r1,s.cm,s.ry,s.W,s.go,s.cx,s.c_,s.er,s.y1,!0,s.a8,s.cy,s.dx,s.x2,s.db,s.a5,s.x1,s.a3,s.bs,s.az,s.dk,s.bT,s.ag,s.bK,s.b,s.c,s.e,r,s.ao,p,s.cW,s.dl,s.z,s.d5,s.k3,s.fx,s.r,s.aj,s.N,s.dy,s.fr,s.e2,s.b7,s.cV,s.k4,s.r2,s.dS,q,s.c7,s.k1,s.y2,s.bc,s.aN,s.fy,!0,s.a)}, +acB(a,b){return this.Dc(null,a,b,null,null)}, +acH(a,b,c){return this.Dc(a,null,null,b,c)}, +acq(a){return this.Dc(null,a,null,null,null)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof X.hu)if(b.a.k(0,r.a))if(b.b.k(0,r.b))if(b.c===r.c)if(b.d.k(0,r.d))if(b.e.k(0,r.e))if(b.x.k(0,r.x))if(b.y===r.y)if(b.f.k(0,r.f))if(b.z.k(0,r.z))if(b.Q.k(0,r.Q))if(b.ch.k(0,r.ch))if(b.r.k(0,r.r))if(b.cx.k(0,r.cx))if(b.dx.k(0,r.dx))if(b.dy.k(0,r.dy))if(b.fr===r.fr)if(b.fx.k(0,r.fx))if(b.fy.k(0,r.fy))if(b.go.k(0,r.go))if(b.id.k(0,r.id))if(b.k2.k(0,r.k2))if(b.k1.k(0,r.k1))if(b.k3.k(0,r.k3))if(b.k4.k(0,r.k4))if(b.r1.k(0,r.r1))if(b.r2.k(0,r.r2))if(b.rx.k(0,r.rx))if(b.ry.k(0,r.ry))if(b.x1.k(0,r.x1))if(b.x2.k(0,r.x2))if(b.y1.k(0,r.y1))if(b.y2.k(0,r.y2))if(b.a2.k(0,r.a2))if(b.am.k(0,r.am))if(b.aF.k(0,r.aF))if(b.a3.k(0,r.a3))if(b.a5.k(0,r.a5))if(b.ao.k(0,r.ao))if(b.ar.k(0,r.ar))if(b.aj.k(0,r.aj))if(b.b7.k(0,r.b7))if(b.bc.k(0,r.bc))if(b.q.k(0,r.q))if(b.C.k(0,r.C))if(b.ag===r.ag)if(b.bs===r.bs)if(b.bT.k(0,r.bT))if(b.bF.k(0,r.bF))if(b.d5.k(0,r.d5))if(b.c6.k(0,r.c6))if(b.B.k(0,r.B))if(b.W.k(0,r.W))if(b.a8.k(0,r.a8))if(b.az.k(0,r.az))if(b.aN.k(0,r.aN))if(b.N.k(0,r.N))if(b.b6.k(0,r.b6))if(b.bK.k(0,r.bK))if(b.bL.k(0,r.bL))if(b.c_.k(0,r.c_))if(b.d6.k(0,r.d6))if(b.bi.k(0,r.bi))if(b.c7.k(0,r.c7))if(b.cV.k(0,r.cV))if(b.er.k(0,r.er))if(b.dk.k(0,r.dk))if(b.dS.k(0,r.dS))if(b.cm.k(0,r.cm))if(b.aR.k(0,r.aR))if(b.dl.k(0,r.dl))if(b.e2.k(0,r.e2))if(b.cW.k(0,r.cW))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){var s=this +return P.ej([s.a,s.b,s.c,s.d,s.e,s.x,s.y,s.f,s.r,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,s.go,s.id,s.k2,s.k1,s.y2,s.k3,s.k4,s.r1,s.r2,s.rx,s.ry,s.x1,s.x2,s.y1,s.a2,s.am,s.aF,s.a3,s.a5,s.ao,s.ar,s.aj,s.b7,s.bc,s.q,s.C,s.ag,s.bs,!1,s.bT,s.bF,s.d5,s.c6,s.B,s.W,s.a8,s.az,s.aN,s.b_,s.N,s.b6,s.bK,s.bL,s.c_,s.d6,s.bi,s.c7,s.cV,s.er,s.dk,s.dS,s.cm,s.aR,s.dl,s.e2,s.cW,!0,!0])}} +X.a9y.prototype={ +$0(){var s=this.a,r=this.b,q=r.cj(s.am) +return s.acH(r.cj(s.aF),q,r.cj(s.a2))}, +$S:234} +X.IG.prototype={ +gvY(){var s=this.db.a +return s==null?this.cy.B.cx:s}, +gj4(){var s=this.db.b +return s==null?this.cy.B.a:s}, +gFb(){var s=this.db.c +return s==null?this.cy.B.x:s}, +gyu(){var s=this.db.f +return s==null?this.cy.z:s}, +eO(a){return X.aDC(this.cy,this.db.eO(a))}} +X.ux.prototype={ +gu(a){return(H.vt(this.a)^H.vt(this.b))>>>0}, +k(a,b){if(b==null)return!1 +return b instanceof X.ux&&b.a===this.a&&b.b===this.b}} +X.OY.prototype={ +bN(a,b,c){var s,r=this.a,q=r.h(0,b) +if(q!=null)return q +if(r.gn(r)===this.b){s=r.gaA(r) +r.v(0,s.gK(s))}s=c.$0() +r.p(0,b,s) +return s}} +X.kI.prototype={ +DR(a){var s=this.a,r=this.b,q=C.d.G(a.a+new P.l(s,r).a_(0,4).a,0,a.b) +return a.OE(C.d.G(a.c+new P.l(s,r).a_(0,4).b,0,a.d),q)}, +k(a,b){if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof X.kI&&b.a===this.a&&b.b===this.b}, +gu(a){return P.a2(this.a,this.b,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +cD(){return this.UY()+"(h: "+E.iv(this.a)+", v: "+E.iv(this.b)+")"}} +X.SR.prototype={} +X.Tn.prototype={} +A.AK.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,s.dy,C.a,C.a,C.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof A.AK&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.x,s.x)&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&J.e(b.Q,s.Q)&&J.e(b.ch,s.ch)&&J.e(b.cx,s.cx)&&J.e(b.cy,s.cy)&&J.e(b.db,s.db)&&J.e(b.dx,s.dx)&&!0}} +A.SS.prototype={} +S.AL.prototype={ +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,s.z,s.y,s.Q,s.ch,s.cx,s.db,s.cy,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof S.AL&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.x,s.x)&&J.e(b.z,s.z)&&J.e(b.y,s.y)&&J.e(b.Q,s.Q)&&J.e(b.ch,s.ch)&&J.e(b.cx,s.cx)&&J.e(b.db,s.db)&&b.cy==s.cy}} +S.ST.prototype={} +F.tX.prototype={ +gnG(){var s=this.wy$ +return s==null?H.f(H.u("_positionController")):s}, +gLs(a){var s=this.wz$ +return s==null?H.f(H.u("_position")):s}, +gnJ(){var s=this.wA$ +return s==null?H.f(H.u("_reactionController")):s}, +gLv(){var s=this.wB$ +return s==null?H.f(H.u("_reaction")):s}, +gLx(){var s=this.wC$ +return s==null?H.f(H.u("_reactionHoverFade")):s}, +gnL(){var s=this.wD$ +return s==null?H.f(H.u("_reactionHoverFadeController")):s}, +gLw(){var s=this.wE$ +return s==null?H.f(H.u("_reactionFocusFade")):s}, +gnK(){var s=this.wF$ +return s==null?H.f(H.u("_reactionFocusFadeController")):s}, +O_(){var s=this +s.gFD() +if(s.gm(s)===!0)s.gnG().bG(0) +else s.gnG().dd(0)}, +aa6(a){var s=this +if(s.giZ()!=null){s.R(new F.a9E(s,a)) +s.gnJ().bG(0)}}, +MY(a){var s,r=this +if(r.giZ()==null)return +switch(r.gm(r)){case!1:r.giZ().$1(!0) +break +case!0:s=r.giZ() +s.toString +r.gFD() +s.$1(!1) +break +case null:r.giZ().$1(!1) +break}r.c.gD().tP(C.yk)}, +aa4(){return this.MY(null)}, +Kg(a){var s=this +if(s.ol$!=null)s.R(new F.a9F(s)) +s.gnJ().dd(0)}, +a60(){return this.Kg(null)}, +a4x(a){var s=this +if(a!==s.l5$){s.R(new F.a9C(s,a)) +if(a)s.gnK().bG(0) +else s.gnK().dd(0)}}, +a4G(a){var s=this +if(a!==s.l6$){s.R(new F.a9D(s,a)) +if(a)s.gnL().bG(0) +else s.gnL().dd(0)}}, +geS(){var s=this,r=P.aT(t.ui) +if(s.giZ()==null)r.H(0,C.ai) +if(s.l6$)r.H(0,C.as) +if(s.l5$)r.H(0,C.aX) +if(s.gm(s)!==!1)r.H(0,C.bl) +return r}, +Od(a,b,c,d,e){var s,r,q,p,o,n=this,m=null,l=n.wG$ +if(l==null){l=P.aJ([C.yM,new U.la(n.gMX(),new R.bI(H.a([],t.tq),t.wS),t.wY)],t.n,t.od) +if(n.wG$==null)n.wG$=l +else l=H.f(H.cB("_actionMap"))}s=n.giZ() +r=c.a.$1(n.geS()) +q=n.giZ() +p=n.ga6_() +o=n.giZ() +return new U.nC(s!=null,b,!1,l,n.ga4w(),n.ga4F(),r,D.dL(m,T.bw(m,m,T.lg(m,m,m,d,e),!1,m,o!=null,!1,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m),C.a0,q==null,m,m,m,m,m,m,m,m,m,m,m,m,n.gMX(),p,n.gaa5(),p,m,m,m),m)}} +F.a9E.prototype={ +$0(){this.a.ol$=this.b.c}, +$S:0} +F.a9F.prototype={ +$0(){this.a.ol$=null}, +$S:0} +F.a9C.prototype={ +$0(){this.a.l5$=this.b}, +$S:0} +F.a9D.prototype={ +$0(){this.a.l6$=this.b}, +$S:0} +F.AM.prototype={ +sce(a,b){var s=this,r=s.a +if(b===r)return +if(r!=null)r.a.Y(0,s.gdn()) +b.a.ad(0,s.gdn()) +s.a=b +s.ap()}, +sRu(a){var s=this,r=s.b +if(a===r)return +if(r!=null)r.a.Y(0,s.gdn()) +a.a.ad(0,s.gdn()) +s.b=a +s.ap()}, +sRw(a){var s=this,r=s.c +if(a===r)return +if(r!=null)r.a.Y(0,s.gdn()) +a.a.ad(0,s.gdn()) +s.c=a +s.ap()}, +sRx(a){var s=this,r=s.d +if(a===r)return +if(r!=null)r.a.Y(0,s.gdn()) +a.a.ad(0,s.gdn()) +s.d=a +s.ap()}, +sNL(a){if(J.e(this.e,a))return +this.e=a +this.ap()}, +sQ7(a){if(J.e(this.f,a))return +this.f=a +this.ap()}, +sQ8(a){if(a.k(0,this.r))return +this.r=a +this.ap()}, +sRv(a){if(a.k(0,this.x))return +this.x=a +this.ap()}, +sQ5(a){if(a.k(0,this.y))return +this.y=a +this.ap()}, +sPz(a){if(a.k(0,this.z))return +this.z=a +this.ap()}, +sGJ(a){if(a===this.Q)return +this.Q=a +this.ap()}, +sP3(a){if(J.e(a,this.ch))return +this.ch=a +this.ap()}, +sx8(a){if(a===this.cx)return +this.cx=a +this.ap()}, +sQs(a){if(a===this.cy)return +this.cy=a +this.ap()}, +Ra(a,b){var s,r,q,p,o=this,n=o.b +if(n.gbh(n)===C.z){n=o.c +if(n.gbh(n)===C.z){n=o.d +n=n.gbh(n)!==C.z}else n=!0}else n=!0 +if(n){n=H.ai() +s=n?H.aK():new H.aE(new H.aG()) +n=o.r +n.toString +r=o.x +r.toString +q=o.a +q=P.O(n,r,q.gm(q)) +r=o.y +r.toString +n=o.d +n=P.O(q,r,n.gm(n)) +r=o.z +r.toString +q=o.c +q=P.O(n,r,q.gm(q)) +q.toString +s.sas(0,q) +q=o.ch +n=q==null?b:q +r=o.b +r=P.lR(n,b,r.gm(r)) +r.toString +n=o.Q +n.toString +q=o.cx +q.toString +if(!q){q=o.cy +q.toString}else q=!0 +if(q)p=n +else{q=o.b +p=new R.ay(0,n,t.H7).aa(0,q.gm(q))}if(p>0)a.en(0,r.P(0,C.h),p,s)}}, +l(a){var s=this,r=s.a +if(r!=null)r.a.Y(0,s.gdn()) +r=s.b +if(r!=null)r.a.Y(0,s.gdn()) +r=s.c +if(r!=null)r.a.Y(0,s.gdn()) +r=s.d +if(r!=null)r.a.Y(0,s.gdn()) +s.hK(0)}, +eR(a){return!0}, +x_(a){return null}, +gtO(){return null}, +yM(a){return!1}} +S.AP.prototype={ +ae(){return new S.va(null,C.k)}} +S.va.prototype={ +saw(a,b){this.d=b}, +gnY(){var s=this.ch +return s==null?H.f(H.u("_controller")):s}, +gve(){var s=this.fx +return s==null?H.f(H.u("_mouseIsConnected")):s}, +gFC(){var s=this.go +return s==null?H.f(H.u("triggerMode")):s}, +aC(){var s,r=this +r.b1() +s=$.m3.x2$.b +r.fx=s.gbn(s) +s=G.bl(null,C.dE,0,C.iK,1,null,r) +s.cu(r.gaa8()) +r.ch=s +$.m3.x2$.ad(0,r.gKa()) +$.eJ.k2$.b.p(0,r.gMZ(),null)}, +a3p(){var s=this.c +s.toString +switch(K.an(s).ag){case C.B:case C.E:case C.F:return 24 +default:return 32}}, +a3n(){var s=this.c +s.toString +switch(K.an(s).ag){case C.B:case C.E:case C.F:return C.m2 +default:return C.dJ}}, +JK(){var s=this.c +s.toString +switch(K.an(s).ag){case C.B:case C.E:case C.F:return 10 +default:return 14}}, +a4Z(){var s,r,q=this +if(q.c==null)return +s=$.m3.x2$.b +r=s.gbn(s) +if(r!==q.gve())q.R(new S.aiG(q,r))}, +aa9(a){if(a===C.z)this.qa(!0)}, +qa(a){var s,r=this,q=r.db +if(q!=null)q.aV(0) +r.db=null +if(a){r.LG() +return}if(r.fy){if(r.cy==null){q=r.dx +if(q==null)q=H.f(H.u("showDuration")) +s=r.gnY() +r.cy=P.bX(q,s.gRU(s))}}else if(r.cy==null){q=r.dy +if(q==null)q=H.f(H.u("hoverShowDuration")) +s=r.gnY() +r.cy=P.bX(q,s.gRU(s))}r.fy=!1}, +B_(){return this.qa(!1)}, +Mk(){var s=this,r=s.cy +if(r!=null)r.aV(0) +s.cy=null +if(s.db==null){r=s.fr +if(r==null)r=H.f(H.u("waitDuration")) +s.db=P.bX(r,s.gadN())}}, +Ph(){var s=this,r=s.db +if(r!=null)r.aV(0) +s.db=null +if(s.cx!=null){r=s.cy +if(r!=null)r.aV(0) +s.cy=null +s.gnY().bG(0) +return!1}s.a1I() +s.gnY().bG(0) +return!0}, +a1I(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=null,d=f.c +d.toString +f.a.toString +s=d.op(t.N1) +s.toString +d=f.c.gD() +d.toString +t.q.a(d) +r=d.rx.ht(C.h) +q=T.fe(d.ds(0,s.c.gD()),r) +r=f.c.J(t.I) +r.toString +d=f.a.c +p=f.d +if(p==null)p=H.f(H.u("height")) +o=f.e +if(o==null)o=H.f(H.u("padding")) +n=f.f +if(n==null)n=H.f(H.u("margin")) +m=f.gve()?new S.aiD(f):e +l=f.gve()?new S.aiE(f):e +k=f.r +if(k==null)k=H.f(H.u("decoration")) +j=f.x +if(j==null)j=H.f(H.u("textStyle")) +i=S.cM(C.ad,f.gnY(),e) +h=f.y +if(h==null)h=H.f(H.u("verticalOffset")) +g=f.z +d=X.Jh(new S.aiF(T.ari(new S.SU(d,p,o,n,k,j,i,q,h,g==null?H.f(H.u("preferBelow")):g,m,l,e),r.f)),!1) +f.cx=d +s.Qd(0,d) +S.a6A(f.a.c) +$.a9I.H(0,f)}, +LG(){var s,r=this +$.a9I.v(0,r) +s=r.cy +if(s!=null)s.aV(0) +r.cy=null +s=r.db +if(s!=null)s.aV(0) +r.db=null +s=r.cx +if(s!=null)s.cf(0) +r.cx=null}, +aa7(a){if(this.cx==null)return +if(t.oN.b(a)||t.Ko.b(a))this.B_() +else if(t._.b(a))this.qa(!0)}, +dK(){var s,r=this +if(r.cx!=null)r.qa(!0) +s=r.db +if(s!=null)s.aV(0) +r.ko()}, +l(a){var s=this +$.eJ.k2$.b.v(0,s.gMZ()) +$.m3.x2$.Y(0,s.gKa()) +s.LG() +s.gnY().l(0) +s.Y9(0)}, +a5p(){var s,r,q=this +q.fy=!0 +if(q.Ph()){s=q.id +if(s==null)s=H.f(H.u("enableFeedback"))}else s=!1 +if(s){s=q.gFC() +r=q.c +if(s===C.kk){r.toString +M.amF(r)}else{r.toString +M.YQ(r)}}}, +I(a,b){var s,r,q,p,o,n,m,l,k=this,j=null,i=K.an(b) +b.J(t.U2) +s=K.an(b).bc +r=i.a2.z +if(i.B.cx===C.V){r.toString +q=r.OD(C.t,k.JK()) +p=new S.de(P.ar(C.d.aW(229.5),255,255,255),j,j,C.dt,j,j,C.a9)}else{r.toString +q=r.OD(C.j,k.JK()) +r=C.ar.h(0,700) +r.toString +r=r.a +p=new S.de(P.ar(C.d.aW(229.5),r>>>16&255,r>>>8&255,r&255),j,j,C.dt,j,j,C.a9)}k.a.toString +r=s.a +k.d=r==null?k.a3p():r +k.a.toString +r=s.b +k.e=r==null?k.a3n():r +k.a.toString +r=s.c +k.f=r==null?C.ae:r +r=s.d +k.y=r==null?24:r +k.z=!0 +k.Q=!1 +r=s.r +k.r=r==null?p:r +r=s.x +k.x=r==null?q:r +k.fr=C.A +k.dx=C.Gb +k.dy=C.aC +k.go=C.kk +k.id=!0 +r=k.gFC()===C.kk?k.gKd():j +o=k.gFC()===C.SI?k.gKd():j +if(k.Q==null)H.f(H.u("excludeFromSemantics")) +n=k.a +m=n.c +l=D.dL(C.bh,T.bw(j,j,n.z,!1,j,j,!1,j,j,j,j,j,m,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j),C.a0,!0,j,j,j,j,j,j,j,r,j,j,j,j,o,j,j,j,j,j,j) +return k.gve()?new T.fL(new S.aiH(k),j,new S.aiI(k),C.c7,!0,l,j):l}} +S.aiG.prototype={ +$0(){this.a.fx=this.b}, +$S:0} +S.aiD.prototype={ +$1(a){return this.a.Mk()}, +$S:44} +S.aiE.prototype={ +$1(a){return this.a.B_()}, +$S:32} +S.aiF.prototype={ +$1(a){return this.a}, +$S:24} +S.aiH.prototype={ +$1(a){return this.a.Mk()}, +$S:44} +S.aiI.prototype={ +$1(a){return this.a.B_()}, +$S:32} +S.aiC.prototype={ +pi(a){return a.iU()}, +po(a,b){return N.aL4(b,!0,a,this.b,this.c)}, +lF(a){return!this.b.k(0,a.b)||this.c!==a.c||!1}} +S.SU.prototype={ +I(a,b){var s,r=this,q=null,p=K.an(b).a2.z +p.toString +s=new T.hS(!0,q,K.Hn(!1,new T.en(new S.aw(0,1/0,r.d,1/0),L.li(M.bP(q,T.dT(L.cf(r.c,q,q,q,r.x,q,q),1,1),C.o,q,q,r.r,q,q,r.f,r.e,q,q,q),q,q,C.bD,!0,p,q,q,C.aM),q),r.y),q) +p=r.cx +if(p!=null||r.cy!=null)s=new T.fL(p,q,r.cy,C.c7,!0,s,q) +return T.aEc(new T.jM(new S.aiC(r.z,r.Q,!0),s,q))}} +S.Eo.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r=this.cU$ +if(r!=null){s=this.c +s.toString +r.scJ(0,!U.cp(s))}this.bV()}} +T.AQ.prototype={ +gu(a){var s=this,r=null +return P.a2(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.x,r,r,r,r,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof T.AQ)if(b.a==r.a)if(J.e(b.b,r.b))if(J.e(b.c,r.c))if(b.d==r.d)if(J.e(b.r,r.r))if(J.e(b.x,r.x))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +T.Mm.prototype={ +i(a){return this.b}} +T.SV.prototype={} +U.zO.prototype={ +i(a){return this.b}} +U.AU.prototype={ +Su(a){switch(a){case C.jP:return this.c +case C.ME:return this.d +case C.MF:return this.e}}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof U.AU&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c.k(0,s.c)&&b.d.k(0,s.d)&&b.e.k(0,s.e)}, +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,s.e,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}} +U.Tf.prototype={} +K.f1.prototype={ +i(a){var s=this +if(s.gip(s)===0)return K.alY(s.giw(),s.gix()) +if(s.giw()===0)return K.alX(s.gip(s),s.gix()) +return K.alY(s.giw(),s.gix())+" + "+K.alX(s.gip(s),0)}, +k(a,b){var s=this +if(b==null)return!1 +return b instanceof K.f1&&b.giw()===s.giw()&&b.gip(b)===s.gip(s)&&b.gix()===s.gix()}, +gu(a){var s=this +return P.a2(s.giw(),s.gip(s),s.gix(),C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}} +K.dJ.prototype={ +giw(){return this.a}, +gip(a){return 0}, +gix(){return this.b}, +a7(a,b){return new K.dJ(this.a-b.a,this.b-b.b)}, +P(a,b){return new K.dJ(this.a+b.a,this.b+b.b)}, +a_(a,b){return new K.dJ(this.a*b,this.b*b)}, +mi(a){var s=a.a/2,r=a.b/2 +return new P.l(s+this.a*s,r+this.b*r)}, +Cu(a){var s=a.a/2,r=a.b/2 +return new P.l(s+this.a*s,r+this.b*r)}, +Ez(a,b){var s=b.a,r=a.a,q=(b.c-s-r)/2,p=b.b,o=a.b,n=(b.d-p-o)/2 +s=s+q+this.a*q +p=p+n+this.b*n +return new P.v(s,p,s+r,p+o)}, +V(a){return this}, +i(a){return K.alY(this.a,this.b)}} +K.eF.prototype={ +giw(){return 0}, +gip(a){return this.a}, +gix(){return this.b}, +a7(a,b){return new K.eF(this.a-b.a,this.b-b.b)}, +P(a,b){return new K.eF(this.a+b.a,this.b+b.b)}, +a_(a,b){return new K.eF(this.a*b,this.b*b)}, +V(a){var s=this +a.toString +switch(a){case C.q:return new K.dJ(-s.a,s.b) +case C.l:return new K.dJ(s.a,s.b)}}, +i(a){return K.alX(this.a,this.b)}} +K.Cu.prototype={ +a_(a,b){return new K.Cu(this.a*b,this.b*b,this.c*b)}, +V(a){var s=this +a.toString +switch(a){case C.q:return new K.dJ(s.a-s.b,s.c) +case C.l:return new K.dJ(s.a+s.b,s.c)}}, +giw(){return this.a}, +gip(a){return this.b}, +gix(){return this.c}} +K.M8.prototype={ +i(a){return"TextAlignVertical(y: "+this.a+")"}} +G.rX.prototype={ +i(a){return this.b}} +G.Fd.prototype={ +i(a){return this.b}} +G.MB.prototype={ +i(a){return this.b}} +G.q4.prototype={ +i(a){return this.b}} +N.JC.prototype={ +Qh(a,b,c,d){return P.akV(a,!1,c,d)}, +afv(a){return this.Qh(a,!1,null,null)}} +N.Sx.prototype={ +ap(){var s,r +for(s=this.a,s=P.c_(s,s.r),r=H.o(s).c;s.t();)r.a(s.d).$0()}, +ad(a,b){this.a.H(0,b)}, +Y(a,b){this.a.v(0,b)}} +K.vX.prototype={ +z_(a){var s=this +return new K.Cv(s.geG().a7(0,a.geG()),s.ghn().a7(0,a.ghn()),s.ghh().a7(0,a.ghh()),s.ghM().a7(0,a.ghM()),s.geH().a7(0,a.geH()),s.ghm().a7(0,a.ghm()),s.ghN().a7(0,a.ghN()),s.ghg().a7(0,a.ghg()))}, +H(a,b){var s=this +return new K.Cv(s.geG().P(0,b.geG()),s.ghn().P(0,b.ghn()),s.ghh().P(0,b.ghh()),s.ghM().P(0,b.ghM()),s.geH().P(0,b.geH()),s.ghm().P(0,b.ghm()),s.ghN().P(0,b.ghN()),s.ghg().P(0,b.ghg()))}, +i(a){var s,r,q,p,o=this +if(o.geG().k(0,o.ghn())&&o.ghn().k(0,o.ghh())&&o.ghh().k(0,o.ghM()))if(!o.geG().k(0,C.J))s=o.geG().a===o.geG().b?"BorderRadius.circular("+C.d.a6(o.geG().a,1)+")":"BorderRadius.all("+o.geG().i(0)+")" +else s=null +else{r=""+"BorderRadius.only(" +if(!o.geG().k(0,C.J)){r+="topLeft: "+o.geG().i(0) +q=!0}else q=!1 +if(!o.ghn().k(0,C.J)){if(q)r+=", " +r+="topRight: "+o.ghn().i(0) +q=!0}if(!o.ghh().k(0,C.J)){if(q)r+=", " +r+="bottomLeft: "+o.ghh().i(0) +q=!0}if(!o.ghM().k(0,C.J)){if(q)r+=", " +r+="bottomRight: "+o.ghM().i(0)}r+=")" +s=r.charCodeAt(0)==0?r:r}if(o.geH().k(0,o.ghm())&&o.ghm().k(0,o.ghg())&&o.ghg().k(0,o.ghN()))if(!o.geH().k(0,C.J))p=o.geH().a===o.geH().b?"BorderRadiusDirectional.circular("+C.d.a6(o.geH().a,1)+")":"BorderRadiusDirectional.all("+o.geH().i(0)+")" +else p=null +else{r=""+"BorderRadiusDirectional.only(" +if(!o.geH().k(0,C.J)){r+="topStart: "+o.geH().i(0) +q=!0}else q=!1 +if(!o.ghm().k(0,C.J)){if(q)r+=", " +r+="topEnd: "+o.ghm().i(0) +q=!0}if(!o.ghN().k(0,C.J)){if(q)r+=", " +r+="bottomStart: "+o.ghN().i(0) +q=!0}if(!o.ghg().k(0,C.J)){if(q)r+=", " +r+="bottomEnd: "+o.ghg().i(0)}r+=")" +p=r.charCodeAt(0)==0?r:r}r=s!=null +if(r&&p!=null)return H.c(s)+" + "+p +if(r)return s +if(p!=null)return p +return"BorderRadius.zero"}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof K.vX&&b.geG().k(0,s.geG())&&b.ghn().k(0,s.ghn())&&b.ghh().k(0,s.ghh())&&b.ghM().k(0,s.ghM())&&b.geH().k(0,s.geH())&&b.ghm().k(0,s.ghm())&&b.ghN().k(0,s.ghN())&&b.ghg().k(0,s.ghg())}, +gu(a){var s=this +return P.a2(s.geG(),s.ghn(),s.ghh(),s.ghM(),s.geH(),s.ghm(),s.ghN(),s.ghg(),C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}} +K.cu.prototype={ +geG(){return this.a}, +ghn(){return this.b}, +ghh(){return this.c}, +ghM(){return this.d}, +geH(){return C.J}, +ghm(){return C.J}, +ghN(){return C.J}, +ghg(){return C.J}, +ec(a){var s=this +return P.a3L(a,s.c,s.d,s.a,s.b)}, +z_(a){if(a instanceof K.cu)return this.a7(0,a) +return this.Ui(a)}, +H(a,b){if(b instanceof K.cu)return this.P(0,b) +return this.Uh(0,b)}, +a7(a,b){var s=this +return new K.cu(s.a.a7(0,b.a),s.b.a7(0,b.b),s.c.a7(0,b.c),s.d.a7(0,b.d))}, +P(a,b){var s=this +return new K.cu(s.a.P(0,b.a),s.b.P(0,b.b),s.c.P(0,b.c),s.d.P(0,b.d))}, +a_(a,b){var s=this +return new K.cu(s.a.a_(0,b),s.b.a_(0,b),s.c.a_(0,b),s.d.a_(0,b))}, +V(a){return this}} +K.Cv.prototype={ +a_(a,b){var s=this +return new K.Cv(s.a.a_(0,b),s.b.a_(0,b),s.c.a_(0,b),s.d.a_(0,b),s.e.a_(0,b),s.f.a_(0,b),s.r.a_(0,b),s.x.a_(0,b))}, +V(a){var s=this +a.toString +switch(a){case C.q:return new K.cu(s.a.P(0,s.f),s.b.P(0,s.e),s.c.P(0,s.x),s.d.P(0,s.r)) +case C.l:return new K.cu(s.a.P(0,s.e),s.b.P(0,s.f),s.c.P(0,s.r),s.d.P(0,s.x))}}, +geG(){return this.a}, +ghn(){return this.b}, +ghh(){return this.c}, +ghM(){return this.d}, +geH(){return this.e}, +ghm(){return this.f}, +ghN(){return this.r}, +ghg(){return this.x}} +Y.Fl.prototype={ +i(a){return this.b}} +Y.d4.prototype={ +bO(a,b){var s=Math.max(0,this.b*b),r=b<=0?C.ak:this.c +return new Y.d4(this.a,s,r)}, +kb(){switch(this.c){case C.a8:var s=H.ai() +s=s?H.aK():new H.aE(new H.aG()) +s.sas(0,this.a) +s.sfc(this.b) +s.sbY(0,C.a_) +return s +case C.ak:s=H.ai() +s=s?H.aK():new H.aE(new H.aG()) +s.sas(0,C.ah) +s.sfc(0) +s.sbY(0,C.a_) +return s}}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof Y.d4&&b.a.k(0,s.a)&&b.b===s.b&&b.c===s.c}, +gu(a){return P.a2(this.a,this.b,this.c,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return"BorderSide("+this.a.i(0)+", "+C.d.a6(this.b,1)+", "+this.c.i(0)+")"}} +Y.bN.prototype={ +hp(a,b,c){return null}, +H(a,b){return this.hp(a,b,!1)}, +P(a,b){var s=this.H(0,b) +if(s==null)s=b.hp(0,this,!0) +return s==null?new Y.hw(H.a([b,this],t.N_)):s}, +e5(a,b){if(a==null)return this.bO(0,b) +return null}, +e6(a,b){if(a==null)return this.bO(0,1-b) +return null}, +i(a){return"ShapeBorder()"}} +Y.hm.prototype={} +Y.hw.prototype={ +gfo(){return C.c.os(this.a,C.ae,new Y.act())}, +hp(a,b,c){var s,r,q,p=b instanceof Y.hw +if(!p){s=this.a +r=c?C.c.gL(s):C.c.gK(s) +q=r.hp(0,b,c) +if(q==null)q=b.hp(0,r,!c) +if(q!=null){p=P.as(s,!0,t.RY) +p[c?p.length-1:0]=q +return new Y.hw(p)}}s=H.a([],t.N_) +if(c)C.c.O(s,this.a) +if(p)C.c.O(s,b.a) +else s.push(b) +if(!c)C.c.O(s,this.a) +return new Y.hw(s)}, +H(a,b){return this.hp(a,b,!1)}, +bO(a,b){var s=this.a,r=H.aq(s).j("at<1,bN>") +return new Y.hw(P.as(new H.at(s,new Y.acu(b),r),!0,r.j("ba.E")))}, +e5(a,b){return Y.atN(a,this,b)}, +e6(a,b){return Y.atN(this,a,b)}, +ja(a,b){var s,r +for(s=this.a,r=0;r") +return new H.at(new H.bB(s,r),new Y.acv(),r.j("at")).c8(0," + ")}} +Y.act.prototype={ +$2(a,b){return a.H(0,b.gfo())}, +$S:238} +Y.acu.prototype={ +$1(a){return a.bO(0,this.a)}, +$S:239} +Y.acv.prototype={ +$1(a){return a.i(0)}, +$S:240} +F.Fq.prototype={ +i(a){return this.b}} +F.Fm.prototype={ +hp(a,b,c){return null}, +H(a,b){return this.hp(a,b,!1)}, +ja(a,b){var s=P.bj() +s.hr(0,this.gfo().V(b).Du(a)) +return s}, +dr(a,b){var s=P.bj() +s.hr(0,a) +return s}} +F.du.prototype={ +gfo(){var s=this +return new V.aM(s.d.b,s.a.b,s.b.b,s.c.b)}, +gIw(){var s=this,r=s.a.a +return s.b.a.k(0,r)&&s.c.a.k(0,r)&&s.d.a.k(0,r)}, +gNH(){var s=this,r=s.a.b +return s.b.b===r&&s.c.b===r&&s.d.b===r}, +gME(){var s=this,r=s.a.c +return s.b.c===r&&s.c.c===r&&s.d.c===r}, +hp(a,b,c){var s=this +if(b instanceof F.du&&Y.jC(s.a,b.a)&&Y.jC(s.b,b.b)&&Y.jC(s.c,b.c)&&Y.jC(s.d,b.d))return new F.du(Y.hD(s.a,b.a),Y.hD(s.b,b.b),Y.hD(s.c,b.c),Y.hD(s.d,b.d)) +return null}, +H(a,b){return this.hp(a,b,!1)}, +bO(a,b){var s=this +return new F.du(s.a.bO(0,b),s.b.bO(0,b),s.c.bO(0,b),s.d.bO(0,b))}, +e5(a,b){if(a instanceof F.du)return F.am0(a,this,b) +return this.lM(a,b)}, +e6(a,b){if(a instanceof F.du)return F.am0(this,a,b) +return this.lN(a,b)}, +xw(a,b,c,d,e){var s,r=this +if(r.gIw()&&r.gNH()&&r.gME()){s=r.a +switch(s.c){case C.ak:return +case C.a8:switch(d){case C.b_:F.aqT(a,b,s) +break +case C.a9:if(c!=null){F.aqU(a,b,s,c) +return}F.aqV(a,b,s) +break}return}}Y.avW(a,b,r.c,r.d,r.b,r.a)}, +fA(a,b,c){return this.xw(a,b,null,C.a9,c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof F.du&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c.k(0,s.c)&&b.d.k(0,s.d)}, +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){var s,r,q=this +if(q.gIw()&&q.gNH()&&q.gME())return"Border.all("+q.a.i(0)+")" +s=H.a([],t.s) +r=q.a +if(!r.k(0,C.w))s.push("top: "+r.i(0)) +r=q.b +if(!r.k(0,C.w))s.push("right: "+r.i(0)) +r=q.c +if(!r.k(0,C.w))s.push("bottom: "+r.i(0)) +r=q.d +if(!r.k(0,C.w))s.push("left: "+r.i(0)) +return"Border("+C.c.c8(s,", ")+")"}, +gj7(a){return this.a}} +F.ek.prototype={ +gfo(){var s=this +return new V.f7(s.b.b,s.a.b,s.c.b,s.d.b)}, +gafP(){var s,r,q=this,p=q.a,o=p.a,n=q.b +if(!n.a.k(0,o)||!q.c.a.k(0,o)||!q.d.a.k(0,o))return!1 +s=p.b +if(n.b!==s||q.c.b!==s||q.d.b!==s)return!1 +r=p.c +if(n.c!==r||q.c.c!==r||q.d.c!==r)return!1 +return!0}, +hp(a,b,c){var s,r,q,p=this,o=null +if(b instanceof F.ek){s=p.a +r=b.a +if(Y.jC(s,r)&&Y.jC(p.b,b.b)&&Y.jC(p.c,b.c)&&Y.jC(p.d,b.d))return new F.ek(Y.hD(s,r),Y.hD(p.b,b.b),Y.hD(p.c,b.c),Y.hD(p.d,b.d)) +return o}if(b instanceof F.du){s=b.a +r=p.a +if(!Y.jC(s,r)||!Y.jC(b.c,p.d))return o +q=p.b +if(!q.k(0,C.w)||!p.c.k(0,C.w)){if(!b.d.k(0,C.w)||!b.b.k(0,C.w))return o +return new F.ek(Y.hD(s,r),q,p.c,Y.hD(b.c,p.d))}return new F.du(Y.hD(s,r),b.b,Y.hD(b.c,p.d),b.d)}return o}, +H(a,b){return this.hp(a,b,!1)}, +bO(a,b){var s=this +return new F.ek(s.a.bO(0,b),s.b.bO(0,b),s.c.bO(0,b),s.d.bO(0,b))}, +e5(a,b){if(a instanceof F.ek)return F.am_(a,this,b) +return this.lM(a,b)}, +e6(a,b){if(a instanceof F.ek)return F.am_(this,a,b) +return this.lN(a,b)}, +xw(a,b,c,d,e){var s,r,q,p=this +if(p.gafP()){s=p.a +switch(s.c){case C.ak:return +case C.a8:switch(d){case C.b_:F.aqT(a,b,s) +break +case C.a9:if(c!=null){F.aqU(a,b,s,c) +return}F.aqV(a,b,s) +break}return}}e.toString +switch(e){case C.q:r=p.c +q=p.b +break +case C.l:r=p.b +q=p.c +break +default:r=null +q=null}Y.avW(a,b,p.d,r,q,p.a)}, +fA(a,b,c){return this.xw(a,b,null,C.a9,c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof F.ek&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c.k(0,s.c)&&b.d.k(0,s.d)}, +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){var s=this,r=H.a([],t.s),q=s.a +if(!q.k(0,C.w))r.push("top: "+q.i(0)) +q=s.b +if(!q.k(0,C.w))r.push("start: "+q.i(0)) +q=s.c +if(!q.k(0,C.w))r.push("end: "+q.i(0)) +q=s.d +if(!q.k(0,C.w))r.push("bottom: "+q.i(0)) +return"BorderDirectional("+C.c.c8(r,", ")+")"}, +gj7(a){return this.a}} +S.de.prototype={ +gdW(a){var s=this.c +return s==null?null:s.gfo()}, +yf(a,b){var s,r,q +switch(this.x){case C.b_:s=P.hn(a.gbk(),a.gkk()/2) +r=P.bj() +r.iz(0,s) +return r +case C.a9:r=this.d +if(r!=null){q=P.bj() +q.ek(0,r.V(b).ec(a)) +return q}r=P.bj() +r.hr(0,a) +return r}}, +bO(a,b){var s=this,r=null,q=P.O(r,s.a,b),p=F.aqW(r,s.c,b),o=K.n6(r,s.d,b),n=O.am1(r,s.e,b) +return new S.de(q,s.b,p,o,n,r,s.x)}, +gx6(){return this.e!=null}, +e5(a,b){if(a==null)return this.bO(0,b) +if(a instanceof S.de)return S.aqX(a,this,b) +return this.GW(a,b)}, +e6(a,b){if(a==null)return this.bO(0,1-b) +if(a instanceof S.de)return S.aqX(this,a,b) +return this.GX(a,b)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof S.de)if(J.e(b.a,r.a))if(J.e(b.b,r.b))if(J.e(b.c,r.c))if(J.e(b.d,r.d))if(S.eD(b.e,r.e))s=b.x===r.x +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,P.ej(s.e),s.f,s.x,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +Et(a,b,c){var s +switch(this.x){case C.a9:s=this.d +if(s!=null)return s.V(c).ec(new P.v(0,0,0+a.a,0+a.b)).A(0,b) +return!0 +case C.b_:return b.a7(0,a.ht(C.h)).gdB()<=Math.min(a.a,a.b)/2}}, +Df(a){return new S.abS(this,a)}} +S.abS.prototype={ +HZ(a,b,c,d){var s=this.b +switch(s.x){case C.b_:a.en(0,b.gbk(),b.gkk()/2,c) +break +case C.a9:s=s.d +if(s==null)a.cA(0,b,c) +else a.cv(0,s.V(d).ec(b),c) +break}}, +a7L(a,b,c){var s,r,q,p,o,n,m=this.b.e +if(m==null)return +for(s=m.length,r=0;r0?p*0.57735+0.5:0)) +p=b.cb(q.b) +n=q.d +this.HZ(a,new P.v(p.a-n,p.b-n,p.c+n,p.d+n),o,c)}}, +a7D(a,b,c){var s,r,q=this,p=q.b,o=p.b +if(o==null)return +if(q.e==null)q.e=new X.wz(o,q.a) +switch(p.x){case C.b_:s=P.hn(b.gbk(),b.gkk()/2) +r=P.bj() +r.iz(0,s) +break +case C.a9:p=p.d +if(p!=null){r=P.bj() +r.ek(0,p.V(c.d).ec(b))}else r=null +break +default:r=null}q.e.R7(a,b,r,c)}, +l(a){var s=this.e +if(s!=null)s.l(0) +this.GS(0)}, +j1(a,b,c){var s,r,q,p=this,o=c.e,n=b.a,m=b.b,l=new P.v(n,m,n+o.a,m+o.b),k=c.d +p.a7L(a,l,k) +o=p.b +n=o.a +m=n==null +if(!m||!1){s=p.c +if(s!=null)r=!1 +else r=!0 +if(r){s=H.ai() +q=s?H.aK():new H.aE(new H.aG()) +if(!m)q.sas(0,n) +p.c=q +n=q}else n=s +n.toString +p.HZ(a,l,n,k)}p.a7D(a,l,c) +n=o.c +if(n!=null)n.xw(a,l,t.dk.a(o.d),o.x,k)}, +i(a){return"BoxPainter for "+this.b.i(0)}} +U.jD.prototype={ +i(a){return this.b}} +U.Ht.prototype={} +O.hF.prototype={ +kb(){var s=H.ai(),r=s?H.aK():new H.aE(new H.aG()) +r.sas(0,this.a) +r.sEP(new P.ri(C.il,P.aF0(this.c))) +return r}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof O.hF&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c===s.c&&b.d===s.d}, +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){var s=this +return"BoxShadow("+s.a.i(0)+", "+s.b.i(0)+", "+E.iv(s.c)+", "+E.iv(s.d)+")"}} +X.em.prototype={ +gfo(){var s=this.a.b +return new V.aM(s,s,s,s)}, +bO(a,b){return new X.em(this.a.bO(0,b))}, +e5(a,b){if(a instanceof X.em)return new X.em(Y.b4(a.a,this.a,b)) +return this.lM(a,b)}, +e6(a,b){if(a instanceof X.em)return new X.em(Y.b4(this.a,a.a,b)) +return this.lN(a,b)}, +ja(a,b){var s=P.bj() +s.iz(0,P.hn(a.gbk(),Math.max(0,a.gkk()/2-this.a.b))) +return s}, +dr(a,b){var s=P.bj() +s.iz(0,P.hn(a.gbk(),a.gkk()/2)) +return s}, +pm(a){return this.dr(a,null)}, +wc(a){return new X.em(a==null?this.a:a)}, +fA(a,b,c){var s=this.a +switch(s.c){case C.ak:break +case C.a8:a.en(0,b.gbk(),(b.gkk()-s.b)/2,s.kb()) +break}}, +aK(a,b){return this.fA(a,b,null)}, +k(a,b){if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof X.em&&b.a.k(0,this.a)}, +gu(a){var s=this.a +return P.a2(s.a,s.b,s.c,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return"CircleBorder("+this.a.i(0)+")"}} +Z.Wl.prototype={ +Ip(a,b,c,d){var s,r,q=this +q.gc3(q).bf(0) +switch(b){case C.o:break +case C.aB:a.$1(!1) +break +case C.ix:a.$1(!0) +break +case C.cB:a.$1(!0) +s=q.gc3(q) +r=H.ai() +s.df(0,c,r?H.aK():new H.aE(new H.aG())) +break}d.$0() +if(b===C.cB)q.gc3(q).aU(0) +q.gc3(q).aU(0)}, +abY(a,b,c,d){this.Ip(new Z.Wm(this,a),b,c,d)}, +ac_(a,b,c,d){this.Ip(new Z.Wn(this,a),b,c,d)}} +Z.Wm.prototype={ +$1(a){var s=this.a +return s.gc3(s).w7(0,this.b,a)}, +$S:12} +Z.Wn.prototype={ +$1(a){var s=this.a +return s.gc3(s).Oj(0,this.b,a)}, +$S:12} +E.lf.prototype={ +h(a,b){return this.b.h(0,b)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return s.UM(0,b)&&H.o(s).j("lf").b(b)&&S.ap0(b.b,s.b)}, +gu(a){return P.a2(H.C(this),this.a,this.b,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return"ColorSwatch(primary value: "+this.UN(0)+")"}} +Z.hJ.prototype={ +cD(){return"Decoration"}, +gdW(a){return C.ae}, +gx6(){return!1}, +e5(a,b){return null}, +e6(a,b){return null}, +Et(a,b,c){return!0}, +yf(a,b){throw H.b(P.S("This Decoration subclass does not expect to be used for clipping."))}} +Z.Fo.prototype={ +l(a){}} +Z.Oh.prototype={} +X.r_.prototype={ +i(a){return this.b}} +X.GD.prototype={ +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof X.GD)if(b.a.k(0,r.a))if(b.d===r.d)if(C.a7.k(0,C.a7))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){return P.a2(this.a,null,this.d,C.a7,null,C.ci,!1,1,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){var s=H.a([this.a.i(0)],t.s),r=!(this.d===C.cy&&!0) +if(r)s.push(this.d.i(0)) +s.push(C.a7.i(0)) +s.push("scale: 1") +return"DecorationImage("+C.c.c8(s,", ")+")"}} +X.wz.prototype={ +R7(a,b,c,d){var s,r,q,p,o=this,n=null,m=o.a,l=m.a.V(d),k=l.a +if(k==null)k=l +s=o.c +r=s==null +if(r)q=n +else{q=s.a +if(q==null)q=s}if(k!==q){p=new L.fD(o.gK7(),n,m.b) +if(!r)s.Y(0,p) +o.c=l +l.ad(0,p)}if(o.d==null)return +k=c!=null +if(k){a.bf(0) +a.eY(0,c)}s=o.d +r=s.a +X.avX(C.a7,a,n,n,s.c,C.m5,m.d,!1,r,!1,!1,1,b,C.ci,s.b) +if(k)a.aU(0)}, +a4H(a,b){var s,r,q=this +if(J.e(q.d,a))return +s=q.d +if(s!=null)if(a.a.ED(s.a)){r=s.b +s=r===r&&a.c==s.c}else s=!1 +else s=!1 +if(s){a.a.l(0) +return}s=q.d +if(s!=null)s.a.l(0) +q.d=a +if(!b)q.b.$0()}, +l(a){var s=this,r=s.c +if(r!=null)r.Y(0,new L.fD(s.gK7(),null,s.a.b)) +r=s.d +if(r!=null)r.a.l(0) +s.d=null}, +i(a){return"DecorationImagePainter(stream: "+H.c(this.c)+", image: "+H.c(this.d)+") for "+this.a.i(0)}} +V.cv.prototype={ +gjN(){var s=this +return s.geg(s)+s.gej(s)+s.gfl(s)+s.gfh()}, +ab4(a){var s=this +switch(a){case C.p:return s.gjN() +case C.m:return s.gcR(s)+s.gd0(s)}}, +H(a,b){var s=this +return new V.mB(s.geg(s)+b.geg(b),s.gej(s)+b.gej(b),s.gfl(s)+b.gfl(b),s.gfh()+b.gfh(),s.gcR(s)+b.gcR(b),s.gd0(s)+b.gd0(b))}, +G(a,b,c){var s=this +return new V.mB(C.d.G(s.geg(s),b.a,c.a),C.d.G(s.gej(s),b.c,c.b),C.d.G(s.gfl(s),0,c.c),C.d.G(s.gfh(),0,c.d),C.d.G(s.gcR(s),b.b,c.e),C.d.G(s.gd0(s),b.d,c.f))}, +i(a){var s=this +if(s.gfl(s)===0&&s.gfh()===0){if(s.geg(s)===0&&s.gej(s)===0&&s.gcR(s)===0&&s.gd0(s)===0)return"EdgeInsets.zero" +if(s.geg(s)===s.gej(s)&&s.gej(s)===s.gcR(s)&&s.gcR(s)===s.gd0(s))return"EdgeInsets.all("+C.d.a6(s.geg(s),1)+")" +return"EdgeInsets("+C.d.a6(s.geg(s),1)+", "+C.d.a6(s.gcR(s),1)+", "+C.d.a6(s.gej(s),1)+", "+C.d.a6(s.gd0(s),1)+")"}if(s.geg(s)===0&&s.gej(s)===0)return"EdgeInsetsDirectional("+C.d.a6(s.gfl(s),1)+", "+C.d.a6(s.gcR(s),1)+", "+C.d.a6(s.gfh(),1)+", "+C.d.a6(s.gd0(s),1)+")" +return"EdgeInsets("+C.d.a6(s.geg(s),1)+", "+C.d.a6(s.gcR(s),1)+", "+C.d.a6(s.gej(s),1)+", "+C.d.a6(s.gd0(s),1)+") + EdgeInsetsDirectional("+C.d.a6(s.gfl(s),1)+", 0.0, "+C.d.a6(s.gfh(),1)+", 0.0)"}, +k(a,b){var s=this +if(b==null)return!1 +return b instanceof V.cv&&b.geg(b)===s.geg(s)&&b.gej(b)===s.gej(s)&&b.gfl(b)===s.gfl(s)&&b.gfh()===s.gfh()&&b.gcR(b)===s.gcR(s)&&b.gd0(b)===s.gd0(s)}, +gu(a){var s=this +return P.a2(s.geg(s),s.gej(s),s.gfl(s),s.gfh(),s.gcR(s),s.gd0(s),C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}} +V.aM.prototype={ +geg(a){return this.a}, +gcR(a){return this.b}, +gej(a){return this.c}, +gd0(a){return this.d}, +gfl(a){return 0}, +gfh(){return 0}, +Qa(a){var s=this +return new P.v(a.a-s.a,a.b-s.b,a.c+s.c,a.d+s.d)}, +Du(a){var s=this +return new P.v(a.a+s.a,a.b+s.b,a.c-s.c,a.d-s.d)}, +H(a,b){if(b instanceof V.aM)return this.P(0,b) +return this.GY(0,b)}, +G(a,b,c){var s=this +return new V.aM(C.d.G(s.a,b.a,c.a),C.d.G(s.b,b.b,c.e),C.d.G(s.c,b.c,c.b),C.d.G(s.d,b.d,c.f))}, +a7(a,b){var s=this +return new V.aM(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, +P(a,b){var s=this +return new V.aM(s.a+b.a,s.b+b.b,s.c+b.c,s.d+b.d)}, +a_(a,b){var s=this +return new V.aM(s.a*b,s.b*b,s.c*b,s.d*b)}, +V(a){return this}, +ms(a,b,c,d){var s=this,r=b==null?s.a:b,q=d==null?s.b:d,p=c==null?s.c:c +return new V.aM(r,q,p,a==null?s.d:a)}, +wb(a){return this.ms(a,null,null,null)}, +acz(a,b){return this.ms(a,null,null,b)}, +acE(a,b){return this.ms(null,a,b,null)}} +V.f7.prototype={ +gfl(a){return this.a}, +gcR(a){return this.b}, +gfh(){return this.c}, +gd0(a){return this.d}, +geg(a){return 0}, +gej(a){return 0}, +H(a,b){if(b instanceof V.f7)return this.P(0,b) +return this.GY(0,b)}, +a7(a,b){var s=this +return new V.f7(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, +P(a,b){var s=this +return new V.f7(s.a+b.a,s.b+b.b,s.c+b.c,s.d+b.d)}, +a_(a,b){var s=this +return new V.f7(s.a*b,s.b*b,s.c*b,s.d*b)}, +V(a){var s=this +a.toString +switch(a){case C.q:return new V.aM(s.c,s.b,s.a,s.d) +case C.l:return new V.aM(s.a,s.b,s.c,s.d)}}} +V.mB.prototype={ +a_(a,b){var s=this +return new V.mB(s.a*b,s.b*b,s.c*b,s.d*b,s.e*b,s.f*b)}, +V(a){var s=this +a.toString +switch(a){case C.q:return new V.aM(s.d+s.a,s.e,s.c+s.b,s.f) +case C.l:return new V.aM(s.c+s.a,s.e,s.d+s.b,s.f)}}, +geg(a){return this.a}, +gej(a){return this.b}, +gfl(a){return this.c}, +gfh(){return this.d}, +gcR(a){return this.e}, +gd0(a){return this.f}} +E.a_H.prototype={ +aP(a){var s,r +for(s=this.b,r=s.gby(s),r=r.gX(r);r.t();)r.gE(r).l(0) +s.aP(0) +this.a.aP(0) +this.f=0}, +DW(a){var s,r,q,p=this,o=p.c.v(0,a) +if(o!=null){s=o.a +r=o.gAS() +if(s.r)H.f(P.V(u.V)) +C.c.v(s.x,r) +o.Hq(0)}q=p.a.v(0,a) +if(q!=null){q.a.Y(0,q.b) +return!0}o=p.b.v(0,a) +if(o!=null){s=p.f +r=o.b +r.toString +p.f=s-r +o.l(0) +return!0}return!1}, +N_(a,b,c){var s,r=this,q=b.b +if(q!=null&&q<=104857600&&!0){s=r.f +q.toString +r.f=s+q +r.b.p(0,a,b) +r.a0Y(c)}else b.l(0)}, +BY(a,b,c){var s=this.c.bN(0,a,new E.a_J(this,b,a)) +if(s.b==null)s.b=c}, +Rs(a,b,c,d){var s,r,q,p,o,n,m,l,k,j=this,i=null,h={} +h.a=h.b=null +q=j.a +p=q.h(0,b) +o=p==null?i:p.a +h.c=o +if(o!=null)return o +p=j.b +n=p.v(0,b) +if(n!=null){h=n.a +j.BY(b,h,n.b) +p.p(0,b,n) +return h}m=j.c.h(0,b) +if(m!=null){h=m.a +q=m.b +if(h.r)H.f(P.V(u.V)) +p=new L.r1(h) +p.u6(h) +j.N_(b,new E.Bg(h,q,p),i) +return h}try{o=h.c=c.$0() +j.BY(b,o,i) +p=o}catch(l){s=H.a0(l) +r=H.ax(l) +d.$2(s,r) +return i}h.d=!1 +h.e=null +k=new L.fD(new E.a_K(h,j,b),i,i) +q.p(0,b,new E.QA(p,k)) +h.c.ad(0,k) +return h.c}, +a0Y(a){var s,r,q,p,o,n=this,m=n.b +while(!0){if(!(n.f>104857600||m.gn(m)>1000))break +s=m.gaA(m) +r=s.gX(s) +if(!r.t())H.f(H.bU()) +q=r.gE(r) +p=m.h(0,q) +s=n.f +o=p.b +o.toString +n.f=s-o +p.l(0) +m.v(0,q)}}} +E.a_J.prototype={ +$0(){return E.aGv(this.b,new E.a_I(this.a,this.c))}, +$S:242} +E.a_I.prototype={ +$0(){this.a.c.v(0,this.b)}, +$S:0} +E.a_K.prototype={ +$2(a,b){var s,r,q,p,o,n +if(a!=null){s=a.a +r=s.gaw(s)*s.gaO(s)*4 +s.l(0)}else r=null +s=this.a +q=s.c +if(q.r)H.f(P.V(u.V)) +p=new L.r1(q) +p.u6(q) +o=new E.Bg(q,r,p) +p=this.b +q=this.c +p.BY(q,s.c,r) +if(s.e==null)p.N_(q,o,s.a) +else o.l(0) +n=s.e +if(n==null)n=p.a.v(0,q) +if(n!=null)n.a.Y(0,n.b) +s.d=!0}, +$S:243} +E.Nw.prototype={ +l(a){$.bL.z$.push(new E.acl(this))}} +E.acl.prototype={ +$1(a){var s=this.a,r=s.c +if(r!=null)r.l(0) +s.c=null}, +$S:2} +E.Bg.prototype={} +E.uE.prototype={ +a_F(a,b,c){var s +this.d=new E.aft(this,b) +s=this.gAS() +if(a.r)H.f(P.V(u.V)) +a.x.push(s)}, +gAS(){var s=this.d +return s==null?H.f(H.u("_handleRemove")):s}, +i(a){return"#"+Y.bY(this)}} +E.aft.prototype={ +$0(){var s,r,q +this.b.$0() +s=this.a +r=s.a +q=s.gAS() +if(r.r)H.f(P.V(u.V)) +C.c.v(r.x,q) +s.Hq(0)}, +$S:0} +E.QA.prototype={} +M.xu.prototype={ +OB(a){var s=this +return new M.xu(s.a,s.b,s.c,s.d,a,s.f)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof M.xu&&b.a==s.a&&b.b==s.b&&J.e(b.c,s.c)&&b.d==s.d&&J.e(b.e,s.e)&&b.f==s.f}, +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.e,s.f,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){var s,r=this,q=""+"ImageConfiguration(",p=r.a +if(p!=null){q+="bundle: "+p.i(0) +s=!0}else s=!1 +p=r.b +if(p!=null){if(s)q+=", " +p=q+("devicePixelRatio: "+C.d.a6(p,1)) +q=p +s=!0}p=r.c +if(p!=null){if(s)q+=", " +p=q+("locale: "+p.i(0)) +q=p +s=!0}p=r.d +if(p!=null){if(s)q+=", " +p=q+("textDirection: "+p.i(0)) +q=p +s=!0}p=r.e +if(p!=null){if(s)q+=", " +p=q+("size: "+p.i(0)) +q=p +s=!0}p=r.f +if(p!=null){if(s)q+=", " +p=q+("platform: "+Y.aoR(p)) +q=p}q+=")" +return q.charCodeAt(0)==0?q:q}} +M.fC.prototype={ +V(a){var s=new L.a_X() +this.a1B(a,new M.a_V(this,a,s),new M.a_W(this,a,s)) +return s}, +a1B(a,b,c){var s,r=null,q={} +q.a=null +q.b=!1 +s=new M.a_S(q,c) +$.Y.PF(new P.Tz(new M.a_Q(s),r,r,r,r,r,r,r,r,r,r,r,r)).lo(new M.a_R(q,this,a,s,b))}, +tn(a,b,c,d){var s +if(b.a!=null){$.hZ.l4$.Rs(0,c,new M.a_T(b),d) +return}s=$.hZ.l4$.Rs(0,c,new M.a_U(this,c),d) +if(s!=null)b.tQ(s)}, +i(a){return"ImageConfiguration()"}} +M.a_V.prototype={ +$2(a,b){this.a.tn(this.b,this.c,a,b)}, +$S(){return H.o(this.a).j("~(fC.T,~(z,ce?))")}} +M.a_W.prototype={ +$3(a,b,c){return this.Sq(a,b,c)}, +Sq(a,b,c){var s=0,r=P.K(t.H),q=this,p +var $async$$3=P.G(function(d,e){if(d===1)return P.H(e,r) +while(true)switch(s){case 0:s=2 +return P.L(null,$async$$3) +case 2:p=q.c +if(p.a==null)p.tQ(new M.adH(H.a([],t.XZ),H.a([],t.b))) +p=p.a +p.toString +p.xR(U.aZ("while resolving an image"),b,null,!0,c) +return P.I(null,r)}}) +return P.J($async$$3,r)}, +$S(){return H.o(this.a).j("a9<~>(fC.T?,z,ce?)")}} +M.a_S.prototype={ +Sp(a,b){var s=0,r=P.K(t.H),q,p=this,o +var $async$$2=P.G(function(c,d){if(c===1)return P.H(d,r) +while(true)switch(s){case 0:o=p.a +if(o.b){s=1 +break}p.b.$3(o.a,a,b) +o.b=!0 +case 1:return P.I(q,r)}}) +return P.J($async$$2,r)}, +$2(a,b){return this.Sp(a,b)}, +$S:244} +M.a_Q.prototype={ +$5(a,b,c,d,e){this.a.$2(d,e)}, +$S:245} +M.a_R.prototype={ +$0(){var s,r,q,p,o=this,n=null +try{n=o.b.xq(o.c)}catch(q){s=H.a0(q) +r=H.ax(q) +o.d.$2(s,r) +return}p=o.d +J.vA(n,new M.a_P(o.a,o.b,o.e,p),t.H).ju(p)}, +$S:0} +M.a_P.prototype={ +$1(a){var s,r,q,p=this +p.a.a=a +try{p.c.$2(a,p.d)}catch(q){s=H.a0(q) +r=H.ax(q) +p.d.$2(s,r)}}, +$S(){return H.o(this.b).j("aA(fC.T)")}} +M.a_T.prototype={ +$0(){var s=this.a.a +s.toString +return s}, +$S:144} +M.a_U.prototype={ +$0(){return this.a.xd(0,this.b,$.hZ.gafu())}, +$S:144} +M.iA.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof M.iA&&b.a===s.a&&b.b===s.b&&b.c===s.c}, +gu(a){return P.a2(this.a,this.b,this.c,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return"AssetBundleImageKey(bundle: "+this.a.i(0)+', name: "'+this.b+'", scale: '+H.c(this.c)+")"}, +gaT(a){return this.b}} +M.F8.prototype={ +xd(a,b,c){return L.ase(this.jm(b,c),b.b,null,b.c)}, +jm(a,b){return this.a6K(a,b)}, +a6K(a,b){var s=0,r=P.K(t.hP),q,p=2,o,n=[],m,l,k +var $async$jm=P.G(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:l=null +p=4 +s=7 +return P.L(a.a.dU(0,a.b),$async$jm) +case 7:l=d +p=2 +s=6 +break +case 4:p=3 +k=o +if(H.a0(k) instanceof U.lr){$.hZ.l4$.DW(a) +throw k}else throw k +s=6 +break +case 3:s=2 +break +case 6:if(l==null){$.hZ.l4$.DW(a) +throw H.b(P.V("Unable to read data"))}q=b.$1(H.dh(l.buffer,0,null)) +s=1 +break +case 1:return P.I(q,r) +case 2:return P.H(o,r)}}) +return P.J($async$jm,r)}} +M.eq.prototype={ +xq(a){return new O.cD(this,t.tF)}, +xd(a,b,c){return L.ase(this.jm(b,c),b.a.a,new M.YR(this),1)}, +jm(a,b){return this.a6M(a,b)}, +a6M(a,b){var s=0,r=P.K(t.hP),q,p=this,o,n +var $async$jm=P.G(function(c,d){if(c===1)return P.H(d,r) +while(true)switch(s){case 0:o=p.a +s=3 +return P.L(o.ahF(),$async$jm) +case 3:n=d +if(n.byteLength===0){$.hZ.l4$.DW(a) +throw H.b(P.V(o.i(0)+" is empty and cannot be loaded as an image."))}q=b.$1(n) +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$jm,r)}, +k(a,b){if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof M.eq&&b.a.a===this.a.a&&!0}, +gu(a){return P.a2(this.a.a,1,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return'FileImage("'+this.a.a+'", scale: 1)'}} +M.YR.prototype={ +$0(){var s=this +return P.ca(function(){var r=0,q=1,p +return function $async$$0(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:r=2 +return U.aZ("Path: "+s.a.a.a) +case 2:return P.c8() +case 1:return P.c9(p)}}},t.a)}, +$S:9} +M.adH.prototype={} +L.q1.prototype={ +ghy(){return this.a}, +xq(a){var s,r={},q=a.a +if(q==null)q=$.UU() +r.a=r.b=null +q.ag7("AssetManifest.json",L.aKd(),t.wd).bD(0,new L.Vn(r,this,a,q),t.H).ju(new L.Vo(r)) +s=r.a +if(s!=null)return s +s=new P.a3($.Y,t.Lv) +r.b=new P.aC(s,t.h8) +return s}, +a16(a,b,c){var s,r,q,p=b.b +if(p==null||c==null||J.hz(c))return a +s=P.anJ(t.i,t.N) +for(r=J.aP(c);r.t();){q=r.gE(r) +s.p(0,this.Lj(q),q)}p.toString +return this.a2Y(s,p)}, +a2Y(a,b){var s,r,q +if(a.pW(b)){s=a.h(0,b) +s.toString +return s}r=a.afU(b) +q=a.ael(b) +if(r==null)return a.h(0,q) +if(q==null)return a.h(0,r) +if(b<2||b>(r+q)/2)return a.h(0,q) +else return a.h(0,r)}, +Lj(a){var s,r,q,p +if(a===this.a)return 1 +s=P.anY(a) +r=s.gp1().length>1?s.gp1()[s.gp1().length-2]:"" +q=$.awj().wJ(r) +if(q!=null&&q.b.length-1>0){p=q.b[1] +p.toString +return P.aoT(p)}return 1}, +k(a,b){if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof L.q1&&b.ghy()===this.ghy()&&!0}, +gu(a){return P.a2(this.ghy(),this.b,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return"AssetImage(bundle: "+H.c(this.b)+', name: "'+this.ghy()+'")'}} +L.Vn.prototype={ +$1(a){var s,r=this,q=r.b,p=q.ghy(),o=a==null?null:J.aL(a,q.ghy()) +o=q.a16(p,r.c,o) +o.toString +s=new M.iA(r.d,o,q.Lj(o)) +q=r.a +p=q.b +if(p!=null)p.cG(0,s) +else q.a=new O.cD(s,t.WT)}, +$S:247} +L.Vo.prototype={ +$2(a,b){this.a.b.qW(a,b)}, +$S:41} +L.hT.prototype={ +dw(a){return new L.hT(this.a.dw(0),this.b,this.c)}, +i(a){var s=this.c +s=s!=null?s+" ":"" +return s+this.a.i(0)+" @ "+E.iv(this.b)+"x"}, +gu(a){return P.a2(this.a,this.b,this.c,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof L.hT&&b.a===s.a&&b.b===s.b&&b.c==s.c}} +L.fD.prototype={ +gu(a){return P.a2(this.a,this.b,this.c,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof L.fD&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)}, +agN(a,b){return this.a.$2(a,b)}} +L.a_X.prototype={ +tQ(a){var s +this.a=a +s=this.b +if(s!=null){this.b=null +C.c.ai(s,a.gNO(a))}}, +ad(a,b){var s=this.a +if(s!=null)return s.ad(0,b) +s=this.b;(s==null?this.b=H.a([],t.XZ):s).push(b)}, +Y(a,b){var s,r=this.a +if(r!=null)return r.Y(0,b) +for(s=0;r=this.b,s")),n),!0,n.j("p.E")) +s=!1 +for(o=m.length,l=0;l=r.a}else{r=s +s=!0}if(s){s=p.ch +p.Jl(new L.hT(s.gft(s).dw(0),p.z,p.d)) +p.cx=a +s=p.ch +p.cy=s.gPb(s) +s=p.ch +s.gft(s).l(0) +p.ch=null +q=C.f.lO(p.db,p.y.gwL()) +if(p.y.gFl()===-1||q<=p.y.gFl())p.nr() +return}r.toString +p.dx=P.bX(new P.aH(C.d.aW((r.a-(a.a-p.gMl().a))*$.avd)),new L.a1K(p))}, +nr(){var s=0,r=P.K(t.H),q,p=2,o,n=[],m=this,l,k,j,i,h +var $async$nr=P.G(function(a,b){if(a===1){o=b +s=p}while(true)switch(s){case 0:i=m.ch +if(i!=null)i.gft(i).l(0) +m.ch=null +p=4 +s=7 +return P.L(m.y.pl(),$async$nr) +case 7:m.ch=b +p=2 +s=6 +break +case 4:p=3 +h=o +l=H.a0(h) +k=H.ax(h) +m.xR(U.aZ("resolving an image frame"),l,m.Q,!0,k) +s=1 +break +s=6 +break +case 3:s=2 +break +case 6:if(m.y.gwL()===1){if(m.a.length===0){s=1 +break}i=m.ch +m.Jl(new L.hT(i.gft(i).dw(0),m.z,m.d)) +i=m.ch +i.gft(i).l(0) +m.ch=null +s=1 +break}m.LX() +case 1:return P.I(q,r) +case 2:return P.H(o,r)}}) +return P.J($async$nr,r)}, +LX(){if(this.dy)return +this.dy=!0 +$.bL.G9(this.ga3V())}, +Jl(a){this.Tv(a);++this.db}, +ad(a,b){var s,r=this +if(r.a.length===0){s=r.y +if(s!=null)s=r.b==null||s.gwL()>1 +else s=!1}else s=!1 +if(s)r.nr() +r.V8(0,b)}, +Y(a,b){var s,r=this +r.V9(0,b) +if(r.a.length===0){s=r.dx +if(s!=null)s.aV(0) +r.dx=null}}} +L.a1L.prototype={ +$2(a,b){this.a.xR(U.aZ("resolving an image codec"),a,this.b,!0,b)}, +$S:41} +L.a1K.prototype={ +$0(){this.a.LX()}, +$S:0} +L.Po.prototype={} +L.Pn.prototype={} +G.EZ.prototype={} +G.lA.prototype={ +k(a,b){var s +if(b==null)return!1 +if(b instanceof G.lA)if(b.a===this.a)if(b.b==this.b)s=S.eD(b.f,this.f) +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){return P.a2(this.a,this.b,this.c,!1,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return"InlineSpanSemanticsInformation{text: "+this.a+", semanticsLabel: "+H.c(this.b)+", recognizer: "+H.c(this.c)+"}"}, +de(a){return this.a.$0()}} +G.iN.prototype={ +G1(a){var s={} +s.a=null +this.br(new G.a06(s,a,new G.EZ())) +return s.a}, +Fv(a,b){var s,r=new P.c6("") +this.Or(r,a,b) +s=r.a +return s.charCodeAt(0)==0?s:s}, +S6(a){return this.Fv(a,!0)}, +tr(){return this.Fv(!0,!0)}, +ais(a){return this.Fv(!0,a)}, +ay(a,b){var s={} +if(b<0)return null +s.a=null +this.br(new G.a05(s,b,new G.EZ())) +return s.a}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof G.iN&&J.e(b.a,this.a)}, +gu(a){return J.e7(this.a)}} +G.a06.prototype={ +$1(a){var s=a.T5(this.b,this.c) +this.a.a=s +return s==null}, +$S:37} +G.a05.prototype={ +$1(a){var s=a.ac2(this.b,this.c) +this.a.a=s +return s==null}, +$S:37} +X.d9.prototype={ +gfo(){var s=this.a.b +return new V.aM(s,s,s,s)}, +bO(a,b){var s=this.a.bO(0,b) +return new X.d9(this.b.a_(0,b),s)}, +e5(a,b){var s,r,q=this +if(a instanceof X.d9){s=Y.b4(a.a,q.a,b) +r=K.n6(a.b,q.b,b) +r.toString +return new X.d9(r,s)}if(a instanceof X.em)return new X.eB(q.b,1-b,Y.b4(a.a,q.a,b)) +return q.lM(a,b)}, +e6(a,b){var s,r,q=this +if(a instanceof X.d9){s=Y.b4(q.a,a.a,b) +r=K.n6(q.b,a.b,b) +r.toString +return new X.d9(r,s)}if(a instanceof X.em)return new X.eB(q.b,b,Y.b4(q.a,a.a,b)) +return q.lN(a,b)}, +wc(a){var s=a==null?this.a:a +return new X.d9(this.b,s)}, +ja(a,b){var s=P.bj() +s.ek(0,this.b.V(b).ec(a).fu(-this.a.b)) +return s}, +dr(a,b){var s=P.bj() +s.ek(0,this.b.V(b).ec(a)) +return s}, +pm(a){return this.dr(a,null)}, +fA(a,b,c){var s,r,q,p,o,n=this.a +switch(n.c){case C.ak:break +case C.a8:s=n.b +r=this.b +if(s===0)a.cv(0,r.V(c).ec(b),n.kb()) +else{q=r.V(c).ec(b) +p=q.fu(-s) +r=H.ai() +o=r?H.aK():new H.aE(new H.aG()) +o.sas(0,n.a) +a.hv(0,q,p,o)}break}}, +aK(a,b){return this.fA(a,b,null)}, +k(a,b){if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof X.d9&&b.a.k(0,this.a)&&b.b.k(0,this.b)}, +gu(a){return P.a2(this.a,this.b,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return"RoundedRectangleBorder("+this.a.i(0)+", "+this.b.i(0)+")"}} +X.eB.prototype={ +gfo(){var s=this.a.b +return new V.aM(s,s,s,s)}, +bO(a,b){var s=this.a.bO(0,b) +return new X.eB(this.b.a_(0,b),b,s)}, +e5(a,b){var s,r,q,p=this +if(a instanceof X.d9){s=Y.b4(a.a,p.a,b) +r=K.n6(a.b,p.b,b) +r.toString +return new X.eB(r,p.c*b,s)}if(a instanceof X.em){s=p.c +return new X.eB(p.b,s+(1-s)*(1-b),Y.b4(a.a,p.a,b))}if(a instanceof X.eB){s=Y.b4(a.a,p.a,b) +r=K.n6(a.b,p.b,b) +r.toString +q=P.a8(a.c,p.c,b) +q.toString +return new X.eB(r,q,s)}return p.lM(a,b)}, +e6(a,b){var s,r,q,p=this +if(a instanceof X.d9){s=Y.b4(p.a,a.a,b) +r=K.n6(p.b,a.b,b) +r.toString +return new X.eB(r,p.c*(1-b),s)}if(a instanceof X.em){s=p.c +return new X.eB(p.b,s+(1-s)*b,Y.b4(p.a,a.a,b))}if(a instanceof X.eB){s=Y.b4(p.a,a.a,b) +r=K.n6(p.b,a.b,b) +r.toString +q=P.a8(p.c,a.c,b) +q.toString +return new X.eB(r,q,s)}return p.lN(a,b)}, +uc(a){var s,r,q,p,o,n,m,l=this.c +if(l===0||a.c-a.a===a.d-a.b)return a +s=a.c +r=a.a +q=s-r +p=a.d +o=a.b +n=p-o +if(q")),!0,t.Q2)}q.y=P.as(new H.at(r,new V.ai1(q,a,b),H.aq(r).j("at<1,eR>")),!0,t.ke)}if(q.r!=null||q.x!=null)q.e=s.e.dr(a,b) +if(s.c!=null)q.f=s.e.ja(a,b) +q.c=a +q.d=b}, +a9h(a){var s,r,q,p=this +if(p.x!=null){s=0 +while(!0){r=p.x +r.toString +if(!(s>>0,s=!q;o.length===0;){n=a+p +o=j.a.tC(a,n,C.l8) +if(o.length===0){if(s)break +if(n>=h)break +p*=2 +continue}m=C.c.gL(o) +h=m.e +l=h===C.l?m.a:m.c +k=h===C.q?l-(b.c-b.a):l +h=j.a +h=Math.min(k,H.dd(h.gaO(h))) +s=j.a +return new P.v(h,m.b,Math.min(k,H.dd(s.gaO(s))),m.d)}return null}, +gAp(){var s,r=this +switch(r.d){case C.hk:return C.h +case C.dc:return new P.l(r.gaO(r),0) +case C.aF:return new P.l(r.gaO(r)/2,0) +case C.k2:case C.av:s=r.e +s.toString +switch(s){case C.q:return new P.l(r.gaO(r),0) +case C.l:return C.h}break +case C.dd:s=r.e +s.toString +switch(s){case C.q:return C.h +case C.l:return new P.l(r.gaO(r),0)}break}}, +glT(){var s=this.fx +return s==null?H.f(H.u("_caretMetrics")):s}, +lW(a,b){var s,r,q,p,o=this +if(a.k(0,o.fy)&&b.k(0,o.go))return +s=a.a +switch(a.b){case C.aR:r=o.JT(s,b) +if(r==null)r=o.JS(s,b) +break +case C.n:r=o.JS(s,b) +if(r==null)r=o.JT(s,b) +break +default:r=null}q=r!=null +p=q?new P.l(r.a,r.b):o.gAp() +o.fx=new U.acm(p,q?r.d-r.b:null) +o.fy=a +o.go=b}, +yd(a,b,c){return this.a.kg(a.a,a.b,b,c)}, +de(a){return this.gcP(this).$0()}} +Q.tT.prototype={ +goa(a){return this.e}, +gy5(){return!0}, +i9(a,b){t._.b(a)}, +Oc(a,b,c,d){var s,r,q,p,o,n=this.a,m=n!=null +if(m)b.k_(0,n.G4(d)) +n=this.b +if(n!=null)try{b.iA(0,n)}catch(q){n=H.a0(q) +if(n instanceof P.fs){s=n +r=H.ax(q) +U.d6(new U.bp(s,r,"painting library",U.aZ("while building a TextSpan"),null,!1)) +b.iA(0,"\ufffd")}else throw q}n=this.c +if(n!=null)for(p=n.length,o=0;o0?q:C.d2 +if(p===C.d3)return p}else p=C.d2 +s=n.c +if(s!=null)for(r=b.c,o=0;op.a)p=q +if(p===C.d3)return p}return p}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(!r.Vc(0,b))return!1 +if(b instanceof Q.tT)if(b.b==r.b)s=r.e.k(0,b.e)&&S.eD(b.c,r.c) +else s=!1 +else s=!1 +return s}, +gu(a){var s=this,r=null +return P.a2(G.iN.prototype.gu.call(s,s),s.b,r,r,r,r,s.e,P.ej(s.c),C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +cD(){return"TextSpan"}, +$iaf:1, +$ihj:1, +de(a){return this.b.$0()}, +gxs(){return null}, +gxu(){return null}} +A.w.prototype={ +gf4(){return this.e}, +r_(a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a=null,a0=b.dx +if(a0==null&&b5==null)s=a3==null?b.b:a3 +else s=a +r=b.dy +if(r==null&&a1==null)q=a2==null?b.c:a2 +else q=a +p=a9==null?b.d:a9 +o=b0==null?b.gf4():b0 +n=b2==null?b.r:b2 +m=b4==null?b.x:b4 +l=b3==null?b.y:b3 +k=b8==null?b.z:b8 +j=c3==null?b.Q:c3 +i=c2==null?b.ch:c2 +h=b6==null?b.cx:b6 +a0=b5==null?a0:b5 +r=a1==null?r:a1 +g=c1==null?b.k1:c1 +f=a5==null?b.fr:a5 +e=a6==null?b.fx:a6 +d=a7==null?b.fy:a7 +c=a8==null?b.go:a8 +return A.AG(r,q,s,a,f,e,d,c,p,o,b.k2,n,l,m,a0,h,b.a,b.cy,k,b.db,b.k3,a,g,i,j)}, +act(a){return this.r_(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null)}, +dA(a){return this.r_(null,null,a,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null)}, +acs(a){return this.r_(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null)}, +OD(a,b){return this.r_(null,null,a,null,null,null,null,null,null,null,null,b,null,null,null,null,null,null,null,null,null,null,null)}, +cj(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c +if(a==null)return this +if(!a.a)return a +s=a.b +r=a.c +q=a.d +p=a.gf4() +o=a.r +n=a.x +m=a.y +l=a.z +k=a.Q +j=a.ch +i=a.cx +h=a.cy +g=a.db +f=a.dx +e=a.dy +d=a.k1 +c=a.k2 +return this.r_(e,r,s,null,a.fr,a.fx,a.fy,a.go,q,p,c,o,m,n,f,i,h,l,g,a.k3,d,j,k)}, +G4(a){var s,r,q=this,p=q.gf4(),o=q.r +o=o==null?null:o*a +s=q.dy +if(s==null){s=q.c +if(s!=null){r=H.ai() +r=r?H.aK():new H.aE(new H.aG()) +r.sas(0,s) +s=r}else s=null}return P.a9x(s,q.b,q.fr,q.fx,q.fy,q.go,q.d,p,q.k2,o,q.y,q.x,q.dx,q.cx,q.cy,q.z,q.db,q.k1,q.ch,q.Q)}, +bQ(a,b){var s,r=this +if(r===b)return C.d2 +if(r.a===b.a)if(r.d==b.d)if(r.r==b.r)if(r.x==b.x)if(r.y==b.y)if(r.z==b.z)if(r.Q==b.Q)if(r.ch==b.ch)if(r.cx==b.cx)s=r.dx!=b.dx||r.dy!=b.dy||!S.eD(r.k1,b.k1)||!S.eD(r.k2,b.k2)||!S.eD(r.gf4(),b.gf4())||!1 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +if(s)return C.d3 +if(!J.e(r.b,b.b)||!J.e(r.c,b.c)||!J.e(r.fr,b.fr)||!J.e(r.fx,b.fx)||r.fy!=b.fy||r.go!=b.go)return C.xk +return C.d2}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof A.w)if(b.a===r.a)if(J.e(b.b,r.b))if(J.e(b.c,r.c))if(b.d==r.d)if(b.r==r.r)if(b.x==r.x)if(b.y==r.y)if(b.z==r.z)if(b.Q==r.Q)if(b.ch==r.ch)if(b.cx==r.cx)s=b.dx==r.dx&&b.dy==r.dy&&J.e(b.fr,r.fr)&&J.e(b.fx,r.fx)&&b.fy==r.fy&&b.go==r.go&&S.eD(b.k1,r.k1)&&S.eD(b.k2,r.k2)&&S.eD(b.gf4(),r.gf4())&&!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){var s=this +return P.ej([s.a,s.b,s.c,s.d,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,P.ej(s.k1),P.ej(s.k2),P.ej(s.gf4()),s.k3])}, +cD(){return"TextStyle"}} +A.SL.prototype={} +D.ZC.prototype={ +eB(a,b){var s=this,r=s.e,q=s.c +return s.d+r*Math.pow(s.b,b)/q-r/q}, +hw(a,b){return this.e*Math.pow(this.b,b)}, +gE8(){return this.d-this.e/this.c}, +S1(a){var s,r,q=this,p=q.d +if(a===p)return 0 +s=q.e +if(s!==0)if(s>0)r=aq.gE8() +else r=a>p||a=l&&n.c>=n.d)return new P.D(C.f.G(0,m,l),C.f.G(0,n.c,n.d)) +s=a.a +r=a.b +q=s/r +if(s>l){r=l/q +s=l}p=n.d +if(r>p){s=p*q +r=p}if(s=s.b&&s.c>=s.d}, +a_(a,b){var s=this +return new S.aw(s.a*b,s.b*b,s.c*b,s.d*b)}, +dP(a,b){var s=this +return new S.aw(s.a/b,s.b/b,s.c/b,s.d/b)}, +gafL(){var s=this,r=s.a +if(r>=0)if(r<=s.b){r=s.c +r=r>=0&&r<=s.d}else r=!1 +else r=!1 +return r}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof S.aw&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){var s,r,q,p=this,o=p.gafL()?"":"; NOT NORMALIZED",n=p.a +if(n===1/0&&p.c===1/0)return"BoxConstraints(biggest"+o+")" +if(n===0&&p.b===1/0&&p.c===0&&p.d===1/0)return"BoxConstraints(unconstrained"+o+")" +s=new S.VK() +r=s.$3(n,p.b,"w") +q=s.$3(p.c,p.d,"h") +return"BoxConstraints("+r+", "+q+o+")"}} +S.VK.prototype={ +$3(a,b,c){if(a===b)return c+"="+C.d.a6(a,1) +return C.d.a6(a,1)+"<="+c+"<="+C.d.a6(b,1)}, +$S:255} +S.h8.prototype={ +qK(a,b,c){if(c!=null){c=E.yh(F.anq(c)) +if(c==null)return!1}return this.Cq(a,b,c)}, +mg(a,b,c){var s,r=b==null,q=r?c:c.a7(0,b) +r=!r +if(r)this.c.push(new O.uL(new P.l(-b.a,-b.b))) +s=a.$2(this,q) +if(r)this.xJ() +return s}, +Cq(a,b,c){var s,r=c==null,q=r?b:T.fe(c,b) +r=!r +if(r)this.c.push(new O.Cs(c)) +s=a.$2(this,q) +if(r)this.xJ() +return s}, +NX(a,b,c){var s,r=this +if(b!=null)r.c.push(new O.uL(new P.l(-b.a,-b.b))) +else{c.toString +c=E.yh(F.anq(c)) +c.toString +r.c.push(new O.Cs(c))}s=a.$1(r) +r.xJ() +return s}, +aaZ(a,b){return this.NX(a,null,b)}, +aaY(a,b){return this.NX(a,b,null)}} +S.n9.prototype={ +gj5(a){return t.q.a(this.a)}, +i(a){return"#"+Y.bY(t.q.a(this.a))+"@"+this.c.i(0)}} +S.f2.prototype={ +i(a){return"offset="+this.a.i(0)}} +S.wp.prototype={} +S.uA.prototype={ +i(a){return this.b}} +S.Cb.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof S.Cb&&b.a===this.a&&b.b===this.b}, +gu(a){return P.a2(this.a,this.b,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}} +S.y.prototype={ +eD(a){if(!(a.e instanceof S.f2))a.e=new S.f2(C.h)}, +al(a,b,c){var s=this.k4 +if(s==null)s=this.k4=P.A(t.oc,t.i) +return s.bN(0,new S.Cb(a,b),new S.a4b(c,b))}, +ba(a){return 0}, +b3(a){return 0}, +b4(a){return 0}, +b8(a){return 0}, +eC(a){var s=this.r1 +if(s==null)s=this.r1=P.A(t.k,t.FW) +return s.bN(0,a,new S.a4d(this,a))}, +bZ(a){return C.r}, +glB(){var s=this.rx +return new P.v(0,0,0+s.a,0+s.b)}, +yg(a,b){var s=this.j9(a) +if(s==null&&!b)return this.rx.b +return s}, +pj(a){return this.yg(a,!1)}, +j9(a){var s=this,r=s.ry +if(r==null)r=s.ry=P.A(t.W7,t.PM) +r.bN(0,a,new S.a4c(s,a)) +return s.ry.h(0,a)}, +dz(a){return null}, +ga1(){return t.k.a(K.t.prototype.ga1.call(this))}, +a4(){var s=this,r=s.ry +if(!(r!=null&&r.gbn(r))){r=s.k4 +if(!(r!=null&&r.gbn(r))){r=s.r1 +r=r!=null&&r.gbn(r)}else r=!0}else r=!0 +if(r){r=s.ry +if(r!=null)r.aP(0) +r=s.k4 +if(r!=null)r.aP(0) +r=s.r1 +if(r!=null)r.aP(0) +if(s.gak(s) instanceof K.t){s.EN() +return}}s.VL()}, +t7(){this.rx=this.bZ(t.k.a(K.t.prototype.ga1.call(this)))}, +bM(){}, +c0(a,b){var s,r=this +if(r.rx.A(0,b))if(r.cH(a,b)||r.fs(b)){s=new S.n9(b,r) +a.jk() +s.b=C.c.gL(a.b) +a.a.push(s) +return!0}return!1}, +fs(a){return!1}, +cH(a,b){return!1}, +du(a,b){var s,r=a.e +r.toString +s=t.x.a(r).a +b.an(0,s.a,s.b)}, +jc(a){var s,r,q,p,o,n=this.ds(0,null) +if(n.kU(n)===0)return C.h +s=new E.db(new Float64Array(3)) +s.hH(0,0,1) +r=new E.db(new Float64Array(3)) +r.hH(0,0,0) +q=n.xG(r) +r=new E.db(new Float64Array(3)) +r.hH(0,0,1) +p=n.xG(r).a7(0,q) +r=new E.db(new Float64Array(3)) +r.hH(a.a,a.b,0) +o=n.xG(r) +r=o.a7(0,p.ki(s.P2(o)/s.P2(p))).a +return new P.l(r[0],r[1])}, +gj2(){var s=this.rx +return new P.v(0,0,0+s.a,0+s.b)}, +i9(a,b){this.VK(a,b)}} +S.a4b.prototype={ +$0(){return this.a.$1(this.b)}, +$S:166} +S.a4d.prototype={ +$0(){return this.a.bZ(this.b)}, +$S:256} +S.a4c.prototype={ +$0(){return this.a.dz(this.b)}, +$S:257} +S.cl.prototype={ +OS(a){var s,r,q,p=this.Z$ +for(s=H.o(this).j("cl.1?");p!=null;){r=s.a(p.e) +q=p.j9(a) +if(q!=null)return q+r.a.b +p=r.T$}return null}, +Ds(a){var s,r,q,p,o=this.Z$ +for(s=H.o(this).j("cl.1"),r=null;o!=null;){q=o.e +q.toString +s.a(q) +p=o.j9(a) +if(p!=null){p+=q.a.b +r=r!=null?Math.min(r,p):p}o=q.T$}return r}, +r8(a,b){var s,r,q={},p=q.a=this.dj$ +for(s=H.o(this).j("cl.1");p!=null;p=r){p=p.e +p.toString +s.a(p) +if(a.mg(new S.a4a(q,b,p),p.a,b))return!0 +r=p.bx$ +q.a=r}return!1}, +kW(a,b){var s,r,q,p,o,n=this.Z$ +for(s=H.o(this).j("cl.1"),r=b.a,q=b.b;n!=null;){p=n.e +p.toString +s.a(p) +o=p.a +a.dD(n,new P.l(o.a+r,o.b+q)) +n=p.T$}}} +S.a4a.prototype={ +$2(a,b){return this.a.a.c0(a,b)}, +$S:15} +S.Bp.prototype={ +af(a){this.zc(0)}} +B.hk.prototype={ +i(a){return this.tY(0)+"; id="+H.c(this.e)}} +B.a1I.prototype={ +eu(a,b){var s,r=this.b.h(0,a) +r.cc(0,b,!0) +s=r.rx +s.toString +return s}, +f6(a,b){var s=this.b.h(0,a).e +s.toString +t.Wz.a(s).a=b}, +a0S(a,b){var s,r,q,p,o,n,m=this,l=m.b +try{m.b=P.A(t.K,t.q) +for(r=t.Wz,q=b;q!=null;q=n){p=q.e +p.toString +s=r.a(p) +p=m.b +p.toString +o=s.e +o.toString +p.p(0,o,q) +n=s.T$}m.xF(a)}finally{m.b=l}}, +i(a){return"MultiChildLayoutDelegate"}} +B.zh.prototype={ +eD(a){if(!(a.e instanceof B.hk))a.e=new B.hk(null,null,C.h)}, +sDv(a){var s=this,r=s.B +if(r===a)return +if(H.C(a)!==H.C(r)||a.lF(r))s.a4() +s.B=a +s.b!=null}, +aq(a){this.WU(a)}, +af(a){this.WV(0)}, +ba(a){var s=S.hE(a,1/0),r=s.b5(new P.D(C.f.G(1/0,s.a,s.b),C.f.G(1/0,s.c,s.d))).a +if(isFinite(r))return r +return 0}, +b3(a){var s=S.hE(a,1/0),r=s.b5(new P.D(C.f.G(1/0,s.a,s.b),C.f.G(1/0,s.c,s.d))).a +if(isFinite(r))return r +return 0}, +b4(a){var s=S.hE(1/0,a),r=s.b5(new P.D(C.f.G(1/0,s.a,s.b),C.f.G(1/0,s.c,s.d))).b +if(isFinite(r))return r +return 0}, +b8(a){var s=S.hE(1/0,a),r=s.b5(new P.D(C.f.G(1/0,s.a,s.b),C.f.G(1/0,s.c,s.d))).b +if(isFinite(r))return r +return 0}, +bZ(a){return a.b5(new P.D(C.f.G(1/0,a.a,a.b),C.f.G(1/0,a.c,a.d)))}, +bM(){var s=this,r=t.k.a(K.t.prototype.ga1.call(s)) +r=r.b5(new P.D(C.f.G(1/0,r.a,r.b),C.f.G(1/0,r.c,r.d))) +s.rx=r +s.B.a0S(r,s.Z$)}, +aK(a,b){this.kW(a,b)}, +cH(a,b){return this.r8(a,b)}} +B.CV.prototype={ +aq(a){var s,r,q +this.dE(a) +s=this.Z$ +for(r=t.Wz;s!=null;){s.aq(a) +q=s.e +q.toString +s=r.a(q).T$}}, +af(a){var s,r,q +this.d_(0) +s=this.Z$ +for(r=t.Wz;s!=null;){s.af(0) +q=s.e +q.toString +s=r.a(q).T$}}} +B.Rk.prototype={} +V.Gz.prototype={ +ad(a,b){var s=this.a +return s==null?null:s.ad(0,b)}, +Y(a,b){var s=this.a +return s==null?null:s.Y(0,b)}, +gtO(){return null}, +yM(a){return this.eR(a)}, +x_(a){return null}, +i(a){var s="#"+Y.bY(this)+"(",r=this.a +r=r==null?null:r.i(0) +return s+(r==null?"":r)+")"}} +V.zi.prototype={ +st6(a){var s=this.w +if(s==a)return +this.w=a +this.IZ(a,s)}, +sPE(a){var s=this.ab +if(s==a)return +this.ab=a +this.IZ(a,s)}, +IZ(a,b){var s=this,r=a==null +if(r)s.aB() +else if(b==null||H.C(a)!==H.C(b)||a.eR(b))s.aB() +if(s.b!=null){if(b!=null)b.Y(0,s.ge8()) +if(!r)a.ad(0,s.ge8())}if(r){if(s.b!=null)s.ax()}else if(b==null||H.C(a)!==H.C(b)||a.yM(b))s.ax()}, +saho(a){if(this.aG.k(0,a))return +this.aG=a +this.a4()}, +ba(a){var s +if(this.q$==null){s=this.aG.a +return isFinite(s)?s:0}return this.zm(a)}, +b3(a){var s +if(this.q$==null){s=this.aG.a +return isFinite(s)?s:0}return this.zk(a)}, +b4(a){var s +if(this.q$==null){s=this.aG.b +return isFinite(s)?s:0}return this.zl(a)}, +b8(a){var s +if(this.q$==null){s=this.aG.b +return isFinite(s)?s:0}return this.zj(a)}, +aq(a){var s,r=this +r.u4(a) +s=r.w +if(s!=null)s.ad(0,r.ge8()) +s=r.ab +if(s!=null)s.ad(0,r.ge8())}, +af(a){var s=this,r=s.w +if(r!=null)r.Y(0,s.ge8()) +r=s.ab +if(r!=null)r.Y(0,s.ge8()) +s.nh(0)}, +cH(a,b){var s=this.ab +if(s!=null){s=s.x_(b) +s=s===!0}else s=!1 +if(s)return!0 +return this.pJ(a,b)}, +fs(a){var s=this.w +if(s!=null){s=s.x_(a) +s=s!==!1}else s=!1 +return s}, +bM(){this.pK() +this.ax()}, +qX(a){return a.b5(this.aG)}, +Le(a,b,c){var s +H.b8("debugPreviousCanvasSaveCount") +a.bf(0) +if(!b.k(0,C.h))a.an(0,b.a,b.b) +s=this.rx +s.toString +c.aK(a,s) +a.aU(0)}, +aK(a,b){var s,r,q=this +if(q.w!=null){s=a.gc3(a) +r=q.w +r.toString +q.Le(s,b,r) +q.Md(a)}q.lL(a,b) +if(q.ab!=null){s=a.gc3(a) +r=q.ab +r.toString +q.Le(s,b,r) +q.Md(a)}}, +Md(a){}, +eZ(a){var s,r=this +r.hf(a) +s=r.w +r.d7=s==null?null:s.gtO() +s=r.ab +r.a9=s==null?null:s.gtO() +a.a=!1}, +o1(a,b,c){var s,r,q,p,o=this +o.e3=V.asV(o.e3,C.mL) +o.es=V.asV(o.es,C.mL) +s=o.e3 +r=s!=null&&!s.gM(s) +s=o.es +q=s!=null&&!s.gM(s) +s=H.a([],t.W) +if(r){p=o.e3 +p.toString +C.c.O(s,p)}C.c.O(s,c) +if(q){p=o.es +p.toString +C.c.O(s,p)}o.Hn(a,b,s)}, +o4(){this.zg() +this.es=this.e3=null}} +T.WZ.prototype={} +D.tS.prototype={ +i(a){var s=this +switch(s.b){case C.l:return s.a.i(0)+"-ltr" +case C.q:return s.a.i(0)+"-rtl" +case null:return s.a.i(0)}}} +D.oz.prototype={ +eD(a){if(!(a.e instanceof Q.ex))a.e=new Q.ex(null,null,C.h)}, +l(a){var s=this,r=s.B +if(r!=null)r.dx.saY(0,null) +s.B=null +r=s.N +if(r!=null)r.dx.saY(0,null) +s.N=null +s.bx.saY(0,null) +s.lK(0)}, +Nd(a){var s,r=this,q=r.ga0P(),p=r.B +if(p==null){s=D.au6(q) +r.fU(s) +r.B=s}else p.st6(q) +r.a8=a}, +ga2t(){var s=this.W +return s==null?H.f(H.u("_placeholderSpans")):s}, +Je(a){this.W=H.a([],t.TP) +a.br(new D.a4e(this))}, +Nl(a){var s,r=this,q=r.ga0Q(),p=r.N +if(p==null){s=D.au6(q) +r.fU(s) +r.N=s}else p.st6(q) +r.az=a}, +gef(){var s=this,r=s.aN +if(r==null){r=H.ai() +r=r?H.aK():new H.aE(new H.aG()) +r=new D.BN(s.ga7e(),r,C.h,P.aj(0,null,!1,t.Z)) +if(s.aN==null)s.aN=r +else r=H.f(H.cB("_caretPainter"))}return r}, +ga0P(){var s=this,r=s.bK +if(r==null){r=H.a([],t.xT) +if(s.h_)r.push(s.gef()) +r=s.bK=new D.ud(r,P.aj(0,null,!1,t.Z))}return r}, +ga0Q(){var s=this,r=s.bL +if(r==null){r=H.a([s.b6,s.b_],t.xT) +if(!s.h_)r.push(s.gef()) +r=s.bL=new D.ud(r,P.aj(0,null,!1,t.Z))}return r}, +a7f(a){if(!J.e(this.c7,a))this.cV.$1(a) +this.c7=a}, +stp(a,b){return}, +spd(a){var s=this.au +if(s.Q===a)return +s.spd(a) +this.jV()}, +swk(a,b){if(this.dk===b)return +this.dk=b +this.jV()}, +sagy(a){if(this.dS===a)return +this.dS=a +this.a4()}, +sagx(a){return}, +cl(a,b){var s,r,q=this +if(a.gd9()){s=q.aR.a.c.a.a.length +a=a.fW(Math.min(a.c,s),Math.min(a.d,s))}q.a5B(a,b) +r=q.aR.a.c.a.D8(a) +q.aR.eP(r,b)}, +a5B(a,b){var s=a.c===0&&a.d===0&&!this.w +if(a.k(0,this.a9)&&b!==C.x&&!s)return}, +JZ(a,b){var s,r=this.au +r.lW(new P.b1(a,C.n),this.glU()) +s=r.glT().a +return r.a.fE(new P.l(s.a+0,s.b+b))}, +JX(a){return this.JZ(a,-0.5*this.au.gcK())}, +JY(a){return this.JZ(a,1.5*this.au.gcK())}, +ut(a,b){var s,r,q,p,o,n,m +if(this.aG||!a.gd9()||a.a===a.b)return +s=this.aR +r=s.a.c.a.a +q=a.a +p=C.b.S(r,0,q) +o=a.b +n=C.b.bv(r,o) +m=X.dO(C.n,Math.min(q,o)) +s.eP(new N.co(p+n,m,C.a2),b)}, +IW(a){var s,r,q,p,o,n,m=this.aR.a.c.a,l=m.b,k=l.a,j=l.b +if(k===j)return!1 +s=m.a +r=C.b.S(s,0,k) +q=C.b.bv(s,j) +p=X.dO(C.n,k) +o=m.c +if(!o.gd9()||o.a===o.b)n=C.a2 +else{m=o.a +j-=k +s=o.b +n=new P.d0(m-C.f.G(m-k,0,j),s-C.f.G(s-k,0,j))}m=r+q +this.aR.eP(new N.co(m,p,n),a) +return!0}, +ad6(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.aR.a.c.a,i=j.b +if(!i.gd9()||k.aG||k.IW(b))return +s=j.a +r=C.b.S(s,0,i.a) +q=r.length +if(q===0)return +p=C.b.bv(s,i.b) +o=D.oA(q,r,!0) +n=X.dO(C.n,o) +m=j.c +if(!m.gd9()||m.a===m.b)l=C.a2 +else{j=m.a +q-=o +s=m.b +l=new P.d0(j-C.f.G(j-o,0,q),s-C.f.G(s-o,0,q))}j=C.b.S(r,0,o)+p +k.aR.eP(new N.co(j,n,l),b)}, +ad8(a,b){var s,r,q,p,o,n,m,l=this +if(l.aG||!l.a9.gd9())return +s=l.a9 +r=s.a +if(r!==s.b)return l.ut(s,a) +q=l.aR.a.c.a.a +p=C.b.S(q,0,r) +s=p.length +if(s===0)return +o=D.anz(l.au,s,!1) +p=C.b.S(C.b.xZ(p),0,o) +n=C.b.bv(q,l.a9.b) +m=X.dO(C.n,o) +s=p+n +l.aR.eP(new N.co(s,m,C.a2),a)}, +ad7(a){var s,r,q,p,o,n,m=this +if(m.aG||!m.a9.gd9())return +s=m.a9 +r=s.a +if(r!==s.b)return m.ut(s,a) +q=m.aR.a.c.a.a +p=C.b.S(q,0,r) +s=p.length +if(s===0)return;--s +if(C.b.ay(p,s)===10)return +p=C.b.S(p,0,m.ir(new P.b1(s,C.n)).a) +o=C.b.bv(q,m.a9.b) +n=X.dO(C.n,p.length) +s=p+o +m.aR.eP(new N.co(s,n,C.a2),a)}, +ad9(a){var s,r,q,p,o,n,m,l=this,k=l.aR.a.c.a,j=k.b +if(!j.gd9()||l.aG||l.IW(a))return +s=k.a +r=C.b.bv(s,j.b) +if(r.length===0)return +q=C.b.S(s,0,j.a) +p=D.rY(0,r,!0) +o=k.c +if(!o.gd9()||o.a===o.b)n=C.a2 +else{k=o.a +s=q.length +m=o.b +n=new P.d0(k-C.f.G(k-s,0,p),m-C.f.G(m-s,0,p))}k=q+C.b.bv(r,p) +l.aR.eP(new N.co(k,j,n),a)}, +adb(a,b){var s,r,q,p,o,n,m=this +if(m.aG||!m.a9.gd9())return +s=m.a9 +r=s.a +q=s.b +if(r!==q)return m.ut(s,a) +p=m.aR.a.c.a.a +o=C.b.bv(p,q) +if(o.length===0)return +n=C.b.S(p,0,r) +s=n.length +s=n+C.b.bv(o,D.anA(m.au,s,!1)-s) +r=m.a9 +m.aR.eP(new N.co(s,r,C.a2),a)}, +ada(a){var s,r,q,p,o,n,m=this +if(m.aG||!m.a9.gd9())return +s=m.a9 +r=s.a +q=s.b +if(r!==q)return m.ut(s,a) +p=m.aR.a.c.a.a +o=C.b.bv(p,q) +s=o.length +if(s===0)return +if(C.b.aE(o,0)===10)return +n=C.b.S(p,0,r) +r=n.length +s=n+C.b.S(o,m.ir(new P.b1(r,C.n)).b-r,s) +r=m.a9 +m.aR.eP(new N.co(s,r,C.a2),a)}, +ae1(a){var s,r,q,p=this,o=p.a9 +if(o.a===o.b&&o.d>=p.gdg().length)return +if(!p.ghb())return p.QR(a) +s=p.JY(p.a9.d) +r=H.b8("nextSelection") +o=s.a +q=p.a9 +if(o===q.d){r.sbU(q.e0(p.gdg().length)) +p.f2=!0}else if(p.f2){r.sbU(q.e0(p.cW)) +p.f2=!1}else{r.sbU(q.e0(o)) +p.cW=r.aS().d}p.cl(r.aS(),a)}, +adZ(a){var s,r=this +if(r.a9.d===r.gdg().length)return +if(!r.ghb())return r.QU(a) +s=r.a9 +r.cl(X.dF(C.n,Math.max(0,Math.min(s.c,s.d)),r.gdg().length,!1),a)}, +ae2(a){var s,r=this +if(!r.ghb())return r.QS(a) +s=D.aED(r.a9,r.gdg()) +if(s.k(0,r.a9))return +r.cW-=r.a9.d-s.d +r.cl(s,a)}, +ae3(a){var s,r,q,p,o=this +if(!o.ghb())return o.EW(a) +s=o.ir(new P.b1(D.oA(o.a9.d,o.gdg(),!1),C.n)) +r=H.b8("nextSelection") +q=o.a9 +p=q.c +if(q.d>p)r.sbU(q.e0(p)) +else r.sbU(q.e0(s.c)) +o.cl(r.aS(),a)}, +ae5(a){var s,r=this +if(!r.ghb())return r.QT(a) +s=D.aEF(r.a9,r.gdg()) +if(s.k(0,r.a9))return +r.cW+=s.d-r.a9.d +r.cl(s,a)}, +ae6(a){var s,r,q,p,o=this +if(!o.ghb())return o.EX(a) +s=o.ir(new P.b1(D.rY(o.a9.d,o.gdg(),!1),C.n)) +r=H.b8("nextSelection") +q=o.a9 +p=q.c +if(q.d=s.c)q.sbU(s.e0(p)) +else q.sbU(s.Ow(p)) +o.cl(q.aS(),a)}, +QR(a){var s,r,q=this,p=q.a9 +if(p.a===p.b&&p.d>=q.gdg().length)return +s=q.JY(q.a9.d) +r=H.b8("nextSelection") +p=q.a9 +if(s.a===p.d){r.sbU(p.fW(q.gdg().length,q.gdg().length)) +q.f2=!1}else{r.sbU(X.AB(s)) +q.cW=r.aS().d}q.cl(r.aS(),a)}, +QS(a){var s=this,r=D.aEH(s.a9,s.gdg()) +if(r.k(0,s.a9))return +s.cW=s.cW-(s.a9.d-r.d) +s.cl(r,a)}, +EW(a){var s=this,r=D.oA(s.a9.d,s.gdg(),!0) +if(s.ir(new P.b1(r,C.n)).d===r)return +s.cl(X.dO(C.n,s.ir(new P.b1(D.oA(s.a9.d,s.gdg(),!1),C.n)).c),a)}, +agn(a,b){var s=this,r=D.aEI(s.au,s.a9,!1) +if(r.k(0,s.a9))return +s.cl(r,a)}, +QT(a){var s=this,r=D.aEJ(s.a9,s.gdg()) +if(r.k(0,s.a9))return +s.cl(r,a)}, +EX(a){var s=this,r=s.ir(new P.b1(s.a9.d,C.n)),q=s.a9.d +if(r.d===q)return +s.cl(X.dO(C.aR,s.ir(new P.b1(D.rY(q,s.gdg(),!1),C.n)).d),a)}, +ago(a,b){var s=this,r=D.aEK(s.au,s.a9,!1) +if(r.k(0,s.a9))return +s.cl(r,a)}, +QU(a){var s=this,r=s.a9 +if(r.a===r.b&&r.d===s.gdg().length)return +s.cl(X.dO(C.n,s.gdg().length),a)}, +QV(a){var s=this.a9 +if(s.a===s.b&&s.d===0)return +this.cl(C.yv,a)}, +QW(a){var s,r,q,p=this,o=p.a9 +if(o.a===o.b&&o.d<=0)return +s=p.JX(o.d) +r=H.b8("nextSelection") +o=s.a +q=p.a9 +if(o===q.d){r.sbU(q.fW(0,0)) +p.f2=!1}else{r.sbU(q.fW(o,o)) +p.cW=r.aS().d}p.cl(r.aS(),a)}, +acU(a){var s,r,q,p,o +if(this.aG)return +s=this.aR.a.c.a +r=s.b +q=s.a +s=r.a +p=r.b +if(s!==p){T.qp(new T.ld(C.b.S(q,s,p))) +o=C.b.S(q,0,s)+C.b.bv(q,p) +p=X.dO(C.n,Math.min(s,p)) +this.aR.eP(new N.co(o,p,C.a2),a)}}, +xC(a){return this.ahi(a)}, +ahi(a){var s=0,r=P.K(t.H),q,p=this,o,n,m,l,k,j,i +var $async$xC=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:if(p.aG){s=1 +break}o=p.aR.a.c.a +n=o.b +m=o.a +s=3 +return P.L(T.Gk("text/plain"),$async$xC) +case 3:l=c +if(l!=null&&n.gd9()){o=n.a +k=C.b.S(m,0,o) +j=l.a +j.toString +i=n.b +k=k+j+C.b.bv(m,i) +j=X.dO(C.n,Math.min(o,i)+j.length) +p.aR.eP(new N.co(k,j,C.a2),a)}case 1:return P.I(q,r)}}) +return P.J($async$xC,r)}, +aB(){this.VM() +var s=this.B +if(s!=null)s.aB() +s=this.N +if(s!=null)s.aB()}, +jV(){this.bi=this.d6=null +this.a4()}, +pO(){var s=this +s.Hl() +s.au.a4() +s.bi=s.d6=null}, +gdg(){var s=this.jI +return s==null?this.jI=this.au.c.ais(!1):s}, +gcP(a){return this.au.c}, +scP(a,b){var s=this,r=s.au +if(J.e(r.c,b))return +r.scP(0,b) +s.E4=s.om=s.jI=null +s.Je(b) +s.jV() +s.ax()}, +smW(a,b){var s=this.au +if(s.d===b)return +s.smW(0,b) +this.jV()}, +sbC(a,b){var s=this.au +if(s.e===b)return +s.sbC(0,b) +this.jV() +this.ax()}, +smF(a,b){var s=this.au +if(J.e(s.x,b))return +s.smF(0,b) +this.jV()}, +sjh(a,b){var s=this.au +if(J.e(s.z,b))return +s.sjh(0,b) +this.jV()}, +sTP(a){var s=this,r=s.l8 +if(r===a)return +if(s.b!=null)r.Y(0,s.gvB()) +s.l8=a +if(s.b!=null){s.gef().syL(s.l8.a) +s.l8.ad(0,s.gvB())}}, +a9q(){this.gef().syL(this.l8.a)}, +scs(a){if(this.w===a)return +this.w=a +this.ax()}, +saey(a){if(this.ab)return +this.ab=!0 +this.a4()}, +stg(a,b){if(this.aG===b)return +this.aG=b +this.ax()}, +soH(a,b){if(this.bd==b)return +this.bd=b +this.jV()}, +sagk(a){return}, +sDX(a){return}, +spc(a){var s=this.au +if(s.f===a)return +s.spc(a) +this.jV()}, +stN(a){var s=this +if(s.a9.k(0,a))return +s.a9=a +s.b_.swZ(a) +s.aB() +s.ax()}, +sh5(a,b){var s=this,r=s.e3 +if(r===b)return +if(s.b!=null)r.Y(0,s.ge8()) +s.e3=b +if(s.b!=null)b.ad(0,s.ge8()) +s.a4()}, +sacS(a){if(this.es===a)return +this.es=a +this.a4()}, +sacR(a){return}, +sahg(a){var s=this +if(s.h_===a)return +s.h_=a +s.bL=s.bK=null +s.Nd(s.a8) +s.Nl(s.az)}, +sU6(a){if(this.jJ===a)return +this.jJ=a +this.aB()}, +sadJ(a){if(this.jK===a)return +this.jK=a +this.aB()}, +ghb(){return!0}, +eZ(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this +d.hf(a) +s=d.au +r=s.c +r.toString +q=H.a([],t.O_) +r.Op(q) +d.my=q +if(C.c.iC(q,new D.a4g())&&U.f_()!==C.B){a.b=a.a=!0 +return}r=d.om +if(r==null){p=new P.c6("") +o=H.a([],t.oU) +for(r=d.my,n=r.length,m=0,l=0,k="";l")),g.zq(e,1,a3,h.c),g=new H.dy(g,g.gn(g)),h=H.o(g).c;g.t();){f=h.a(g.d) +d=d.l1(new P.v(f.a,f.b,f.c,f.d)) +c=f.e}h=d.a +g=Math.max(0,h) +f=d.b +b=Math.max(0,f) +h=Math.min(d.c-h,p.a(K.t.prototype.ga1.call(a2)).b) +f=Math.min(d.d-f,p.a(K.t.prototype.ga1.call(a2)).d) +o=new P.v(Math.floor(g)-4,Math.floor(b)-4,Math.ceil(g+h)+4,Math.ceil(b+f)+4) +a=A.oL() +a0=m+1 +a.r2=new A.on(m,a3) +a.d=!0 +a.q=n +f=j.b +a6=f==null?a6:f +a.aF=new A.cG(a6,j.f) +a6=a2.iO +a1=(a6==null?a3:!a6.gM(a6))===!0?a2.iO.lm():A.Li(a3,a3) +a1.Si(0,a) +if(!a1.x.k(0,o)){a1.x=o +a1.iv()}s.dt(0,a1) +a4.push(a1) +m=a0 +n=c}a2.iO=s +a7.kf(0,a4,a8)}, +a5N(a){this.cl(a,C.x)}, +a54(a){var s=this,r=s.au.FY(s.a9.d) +if(r==null)return +s.cl(X.dF(C.n,!a?r:s.a9.c,r,!1),C.x)}, +a50(a){var s=this,r=s.au.FZ(s.a9.d) +if(r==null)return +s.cl(X.dF(C.n,!a?r:s.a9.c,r,!1),C.x)}, +a56(a){var s,r=this,q=r.a9,p=r.JO(r.au.a.ha(0,new P.b1(q.d,q.e)).b) +if(p==null)return +s=a?r.a9.c:p.a +r.cl(X.dF(C.n,s,p.a,!1),C.x)}, +a52(a){var s,r=this,q=r.a9,p=r.JR(r.au.a.ha(0,new P.b1(q.d,q.e)).a-1) +if(p==null)return +s=a?r.a9.c:p.a +r.cl(X.dF(C.n,s,p.a,!1),C.x)}, +JO(a){var s,r,q +for(s=this.au;!0;){r=s.a.ha(0,new P.b1(a,C.n)) +q=r.a +q=!(q>=0&&r.b>=0)||q===r.b +if(q)return null +if(!this.L4(r))return r +a=r.b}}, +JR(a){var s,r,q +for(s=this.au;a>=0;){r=s.a.ha(0,new P.b1(a,C.n)) +q=r.a +q=!(q>=0&&r.b>=0)||q===r.b +if(q)return null +if(!this.L4(r))return r +a=r.a-1}return null}, +L4(a){var s,r,q,p +for(s=a.a,r=a.b,q=this.au;sn*s +n=s +if(n){n=o.au.gcK() +m=o.bd +m.toString +return n*m}}if(a===1/0){r=o.gdg() +for(n=r.length,q=1,p=0;p=m)return X.AB(a) +if(D.Up(C.b.ay(p.gdg(),n))&&n>0){s=o.a +r=p.JR(s) +switch(U.f_()){case C.D:if(r==null){q=p.JO(s) +if(q==null)return X.dO(C.n,n) +return X.dF(C.n,n,q.b,!1)}return X.dF(C.n,r.a,n,!1) +case C.H:if(p.aG){if(r==null)return X.dF(C.n,n,n+1,!1) +return X.dF(C.n,r.a,n,!1)}break +case C.K:case C.B:case C.E:case C.F:break}}return X.dF(C.n,o.a,m,!1)}, +ir(a){var s=this.au.a.yl(a),r=s.b +if(a.a>=r)return X.AB(a) +return X.dF(C.n,s.a,r,!1)}, +KA(a,b){var s,r,q,p,o,n,m,l,k=this,j="_placeholderSpans",i=k.bI$ +if(i===0){i=t.tZ +k.au.jf(H.a([],i)) +return H.a([],i)}s=k.Z$ +r=P.aj(i,C.ec,!1,t.jP) +q=new S.aw(0,a.b,0,1/0).dP(0,k.au.f) +for(i=H.o(k).j("ac.1"),p=!b,o=0;s!=null;){if(p){s.cc(0,q,!0) +n=s.rx +n.toString +m=k.W +switch((m==null?H.f(H.u(j)):m)[o].gcL()){case C.cl:m=k.W +m=(m==null?H.f(H.u(j)):m)[o] +s.pj(m.gmo(m)) +break +default:break}l=n}else l=s.eC(q) +n=k.W;(n==null?H.f(H.u(j)):n)[o].gcL() +n=k.W +n=(n==null?H.f(H.u(j)):n)[o] +r[o]=new U.j3(l,n.gmo(n)) +n=s.e +n.toString +s=i.a(n).T$;++o}return r}, +a6F(a){return this.KA(a,!1)}, +a9a(){var s,r,q=this.Z$,p=t.ot,o=this.au,n=H.o(this).j("ac.1"),m=0 +while(!0){if(!(q!=null&&m0||!J.e(n.geF(),C.h))&&n.l3!==C.o +r=n.bx +if(s){s=n.geT() +q=n.rx +r.saY(0,a.ll(s,b,new P.v(0,0,0+q.a,0+q.b),n.ga2s(),n.l3,r.a))}else{r.saY(0,null) +n.Jf(a,b)}s=n.SD(n.a9) +p=s[0].a +r=C.d.G(p.a,0,n.rx.a) +q=C.d.G(p.b,0,n.rx.b) +a.td(new T.o0(n.jJ,new P.l(r,q),T.ad()),K.t.prototype.gfz.call(n),C.h) +if(s.length===2){o=s[1].a +s=C.d.G(o.a,0,n.rx.a) +r=C.d.G(o.b,0,n.rx.b) +a.td(new T.o0(n.jK,new P.l(s,r),T.ad()),K.t.prototype.gfz.call(n),C.h)}}, +jB(a){var s +if(this.rE>0||!J.e(this.geF(),C.h)){s=this.rx +s=new P.v(0,0,0+s.a,0+s.b)}else s=null +return s}, +de(a){return this.gcP(this).$0()}} +D.a4e.prototype={ +$1(a){return!0}, +$S:37} +D.a4j.prototype={ +$1(a){var s=this.a,r=s.a +if(r<=this.b){s.a=r+a.length +return!0}if(this.c)return!1 +return D.Up(C.b.aE(a,0))}, +$S:25} +D.a4g.prototype={ +$1(a){return!1}, +$S:138} +D.a4h.prototype={ +$2(a,b){var s=a==null?null:a.l1(new P.v(b.a,b.b,b.c,b.d)) +return s==null?new P.v(b.a,b.b,b.c,b.d):s}, +$S:261} +D.a4i.prototype={ +$2(a,b){return this.a.a.c0(a,b)}, +$S:15} +D.a4f.prototype={ +$2(a,b){var s=this.a.a +s.toString +a.dD(s,b)}, +$S:18} +D.Rl.prototype={ +gak(a){return t.CA.a(B.F.prototype.gak.call(this,this))}, +gav(){return!0}, +ghI(){return!0}, +st6(a){var s,r=this,q=r.B +if(a===q)return +r.B=a +s=a.eR(q) +if(s)r.aB() +if(r.b!=null){s=r.ge8() +q.Y(0,s) +a.ad(0,s)}}, +aK(a,b){var s,r,q=this,p=t.CA.a(B.F.prototype.gak.call(q,q)),o=q.B +if(p!=null){p.iq() +s=a.gc3(a) +r=q.rx +r.toString +o.j1(s,r,p)}}, +aq(a){this.dE(a) +this.B.ad(0,this.ge8())}, +af(a){this.B.Y(0,this.ge8()) +this.d_(0)}, +bZ(a){return new P.D(C.f.G(1/0,a.a,a.b),C.f.G(1/0,a.c,a.d))}} +D.m0.prototype={} +D.DF.prototype={ +swY(a){if(J.e(a,this.r))return +this.r=a +this.ap()}, +swZ(a){if(J.e(a,this.x))return +this.x=a +this.ap()}, +sGf(a){if(this.y===a)return +this.y=a +this.ap()}, +sGg(a){if(this.z===a)return +this.z=a +this.ap()}, +j1(a,b,c){var s,r,q,p,o,n=this,m=n.x,l=n.r +if(m==null||l==null||m.a===m.b)return +s=n.f +s.sas(0,l) +r=c.au.yd(X.dF(C.n,m.a,m.b,!1),n.y,n.z) +for(q=r.length,p=0;p>>16&255,o>>>8&255,o&255)}if(r||g==null||!f.f)return +r=P.a3M(s.cb(c.geF()),C.eg) +o=f.z +if(o==null){o=H.ai() +o=o?H.aK():new H.aE(new H.aG()) +if(f.z==null)f.z=o +else o=H.f(H.cB("floatingCursorPaint"))}o.sas(0,g) +a.cv(0,r,o)}, +eR(a){var s=this +if(s===a)return!1 +return!(a instanceof D.BN)||a.f!==s.f||a.x!==s.x||!J.e(a.Q,s.Q)||!J.e(a.ch,s.ch)||!a.cx.k(0,s.cx)||!J.e(a.cy,s.cy)||!J.e(a.db,s.db)}} +D.ud.prototype={ +ad(a,b){var s,r,q +for(s=this.f,r=s.length,q=0;q328){s-=128 +r+=64}i.gvj().f5(0,new P.j_(s)) +p=i.rx.b +o=i.gvj() +if(p>96+o.gaw(o)+12)q+=96 +p=a.gc3(a) +o=i.gvj() +o.toString +p.eL(0,o,b.P(0,new P.l(r,q)))}}catch(j){H.a0(j)}}} +F.Hx.prototype={ +i(a){return this.b}} +F.f8.prototype={ +i(a){return this.tY(0)+"; flex="+H.c(this.e)+"; fit="+H.c(this.f)}} +F.IE.prototype={ +i(a){return this.b}} +F.lK.prototype={ +i(a){return this.b}} +F.nk.prototype={ +i(a){return this.b}} +F.zm.prototype={ +eD(a){if(!(a.e instanceof F.f8))a.e=new F.f8(null,null,C.h)}, +uJ(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=this +if(g.a8===C.f5)return 0 +s=g.B +r=g.Z$ +if(s===c){for(s=t.US,q=0,p=0,o=0;r!=null;){n=r.e +n.toString +m=s.a(n).e +if(m==null)m=0 +q+=m +if(m>0){n=a.$2(r,b) +l=r.e +l.toString +l=s.a(l).e +o=Math.max(o,n/(l==null?0:l))}else p+=a.$2(r,b) +n=r.e +n.toString +r=s.a(n).T$}return o*q+p}else{for(s=t.US,q=0,p=0,k=0;r!=null;){n=r.e +n.toString +m=s.a(n).e +if(m==null)m=0 +q+=m +j=H.b8("mainSize") +i=H.b8("crossSize") +if(m===0){switch(g.B){case C.p:n=r.al(C.U,1/0,r.gb9()) +if(j.b!==j)H.f(H.xT(j.a)) +j.b=n +n=a.$2(r,n) +if(i.b!==i)H.f(H.xT(i.a)) +i.b=n +break +case C.m:n=r.al(C.aI,1/0,r.gbE()) +if(j.b!==j)H.f(H.xT(j.a)) +j.b=n +n=a.$2(r,n) +if(i.b!==i)H.f(H.xT(i.a)) +i.b=n +break}n=j.b +if(n===j)H.f(H.k1(j.a)) +p+=n +n=i.b +if(n===i)H.f(H.k1(i.a)) +k=Math.max(k,H.dd(n))}n=r.e +n.toString +r=s.a(n).T$}h=Math.max(0,(b-p)/q) +r=g.Z$ +for(;r!=null;){n=r.e +n.toString +m=s.a(n).e +if(m==null)m=0 +if(m>0)k=Math.max(k,H.dd(a.$2(r,h*m))) +n=r.e +n.toString +r=s.a(n).T$}return k}}, +ba(a){return this.uJ(new F.a4o(),a,C.p)}, +b3(a){return this.uJ(new F.a4m(),a,C.p)}, +b4(a){return this.uJ(new F.a4n(),a,C.m)}, +b8(a){return this.uJ(new F.a4l(),a,C.m)}, +dz(a){if(this.B===C.p)return this.Ds(a) +return this.OS(a)}, +uG(a){switch(this.B){case C.p:return a.b +case C.m:return a.a}}, +uL(a){switch(this.B){case C.p:return a.a +case C.m:return a.b}}, +bZ(a){var s +if(this.a8===C.f5)return C.r +s=this.ID(a,N.EF()) +switch(this.B){case C.p:return a.b5(new P.D(s.a,s.b)) +case C.m:return a.b5(new P.D(s.b,s.a))}}, +ID(a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=null,a=c.B===C.p?a2.b:a2.d,a0=a<1/0,a1=c.Z$ +for(s=t.US,r=a2.b,q=a2.d,p=b,o=0,n=0,m=0;a1!=null;){l=a1.e +l.toString +s.a(l) +k=l.e +if(k==null)k=0 +if(k>0){o+=k +p=a1}else{if(c.a8===C.bf)switch(c.B){case C.p:j=S.ft(q,b) +break +case C.m:j=S.ft(b,r) +break +default:j=b}else switch(c.B){case C.p:j=new S.aw(0,1/0,0,q) +break +case C.m:j=new S.aw(0,r,0,1/0) +break +default:j=b}i=a3.$2(a1,j) +m+=c.uL(i) +n=Math.max(n,H.dd(c.uG(i)))}a1=l.T$}h=Math.max(0,(a0?a:0)-m) +if(o>0){g=a0?h/o:0/0 +a1=c.Z$ +for(f=0;a1!=null;){l=a1.e +l.toString +k=s.a(l).e +if(k==null)k=0 +if(k>0){if(a0)e=a1===p?h-f:g*k +else e=1/0 +d=H.b8("minChildExtent") +l=a1.e +l.toString +l=s.a(l).f +switch(l==null?C.cF:l){case C.cF:if(d.b!==d)H.f(H.xT(d.a)) +d.b=e +break +case C.m6:if(d.b!==d)H.f(H.xT(d.a)) +d.b=0 +break}if(c.a8===C.bf)switch(c.B){case C.p:l=d.b +if(l===d)H.f(H.k1(d.a)) +j=new S.aw(l,e,q,q) +break +case C.m:l=d.b +if(l===d)H.f(H.k1(d.a)) +j=new S.aw(r,r,l,e) +break +default:j=b}else switch(c.B){case C.p:l=d.b +if(l===d)H.f(H.k1(d.a)) +j=new S.aw(l,e,0,q) +break +case C.m:l=d.b +if(l===d)H.f(H.k1(d.a)) +j=new S.aw(0,r,l,e) +break +default:j=b}i=a3.$2(a1,j) +m+=c.uL(i) +f+=e +n=Math.max(n,H.dd(c.uG(i)))}l=a1.e +l.toString +a1=s.a(l).T$}}return new F.afp(a0&&c.W===C.S?a:m,n,m)}, +bM(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=this,a0=t.k.a(K.t.prototype.ga1.call(a)),a1=a.ID(a0,N.EG()),a2=a1.a,a3=a1.b +if(a.a8===C.f5){s=a.Z$ +for(r=t.US,q=0,p=0,o=0;s!=null;){n=a.b_ +n.toString +m=s.yg(n,!0) +if(m!=null){q=Math.max(q,m) +p=Math.max(m,p) +o=Math.max(s.rx.b-m,o) +a3=Math.max(p+o,a3)}n=s.e +n.toString +s=r.a(n).T$}}else q=0 +switch(a.B){case C.p:r=a.rx=a0.b5(new P.D(a2,a3)) +a2=r.a +a3=r.b +break +case C.m:r=a.rx=a0.b5(new P.D(a3,a2)) +a2=r.b +a3=r.a +break}l=a2-a1.c +a.b6=Math.max(0,-l) +k=Math.max(0,l) +j=H.b8("leadingSpace") +i=H.b8("betweenSpace") +r=F.avb(a.B,a.az,a.aN) +h=r===!1 +switch(a.N){case C.v:j.sbU(0) +i.sbU(0) +break +case C.js:j.sbU(k) +i.sbU(0) +break +case C.bS:j.sbU(k/2) +i.sbU(0) +break +case C.rE:j.sbU(0) +r=a.bI$ +i.sbU(r>1?k/(r-1):0) +break +case C.rF:r=a.bI$ +i.sbU(r>0?k/r:0) +j.sbU(i.aS()/2) +break +case C.rG:r=a.bI$ +i.sbU(r>0?k/(r+1):0) +j.sbU(i.aS()) +break}g=h?a2-j.aS():j.aS() +s=a.Z$ +for(r=t.US,n=a3/2,f=i.a;s!=null;){e=s.e +e.toString +r.a(e) +d=a.a8 +switch(d){case C.dC:case C.dD:if(F.avb(G.aK0(a.B),a.az,a.aN)===(d===C.dC))c=0 +else{d=s.rx +d.toString +c=a3-a.uG(d)}break +case C.y:d=s.rx +d.toString +c=n-a.uG(d)/2 +break +case C.bf:c=0 +break +case C.f5:if(a.B===C.p){d=a.b_ +d.toString +m=s.yg(d,!0) +c=m!=null?q-m:0}else c=0 +break +default:c=null}if(h){d=s.rx +d.toString +g-=a.uL(d)}switch(a.B){case C.p:e.a=new P.l(g,c) +break +case C.m:e.a=new P.l(c,g) +break}if(h){d=i.b +if(d===i)H.f(H.k1(f)) +g-=d}else{d=s.rx +d.toString +d=a.uL(d) +b=i.b +if(b===i)H.f(H.k1(f)) +g+=d+b}s=e.T$}}, +cH(a,b){return this.r8(a,b)}, +aK(a,b){var s,r,q,p=this +if(!(p.b6>1e-10)){p.kW(a,b) +return}s=p.rx +if(s.gM(s))return +s=p.bL +if(p.bK===C.o){s.saY(0,null) +p.kW(a,b)}else{r=p.geT() +q=p.rx +s.saY(0,a.ll(r,b,new P.v(0,0,0+q.a,0+q.b),p.gad5(),p.bK,s.a))}}, +l(a){this.bL.saY(0,null) +this.lK(0)}, +jB(a){var s +if(this.b6>1e-10){s=this.rx +s=new P.v(0,0,0+s.a,0+s.b)}else s=null +return s}, +cD(){var s=this.VN() +return this.b6>1e-10?s+" OVERFLOWING":s}} +F.a4o.prototype={ +$2(a,b){return a.al(C.a3,b,a.gbg())}, +$S:35} +F.a4m.prototype={ +$2(a,b){return a.al(C.U,b,a.gb9())}, +$S:35} +F.a4n.prototype={ +$2(a,b){return a.al(C.ax,b,a.gbz())}, +$S:35} +F.a4l.prototype={ +$2(a,b){return a.al(C.aI,b,a.gbE())}, +$S:35} +F.afp.prototype={} +F.Rn.prototype={ +aq(a){var s,r,q +this.dE(a) +s=this.Z$ +for(r=t.US;s!=null;){s.aq(a) +q=s.e +q.toString +s=r.a(q).T$}}, +af(a){var s,r,q +this.d_(0) +s=this.Z$ +for(r=t.US;s!=null;){s.af(0) +q=s.e +q.toString +s=r.a(q).T$}}} +F.Ro.prototype={} +F.Rp.prototype={} +U.zo.prototype={ +a6f(){var s=this +if(s.B!=null)return +s.B=s.c7 +s.N=!1}, +KH(){this.N=this.B=null +this.aB()}, +sft(a,b){var s=this,r=s.W +if(b==r)return +if(b!=null&&r!=null&&b.ED(r)){b.l(0) +return}r=s.W +if(r!=null)r.l(0) +s.W=b +s.aB() +if(s.az==null||s.aN==null)s.a4()}, +saO(a,b){if(b==this.az)return +this.az=b +this.a4()}, +saw(a,b){if(b==this.aN)return +this.aN=b +this.a4()}, +sTa(a,b){if(b===this.b_)return +this.b_=b +this.a4()}, +aaj(){this.b6=null}, +sas(a,b){return}, +smz(a){if(a===this.c_)return +this.c_=a +this.aB()}, +sac4(a){return}, +sEa(a){return}, +scL(a){if(a.k(0,this.c7))return +this.c7=a +this.KH()}, +sai2(a,b){if(b===this.cV)return +this.cV=b +this.aB()}, +sabN(a){return}, +sx4(a){if(a===this.dk)return +this.dk=a +this.aB()}, +sEQ(a){return}, +sbC(a,b){if(this.cm==b)return +this.cm=b +this.KH()}, +nU(a){var s,r,q=this,p=q.az +a=S.ft(q.aN,p).oi(a) +p=q.W +if(p==null)return new P.D(C.f.G(0,a.a,a.b),C.f.G(0,a.c,a.d)) +p=p.gaO(p) +s=q.b_ +r=q.W +return a.qZ(new P.D(p/s,r.gaw(r)/q.b_))}, +ba(a){if(this.az==null&&this.aN==null)return 0 +return this.nU(S.hE(a,1/0)).a}, +b3(a){return this.nU(S.hE(a,1/0)).a}, +b4(a){if(this.az==null&&this.aN==null)return 0 +return this.nU(S.hE(1/0,a)).b}, +b8(a){return this.nU(S.hE(1/0,a)).b}, +fs(a){return!0}, +bZ(a){return this.nU(a)}, +bM(){this.rx=this.nU(t.k.a(K.t.prototype.ga1.call(this)))}, +aq(a){this.dE(a)}, +af(a){this.d_(0)}, +aK(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this +if(d.W==null)return +d.a6f() +s=a.gc3(a) +r=d.rx +q=b.a +p=b.b +o=r.a +r=r.b +n=d.W +n.toString +m=d.a8 +l=d.b_ +k=d.b6 +j=d.bi +i=d.B +i.toString +h=d.er +g=d.cV +f=d.N +f.toString +e=d.dk +X.avX(i,s,h,k,m,d.c_,j,f,n,e,!1,1,new P.v(q,p,q+o,p+r),g,l)}, +l(a){var s=this.W +if(s!=null)s.l(0) +this.W=null +this.lK(0)}} +T.vR.prototype={ +i(a){return"AnnotationEntry(annotation: "+this.a.i(0)+", localPosition: "+this.b.i(0)+")"}} +T.F5.prototype={} +T.xU.prototype={ +l(a){var s=this.x +if(s!=null)s.l(0) +this.x=null}, +dV(){if(this.r)return +this.r=!0}, +gkN(){return!1}, +si5(a){var s=this,r=s.x +if(r!=null)r.l(0) +s.x=a +if(!s.gkN()){r=t.Hb +if(r.a(B.F.prototype.gak.call(s,s))!=null&&!r.a(B.F.prototype.gak.call(s,s)).gkN())r.a(B.F.prototype.gak.call(s,s)).dV()}}, +y4(){this.r=this.r||this.gkN()}, +iK(a){if(!this.gkN())this.dV() +this.z1(a)}, +cf(a){var s,r,q=this,p=t.Hb.a(B.F.prototype.gak.call(q,q)) +if(p!=null){s=q.z +r=q.y +if(s==null)p.db=r +else s.y=r +r=q.y +if(r==null)p.dx=s +else r.z=s +q.y=q.z=null +p.iK(q) +q.e.saY(0,null)}}, +f3(a,b,c){return!1}, +Pt(a,b,c){var s=H.a([],c.j("r>")) +this.f3(new T.F5(s,c.j("F5<0>")),b,!0,c) +return s.length===0?null:C.c.gK(s).a}, +a07(a){var s,r=this +if(!r.r&&r.x!=null){s=r.x +s.toString +a.NU(s) +return}r.fT(a) +r.r=!1}, +cD(){var s=this.UZ() +return s+(this.b==null?" DETACHED":"")}} +T.Ik.prototype={ +saY(a,b){var s=this.a +if(b==s)return +if(s!=null)if(--s.f===0)s.l(0) +this.a=b +if(b!=null)++b.f}, +i(a){var s=this.a +return"LayerHandle("+(s!=null?s.i(0):"DISPOSED")+")"}} +T.JU.prototype={ +sxH(a){var s +this.dV() +s=this.dx +if(s!=null)s.l(0) +this.dx=a}, +l(a){this.sxH(null) +this.H4(0)}, +cS(a,b){var s=this.dx +s.toString +a.NR(b,s,this.dy,this.fr)}, +fT(a){return this.cS(a,C.h)}, +f3(a,b,c){return!1}} +T.K0.prototype={ +cS(a,b){var s,r,q=this.db +q=b.k(0,C.h)?q:q.cb(b) +s=q.a +r=q.b +a.NS(this.dx,q.d-r,new P.l(s,r),q.c-s)}, +fT(a){return this.cS(a,C.h)}} +T.JM.prototype={ +cS(a,b){var s=this.db +s=b.k(0,C.h)?s:s.cb(b) +a.NQ(this.dx,s) +a.Gt(this.dy) +a.Gk(!1) +a.Gj(!1)}, +fT(a){return this.cS(a,C.h)}, +f3(a,b,c){return!1}} +T.eo.prototype={ +abw(a){this.y4() +this.fT(a) +this.r=!1 +return a.bB(0)}, +l(a){this.Fi() +this.H4(0)}, +y4(){var s,r=this +r.Vm() +s=r.db +for(;s!=null;){s.y4() +r.r=r.r||s.r +s=s.y}}, +f3(a,b,c,d){var s,r,q +for(s=this.dx,r=a.a;s!=null;s=s.z){if(s.f3(a,b,!0,d))return!0 +q=r.length +if(q!==0)return!1}return!1}, +aq(a){var s +this.z0(a) +s=this.db +for(;s!=null;){s.aq(a) +s=s.y}}, +af(a){var s +this.d_(0) +s=this.db +for(;s!=null;){s.af(0) +s=s.y}}, +iD(a,b){var s,r=this +if(!r.gkN())r.dV() +r.GQ(b) +s=b.z=r.dx +if(s!=null)s.y=b +r.dx=b +if(r.db==null)r.db=b +b.e.saY(0,b)}, +Fi(){var s,r=this,q=r.db +for(;q!=null;q=s){s=q.y +q.y=q.z=null +if(!r.gkN())r.dV() +r.z1(q) +q.e.saY(0,null)}r.dx=r.db=null}, +cS(a,b){this.qF(a,b)}, +fT(a){return this.cS(a,C.h)}, +qF(a,b){var s,r,q,p=this.db +for(s=b.a,r=b.b;p!=null;){q=C.h.a===s&&C.h.b===r +if(q)p.a07(a) +else p.cS(a,b) +p=p.y}}, +o_(a){return this.qF(a,C.h)}, +mk(a,b){}} +T.k9.prototype={ +sh5(a,b){if(!b.k(0,this.r2))this.dV() +this.r2=b}, +f3(a,b,c,d){return this.lJ(a,b.a7(0,this.r2),!0,d)}, +mk(a,b){var s=this.r2 +b.co(0,E.lM(s.a,s.b,0))}, +cS(a,b){var s=this,r=s.r2 +s.si5(a.Rm(b.a+r.a,b.b+r.b,t.Ff.a(s.x))) +s.o_(a) +a.dN(0)}, +fT(a){return this.cS(a,C.h)}} +T.qo.prototype={ +f3(a,b,c,d){if(!this.r2.A(0,b))return!1 +return this.lJ(a,b,!0,d)}, +cS(a,b){var s,r=this,q=b.k(0,C.h),p=r.r2 +if(q){p.toString +s=p}else s=p.cb(b) +r.si5(a.Rk(s,r.rx,t.GB.a(r.x))) +r.qF(a,b) +a.dN(0)}, +fT(a){return this.cS(a,C.h)}} +T.wi.prototype={ +f3(a,b,c,d){if(!this.r2.A(0,b))return!1 +return this.lJ(a,b,!0,d)}, +cS(a,b){var s,r=this,q=b.k(0,C.h),p=r.r2 +if(q){p.toString +s=p}else s=p.cb(b) +r.si5(a.Rj(s,r.rx,t.Ax.a(r.x))) +r.qF(a,b) +a.dN(0)}, +fT(a){return this.cS(a,C.h)}} +T.kC.prototype={ +sct(a,b){var s=this +if(b.k(0,s.aj))return +s.aj=b +s.q=!0 +s.dV()}, +cS(a,b){var s,r,q,p=this +p.b7=p.aj +s=p.r2.P(0,b) +if(!s.k(0,C.h)){r=E.lM(s.a,s.b,0) +q=p.b7 +q.toString +r.co(0,q) +p.b7=r}p.si5(a.te(p.b7.a,t.qf.a(p.x))) +p.o_(a) +a.dN(0)}, +fT(a){return this.cS(a,C.h)}, +BZ(a){var s,r=this +if(r.q){s=r.aj +s.toString +r.bc=E.yh(F.anq(s)) +r.q=!1}s=r.bc +if(s==null)return null +return T.fe(s,a)}, +f3(a,b,c,d){var s=this.BZ(b) +if(s==null)return!1 +return this.Vp(a,s,!0,d)}, +mk(a,b){var s=this.b7 +if(s==null){s=this.aj +s.toString +b.co(0,s)}else b.co(0,s)}} +T.yz.prototype={ +mk(a,b){var s=this.rx +b.an(0,s.a,s.b)}, +cS(a,b){var s,r=this,q=r.db!=null +if(q){s=r.r2 +s.toString +r.si5(a.Rn(s,r.rx.P(0,b),t.Zr.a(r.x)))}else r.si5(null) +r.o_(a) +if(q)a.dN(0)}, +fT(a){return this.cS(a,C.h)}} +T.yO.prototype={ +sOi(a,b){if(b!==this.r2){this.r2=b +this.dV()}}, +shY(a){if(a!==this.rx){this.rx=a +this.dV()}}, +sl_(a,b){if(b!==this.ry){this.ry=b +this.dV()}}, +sas(a,b){if(!b.k(0,this.x1)){this.x1=b +this.dV()}}, +spw(a,b){if(!b.k(0,this.x2)){this.x2=b +this.dV()}}, +f3(a,b,c,d){if(!this.r2.A(0,b))return!1 +return this.lJ(a,b,!0,d)}, +cS(a,b){var s,r,q=this,p=b.k(0,C.h),o=q.r2 +if(p){o.toString +p=o}else p=o.cb(b) +o=q.ry +o.toString +s=q.x1 +s.toString +r=q.x2 +q.si5(a.Rp(q.rx,s,o,t._c.a(q.x),p,r)) +q.qF(a,b) +a.dN(0)}, +fT(a){return this.cS(a,C.h)}} +T.xV.prototype={ +i(a){var s="#"+Y.bY(this)+"(" +return s+(this.a!=null?"":"")+")"}} +T.o0.prototype={ +gkN(){return!0}, +aq(a){var s=this +s.UP(a) +s.ry=null +s.r2.a=s}, +af(a){this.ry=this.r2.a=null +this.UQ(0)}, +f3(a,b,c,d){return this.lJ(a,b.a7(0,this.rx),!0,d)}, +cS(a,b){var s=this,r=s.rx.P(0,b) +s.ry=r +if(!r.k(0,C.h)){r=s.ry +s.si5(a.te(E.lM(r.a,r.b,0).a,t.qf.a(s.x)))}s.o_(a) +if(!J.e(s.ry,C.h))a.dN(0)}, +fT(a){return this.cS(a,C.h)}, +mk(a,b){var s +if(!J.e(this.ry,C.h)){s=this.ry +b.an(0,s.a,s.b)}}} +T.xe.prototype={ +BZ(a){var s,r,q,p,o=this +if(o.a2){s=o.FW() +s.toString +o.y2=E.yh(s) +o.a2=!1}if(o.y2==null)return null +r=new E.ik(new Float64Array(4)) +r.tT(a.a,a.b,0,1) +s=o.y2.aa(0,r).a +q=s[0] +p=o.x1 +return new P.l(q-p.a,s[1]-p.b)}, +f3(a,b,c,d){var s +if(this.r2.a==null)return!1 +s=this.BZ(b) +if(s==null)return!1 +return this.lJ(a,s,!0,d)}, +FW(){var s,r +if(this.y1==null)return null +s=this.x2 +r=E.lM(-s.a,-s.b,0) +s=this.y1 +s.toString +r.co(0,s) +return r}, +a2J(){var s,r,q,p,o,n,m=this +m.y1=null +s=m.r2.a +if(s==null)return +r=t.KV +q=H.a([s],r) +p=H.a([m],r) +T.Zl(s,m,q,p) +o=T.arA(q) +s.mk(null,o) +r=m.x1 +o.an(0,r.a,r.b) +n=T.arA(p) +if(n.kU(n)===0)return +n.co(0,o) +m.y1=n +m.a2=!0}, +gkN(){return!0}, +cS(a,b){var s,r,q=this +if(q.r2.a==null&&!0){q.x2=q.y1=null +q.a2=!0 +q.si5(null) +return}q.a2J() +s=q.y1 +r=t.qf +if(s!=null){q.si5(a.te(s.a,r.a(q.x))) +q.o_(a) +a.dN(0) +q.x2=q.ry.P(0,b)}else{q.x2=null +s=q.ry +q.si5(a.te(E.lM(s.a,s.b,0).a,r.a(q.x))) +q.o_(a) +a.dN(0)}q.a2=!0}, +fT(a){return this.cS(a,C.h)}, +mk(a,b){var s=this.y1 +if(s!=null)b.co(0,s) +else{s=this.ry +b.co(0,E.lM(s.a,s.b,0))}}} +T.vQ.prototype={ +f3(a,b,c,d){var s,r,q,p=this,o=p.lJ(a,b,!0,d),n=a.a +if(n.length!==0&&!0)return o +s=p.rx +if(s!=null){r=p.ry +q=r.a +r=r.b +s=!new P.v(q,r,q+s.a,r+s.b).A(0,b)}else s=!1 +if(s)return o +if(H.bz(p.$ti.c)===H.bz(d)){o=o||!1 +n.push(new T.vR(d.a(p.r2),b.a7(0,p.ry),d.j("vR<0>")))}return o}} +T.PF.prototype={} +R.iS.prototype={} +R.zq.prototype={ +eD(a){if(!(a.e instanceof R.iS))a.e=new R.iS(null,null,C.h)}, +shX(a){if(this.B===a)return +this.B=a +this.a4()}, +bZ(a){var s,r,q,p,o,n=this,m=n.Z$ +switch(n.B){case C.P:case C.M:s=a.d +r=S.ft(s,null) +for(q=H.o(n).j("ac.1"),p=0;m!=null;){p+=m.eC(r).a +o=m.e +o.toString +m=q.a(o).T$}return a.b5(new P.D(p,s)) +case C.G:case C.C:s=a.b +r=S.ft(null,s) +for(q=H.o(n).j("ac.1"),p=0;m!=null;){p+=m.eC(r).b +o=m.e +o.toString +m=q.a(o).T$}return a.b5(new P.D(s,p))}}, +bM(){var s,r,q,p,o,n,m=this,l=null,k=t.k.a(K.t.prototype.ga1.call(m)),j=m.Z$ +switch(m.B){case C.P:s=k.d +r=S.ft(s,l) +for(q=t.U9,p=0;j!=null;){j.cc(0,r,!0) +o=j.e +o.toString +q.a(o) +o.a=new P.l(p,0) +p+=j.rx.a +j=o.T$}m.rx=k.b5(new P.D(p,s)) +break +case C.M:s=k.d +r=S.ft(s,l) +for(q=t.U9,p=0;j!=null;){j.cc(0,r,!0) +o=j.e +o.toString +q.a(o) +p+=j.rx.a +j=o.T$}j=m.Z$ +for(n=0;j!=null;){o=j.e +o.toString +q.a(o) +n+=j.rx.a +o.a=new P.l(p-n,0) +j=o.T$}m.rx=k.b5(new P.D(p,s)) +break +case C.C:s=k.b +r=S.ft(l,s) +for(q=t.U9,p=0;j!=null;){j.cc(0,r,!0) +o=j.e +o.toString +q.a(o) +o.a=new P.l(0,p) +p+=j.rx.b +j=o.T$}m.rx=k.b5(new P.D(s,p)) +break +case C.G:s=k.b +r=S.ft(l,s) +for(q=t.U9,p=0;j!=null;){j.cc(0,r,!0) +o=j.e +o.toString +q.a(o) +p+=j.rx.b +j=o.T$}j=m.Z$ +for(n=0;j!=null;){o=j.e +o.toString +q.a(o) +n+=j.rx.b +o.a=new P.l(0,p-n) +j=o.T$}m.rx=k.b5(new P.D(s,p)) +break}}, +uH(a){var s,r,q,p=this.Z$ +for(s=t.U9,r=0;p!=null;){r=Math.max(r,H.dd(a.$1(p))) +q=p.e +q.toString +p=s.a(q).T$}return r}, +uI(a){var s,r,q,p=this.Z$ +for(s=t.U9,r=0;p!=null;){r+=a.$1(p) +q=p.e +q.toString +p=s.a(q).T$}return r}, +ba(a){switch(G.br(this.B)){case C.p:return this.uI(new R.a4y(a)) +case C.m:return this.uH(new R.a4z(a))}}, +b3(a){switch(G.br(this.B)){case C.p:return this.uI(new R.a4u(a)) +case C.m:return this.uH(new R.a4v(a))}}, +b4(a){switch(G.br(this.B)){case C.p:return this.uI(new R.a4w(a)) +case C.m:return this.uH(new R.a4x(a))}}, +b8(a){switch(G.br(this.B)){case C.p:return this.uI(new R.a4s(a)) +case C.m:return this.uH(new R.a4t(a))}}, +dz(a){return this.OS(a)}, +aK(a,b){this.kW(a,b)}, +cH(a,b){return this.r8(a,b)}} +R.a4y.prototype={ +$1(a){return a.al(C.a3,this.a,a.gbg())}, +$S:8} +R.a4z.prototype={ +$1(a){return a.al(C.a3,this.a,a.gbg())}, +$S:8} +R.a4u.prototype={ +$1(a){return a.al(C.U,this.a,a.gb9())}, +$S:8} +R.a4v.prototype={ +$1(a){return a.al(C.U,this.a,a.gb9())}, +$S:8} +R.a4w.prototype={ +$1(a){return a.al(C.ax,this.a,a.gbz())}, +$S:8} +R.a4x.prototype={ +$1(a){return a.al(C.ax,this.a,a.gbz())}, +$S:8} +R.a4s.prototype={ +$1(a){return a.al(C.aI,this.a,a.gbE())}, +$S:8} +R.a4t.prototype={ +$1(a){return a.al(C.aI,this.a,a.gbE())}, +$S:8} +R.Rq.prototype={ +aq(a){var s,r,q +this.dE(a) +s=this.Z$ +for(r=t.U9;s!=null;){s.aq(a) +q=s.e +q.toString +s=r.a(q).T$}}, +af(a){var s,r,q +this.d_(0) +s=this.Z$ +for(r=t.U9;s!=null;){s.af(0) +q=s.e +q.toString +s=r.a(q).T$}}} +R.Rr.prototype={} +A.Q2.prototype={ +ai3(a){var s=this.a +this.a=a +return s}, +i(a){var s="#",r="latestEvent: "+(s+Y.bY(this.b)),q=this.a,p="annotations: [list of "+q.gn(q)+"]" +return s+Y.bY(this)+"("+r+", "+p+")"}} +A.Q3.prototype={ +gjC(a){var s=this.c +return s.gjC(s)}} +A.IP.prototype={ +Kj(a){var s,r,q,p,o,n,m=t._h,l=t.XK.a(P.A(m,t.xV)) +for(s=a.a,r=s.length,q=0;q"}} +K.lT.prototype={ +dD(a,b){var s +if(a.gav()){this.nc() +if(a.fx)K.asu(a,null,!0) +s=a.dx.a +s.toString +t.gY.a(s) +s.sh5(0,b) +this.vS(s)}else a.Ld(this,b)}, +vS(a){a.cf(0) +this.a.iD(0,a)}, +gc3(a){var s,r=this +if(r.e==null){r.c=new T.JU(r.b,T.ad()) +s=P.ano() +r.d=s +r.e=P.am3(s,null) +s=r.c +s.toString +r.a.iD(0,s)}s=r.e +s.toString +return s}, +nc(){var s,r=this +if(r.e==null)return +s=r.c +s.toString +s.sxH(r.d.oh()) +r.e=r.d=r.c=null}, +Gq(){var s=this.c +if(s!=null)if(!s.dy){s.dy=!0 +s.dV()}}, +mN(a,b,c,d){var s,r=this +if(a.db!=null)a.Fi() +r.nc() +r.vS(a) +s=r.acM(a,d==null?r.b:d) +b.$2(s,c) +s.nc()}, +td(a,b,c){return this.mN(a,b,c,null)}, +acM(a,b){return new K.lT(a,b)}, +ll(a,b,c,d,e,f){var s,r=c.cb(b) +if(a){s=f==null?new T.qo(C.aB,T.ad()):f +if(!r.k(0,s.r2)){s.r2=r +s.dV()}if(e!==s.rx){s.rx=e +s.dV()}this.mN(s,d,b,r) +return s}else{this.ac_(r,e,r,new K.a2K(this,d,b)) +return null}}, +ahv(a,b,c,d,e,f,g){var s,r=c.cb(b),q=d.cb(b) +if(a){s=g==null?new T.wi(C.ix,T.ad()):g +if(q!==s.r2){s.r2=q +s.dV()}if(f!==s.rx){s.rx=f +s.dV()}this.mN(s,e,b,r) +return s}else{this.abY(q,f,r,new K.a2J(this,e,b)) +return null}}, +xL(a,b,c,d,e){var s,r=this,q=b.a,p=b.b,o=E.lM(q,p,0) +o.co(0,c) +o.an(0,-q,-p) +if(a){s=e==null?T.aty(null):e +s.sct(0,o) +r.mN(s,d,b,T.asc(o,r.b)) +return s}else{q=r.gc3(r) +q.bf(0) +q.aa(0,o.a) +d.$2(r,b) +r.gc3(r).aU(0) +return null}}, +Rr(a,b,c,d){return this.xL(a,b,c,d,null)}, +Ro(a,b,c,d){var s=d==null?new T.yz(C.h,T.ad()):d +if(b!==s.r2){s.r2=b +s.dV()}if(!a.k(0,s.rx)){s.rx=a +s.dV()}this.td(s,c,C.h) +return s}, +i(a){return"PaintingContext#"+H.ea(this)+"(layer: "+this.a.i(0)+", canvas bounds: "+this.b.i(0)+")"}} +K.a2K.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +K.a2J.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +K.WH.prototype={} +K.a6p.prototype={ +l(a){var s=this.b +if(s!=null)this.a.Q.Y(0,s) +s=this.a +if(--s.ch===0){s.Q.l(0) +s.Q=null +s.c.$0()}}} +K.JW.prototype={ +tm(){this.a.$0()}, +saie(a){var s=this.d +if(s===a)return +if(s!=null)s.af(0) +this.d=a +a.aq(this)}, +aep(){var s,r,q,p,o,n,m,l +try{for(q=t.O,p=t.TT;o=this.e,o.length!==0;){s=o +this.e=H.a([],p) +o=s +n=new K.a36() +if(!!o.immutable$list)H.f(P.S("sort")) +m=o.length-1 +if(m-0<=32)H.LO(o,0,m,n) +else H.LN(o,0,m,n) +n=o.length +l=0 +for(;l0;m=l){l=m-1 +r[m].du(r[l],n)}return n}, +jB(a){return null}, +Dw(a){return null}, +eZ(a){}, +tP(a){var s,r=this +if(t.O.a(B.F.prototype.gcd.call(r)).Q==null)return +s=r.id +if(s!=null&&!s.cx)s.Tm(a) +else if(r.gak(r)!=null){s=r.gak(r) +s.toString +t.d.a(s).tP(a)}}, +gBI(){var s,r=this +if(r.fy==null){s=A.oL() +r.fy=s +r.eZ(s)}s=r.fy +s.toString +return s}, +o4(){this.go=!0 +this.id=null +this.br(new K.a4H())}, +ax(){var s,r,q,p,o,n,m=this +if(m.b==null||t.O.a(B.F.prototype.gcd.call(m)).Q==null){m.fy=null +return}if(m.id!=null){s=m.fy +r=(s==null?null:s.a)===!0}else r=!1 +m.fy=null +q=m.gBI().a&&r +s=t.d +p=m +while(!0){if(!(!q&&p.gak(p) instanceof K.t))break +if(p!==m&&p.go)break +p.go=!0 +o=p.gak(p) +o.toString +s.a(o) +if(o.fy==null){n=A.oL() +o.fy=n +o.eZ(n)}q=o.fy.a +if(q&&o.id==null)return +p=o}if(p!==m&&m.id!=null&&m.go)t.O.a(B.F.prototype.gcd.call(m)).cy.v(0,m) +if(!p.go){p.go=!0 +s=t.O +if(s.a(B.F.prototype.gcd.call(m))!=null){s.a(B.F.prototype.gcd.call(m)).cy.H(0,p) +s.a(B.F.prototype.gcd.call(m)).tm()}}}, +aat(){var s,r,q,p,o,n,m=this,l=null +if(m.Q)return +s=m.id +if(s==null)s=l +else{s=t.LQ.a(B.F.prototype.gak.call(s,s)) +if(s==null)s=l +else s=s.cy||s.cx}r=t.pp.a(m.JV(s===!0)) +q=H.a([],t.W) +s=m.id +p=s==null +o=p?l:s.y +n=p?l:s.z +s=p?l:s.Q +r.o5(s==null?0:s,n,o,q) +C.c.gcp(q)}, +JV(a){var s,r,q,p,o,n,m,l,k=this,j={},i=k.gBI() +j.a=i.c +s=!i.d&&!i.a +r=t.CZ +q=H.a([],r) +p=P.aT(t.pp) +o=a||i.a2 +j.b=!1 +k.h8(new K.a4F(j,k,o,q,p,i,s)) +if(j.b)return new K.MV(H.a([k],t.TT),!1) +for(n=P.c_(p,p.r),m=H.o(n).c;n.t();)m.a(n.d).xh() +k.go=!1 +if(!(k.gak(k) instanceof K.t)){n=j.a +l=new K.RJ(H.a([],r),H.a([k],t.TT),n)}else{n=j.a +if(s)l=new K.acw(H.a([],r),n) +else{l=new K.Sv(a,i,H.a([],r),H.a([k],t.TT),n) +if(i.a)l.y=!0}}l.O(0,q) +return l}, +h8(a){this.br(a)}, +o1(a,b,c){a.kf(0,t.V1.a(c),b)}, +i9(a,b){}, +cD(){var s,r,q=this,p="#"+Y.bY(q),o=q.ch +if(o!=null&&o!==q){o=t.Rn +s=o.a(q.gak(q)) +r=1 +while(!0){if(!(s!=null&&s!==q.ch))break +s=o.a(s.gak(s));++r}p+=" relayoutBoundary=up"+r}if(q.Q)p+=" NEEDS-LAYOUT" +if(q.fx)p+=" NEEDS-PAINT" +if(q.dy)p+=" NEEDS-COMPOSITING-BITS-UPDATE" +return q.b==null?p+" DETACHED":p}, +i(a){return this.cD()}, +eE(a,b,c,d){var s,r=this +if(r.gak(r) instanceof K.t){s=r.gak(r) +s.toString +t.d.a(s) +s.eE(a,b==null?r:b,c,d)}}, +pz(){return this.eE(C.b1,null,C.A,null)}, +n9(a){return this.eE(C.b1,null,C.A,a)}, +na(a,b,c){return this.eE(a,null,b,c)}, +$iaf:1} +K.a4E.prototype={ +$0(){var s=this +return P.ca(function(){var r=0,q=1,p,o +return function $async$$0(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:o=s.a +r=2 +return Y.aml("The following RenderObject was being processed when the exception was fired",C.FZ,o) +case 2:r=3 +return Y.aml("RenderObject",C.G_,o) +case 3:return P.c8() +case 1:return P.c9(p)}}},t.a)}, +$S:9} +K.a4I.prototype={ +$0(){this.b.$1(this.c.a(this.a.ga1()))}, +$S:0} +K.a4G.prototype={ +$1(a){a.Na() +if(a.geT())this.a.fr=!0}, +$S:61} +K.a4H.prototype={ +$1(a){a.o4()}, +$S:61} +K.a4F.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=f.a +if(e.b||f.b.Q){e.b=!0 +return}s=a.JV(f.c) +if(s.gNJ()){e.b=!0 +return}if(s.a){C.c.sn(f.d,0) +f.e.aP(0) +if(!f.f.a)e.a=!0}for(e=s.gQi(),r=e.length,q=f.d,p=f.e,o=f.f,n=f.b,m=f.r,l=0;l"),n=0;n1){k=new K.ahF() +k.a1n(c,b,s)}else k=g +r=h.e +q=!r +if(q){if(k==null)p=g +else{p=k.gvt() +p=p.gM(p)}p=p===!0}else p=!1 +if(p)return +p=C.c.gK(s) +if(p.id==null)p.id=A.Li(g,C.c.gK(s).gpy()) +j=C.c.gK(s).id +j.sQv(r) +j.id=h.c +j.Q=a +if(a!==0){h.Jn() +r=h.f +r.sl_(0,r.b7+a)}if(k!=null){j.sbo(0,k.gvt()) +j.sct(0,k.ga7c()) +j.y=k.b +j.z=k.a +if(q&&k.e){h.Jn() +h.f.bt(C.xY,!0)}}i=H.a([],t.W) +for(r=h.x,q=r.length,n=0;n0;){r=c[s];--s +q=c[s] +a=r.Dw(q) +if(a!=null){m.b=a +m.a=K.au9(m.a,r.jB(q))}else m.b=K.au9(m.b,r.jB(q)) +l=$.axp() +l.cz() +p=m.c +K.aGS(r,q,p==null?H.f(H.u("_transform")):p,l) +m.b=K.aua(m.b,l) +m.a=K.aua(m.a,l)}o=C.c.gK(c) +l=m.b +m.d=l==null?o.glB():l.h1(o.glB()) +l=m.a +if(l!=null){n=l.h1(m.gvt()) +if(n.gM(n)){l=m.gvt() +l=!l.gM(l)}else l=!1 +m.e=l +if(!l)m.d=n}}} +K.GN.prototype={} +K.Rt.prototype={} +Q.ex.prototype={ +i(a){var s=H.a(["offset="+this.a.i(0)],t.s) +s.push(this.tY(0)) +return C.c.c8(s,"; ")}} +Q.zt.prototype={ +eD(a){if(!(a.e instanceof Q.ex))a.e=new Q.ex(null,null,C.h)}, +gcP(a){var s=this.B.c +s.toString +return s}, +scP(a,b){var s=this,r=s.B +switch(r.c.bQ(0,b)){case C.d2:case C.Mx:return +case C.xk:r.scP(0,b) +s.W=s.N=null +s.Au(b) +s.aB() +s.ax() +break +case C.d3:r.scP(0,b) +s.W=s.N=s.b6=null +s.Au(b) +s.a4() +break}}, +gLo(){var s=this.a8 +return s==null?H.f(H.u("_placeholderSpans")):s}, +Au(a){this.a8=H.a([],t.TP) +a.br(new Q.a4J(this))}, +smW(a,b){var s=this.B +if(s.d===b)return +s.smW(0,b) +this.aB()}, +sbC(a,b){var s=this.B +if(s.e===b)return +s.sbC(0,b) +this.a4()}, +sTV(a){if(this.az===a)return +this.az=a +this.a4()}, +saha(a,b){var s,r=this +if(r.aN===b)return +r.aN=b +s=b===C.bE?"\u2026":null +r.B.sPc(0,s) +r.a4()}, +spc(a){var s=this.B +if(s.f===a)return +s.spc(a) +this.b6=null +this.a4()}, +soH(a,b){var s=this.B +if(s.y==b)return +s.soH(0,b) +this.b6=null +this.a4()}, +smF(a,b){var s=this.B +if(J.e(s.x,b))return +s.smF(0,b) +this.b6=null +this.a4()}, +sjh(a,b){var s=this.B +if(J.e(s.z,b))return +s.sjh(0,b) +this.b6=null +this.a4()}, +spd(a){var s=this.B +if(s.Q===a)return +s.spd(a) +this.b6=null +this.a4()}, +stp(a,b){return}, +ba(a){var s=this +if(!s.zJ())return 0 +s.a1h(a) +s.Lg() +return Math.ceil(s.B.a.goK())}, +b3(a){var s=this +if(!s.zJ())return 0 +s.a1g(a) +s.Lg() +return Math.ceil(s.B.a.giW())}, +Iz(a){var s,r=this +if(!r.zJ())return 0 +r.a1f(a) +r.vk(a,a) +s=r.B.a +return Math.ceil(s.gaw(s))}, +b4(a){return this.Iz(a)}, +b8(a){return this.Iz(a)}, +dz(a){this.B8(t.k.a(K.t.prototype.ga1.call(this))) +return this.B.dz(C.T)}, +zJ(){var s,r,q +for(s=this.gLo(),r=s.length,q=0;q")),g.zq(d,1,a3,h.c),g=new H.dy(g,g.gn(g)),h=H.o(g).c;g.t();){f=h.a(g.d) +c=c.l1(new P.v(f.a,f.b,f.c,f.d)) +b=f.e}h=c.a +g=Math.max(0,h) +f=c.b +e=Math.max(0,f) +h=Math.min(c.c-h,p.a(K.t.prototype.ga1.call(a2)).b) +f=Math.min(c.d-f,p.a(K.t.prototype.ga1.call(a2)).d) +o=new P.v(Math.floor(g)-4,Math.floor(e)-4,Math.ceil(g+h)+4,Math.ceil(e+f)+4) +a=A.oL() +a0=m+1 +a.r2=new A.on(m,a3) +a.d=!0 +a.q=n +f=j.b +a6=f==null?a6:f +a.aF=new A.cG(a6,j.f) +a6=a2.c_ +a1=(a6==null?a3:!a6.gM(a6))===!0?a2.c_.lm():A.Li(a3,a3) +a1.Si(0,a) +if(!a1.x.k(0,o)){a1.x=o +a1.iv()}s.dt(0,a1) +a4.push(a1) +m=a0 +n=b}a2.c_=s +a7.kf(0,a4,a8)}, +o4(){this.zg() +this.c_=null}, +de(a){return this.gcP(this).$0()}} +Q.a4J.prototype={ +$1(a){return!0}, +$S:37} +Q.a4L.prototype={ +$2(a,b){return this.a.a.c0(a,b)}, +$S:15} +Q.a4M.prototype={ +$2(a,b){var s=this.a.a +s.toString +a.dD(s,b)}, +$S:18} +Q.a4K.prototype={ +$1(a){return!1}, +$S:138} +Q.D2.prototype={ +aq(a){var s,r,q +this.dE(a) +s=this.Z$ +for(r=t.ot;s!=null;){s.aq(a) +q=s.e +q.toString +s=r.a(q).T$}}, +af(a){var s,r,q +this.d_(0) +s=this.Z$ +for(r=t.ot;s!=null;){s.af(0) +q=s.e +q.toString +s=r.a(q).T$}}} +Q.Ru.prototype={} +Q.Rv.prototype={ +aq(a){this.X_(a) +$.hZ.rz$.a.H(0,this.gpN())}, +af(a){$.hZ.rz$.a.v(0,this.gpN()) +this.X0(0)}} +L.zu.prototype={ +sah9(a){if(a===this.B)return +this.B=a +this.aB()}, +sahD(a){if(a===this.N)return +this.N=a +this.aB()}, +ghI(){return!0}, +gaI(){return!0}, +ba(a){return 0}, +b3(a){return 0}, +gB5(){var s=this.B,r=(s|1)>>>0>0||(s|2)>>>0>0?80:0 +return(s|4)>>>0>0||(s|8)>>>0>0?r+80:r}, +b4(a){return this.gB5()}, +b8(a){return this.gB5()}, +bZ(a){return a.b5(new P.D(1/0,this.gB5()))}, +aK(a,b){var s,r,q,p=b.a,o=b.b,n=this.rx,m=n.a +n=n.b +s=this.B +r=this.N +q=T.ad() +a.nc() +a.vS(new T.JM(new P.v(p,o,p+m,o+n),s,r,!1,!1,q))}} +G.K_.prototype={ +i(a){return this.b}} +G.ajD.prototype={ +$1(a){return a.gy0(a)}, +$S(){return this.a.j("ey(Hm<0>)")}} +G.CM.prototype={ +a_G(a,b,c){var s,r=this,q=new V.ZM(P.A(t.S,t.EG)) +q.b=r +r.f=q +q=r.cx +s=H.o(q).j("hL") +r.cy=P.o2(new H.hL(q,new G.agg(r),s),s.j("p.E")) +r.z=a}, +gKb(){var s=this.z +return s==null?H.f(H.u("_handlePointerEvent")):s}, +hq(a){var s,r,q +this.u0(a) +s=this.cy +if(s==null)s=H.f(H.u("_gestureRecognizers")) +s=P.c_(s,s.r) +r=H.o(s).c +for(;s.t();){q=r.a(s.d) +q.c.p(0,a.gck(),a.gda(a)) +if(q.h2(a))q.hq(a) +else q.ou(a)}}, +ri(a){}, +iQ(a){var s,r=this +if(!r.ch.A(0,a.gck())){s=r.Q +if(!s.aL(0,a.gck()))s.p(0,a.gck(),H.a([],t.Oe)) +s.h(0,a.gck()).push(a)}else r.a5j(a) +r.yW(a)}, +fS(a){var s=this.Q.v(0,a) +if(s!=null)J.iz(s,this.gKb()) +this.ch.H(0,a)}, +fB(a){this.H7(a) +this.ch.v(0,a) +this.Q.v(0,a)}, +fK(a){this.H7(a) +this.ch.v(0,a)}, +ez(a){var s=this,r=s.ch +r.ai(0,S.c5.prototype.gGL.call(s)) +r.aP(0) +r=s.Q +r.gaA(r).ai(0,S.c5.prototype.gGL.call(s)) +r.aP(0) +s.V(C.an)}, +a5j(a){return this.gKb().$1(a)}} +G.agg.prototype={ +$1(a){var s=a.w9(0) +s.sajr(this.a.f) +s.gj_() +return s}, +$S:269} +G.K2.prototype={ +siG(a,b){var s,r=this,q=r.B +if(q===b)return +q=q.gy7() +s=b.gy7() +r.B=b +r.aB() +if(q!==s)r.ax()}, +ghI(){return!0}, +gaI(){return!0}, +gav(){return!0}, +bZ(a){return new P.D(C.f.G(1/0,a.a,a.b),C.f.G(1/0,a.c,a.d))}, +aK(a,b){var s,r,q=this.rx,p=b.a,o=b.b,n=q.a +q=q.b +s=this.B.gy7() +r=T.ad() +a.nc() +a.vS(new T.K0(new P.v(p,o,p+n,o+q),s,r))}, +eZ(a){this.hf(a) +a.a=!0 +a.sahm(this.B.gy7())}, +$ihj:1} +G.agf.prototype={ +sQ2(a){var s=this +if(a!==s.rB$){s.rB$=a +if(s.gcd()!=null)s.aB()}}, +Ne(a,b){var s=this,r=s.rC$ +r=r==null?null:r.cx +if(G.aHT(a,r,t.qt))return +r=s.rC$ +if(r!=null)r.l(0) +s.rC$=G.aGL(b,a) +s.Pq$=b}, +c0(a,b){var s,r=this +if(r.rB$===C.xg||!r.rx.A(0,b))return!1 +s=new S.n9(b,r) +a.jk() +s.b=C.c.gL(a.b) +a.a.push(s) +return r.rB$===C.xf}, +fs(a){return this.rB$!==C.xg}, +gxs(a){return null}, +gxu(a){return null}, +goa(a){return C.AK}, +gy5(){return!0}, +i9(a,b){var s +if(t._.b(a))this.rC$.aaS(a) +if(t.XA.b(a)){s=this.Pq$ +if(s!=null)s.$1(a)}}} +G.QG.prototype={ +af(a){this.rC$.ez(0) +this.d_(0)}} +E.KL.prototype={} +E.e_.prototype={ +eD(a){if(!(a.e instanceof K.j1))a.e=new K.j1()}, +ba(a){var s=this.q$ +if(s!=null)return s.al(C.a3,a,s.gbg()) +return 0}, +b3(a){var s=this.q$ +if(s!=null)return s.al(C.U,a,s.gb9()) +return 0}, +b4(a){var s=this.q$ +if(s!=null)return s.al(C.ax,a,s.gbz()) +return 0}, +b8(a){var s=this.q$ +if(s!=null)return s.al(C.aI,a,s.gbE()) +return 0}, +bZ(a){var s=this.q$ +if(s!=null)return s.eC(a) +return this.qX(a)}, +bM(){var s=this,r=s.q$,q=t.k +if(r!=null){r.cc(0,q.a(K.t.prototype.ga1.call(s)),!0) +r=s.q$.rx +r.toString +s.rx=r}else s.rx=s.qX(q.a(K.t.prototype.ga1.call(s)))}, +qX(a){return new P.D(C.f.G(0,a.a,a.b),C.f.G(0,a.c,a.d))}, +cH(a,b){var s=this.q$ +s=s==null?null:s.c0(a,b) +return s===!0}, +du(a,b){}, +aK(a,b){var s=this.q$ +if(s!=null)a.dD(s,b)}} +E.xp.prototype={ +i(a){return this.b}} +E.KM.prototype={ +c0(a,b){var s,r,q=this +if(q.rx.A(0,b)){s=q.cH(a,b)||q.w===C.bh +if(s||q.w===C.ch){r=new S.n9(b,q) +a.jk() +r.b=C.c.gL(a.b) +a.a.push(r)}}else s=!1 +return s}, +fs(a){return this.w===C.bh}} +E.zg.prototype={ +sNY(a){if(this.w.k(0,a))return +this.w=a +this.a4()}, +ba(a){var s,r=this.w,q=r.b +if(q<1/0&&r.a>=q)return r.a +s=this.zm(a) +r=this.w +q=r.a +if(!(q>=1/0))return C.d.G(s,q,r.b) +return s}, +b3(a){var s,r=this.w,q=r.b +if(q<1/0&&r.a>=q)return r.a +s=this.zk(a) +r=this.w +q=r.a +if(!(q>=1/0))return C.d.G(s,q,r.b) +return s}, +b4(a){var s,r=this.w,q=r.d +if(q<1/0&&r.c>=q)return r.c +s=this.zl(a) +r=this.w +q=r.c +if(!(q>=1/0))return C.d.G(s,q,r.d) +return s}, +b8(a){var s,r=this.w,q=r.d +if(q<1/0&&r.c>=q)return r.c +s=this.zj(a) +r=this.w +q=r.c +if(!(q>=1/0))return C.d.G(s,q,r.d) +return s}, +bM(){var s=this,r=t.k.a(K.t.prototype.ga1.call(s)),q=s.q$,p=s.w +if(q!=null){q.cc(0,p.oi(r),!0) +q=s.q$.rx +q.toString +s.rx=q}else s.rx=p.oi(r).b5(C.r)}, +bZ(a){var s=this.q$,r=this.w +if(s!=null)return s.eC(r.oi(a)) +else return r.oi(a).b5(C.r)}} +E.KC.prototype={ +sage(a,b){if(this.w===b)return +this.w=b +this.a4()}, +sagc(a,b){if(this.ab===b)return +this.ab=b +this.a4()}, +KB(a){var s,r,q=a.a,p=a.b +p=p<1/0?p:C.f.G(this.w,q,p) +s=a.c +r=a.d +return new S.aw(q,p,s,r<1/0?r:C.f.G(this.ab,s,r))}, +qm(a,b){var s=this.q$ +if(s!=null)return a.b5(b.$2(s,this.KB(a))) +return this.KB(a).b5(C.r)}, +bZ(a){return this.qm(a,N.EF())}, +bM(){this.rx=this.qm(t.k.a(K.t.prototype.ga1.call(this)),N.EG())}} +E.zp.prototype={ +sU8(a){if(a==this.w)return +this.w=a +this.a4()}, +sU7(a){return}, +ba(a){return this.b3(a)}, +b3(a){var s=this.q$ +if(s==null)return 0 +return E.a4r(s.al(C.U,a,s.gb9()),this.w)}, +b4(a){var s,r=this +if(r.q$==null)return 0 +if(!isFinite(a))a=r.b3(1/0) +s=r.q$ +return E.a4r(s.al(C.ax,a,s.gbz()),r.ab)}, +b8(a){var s,r=this +if(r.q$==null)return 0 +if(!isFinite(a))a=r.b3(1/0) +s=r.q$ +return E.a4r(s.al(C.aI,a,s.gbE()),r.ab)}, +qm(a,b){var s=this.q$ +if(s!=null){if(!(a.a>=a.b))a=a.tq(E.a4r(s.al(C.U,a.d,s.gb9()),this.w)) +s=this.q$ +s.toString +return b.$2(s,a)}else return new P.D(C.f.G(0,a.a,a.b),C.f.G(0,a.c,a.d))}, +bZ(a){return this.qm(a,N.EF())}, +bM(){this.rx=this.qm(t.k.a(K.t.prototype.ga1.call(this)),N.EG())}} +E.KF.prototype={ +gaI(){if(this.q$!=null){var s=this.w +s=s!==0&&s!==255}else s=!1 +return s}, +sex(a,b){var s,r,q=this +if(q.ab===b)return +s=q.gaI() +r=q.w +q.ab=b +q.w=C.d.aW(C.d.G(b,0,1)*255) +if(s!==q.gaI())q.oG() +q.aB() +if(r!==0!==(q.w!==0)&&!0)q.ax()}, +svR(a){return}, +aK(a,b){var s,r,q=this +if(q.q$!=null){s=q.w +if(s===0){q.dx.saY(0,null) +return}if(s===255){q.dx.saY(0,null) +s=q.q$ +s.toString +a.dD(s,b) +return}r=q.dx +r.saY(0,a.Ro(b,s,E.e_.prototype.gfz.call(q),t.Jq.a(r.a)))}}, +h8(a){var s,r=this.q$ +if(r!=null)s=this.w!==0||!1 +else s=!1 +if(s){r.toString +a.$1(r)}}} +E.ze.prototype={ +gaI(){if(this.q$!=null){var s=this.E_$ +s.toString}else s=!1 +return s}, +sex(a,b){var s=this,r=s.rw$ +if(r===b)return +if(s.b!=null&&r!=null)r.Y(0,s.gvJ()) +s.rw$=b +if(s.b!=null)b.ad(0,s.gvJ()) +s.C8()}, +svR(a){if(a===this.E0$)return +this.E0$=a +this.ax()}, +C8(){var s,r=this,q=r.rv$,p=r.rw$ +p=r.rv$=C.d.aW(C.d.G(p.gm(p),0,1)*255) +if(q!==p){s=r.E_$ +p=p>0&&p<255 +r.E_$=p +if(r.q$!=null&&s!==p)r.oG() +r.aB() +if(q===0||r.rv$===0)r.ax()}}, +h8(a){var s,r=this.q$ +if(r!=null)if(this.rv$===0){s=this.E0$ +s.toString}else s=!0 +else s=!1 +if(s){r.toString +a.$1(r)}}} +E.Ks.prototype={} +E.wv.prototype={ +ad(a,b){var s=this.a +return s==null?null:s.a.ad(0,b)}, +Y(a,b){var s=this.a +return s==null?null:s.a.Y(0,b)}, +Sx(a){return new P.v(0,0,0+a.a,0+a.b)}, +i(a){return"CustomClipper"}} +E.oQ.prototype={ +FO(a){return this.b.dr(new P.v(0,0,0+a.a,0+a.b),this.c)}, +GE(a){if(H.C(a)!==C.Tw)return!0 +t.jH.a(a) +return!a.b.k(0,this.b)||a.c!=this.c}} +E.uU.prototype={ +sqV(a){var s,r=this,q=r.w +if(q==a)return +r.w=a +s=a==null +if(s||q==null||H.C(a)!==H.C(q)||a.GE(q))r.va() +if(r.b!=null){if(q!=null)q.Y(0,r.gv9()) +if(!s)a.ad(0,r.gv9())}}, +aq(a){var s +this.u4(a) +s=this.w +if(s!=null)s.ad(0,this.gv9())}, +af(a){var s=this.w +if(s!=null)s.Y(0,this.gv9()) +this.nh(0)}, +va(){this.ab=null +this.aB() +this.ax()}, +shY(a){if(a!==this.aG){this.aG=a +this.aB()}}, +bM(){var s,r=this,q=r.rx +q=q!=null?q:null +r.pK() +s=r.rx +s.toString +if(!J.e(q,s))r.ab=null}, +kG(){var s,r,q=this +if(q.ab==null){s=q.w +if(s==null)s=null +else{r=q.rx +r.toString +r=s.FO(r) +s=r}q.ab=s==null?q.gur():s}}, +jB(a){var s,r=this.w +if(r==null)r=null +else{s=this.rx +s.toString +s=r.Sx(s) +r=s}if(r==null){r=this.rx +r=new P.v(0,0,0+r.a,0+r.b)}return r}} +E.Kv.prototype={ +gur(){var s=this.rx +return new P.v(0,0,0+s.a,0+s.b)}, +c0(a,b){var s=this +if(s.w!=null){s.kG() +if(!s.ab.A(0,b))return!1}return s.im(a,b)}, +aK(a,b){var s,r,q=this,p=q.dx +if(q.q$!=null){q.kG() +s=q.geT() +r=q.ab +r.toString +p.saY(0,a.ll(s,b,r,E.e_.prototype.gfz.call(q),q.aG,t.EM.a(p.a)))}else p.saY(0,null)}} +E.Ku.prototype={ +gur(){var s=P.bj(),r=this.rx +s.hr(0,new P.v(0,0,0+r.a,0+r.b)) +return s}, +c0(a,b){var s=this +if(s.w!=null){s.kG() +if(!s.ab.A(0,b))return!1}return s.im(a,b)}, +aK(a,b){var s,r,q,p,o=this,n=o.dx +if(o.q$!=null){o.kG() +s=o.geT() +r=o.rx +q=r.a +r=r.b +p=o.ab +p.toString +n.saY(0,a.ahv(s,b,new P.v(0,0,0+q,0+r),p,E.e_.prototype.gfz.call(o),o.aG,t.ts.a(n.a)))}else n.saY(0,null)}} +E.D3.prototype={ +sl_(a,b){if(this.bx===b)return +this.bx=b +this.aB()}, +spw(a,b){if(this.T.k(0,b))return +this.T=b +this.aB()}, +sas(a,b){if(this.i7.k(0,b))return +this.i7=b +this.aB()}, +gaI(){return!0}, +eZ(a){this.hf(a) +a.sl_(0,this.bx)}} +E.KG.prototype={ +skj(a,b){if(this.E1===b)return +this.E1=b +this.va()}, +sabt(a,b){if(J.e(this.E2,b))return +this.E2=b +this.va()}, +gur(){var s,r,q=this +switch(q.E1){case C.a9:s=q.E2 +if(s==null)s=C.bc +r=q.rx +return s.ec(new P.v(0,0,0+r.a,0+r.b)) +case C.b_:s=q.rx +r=0+s.a +s=0+s.b +return P.asL(new P.v(0,0,r,s),(r-0)/2,(s-0)/2)}}, +c0(a,b){var s=this +if(s.w!=null){s.kG() +if(!s.ab.A(0,b))return!1}return s.im(a,b)}, +aK(a,b){var s,r,q,p,o,n=this +if(n.q$!=null){n.kG() +s=n.ab.cb(b) +r=P.bj() +r.ek(0,s) +q=t.EA +if(q.a(K.t.prototype.gaY.call(n,n))==null)n.dx.saY(0,T.asy()) +p=q.a(K.t.prototype.gaY.call(n,n)) +p.sOi(0,r) +p.shY(n.aG) +o=n.bx +p.sl_(0,o) +p.sas(0,n.i7) +p.spw(0,n.T) +q=q.a(K.t.prototype.gaY.call(n,n)) +q.toString +a.mN(q,E.e_.prototype.gfz.call(n),b,new P.v(s.a,s.b,s.c,s.d))}else n.dx.saY(0,null)}} +E.KH.prototype={ +gur(){var s=P.bj(),r=this.rx +s.hr(0,new P.v(0,0,0+r.a,0+r.b)) +return s}, +c0(a,b){var s=this +if(s.w!=null){s.kG() +if(!s.ab.A(0,b))return!1}return s.im(a,b)}, +aK(a,b){var s,r,q,p,o,n,m,l,k=this +if(k.q$!=null){k.kG() +s=k.rx +r=b.a +q=b.b +p=s.a +s=s.b +o=k.ab.cb(b) +n=t.EA +if(n.a(K.t.prototype.gaY.call(k,k))==null)k.dx.saY(0,T.asy()) +m=n.a(K.t.prototype.gaY.call(k,k)) +m.sOi(0,o) +m.shY(k.aG) +l=k.bx +m.sl_(0,l) +m.sas(0,k.i7) +m.spw(0,k.T) +n=n.a(K.t.prototype.gaY.call(k,k)) +n.toString +a.mN(n,E.e_.prototype.gfz.call(k),b,new P.v(r,q,r+p,q+s))}else k.dx.saY(0,null)}} +E.GE.prototype={ +i(a){return this.b}} +E.Kw.prototype={ +sat(a,b){var s,r=this +if(b.k(0,r.ab))return +s=r.w +if(s!=null)s.l(0) +r.w=null +r.ab=b +r.aB()}, +sce(a,b){if(b===this.aG)return +this.aG=b +this.aB()}, +sqY(a){if(a.k(0,this.bd))return +this.bd=a +this.aB()}, +af(a){var s=this,r=s.w +if(r!=null)r.l(0) +s.w=null +s.nh(0) +s.aB()}, +fs(a){var s=this.ab,r=this.rx +r.toString +return s.Et(r,a,this.bd.d)}, +aK(a,b){var s,r,q,p=this +if(p.w==null)p.w=p.ab.Df(p.ge8()) +s=p.bd +r=p.rx +r.toString +q=s.OB(r) +if(p.aG===C.lP){s=p.w +s.toString +s.j1(a.gc3(a),b,q) +if(p.ab.gx6())a.Gq()}p.lL(a,b) +if(p.aG===C.lQ){s=p.w +s.toString +s.j1(a.gc3(a),b,q) +if(p.ab.gx6())a.Gq()}}} +E.KR.prototype={ +sR5(a,b){return}, +scL(a){var s=this +if(J.e(s.ab,a))return +s.ab=a +s.aB() +s.ax()}, +sbC(a,b){var s=this +if(s.aG==b)return +s.aG=b +s.aB() +s.ax()}, +gaI(){return!1}, +sct(a,b){var s,r=this +if(J.e(r.cn,b))return +s=new E.ap(new Float64Array(16)) +s.b0(b) +r.cn=s +r.aB() +r.ax()}, +smz(a){return}, +gAo(){var s,r,q=this,p=q.ab,o=p==null?null:p.V(q.aG) +if(o==null)return q.cn +s=new E.ap(new Float64Array(16)) +s.cz() +p=q.rx +p.toString +r=o.Cu(p) +s.an(0,r.a,r.b) +p=q.cn +p.toString +s.co(0,p) +s.an(0,-r.a,-r.b) +return s}, +c0(a,b){return this.cH(a,b)}, +cH(a,b){var s=this.bd?this.gAo():null +return a.qK(new E.a5_(this),b,s)}, +aK(a,b){var s,r,q,p,o,n,m=this +if(m.q$!=null){s=m.gAo() +s.toString +r=T.IJ(s) +if(r==null){q=m.geT() +p=E.e_.prototype.gfz.call(m) +o=m.dx +n=o.a +o.saY(0,a.xL(q,b,s,p,n instanceof T.kC?n:null))}else{m.lL(a,b.P(0,r)) +m.dx.saY(0,null)}}}, +du(a,b){var s=this.gAo() +s.toString +b.co(0,s)}} +E.a5_.prototype={ +$2(a,b){return this.a.pJ(a,b)}, +$S:15} +E.zl.prototype={ +a8n(){if(this.w!=null)return +this.w=this.aG}, +Jx(a){switch(a){case C.cy:return!0 +default:return!1}}, +sEa(a){var s=this,r=s.ab +if(r===a)return +s.ab=a +if(s.Jx(r)||s.Jx(a))s.a4() +else{s.d7=s.cn=null +s.aB()}}, +scL(a){var s=this +if(s.aG.k(0,a))return +s.aG=a +s.w=s.d7=s.cn=null +s.aB()}, +sbC(a,b){var s=this +if(s.bd==b)return +s.bd=b +s.w=s.d7=s.cn=null +s.aB()}, +bZ(a){var s,r=this.q$ +if(r!=null){s=r.eC(C.c0) +switch(this.ab){case C.cy:return a.b5(a.iU().qZ(s)) +default:return a.qZ(s)}}else return new P.D(C.f.G(0,a.a,a.b),C.f.G(0,a.c,a.d))}, +bM(){var s,r,q,p=this,o=p.q$ +if(o!=null){o.cc(0,C.c0,!0) +o=t.k +switch(p.ab){case C.cy:s=o.a(K.t.prototype.ga1.call(p)).iU() +r=p.q$.rx +r.toString +q=s.qZ(r) +p.rx=o.a(K.t.prototype.ga1.call(p)).b5(q) +break +default:o=o.a(K.t.prototype.ga1.call(p)) +r=p.q$.rx +r.toString +p.rx=o.qZ(r) +break}p.d7=p.cn=null}else{o=t.k.a(K.t.prototype.ga1.call(p)) +p.rx=new P.D(C.f.G(0,o.a,o.b),C.f.G(0,o.c,o.d))}}, +C9(){var s,r,q,p,o,n,m,l,k,j=this +if(j.d7!=null)return +if(j.q$==null){j.cn=!1 +s=new E.ap(new Float64Array(16)) +s.cz() +j.d7=s}else{j.a8n() +s=j.q$.rx +s.toString +r=j.ab +q=j.rx +q.toString +p=U.avf(r,s,q) +q=p.b +r=p.a +o=s.a +s=s.b +n=j.w.Ez(r,new P.v(0,0,0+o,0+s)) +m=j.w +m.toString +l=j.rx +k=m.Ez(q,new P.v(0,0,0+l.a,0+l.b)) +m=n.a +j.cn=n.c-m")),E.e_.prototype.gfz.call(s),b)}, +gaI(){return!0}} +E.Rh.prototype={ +dz(a){var s=this.q$ +if(s!=null)return s.j9(a) +return this.Ht(a)}} +E.Ri.prototype={ +aq(a){var s=this +s.u4(a) +s.rw$.ad(0,s.gvJ()) +s.C8()}, +af(a){this.rw$.Y(0,this.gvJ()) +this.nh(0)}, +aK(a,b){var s,r,q=this +if(q.q$!=null){s=q.rv$ +if(s===0){q.dx.saY(0,null) +return}if(s===255){q.dx.saY(0,null) +s=q.q$ +s.toString +a.dD(s,b) +return}s.toString +r=q.dx +r.saY(0,a.Ro(b,s,E.e_.prototype.gfz.call(q),t.Jq.a(r.a)))}}} +E.D4.prototype={ +aq(a){var s +this.dE(a) +s=this.q$ +if(s!=null)s.aq(a)}, +af(a){var s +this.d_(0) +s=this.q$ +if(s!=null)s.af(0)}} +E.D5.prototype={ +dz(a){var s=this.q$ +if(s!=null)return s.j9(a) +return this.zf(a)}} +T.zw.prototype={ +ba(a){var s=this.q$ +if(s!=null)return s.al(C.a3,a,s.gbg()) +return 0}, +b3(a){var s=this.q$ +if(s!=null)return s.al(C.U,a,s.gb9()) +return 0}, +b4(a){var s=this.q$ +if(s!=null)return s.al(C.ax,a,s.gbz()) +return 0}, +b8(a){var s=this.q$ +if(s!=null)return s.al(C.aI,a,s.gbE()) +return 0}, +dz(a){var s,r=this.q$ +if(r!=null){s=r.j9(a) +r=this.q$.e +r.toString +t.x.a(r) +if(s!=null)s+=r.a.b}else s=this.zf(a) +return s}, +aK(a,b){var s,r=this.q$ +if(r!=null){s=r.e +s.toString +a.dD(r,t.x.a(s).a.P(0,b))}}, +cH(a,b){var s=this.q$ +if(s!=null){s=s.e +s.toString +t.x.a(s) +return a.mg(new T.a4N(this,b,s),s.a,b)}return!1}} +T.a4N.prototype={ +$2(a,b){return this.a.q$.c0(a,b)}, +$S:15} +T.zs.prototype={ +kA(){var s=this +if(s.w!=null)return +s.w=s.ab.V(s.aG)}, +sdW(a,b){var s=this +if(s.ab.k(0,b))return +s.ab=b +s.w=null +s.a4()}, +sbC(a,b){var s=this +if(s.aG==b)return +s.aG=b +s.w=null +s.a4()}, +ba(a){var s,r,q,p +this.kA() +s=this.w +r=s.a+s.c +q=s.b +s=s.d +p=this.q$ +if(p!=null)return p.al(C.a3,Math.max(0,a-(q+s)),p.gbg())+r +return r}, +b3(a){var s,r,q,p +this.kA() +s=this.w +r=s.a+s.c +q=s.b +s=s.d +p=this.q$ +if(p!=null)return p.al(C.U,Math.max(0,a-(q+s)),p.gb9())+r +return r}, +b4(a){var s,r,q,p +this.kA() +s=this.w +r=s.a +q=s.c +p=s.b+s.d +s=this.q$ +if(s!=null)return s.al(C.ax,Math.max(0,a-(r+q)),s.gbz())+p +return p}, +b8(a){var s,r,q,p +this.kA() +s=this.w +r=s.a +q=s.c +p=s.b+s.d +s=this.q$ +if(s!=null)return s.al(C.aI,Math.max(0,a-(r+q)),s.gbE())+p +return p}, +bZ(a){var s,r,q,p=this +p.kA() +if(p.q$==null){s=p.w +return a.b5(new P.D(s.a+s.c,s.b+s.d))}s=p.w +s.toString +r=a.wi(s) +q=p.q$.eC(r) +s=p.w +return a.b5(new P.D(s.a+q.a+s.c,s.b+q.b+s.d))}, +bM(){var s,r,q,p,o,n,m=this,l=t.k.a(K.t.prototype.ga1.call(m)) +m.kA() +if(m.q$==null){s=m.w +m.rx=l.b5(new P.D(s.a+s.c,s.b+s.d)) +return}s=m.w +s.toString +r=l.wi(s) +m.q$.cc(0,r,!0) +s=m.q$ +q=s.e +q.toString +t.x.a(q) +p=m.w +o=p.a +n=p.b +q.a=new P.l(o,n) +s=s.rx +m.rx=l.b5(new P.D(o+s.a+p.c,n+s.b+p.d))}} +T.Kr.prototype={ +kA(){var s=this +if(s.w!=null)return +s.w=s.ab.V(s.aG)}, +scL(a){var s=this +if(s.ab.k(0,a))return +s.ab=a +s.w=null +s.a4()}, +sbC(a,b){var s=this +if(s.aG==b)return +s.aG=b +s.w=null +s.a4()}, +Cr(){var s,r,q,p,o=this +o.kA() +s=o.q$ +r=s.e +r.toString +t.x.a(r) +q=o.w +q.toString +p=o.rx +p.toString +s=s.rx +s.toString +r.a=q.mi(t.EP.a(p.a7(0,s)))}} +T.KK.prototype={ +saiW(a){if(this.cg==a)return +this.cg=a +this.a4()}, +safe(a){if(this.d4==a)return +this.d4=a +this.a4()}, +bZ(a){var s,r,q=this,p=q.cg!=null||a.b===1/0,o=q.d4!=null||a.d===1/0,n=q.q$ +if(n!=null){s=n.eC(a.iU()) +if(p){n=q.cg +if(n==null)n=1 +n=s.a*n}else n=1/0 +if(o){r=q.d4 +if(r==null)r=1 +r=s.b*r}else r=1/0 +return a.b5(new P.D(n,r))}n=p?0:1/0 +return a.b5(new P.D(n,o?0:1/0))}, +bM(){var s,r,q=this,p=t.k.a(K.t.prototype.ga1.call(q)),o=q.cg!=null||p.b===1/0,n=q.d4!=null||p.d===1/0,m=q.q$ +if(m!=null){m.cc(0,p.iU(),!0) +if(o){m=q.q$.rx.a +s=q.cg +m*=s==null?1:s}else m=1/0 +if(n){s=q.q$.rx.b +r=q.d4 +s*=r==null?1:r}else s=1/0 +q.rx=p.b5(new P.D(m,s)) +q.Cr()}else{m=o?0:1/0 +q.rx=p.b5(new P.D(m,n?0:1/0))}}} +T.a6R.prototype={ +lx(a){return new P.D(C.f.G(1/0,a.a,a.b),C.f.G(1/0,a.c,a.d))}, +pi(a){return a}, +po(a,b){return C.h}} +T.zj.prototype={ +sDv(a){var s=this,r=s.w +if(r===a)return +if(H.C(a)!==H.C(r)||a.lF(r))s.a4() +s.w=a +s.b!=null}, +aq(a){this.X1(a)}, +af(a){this.X2(0)}, +ba(a){var s=S.hE(a,1/0),r=s.b5(this.w.lx(s)).a +if(isFinite(r))return r +return 0}, +b3(a){var s=S.hE(a,1/0),r=s.b5(this.w.lx(s)).a +if(isFinite(r))return r +return 0}, +b4(a){var s=S.hE(1/0,a),r=s.b5(this.w.lx(s)).b +if(isFinite(r))return r +return 0}, +b8(a){var s=S.hE(1/0,a),r=s.b5(this.w.lx(s)).b +if(isFinite(r))return r +return 0}, +bZ(a){return a.b5(this.w.lx(a))}, +bM(){var s,r,q,p,o,n,m=this,l=t.k,k=l.a(K.t.prototype.ga1.call(m)) +m.rx=k.b5(m.w.lx(k)) +if(m.q$!=null){s=m.w.pi(l.a(K.t.prototype.ga1.call(m))) +l=m.q$ +l.toString +k=s.a +r=s.b +q=k>=r +l.cc(0,s,!(q&&s.c>=s.d)) +l=m.q$ +p=l.e +p.toString +t.x.a(p) +o=m.w +n=m.rx +n.toString +if(q&&s.c>=s.d)l=new P.D(C.f.G(0,k,r),C.f.G(0,s.c,s.d)) +else{l=l.rx +l.toString}p.a=o.po(n,l)}}} +T.D6.prototype={ +aq(a){var s +this.dE(a) +s=this.q$ +if(s!=null)s.aq(a)}, +af(a){var s +this.d_(0) +s=this.q$ +if(s!=null)s.af(0)}} +G.HS.prototype={ +i(a){return this.b}} +G.mh.prototype={ +gQA(){return!1}, +ab9(a,b){var s=this.x +switch(G.br(this.a)){case C.p:return new S.aw(b,a,s,s) +case C.m:return new S.aw(s,s,b,a)}}, +ab8(){return this.ab9(1/0,0)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(!(b instanceof G.mh))return!1 +return b.a===s.a&&b.b===s.b&&b.d===s.d&&b.f===s.f&&b.r===s.r&&b.x===s.x&&b.y===s.y&&b.z===s.z&&b.ch===s.ch&&b.Q===s.Q}, +gu(a){var s=this +return P.a2(s.a,s.b,s.d,s.f,s.r,s.x,s.y,s.z,s.ch,s.Q,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){var s=this,r=H.a([s.a.i(0),s.b.i(0),s.c.i(0),"scrollOffset: "+C.d.a6(s.d,1),"remainingPaintExtent: "+C.d.a6(s.r,1)],t.s),q=s.f +if(q!==0)r.push("overlap: "+C.d.a6(q,1)) +r.push("crossAxisExtent: "+C.d.a6(s.x,1)) +r.push("crossAxisDirection: "+s.y.i(0)) +r.push("viewportMainAxisExtent: "+C.d.a6(s.z,1)) +r.push("remainingCacheExtent: "+C.d.a6(s.ch,1)) +r.push("cacheOrigin: "+C.d.a6(s.Q,1)) +return"SliverConstraints("+C.c.c8(r,", ")+")"}} +G.LF.prototype={ +cD(){return"SliverGeometry"}} +G.tw.prototype={} +G.LG.prototype={ +gj5(a){return t.nl.a(this.a)}, +i(a){var s=this +return H.C(t.nl.a(s.a)).i(0)+"@(mainAxis: "+H.c(s.c)+", crossAxis: "+H.c(s.d)+")"}} +G.oW.prototype={ +i(a){var s=this.a +return"layoutOffset="+(s==null?"None":C.d.a6(s,1))}} +G.ku.prototype={} +G.Ae.prototype={ +i(a){return"paintOffset="+H.c(this.a)}} +G.dB.prototype={ +ga1(){return t.r.a(K.t.prototype.ga1.call(this))}, +glB(){return this.gj2()}, +gj2(){var s=this,r=t.r +switch(G.br(r.a(K.t.prototype.ga1.call(s)).a)){case C.p:return new P.v(0,0,0+s.k4.c,0+r.a(K.t.prototype.ga1.call(s)).x) +case C.m:return new P.v(0,0,0+r.a(K.t.prototype.ga1.call(s)).x,0+s.k4.c)}}, +t7(){}, +Q1(a,b,c){var s,r=this +if(c>=0&&c=0&&br;j=h,i=o){o=a3.Qg(p,!0) +if(o==null){n=a3.Z$ +k=n.e +k.toString +m.a(k).a=0 +if(r===0){n.cc(0,p,!0) +o=a3.Z$ +if(a5.a==null)a5.a=o +i=o +break}else{a3.k4=G.oV(a4,!1,a4,a4,0,0,0,0,-r) +return}}n=a3.Z$ +n.toString +h=j-a3.mL(n) +if(h<-1e-10){a3.k4=G.oV(a4,!1,a4,a4,0,0,0,0,-h) +a7=a3.Z$.e +a7.toString +m.a(a7).a=0 +return}n=o.e +n.toString +m.a(n).a=h +if(a5.a==null)a5.a=o}if(r<1e-10)while(!0){n=a3.Z$ +n.toString +n=n.e +n.toString +m.a(n) +k=n.b +k.toString +if(!(k>0))break +n=n.a +n.toString +o=a3.Qg(p,!0) +k=a3.Z$ +k.toString +h=n-a3.mL(k) +k=a3.Z$.e +k.toString +m.a(k).a=0 +if(h<-1e-10){a3.k4=G.oV(a4,!1,a4,a4,0,0,0,0,-h) +return}}if(i==null){o.cc(0,p,!0) +a5.a=o}a5.b=!0 +a5.c=o +n=o.e +n.toString +m.a(n) +k=n.b +k.toString +a5.d=k +n=n.a +n.toString +a5.e=n+a3.mL(o) +g=new U.a4Q(a5,a3,p) +for(f=0;a5.es+a6.r||s>0,a4,a4,a,a1,0,a,a4) +if(a===n)a7.ao=!0 +a7.DC()}} +U.a4Q.prototype={ +$0(){var s,r,q,p=this.a,o=p.c,n=p.a +if(o==n)p.b=!1 +s=this.b +o=o.e +o.toString +r=p.c=H.o(s).j("ac.1").a(o).T$ +o=r==null +if(o)p.b=!1 +q=++p.d +if(!p.b){if(!o){o=r.e +o.toString +o=t.D.a(o).b +o.toString +q=o!==q +o=q}else o=!0 +q=this.c +if(o){r=s.aft(q,n,!0) +p.c=r +if(r==null)return!1}else r.cc(0,q,!0) +o=p.a=p.c}else o=r +n=o.e +n.toString +t.D.a(n) +q=p.e +n.a=q +p.e=q+s.mL(o) +return!0}, +$S:146} +F.k_.prototype={} +F.a4U.prototype={ +eD(a){}} +F.jd.prototype={ +i(a){var s="index="+H.c(this.b)+"; " +return s+(this.rA$?"keepAlive; ":"")+this.Wg(0)}} +F.rZ.prototype={ +eD(a){if(!(a.e instanceof F.jd))a.e=new F.jd(!1,null,null)}, +fU(a){var s +this.Hm(a) +s=a.e +s.toString +if(!t.D.a(s).c)this.bX.Dx(t.q.a(a))}, +EA(a,b,c){this.z3(0,b,c)}, +xm(a,b){var s,r=this,q=a.e +q.toString +t.D.a(q) +if(!q.c){r.US(a,b) +r.bX.Dx(a) +r.a4()}else{s=r.bT +if(s.h(0,q.b)===a)s.v(0,q.b) +r.bX.Dx(a) +q=q.b +q.toString +s.p(0,q,a)}}, +v(a,b){var s=b.e +s.toString +t.D.a(s) +if(!s.c){this.UT(0,b) +return}this.bT.v(0,s.b) +this.iK(b)}, +A2(a,b){this.EB(new F.a4R(this,a,b),t.r)}, +IX(a){var s,r=this,q=a.e +q.toString +t.D.a(q) +if(q.rA$){r.v(0,a) +s=q.b +s.toString +r.bT.p(0,s,a) +a.e=q +r.Hm(a) +q.c=!0}else r.bX.RF(a)}, +aq(a){var s +this.X3(a) +for(s=this.bT,s=s.gby(s),s=s.gX(s);s.t();)s.gE(s).aq(a)}, +af(a){var s +this.X4(0) +for(s=this.bT,s=s.gby(s),s=s.gX(s);s.t();)s.gE(s).af(0)}, +ie(){this.GV() +var s=this.bT +s.gby(s).ai(0,this.gxO())}, +br(a){var s +this.z4(a) +s=this.bT +s.gby(s).ai(0,a)}, +h8(a){this.z4(a)}, +aaM(a,b){var s +this.A2(a,null) +s=this.Z$ +if(s!=null){s=s.e +s.toString +t.D.a(s).a=b +return!0}this.bX.ao=!0 +return!1}, +NN(){return this.aaM(0,0)}, +Qg(a,b){var s,r,q,p=this,o=p.Z$ +o.toString +o=o.e +o.toString +s=t.D +o=s.a(o).b +o.toString +r=o-1 +p.A2(r,null) +o=p.Z$ +o.toString +q=o.e +q.toString +q=s.a(q).b +q.toString +if(q===r){o.cc(0,a,b) +return p.Z$}p.bX.ao=!0 +return null}, +aft(a,b,c){var s,r,q,p=b.e +p.toString +s=t.D +p=s.a(p).b +p.toString +r=p+1 +this.A2(r,b) +p=b.e +p.toString +q=H.o(this).j("ac.1").a(p).T$ +if(q!=null){p=q.e +p.toString +p=s.a(p).b +p.toString +p=p===r}else p=!1 +if(p){q.cc(0,a,c) +return q}this.bX.ao=!0 +return null}, +D0(a,b){var s={} +s.a=a +s.b=b +this.EB(new F.a4T(s,this),t.r)}, +mL(a){switch(G.br(t.r.a(K.t.prototype.ga1.call(this)).a)){case C.p:return a.rx.a +case C.m:return a.rx.b}}, +Eu(a,b,c){var s,r,q=this.dj$,p=S.aqY(a) +for(s=H.o(this).j("ac.1");q!=null;){if(this.afj(p,q,b,c))return!0 +r=q.e +r.toString +q=s.a(r).bx$}return!1}, +CU(a){var s=a.e +s.toString +return t.D.a(s).a}, +du(a,b){var s,r,q,p,o=this,n=a.e +n.toString +s=t.D +n=s.a(n).b +if(n==null)b.yJ() +else if(o.bT.aL(0,n))b.yJ() +else{n=t.r +r=o.JU(n.a(K.t.prototype.ga1.call(o))) +q=a.e +q.toString +q=s.a(q).a +q.toString +p=q-n.a(K.t.prototype.ga1.call(o)).d +switch(G.br(n.a(K.t.prototype.ga1.call(o)).a)){case C.p:b.an(0,!r?o.k4.c-a.rx.a-p:p,0) +break +case C.m:b.an(0,0,!r?o.k4.c-a.rx.b-p:p) +break}}}, +aK(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=null +if(d.Z$==null)return +s=t.r +switch(G.kZ(s.a(K.t.prototype.ga1.call(d)).a,s.a(K.t.prototype.ga1.call(d)).b)){case C.G:r=b.P(0,new P.l(0,d.k4.c)) +q=C.rX +p=C.e1 +o=!0 +break +case C.P:r=b +q=C.e1 +p=C.e0 +o=!1 +break +case C.C:r=b +q=C.e0 +p=C.e1 +o=!1 +break +case C.M:r=b.P(0,new P.l(d.k4.c,0)) +q=C.t_ +p=C.e0 +o=!0 +break +default:o=c +r=o +p=r +q=p}n=d.Z$ +for(m=H.o(d).j("ac.1"),l=t.D;n!=null;){k=n.e +k.toString +k=l.a(k).a +k.toString +j=k-s.a(K.t.prototype.ga1.call(d)).d +k=r.a +i=q.a +k=k+i*j+p.a*0 +h=r.b +g=q.b +h=h+g*j+p.b*0 +f=new P.l(k,h) +if(o){e=d.mL(n) +f=new P.l(k+i*e,h+g*e)}if(j0)a.dD(n,f) +k=n.e +k.toString +n=m.a(k).T$}}} +F.a4R.prototype={ +$1(a){var s=this.a,r=s.bT,q=this.b,p=this.c +if(r.aL(0,q)){r=r.v(0,q) +r.toString +q=r.e +q.toString +t.D.a(q) +s.iK(r) +r.e=q +s.z3(0,r,p) +q.c=!1}else s.bX.acL(q,p)}, +$S:131} +F.a4T.prototype={ +$1(a){var s,r,q +for(s=this.a,r=this.b;s.a>0;){q=r.Z$ +q.toString +r.IX(q);--s.a}for(;s.b>0;){q=r.dj$ +q.toString +r.IX(q);--s.b}s=r.bT +s=s.gby(s) +q=H.o(s).j("b7") +C.c.ai(P.as(new H.b7(s,new F.a4S(),q),!0,q.j("p.E")),r.bX.gahW())}, +$S:131} +F.a4S.prototype={ +$1(a){var s=a.e +s.toString +return!t.D.a(s).rA$}, +$S:274} +F.D8.prototype={ +aq(a){var s,r,q +this.dE(a) +s=this.Z$ +for(r=t.D;s!=null;){s.aq(a) +q=s.e +q.toString +s=r.a(q).T$}}, +af(a){var s,r,q +this.d_(0) +s=this.Z$ +for(r=t.D;s!=null;){s.af(0) +q=s.e +q.toString +s=r.a(q).T$}}} +F.Rz.prototype={} +F.RA.prototype={} +F.S6.prototype={ +af(a){this.zc(0)}} +F.S7.prototype={} +T.zx.prototype={ +gCC(){var s=this,r=t.r +switch(G.kZ(r.a(K.t.prototype.ga1.call(s)).a,r.a(K.t.prototype.ga1.call(s)).b)){case C.G:return s.aR.d +case C.P:return s.aR.a +case C.C:return s.aR.b +case C.M:return s.aR.c}}, +gab0(){var s=this,r=t.r +switch(G.kZ(r.a(K.t.prototype.ga1.call(s)).a,r.a(K.t.prototype.ga1.call(s)).b)){case C.G:return s.aR.b +case C.P:return s.aR.c +case C.C:return s.aR.d +case C.M:return s.aR.a}}, +gacQ(){switch(G.br(t.r.a(K.t.prototype.ga1.call(this)).a)){case C.p:var s=this.aR +return s.gcR(s)+s.gd0(s) +case C.m:return this.aR.gjN()}}, +eD(a){if(!(a.e instanceof G.Ae))a.e=new G.Ae(C.h)}, +bM(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this,a1=null,a2=t.r,a3=a2.a(K.t.prototype.ga1.call(a0)),a4=a0.gCC() +a0.gab0() +s=a0.aR +s.toString +a2=s.ab4(G.br(a2.a(K.t.prototype.ga1.call(a0)).a)) +r=a0.gacQ() +if(a0.q$==null){a0.k4=G.oV(a1,!1,a1,a1,a2,Math.min(a2,a3.r),0,a2,a1) +return}q=a0.jt(a3,0,a4) +p=a3.f +if(p>0)p=Math.max(0,p-q) +s=a0.q$ +s.toString +o=Math.max(0,a3.d-a4) +n=Math.min(0,a3.Q+a4) +m=a3.r +l=a0.jt(a3,0,a4) +k=a3.ch +j=a0.w2(a3,0,a4) +i=Math.max(0,a3.x-r) +h=a3.a +g=a3.b +s.cc(0,new G.mh(h,g,a3.c,o,a4+a3.e,p,m-l,i,a3.y,a3.z,n,k-j),!0) +f=a0.q$.k4 +s=f.z +if(s!=null){a0.k4=G.oV(a1,!1,a1,a1,0,0,0,0,s) +return}s=f.a +o=a4+s +n=a2+s +e=a0.jt(a3,o,n) +d=q+e +c=a0.w2(a3,0,a4) +b=a0.w2(a3,o,n) +o=f.c +l=f.d +a=Math.min(q+Math.max(o,l+e),m) +m=f.b +l=Math.min(d+l,a) +k=Math.min(b+c+f.Q,k) +j=f.e +o=Math.max(d+o,q+f.r) +a0.k4=G.oV(k,f.y,o,l,a2+j,a,m,n,a1) +n=a0.q$.e +n.toString +t.jB.a(n) +switch(G.kZ(h,g)){case C.G:a2=a0.aR +o=a2.a +s=a2.d+s +n.a=new P.l(o,a0.jt(a3,s,s+a2.b)) +break +case C.P:n.a=new P.l(a0.jt(a3,0,a0.aR.a),a0.aR.b) +break +case C.C:a2=a0.aR +n.a=new P.l(a2.a,a0.jt(a3,0,a2.b)) +break +case C.M:a2=a0.aR +s=a2.c+s +n.a=new P.l(a0.jt(a3,s,s+a2.a),a0.aR.b) +break}}, +Eu(a,b,c){var s,r,q,p,o=this,n=o.q$ +if(n!=null&&n.k4.r>0){n=n.e +n.toString +t.jB.a(n) +s=o.jt(t.r.a(K.t.prototype.ga1.call(o)),0,o.gCC()) +r=o.q$ +r.toString +r=o.abS(r) +n=n.a +q=o.q$.gafi() +p=n!=null +if(p)a.c.push(new O.uL(new P.l(-n.a,-n.b))) +q.$3$crossAxisPosition$mainAxisPosition(a,b-r,c-s) +if(p)a.xJ()}return!1}, +abS(a){var s=this,r=t.r +switch(G.kZ(r.a(K.t.prototype.ga1.call(s)).a,r.a(K.t.prototype.ga1.call(s)).b)){case C.G:case C.C:return s.aR.a +case C.M:case C.P:return s.aR.b}}, +CU(a){return this.gCC()}, +du(a,b){var s=a.e +s.toString +s=t.jB.a(s).a +b.an(0,s.a,s.b)}, +aK(a,b){var s,r=this.q$ +if(r!=null&&r.k4.x){s=r.e +s.toString +a.dD(r,b.P(0,t.jB.a(s).a))}}} +T.KQ.prototype={ +a9x(){if(this.aR!=null)return +this.aR=this.dl}, +sdW(a,b){var s=this +if(s.dl.k(0,b))return +s.dl=b +s.aR=null +s.a4()}, +sbC(a,b){var s=this +if(s.e2===b)return +s.e2=b +s.aR=null +s.a4()}, +bM(){this.a9x() +this.VQ()}} +T.Ry.prototype={ +aq(a){var s +this.dE(a) +s=this.q$ +if(s!=null)s.aq(a)}, +af(a){var s +this.d_(0) +s=this.q$ +if(s!=null)s.af(0)}} +K.Kp.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof K.Kp&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){var s=this +return"RelativeRect.fromLTRB("+C.d.a6(s.a,1)+", "+C.d.a6(s.b,1)+", "+C.d.a6(s.c,1)+", "+C.d.a6(s.d,1)+")"}} +K.ew.prototype={ +gx9(){var s=this +return s.e!=null||s.f!=null||s.r!=null||s.x!=null||s.y!=null||s.z!=null}, +i(a){var s=this,r=H.a([],t.s),q=s.e +if(q!=null)r.push("top="+E.iv(q)) +q=s.f +if(q!=null)r.push("right="+E.iv(q)) +q=s.r +if(q!=null)r.push("bottom="+E.iv(q)) +q=s.x +if(q!=null)r.push("left="+E.iv(q)) +q=s.y +if(q!=null)r.push("width="+E.iv(q)) +q=s.z +if(q!=null)r.push("height="+E.iv(q)) +if(r.length===0)r.push("not positioned") +r.push(s.tY(0)) +return C.c.c8(r,"; ")}, +saO(a,b){return this.y=b}, +saw(a,b){return this.z=b}} +K.Aj.prototype={ +i(a){return this.b}} +K.a2z.prototype={ +i(a){return this.b}} +K.zy.prototype={ +eD(a){if(!(a.e instanceof K.ew))a.e=new K.ew(null,null,C.h)}, +a9C(){var s=this +if(s.N!=null)return +s.N=s.W.V(s.a8)}, +scL(a){var s=this +if(s.W.k(0,a))return +s.W=a +s.N=null +s.a4()}, +sbC(a,b){var s=this +if(s.a8==b)return +s.a8=b +s.N=null +s.a4()}, +ba(a){return K.oB(this.Z$,new K.a4Y(a))}, +b3(a){return K.oB(this.Z$,new K.a4W(a))}, +b4(a){return K.oB(this.Z$,new K.a4X(a))}, +b8(a){return K.oB(this.Z$,new K.a4V(a))}, +dz(a){return this.Ds(a)}, +bZ(a){return this.Mv(a,N.EF())}, +Mv(a,b){var s,r,q,p,o,n,m,l,k,j,i=this +i.a9C() +if(i.bI$===0)return new P.D(C.f.G(1/0,a.a,a.b),C.f.G(1/0,a.c,a.d)) +s=a.a +r=a.c +switch(i.az){case C.aQ:q=a.iU() +break +case C.Or:q=S.w3(new P.D(C.f.G(1/0,s,a.b),C.f.G(1/0,r,a.d))) +break +case C.Os:q=a +break +default:q=null}p=i.Z$ +for(o=t.B,n=r,m=s,l=!1;p!=null;){k=p.e +k.toString +o.a(k) +if(!k.gx9()){j=b.$2(p,q) +m=Math.max(m,j.a) +n=Math.max(n,j.b) +l=!0}p=k.T$}return l?new P.D(m,n):new P.D(C.f.G(1/0,s,a.b),C.f.G(1/0,r,a.d))}, +bM(){var s,r,q,p,o,n,m,l=this,k=t.k.a(K.t.prototype.ga1.call(l)) +l.B=!1 +l.rx=l.Mv(k,N.EG()) +s=l.Z$ +for(r=t.B,q=t.EP;s!=null;){p=s.e +p.toString +r.a(p) +if(!p.gx9()){o=l.N +o.toString +n=l.rx +n.toString +m=s.rx +m.toString +p.a=o.mi(q.a(n.a7(0,m)))}else{o=l.rx +o.toString +n=l.N +n.toString +l.B=K.asW(s,p,o,n)||l.B}s=p.T$}}, +cH(a,b){return this.r8(a,b)}, +xz(a,b){this.kW(a,b)}, +aK(a,b){var s,r=this,q=r.aN!==C.o&&r.B,p=r.b_ +if(q){q=r.geT() +s=r.rx +p.saY(0,a.ll(q,b,new P.v(0,0,0+s.a,0+s.b),r.gF6(),r.aN,p.a))}else{p.saY(0,null) +r.kW(a,b)}}, +l(a){this.b_.saY(0,null) +this.lK(0)}, +jB(a){var s +if(this.B){s=this.rx +s=new P.v(0,0,0+s.a,0+s.b)}else s=null +return s}} +K.a4Y.prototype={ +$1(a){return a.al(C.a3,this.a,a.gbg())}, +$S:8} +K.a4W.prototype={ +$1(a){return a.al(C.U,this.a,a.gb9())}, +$S:8} +K.a4X.prototype={ +$1(a){return a.al(C.ax,this.a,a.gbz())}, +$S:8} +K.a4V.prototype={ +$1(a){return a.al(C.aI,this.a,a.gbE())}, +$S:8} +K.RB.prototype={ +aq(a){var s,r,q +this.dE(a) +s=this.Z$ +for(r=t.B;s!=null;){s.aq(a) +q=s.e +q.toString +s=r.a(q).T$}}, +af(a){var s,r,q +this.d_(0) +s=this.Z$ +for(r=t.B;s!=null;){s.af(0) +q=s.e +q.toString +s=r.a(q).T$}}} +K.RC.prototype={} +S.l6.prototype={ +dM(a){return K.aqL(this.a,this.b,a)}} +A.MD.prototype={ +k(a,b){if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof A.MD&&b.a.k(0,this.a)&&b.b===this.b}, +gu(a){return P.a2(this.a,this.b,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return this.a.i(0)+" at "+E.iv(this.b)+"x"}} +A.zz.prototype={ +sqY(a){var s,r,q=this +if(q.r1.k(0,a))return +q.r1=a +s=q.Ni() +r=q.dx +r.a.af(0) +r.saY(0,s) +q.aB() +q.a4()}, +Ni(){var s,r=this.r1.b +r=E.a1h(r,r,1) +this.ry=r +s=T.aty(r) +s.aq(this) +return s}, +t7(){}, +bM(){var s,r=this.r1.a +this.k4=r +s=this.q$ +if(s!=null)s.f5(0,S.w3(r))}, +c0(a,b){var s=this.q$ +if(s!=null)s.c0(S.aqY(a),b) +s=new O.iL(this) +a.jk() +s.b=C.c.gL(a.b) +a.a.push(s) +return!0}, +afm(a){var s,r=H.a([],t._K),q=new E.ap(new Float64Array(16)) +q.cz() +s=new S.h8(r,H.a([q],t.rE),H.a([],t.cR)) +this.c0(s,a) +return s}, +gav(){return!0}, +aK(a,b){var s=this.q$ +if(s!=null)a.dD(s,b)}, +du(a,b){var s=this.ry +s.toString +b.co(0,s) +this.VJ(a,b)}, +ac9(){var s,r,q,p,o,n,m,l,k,j,i,h,g=null +P.pc("Compositing",C.dV,g) +try{s=P.aES() +q=this.dx +r=q.a.abw(s) +p=this.gj2() +o=p.gbk() +n=this.r2 +n.gtA() +m=p.gbk() +n.gtA() +l=q.a +k=t.ev +j=l.Pt(0,new P.l(o.a,0),k) +switch(U.f_()){case C.H:i=q.a.Pt(0,new P.l(m.a,p.d-1-0),k) +break +case C.K:case C.D:case C.E:case C.B:case C.F:i=g +break +default:i=g}q=j==null +if(!q||i!=null){o=q?g:j.f +m=q?g:j.r +q=q?g:j.e +l=i==null +k=l?g:i.a +h=l?g:i.b +X.aFs(new X.ml(k,h,l?g:i.c,q,o,m))}n.b.ai0(r,n) +J.ES(r)}finally{P.pb()}}, +gj2(){var s=this.k4.a_(0,this.r1.b) +return new P.v(0,0,0+s.a,0+s.b)}, +glB(){var s,r=this.ry +r.toString +s=this.k4 +return T.oc(r,new P.v(0,0,0+s.a,0+s.b))}} +A.RD.prototype={ +aq(a){var s +this.dE(a) +s=this.q$ +if(s!=null)s.aq(a)}, +af(a){var s +this.d_(0) +s=this.q$ +if(s!=null)s.af(0)}} +Q.VV.prototype={ +i(a){return this.b}} +Q.m5.prototype={ +i(a){return"RevealedOffset(offset: "+H.c(this.a)+", rect: "+this.b.i(0)+")"}} +Q.t_.prototype={ +eZ(a){this.hf(a) +a.NW(C.xZ)}, +h8(a){var s=this.gCV() +new H.b7(s,new Q.a51(),H.o(s).j("b7")).ai(0,a)}, +shX(a){if(a===this.B)return +this.B=a +this.a4()}, +sacP(a){if(a===this.N)return +this.N=a +this.a4()}, +sh5(a,b){var s=this,r=s.W +if(b===r)return +if(s.b!=null)r.Y(0,s.gxi()) +s.W=b +if(s.b!=null)b.ad(0,s.gxi()) +s.a4()}, +shY(a){var s=this +if(a!==s.b_){s.b_=a +s.aB() +s.ax()}}, +aq(a){this.X5(a) +this.W.ad(0,this.gxi())}, +af(a){this.W.Y(0,this.gxi()) +this.X6(0)}, +ba(a){return 0}, +b3(a){return 0}, +b4(a){return 0}, +b8(a){return 0}, +gav(){return!0}, +afX(a,b,c,d,e,f,g,h,a0,a1,a2){var s,r,q,p,o,n,m,l,k=this,j=G.aJ3(k.W.ry,e),i=f+h +for(s=f,r=0;c!=null;){q=a2<=0?0:a2 +p=Math.max(b,-q) +o=b-p +c.cc(0,new G.mh(k.B,e,j,q,r,i-s,Math.max(0,a1-s+f),d,k.N,g,p,Math.max(0,a0+o)),!0) +n=c.k4 +m=n.z +if(m!=null)return m +l=s+n.b +if(n.x||a2>0)k.Sb(c,l,e) +else k.Sb(c,-a2+f,e) +i=Math.max(l+n.c,i) +m=n.a +a2-=m +r+=m +s+=n.d +m=n.Q +if(m!==0){a0-=m-o +b=Math.min(p+m,0)}k.aiK(e,n) +c=a.$1(c)}return 0}, +jB(a){var s,r,q,p=this.rx,o=0+p.a,n=0+p.b +p=t.r +if(p.a(K.t.prototype.ga1.call(a)).f===0||!isFinite(p.a(K.t.prototype.ga1.call(a)).z))return new P.v(0,0,o,n) +s=p.a(K.t.prototype.ga1.call(a)).z-p.a(K.t.prototype.ga1.call(a)).r+p.a(K.t.prototype.ga1.call(a)).f +switch(G.kZ(this.B,p.a(K.t.prototype.ga1.call(a)).b)){case C.C:r=0+s +q=0 +break +case C.G:n-=s +q=0 +r=0 +break +case C.P:q=0+s +r=0 +break +case C.M:o-=s +q=0 +r=0 +break +default:q=0 +r=0}return new P.v(q,r,o,n)}, +Dw(a){var s,r=this,q=r.az +if(q==null){q=r.rx +return new P.v(0,0,0+q.a,0+q.b)}switch(G.br(r.B)){case C.m:s=r.rx +return new P.v(0,0-q,0+s.a,0+s.b+q) +case C.p:s=r.rx +return new P.v(0-q,0,0+s.a+q,0+s.b)}}, +aK(a,b){var s,r,q,p=this +if(p.Z$==null)return +s=p.gafd()&&p.b_!==C.o +r=p.b6 +if(s){s=p.geT() +q=p.rx +r.saY(0,a.ll(s,b,new P.v(0,0,0+q.a,0+q.b),p.ga7G(),p.b_,r.a))}else{r.saY(0,null) +p.L8(a,b)}}, +l(a){this.b6.saY(0,null) +this.lK(0)}, +L8(a,b){var s,r,q,p,o +for(s=new P.dr(this.gCV().a()),r=b.a,q=b.b;s.t();){p=s.gE(s) +if(p.k4.x){o=this.R9(p) +a.dD(p,new P.l(r+o.a,q+o.b))}}}, +cH(a,b){var s,r,q,p,o=this,n={} +n.a=n.b=null +switch(G.br(o.B)){case C.m:n.b=b.b +n.a=b.a +break +case C.p:n.b=b.a +n.a=b.b +break}s=new G.tw(a.a,a.b,a.c) +for(r=new P.dr(o.gOh().a());r.t();){q=r.gE(r) +if(!q.k4.x)continue +p=new E.ap(new Float64Array(16)) +p.cz() +o.du(q,p) +if(a.aaZ(new Q.a50(n,o,q,s),p))return!0}return!1}, +n1(a,a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=null,b=a instanceof G.dB +for(s=t.d,r=c,q=a,p=0;q.gak(q)!==d;q=o){o=q.gak(q) +o.toString +s.a(o) +if(q instanceof S.y)r=q +if(o instanceof G.dB){n=o.CU(q) +n.toString +p+=n}else{p=0 +b=!1}}if(r!=null){s=r.gak(r) +s.toString +t.nl.a(s) +m=t.r.a(K.t.prototype.ga1.call(s)).b +switch(G.br(d.B)){case C.p:l=r.rx.a +break +case C.m:l=r.rx.b +break +default:l=c}if(a1==null)a1=a.gj2() +k=T.oc(a.ds(0,r),a1)}else{if(b){t.nl.a(a) +s=t.r +m=s.a(K.t.prototype.ga1.call(a)).b +l=a.k4.a +if(a1==null)switch(G.br(d.B)){case C.p:a1=new P.v(0,0,0+l,0+s.a(K.t.prototype.ga1.call(a)).x) +break +case C.m:a1=new P.v(0,0,0+s.a(K.t.prototype.ga1.call(a)).x,0+a.k4.a) +break}}else{s=d.W.cx +s.toString +a1.toString +return new Q.m5(s,a1)}k=a1}t.nl.a(q) +switch(G.kZ(d.B,m)){case C.G:s=k.d +p+=l-s +j=s-k.b +break +case C.P:s=k.a +p+=s +j=k.c-s +break +case C.C:s=k.b +p+=s +j=k.d-s +break +case C.M:s=k.c +p+=l-s +j=s-k.a +break +default:j=c}q.k4.toString +p=d.Th(q,p) +i=T.oc(a.ds(0,d),a1) +h=d.agd(q) +switch(t.r.a(K.t.prototype.ga1.call(q)).b){case C.cf:p-=h +break +case C.dK:switch(G.br(d.B)){case C.m:p-=i.d-i.b +break +case C.p:p-=i.c-i.a +break}break}s=d.B +switch(G.br(s)){case C.p:g=d.rx.a-h +break +case C.m:g=d.rx.b-h +break +default:g=c}f=p-(g-j)*a0 +o=d.W.cx +o.toString +e=o-f +switch(s){case C.C:i=i.an(0,0,e) +break +case C.P:i=i.an(0,e,0) +break +case C.G:i=i.an(0,0,-e) +break +case C.M:i=i.an(0,-e,0) +break}return new Q.m5(f,i)}, +aca(a,b,c){switch(G.kZ(this.B,c)){case C.G:return new P.l(0,this.rx.b-(b+a.k4.c)) +case C.P:return new P.l(b,0) +case C.C:return new P.l(0,b) +case C.M:return new P.l(this.rx.a-(b+a.k4.c),0)}}, +eE(a,b,c,d){var s=this +if(!s.W.f.gmh())return s.u2(a,b,c,d) +s.u2(a,null,c,Q.asX(a,b,c,s.W,d,s))}, +pz(){return this.eE(C.b1,null,C.A,null)}, +n9(a){return this.eE(C.b1,null,C.A,a)}, +na(a,b,c){return this.eE(a,null,b,c)}, +$iKq:1} +Q.a51.prototype={ +$1(a){var s=a.k4 +return s.x||s.Q>0}, +$S:276} +Q.a50.prototype={ +$1(a){var s=this,r=s.c,q=s.a,p=s.b.acd(r,q.b) +return r.Q1(s.d,q.a,p)}, +$S:132} +Q.KO.prototype={ +eD(a){if(!(a.e instanceof G.ku))a.e=new G.ku(null,null)}, +gNC(){var s=this.h_ +return s==null?H.f(H.u("_maxScrollExtent")):s}, +gBM(){var s=this.jJ +return s==null?H.f(H.u("_shrinkWrapExtent")):s}, +bM(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=t.k.a(K.t.prototype.ga1.call(d)) +if(d.Z$==null){switch(G.br(d.B)){case C.m:d.rx=new P.D(c.b,c.c) +break +case C.p:d.rx=new P.D(c.a,c.d) +break}d.W.vU(0) +d.jJ=d.h_=0 +d.jK=!1 +d.W.vT(0,0) +return}switch(G.br(d.B)){case C.m:s=c.d +r=c.b +break +case C.p:s=c.b +r=c.d +break +default:s=null +r=null}q=d.gabQ() +p=c.a +o=c.b +n=c.c +m=c.d +l=null +do{k=d.W.cx +k.toString +d.jJ=d.h_=0 +d.jK=!1 +j=d.Z$ +i=Math.max(0,k) +h=Math.min(0,k) +k=Math.max(0,-k) +g=d.a8 +f=d.afX(q,-g,j,r,C.cf,k,s,h,s+2*g,s,i) +if(f!==0)d.W.acJ(f) +else{switch(G.br(d.B)){case C.m:l=C.d.G(d.gBM(),n,m) +break +case C.p:l=C.d.G(d.gBM(),p,o) +break}d.W.vU(l) +e=d.W.vT(0,Math.max(0,d.gNC()-l)) +if(e)break}}while(!0) +switch(G.br(d.B)){case C.m:d.rx=new P.D(C.d.G(r,p,o),C.d.G(l,n,m)) +break +case C.p:d.rx=new P.D(C.d.G(l,p,o),C.d.G(r,n,m)) +break}}, +gafd(){return this.jK}, +aiK(a,b){var s=this +s.h_=s.gNC()+b.a +if(b.y)s.jK=!0 +s.jJ=s.gBM()+b.e}, +Sb(a,b,c){var s=a.e +s.toString +t.Xp.a(s).a=b}, +R9(a){var s=a.e +s.toString +s=t.Xp.a(s).a +s.toString +return this.aca(a,s,C.cf)}, +Th(a,b){var s,r,q,p=this.Z$ +for(s=H.o(this).j("ac.1"),r=0;p!==a;){r+=p.k4.a +q=p.e +q.toString +p=s.a(q).T$}return r+b}, +agd(a){var s,r,q=this.Z$ +for(s=H.o(this).j("ac.1");q!==a;){q.k4.toString +r=q.e +r.toString +q=s.a(r).T$}return 0}, +du(a,b){var s=this.R9(t.nl.a(a)) +b.an(0,s.a,s.b)}, +acd(a,b){var s,r=a.e +r.toString +t.Xp.a(r) +s=t.r +switch(G.kZ(s.a(K.t.prototype.ga1.call(a)).a,s.a(K.t.prototype.ga1.call(a)).b)){case C.C:case C.P:r=r.a +r.toString +return b-r +case C.G:s=this.rx.b +r=r.a +r.toString +return s-b-r +case C.M:s=this.rx.a +r=r.a +r.toString +return s-b-r}}, +gCV(){var s=this +return P.ca(function(){var r=0,q=1,p,o,n,m +return function $async$gCV(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:m=s.dj$ +o=H.o(s).j("ac.1") +case 2:if(!(m!=null)){r=3 +break}r=4 +return m +case 4:n=m.e +n.toString +m=o.a(n).bx$ +r=2 +break +case 3:return P.c8() +case 1:return P.c9(p)}}},t.nl)}, +gOh(){var s=this +return P.ca(function(){var r=0,q=1,p,o,n,m +return function $async$gOh(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:m=s.Z$ +o=H.o(s).j("ac.1") +case 2:if(!(m!=null)){r=3 +break}r=4 +return m +case 4:n=m.e +n.toString +m=o.a(n).T$ +r=2 +break +case 3:return P.c8() +case 1:return P.c9(p)}}},t.nl)}} +Q.jt.prototype={ +aq(a){var s,r,q +this.dE(a) +s=this.Z$ +for(r=H.o(this).j("jt.0");s!=null;){s.aq(a) +q=s.e +q.toString +s=r.a(q).T$}}, +af(a){var s,r,q +this.d_(0) +s=this.Z$ +for(r=H.o(this).j("jt.0");s!=null;){s.af(0) +q=s.e +q.toString +s=r.a(q).T$}}} +N.zS.prototype={ +i(a){return this.b}} +N.fV.prototype={ +rY(a,b,c,d){var s=d.a===C.A.a +if(s){this.li(b) +return P.dK(null,t.H)}else return this.jr(b,c,d)}, +i(a){var s=this,r=H.a([],t.s) +s.Wc(r) +r.push(H.C(s.r).i(0)) +r.push(s.f.i(0)) +r.push(H.c(s.k1)) +r.push(s.ry.i(0)) +return"#"+Y.bY(s)+"("+C.c.c8(r,", ")+")"}, +d2(a){var s=this.cx +if(s!=null)a.push("offset: "+C.d.a6(s,1))}} +N.jv.prototype={ +aih(){this.f.cG(0,this.a.$0())}} +N.uq.prototype={} +N.oG.prototype={ +i(a){return this.b}} +N.i7.prototype={ +aaX(a){var s=this.a$ +s.push(a) +if(s.length===1){s=$.be().b +s.dx=this.ga2M() +s.dy=$.Y}}, +RI(a){var s=this.a$ +C.c.v(s,a) +if(s.length===0){s=$.be().b +s.dx=null +s.dy=$.Y}}, +a2N(a){var s,r,q,p,o,n,m,l,k=this.a$,j=P.bo(k,!0,t.xt) +for(p=j.length,o=0;o"));++p.d +s=p.b.length +if(o===s){r=s*2+1 +if(r<7)r=7 +q=P.aj(r,null,!1,p.$ti.j("1?")) +C.c.cZ(q,0,p.c,p.b) +p.b=q}p.a0A(new N.jv(a,b.a,null,null,new P.aC(n,c.j("aC<0>")),c.j("jv<0>")),p.c++) +if(o===0&&this.a<=0)this.Aq() +return n}, +Aq(){if(this.e$)return +this.e$=!0 +P.bX(C.A,this.ga8R())}, +a8S(){this.e$=!1 +if(this.aeK())this.Aq()}, +aeK(){var s,r,q,p,o,n,m=this,l="No element",k=m.d$,j=k.c===0 +if(j||m.a>0)return!1 +if(j)H.f(P.V(l)) +s=k.uy(0) +j=s.b +if(m.c$.$2$priority$scheduler(j,m)){try{if(k.c===0)H.f(P.V(l));++k.d +k.uy(0) +p=k.c-1 +o=k.uy(p) +C.c.p(k.b,p,null) +k.c=p +if(p>0)k.a0z(o,0) +s.aih()}catch(n){r=H.a0(n) +q=H.ax(n) +j=U.aZ("during a task callback") +U.d6(new U.bp(r,q,"scheduler library",j,null,!1))}return k.c!==0}return!1}, +tL(a,b){var s,r=this +r.je() +s=++r.f$ +r.r$.p(0,s,new N.uq(a)) +return r.f$}, +G9(a){return this.tL(a,!1)}, +gadK(){var s=this +if(s.Q$==null){if(s.cx$===C.cp)s.je() +s.Q$=new P.aC(new P.a3($.Y,t.U),t.h) +s.z$.push(new N.a5M(s))}return s.Q$.a}, +gEh(){return this.cy$}, +M8(a){if(this.cy$===a)return +this.cy$=a +if(a)this.je()}, +DT(){switch(this.cx$){case C.cp:case C.xx:this.je() +return +case C.xv:case C.xw:case C.d4:return}}, +je(){var s,r=this +if(!r.ch$)s=!(N.i7.prototype.gEh.call(r)&&r.d5$) +else s=!0 +if(s)return +s=$.be().b +if(s.x==null){s.x=r.ga3Z() +s.y=$.Y}if(s.z==null){s.z=r.ga4k() +s.Q=$.Y}s.je() +r.ch$=!0}, +Td(){var s=this +if(!(N.i7.prototype.gEh.call(s)&&s.d5$))return +if(s.ch$)return +$.be().b.je() +s.ch$=!0}, +Gb(){var s,r=this +if(r.db$||r.cx$!==C.cp)return +r.db$=!0 +P.pc("Warm-up frame",null,null) +s=r.ch$ +P.bX(C.A,new N.a5O(r)) +P.bX(C.A,new N.a5P(r,s)) +r.ag8(new N.a5Q(r))}, +ai6(){var s=this +s.dy$=s.HI(s.fr$) +s.dx$=null}, +HI(a){var s=this.dx$,r=s==null?C.A:new P.aH(a.a-s.a) +return P.cV(C.d.aW(r.a/$.avd)+this.dy$.a,0)}, +a4_(a){if(this.db$){this.id$=!0 +return}this.PI(a)}, +a4l(){var s=this +if(s.id$){s.id$=!1 +s.z$.push(new N.a5L(s)) +return}s.PL()}, +PI(a){var s,r,q=this +P.pc("Frame",C.dV,null) +if(q.dx$==null)q.dx$=a +r=a==null +q.fx$=q.HI(r?q.fr$:a) +if(!r)q.fr$=a +q.ch$=!1 +try{P.pc("Animate",C.dV,null) +q.cx$=C.xv +s=q.r$ +q.r$=P.A(t.S,t.h1) +J.iz(s,new N.a5N(q)) +q.x$.aP(0)}finally{q.cx$=C.xw}}, +PL(){var s,r,q,p,o,n,m,l=this +P.pb() +try{l.cx$=C.d4 +for(p=l.y$,o=p.length,n=0;n1e4)b=1e4*C.f.gyO(b) +return new V.K9(this.a+b)}, +a7(a,b){return this.P(0,-b)}} +M.tV.prototype={ +scJ(a,b){var s,r=this +if(b===r.b)return +r.b=b +if(b)r.FF() +else{s=r.a!=null&&r.e==null +if(s)r.e=$.bL.tL(r.gBW(),!1)}}, +gafO(){if(this.a==null)return!1 +if(this.b)return!1 +var s=$.bL +s.toString +if(N.i7.prototype.gEh.call(s)&&s.d5$)return!0 +if($.bL.cx$!==C.cp)return!0 +return!1}, +fJ(a){var s,r,q=this +q.a=new M.pa(new P.aC(new P.a3($.Y,t.U),t.h)) +if(!q.b)s=q.e==null +else s=!1 +if(s)q.e=$.bL.tL(q.gBW(),!1) +s=$.bL +r=s.cx$.a +if(r>0&&r<4){s=s.fx$ +s.toString +q.c=s}s=q.a +s.toString +return s}, +pD(a,b){var s=this,r=s.a +if(r==null)return +s.c=s.a=null +s.FF() +if(b)r.I5(s) +else r.MV()}, +ee(a){return this.pD(a,!1)}, +aa_(a){var s,r=this +r.e=null +s=r.c +if(s==null)s=r.c=a +r.d.$1(new P.aH(a.a-s.a)) +if(!r.b&&r.a!=null&&r.e==null)r.e=$.bL.tL(r.gBW(),!0)}, +FF(){var s,r=this.e +if(r!=null){s=$.bL +s.r$.v(0,r) +s.x$.H(0,r) +this.e=null}}, +l(a){var s=this,r=s.a +if(r!=null){s.a=null +s.FF() +r.I5(s)}}, +aiu(a,b){var s +""+"Ticker(" +s=""+"Ticker()" +return s.charCodeAt(0)==0?s:s}, +i(a){return this.aiu(a,!1)}} +M.pa.prototype={ +MV(){this.c=!0 +this.a.em(0) +var s=this.b +if(s!=null)s.em(0)}, +I5(a){var s +this.c=!1 +s=this.b +if(s!=null)s.iF(new M.AI(a))}, +aiV(a){var s,r,q=this,p=new M.a9A(a) +if(q.b==null){s=q.b=new P.aC(new P.a3($.Y,t.U),t.h) +r=q.c +if(r!=null)if(r)s.em(0) +else s.iF(C.SC)}q.b.a.eA(0,p,p,t.H)}, +o3(a,b){return this.a.a.o3(a,b)}, +ju(a){return this.o3(a,null)}, +eA(a,b,c,d){return this.a.a.eA(0,b,c,d)}, +bD(a,b,c){return this.eA(a,b,null,c)}, +h9(a){return this.a.a.h9(a)}, +i(a){var s="#"+Y.bY(this)+"(",r=this.c +if(r==null)r="active" +else r=r?"complete":"canceled" +return s+r+")"}, +$ia9:1} +M.a9A.prototype={ +$1(a){this.a.$0()}, +$S:30} +M.AI.prototype={ +i(a){var s=this.a +if(s!=null)return"This ticker was canceled: "+s.i(0) +return'The ticker was canceled before the "orCancel" property was first used.'}, +$ibQ:1} +N.a6d.prototype={ +gzt(){var s=this.Po$ +return s==null?H.f(H.u("_accessibilityFeatures")):s}} +A.A2.prototype={ +i(a){return"SemanticsTag("+this.a+")"}, +gaT(a){return this.a}} +A.cG.prototype={ +P(a,b){var s,r,q,p,o,n,m=this.a,l=m.length +if(l===0)return b +s=b.a +if(s.length===0)return this +r=m+s +q=P.bo(this.b,!0,t.u1) +m=b.b +s=m.length +if(s!==0)for(p=0;p=0;--o)r[o]=n[q-o-1].e}n=a3.k1 +m=n.length +if(m!==0){l=new Int32Array(m) +for(o=0;o0?r[n-1].y1:null +if(n!==0)if(J.a_(l)===J.a_(o)){if(l!=null)o.toString +k=!0}else k=!1 +else k=!0 +if(!k&&p.length!==0){if(o!=null){if(!!p.immutable$list)H.f(P.S("sort")) +h=p.length-1 +if(h-0<=32)H.LO(p,0,h,J.aoB()) +else H.LN(p,0,h,J.aoB())}C.c.O(q,p) +C.c.sn(p,0)}p.push(new A.kS(m,l,n))}if(o!=null)C.c.il(p) +C.c.O(q,p) +h=t.rB +return P.as(new H.at(q,new A.a6r(),h),!0,h.j("ba.E"))}, +Tm(a){if(this.b==null)return +C.kZ.pt(0,a.S5(this.e))}, +cD(){return"SemanticsNode#"+this.e}, +aip(a,b,c){return new A.RV(a,this,b,!0,!0,null,c)}, +S2(a){return this.aip(C.FU,null,a)}} +A.a6t.prototype={ +$1(a){var s,r,q=this.a +q.a=q.a|a.k1 +q.b=q.b|a.go +if(q.x==null)q.x=a.x2 +if(q.z==null)q.z=a.y2 +if(q.Q==null)q.Q=a.am +if(q.ch==null)q.ch=a.aF +if(q.cx==null)q.cx=a.a3 +if(q.cy==null)q.cy=a.a5 +if(q.db==null)q.db=a.ao +if(q.dx==null)q.dx=a.ar +q.dy=a.aj +if(q.fr==null)q.fr=a.b7 +s=q.d +if(s.a==="")q.d=a.k3 +s=q.e +if(s.a==="")q.e=a.r1 +s=q.f +if(s.a==="")q.f=a.k4 +s=a.id +if(s!=null){r=q.y;(r==null?q.y=P.aT(t.g3):r).O(0,s)}for(s=this.b.fy,s=s.gaA(s),s=s.gX(s),r=this.c;s.t();)r.H(0,A.arb(s.gE(s))) +a.x1!=null +s=q.c +r=q.x +q.c=A.ajr(a.k2,a.x2,s,r) +r=q.r +s=q.x +q.r=A.ajr(a.r2,a.x2,r,s) +q.fx=Math.max(q.fx,a.ry+a.rx) +return!0}, +$S:84} +A.a6r.prototype={ +$1(a){return a.a}, +$S:280} +A.kK.prototype={ +bQ(a,b){return C.d.bQ(this.b,b.b)}, +$ic4:1} +A.is.prototype={ +bQ(a,b){return C.d.bQ(this.a,b.a)}, +TY(){var s,r,q,p,o,n,m,l,k,j=H.a([],t.rF) +for(s=this.c,r=s.length,q=0;q") +return P.as(new H.jS(n,new A.ahK(),s),!0,s.j("p.E"))}, +TX(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=this.c,a4=a3.length +if(a4<=1)return a3 +s=t.S +r=P.A(s,t.bu) +q=P.A(s,s) +for(p=this.b,o=p===C.q,p=p===C.l,n=a4,m=0;m2.356194490192345 +else a0=!1 +if(a||a0)q.p(0,l.e,f.e)}}a1=H.a([],t.t) +a2=H.a(a3.slice(0),H.aq(a3)) +C.c.fI(a2,new A.ahG()) +new H.at(a2,new A.ahH(),H.aq(a2).j("at<1,q>")).ai(0,new A.ahJ(P.aT(s),q,a1)) +a3=t.qn +a3=P.as(new H.at(a1,new A.ahI(r),a3),!0,a3.j("ba.E")) +a4=H.aq(a3).j("bB<1>") +return P.as(new H.bB(a3,a4),!0,a4.j("ba.E"))}} +A.ahK.prototype={ +$1(a){return a.TX()}, +$S:128} +A.ahG.prototype={ +$2(a,b){var s,r,q=a.x,p=A.pL(a,new P.l(q.a,q.b)) +q=b.x +s=A.pL(b,new P.l(q.a,q.b)) +r=C.d.bQ(p.b,s.b) +if(r!==0)return-r +return-C.d.bQ(p.a,s.a)}, +$S:83} +A.ahJ.prototype={ +$1(a){var s=this,r=s.a +if(r.A(0,a))return +r.H(0,a) +r=s.b +if(r.aL(0,a)){r=r.h(0,a) +r.toString +s.$1(r)}s.c.push(a)}, +$S:48} +A.ahH.prototype={ +$1(a){return a.e}, +$S:283} +A.ahI.prototype={ +$1(a){var s=this.a.h(0,a) +s.toString +return s}, +$S:284} +A.ajo.prototype={ +$1(a){return a.TY()}, +$S:128} +A.kS.prototype={ +bQ(a,b){var s,r=this.b +if(r==null||b.b==null)return this.c-b.c +r.toString +s=b.b +s.toString +return r.bQ(0,s)}, +$ic4:1} +A.t7.prototype={ +l(a){var s=this +s.a.aP(0) +s.b.aP(0) +s.c.aP(0) +s.hK(0)}, +Tn(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=f.a +if(e.a===0)return +s=P.aT(t.S) +r=H.a([],t.W) +for(q=t.LQ,p=H.o(e).j("b7"),o=p.j("p.E"),n=f.c;e.a!==0;){m=P.as(new H.b7(e,new A.a6w(f),p),!0,o) +e.aP(0) +n.aP(0) +l=new A.a6x() +if(!!m.immutable$list)H.f(P.S("sort")) +k=m.length-1 +if(k-0<=32)H.LO(m,0,k,l) +else H.LN(m,0,k,l) +C.c.O(r,m) +for(l=m.length,j=0;j#"+Y.bY(this)}} +A.a6w.prototype={ +$1(a){return!this.a.c.A(0,a)}, +$S:84} +A.a6x.prototype={ +$2(a,b){return a.a-b.a}, +$S:83} +A.a6y.prototype={ +$2(a,b){return a.a-b.a}, +$S:83} +A.a6v.prototype={ +$1(a){if(a.fx.aL(0,this.b)){this.a.a=a +return!1}return!0}, +$S:84} +A.a6e.prototype={ +lP(a,b){var s=this +s.e.p(0,a,b) +s.f=s.f|a.a +s.d=!0}, +fd(a,b){this.lP(a,new A.a6f(b))}, +sj0(a){a.toString +this.fd(C.ej,a) +this.r=a}, +sj_(a){a.toString +this.fd(C.xF,a)}, +soW(a){this.fd(C.em,a)}, +soP(a){this.fd(C.MW,a)}, +soX(a){this.fd(C.en,a)}, +soY(a){this.fd(C.ek,a)}, +soV(a){this.fd(C.el,a)}, +st4(a){this.fd(C.xG,a)}, +st2(a){this.fd(C.xE,a)}, +soM(a,b){this.fd(C.MY,b)}, +soN(a,b){this.fd(C.N1,b)}, +soU(a,b){this.fd(C.MS,b)}, +soS(a){this.lP(C.MZ,new A.a6i(a))}, +soQ(a){this.lP(C.MQ,new A.a6g(a))}, +soT(a){this.lP(C.N_,new A.a6j(a))}, +soR(a){this.lP(C.MR,new A.a6h(a))}, +soZ(a){this.lP(C.MT,new A.a6k(a))}, +sp_(a){this.lP(C.MU,new A.a6l(a))}, +soO(a){this.fd(C.MX,a)}, +st3(a){this.fd(C.N0,a)}, +sTf(a){if(a==this.ry)return +this.ry=a +this.d=!0}, +sTg(a){if(a==this.x1)return +this.x1=a +this.d=!0}, +sahm(a){if(a===this.x2)return +this.x2=a +this.d=!0}, +srU(a){return}, +so9(a){if(a==this.y2)return +this.y2=a +this.d=!0}, +sl_(a,b){if(b===this.b7)return +this.b7=b +this.d=!0}, +NW(a){var s=this.bT;(s==null?this.bT=P.aT(t.g3):s).H(0,a)}, +bt(a,b){var s=this,r=s.bF,q=a.a +if(b)s.bF=r|q +else s.bF=r&~q +s.d=!0}, +Qr(a){var s,r=this +if(a==null||!a.d||!r.d)return!0 +if((r.f&a.f)!==0)return!1 +if((r.bF&a.bF)!==0)return!1 +if(r.x2!=null&&a.x2!=null)return!1 +if(r.y2!=null&&a.y2!=null)return!1 +if(r.a3.a.length!==0)s=a.a3.a.length!==0 +else s=!1 +if(s)return!1 +return!0}, +qD(a){var s,r,q=this +if(!a.d)return +q.e.O(0,a.e) +q.am.O(0,a.am) +q.f=q.f|a.f +q.bF=q.bF|a.bF +if(q.C==null)q.C=a.C +if(q.ag==null)q.ag=a.ag +if(q.bs==null)q.bs=a.bs +if(q.bX==null)q.bX=a.bX +if(q.aj==null)q.aj=a.aj +if(q.rx==null)q.rx=a.rx +if(q.x1==null)q.x1=a.x1 +if(q.ry==null)q.ry=a.ry +if(q.x2==null)q.x2=a.x2 +q.y1=a.y1 +if(q.y2==null)q.y2=a.y2 +s=q.q +if(s==null){s=q.q=a.q +q.d=!0}if(q.r2==null)q.r2=a.r2 +r=q.aF +q.aF=A.ajr(a.aF,a.q,r,s) +s=q.a3 +if(s.a==="")q.a3=a.a3 +s=q.ao +if(s.a==="")q.ao=a.ao +s=q.a5 +if(s.a==="")q.a5=a.a5 +s=q.ar +r=q.q +q.ar=A.ajr(a.ar,a.q,s,r) +q.bc=Math.max(q.bc,a.bc+a.b7) +q.d=q.d||a.d}, +D5(a){var s=this,r=A.oL() +r.a=s.a +r.b=s.b +r.c=s.c +r.d=s.d +r.a2=s.a2 +r.q=s.q +r.r2=s.r2 +r.aF=s.aF +r.ao=s.ao +r.a3=s.a3 +r.a5=s.a5 +r.ar=s.ar +r.aj=s.aj +r.b7=s.b7 +r.bc=s.bc +r.bF=s.bF +r.bT=s.bT +r.C=s.C +r.ag=s.ag +r.bs=s.bs +r.bX=s.bX +r.f=s.f +r.rx=s.rx +r.x1=s.x1 +r.ry=s.ry +r.x2=s.x2 +r.y1=s.y1 +r.y2=s.y2 +r.e.O(0,s.e) +r.am.O(0,s.am) +return r}} +A.a6f.prototype={ +$1(a){this.a.$0()}, +$S:10} +A.a6i.prototype={ +$1(a){a.toString +this.a.$1(H.vh(a))}, +$S:10} +A.a6g.prototype={ +$1(a){a.toString +this.a.$1(H.vh(a))}, +$S:10} +A.a6j.prototype={ +$1(a){a.toString +this.a.$1(H.vh(a))}, +$S:10} +A.a6h.prototype={ +$1(a){a.toString +this.a.$1(H.vh(a))}, +$S:10} +A.a6k.prototype={ +$1(a){var s,r,q +a.toString +s=J.apN(t.f.a(a),t.N,t.S) +r=s.h(0,"base") +r.toString +q=s.h(0,"extent") +q.toString +this.a.$1(X.dF(C.n,r,q,!1))}, +$S:10} +A.a6l.prototype={ +$1(a){a.toString +this.a.$1(H.d3(a))}, +$S:10} +A.X_.prototype={ +i(a){return this.b}} +A.t8.prototype={ +bQ(a,b){var s=this.ads(b) +return s}, +$ic4:1, +gaT(a){return this.a}} +A.on.prototype={ +ads(a){var s=a.b===this.b +if(s)return 0 +return C.f.bQ(this.b,a.b)}} +A.RU.prototype={} +A.RW.prototype={} +A.RX.prototype={} +E.a6n.prototype={ +S5(a){var s=P.aJ(["type",this.a,"data",this.tF()],t.N,t.z) +if(a!=null)s.p(0,"nodeId",a) +return s}, +aiq(){return this.S5(null)}, +i(a){var s,r,q=H.a([],t.s),p=this.tF(),o=p.gaA(p),n=P.as(o,!0,H.o(o).j("p.E")) +C.c.il(n) +for(o=n.length,s=0;s#"+Y.bY(this)+"()"}} +Q.VW.prototype={ +lk(a,b){if(b)return this.a.bN(0,a,new Q.VX(this,a)) +return this.GR(a,!0)}, +ag5(a){return this.lk(a,!0)}, +ag7(a,b,c){var s,r={},q=this.b +if(q.aL(0,a)){r=q.h(0,a) +r.toString +return c.j("a9<0>").a(r)}r.a=r.b=null +this.lk(a,!1).bD(0,b,c).bD(0,new Q.VY(r,this,a,c),t.H) +s=r.a +if(s!=null)return s +s=new P.a3($.Y,c.j("a3<0>")) +r.b=new P.aC(s,c.j("aC<0>")) +q.p(0,a,s) +return r.b.a}} +Q.VX.prototype={ +$0(){return this.a.GR(this.b,!0)}, +$S:285} +Q.VY.prototype={ +$1(a){var s=this,r=new O.cD(a,s.d.j("cD<0>")),q=s.a +q.a=r +s.b.b.p(0,s.c,r) +q=q.b +if(q!=null)q.cG(0,a)}, +$S(){return this.d.j("aA(0)")}} +Q.a39.prototype={ +dU(a,b){return this.ag4(0,b)}, +ag4(a,b){var s=0,r=P.K(t.V4),q,p,o +var $async$dU=P.G(function(c,d){if(c===1)return P.H(d,r) +while(true)switch(s){case 0:p=C.c5.dJ(P.aH7(P.Tl(C.j7,b,C.ag,!1)).e) +s=3 +return P.L($.hq.gAc().yA(0,"flutter/assets",H.k6(p.buffer,0,null)),$async$dU) +case 3:o=d +if(o==null)throw H.b(U.Hy("Unable to load asset: "+b)) +q=o +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$dU,r)}} +F.Vx.prototype={ +mX(){return P.aJ(["uniqueIdentifier",this.a,"hints",this.b,"editingValue",this.c.xW()],t.N,t.z)}} +Q.VC.prototype={} +N.A4.prototype={ +gqg(){var s=this.cB$ +return s==null?H.f(H.u("_keyEventManager")):s}, +gAc(){var s=this.di$ +return s==null?H.f(H.u("_defaultBinaryMessenger")):s}, +rK(){}, +lc(a){return this.af5(a)}, +af5(a){var s=0,r=P.K(t.H),q,p=this +var $async$lc=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:switch(H.d3(J.aL(t.c.a(a),"type"))){case"memoryPressure":p.rK() +break}s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$lc,r)}, +lQ(){var $async$lQ=P.G(function(a,b){switch(a){case 2:n=q +s=n.pop() +break +case 1:o=b +s=p}while(true)switch(s){case 0:l=new P.a3($.Y,t.fB) +k=new P.aC(l,t.pN) +j=t.v7 +m.Ga(new N.a6F(k),C.xi,j) +s=3 +return P.Er(l,$async$lQ,r) +case 3:l=new P.a3($.Y,t.ND) +m.Ga(new N.a6G(new P.aC(l,t.r7),k),C.xi,j) +s=4 +return P.Er(l,$async$lQ,r) +case 4:i=P +s=6 +return P.Er(l,$async$lQ,r) +case 6:s=5 +q=[1] +return P.Er(P.ao9(i.aFo(b,t.hz)),$async$lQ,r) +case 5:case 1:return P.Er(null,0,r) +case 2:return P.Er(o,1,r)}}) +var s=0,r=P.aIn($async$lQ,t.hz),q,p=2,o,n=[],m=this,l,k,j,i +return P.aIT(r)}, +ahH(){if(this.b$!=null)return +$.be() +var s=N.at7("AppLifecycleState.resumed") +if(s!=null)this.wN(s)}, +AQ(a){return this.a4N(a)}, +a4N(a){var s=0,r=P.K(t.ob),q,p=this,o +var $async$AQ=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:a.toString +o=N.at7(a) +o.toString +p.wN(o) +q=null +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$AQ,r)}, +AR(a){return this.a5e(a)}, +a5e(a){var s=0,r=P.K(t.H) +var $async$AR=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:t.j.a(a.b) +return P.I(null,r)}}) +return P.J($async$AR,r)}, +gqu(){var s=this.cg$ +return s==null?H.f(H.u("_restorationManager")):s}} +N.a6F.prototype={ +$0(){var s=0,r=P.K(t.P),q=this,p +var $async$$0=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:p=$.UU().lk("NOTICES",!1) +q.a.cG(0,p) +return P.I(null,r)}}) +return P.J($async$$0,r)}, +$S:70} +N.a6G.prototype={ +$0(){var s=0,r=P.K(t.P),q=this,p,o,n +var $async$$0=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:p=q.a +o=U +n=N.aJr() +s=2 +return P.L(q.b.a,$async$$0) +case 2:p.cG(0,o.Ut(n,b,"parseLicenses",t.N,t.qC)) +return P.I(null,r)}}) +return P.J($async$$0,r)}, +$S:70} +N.adi.prototype={ +yA(a,b,c){var s=new P.a3($.Y,t.gg) +$.bs().a95(b,c,H.aCV(new N.adj(new P.aC(s,t.yB)))) +return s}, +Gs(a,b){if(b==null){a=$.UT().a.h(0,a) +if(a!=null)a.e=null}else $.UT().Ty(a,new N.adk(b))}} +N.adj.prototype={ +$1(a){var s,r,q,p +try{this.a.cG(0,a)}catch(q){s=H.a0(q) +r=H.ax(q) +p=U.aZ("during a platform message response callback") +U.d6(new U.bp(s,r,"services library",p,null,!1))}}, +$S:26} +N.adk.prototype={ +$2(a,b){return this.Ss(a,b)}, +Ss(a,b){var s=0,r=P.K(t.H),q=1,p,o=[],n=this,m,l,k,j,i,h +var $async$$2=P.G(function(c,d){if(c===1){p=d +s=q}while(true)switch(s){case 0:i=null +q=3 +s=6 +return P.L(n.a.$1(a),$async$$2) +case 6:i=d +o.push(5) +s=4 +break +case 3:q=2 +h=p +m=H.a0(h) +l=H.ax(h) +j=U.aZ("during a platform message callback") +U.d6(new U.bp(m,l,"services library",j,null,!1)) +o.push(5) +s=4 +break +case 2:o=[1] +case 4:q=1 +b.$1(i) +s=o.pop() +break +case 5:return P.I(null,r) +case 1:return P.H(p,r)}}) +return P.J($async$$2,r)}, +$S:289} +T.ld.prototype={ +de(a){return this.a.$0()}} +Q.ra.prototype={} +Q.lG.prototype={} +Q.nY.prototype={} +Q.nZ.prototype={} +Q.xQ.prototype={} +Q.HT.prototype={ +a27(a){var s,r,q,p,o,n,m,l,k,j,i,h=this +h.d=!0 +s=!1 +for(n=h.c,m=0;!1;++m){r=n[m] +try{q=r.$1(a) +s=s||q}catch(l){p=H.a0(l) +o=H.ax(l) +k=h instanceof H.cU?H.ei(h):null +j=U.aZ("while dispatching notifications for "+H.bz(k==null?H.b9(h):k).i(0)) +i=$.fp() +if(i!=null)i.$1(new U.bp(p,o,"services library",j,new Q.a_a(h),!1))}}h.d=!1 +return s}} +Q.a_a.prototype={ +$0(){var s=this +return P.ca(function(){var r=0,q=1,p,o +return function $async$$0(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:o=s.a +r=2 +return Y.f6("The "+H.C(o).i(0)+" sending notification was",o,!0,C.aA,null,!1,null,null,C.am,null,!1,!0,!0,C.bK,null,t.lj) +case 2:return P.c8() +case 1:return P.c9(p)}}},t.a)}, +$S:9} +Q.Ih.prototype={ +i(a){return this.b}} +Q.xO.prototype={ +i(a){return"KeyMessage("+H.c(this.a)+")"}} +Q.Ii.prototype={ +aeQ(a){var s=this.d +switch(s==null?this.d=C.mt:s){case C.ms:return!1 +case C.mt:if(a.c!==0&&a.d!==0)this.e.push(Q.aDu(a)) +return!1}}, +En(a){var s=0,r=P.K(t.c),q,p=this,o,n,m,l,k,j,i,h,g,f,e,d +var $async$En=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:if(p.d==null){p.d=C.ms +p.c.a.push(p.ga1u())}o=B.aEx(t.c.a(a)) +n=p.c.af2(o) +for(m=p.e,l=m.length,k=p.b,j=k.a,i=k.b,h=0;h=b.a.byteLength)throw H.b(C.aV) +return this.k0(b.n3(0),b)}, +k0(a,b){var s,r,q,p,o,n,m,l,k=this +switch(a){case 0:return null +case 1:return!0 +case 2:return!1 +case 3:s=b.b +r=$.dt() +q=b.a.getInt32(s,C.al===r) +b.b+=4 +return q +case 4:return b.yj(0) +case 6:b.io(8) +s=b.b +r=$.dt() +q=b.a.getFloat64(s,C.al===r) +b.b+=8 +return q +case 5:case 7:p=k.ey(b) +return C.dh.dJ(b.n4(p)) +case 8:return b.n4(k.ey(b)) +case 9:p=k.ey(b) +b.io(4) +s=b.a +o=H.asi(s.buffer,s.byteOffset+b.b,p) +b.b=b.b+4*p +return o +case 10:return b.yk(k.ey(b)) +case 14:p=k.ey(b) +b.io(4) +s=b.a +r=s.buffer +s=s.byteOffset+b.b +H.Uj(r,s,p) +o=new Float32Array(r,s,p) +b.b=b.b+4*p +return o +case 11:p=k.ey(b) +b.io(8) +s=b.a +o=H.asg(s.buffer,s.byteOffset+b.b,p) +b.b=b.b+8*p +return o +case 12:p=k.ey(b) +n=P.aj(p,null,!1,t.X) +for(s=b.a,m=0;m=s.byteLength)H.f(C.aV) +b.b=r+1 +n[m]=k.k0(s.getUint8(r),b)}return n +case 13:p=k.ey(b) +s=t.X +n=P.A(s,s) +for(s=b.a,m=0;m=s.byteLength)H.f(C.aV) +b.b=r+1 +r=k.k0(s.getUint8(r),b) +l=b.b +if(l>=s.byteLength)H.f(C.aV) +b.b=l+1 +n.p(0,r,k.k0(s.getUint8(l),b))}return n +default:throw H.b(C.aV)}}, +fD(a,b){var s,r +if(b<254)a.a.e_(0,b) +else{s=a.a +r=a.c +if(b<=65535){s.e_(0,254) +s=$.dt() +r.setUint16(0,b,C.al===s) +a.a.iy(0,a.gux(),0,2)}else{s.e_(0,255) +s=$.dt() +r.setUint32(0,b,C.al===s) +a.a.iy(0,a.gux(),0,4)}}}, +ey(a){var s,r,q=a.n3(0) +switch(q){case 254:s=a.b +r=$.dt() +q=a.a.getUint16(s,C.al===r) +a.b+=2 +return q +case 255:s=a.b +r=$.dt() +q=a.a.getUint32(s,C.al===r) +a.b+=4 +return q +default:return q}}} +U.a8m.prototype={ +$2(a,b){var s=this.a,r=this.b +s.dX(0,r,a) +s.dX(0,r,b)}, +$S:98} +U.a8p.prototype={ +iL(a){var s=G.aac() +C.ay.dX(0,s,a.a) +C.ay.dX(0,s,a.b) +return s.kY()}, +i_(a){var s,r,q +a.toString +s=new G.za(a) +r=C.ay.hB(0,s) +q=C.ay.hB(0,s) +if(typeof r=="string"&&s.b>=a.byteLength)return new F.hW(r,q) +else throw H.b(C.mg)}, +rm(a){var s=G.aac() +s.a.e_(0,0) +C.ay.dX(0,s,a) +return s.kY()}, +oe(a,b,c){var s=G.aac() +s.a.e_(0,1) +C.ay.dX(0,s,a) +C.ay.dX(0,s,c) +C.ay.dX(0,s,b) +return s.kY()}, +OP(a){var s,r,q,p,o,n +if(a.byteLength===0)throw H.b(C.GL) +s=new G.za(a) +if(s.n3(0)===0)return C.ay.hB(0,s) +r=C.ay.hB(0,s) +q=C.ay.hB(0,s) +p=C.ay.hB(0,s) +o=s.b=a.byteLength +else n=!1 +if(n)throw H.b(F.anp(r,p,H.cg(q),o)) +else throw H.b(C.GM)}} +A.a1B.prototype={ +aeE(a,b,c){var s,r,q,p,o +if(t.PB.b(b)){this.b.v(0,a) +return}s=this.b +r=s.h(0,a) +q=A.aGc(c) +if(q==null)q=this.a +p=r==null +if(J.e(p?null:r.goa(r),q))return +o=q.r5(a) +s.p(0,a,o) +if(!p)r.l(0) +o.eV()}} +A.ro.prototype={ +goa(a){return this.a}} +A.cO.prototype={ +i(a){var s=this.gr7() +return s}} +A.Oj.prototype={ +r5(a){throw H.b(P.c7(null))}, +gr7(){return"defer"}} +A.Ql.prototype={ +eV(){var s=0,r=P.K(t.H) +var $async$eV=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:return P.I(null,r)}}) +return P.J($async$eV,r)}, +l(a){}} +A.Qk.prototype={ +r5(a){return new A.Ql(this,a)}, +gr7(){return"uncontrolled"}} +A.Sy.prototype={ +goa(a){return t.ZC.a(this.a)}, +eV(){return C.Me.cO("activateSystemCursor",P.aJ(["device",this.b,"kind",t.ZC.a(this.a).a],t.N,t.z),t.H)}, +l(a){}} +A.kx.prototype={ +gr7(){return"SystemMouseCursor("+this.a+")"}, +r5(a){return new A.Sy(this,a)}, +k(a,b){if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof A.kx&&b.a===this.a}, +gu(a){return C.b.gu(this.a)}} +A.Q1.prototype={} +A.l8.prototype={ +gqP(){var s=$.hq +return s.gAc()}, +pt(a,b){return this.Tl(0,b,this.$ti.j("1?"))}, +Tl(a,b,c){var s=0,r=P.K(c),q,p=this,o,n +var $async$pt=P.G(function(d,e){if(d===1)return P.H(e,r) +while(true)switch(s){case 0:o=p.b +n=o +s=3 +return P.L(p.gqP().yA(0,p.a,o.cq(b)),$async$pt) +case 3:q=n.fX(e) +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$pt,r)}, +yH(a){this.gqP().Gs(this.a,new A.VB(this,a))}, +gaT(a){return this.a}} +A.VB.prototype={ +$1(a){return this.So(a)}, +So(a){var s=0,r=P.K(t.CD),q,p=this,o,n +var $async$$1=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:o=p.a.b +n=o +s=3 +return P.L(p.b.$1(o.fX(a)),$async$$1) +case 3:q=n.cq(c) +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$$1,r)}, +$S:124} +A.k5.prototype={ +gqP(){var s=$.hq +return s.gAc()}, +fQ(a,b,c,d){return this.a6x(a,b,c,d,d.j("0?"))}, +a6x(a,b,c,d,e){var s=0,r=P.K(e),q,p=this,o,n,m +var $async$fQ=P.G(function(f,g){if(f===1)return P.H(g,r) +while(true)switch(s){case 0:o=p.a +n=p.b +s=3 +return P.L(p.gqP().yA(0,o,n.iL(new F.hW(a,b))),$async$fQ) +case 3:m=g +if(m==null){if(c){q=null +s=1 +break}throw H.b(F.asd("No implementation found for method "+a+" on channel "+o))}q=d.j("0?").a(n.OP(m)) +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$fQ,r)}, +cO(a,b,c){return this.fQ(a,b,!1,c)}, +x5(a,b,c){return this.afz(a,b,c,b.j("@<0>").aH(c).j("ak<1,2>?"))}, +afz(a,b,c,d){var s=0,r=P.K(d),q,p=this,o +var $async$x5=P.G(function(e,f){if(e===1)return P.H(f,r) +while(true)switch(s){case 0:s=3 +return P.L(p.cO(a,null,t.f),$async$x5) +case 3:o=f +q=o==null?null:J.apN(o,b,c) +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$x5,r)}, +tR(a){var s=this.gqP() +s.Gs(this.a,new A.a1o(this,a))}, +uU(a,b){return this.a3X(a,b)}, +a3X(a,b){var s=0,r=P.K(t.CD),q,p=2,o,n=[],m=this,l,k,j,i,h,g,f,e,d +var $async$uU=P.G(function(c,a0){if(c===1){o=a0 +s=p}while(true)switch(s){case 0:g=m.b +f=g.i_(a) +p=4 +d=g +s=7 +return P.L(b.$1(f),$async$uU) +case 7:j=d.rm(a0) +q=j +s=1 +break +p=2 +s=6 +break +case 4:p=3 +e=o +j=H.a0(e) +if(j instanceof F.rF){l=j +j=l.a +h=l.b +q=g.oe(j,l.c,h) +s=1 +break}else if(j instanceof F.ym){q=null +s=1 +break}else{k=j +g=g.oe("error",null,J.dR(k)) +q=g +s=1 +break}s=6 +break +case 3:s=2 +break +case 6:case 1:return P.I(q,r) +case 2:return P.H(o,r)}}) +return P.J($async$uU,r)}, +gaT(a){return this.a}} +A.a1o.prototype={ +$1(a){return this.a.uU(a,this.b)}, +$S:124} +A.ol.prototype={ +cO(a,b,c){return this.afA(a,b,c,c.j("0?"))}, +mC(a,b){return this.cO(a,null,b)}, +afA(a,b,c,d){var s=0,r=P.K(d),q,p=this +var $async$cO=P.G(function(e,f){if(e===1)return P.H(f,r) +while(true)switch(s){case 0:q=p.Vo(a,b,!0,c) +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$cO,r)}} +R.a3i.prototype={ +SU(){return this.a++}} +R.rG.prototype={} +B.o_.prototype={ +i(a){return this.b}} +B.fK.prototype={ +i(a){return this.b}} +B.z7.prototype={ +gagm(){var s,r,q,p=P.A(t.xS,t.LE) +for(s=0;s<9;++s){r=C.HL[s] +if(this.afK(r)){q=this.ST(r) +if(q!=null)p.p(0,r,q)}}return p}, +TK(){return!0}} +B.i2.prototype={} +B.a3Q.prototype={ +$0(){var s,r,q=this.b,p=J.al(q),o=H.cg(p.h(q,"key")),n=o==null +if(!n){s=o.length +s=s!==0&&s===1}else s=!1 +if(s)this.a.a=o +s=H.cg(p.h(q,"code")) +if(s==null)s="" +n=n?"":o +r=H.vi(p.h(q,"location")) +if(r==null)r=0 +q=H.vi(p.h(q,"metaState")) +return new A.Ki(s,n,r,q==null?0:q)}, +$S:293} +B.kk.prototype={} +B.z8.prototype={} +B.a3R.prototype={ +af2(a){var s,r,q,p,o,n,m=this +if(a instanceof B.kk){s=a.b +if(s.TK()){m.d.p(0,s.gmM(),s.gxe()) +r=!0}else{m.e.H(0,s.gmM()) +r=!1}}else if(a instanceof B.z8){s=m.e +q=a.b +if(!s.A(0,q.gmM())){m.d.v(0,q.gmM()) +r=!0}else{s.v(0,q.gmM()) +r=!1}}else r=!0 +if(!r)return!0 +m.a9O(a) +for(s=m.a,q=P.bo(s,!0,t.iS),p=q.length,o=0;o")).ai(0,g.gRE(g)) +if(!(l instanceof Q.a3O)&&!(l instanceof B.a3P))g.v(0,C.e2) +g.O(0,i)}} +B.a3T.prototype={ +$1(a){return!this.a.A(0,a)}, +$S:294} +B.cE.prototype={ +k(a,b){if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof B.cE&&b.a===this.a&&b.b==this.b}, +gu(a){return P.a2(this.a,this.b,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}} +B.Rd.prototype={} +B.Rc.prototype={} +Q.a3O.prototype={} +B.a3P.prototype={} +A.Ki.prototype={ +gmM(){var s=this.a,r=C.Ln.h(0,s) +return r==null?new G.n(98784247808+C.b.gu(s)):r}, +gxe(){var s,r=this.b,q=C.Le.h(0,r),p=q==null?null:q[this.c] +if(p!=null)return p +q=this.a +s=C.L9.h(0,q) +if(s!=null)return s +if(r.length===1)return new G.d(C.b.aE(r,0)) +return new G.d(C.b.gu(q)+98784247808)}, +afK(a){var s=this +switch(a){case C.cR:return(s.d&4)!==0 +case C.cS:return(s.d&1)!==0 +case C.cT:return(s.d&2)!==0 +case C.cU:return(s.d&8)!==0 +case C.jy:return(s.d&16)!==0 +case C.jx:return(s.d&32)!==0 +case C.jz:return(s.d&64)!==0 +case C.jA:case C.rS:return!1}}, +ST(a){return C.cL}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof A.Ki&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gu(a){var s=this +return P.a2(s.a,s.b,s.c,s.d,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}} +K.zE.prototype={ +gaid(){var s=this +if(s.c)return new O.cD(s.a,t.hr) +if(s.b==null){s.b=new P.aC(new P.a3($.Y,t.X6),t.EZ) +s.uO()}return s.b.a}, +uO(){var s=0,r=P.K(t.H),q,p=this,o +var $async$uO=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:s=3 +return P.L(C.jG.mC("get",t.pE),$async$uO) +case 3:o=b +if(p.b==null){s=1 +break}p.Lh(o) +case 1:return P.I(q,r)}}) +return P.J($async$uO,r)}, +Lh(a){var s,r=a==null +if(!r){s=J.aL(a,"enabled") +s.toString +H.vh(s)}else s=!1 +this.af4(r?null:t.nc.a(J.aL(a,"data")),s)}, +af4(a,b){var s,r,q=this,p=q.c&&b +q.d=p +if(p)$.bL.z$.push(new K.a58(q)) +s=q.a +if(b){p=q.a1Q(a) +r=t.N +if(p==null){p=t.X +p=P.A(p,p)}r=new K.cZ(p,q,null,"root",P.A(r,t.z4),P.A(r,t.I1)) +p=r}else p=null +q.a=p +q.c=!0 +r=q.b +if(r!=null)r.cG(0,p) +q.b=null +if(q.a!=s){q.ap() +if(s!=null)s.l(0)}}, +Bg(a){return this.a70(a)}, +a70(a){var s=0,r=P.K(t.X),q=this,p +var $async$Bg=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:p=a.a +switch(p){case"push":q.Lh(t.pE.a(a.b)) +break +default:throw H.b(P.c7(p+" was invoked but isn't implemented by "+H.C(q).i(0)))}return P.I(null,r)}}) +return P.J($async$Bg,r)}, +a1Q(a){if(a==null)return null +return t.J1.a(C.ay.fX(H.k6(a.buffer,a.byteOffset,a.byteLength)))}, +Te(a){var s=this +s.r.H(0,a) +if(!s.f){s.f=!0 +$.bL.z$.push(new K.a59(s))}}, +J7(){var s,r,q,p,o=this +if(!o.f)return +o.f=!1 +for(s=o.r,r=P.c_(s,s.r),q=H.o(r).c;r.t();)q.a(r.d).x=!1 +s.aP(0) +p=C.ay.cq(o.a.a) +C.jG.cO("put",H.dh(p.buffer,p.byteOffset,p.byteLength),t.H)}, +aeo(){if($.bL.ch$)return +this.J7()}} +K.a58.prototype={ +$1(a){this.a.d=!1}, +$S:2} +K.a59.prototype={ +$1(a){return this.a.J7()}, +$S:2} +K.cZ.prototype={ +gqn(){var s=J.EW(this.a,"c",new K.a55()) +s.toString +return t.pE.a(s)}, +gkz(){var s=J.EW(this.a,"v",new K.a56()) +s.toString +return t.pE.a(s)}, +ahT(a,b,c){var s=this,r=J.h5(s.gkz(),b),q=c.j("0?").a(J.mU(s.gkz(),b)) +if(J.hz(s.gkz()))J.mU(s.a,"v") +if(r)s.nE() +return q}, +abU(a,b){var s,r,q,p,o=this,n=o.f +if(n.aL(0,a)||!J.h5(o.gqn(),a)){n=t.N +s=new K.cZ(P.A(n,t.X),null,null,a,P.A(n,t.z4),P.A(n,t.I1)) +o.fU(s) +return s}r=t.N +q=o.c +p=J.aL(o.gqn(),a) +p.toString +s=new K.cZ(t.pE.a(p),q,o,a,P.A(r,t.z4),P.A(r,t.I1)) +n.p(0,a,s) +return s}, +fU(a){var s=this,r=a.d +if(r!==s){if(r!=null)r.vu(a) +a.d=s +s.HC(a) +if(a.c!=s.c)s.Lz(a)}}, +a2l(a){this.vu(a) +a.d=null +if(a.c!=null){a.BA(null) +a.ND(this.gLy())}}, +nE(){var s,r=this +if(!r.x){r.x=!0 +s=r.c +if(s!=null)s.Te(r)}}, +Lz(a){a.BA(this.c) +a.ND(this.gLy())}, +BA(a){var s=this,r=s.c +if(r==a)return +if(s.x)if(r!=null)r.r.v(0,s) +s.c=a +if(s.x&&a!=null){s.x=!1 +s.nE()}}, +vu(a){var s,r,q,p=this +if(J.e(p.f.v(0,a.e),a)){J.mU(p.gqn(),a.e) +s=p.r +r=s.h(0,a.e) +if(r!=null){q=J.ct(r) +p.Ju(q.ea(r)) +if(q.gM(r))s.v(0,a.e)}if(J.hz(p.gqn()))J.mU(p.a,"c") +p.nE() +return}s=p.r +q=s.h(0,a.e) +if(q!=null)J.mU(q,a) +q=s.h(0,a.e) +if((q==null?null:J.hz(q))===!0)s.v(0,a.e)}, +HC(a){var s=this +if(s.f.aL(0,a.e)){J.mS(s.r.bN(0,a.e,new K.a54()),a) +s.nE() +return}s.Ju(a) +s.nE()}, +Ju(a){this.f.p(0,a.e,a) +J.hy(this.gqn(),a.e,a.a)}, +NE(a,b){var s,r,q=this.f +q=q.gby(q) +s=this.r +s=s.gby(s) +r=q.aet(0,new H.jS(s,new K.a57(),H.o(s).j("jS"))) +J.iz(b?P.as(r,!1,H.o(r).j("p.E")):r,a)}, +ND(a){return this.NE(a,!1)}, +ai_(a){var s,r=this +if(a===r.e)return +s=r.d +if(s!=null)s.vu(r) +r.e=a +s=r.d +if(s!=null)s.HC(r)}, +l(a){var s,r=this +r.NE(r.ga2k(),!0) +r.f.aP(0) +r.r.aP(0) +s=r.d +if(s!=null)s.vu(r) +r.d=null +r.BA(null) +r.y=!0}, +i(a){return"RestorationBucket(restorationId: "+this.e+", owner: "+H.c(this.b)+")"}} +K.a55.prototype={ +$0(){var s=t.X +return P.A(s,s)}, +$S:122} +K.a56.prototype={ +$0(){var s=t.X +return P.A(s,s)}, +$S:122} +K.a54.prototype={ +$0(){return H.a([],t.QT)}, +$S:298} +K.a57.prototype={ +$1(a){return a}, +$S:299} +X.Vl.prototype={} +X.ml.prototype={ +MW(){var s,r,q,p=this,o=null,n=p.a +n=n==null?o:n.a +s=p.f +s=s==null?o:s.b +r=p.r +r=r==null?o:r.b +q=p.c +q=q==null?o:q.b +return P.aJ(["systemNavigationBarColor",n,"systemNavigationBarDividerColor",null,"systemStatusBarContrastEnforced",!0,"statusBarColor",null,"statusBarBrightness",s,"statusBarIconBrightness",r,"systemNavigationBarIconBrightness",q,"systemNavigationBarContrastEnforced",!0],t.N,t.z)}, +i(a){return"SystemUiOverlayStyle("+this.MW().i(0)+")"}, +gu(a){var s=this +return P.a2(s.a,s.b,null,s.e,s.f,s.r,null,s.c,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof X.ml)if(J.e(b.a,r.a))if(b.r==r.r)if(b.f==r.f)s=b.c==r.c +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +X.a8S.prototype={ +$0(){if(!J.e($.tF,$.anN)){C.bC.cO("SystemChrome.setSystemUIOverlayStyle",$.tF.MW(),t.H) +$.anN=$.tF}$.tF=null}, +$S:0} +V.M2.prototype={ +i(a){return this.b}} +X.ht.prototype={ +i(a){var s=this +return"TextSelection(baseOffset: "+s.c+", extentOffset: "+s.d+", affinity: "+s.e.i(0)+", isDirectional: "+s.f+")"}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof X.ht&&b.c===s.c&&b.d===s.d&&b.e===s.e&&b.f===s.f}, +gu(a){var s=this +return P.a2(C.f.gu(s.c),C.f.gu(s.d),H.ea(s.e),C.bP.gu(s.f),C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +fW(a,b){var s=this,r=a==null?s.c:a,q=b==null?s.d:b +return X.dF(s.e,r,q,s.f)}, +e0(a){return this.fW(null,a)}, +Ow(a){return this.fW(a,null)}} +B.IK.prototype={ +i(a){return this.b}} +B.p4.prototype={} +B.Hr.prototype={ +aez(a,b){var s,r,q,p,o,n=new B.Z1(this),m=b.b,l=m.a,k=m.b,j=l<0||k<0,i=b.a +if(j){s=n.$1(i) +r=null}else{q=n.$1(C.b.S(i,0,l)) +p=n.$1(C.b.S(i,l,k)) +o=n.$1(C.b.bv(i,k)) +s=q+p+o +n=q.length +j=n+p.length +r=m.c>m.d?m.fW(j,n):m.fW(n,j)}n=r==null?C.eA:r +return new N.co(s,n,s===i?b.c:C.a2)}} +B.Z1.prototype={ +$1(a){var s=this.a +return H.als(a,s.a,new B.Z0(s),null)}, +$S:21} +B.Z0.prototype={ +$1(a){return""}, +$S:47} +N.a87.prototype={ +i(a){return this.b}} +N.a88.prototype={ +i(a){return this.b}} +N.tO.prototype={ +mX(){return P.aJ(["name","TextInputType."+C.mF[this.a],"signed",this.b,"decimal",this.c],t.N,t.z)}, +i(a){return"TextInputType(name: "+("TextInputType."+C.mF[this.a])+", signed: "+H.c(this.b)+", decimal: "+H.c(this.c)+")"}, +k(a,b){if(b==null)return!1 +return b instanceof N.tO&&b.a===this.a&&b.b==this.b&&b.c==this.c}, +gu(a){return P.a2(this.a,this.b,this.c,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}} +N.eV.prototype={ +i(a){return this.b}} +N.Mb.prototype={ +i(a){return this.b}} +N.a9a.prototype={ +mX(){var s,r=this,q=P.A(t.N,t.z) +q.p(0,"inputType",r.a.mX()) +q.p(0,"readOnly",r.b) +q.p(0,"obscureText",!1) +q.p(0,"autocorrect",!0) +q.p(0,"smartDashesType",C.f.i(r.f.a)) +q.p(0,"smartQuotesType",C.f.i(r.r.a)) +q.p(0,"enableSuggestions",!0) +q.p(0,"actionLabel",null) +q.p(0,"inputAction",r.z.b) +q.p(0,"textCapitalization",r.Q.b) +q.p(0,"keyboardAppearance",r.ch.b) +q.p(0,"enableIMEPersonalizedLearning",!0) +s=r.e +if(s!=null)q.p(0,"autofill",s.mX()) +return q}} +N.x6.prototype={ +i(a){return this.b}} +N.co.prototype={ +xW(){var s=this.b,r=this.c +return P.aJ(["text",this.a,"selectionBase",s.c,"selectionExtent",s.d,"selectionAffinity",s.e.b,"selectionIsDirectional",s.f,"composingBase",r.a,"composingExtent",r.b],t.N,t.z)}, +wd(a,b,c){var s=c==null?this.a:c,r=b==null?this.b:b +return new N.co(s,r,a==null?this.c:a)}, +Ox(a){return this.wd(a,null,null)}, +D8(a){return this.wd(null,a,null)}, +acC(a,b){return this.wd(a,b,null)}, +i(a){return"TextEditingValue(text: \u2524"+this.a+"\u251c, selection: "+this.b.i(0)+", composing: "+this.c.i(0)+")"}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof N.co&&b.a===s.a&&b.b.k(0,s.b)&&b.c.k(0,s.c)}, +gu(a){var s=this.b,r=this.c +return P.a2(C.b.gu(this.a),s.gu(s),P.a2(C.f.gu(r.a),C.f.gu(r.b),C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a),C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +de(a){return this.a.$0()}} +N.jb.prototype={ +i(a){return this.b}} +N.a9t.prototype={} +N.a9b.prototype={ +Tq(a){var s,r,q,p +if(a.k(0,this.c))return +this.c=a +s=a.gx7(a)?a:new P.v(0,0,-1,-1) +r=$.hx() +q=s.a +p=s.b +p=P.aJ(["width",s.c-q,"height",s.d-p,"x",q,"y",p],t.N,t.z) +r.gff().cO("TextInput.setMarkedTextRect",p,t.H)}, +Tp(a){var s,r,q,p +if(a.k(0,this.d))return +this.d=a +s=a.gx7(a)?a:new P.v(0,0,-1,-1) +r=$.hx() +q=s.a +p=s.b +p=P.aJ(["width",s.c-q,"height",s.d-p,"x",q,"y",p],t.N,t.z) +r.gff().cO("TextInput.setCaretRect",p,t.H)}, +GB(a,b,c,d,e,f){var s=$.hx(),r=d==null?null:d.a +r=P.aJ(["fontFamily",b,"fontSize",c,"fontWeightIndex",r,"textAlignIndex",e.a,"textDirectionIndex",f.a],t.N,t.z) +s.gff().cO("TextInput.setStyle",r,t.H)}} +N.Md.prototype={ +HV(a,b){this.gff().cO("TextInput.setClient",[a.e,b.mX()],t.H) +this.b=a +this.c=b}, +gff(){var s=this.a +return s==null?H.f(H.u("_channel")):s}, +AT(a){return this.a64(a)}, +a64(b0){var s=0,r=P.K(t.z),q,p=this,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9 +var $async$AT=P.G(function(b1,b2){if(b1===1)return P.H(b2,r) +while(true)switch(s){case 0:a9=p.b +if(a9==null){s=1 +break}o=b0.a +if(o==="TextInputClient.requestExistingInputState"){n=p.c +p.HV(a9,n==null?H.f(H.u("_currentConfiguration")):n) +a9=p.b.f.a.c.a +p.gff().cO("TextInput.setEditingState",a9.xW(),t.H) +s=1 +break}m=t.j.a(b0.b) +if(o===u.m){a9=t.c +l=a9.a(J.aL(m,1)) +for(n=J.j(l),k=J.aP(n.gaA(l));k.t();)N.atp(a9.a(n.h(l,k.gE(k)))) +s=1 +break}a9=J.al(m) +j=H.pG(a9.h(m,0)) +n=p.b +if(j!==n.e){s=1 +break}switch(o){case"TextInputClient.updateEditingState":n.f.aiH(N.atp(t.c.a(a9.h(m,1)))) +break +case"TextInputClient.performAction":n=n.f +i=N.aJ0(H.d3(a9.h(m,1))) +switch(i){case C.hm:if(n.a.r2===1)n.uA(i,!0) +break +case C.ex:case C.ka:case C.kd:case C.ke:case C.kb:case C.kc:n.uA(i,!0) +break +case C.kf:case C.k9:case C.kg:case C.k6:case C.k8:case C.k7:n.uA(i,!1) +break}break +case"TextInputClient.performPrivateCommand":n=t.c +h=n.a(a9.h(m,1)) +a9=p.b.f +k=J.al(h) +g=H.d3(k.h(h,"action")) +k=n.a(k.h(h,"data")) +a9.a.a5.$2(g,k) +break +case"TextInputClient.updateFloatingCursor":n=n.f +k=N.aJ_(H.d3(a9.h(m,1))) +a9=t.c.a(a9.h(m,2)) +if(k===C.fd){g=J.al(a9) +f=new P.l(H.Eq(g.h(a9,"X")),H.Eq(g.h(a9,"Y")))}else f=C.h +switch(k){case C.iO:a9=n.gku().r +if(a9!=null&&a9.a!=null){n.gku().ee(0) +n.L1()}n.k2=f +a9=n.r +g=$.B.C$.Q.h(0,a9).gD() +g.toString +e=t.E +d=new P.b1(e.a(g).a9.c,C.n) +g=$.B.C$.Q.h(0,a9).gD() +g.toString +g=e.a(g).pk(d) +n.id=g +g=g.gbk() +c=$.B.C$.Q.h(0,a9).gD() +c.toString +n.k3=g.a7(0,new P.l(0,e.a(c).au.gcK()/2)) +n.k1=d +a9=$.B.C$.Q.h(0,a9).gD() +a9.toString +e.a(a9) +e=n.k3 +e.toString +n=n.k1 +n.toString +a9.yG(k,e,n) +break +case C.fd:a9=n.k2 +a9.toString +b=f.a7(0,a9) +a9=n.id.gbk().P(0,b) +g=n.r +e=$.B.C$.Q.h(0,g).gD() +e.toString +c=t.E +a=a9.a7(0,new P.l(0,c.a(e).au.gcK()/2)) +e=$.B.C$.Q.h(0,g).gD() +e.toString +c.a(e) +a9=e.au +a0=a9.a +a1=Math.ceil(a0.gaw(a0))-a9.gcK()+5 +a2=a9.gaO(a9)+4 +a9=e.d3 +a3=a9!=null?a.a7(0,a9):C.h +if(e.iP&&a3.a>0){e.c5=new P.l(a.a- -4,e.c5.b) +e.iP=!1}else if(e.cB&&a3.a<0){e.c5=new P.l(a.a-a2,e.c5.b) +e.cB=!1}if(e.di&&a3.b>0){e.c5=new P.l(e.c5.a,a.b- -4) +e.di=!1}else if(e.cg&&a3.b<0){e.c5=new P.l(e.c5.a,a.b-a1) +e.cg=!1}a9=e.c5 +a4=a.a-a9.a +a5=a.b-a9.b +a6=Math.min(Math.max(a4,-4),a2) +a7=Math.min(Math.max(a5,-4),a1) +if(a4<-4&&a3.a<0)e.iP=!0 +else if(a4>a2&&a3.a>0)e.cB=!0 +if(a5<-4&&a3.b<0)e.di=!0 +else if(a5>a1&&a3.b>0)e.cg=!0 +e.d3=a +n.k3=new P.l(a6,a7) +a9=$.B.C$.Q.h(0,g).gD() +a9.toString +c.a(a9) +e=$.B.C$.Q.h(0,g).gD() +e.toString +c.a(e) +a0=n.k3 +a0.toString +a8=$.B.C$.Q.h(0,g).gD() +a8.toString +a8=a0.P(0,new P.l(0,c.a(a8).au.gcK()/2)) +n.k1=a9.ym(T.fe(e.ds(0,null),a8)) +g=$.B.C$.Q.h(0,g).gD() +g.toString +c.a(g) +c=n.k3 +c.toString +n=n.k1 +n.toString +g.yG(k,c,n) +break +case C.fe:if(n.k1!=null&&n.k3!=null){n.gku().sm(0,0) +a9=n.gku() +a9.Q=C.aw +a9.lR(1,C.it,C.G9)}break}break +case"TextInputClient.onConnectionClosed":a9=n.f +if(a9.ghP()){a9.y.toString +a9.go=a9.y=$.hx().b=null +a9.uA(C.ex,!0)}break +case"TextInputClient.showAutocorrectionPromptRect":n.f.TM(H.pG(a9.h(m,1)),H.pG(a9.h(m,2))) +break +default:throw H.b(F.asd(null))}case 1:return P.I(q,r)}}) +return P.J($async$AT,r)}, +a8W(){if(this.d)return +this.d=!0 +P.e6(new N.a9o(this))}} +N.a9o.prototype={ +$0(){var s=this.a +s.d=!1 +if(s.b==null)s.gff().mC("TextInput.hide",t.H)}, +$S:0} +U.ajK.prototype={ +$1(a){this.a.sbU(a) +return!1}, +$S:17} +U.aF.prototype={} +U.aS.prototype={ +oB(a,b){return!0}, +D3(a){return!0}} +U.bn.prototype={} +U.la.prototype={ +bq(a){return this.b.$1(a)}} +U.Ve.prototype={ +afx(a,b,c){if(a instanceof U.bn)return a.aD(b,c) +else return a.bq(b)}} +U.hA.prototype={ +ae(){return new U.B5(P.aT(t.od),new P.z(),C.k)}} +U.Vf.prototype={ +$1(a){t.KU.a(a.gF()) +return!1}, +$S:116} +U.Vg.prototype={ +$1(a){var s=this,r=s.c.j("aS<0>?").a(t.KU.a(a.gF()).r.h(0,s.b)) +if(r!=null){s.d.z8(a,null) +s.a.a=r +return!0}return!1}, +$S:116} +U.B5.prototype={ +aC(){this.b1() +this.N6()}, +a3O(a){this.R(new U.aaq(this))}, +N6(){var s,r,q,p,o,n,m=this,l=m.a.d +l=l.gby(l) +s=P.o2(l,H.o(l).j("p.E")) +r=m.d.od(s) +l=m.d +l.toString +q=s.od(l) +for(l=r.gX(r),p=m.gK1();l.t();){o=l.gE(l).a +o.b=!0 +n=o.ghl() +if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}C.c.v(o.a,p)}for(l=q.gX(q);l.t();){o=l.gE(l).a +o.b=!0 +o.a.push(p)}m.d=s}, +be(a){this.bH(a) +this.N6()}, +l(a){var s,r,q,p,o,n=this +n.aZ(0) +for(s=n.d,s=P.c_(s,s.r),r=H.o(s).c,q=n.gK1();s.t();){p=r.a(s.d).a +p.b=!0 +o=p.ghl() +if(o.a>0){o.b=o.c=o.d=o.e=null +o.a=0}C.c.v(p.a,q)}n.d=null}, +I(a,b){var s=this.a +return new U.B4(null,s.d,this.e,s.e,null)}} +U.aaq.prototype={ +$0(){this.a.e=new P.z()}, +$S:0} +U.B4.prototype={ +cQ(a){var s +if(this.x===a.x)s=!S.ap0(a.r,this.r) +else s=!0 +return s}} +U.nC.prototype={ +ae(){return new U.BP(new N.b3(null,t.A),C.k)}} +U.BP.prototype={ +aC(){this.b1() +$.bL.z$.push(new U.ae2(this)) +$.B.C$.f.d.H(0,this.gK4())}, +l(a){$.B.C$.f.d.v(0,this.gK4()) +this.aZ(0)}, +Nf(a){this.vc(new U.ae0(this))}, +a4y(a){if(this.c==null)return +this.Nf(a)}, +a_Q(a){if(!this.e)this.vc(new U.adW(this))}, +a_S(a){if(this.e)this.vc(new U.adX(this))}, +a4u(a){var s=this +if(s.f!==a){s.vc(new U.adV(s,a)) +s.a.toString}}, +KK(a,b){var s,r,q,p,o,n,m=this,l=new U.ae_(m),k=new U.adZ(m,new U.adY(m)) +if(a==null){s=m.a +s.toString +r=s}else r=a +q=l.$1(r) +p=k.$1(r) +if(b!=null)b.$0() +s=m.a +s.toString +o=l.$1(s) +s=m.a +s.toString +n=k.$1(s) +if(p!==n)m.a.y.$1(n) +if(q!==o)m.a.z.$1(o)}, +vc(a){return this.KK(null,a)}, +a6T(a){return this.KK(a,null)}, +be(a){this.bH(a) +if(this.a.c!==a.c)$.bL.z$.push(new U.ae1(this,a))}, +ga_O(){var s,r=this.c +r.toString +r=F.et(r) +s=r==null?null:r.db +switch(s==null?C.aD:s){case C.aD:return this.a.c +case C.cV:return!0}}, +I(a,b){var s,r,q,p=this,o=null,n=p.a,m=n.ch +n=n.d +s=p.ga_O() +r=p.a +q=new T.fL(p.ga_P(),o,p.ga_R(),m,!0,L.x9(!1,s,r.cx,o,!0,n,!0,o,p.ga4t(),o,o,o),p.r) +if(r.c){n=r.r +n=n.gbn(n)}else n=!1 +if(n)q=new U.hA(p.a.r,q,o) +p.a.c +return q}} +U.ae2.prototype={ +$1(a){var s=$.B.C$.f.b +if(s==null)s=O.qS() +this.a.Nf(s)}, +$S:2} +U.ae0.prototype={ +$0(){var s=$.B.C$.f.b +switch(s==null?O.qS():s){case C.cG:this.a.d=!1 +break +case C.cd:this.a.d=!0 +break}}, +$S:0} +U.adW.prototype={ +$0(){this.a.e=!0}, +$S:0} +U.adX.prototype={ +$0(){this.a.e=!1}, +$S:0} +U.adV.prototype={ +$0(){this.a.f=this.b}, +$S:0} +U.ae_.prototype={ +$1(a){var s=this.a +return s.e&&a.c&&s.d}, +$S:82} +U.adY.prototype={ +$1(a){var s,r=this.a.c +r.toString +r=F.et(r) +s=r==null?null:r.db +switch(s==null?C.aD:s){case C.aD:return a.c +case C.cV:return!0}}, +$S:82} +U.adZ.prototype={ +$1(a){var s=this.a +return s.f&&s.d&&this.b.$1(a)}, +$S:82} +U.ae1.prototype={ +$1(a){this.a.a6T(this.b)}, +$S:2} +U.GT.prototype={ +D3(a){return this.b}, +bq(a){}} +U.pZ.prototype={} +U.qc.prototype={} +U.nn.prototype={} +U.GR.prototype={} +U.rR.prototype={} +U.K8.prototype={ +oB(a,b){var s,r,q,p,o,n=$.B.C$.f.f +if(n==null||n.d==null)return!1 +for(s=t.vz,r=0;r<2;++r){q=C.Ir[r] +p=n.d +p.toString +o=U.aqK(p,q,s) +if(o!=null&&o.oB(0,q)){this.b=o +this.c=q +return!0}}return!1}, +bq(a){var s,r=this.b +if(r==null)r=H.f(H.u("_selectedAction")) +s=this.c +r.bq(s==null?H.f(H.u("_selectedIntent")):s)}} +U.MY.prototype={} +U.MX.prototype={} +U.Px.prototype={} +X.vP.prototype={ +aQ(a){var s=new E.zf(this.e,!0,null,T.ad(),this.$ti.j("zf<1>")) +s.gav() +s.fr=!0 +s.sbb(null) +return s}, +aX(a,b){b.sm(0,this.e) +b.sTT(!0)}} +S.B_.prototype={ +ae(){return new S.DW(C.k)}} +S.DW.prototype={ +ga6g(){var s,r +$.B.toString +s=$.be().b +if(s.gDt()!=="/"){$.B.toString +s=s.gDt()}else{r=this.a.cy +if(r==null){$.B.toString +s=s.gDt()}else s=r}return s}, +aC(){var s=this +s.b1() +s.aas() +$.B.toString +s.f=s.LQ($.be().b.a.f,s.a.k3) +$.B.ag$.push(s)}, +be(a){this.bH(a) +this.Nr(a)}, +l(a){var s +C.c.v($.B.ag$,this) +s=this.d +if(s!=null)s.l(0) +this.aZ(0)}, +Nr(a){var s,r=this +r.a.toString +if(r.gNA()){s=r.d +if(s!=null)s.l(0) +r.d=null +if(r.e!=null){r.a.toString +a.toString +s=!1}else s=!0 +if(s){r.a.toString +r.e=new N.lv(r,t.TX)}}else{r.e=null +s=r.d +if(s!=null)s.l(0) +r.d=null}}, +aas(){return this.Nr(null)}, +gNA(){var s=this.a +s=s.ch +if((s==null?null:s.gbn(s))!==!0){this.a.toString +s=!1}else s=!0 +return s}, +a7l(a){var s,r,q=this,p=a.a +if(p==="/")q.a.toString +s=q.a +r=s.ch.h(0,p) +if(r!=null)return q.a.f.$1$2(a,r,t.z) +q.a.toString +return null}, +a7w(a){return this.a.cx.$1(a)}, +wn(){var s=0,r=P.K(t.y),q,p=this,o,n +var $async$wn=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:p.a.toString +o=p.e +n=o==null?null:o.gaJ() +if(n==null){q=!1 +s=1 +break}q=n.QL() +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$wn,r)}, +kX(a){return this.adl(a)}, +adl(a){var s=0,r=P.K(t.y),q,p=this,o,n +var $async$kX=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:p.a.toString +o=p.e +n=o==null?null:o.gaJ() +if(n==null){q=!1 +s=1 +break}n.ahx(a,t.X) +q=!0 +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$kX,r)}, +LQ(a,b){this.a.toString +return S.aJq(a,b)}, +OU(a){var s=this,r=s.LQ(a,s.a.k3) +if(!r.k(0,s.f))s.R(new S.aj7(s,r))}, +gHP(){var s=this +return P.ca(function(){var r=0,q=1,p +return function $async$gHP(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:r=2 +return P.ao9(s.a.id) +case 2:r=3 +return C.AN +case 3:return P.c8() +case 1:return P.c9(p)}}},t.bh)}, +I(a,b){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g={} +g.a=null +i.a.toString +if(i.gNA()){s=i.e +r=i.ga6g() +q=i.a +q=q.db +q.toString +g.a=new K.yt(r,i.ga7k(),i.ga7v(),q,"nav",K.aKx(),!0,s)}g.b=null +s=i.a +s.toString +p=new T.f3(new S.aj6(g,i),h) +g.b=p +p=g.b=L.li(p,h,h,C.bD,!0,s.fx,h,h,C.aM) +s=$.aFW +if(s)o=new L.JL(15,!1,!1,h) +else o=h +g=o!=null?g.b=T.id(C.aS,H.a([p,T.oy(h,o,h,h,0,0,0,h)],t.p),C.aQ):p +s=i.a +r=s.dy +s=s.fy +q=i.f +q.toString +n=q +q=i.gHP() +q=P.as(q,!0,q.$ti.j("p.E")) +F.et(b) +m=i.a +m=m.a2 +l=S.aFV() +k=$.ax9() +j=$.awq() +return new K.zH(new X.oS(l,new E.GJ(E.aCD(),new U.hA(k,new E.GI(j,new U.xd(new U.Kl(P.A(t.l5,t.UJ)),new F.Ct(new L.y4(n,q,new U.Mk(r,s,g,h),h),h),h),h),h),"",h),"",h),m,h)}} +S.aj7.prototype={ +$0(){this.a.f=this.b}, +$S:0} +S.aj6.prototype={ +$1(a){return this.b.a.dx.$2(a,this.a.a)}, +$S:24} +S.Ug.prototype={} +B.wl.prototype={ +i(a){return this.b}} +B.h7.prototype={ +i(a){var s=this +return"AsyncSnapshot("+s.a.i(0)+", "+H.c(s.b)+", "+H.c(s.c)+", "+H.c(s.d)+")"}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return s.$ti.b(b)&&b.a===s.a&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&b.d==s.d}, +gu(a){return P.a2(this.a,this.b,this.c,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}} +B.qT.prototype={ +ae(){return new B.BR(C.k,this.$ti.j("BR<1>"))}} +B.BR.prototype={ +gBO(){var s=this.e +return s==null?H.f(H.u("_snapshot")):s}, +aC(){var s=this +s.b1() +s.a.toString +s.e=new B.h7(C.lJ,null,null,null,s.$ti.j("h7<1>")) +s.MF()}, +be(a){var s,r=this +r.bH(a) +if(a.c!=r.a.c){if(r.d!=null){r.d=null +s=r.gBO() +r.e=new B.h7(C.lJ,s.b,s.c,s.d,s.$ti)}r.MF()}}, +I(a,b){var s=this.a +s.toString +return s.d.$2(b,this.gBO())}, +l(a){this.d=null +this.aZ(0)}, +MF(){var s,r=this,q=r.a.c +if(q!=null){s=r.d=new P.z() +q.eA(0,new B.ae6(r,s),new B.ae7(r,s),t.H) +q=r.gBO() +r.e=new B.h7(C.FK,q.b,q.c,q.d,q.$ti)}}} +B.ae6.prototype={ +$1(a){var s=this.a +if(s.d===this.b)s.R(new B.ae5(s,a))}, +$S(){return this.a.$ti.j("aA(1)")}} +B.ae5.prototype={ +$0(){var s=this.a +s.e=new B.h7(C.lK,this.b,null,null,s.$ti.j("h7<1>"))}, +$S:0} +B.ae7.prototype={ +$2(a,b){var s=this.a +if(s.d===this.b)s.R(new B.ae4(s,a,b))}, +$S:41} +B.ae4.prototype={ +$0(){var s=this.a +s.e=new B.h7(C.lK,null,this.b,this.c,s.$ti.j("h7<1>"))}, +$S:0} +L.vU.prototype={ +ae(){return new L.Bc(C.k)}} +L.Bc.prototype={ +aC(){this.b1() +this.HW()}, +be(a){this.bH(a) +this.HW()}, +HW(){this.e=new U.dA(this.a.c,this.ga_W(),null,t.Jc)}, +l(a){var s,r,q=this.d +if(q!=null)for(q=q.gaA(q),q=q.gX(q);q.t();){s=q.gE(q) +r=this.d.h(0,s) +r.toString +s.Y(0,r)}this.aZ(0)}, +a_X(a){var s,r=this,q=a.a,p=r.d +if(p==null)p=r.d=P.A(t.I_,t.R) +p.p(0,q,r.a1z(q)) +p=r.d.h(0,q) +p.toString +q.ad(0,p) +if(!r.f){r.f=!0 +s=r.JJ() +if(s!=null)r.Nm(s) +else $.bL.z$.push(new L.abI(r))}return!1}, +JJ(){var s={},r=this.c +r.toString +s.a=null +r.br(new L.abN(s)) +return t.xO.a(s.a)}, +Nm(a){var s,r +this.c.toString +s=this.f +r=this.e +r.toString +a.HQ(t.Fw.a(G.aDs(r,s)))}, +a1z(a){return new L.abM(this,a)}, +I(a,b){var s=this.f,r=this.e +r.toString +return new G.xM(s,r,null)}} +L.abI.prototype={ +$1(a){var s,r=this.a +if(r.c==null)return +s=r.JJ() +s.toString +r.Nm(s)}, +$S:2} +L.abN.prototype={ +$1(a){this.a.a=a}, +$S:13} +L.abM.prototype={ +$0(){var s,r=this.a +r.d.v(0,this.b) +s=r.d +if(s.gM(s))if($.bL.cx$.a<3)r.R(new L.abK(r)) +else{r.f=!1 +P.e6(new L.abL(r))}}, +$S:0} +L.abK.prototype={ +$0(){this.a.f=!1}, +$S:0} +L.abL.prototype={ +$0(){var s,r=this.a +if(r.c!=null){s=r.d +s=s.gM(s)}else s=!1 +if(s)r.R(new L.abJ(r))}, +$S:0} +L.abJ.prototype={ +$0(){}, +$S:0} +L.nX.prototype={} +L.Ig.prototype={} +L.n3.prototype={ +q1(){var s,r=new L.Ig(P.aj(0,null,!1,t.Z)) +this.fZ$=r +s=this.c +s.toString +new L.nX(r).f_(s)}, +mY(){var s,r=this +if(r.gpg()){if(r.fZ$==null)r.q1()}else{s=r.fZ$ +if(s!=null){s.ap() +r.fZ$=null}}}, +I(a,b){if(this.gpg()&&this.fZ$==null)this.q1() +return C.UX}} +L.Qp.prototype={ +I(a,b){throw H.b(U.Hy("Widgets that mix AutomaticKeepAliveClientMixin into their State must call super.build() but must ignore the return value of the superclass."))}} +T.hc.prototype={ +cQ(a){return this.f!==a.f}} +T.rw.prototype={ +aQ(a){var s,r=this.e +r=new E.KF(C.d.aW(C.d.G(r,0,1)*255),r,!1,null,T.ad()) +r.gav() +s=r.gaI() +r.fr=s +r.sbb(null) +return r}, +aX(a,b){b.sex(0,this.e) +b.svR(!1)}} +T.ww.prototype={ +aQ(a){var s=new V.zi(this.e,this.f,this.r,!1,!1,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.st6(this.e) +b.sPE(this.f) +b.saho(this.r) +b.cn=b.bd=!1}, +rj(a){a.st6(null) +a.sPE(null)}} +T.Gg.prototype={ +aQ(a){var s=new E.Kv(this.e,C.aB,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.sqV(this.e) +b.shY(C.aB)}, +rj(a){a.sqV(null)}} +T.Ge.prototype={ +aQ(a){var s=new E.Ku(this.e,this.f,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.sqV(this.e) +b.shY(this.f)}, +rj(a){a.sqV(null)}} +T.JQ.prototype={ +aQ(a){var s=this,r=new E.KG(s.e,s.r,s.x,s.z,s.y,null,s.f,null,T.ad()) +r.gav() +r.gaI() +r.fr=!0 +r.sbb(null) +return r}, +aX(a,b){var s=this +b.skj(0,s.e) +b.shY(s.f) +b.sabt(0,s.r) +b.sl_(0,s.x) +b.sas(0,s.y) +b.spw(0,s.z)}} +T.JR.prototype={ +aQ(a){var s=this,r=new E.KH(s.r,s.y,s.x,s.e,s.f,null,T.ad()) +r.gav() +r.gaI() +r.fr=!0 +r.sbb(null) +return r}, +aX(a,b){var s=this +b.sqV(s.e) +b.shY(s.f) +b.sl_(0,s.r) +b.sas(0,s.x) +b.spw(0,s.y)}} +T.pe.prototype={ +aQ(a){var s,r=this,q=T.dW(a),p=new E.KR(r.x,null,T.ad()) +p.gav() +s=p.gaI() +p.fr=s +p.sbb(null) +p.sct(0,r.e) +p.scL(r.r) +p.sbC(0,q) +p.smz(r.y) +p.sR5(0,null) +return p}, +aX(a,b){var s=this +b.sct(0,s.e) +b.sR5(0,null) +b.scL(s.r) +b.sbC(0,T.dW(a)) +b.bd=s.x +b.smz(s.y)}} +T.qr.prototype={ +aQ(a){var s=new E.KB(this.e,null,T.ad()) +s.gav() +s.gaI() +s.fr=!0 +s.sbb(null) +return s}, +aX(a,b){b.smE(this.e)}} +T.Go.prototype={ +aQ(a){var s=new E.Ky(this.e,!1,this.y,C.dr,C.dr,null,T.ad()) +s.gav() +s.gaI() +s.fr=!0 +s.sbb(null) +return s}, +aX(a,b){b.smE(this.e) +b.sTR(!1) +b.sh5(0,this.y) +b.safY(C.dr) +b.saeu(C.dr)}} +T.Hs.prototype={ +aQ(a){var s=new E.zl(this.e,this.f,T.dW(a),this.r,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){var s +b.sEa(this.e) +b.scL(this.f) +b.sbC(0,T.dW(a)) +s=this.r +if(s!==b.a9){b.a9=s +b.aB() +b.ax()}}} +T.HJ.prototype={ +aQ(a){var s=new E.Kz(this.e,this.f,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.saiB(this.e) +b.ab=this.f}} +T.bb.prototype={ +aQ(a){var s=new T.zs(this.e,T.dW(a),null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.sdW(0,this.e) +b.sbC(0,T.dW(a))}} +T.dS.prototype={ +aQ(a){var s=new T.KK(this.f,this.r,this.e,T.dW(a),null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.scL(this.e) +b.saiW(this.f) +b.safe(this.r) +b.sbC(0,T.dW(a))}} +T.ne.prototype={} +T.jM.prototype={ +aQ(a){var s=new T.zj(this.e,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.sDv(this.e)}} +T.xW.prototype={ +qN(a){var s,r,q=a.e +q.toString +t.Wz.a(q) +s=this.f +if(q.e!==s){q.e=s +r=a.gak(a) +if(r instanceof K.t)r.a4()}}} +T.nl.prototype={ +aQ(a){var s=new B.zh(this.e,0,null,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.O(0,null) +return s}, +aX(a,b){b.sDv(this.e)}} +T.da.prototype={ +aQ(a){return E.asT(S.ft(this.f,this.e))}, +aX(a,b){b.sNY(S.ft(this.f,this.e))}, +cD(){var s,r=this,q=r.e +if(q===1/0&&r.f===1/0)s="SizedBox.expand" +else s=q===0&&r.f===0?"SizedBox.shrink":"SizedBox" +q=r.a +return q==null?s:s+"-"+q.i(0)}} +T.en.prototype={ +aQ(a){return E.asT(this.e)}, +aX(a,b){b.sNY(this.e)}} +T.o1.prototype={ +aQ(a){var s=new E.KC(this.e,this.f,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.sage(0,this.e) +b.sagc(0,this.f)}} +T.rv.prototype={ +aQ(a){var s=new E.zr(this.e,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.sxr(this.e)}, +c4(a){var s=($.bi+1)%16777215 +$.bi=s +return new T.Qt(s,this,C.ab,P.bu(t.u))}} +T.Qt.prototype={ +gF(){return t.kY.a(N.tb.prototype.gF.call(this))}} +T.Ia.prototype={ +aQ(a){var s=null,r=this.e +if(r===0)r=s +r=new E.zp(r,s,s,T.ad()) +r.gav() +r.gaI() +r.fr=!1 +r.sbb(s) +return r}, +aX(a,b){var s=this.e +b.sU8(s===0?null:s) +b.sU7(null)}} +T.LI.prototype={ +aQ(a){var s=a.J(t.I) +s.toString +s=new T.KQ(this.e,s.f,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){var s +b.sdW(0,this.e) +s=a.J(t.I) +s.toString +b.sbC(0,s.f)}} +T.Iu.prototype={ +aQ(a){var s=new R.zq(T.akI(a,C.m,!1),0,null,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.O(0,null) +return s}, +aX(a,b){b.shX(T.akI(a,C.m,!1))}} +T.tB.prototype={ +aQ(a){var s=T.dW(a) +s=new K.zy(this.e,s,this.r,C.aB,T.ad(),0,null,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.O(0,null) +return s}, +aX(a,b){var s +b.scL(this.e) +s=T.dW(a) +b.sbC(0,s) +s=this.r +if(b.az!==s){b.az=s +b.a4()}if(C.aB!==b.aN){b.aN=C.aB +b.aB() +b.ax()}}} +T.ox.prototype={ +qN(a){var s,r,q,p,o=this,n=a.e +n.toString +t.B.a(n) +s=o.f +if(n.x!=s){n.x=s +r=!0}else r=!1 +s=o.r +if(n.e!=s){n.e=s +r=!0}s=o.x +if(n.f!=s){n.f=s +r=!0}s=o.y +if(n.r!=s){n.r=s +r=!0}s=o.z +if(n.y!=s){n.y=s +r=!0}s=n.z +q=o.Q +if(s==null?q!=null:s!==q){n.z=q +r=!0}if(r){p=a.gak(a) +if(p instanceof K.t)p.a4()}}} +T.Hw.prototype={ +ga77(){switch(this.e){case C.p:return!0 +case C.m:var s=this.x +return s===C.dC||s===C.dD}}, +FR(a){var s=this.ga77()?T.dW(a):null +return s}, +aQ(a){var s=this,r=null,q=new F.zm(s.e,s.f,s.r,s.x,s.FR(a),s.z,s.Q,C.o,T.ad(),P.aj(4,new U.p5(r,C.av,C.l,1,r,r,r,r,C.aM,r),!1,t.mi),!0,0,r,r,T.ad()) +q.gav() +q.gaI() +q.fr=!1 +q.O(0,r) +return q}, +aX(a,b){var s=this,r=s.e +if(b.B!==r){b.B=r +b.a4()}r=s.f +if(b.N!==r){b.N=r +b.a4()}r=s.r +if(b.W!==r){b.W=r +b.a4()}r=s.x +if(b.a8!==r){b.a8=r +b.a4()}r=s.FR(a) +if(b.az!=r){b.az=r +b.a4()}r=s.z +if(b.aN!==r){b.aN=r +b.a4()}if(C.o!==b.bK){b.bK=C.o +b.aB() +b.ax()}}} +T.L0.prototype={} +T.qq.prototype={} +T.x1.prototype={ +qN(a){var s,r,q,p=a.e +p.toString +t.US.a(p) +s=this.f +if(p.e!==s){p.e=s +r=!0}else r=!1 +s=this.r +if(p.f!==s){p.f=s +r=!0}if(r){q=a.gak(a) +if(q instanceof K.t)q.a4()}}} +T.nx.prototype={} +T.KV.prototype={ +aQ(a){var s,r,q,p=this,o=null,n=p.e,m=p.r +if(m==null){m=a.J(t.I) +m.toString +m=m.f}s=p.y +r=L.y5(a) +q=s===C.bE?"\u2026":o +s=new Q.zt(new U.p5(n,p.f,m,p.z,q,r,p.Q,p.cx,p.cy,p.db),p.x,s,0,o,o,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.O(0,o) +s.Au(n) +return s}, +aX(a,b){var s,r=this +b.scP(0,r.e) +b.smW(0,r.f) +s=r.r +if(s==null){s=a.J(t.I) +s.toString +s=s.f}b.sbC(0,s) +b.sTV(r.x) +b.saha(0,r.y) +b.spc(r.z) +b.soH(0,r.Q) +b.sjh(0,r.cx) +b.spd(r.cy) +b.stp(0,r.db) +s=L.y5(a) +b.smF(0,s)}, +de(a){return this.e.$0()}} +T.a5b.prototype={ +$1(a){return!0}, +$S:37} +T.Kh.prototype={ +aQ(a){var s=this,r=s.d +r=r==null?null:r.dw(0) +r=new U.zo(r,s.e,s.f,s.r,s.x,s.y,s.z,s.Q,s.ch,s.cx,s.cy,s.db,s.dx,s.fr,!1,null,!1,T.ad()) +r.gav() +r.gaI() +r.fr=!1 +r.aaj() +return r}, +aX(a,b){var s=this,r=s.d +b.sft(0,r==null?null:r.dw(0)) +b.a8=s.e +b.saO(0,s.f) +b.saw(0,s.r) +b.sTa(0,s.x) +b.sas(0,s.y) +b.sac4(s.ch) +b.scL(s.cy) +b.sEa(s.cx) +b.sai2(0,s.db) +b.sabN(s.dx) +b.sEQ(!1) +b.sbC(0,null) +b.sx4(s.fr) +b.smz(s.Q)}, +rj(a){a.sft(0,null)}} +T.Iz.prototype={ +aQ(a){var s=this,r=null,q=new E.KJ(s.e,r,s.r,r,s.y,s.z,s.Q,r,T.ad()) +q.gav() +q.gaI() +q.fr=!1 +q.sbb(r) +return q}, +aX(a,b){var s=this +b.cB=s.e +b.di=null +b.cg=s.r +b.d4=null +b.bx=s.y +b.T=s.z +b.w=s.Q}} +T.fL.prototype={ +ae(){return new T.Cy(C.k)}} +T.Cy.prototype={ +aeM(a){var s=this.a.e +if(s!=null&&this.c!=null)s.$1(a)}, +FT(){return this.a.e==null?null:this.gaeL()}, +I(a,b){return new T.Rf(this,this.a.x,null)}} +T.Rf.prototype={ +aQ(a){var s=this.e,r=s.a +r.toString +r=new E.KE(!0,r.c,r.d,s.FT(),r.f,null,T.ad()) +r.gav() +r.gaI() +r.fr=!1 +r.sbb(null) +return r}, +aX(a,b){var s=this.e,r=s.a +r.toString +b.ab=r.c +b.aG=r.d +b.bd=s.FT() +r=r.f +if(!b.cn.k(0,r)){b.cn=r +b.aB()}}} +T.fh.prototype={ +aQ(a){var s=new E.KN(null,T.ad()) +s.gav() +s.fr=!0 +s.sbb(null) +return s}} +T.hS.prototype={ +aQ(a){var s=new E.zn(this.e,this.f,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.sQ6(this.e) +b.sEx(this.f)}} +T.EX.prototype={ +aQ(a){var s=new E.zd(!1,null,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.sNK(!1) +b.sEx(null)}} +T.t6.prototype={ +gJj(){var s=this.e.k2 +s=s==null?null:new A.cG(s,C.aq) +return s}, +gJk(){var s=this.e.k4 +s=s==null?null:new A.cG(s,C.aq) +return s}, +gJi(){return null}, +gJg(){return null}, +gJh(){return null}, +aQ(a){var s=this,r=null,q=s.e +q=new E.zv(s.f,s.r,!1,q.b,q.a,q.d,q.e,q.y,q.z,q.f,q.r,q.x,q.Q,q.ch,q.cx,q.cy,q.dx,q.dy,q.fr,q.fx,q.db,q.fy,q.go,q.id,q.k1,q.c,s.gJj(),s.gJk(),s.gJi(),s.gJg(),s.gJh(),q.y2,s.JW(a),q.am,q.aF,q.a3,q.a8,q.a5,q.ao,q.ar,q.aj,q.b7,q.bc,q.q,q.C,q.ag,q.bs,q.bX,q.bT,r,r,q.c6,q.B,q.N,q.W,q.az,r,T.ad()) +q.gav() +q.gaI() +q.fr=!1 +q.sbb(r) +return q}, +JW(a){var s,r=this.e,q=r.a2 +if(q!=null)return q +s=r.k2!=null||r.k4!=null||!1 +if(!s)return null +return T.dW(a)}, +aX(a,b){var s,r,q=this +b.saci(q.f) +b.sae0(q.r) +b.sadV(!1) +s=q.e +b.syv(s.fr) +b.sl0(0,s.a) +b.sCT(0,s.b) +b.sFy(s.c) +b.syy(0,s.d) +b.sCL(0,s.e) +b.syP(s.y) +b.sEI(s.z) +b.smE(s.f) +b.sEp(s.r) +b.sFp(s.x) +b.stg(0,s.Q) +b.sEb(s.ch) +b.sEc(0,s.cx) +b.sEy(s.cy) +b.smI(s.dx) +b.sEY(0,s.dy) +b.sEr(0,s.db) +b.sft(0,s.fy) +b.sEK(s.go) +b.srU(s.id) +b.so9(s.k1) +b.sabk(q.gJj()) +b.sabl(q.gJk()) +b.sabj(q.gJi()) +b.sabh(q.gJg()) +b.sabi(q.gJh()) +b.safh(s.y2) +b.sF_(s.fx) +b.sbC(0,q.JW(a)) +b.syQ(s.am) +b.saii(s.aF) +b.sj0(s.a3) +b.sj_(s.a5) +b.soW(s.ao) +b.soX(s.ar) +b.soY(s.aj) +b.soV(s.b7) +b.st4(s.bc) +b.soP(s.a8) +b.st2(s.q) +b.soM(0,s.C) +b.soN(0,s.ag) +b.soU(0,s.bs) +r=s.bX +b.soS(r) +b.soQ(r) +b.soT(null) +b.soR(null) +b.soZ(s.c6) +b.sp_(s.B) +b.soO(s.N) +b.st3(s.W) +b.sacT(s.az)}} +T.yj.prototype={ +aQ(a){var s=new E.KD(null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}} +T.Fk.prototype={ +aQ(a){var s=new E.Kt(!0,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.sabs(!0)}} +T.lp.prototype={ +aQ(a){var s=new E.Kx(this.e,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.sadW(this.e)}} +T.I3.prototype={ +aQ(a){var s=new E.KA(this.e,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){b.safr(0,this.e)}} +T.xR.prototype={ +I(a,b){return this.c}} +T.f3.prototype={ +I(a,b){return this.c.$1(b)}} +T.ig.prototype={ +ae(){return new T.Si(C.k)}, +abD(a,b){return this.c.$2(a,b)}} +T.Si.prototype={ +I(a,b){return this.a.abD(b,this.gTF())}} +T.wj.prototype={ +aQ(a){var s=new T.CU(this.e,C.bh,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){t.yE.a(b).sas(0,this.e)}} +T.CU.prototype={ +sas(a,b){if(b.k(0,this.cB))return +this.cB=b +this.aB()}, +aK(a,b){var s,r,q,p,o,n=this,m=n.rx +if(m.a>0&&m.b>0){m=a.gc3(a) +s=n.rx +r=b.a +q=b.b +p=s.a +s=s.b +o=H.ai() +o=o?H.aK():new H.aE(new H.aG()) +o.sas(0,n.cB) +m.cA(0,new P.v(r,q,r+p,q+s),o)}m=n.q$ +if(m!=null)a.dD(m,b)}} +N.aj9.prototype={ +$0(){var s,r,q=this,p=q.b +if(p==null||t.n2.b(q.c)){p=q.a.gei().d +p.toString +s=q.c +s=s.gce(s) +r=S.aC_() +p.c0(r,s) +p=r}return p}, +$S:310} +N.aja.prototype={ +$1(a){return this.a.lc(t.K.a(a))}, +$S:311} +N.ez.prototype={ +wn(){return P.dK(!1,t.y)}, +kX(a){return P.dK(!1,t.y)}, +wo(a){var s=a.a +s.toString +return this.kX(s)}, +Dy(){}, +OV(){}, +OU(a){}, +rf(a){}} +N.MK.prototype={ +aeT(){this.adp($.be().b.a.f)}, +adp(a){var s,r,q +for(s=this.ag$,r=s.length,q=0;q"))}, +aQ(a){return this.d}, +aX(a,b){}, +aba(a,b){var s,r={} +r.a=b +if(b==null){a.QH(new N.a4C(r,this,a)) +s=r.a +s.toString +a.qS(s,new N.a4D(r))}else{b.W=this +b.fv()}r=r.a +r.toString +return r}, +cD(){return this.e}} +N.a4C.prototype={ +$0(){var s=this.b,r=N.aEL(s,s.$ti.c) +this.a.a=r +r.r=this.c}, +$S:0} +N.a4D.prototype={ +$0(){var s=this.a.a +s.toString +s.Ho(null,null) +s.vr()}, +$S:0} +N.m2.prototype={ +gF(){return this.$ti.j("m1<1>").a(N.a7.prototype.gF.call(this))}, +br(a){var s=this.N +if(s!=null)a.$1(s)}, +i8(a){this.N=null +this.ji(a)}, +e9(a,b){this.Ho(a,b) +this.vr()}, +bm(a,b){this.kn(0,b) +this.vr()}, +ib(){var s=this,r=s.W +if(r!=null){s.W=null +s.kn(0,s.$ti.j("m1<1>").a(r)) +s.vr()}s.zi()}, +vr(){var s,r,q,p,o,n,m=this +try{m.N=m.dq(m.N,m.$ti.j("m1<1>").a(N.a7.prototype.gF.call(m)).c,C.iq)}catch(o){s=H.a0(o) +r=H.ax(o) +n=U.aZ("attaching to the render tree") +q=new U.bp(s,r,"widgets library",n,null,!1) +U.d6(q) +p=N.Hj(q) +m.N=m.dq(null,p,C.iq)}}, +gD(){return this.$ti.j("aB<1>").a(N.a7.prototype.gD.call(this))}, +jP(a,b){var s=this.$ti +s.j("aB<1>").a(N.a7.prototype.gD.call(this)).sbb(s.c.a(a))}, +jW(a,b,c){}, +k8(a,b){this.$ti.j("aB<1>").a(N.a7.prototype.gD.call(this)).sbb(null)}} +N.ML.prototype={$iaf:1} +N.DX.prototype={ +h0(){this.Ue() +$.eJ=this +var s=$.be().b +s.ch=this.ga5f() +s.cx=$.Y}, +FE(){this.Ug() +this.Ax()}} +N.DY.prototype={ +h0(){this.Xz() +$.bL=this}, +jO(){this.Uf()}} +N.DZ.prototype={ +h0(){var s,r,q,p=this +p.XB() +$.hq=p +p.di$=C.AG +s=new K.zE(P.aT(t.z4),P.aj(0,null,!1,t.Z)) +C.jG.tR(s.ga7_()) +p.cg$=s +s=new Q.HT(P.A(t.v3,t.bd),P.aT(t.SQ),H.a([],t.sA)) +if(p.iP$==null)p.iP$=s +else H.f(H.eN("_keyboard")) +r=$.apm() +q=H.a([],t.K0) +if(p.cB$==null)p.cB$=new Q.Ii(s,r,q) +else H.f(H.eN("_keyEventManager")) +s=$.be() +r=p.gqg() +s=s.b +s.cy=r.gaeP() +s.db=$.Y +C.zs.yH(p.gqg().gaf3()) +s=$.as1 +if(s==null)s=$.as1=H.a([],t.iL) +s.push(p.ga00()) +C.zu.yH(new N.aja(p)) +C.zt.yH(p.ga4M()) +C.bC.tR(p.ga5d()) +p.ahH()}, +jO(){this.XC()}} +N.E_.prototype={ +h0(){this.XD() +$.hZ=this +var s=t.K +this.l4$=new E.a_H(P.A(s,t.Sc),P.A(s,t.B6),P.A(s,t.pt)) +C.A8.wv()}, +rK(){this.We() +var s=this.l4$ +if(s!=null)s.aP(0)}, +lc(a){return this.af6(a)}, +af6(a){var s=0,r=P.K(t.H),q,p=this +var $async$lc=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:s=3 +return P.L(p.Wf(a),$async$lc) +case 3:switch(H.d3(J.aL(t.c.a(a),"type"))){case"fontsChange":p.rz$.ap() +break}s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$lc,r)}} +N.E0.prototype={ +h0(){this.XG() +$.A1=this +this.Po$=$.be().b.a.a}} +N.E1.prototype={ +h0(){var s,r,q,p,o=this +o.XH() +$.m3=o +s=t.TT +o.y1$=new K.JW(o.gadP(),o.ga5I(),o.ga5K(),H.a([],s),H.a([],s),H.a([],s),P.aT(t.d)) +s=$.be() +r=s.b +r.f=o.gaeV() +q=r.r=$.Y +r.rx=o.gaeY() +r.ry=q +r.x1=o.ga5G() +r.x2=q +r.y1=o.ga5E() +r.y2=q +s=new A.zz(C.r,o.OL(),s,null,T.ad()) +s.gav() +s.fr=!0 +s.sbb(null) +o.gei().saie(s) +s=o.gei().d +s.ch=s +q=t.O +q.a(B.F.prototype.gcd.call(s)).e.push(s) +p=s.Ni() +s.dx.saY(0,p) +q.a(B.F.prototype.gcd.call(s)).y.push(s) +o.TE(r.a.c) +o.y$.push(o.ga5b()) +s=t.S +r=P.aj(0,null,!1,t.Z) +o.x2$=new A.IP(new A.a1B(C.k0,P.A(s,t.ZA)),P.A(s,t.xg),r) +o.z$.push(o.ga68())}, +jO(){this.XE()}, +DJ(a,b,c){this.x2$.aiM(b,new N.aj9(this,c,b)) +this.V5(0,b,c)}} +N.E2.prototype={ +jO(){this.XJ()}, +Ek(){var s,r,q +this.VS() +for(s=this.ag$,r=s.length,q=0;q=s.b&&s.c>=s.d) +else s=!0}else s=!1 +if(s)m=T.aDx(new T.en(C.l5,n,n),0,0) +s=o.d +if(s!=null)m=new T.dS(s,n,n,m,n) +r=o.ga7B() +if(r!=null)m=new T.bb(r,m,n) +s=o.f +if(s!=null)m=new T.wj(s,m,n) +s=o.cx +if(s!==C.o){q=T.dW(b) +p=o.r +p.toString +m=T.ar6(m,s,new M.Of(q==null?C.l:q,p,n))}s=o.r +if(s!=null)m=M.are(m,s,C.lP) +s=o.x +if(s!=null)m=M.are(m,s,C.lQ) +s=o.y +if(s!=null)m=new T.en(s,m,n) +s=o.z +if(s!=null)m=new T.bb(s,m,n) +s=o.Q +if(s!=null)m=T.anV(o.ch,m,s,!0) +m.toString +return m}} +M.Of.prototype={ +FO(a){return this.c.yf(new P.v(0,0,0+a.a,0+a.b),this.b)}, +GE(a){return!a.c.k(0,this.c)||a.b!==this.b}} +E.GI.prototype={} +E.Ox.prototype={ +D3(a){return!1}, +aD(a,b){}, +bq(a){return this.aD(a,null)}} +E.Or.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).ad6(0,C.x)}, +bq(a){return this.aD(a,null)}} +E.On.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).ad8(C.x,!1)}, +bq(a){return this.aD(a,null)}} +E.Om.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).ad7(C.x)}, +bq(a){return this.aD(a,null)}} +E.Oq.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).ad9(C.x)}, +bq(a){return this.aD(a,null)}} +E.Op.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).adb(C.x,!1)}, +bq(a){return this.aD(a,null)}} +E.Oo.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).ada(C.x)}, +bq(a){return this.aD(a,null)}} +E.OK.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).adX(C.x)}, +bq(a){return this.aD(a,null)}} +E.OL.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).adY(C.x)}, +bq(a){return this.aD(a,null)}} +E.OM.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).adZ(C.x)}, +bq(a){return this.aD(a,null)}} +E.ON.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).ae_(C.x)}, +bq(a){return this.aD(a,null)}} +E.OO.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).ae1(C.x)}, +bq(a){return this.aD(a,null)}} +E.OP.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).ae3(C.x)}, +bq(a){return this.aD(a,null)}} +E.OQ.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).Pk(C.x,!1,!0)}, +bq(a){return this.aD(a,null)}} +E.OR.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).ae4(C.x,!1)}, +bq(a){return this.aD(a,null)}} +E.OS.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).ae2(C.x)}, +bq(a){return this.aD(a,null)}} +E.OT.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).ae6(C.x)}, +bq(a){return this.aD(a,null)}} +E.OU.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).Pl(C.x,!1,!0)}, +bq(a){return this.aD(a,null)}} +E.OV.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).ae7(C.x,!1)}, +bq(a){return this.aD(a,null)}} +E.OW.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).ae5(C.x)}, +bq(a){return this.aD(a,null)}} +E.OX.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).ae8(C.x)}, +bq(a){return this.aD(a,null)}} +E.Q4.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).QR(C.x)}, +bq(a){return this.aD(a,null)}} +E.Q7.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).QS(C.x)}, +bq(a){return this.aD(a,null)}} +E.Qa.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).QT(C.x)}, +bq(a){return this.aD(a,null)}} +E.Qd.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).QW(C.x)}, +bq(a){return this.aD(a,null)}} +E.Q5.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).EW(C.x)}, +bq(a){return this.aD(a,null)}} +E.Q6.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).agn(C.x,!1)}, +bq(a){return this.aD(a,null)}} +E.Q8.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).EX(C.x)}, +bq(a){return this.aD(a,null)}} +E.Q9.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).ago(C.x,!1)}, +bq(a){return this.aD(a,null)}} +E.Qb.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).QU(C.x)}, +bq(a){return this.aD(a,null)}} +E.Qc.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).QV(C.x)}, +bq(a){return this.aD(a,null)}} +E.RT.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s) +s.cl(s.a9.fW(0,s.aR.a.c.a.a.length),C.x)}, +bq(a){return this.aD(a,null)}} +E.NU.prototype={ +aD(a,b){var s,r,q,p=this.gc1().r +p=$.B.C$.Q.h(0,p).gD() +p.toString +p=t.E.a(p).aR.a.c.a +s=p.b +r=p.a +p=s.a +q=s.b +if(p!==q)T.qp(new T.ld(C.b.S(r,p,q)))}, +bq(a){return this.aD(a,null)}} +E.O9.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).acU(C.x)}, +bq(a){return this.aD(a,null)}} +E.Qx.prototype={ +aD(a,b){var s=this.gc1().r +s=$.B.C$.Q.h(0,s).gD() +s.toString +t.E.a(s).xC(C.x)}, +bq(a){return this.aD(a,null)}} +E.GJ.prototype={} +Q.fw.prototype={ +i(a){return this.b}} +Q.wE.prototype={ +ae(){return new Q.Bv(null,null,C.k)}} +Q.BK.prototype={ +i(a){return this.b}} +Q.Bv.prototype={ +aC(){var s,r=this +r.XT() +r.a.toString +s=G.bl(null,C.N,0,null,1,null,r) +s.cu(r.ga4a()) +r.d=s +r.C7()}, +ga74(){var s=this.e +return s==null?H.f(H.u("_moveAnimation")):s}, +gpg(){var s=this.d +if(s==null)s=null +else{s=s.r +s=s!=null&&s.a!=null}if(s!==!0){s=this.f +if(s==null)s=null +else{s=s.r +s=s!=null&&s.a!=null}s=s===!0}else s=!0 +return s}, +l(a){var s +this.d.l(0) +s=this.f +if(s!=null)s.l(0) +this.XS(0)}, +ghk(){var s=this.a.y +return s===C.lR||s===C.f9||s===C.fa}, +nt(a){var s +if(a===0)return C.iF +if(this.ghk()){s=this.c.J(t.I) +s.toString +switch(s.f){case C.q:return a<0?C.fa:C.f9 +case C.l:return a>0?C.fa:C.f9}}return a>0?C.bg:C.lS}, +gL6(){var s=this.c +s=s.gnb(s) +s.toString +return this.ghk()?s.a:s.b}, +a24(a){var s,r,q=this +q.y=!0 +s=q.d +r=s.r +if(r!=null&&r.a!=null){q.x=s.gbw()*q.gL6()*J.dI(q.x) +q.d.ee(0)}else{q.x=0 +s.sm(0,0)}q.R(new Q.adx(q))}, +a25(a){var s,r,q,p=this +if(!p.y){s=p.d.r +s=s!=null&&s.a!=null}else s=!0 +if(s){s=p.d.r +s=s!=null&&s.a!=null}else s=!0 +if(s)return +s=a.c +s.toString +r=p.x +switch(p.a.y){case C.lR:case C.G2:p.x=r+s +break +case C.lS:s=r+s +if(s<0)p.x=s +break +case C.bg:s=r+s +if(s>0)p.x=s +break +case C.f9:q=p.c.J(t.I) +q.toString +switch(q.f){case C.q:s=p.x+s +if(s>0)p.x=s +break +case C.l:s=p.x+s +if(s<0)p.x=s +break}break +case C.fa:q=p.c.J(t.I) +q.toString +switch(q.f){case C.q:s=p.x+s +if(s<0)p.x=s +break +case C.l:s=p.x+s +if(s>0)p.x=s +break}break +case C.iF:p.x=0 +break}if(J.dI(r)!==J.dI(p.x))p.R(new Q.ady(p)) +s=p.d +q=s.r +if(!(q!=null&&q.a!=null))s.sm(0,Math.abs(p.x)/p.gL6())}, +C7(){var s,r,q=this,p=J.dI(q.x),o=q.d +o.toString +s=q.ghk() +r=q.a +if(s){r.toString +s=new P.l(p,0)}else{r.toString +s=new P.l(0,p)}r=t.Ni +q.e=new R.bc(t.m.a(o),new R.ay(C.h,s,r),r.j("bc"))}, +a1Z(a){var s,r,q,p,o=this +if(o.x===0)return C.hF +s=a.a +r=s.a +q=s.b +if(o.ghk()){s=Math.abs(r) +if(s-Math.abs(q)<400||s<700)return C.hF +p=o.nt(r)}else{s=Math.abs(q) +if(s-Math.abs(r)<400||s<700)return C.hF +p=o.nt(q)}if(p===o.nt(o.x))return C.yZ +return C.z_}, +uu(a){return this.a4i(a)}, +a4i(a){var s=0,r=P.K(t.H),q,p=this,o,n,m,l +var $async$uu=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:if(!p.y){o=p.d.r +o=o!=null&&o.a!=null}else o=!0 +if(o){o=p.d.r +o=o!=null&&o.a!=null}else o=!0 +if(o){s=1 +break}p.y=!1 +o=p.d +l=o.gbh(o)===C.O +if(l){s=3 +break}else c=l +s=4 +break +case 3:l=J +s=5 +return P.L(p.ul(),$async$uu) +case 5:c=l.e(c,!0) +case 4:if(c){p.My() +s=1 +break}o=a.a +n=o.a +m=p.ghk()?n.a:n.b +switch(p.a1Z(o)){case C.yZ:p.a.toString +C.rL.h(0,p.nt(p.x)) +p.x=J.dI(m) +p.d.la(Math.abs(m)*0.0033333333333333335) +break +case C.z_:p.x=J.dI(m) +p.d.la(-Math.abs(m)*0.0033333333333333335) +break +case C.hF:o=p.d +if(o.gbh(o)!==C.z){o=p.d.gbw() +p.a.toString +C.rL.h(0,p.nt(p.x)) +n=p.d +if(o>0.4)n.bG(0) +else n.dd(0)}break}case 1:return P.I(q,r)}}) +return P.J($async$uu,r)}, +uV(a){return this.a4b(a)}, +a4b(a){var s=0,r=P.K(t.H),q=this,p +var $async$uV=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:s=a===C.O&&!q.y?2:3 +break +case 2:p=J +s=4 +return P.L(q.ul(),$async$uV) +case 4:if(p.e(c,!0))q.My() +else q.d.dd(0) +case 3:q.mY() +return P.I(null,r)}}) +return P.J($async$uV,r)}, +ul(){var s=0,r=P.K(t.X7),q,p=this +var $async$ul=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:p.a.toString +q=!0 +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$ul,r)}, +My(){var s,r,q=this +q.a.toString +s=q.nt(q.x) +r=q.a +r.x.$1(s)}, +I(a,b){var s,r,q,p,o,n,m,l=this,k=null +l.z2(0,b) +l.a.toString +s=l.r +if(s!=null){r=l.ghk()?C.m:C.p +q=l.z +p=q.a +return new K.Lt(r,T.aU(k,q.b,p),s,k)}s=l.ga74() +r=l.a +o=K.aFe(r.c,s,k,!0) +if(r.y===C.iF)return o +s=l.ghk()?l.gJ2():k +r=l.ghk()?l.gJ3():k +q=l.ghk()?l.gJ1():k +p=l.ghk()?k:l.gJ2() +n=l.ghk()?k:l.gJ3() +m=l.ghk()?k:l.gJ1() +l.a.toString +return D.dL(C.bh,o,C.a0,!1,k,k,k,k,q,s,r,k,k,k,k,k,k,k,k,k,m,p,n)}} +Q.adx.prototype={ +$0(){this.a.C7()}, +$S:0} +Q.ady.prototype={ +$0(){this.a.C7()}, +$S:0} +Q.Ec.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r,q=this.c +q.toString +s=!U.cp(q) +q=this.bJ$ +if(q!=null)for(q=P.c_(q,q.r),r=H.o(q).c;q.t();)r.a(q.d).scJ(0,s) +this.bV()}} +Q.Ed.prototype={ +aC(){this.b1() +if(this.gpg())this.q1()}, +dK(){var s=this.fZ$ +if(s!=null){s.ap() +this.fZ$=null}this.ko()}} +K.GS.prototype={ +gbA(a){var s=this.a +if(s==null)return null +s=s.c +s.toString +return s}} +D.Mc.prototype={ +gcP(a){return this.a.a}, +scP(a,b){this.hL(0,this.a.wd(C.a2,C.eA,b))}, +abz(a,b,c){var s,r,q=null,p=this.a,o=p.c +if(o.gd9()){s=o.b +p=s>=o.a&&s<=p.a.length}else p=!1 +if(!p||!c)return Q.p6(q,b,this.a.a) +r=b.cj(C.OU) +p=this.a +o=p.c +p=p.a +s=o.a +o=o.b +return Q.p6(H.a([Q.p6(q,q,C.b.S(p,0,s)),Q.p6(q,r,C.b.S(p,s,o)),Q.p6(q,q,C.b.bv(p,o))],t.Ne),b,q)}, +stN(a){var s,r,q,p,o=this +if(!o.Qz(a))throw H.b(U.Hy("invalid text selection: "+a.i(0))) +s=a.a +r=a.b +if(s===r){q=o.a.c +s=s>=q.a&&r<=q.b}else s=!1 +p=s?o.a.c:C.a2 +o.hL(0,o.a.acC(p,a))}, +Qz(a){var s=this.a.a.length +return a.a<=s&&a.b<=s}, +de(a){return this.gcP(this).$0()}} +D.a9G.prototype={} +D.qJ.prototype={ +gjh(a){var s=this.fr,r=s.gf4() +return new M.LZ(s.d,r,s.r,s.cx,s.x,s.y,null,!0,s.id)}, +ae(){var s=null +return new D.qK(new B.ef(!0,P.aj(0,s,!1,t.Z)),new N.b3(s,t.A),new T.xV(),new T.xV(),new T.xV(),s,s,C.k)}} +D.qK.prototype={ +ghO(){var s=this.ch +return s==null?H.f(H.u("_cursorBlinkOpacityController")):s}, +gku(){var s=this.fy +return s==null?H.f(H.u("_floatingCursorResetController")):s}, +gpg(){return this.a.d.gcs()}, +aC(){var s,r,q=this,p=null +q.WD() +q.a.c.ad(0,q.gAe()) +s=q.a.d +r=q.c +r.toString +q.dy=s.aq(r) +q.a.d.ad(0,q.gAl()) +q.a.toString +s=F.Lb() +q.Q=s +s.ad(0,new D.Y5(q)) +q.ch=G.bl(p,C.dF,0,p,1,p,q) +s=q.ghO() +s.cN() +s=s.ci$ +s.b=!0 +s.a.push(q.gL_()) +q.fy=G.bl(p,p,0,p,1,p,q) +s=q.gku() +s.cN() +s=s.ci$ +s.b=!0 +s.a.push(q.gL0()) +q.f.sm(0,q.a.cx)}, +aM(){var s=this +s.WE() +s.c.J(t.BY) +if(!s.dx)s.a.toString}, +be(a){var s,r,q,p,o=this +o.bH(a) +s=a.c +if(o.a.c!==s){r=o.gAe() +s.Y(0,r) +o.a.c.ad(0,r) +o.Cb()}if(!o.a.c.a.b.k(0,s.a.b)){s=o.z +if(s!=null)s.bm(0,o.a.c.a)}s=o.z +if(s!=null)s.sPR(o.a.ch) +if(!o.fx){o.gqi() +s=!1}else s=!0 +o.fx=s +s=a.d +if(o.a.d!==s){r=o.gAl() +s.Y(0,r) +s=o.dy +if(s!=null)s.af(0) +s=o.a.d +q=o.c +q.toString +o.dy=s.aq(q) +o.a.d.ad(0,r) +o.mY()}if(a.y&&o.a.d.gcs())o.Bo() +s=o.ghP() +if(s)if(a.y!==o.a.y){o.y.toString +o.gqi() +s=o.IN(!1) +$.hx().gff().cO("TextInput.updateConfig",s.mX(),t.H)}if(!o.a.fr.k(0,a.fr)){p=o.a.fr +if(o.ghP()){s=o.y +s.toString +r=o.gAm() +s.GB(0,p.d,p.r,p.x,o.a.fy,r)}}s=o.a +r=s.y +if(!r){if(s.y1==null)s=null +else s=!0 +s=s===!0}else s=!1 +s}, +l(a){var s,r=this +r.a.c.Y(0,r.gAe()) +r.ghO().Y(0,r.gL_()) +r.gku().Y(0,r.gL0()) +r.Ir() +r.MB() +s=r.z +if(s!=null){s.wX() +s.gvI().l(0)}r.z=null +r.dy.af(0) +r.a.d.Y(0,r.gAl()) +C.c.v($.B.ag$,r) +r.WF(0)}, +aiH(a){var s=this,r=s.a +if(r.y)a=r.c.a.D8(a.b) +s.go=a +if(a.k(0,s.a.c.a))return +r=s.a.c.a +if(a.a===r.a&&a.c.k(0,r.c))s.uZ(a.b,C.x) +else{s.iR() +s.x2=null +if(s.ghP())s.a.toString +s.a3c(a,C.x)}s.vx() +if(s.ghP()){s.BQ(!1) +s.BP()}}, +L1(){var s,r,q,p,o=this,n=o.r,m=$.B.C$.Q.h(0,n).gD() +m.toString +s=t.E +s.a(m) +r=o.k1 +r.toString +r=m.pk(r).gabM() +m=$.B.C$.Q.h(0,n).gD() +m.toString +q=r.a7(0,new P.l(0,s.a(m).au.gcK()/2)) +m=o.gku() +if(m.gbh(m)===C.O){m=$.B.C$.Q.h(0,n).gD() +m.toString +s.a(m) +r=o.k1 +r.toString +m.yG(C.fe,q,r) +m=o.k1.a +n=$.B.C$.Q.h(0,n).gD() +n.toString +if(m!==s.a(n).a9.c)o.uZ(X.dO(C.n,o.k1.a),C.xD) +o.k3=o.k2=o.k1=o.id=null}else{p=o.gku().gbw() +m=o.k3 +r=P.a8(m.a,q.a,p) +r.toString +m=P.a8(m.b,q.b,p) +m.toString +n=$.B.C$.Q.h(0,n).gD() +n.toString +s.a(n) +s=o.k1 +s.toString +n.Gn(C.fd,new P.l(r,m),s,p)}}, +uA(a,b){var s,r,q,p=this,o=p.a.c +o.hL(0,o.a.Ox(C.a2)) +if(b)switch(a){case C.k6:case C.k7:case C.ex:case C.ka:case C.kb:case C.kc:case C.kf:case C.kg:case C.k8:case C.k9:case C.hm:p.a.d.j8() +break +case C.kd:o=p.a.d +o.d.J(t.ag).f.vf(o,!0) +break +case C.ke:o=p.a.d +o.d.J(t.ag).f.vf(o,!1) +break}try{p.a.toString}catch(q){s=H.a0(q) +r=H.ax(q) +o=U.aZ("while calling onSubmitted for "+a.i(0)) +U.d6(new U.bp(s,r,"widgets",o,null,!1))}}, +Cb(){var s,r=this +if(r.k4>0||!r.ghP())return +s=r.a.c.a +if(s.k(0,r.go))return +r.y.toString +$.hx().gff().cO("TextInput.setEditingState",s.xW(),t.H) +r.go=s}, +JP(a){var s,r,q,p,o,n,m,l,k=this +if(!C.c.gcp(k.Q.d).f.gmh()){s=C.c.gcp(k.Q.d).cx +s.toString +return new Q.m5(s,a)}s=k.r +r=$.B.C$.Q.h(0,s).gD() +r.toString +q=t.E +r=q.a(r).rx +r.toString +if(k.a.r2===1){s=a.c +q=a.a +r=r.a +p=s-q>=r?r/2-a.gbk().a:C.f.G(0,s-r,q) +o=C.e1}else{n=a.gbk() +s=$.B.C$.Q.h(0,s).gD() +s.toString +m=P.aEz(n,Math.max(a.d-a.b,q.a(s).au.gcK()),a.c-a.a) +s=m.d +q=m.b +r=r.b +p=s-q>=r?r/2-m.gbk().b:C.f.G(0,s-r,q) +o=C.e0}s=C.c.gcp(k.Q.d).cx +s.toString +r=C.c.gcp(k.Q.d).z +r.toString +q=C.c.gcp(k.Q.d).Q +q.toString +l=C.d.G(p+s,r,q) +q=C.c.gcp(k.Q.d).cx +q.toString +return new Q.m5(l,a.cb(o.a_(0,q-l)))}, +ghP(){var s=this.y +s=s==null?null:$.hx().b===s +return s===!0}, +gqi(){this.a.toString +return!1}, +Bo(){var s,r,q,p,o,n,m,l=this,k="TextInput.show" +if(!l.ghP()){s=l.a.c.a +l.gqi() +if(!l.fx){l.gqi() +r=!1}else r=!0 +r=l.IN(r) +q=$.atr +$.atr=q+1 +p=new N.a9b(q,l) +$.hx().HV(p,r) +r=p +l.y=r +r=$.hx() +q=t.H +r.gff().mC(k,q) +l.Nt() +l.N9() +l.N8() +l.gqi() +o=l.a.fr +n=l.y +n.toString +m=l.gAm() +n.GB(0,o.d,o.r,o.x,l.a.fy,m) +r.gff().cO("TextInput.setEditingState",s.xW(),q)}else{l.y.toString +$.hx().gff().mC(k,t.H)}}, +Ir(){var s,r,q=this +if(q.ghP()){s=q.y +s.toString +r=$.hx() +if(r.b===s){r.gff().mC("TextInput.clearClient",t.H) +r.b=null +r.a8W()}q.go=q.y=null}}, +RP(){if(this.a.d.gcs())this.Bo() +else this.a.d.pa()}, +Nk(){var s,r,q=this +if(q.z!=null){s=q.a.d.gcs() +r=q.z +if(s){r.toString +r.bm(0,q.a.c.a)}else{r.wX() +r.gvI().l(0) +q.z=null}}}, +uZ(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=null +if(!j.a.c.Qz(a))return +j.a.c.stN(a) +j.RP() +q=j.a +if(q.y1==null){q=j.z +if(q!=null){q.wX() +q.gvI().l(0)}j.z=null}else{p=j.z +o=q.c.a +if(p==null){p=j.c +p.toString +n=$.B.C$.Q.h(0,j.r).gD() +n.toString +t.E.a(n) +m=j.a +o=new F.Mf(p,q,j.cx,j.cy,j.db,n,m.y1,j,m.W,m.ar,i,o) +l=p.E9(t.N1) +l.toString +o.ch=G.bl(i,C.dE,0,i,1,i,l) +j.z=o}else p.bm(0,o) +q=j.z +q.toString +q.sPR(j.a.ch) +j.z.TQ()}try{j.a.ao.$2(a,b)}catch(k){s=H.a0(k) +r=H.ax(k) +q=U.aZ("while calling onSelectionChanged for "+H.c(b)) +U.d6(new U.bp(s,r,"widgets",q,i,!1))}if(j.d!=null){j.BQ(!1) +j.BP()}}, +a43(a){this.r1=a}, +vx(){if(this.r2)return +this.r2=!0 +$.bL.z$.push(new D.XX(this))}, +gKy(){var s=this.rx +return s==null?H.f(H.u("_lastBottomViewInset")):s}, +Dy(){var s,r=this,q=r.gKy() +$.B.toString +s=$.be() +if(q!==s.e.d){$.bL.z$.push(new D.Y4(r)) +q=r.gKy() +$.B.toString +if(q>>16&255,s.gm(s)>>>8&255,s.gm(s)&255) +q.gef().sCN(s) +q=r.a.cx&&r.ghO().gbw()>0 +r.f.sm(0,q)}, +a1N(a){var s,r=this,q=!r.e +r.e=q +s=q?1:0 +if(r.a.bs){q=r.ghO() +q.Q=C.aw +q.lR(s,C.f6,null)}else r.ghO().sm(0,s) +if(r.ry>0)r.R(new D.XU(r))}, +a1P(a){var s=this.d +if(s!=null)s.aV(0) +this.d=P.Mj(C.iJ,this.gIR())}, +BP(){var s=this +s.e=!0 +s.ghO().sm(0,1) +if(s.a.bs)s.d=P.Mj(C.dE,s.ga1O()) +else s.d=P.Mj(C.iJ,s.gIR())}, +BQ(a){var s=this,r=s.d +if(r!=null)r.aV(0) +s.d=null +s.e=!1 +s.ghO().sm(0,0) +if(a)s.ry=0 +if(s.a.bs){s.ghO().ee(0) +s.ghO().sm(0,0)}}, +MB(){return this.BQ(!0)}, +Mx(){var s,r=this +if(r.d==null)if(r.a.d.gcs()){s=r.a.c.a.b +s=s.a===s.b}else s=!1 +else s=!1 +if(s)r.BP() +else{if(r.d!=null)if(r.a.d.gcs()){s=r.a.c.a.b +s=s.a!==s.b}else s=!0 +else s=!1 +if(s)r.MB()}}, +a20(){var s=this +s.Cb() +s.Mx() +s.Nk() +s.R(new D.XV())}, +a2v(){var s,r,q=this +if(q.a.d.gcs()&&q.a.d.ach())q.Bo() +else if(!q.a.d.gcs()){q.Ir() +s=q.a.c +s.hL(0,s.a.Ox(C.a2))}q.Mx() +q.Nk() +s=q.a.d.gcs() +r=$.B +if(s){r.ag$.push(q) +$.B.toString +q.rx=$.be().e.d +if(!q.a.y)q.vx() +if(!q.a.c.a.b.gd9())q.uZ(X.dO(C.n,q.a.c.a.a.length),null)}else{C.c.v(r.ag$,q) +s=q.a.c +s.hL(0,new N.co(s.a.a,C.eA,C.a2)) +q.x2=null}q.mY()}, +Nt(){var s,r,q,p,o=this +if(o.ghP()){s=o.r +r=$.B.C$.Q.h(0,s).gD() +r.toString +q=t.E +r=q.a(r).rx +r.toString +s=$.B.C$.Q.h(0,s).gD() +s.toString +p=q.a(s).ds(0,null) +s=o.y +if(!r.k(0,s.a)||!p.k(0,s.b)){s.a=r +s.b=p +s=$.hx() +r=P.aJ(["width",r.a,"height",r.b,"transform",p.a],t.N,t.z) +s.gff().cO("TextInput.setEditableSizeAndTransform",r,t.H)}$.bL.z$.push(new D.Y2(o))}}, +N9(){var s,r,q,p,o,n=this,m=n.a.c.a.c +if(n.ghP()){s=n.r +r=$.B.C$.Q.h(0,s).gD() +r.toString +q=t.E +p=q.a(r).yn(m) +if(p==null){o=m.gd9()?m.a:0 +s=$.B.C$.Q.h(0,s).gD() +s.toString +p=q.a(s).pk(new P.b1(o,C.n))}n.y.Tq(p) +$.bL.z$.push(new D.Y1(n))}}, +N8(){var s,r,q,p,o=this +if(o.ghP()){s=o.r +r=$.B.C$.Q.h(0,s).gD() +r.toString +q=t.E +q.a(r) +r=$.B.C$.Q.h(0,s).gD() +r.toString +if(q.a(r).a9.gd9()){r=$.B.C$.Q.h(0,s).gD() +r.toString +r=q.a(r).a9 +r=r.a===r.b}else r=!1 +if(r){r=$.B.C$.Q.h(0,s).gD() +r.toString +r=q.a(r).a9 +s=$.B.C$.Q.h(0,s).gD() +s.toString +p=q.a(s).pk(new P.b1(r.c,C.n)) +o.y.Tp(p)}$.bL.z$.push(new D.Y0(o))}}, +gAm(){var s,r +this.a.toString +s=this.c +s=s.J(t.I) +s.toString +r=s.f +return r}, +eP(a,b){var s=this.a,r=s.y +s=s.c.a +if(r?!s.b.k(0,a.b):!s.k(0,a))this.vx() +this.JF(a,b,!0)}, +qQ(a){var s,r,q=this.r,p=$.B.C$.Q.h(0,q).gD() +p.toString +s=t.E +r=this.JP(s.a(p).pk(a)) +this.Q.li(r.a) +q=$.B.C$.Q.h(0,q).gD() +q.toString +s.a(q).n9(r.b)}, +pA(){return!1}, +Q0(a){var s=this.z +if(a){if(s!=null)s.wX()}else if(s!=null)s.iR()}, +iR(){return this.Q0(!0)}, +IN(a){var s,r,q=this,p=q.a,o=p.y2,n=p.y,m=p.db,l=p.dx,k=p.a2,j=p.id,i=p.c6 +if(!a)p=null +else{p="EditableText-"+H.ea(q) +q.a.toString +s=H.a([],t.s) +r=q.a +s=new F.Vx(p,s,r.c.a) +p=s}return new N.a9a(o,n,!1,!0,p,m,l,!0,k,j,i,!0)}, +TM(a,b){this.R(new D.Y6(this,a,b))}, +a92(a){var s=this.a +if(s.Q.a)if(s.d.gcs()){if(a==null)s=null +else{s=this.a +if(s.Q.a){s=s.c.a.b +s=s.a!==s.b}else s=!1}s=s===!0}else s=!1 +else s=!1 +return s?new D.XY(this,a):null}, +a93(a){var s=this.a +if(s.Q.b&&!s.y)if(s.d.gcs()){if(a==null)s=null +else{s=this.a +if(s.Q.b&&!s.y){s=s.c.a.b +s=s.a!==s.b}else s=!1}s=s===!0}else s=!1 +else s=!1 +return s?new D.XZ(this,a):null}, +a94(a){var s=this.a,r=s.y +if(!r)if(s.d.gcs()){if(a==null)s=null +else s=!this.a.y +if(s===!0)s=!0 +else s=!1}else s=!1 +else s=!1 +return s?new D.Y_(this,a):null}, +I(a,b){var s,r,q,p,o,n,m,l,k=this,j=null +k.dy.tl() +k.z2(0,b) +s=k.a +r=s.y1 +q=s.b7 +p=s.r2!==1 +o=p?C.C:C.P +n=k.Q +m=s.az +l=s.W +s=s.b6 +p=p?j:K.at5(b).acv(!1) +return new T.fL(j,j,j,q,!0,F.anB(o,n,l,!0,m,s,p,j,new D.Y3(k,r)),j)}, +aby(){var s=this.a,r=s.c,q=this.c +q.toString +return r.abz(q,s.fr,!s.y)}, +$iato:1} +D.Y5.prototype={ +$0(){var s=this.a.z +if(s!=null)s.qz()}, +$S:0} +D.XX.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j=this.a +j.r2=!1 +if(j.r1==null||j.Q.d.length===0)return +s=j.r +r=$.B.C$.Q.h(0,s).gD() +r.toString +q=t.E +r=q.a(r).au.gcK() +p=j.a.B.d +o=j.z +if((o==null?null:o.r)!=null){n=o.r.n_(r).b +m=Math.max(n,48) +p=Math.max(n/2-j.z.r.tG(C.ez,r).b+m/2,p)}l=j.a.B.wb(p) +r=j.r1 +r.toString +k=j.JP(r) +j.Q.jr(k.a,C.ad,C.aC) +s=$.B.C$.Q.h(0,s).gD() +s.toString +q.a(s).na(C.ad,C.aC,l.Qa(k.b))}, +$S:2} +D.Y4.prototype={ +$1(a){var s=this.a.z +if(s!=null)s.qz()}, +$S:2} +D.XW.prototype={ +$2(a,b){return b.aez(this.a.a.c.a,a)}, +$S:314} +D.XU.prototype={ +$0(){--this.a.ry}, +$S:0} +D.XV.prototype={ +$0(){}, +$S:0} +D.Y2.prototype={ +$1(a){return this.a.Nt()}, +$S:2} +D.Y1.prototype={ +$1(a){return this.a.N9()}, +$S:2} +D.Y0.prototype={ +$1(a){return this.a.N8()}, +$S:2} +D.Y6.prototype={ +$0(){this.a.x2=new P.d0(this.b,this.c)}, +$S:0} +D.XY.prototype={ +$0(){return this.b.aeC(this.a,null)}, +$S:0} +D.XZ.prototype={ +$0(){return this.b.aeD(this.a)}, +$S:0} +D.Y_.prototype={ +$0(){return this.b.wP(this.a)}, +$S:0} +D.Y3.prototype={ +$2(a8,a9){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=null,a4=this.a,a5=this.b,a6=a4.a92(a5),a7=a4.a93(a5) +a5=a4.a94(a5) +s=a4.aby() +r=a4.a +q=r.c.a +r=r.k3 +r=P.ar(C.d.aW(255*a4.ghO().gbw()),r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255) +p=a4.a +o=p.r1 +n=p.y +p=p.d.gcs() +m=a4.a +l=m.r2 +k=m.rx +m=m.gjh(m) +j=a4.a.x2 +i=F.an8(a8) +h=a4.a.fy +g=a4.gAm() +a4.a.toString +f=L.arg(a8) +e=a4.a +d=e.e +c=e.q +b=e.C +a=e.ag +a0=e.bX +if(a0==null)a0=C.h +a1=e.bF +a2=e.d5 +return new T.qr(a4.cx,T.bw(a3,a3,new D.OE(s,q,r,a4.cy,a4.db,o,a4.f,!0,n,p,l,k,!1,m,j,i,h,g,a3,d,!1,f,C.aM,a9,a4.ga42(),!0,c,b,a,a0,e.bT,a1,a2,!0,a4,a4.c.J(t.w).f.b,a4.x2,a4.a.k4,C.aB,D.aGd(s),a4.r),!1,a3,a3,!1,a3,a3,a3,a3,a3,a3,a3,a3,a3,a6,a7,a3,a3,a3,a5,a3,a3,a3,a3,a3,a3,a3),a3)}, +$S:315} +D.OE.prototype={ +aQ(a){var s,r=this,q=null,p=r.e,o=L.y5(a),n=r.f.b,m=D.auc(),l=D.auc(),k=t.Z,j=P.aj(0,q,!1,k) +k=P.aj(0,q,!1,k) +s=T.ad() +o=new D.oz(m,l,r.y1,!0,r.bc,r.k2,!1,r.b7,new B.ef(!0,j),new B.ef(!0,k),new U.p5(p,r.go,r.id,r.fy,q,o,q,r.fr,r.r1,r.k4),r.Q,r.cy,!0,r.cx,r.db,r.dx,!1,n,r.x2,r.a2,r.am,r.a5,r.x,r.y,!0,r.ag,C.h,s,0,q,q,T.ad()) +o.gav() +o.gaI() +o.fr=!1 +m.swY(r.fx) +m.swZ(n) +m.sGf(r.ao) +m.sGg(r.ar) +l.swY(r.C) +l.swZ(r.q) +o.gef().sCN(r.r) +o.gef().sOO(r.aF) +o.gef().sON(r.a3) +o.gef().sabo(r.z) +o.Nd(q) +o.Nl(q) +o.O(0,q) +o.Je(p) +return o}, +aX(a,b){var s,r,q=this +b.scP(0,q.e) +b.gef().sCN(q.r) +b.sU6(q.x) +b.sadJ(q.y) +b.sTP(q.Q) +b.saey(!0) +b.stg(0,q.cx) +b.scs(q.cy) +b.soH(0,q.db) +b.sagk(q.dx) +b.sDX(!1) +b.sjh(0,q.fr) +s=b.b_ +s.swY(q.fx) +b.spc(q.fy) +b.smW(0,q.go) +b.sbC(0,q.id) +r=L.y5(a) +b.smF(0,r) +b.stN(q.f.b) +b.sh5(0,q.x2) +b.cV=q.y1 +b.er=!0 +b.stp(0,q.k4) +b.spd(q.r1) +b.sagy(q.k2) +b.sagx(!1) +b.sacS(q.a2) +b.sacR(q.am) +b.gef().sOO(q.aF) +b.gef().sON(q.a3) +s.sGf(q.ao) +s.sGg(q.ar) +b.aR=q.b7 +b.swk(0,q.bc) +b.sahg(q.a5) +s=b.b6 +s.swY(q.C) +r=q.ag +if(r!==b.l3){b.l3=r +b.aB() +b.ax()}s.swZ(q.q)}} +D.adz.prototype={ +$1(a){return!0}, +$S:37} +D.BB.prototype={ +aC(){this.b1() +if(this.a.d.gcs())this.q1()}, +dK(){var s=this.fZ$ +if(s!=null){s.ap() +this.fZ$=null}this.ko()}} +D.OF.prototype={} +D.BC.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r,q=this.c +q.toString +s=!U.cp(q) +q=this.bJ$ +if(q!=null)for(q=P.c_(q,q.r),r=H.o(q).c;q.t();)r.a(q.d).scJ(0,s) +this.bV()}} +D.OG.prototype={} +O.lH.prototype={ +i(a){return this.b}} +O.Nm.prototype={} +O.Zh.prototype={ +af(a){var s,r=this.a +if(r.cy===this){if(!r.gld()){s=r.r +s=s!=null&&s.x===r}else s=!0 +if(s)r.y3(C.kq) +s=r.r +if(s!=null){if(s.f===r)s.f=null +s.r.v(0,r)}s=r.Q +if(s!=null)s.a8D(0,r) +r.cy=null}}, +tl(){var s,r,q=this.a +if(q.cy===this){s=q.d +s.toString +r=L.aD4(s,!0);(r==null?q.d.r.f.e:r).Bt(q)}}} +O.Mt.prototype={ +i(a){return this.b}} +O.dv.prototype={ +sGH(a){var s,r=this +if(!r.a){r.a=!0 +s=r.r +if(s!=null){s.vb() +s.r.H(0,r)}}}, +gdv(){var s,r,q,p +if(!this.b)return!1 +s=this.gjF() +if(s!=null&&!s.gdv())return!1 +for(r=this.giB(),q=r.length,p=0;p"))}, +giB(){var s,r,q=this.x +if(q==null){s=H.a([],t.bp) +r=this.Q +for(;r!=null;){s.push(r) +r=r.Q}this.x=s +q=s}return q}, +gcs(){if(!this.gld()){var s=this.r +if(s==null)s=null +else{s=s.f +s=s==null?null:C.c.A(s.giB(),this)}s=s===!0}else s=!0 +return s}, +gld(){var s=this.r +return(s==null?null:s.f)===this}, +gmG(){return this.gjF()}, +gjF(){var s,r,q,p +for(s=this.giB(),r=s.length,q=0;q"))),o=null;l.t();o=n){n=l.gE(l) +if(o==r){l=b?C.cq:C.cr +n.pa() +s=n.d +s.toString +F.at6(s,1,l) +return!0}}return!1}} +U.Zk.prototype={ +$1(a){var s,r,q,p,o,n,m +for(s=a.c,r=s.length,q=this.b,p=this.a,o=0;o")) +break +case C.bq:s=new H.b7(q,new U.Xh(b),H.aq(q).j("b7<1>")) +break +case C.b9:case C.br:s=null +break +default:s=null}return s}, +a9z(a,b,c){var s=P.as(c,!0,c.$ti.j("p.E")) +S.pS(s,new U.Xi(),t.mx) +switch(a){case C.b9:return new H.b7(s,new U.Xj(b),H.aq(s).j("b7<1>")) +case C.br:return new H.b7(s,new U.Xk(b),H.aq(s).j("b7<1>")) +case C.ba:case C.bq:break}return null}, +a8c(a,b,c){var s,r,q=this,p=q.iO$,o=p.h(0,b),n=o!=null +if(n){s=o.a +s=s.length!==0&&C.c.gK(s).a!==a}else s=!1 +if(s){s=o.a +if(C.c.gL(s).b.Q==null){q.nd(b) +p.v(0,b) +return!1}r=new U.Xe(q,o,b) +switch(a){case C.br:case C.b9:switch(C.c.gK(s).a){case C.ba:case C.bq:q.nd(b) +p.v(0,b) +break +case C.b9:case C.br:if(r.$1(a))return!0 +break}break +case C.ba:case C.bq:switch(C.c.gK(s).a){case C.ba:case C.bq:if(r.$1(a))return!0 +break +case C.b9:case C.br:q.nd(b) +p.v(0,b) +break}break}}if(n&&o.a.length===0){q.nd(b) +p.v(0,b)}return!1}, +afp(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=null,h=a.gmG(),g=h.go,f=g.length!==0?C.c.gL(g):i +if(f==null){s=j.aei(a,b) +if(s==null)s=a +switch(b){case C.b9:case C.ba:U.mK(s,C.cr) +break +case C.bq:case C.br:U.mK(s,C.cq) +break}return!0}if(j.a8c(b,h,f))return!0 +g=f.d +g.toString +r=F.ja(g) +switch(b){case C.br:case C.b9:q=j.a9z(b,f.gbo(f),h.gFB()) +if(r!=null&&!r.d.gO3()){q.toString +p=new H.b7(q,new U.Xm(r),q.$ti.j("b7")) +if(!p.gM(p))q=p}if(!q.gX(q).t()){o=i +break}n=P.as(q,!0,H.o(q).j("p.E")) +if(b===C.b9){g=H.aq(n).j("bB<1>") +n=P.as(new H.bB(n,g),!0,g.j("ba.E"))}m=new H.b7(n,new U.Xn(new P.v(f.gbo(f).a,-1/0,f.gbo(f).c,1/0)),H.aq(n).j("b7<1>")) +if(!m.gM(m)){o=m.gK(m) +break}S.pS(n,new U.Xo(f),t.mx) +o=C.c.gK(n) +break +case C.bq:case C.ba:q=j.a9y(b,f.gbo(f),h) +if(r!=null&&!r.d.gO3()){q.toString +p=new H.b7(q,new U.Xp(r),q.$ti.j("b7")) +if(!p.gM(p))q=p}if(!q.gX(q).t()){o=i +break}n=P.as(q,!0,H.o(q).j("p.E")) +if(b===C.ba){g=H.aq(n).j("bB<1>") +n=P.as(new H.bB(n,g),!0,g.j("ba.E"))}m=new H.b7(n,new U.Xq(new P.v(-1/0,f.gbo(f).b,1/0,f.gbo(f).d)),H.aq(n).j("b7<1>")) +if(!m.gM(m)){o=m.gK(m) +break}S.pS(n,new U.Xr(f),t.mx) +o=C.c.gK(n) +break +default:o=i}if(o!=null){g=j.iO$ +l=g.h(0,h) +k=new U.uj(b,f) +if(l!=null)l.a.push(k) +else g.p(0,h,new U.Ou(H.a([k],t.Kj))) +switch(b){case C.b9:case C.ba:U.mK(o,C.cr) +break +case C.br:case C.bq:U.mK(o,C.cq) +break}return!0}return!1}} +U.agW.prototype={ +$1(a){return a.b===this.a}, +$S:319} +U.Xl.prototype={ +$2(a,b){if(this.a)if(this.b)return C.d.bQ(a.gbo(a).b,b.gbo(b).b) +else return C.d.bQ(b.gbo(b).d,a.gbo(a).d) +else if(this.b)return C.d.bQ(a.gbo(a).a,b.gbo(b).a) +else return C.d.bQ(b.gbo(b).c,a.gbo(a).c)}, +$S:51} +U.Xf.prototype={ +$2(a,b){return C.d.bQ(a.gbo(a).gbk().a,b.gbo(b).gbk().a)}, +$S:51} +U.Xg.prototype={ +$1(a){var s=this.a +return!a.gbo(a).k(0,s)&&a.gbo(a).gbk().a<=s.a}, +$S:20} +U.Xh.prototype={ +$1(a){var s=this.a +return!a.gbo(a).k(0,s)&&a.gbo(a).gbk().a>=s.c}, +$S:20} +U.Xi.prototype={ +$2(a,b){return C.d.bQ(a.gbo(a).gbk().b,b.gbo(b).gbk().b)}, +$S:51} +U.Xj.prototype={ +$1(a){var s=this.a +return!a.gbo(a).k(0,s)&&a.gbo(a).gbk().b<=s.b}, +$S:20} +U.Xk.prototype={ +$1(a){var s=this.a +return!a.gbo(a).k(0,s)&&a.gbo(a).gbk().b>=s.d}, +$S:20} +U.Xe.prototype={ +$1(a){var s,r,q=this.b.a.pop().b,p=q.d +p.toString +p=F.ja(p) +s=$.B.C$.f.f.d +s.toString +if(p!=F.ja(s)){p=this.a +s=this.c +p.nd(s) +p.iO$.v(0,s) +return!1}switch(a){case C.b9:case C.ba:r=C.cr +break +case C.bq:case C.br:r=C.cq +break +default:r=null}U.mK(q,r) +return!0}, +$S:321} +U.Xm.prototype={ +$1(a){var s=a.d +s.toString +return F.ja(s)===this.a}, +$S:20} +U.Xn.prototype={ +$1(a){var s=a.gbo(a).h1(this.a) +return!s.gM(s)}, +$S:20} +U.Xo.prototype={ +$2(a,b){var s=this.a +return C.d.bQ(Math.abs(a.gbo(a).gbk().a-s.gbo(s).gbk().a),Math.abs(b.gbo(b).gbk().a-s.gbo(s).gbk().a))}, +$S:51} +U.Xp.prototype={ +$1(a){var s=a.d +s.toString +return F.ja(s)===this.a}, +$S:20} +U.Xq.prototype={ +$1(a){var s=a.gbo(a).h1(this.a) +return!s.gM(s)}, +$S:20} +U.Xr.prototype={ +$2(a,b){var s=this.a +return C.d.bQ(Math.abs(a.gbo(a).gbk().b-s.gbo(s).gbk().b),Math.abs(b.gbo(b).gbk().b-s.gbo(s).gbk().b))}, +$S:51} +U.dn.prototype={ +gOX(){var s=this.d +if(s==null){s=this.c.d +s.toString +s=this.d=new U.agU().$1(s)}s.toString +return s}} +U.agT.prototype={ +$1(a){var s=a.gOX() +return P.iR(s,H.aq(s).c)}, +$S:322} +U.agV.prototype={ +$2(a,b){switch(this.a){case C.l:return C.d.bQ(a.b.a,b.b.a) +case C.q:return C.d.bQ(b.b.c,a.b.c)}}, +$S:111} +U.agU.prototype={ +$1(a){var s,r,q=H.a([],t.vl),p=t.I,o=a.lu(p) +for(;o!=null;){q.push(p.a(o.gF())) +s=U.auO(o,1) +if(s==null)o=null +else{s=s.z +r=s==null?null:s.h(0,H.bz(p)) +o=r}}return q}, +$S:324} +U.js.prototype={ +gbo(a){var s,r,q,p,o=this +if(o.b==null)for(s=o.a,s=new H.at(s,new U.agR(),H.aq(s).j("at<1,v>")),s=new H.dy(s,s.gn(s)),r=H.o(s).c;s.t();){q=r.a(s.d) +p=o.b +if(p==null){o.b=q +p=q}o.b=p.l1(q)}s=o.b +s.toString +return s}, +grX(){return this.a}} +U.agR.prototype={ +$1(a){return a.b}, +$S:325} +U.agS.prototype={ +$2(a,b){switch(this.a){case C.l:return C.d.bQ(a.gbo(a).a,b.gbo(b).a) +case C.q:return C.d.bQ(b.gbo(b).c,a.gbo(a).c)}}, +$S:326} +U.Kl.prototype={ +a1d(a){var s,r,q,p,o,n=C.c.gK(a).a,m=t.qi,l=H.a([],m),k=H.a([],t.jE) +for(s=a.length,r=0;r") +return P.as(new H.b7(b,new U.a46(new P.v(-1/0,s.b,1/0,s.d)),r),!0,r.j("p.E"))}, +$S:327} +U.a46.prototype={ +$1(a){var s=a.b.h1(this.a) +return!s.gM(s)}, +$S:328} +U.xd.prototype={ +ae(){return new U.Pc(C.k)}} +U.Pc.prototype={ +aC(){this.b1() +this.d=O.xc(!1,"FocusTraversalGroup",!0,null,null,!0)}, +l(a){var s=this.d +if(s!=null)s.l(0) +this.aZ(0)}, +I(a,b){var s=null,r=this.a,q=r.c,p=this.d +p.toString +return new U.uo(q,p,L.x9(!1,!1,r.e,s,!0,p,!1,s,s,s,s,!0),s)}} +U.uo.prototype={ +cQ(a){return!1}} +U.KS.prototype={ +bq(a){U.mK(a.gdm(a),C.xz)}} +U.rt.prototype={} +U.J1.prototype={ +bq(a){var s=$.B.C$.f.f +s.d.J(t.ag).f.vf(s,!0)}} +U.rO.prototype={} +U.K6.prototype={ +bq(a){var s=$.B.C$.f.f +s.d.J(t.ag).f.vf(s,!1)}} +U.GQ.prototype={ +bq(a){var s=$.B,r=s.C$.f.f.d.f +r.toString +r=!(r instanceof D.qJ) +if(r){s=s.C$.f.f +s.d.J(t.ag).f.afp(s,a.a)}}} +U.Pd.prototype={} +U.Rg.prototype={ +CR(a,b){var s +this.V2(a,b) +s=this.iO$.h(0,b) +if(s!=null){s=s.a +if(!!s.fixed$length)H.f(P.S("removeWhere")) +C.c.qt(s,new U.agW(a),!0)}}} +U.TS.prototype={} +U.TT.prototype={} +A.xf.prototype={ +ae(){return new A.xg(P.aT(t.gx),C.k)}} +A.xg.prototype={ +a2P(){var s=this +s.a.toString +s.e=s.f.iC(0,new A.Zx()) +s.JC()}, +JC(){this.R(new A.Zy(this))}, +I(a,b){var s,r=this +switch(r.a.f){case C.kX:r.mf() +break +case C.kY:if(r.e)r.mf() +break +case C.eM:break}s=r.a +return new F.u4(new A.BQ(r,r.d,s.c,null),null,null)}, +tz(){this.e=!0 +this.JC() +return this.mf()}, +mf(){var s,r,q +for(s=this.f,s=P.c_(s,s.r),r=H.o(s).c,q=!1;s.t();)q=!r.a(s.d).tz()||q +return!q}} +A.Zx.prototype={ +$1(a){var s=a.f +return H.o(s).j("cY.T").a(s.y)}, +$S:329} +A.Zy.prototype={ +$0(){++this.a.d}, +$S:0} +A.BQ.prototype={ +cQ(a){return this.r!==a.r}} +A.jV.prototype={ +ae(){return A.aDa(H.o(this).j("jV.T"))}} +A.fA.prototype={ +gJE(){var s=this.d +return s===$?this.d=this.gF().f:s}, +tz(){this.R(new A.Zw(this)) +var s=this.e +return H.o(s).j("cY.T").a(s.y)==null}, +mf(){var s,r=this +if(r.gF().d!=null){s=r.gF().d +s.toString +r.e.sm(0,s.$1(r.gJE()))}}, +wl(a){var s +this.R(new A.Zv(this,a)) +s=this.c +s.toString +s=A.amK(s) +if(s!=null)s.a2P()}, +gf7(){return this.gF().z}, +h6(a,b){var s=this +s.k6(s.e,"error_text") +s.k6(s.f,"has_interacted_by_user")}, +dK(){var s=this.c +s.toString +s=A.amK(s) +if(s!=null)s.f.v(0,this) +this.ko()}, +I(a,b){var s,r=this +r.gF() +switch(r.gF().x){case C.kX:r.mf() +break +case C.kY:s=r.f +if(H.o(s).j("cY.T").a(s.y))r.mf() +break +case C.eM:break}s=A.amK(b) +if(s!=null)s.f.H(0,r) +return r.gF().e.$1(r)}} +A.Zw.prototype={ +$0(){this.a.mf()}, +$S:0} +A.Zv.prototype={ +$0(){var s=this.a +s.d=this.b +s.f.zn(0,!0)}, +$S:0} +A.vV.prototype={ +i(a){return this.b}} +A.ae3.prototype={ +$2(a,b){if(!a.a)a.Y(0,b)}, +$S:36} +A.up.prototype={ +be(a){this.bH(a) +this.oc()}, +aM(){var s,r,q,p,o=this +o.bV() +s=o.bl$ +r=o.gmR() +q=o.c +q.toString +q=K.oC(q) +o.d3$=q +p=o.me(q,r) +if(r){o.h6(s,o.c5$) +o.c5$=!1}if(p)if(s!=null)s.l(0)}, +l(a){var s,r=this +r.e1$.ai(0,new A.ae3()) +s=r.bl$ +if(s!=null)s.l(0) +r.bl$=null +r.aZ(0)}} +N.AV.prototype={ +i(a){return"[#"+Y.bY(this)+"]"}} +N.hO.prototype={ +gaJ(){var s,r=$.B.C$.Q.h(0,this) +if(r instanceof N.hs){s=r.a2 +s.toString +if(H.o(this).c.b(s))return s}return null}} +N.b3.prototype={ +i(a){var s=this,r=s.a,q=r!=null?" "+r:"" +if(H.C(s)===C.Tg)return"[GlobalKey#"+Y.bY(s)+q+"]" +return"["+("#"+Y.bY(s))+q+"]"}} +N.lv.prototype={ +k(a,b){if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +return this.$ti.b(b)&&b.a===this.a}, +gu(a){return H.vt(this.a)}, +i(a){var s="GlobalObjectKey" +return"["+(C.b.ep(s,">")?C.b.S(s,0,-8):s)+" "+("#"+Y.bY(this.a))+"]"}} +N.h.prototype={ +cD(){var s=this.a +return s==null?"Widget":"Widget-"+s.i(0)}, +k(a,b){if(b==null)return!1 +return this.zb(0,b)}, +gu(a){return P.z.prototype.gu.call(this,this)}} +N.aI.prototype={ +c4(a){return N.aFn(this)}} +N.X.prototype={ +c4(a){return N.aFm(this)}} +N.ai9.prototype={ +i(a){return this.b}} +N.a1.prototype={ +gF(){var s=this.a +s.toString +return s}, +aC(){}, +be(a){}, +R(a){a.$0() +this.c.fv()}, +dK(){}, +eV(){}, +l(a){}, +aM(){}} +N.b0.prototype={} +N.dN.prototype={ +c4(a){var s=($.bi+1)%16777215 +$.bi=s +return new N.oo(s,this,C.ab,P.bu(t.u),H.o(this).j("oo"))}} +N.bg.prototype={ +c4(a){return N.aDk(this)}} +N.ah.prototype={ +aX(a,b){}, +rj(a){}} +N.Io.prototype={ +c4(a){var s=($.bi+1)%16777215 +$.bi=s +return new N.In(s,this,C.ab,P.bu(t.u))}} +N.aX.prototype={ +c4(a){return N.aF5(this)}} +N.eu.prototype={ +c4(a){return N.aDL(this)}} +N.uk.prototype={ +i(a){return this.b}} +N.Pp.prototype={ +N4(a){a.br(new N.af5(this,a)) +a.kd()}, +aaf(){var s,r,q,p=this +p.a=!0 +r=p.b +q=P.as(r,!0,H.o(r).j("cn.E")) +C.c.fI(q,N.akE()) +s=q +r.aP(0) +try{r=s +new H.bB(r,H.b9(r).j("bB<1>")).ai(0,p.gaae())}finally{p.a=!1}}} +N.af5.prototype={ +$1(a){this.a.N4(a)}, +$S:13} +N.VR.prototype={ +G8(a){var s=this +if(a.cy){s.e=!0 +return}if(!s.d&&s.a!=null){s.d=!0 +s.a.$0()}s.c.push(a) +a.cy=!0}, +QH(a){try{a.$0()}finally{}}, +qS(a,b){var s,r,q,p,o,n,m,l,k=this,j={},i=b==null +if(i&&k.c.length===0)return +P.pc("Build",C.dV,null) +try{k.d=!0 +if(!i){j.a=null +k.e=!1 +try{b.$0()}finally{}}i=k.c +C.c.fI(i,N.akE()) +k.e=!1 +j.b=i.length +j.c=0 +for(p=0;p=m){n=k.e +n.toString}else n=!0 +if(n){if(!!i.immutable$list)H.f(P.S("sort")) +p=m-1 +if(p-0<=32)H.LO(i,0,p,N.akE()) +else H.LN(i,0,p,N.akE()) +p=k.e=!1 +j.b=i.length +while(!0){n=j.c +if(!(n>0?i[n-1].cx:p))break +j.c=n-1}p=n}}}finally{for(i=k.c,p=i.length,l=0;l#"+C.b.t5(C.f.kc(q.gu(q)&1048575,16),5,"0")+"(DEFUNCT)":s) +q=q.a}if(q!=null)r.push("\u22ef") +return C.c.c8(r," \u2190 ")}, +cD(){var s=this.f +s=s==null?null:s.cD() +return s==null?"#"+Y.bY(this)+"(DEFUNCT)":s}, +fv(){var s=this +if(s.x!==C.cu)return +if(s.cx)return +s.cx=!0 +s.r.G8(s)}, +th(){if(this.x!==C.cu||!this.cx)return +this.ib()}, +$iP:1} +N.Ye.prototype={ +$1(a){if(a.x===C.yW)return +else if(a instanceof N.a7)this.a.a=a.gD() +else a.br(this)}, +$S:13} +N.Yf.prototype={ +$1(a){a.Ce(this.a) +if(!(a instanceof N.a7))a.br(this)}, +$S:13} +N.Yb.prototype={ +$1(a){a.Nb(this.a)}, +$S:13} +N.Yd.prototype={ +$1(a){a.rd()}, +$S:13} +N.Yc.prototype={ +$1(a){a.vV(this.a)}, +$S:13} +N.Hi.prototype={ +aQ(a){var s=this.d,r=new V.zk(s,T.ad()) +r.gav() +r.gaI() +r.fr=!1 +r.a_1(s) +return r}} +N.wk.prototype={ +e9(a,b){this.H1(a,b) +this.Av()}, +Av(){this.th()}, +ib(){var s,r,q,p,o,n,m=this,l=null +try{l=m.bB(0) +m.gF()}catch(o){s=H.a0(o) +r=H.ax(o) +n=N.Hj(N.aot(U.aZ("building "+m.i(0)),s,r,new N.WB(m))) +l=n}finally{m.cx=!1}try{m.dy=m.dq(m.dy,l,m.d)}catch(o){q=H.a0(o) +p=H.ax(o) +n=N.Hj(N.aot(U.aZ("building "+m.i(0)),q,p,new N.WC(m))) +l=n +m.dy=m.dq(null,l,m.d)}}, +br(a){var s=this.dy +if(s!=null)a.$1(s)}, +i8(a){this.dy=null +this.ji(a)}} +N.WB.prototype={ +$0(){var s=this +return P.ca(function(){var r=0,q=1,p +return function $async$$0(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:r=2 +return K.GO(new N.nm(s.a)) +case 2:return P.c8() +case 1:return P.c9(p)}}},t.a)}, +$S:9} +N.WC.prototype={ +$0(){var s=this +return P.ca(function(){var r=0,q=1,p +return function $async$$0(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:r=2 +return K.GO(new N.nm(s.a)) +case 2:return P.c8() +case 1:return P.c9(p)}}},t.a)}, +$S:9} +N.ec.prototype={ +gF(){return t.gU.a(N.aW.prototype.gF.call(this))}, +bB(a){return this.gF().I(0,this)}, +bm(a,b){this.u_(0,b) +this.cx=!0 +this.th()}} +N.hs.prototype={ +bB(a){return this.a2.I(0,this)}, +Av(){var s,r=this +try{r.dx=!0 +s=r.a2.aC()}finally{r.dx=!1}r.a2.aM() +r.UO()}, +ib(){var s=this +if(s.am){s.a2.aM() +s.am=!1}s.GU()}, +bm(a,b){var s,r,q,p,o=this +o.u_(0,b) +q=o.a2 +p=q.a +p.toString +s=p +o.cx=!0 +p=o.f +p.toString +q.a=t.lb.a(p) +try{o.dx=!0 +r=q.be(s)}finally{o.dx=!1}o.th()}, +eV(){this.z6() +this.a2.eV() +this.fv()}, +dK(){this.a2.dK() +this.GZ()}, +kd(){var s=this +s.pH() +s.a2.l(0) +s.a2=s.a2.c=null}, +wj(a,b){return this.z8(a,b)}, +aM(){this.H_() +this.am=!0}} +N.kh.prototype={ +gF(){return t.yH.a(N.aW.prototype.gF.call(this))}, +bB(a){return this.gF().b}, +bm(a,b){var s=this,r=s.gF() +s.u_(0,b) +s.ty(r) +s.cx=!0 +s.th()}, +ty(a){this.t_(a)}} +N.oo.prototype={ +gF(){return this.$ti.j("dN<1>").a(N.kh.prototype.gF.call(this))}, +HQ(a){this.br(new N.a2L(a))}, +t_(a){this.HQ(this.$ti.j("dN<1>").a(N.kh.prototype.gF.call(this)))}} +N.a2L.prototype={ +$1(a){if(a instanceof N.a7)this.a.qN(a.gD()) +else a.br(this)}, +$S:13} +N.cx.prototype={ +gF(){return t.WB.a(N.kh.prototype.gF.call(this))}, +C6(){var s,r=this,q=r.a,p=q==null?null:q.z +q=t.n +s=t.IS +q=p!=null?r.z=P.aDg(p,q,s):r.z=P.hP(q,s) +q.p(0,H.C(r.gF()),r)}, +Sd(a,b){this.c6.p(0,a,null)}, +R_(a,b){b.aM()}, +ty(a){if(this.gF().cQ(a))this.VC(a)}, +t_(a){var s,r +for(s=this.c6,s=new P.BW(s,s.zX()),r=H.o(s).c;s.t();)this.R_(a,r.a(s.d))}} +N.a7.prototype={ +gF(){return t.F5.a(N.aW.prototype.gF.call(this))}, +gD(){var s=this.dy +s.toString +return s}, +a2W(){var s=this.a +while(!0){if(!(s!=null&&!(s instanceof N.a7)))break +s=s.a}return t.c_.a(s)}, +a2V(){var s,r={},q=r.a=this.a +r.b=null +while(!0){if(!(q!=null&&!(q instanceof N.a7)))break +if(q instanceof N.oo){r.b=q +break}s=q.a +r.a=s +q=s}return r.b}, +e9(a,b){var s=this +s.H1(a,b) +s.dy=s.gF().aQ(s) +s.vV(b) +s.cx=!1}, +bm(a,b){var s=this +s.u_(0,b) +s.gF().aX(s,s.gD()) +s.cx=!1}, +ib(){var s=this +s.gF().aX(s,s.gD()) +s.cx=!1}, +aiF(a1,a2,a3){var s,r,q,p,o,n,m,l,k=this,j=null,i=new N.a4A(a3),h=new N.a4B(j),g=a2.length,f=g-1,e=a1.length,d=e-1,c=e===g?a1:P.aj(g,$.apr(),!1,t.u),b=j,a=0,a0=0 +while(!0){if(!(a0<=d&&a<=f))break +s=i.$1(a1[a0]) +r=a2[a] +if(s!=null){g=s.gF() +q=g instanceof H.cU?H.ei(g):j +e=H.bz(q==null?H.b9(g):q) +q=r instanceof H.cU?H.ei(r):j +g=!(e===H.bz(q==null?H.b9(r):q)&&J.e(g.a,r.a))}else g=!0 +if(g)break +g=k.dq(s,r,h.$2(a,b)) +g.toString +c[a]=g;++a;++a0 +b=g}p=d +while(!0){o=a0<=p +if(!(o&&a<=f))break +s=i.$1(a1[p]) +r=a2[f] +if(s!=null){g=s.gF() +q=g instanceof H.cU?H.ei(g):j +e=H.bz(q==null?H.b9(g):q) +q=r instanceof H.cU?H.ei(r):j +g=!(e===H.bz(q==null?H.b9(r):q)&&J.e(g.a,r.a))}else g=!0 +if(g)break;--p;--f}if(o){n=P.A(t.D2,t.u) +for(;a0<=p;){s=i.$1(a1[a0]) +if(s!=null)if(s.gF().a!=null){g=s.gF().a +g.toString +n.p(0,g,s)}else{s.a=null +s.rd() +g=k.r.b +if(s.x===C.cu){s.dK() +s.br(N.akF())}g.b.H(0,s)}++a0}o=!0}else n=j +for(;a<=f;b=g){r=a2[a] +if(o){m=r.a +if(m!=null){s=n.h(0,m) +if(s!=null){g=s.gF() +q=g instanceof H.cU?H.ei(g):j +e=H.bz(q==null?H.b9(g):q) +q=r instanceof H.cU?H.ei(r):j +if(e===H.bz(q==null?H.b9(r):q)&&J.e(g.a,m))n.v(0,m) +else s=j}}else s=j}else s=j +g=k.dq(s,r,h.$2(a,b)) +g.toString +c[a]=g;++a}f=a2.length-1 +while(!0){if(!(a0<=d&&a<=f))break +g=k.dq(a1[a0],a2[a],h.$2(a,b)) +g.toString +c[a]=g;++a;++a0 +b=g}if(o&&n.gbn(n))for(g=n.gby(n),g=g.gX(g);g.t();){e=g.gE(g) +if(!a3.A(0,e)){e.a=null +e.rd() +l=k.r.b +if(e.x===C.cu){e.dK() +e.br(N.akF())}l.b.H(0,e)}}return c}, +dK(){this.GZ()}, +kd(){var s=this,r=s.gF() +s.pH() +r.rj(s.gD()) +s.dy.l(0) +s.dy=null}, +Ce(a){var s,r=this,q=r.d +r.V_(a) +s=r.fx +s.toString +s.jW(r.gD(),q,r.d)}, +vV(a){var s,r,q=this +q.d=a +s=q.fx=q.a2W() +if(s!=null)s.jP(q.gD(),a) +r=q.a2V() +if(r!=null)r.$ti.j("dN<1>").a(N.kh.prototype.gF.call(r)).qN(q.gD())}, +rd(){var s=this,r=s.fx +if(r!=null){r.k8(s.gD(),s.d) +s.fx=null}s.d=null}, +jP(a,b){}, +jW(a,b,c){}, +k8(a,b){}} +N.a4A.prototype={ +$1(a){var s=this.a.A(0,a) +return s?null:a}, +$S:331} +N.a4B.prototype={ +$2(a,b){return new N.r4(b,a,t.Bc)}, +$S:332} +N.zG.prototype={ +e9(a,b){this.ng(a,b)}} +N.In.prototype={ +i8(a){this.ji(a)}, +jP(a,b){}, +jW(a,b,c){}, +k8(a,b){}} +N.tb.prototype={ +gF(){return t.Mp.a(N.a7.prototype.gF.call(this))}, +br(a){var s=this.am +if(s!=null)a.$1(s)}, +i8(a){this.am=null +this.ji(a)}, +e9(a,b){var s=this +s.ng(a,b) +s.am=s.dq(s.am,s.gF().c,null)}, +bm(a,b){var s=this +s.kn(0,b) +s.am=s.dq(s.am,s.gF().c,null)}, +jP(a,b){var s=this.dy +s.toString +t.GM.a(s).sbb(a)}, +jW(a,b,c){}, +k8(a,b){var s=this.dy +s.toString +t.GM.a(s).sbb(null)}} +N.of.prototype={ +gF(){return t.Lb.a(N.a7.prototype.gF.call(this))}, +gD(){return t.pU.a(N.a7.prototype.gD.call(this))}, +gIg(a){var s=this.am +return s==null?H.f(H.u("_children")):s}, +jP(a,b){var s=this.gD(),r=b.a +s.EA(0,a,r==null?null:r.gD())}, +jW(a,b,c){var s=this.gD(),r=c.a +s.xm(a,r==null?null:r.gD())}, +k8(a,b){this.gD().v(0,a)}, +br(a){var s,r,q,p,o +for(s=this.gIg(this),r=s.length,q=this.aF,p=0;p") +k.d=new R.bc(t.m.a(q),new R.fY(new R.fv(new Z.er(o,1,C.a4)),p,n),n.j("bc"))}}if(s)s=!(isFinite(r.a)&&isFinite(r.b)) +else s=!0 +k.x=s}, +i(a){var s=this,r=s.ge7().d.b,q=s.ge7().e.b +return"HeroFlight(for: "+H.c(s.ge7().f.a.c)+", from: "+r.i(0)+", to: "+q.i(0)+" "+H.c(s.gky().c)+")"}} +T.aeO.prototype={ +$2(a,b){var s=null,r=this.a,q=r.gwW(),p=r.gky() +p=q.aa(0,p.gm(p)) +p.toString +q=r.ge7().c +r=r.d +return T.oy(q.b-p.d,new T.hS(!0,s,new T.fh(T.yy(!1,b,r.gm(r)),s),s),s,s,p.a,q.a-p.c,p.b,s)}, +$S:348} +T.aeP.prototype={ +$0(){var s,r=this.a +r.y=!1 +this.b.dy.Y(0,this) +s=r.gky() +r.Lm(s.gbh(s))}, +$S:0} +T.xo.prototype={ +Bf(a,b,c,d){var s,r +if(b!=a&&b instanceof V.iZ&&a instanceof V.iZ){if(c===C.bv){s=b.k1 +s.toString +r=s}else{s=a.k1 +s.toString +r=s}switch(c){case C.cg:if(r.gm(r)===0)return +break +case C.bv:if(r.gm(r)===1)return +break}if(d&&c===C.cg&&!0)this.Mw(a,b,r,c,d) +else{s=b.k1 +b.sxr(s.gm(s)===0) +$.B.z$.push(new T.a_h(this,a,b,r,c,d))}}}, +Mw(b8,b9,c0,c1,c2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3=this,b4=null,b5="manifest",b6="_proxyAnimation",b7="heroRectTween" +b9.sxr(!1) +s=b3.a +r=s==null +q=r?b4:s.gm8().gaJ() +if(r||q==null)return +p=s.c.gD() +if(!(p instanceof S.y))return +o=$.B.C$.Q.h(0,b8.r1) +n=o!=null?T.arI(o,c2,s):C.rI +m=$.B.C$.Q.h(0,b9.r1) +l=m!=null?T.arI(m,c2,s):C.rI +for(r=n.giN(n),r=r.gX(r),k=b3.ga1T(),j=b3.b,i=b3.c,h=t.af,g=t.Z,f=b3.ga4r(),e=t.x8,d=t.jc,c=t.b,b=t.fy,a=t.H7,a0=t.m,a1=a.j("bc"),a2=t.k2;r.t();){a3=r.gE(r) +a4=a3.gh3(a3) +a5=a3.gm(a3) +a6=l.h(0,a4) +a7=i.h(0,a4) +if(a6==null)a8=b4 +else{a3=p.rx +a3.toString +a6.a.toString +a9=a5.a +a9.toString +a8=new T.aeN(c1,q,a3,b8,b9,a5,a6,j,k,c2,a7!=null)}if(a8!=null&&a8.gd9()){l.v(0,a4) +if(a7!=null){a3=a7.f +if((a3==null?H.f(H.u(b5)):a3).a===C.bv&&a8.a===C.cg){a3=a7.e +if(a3==null)a3=H.f(H.u(b6)) +a3.sak(0,new S.km(a8.ghW(a8),new R.bI(H.a([],e),d),0)) +a3=a7.b +if(a3==null)a3=H.f(H.u(b7)) +a7.b=new R.zF(a3,a3.b,a3.a,a2)}else if(a3.a===C.cg&&a8.a===C.bv){a3=a7.e +if(a3==null)a3=H.f(H.u(b6)) +a9=a8.ghW(a8) +b0=a7.f +if(b0==null)b0=H.f(H.u(b5)) +b0=b0.ghW(b0) +b0=b0.gm(b0) +a3.sak(0,new R.bc(a0.a(a9),new R.ay(b0,1,a),a1)) +a3=a7.f +a9=a3==null?H.f(H.u(b5)):a3 +b0=a8.r +if(a9.f!==b0){a3.f.of(!0) +b0.yT() +a3=a7.f +if(a3==null)a3=H.f(H.u(b5)) +a9=a7.b +a7.b=a3.r4((a9==null?H.f(H.u(b7)):a9).b,a8.gxV())}else{a9=a7.b +b0=(a9==null?H.f(H.u(b7)):a9).b +a7.b=a3.r4(b0,a9.a)}}else{a9=a7.b +if(a9==null)a9=H.f(H.u(b7)) +b0=a7.e +if(b0==null)b0=H.f(H.u(b6)) +a7.b=a3.r4(a9.aa(0,b0.gm(b0)),a8.gxV()) +a7.c=null +a3=a8.a +a9=a7.e +if(a3===C.cg){if(a9==null)a9=H.f(H.u(b6)) +a9.sak(0,new S.km(a8.ghW(a8),new R.bI(H.a([],e),d),0))}else{if(a9==null)a9=H.f(H.u(b6)) +a9.sak(0,a8.ghW(a8))}a9=a7.f;(a9==null?H.f(H.u(b5)):a9).f.of(!0) +a9=a7.f;(a9==null?H.f(H.u(b5)):a9).r.of(!0) +a8.f.yU(a3===C.bv) +a8.r.yT() +a3=a7.r.f.gaJ() +if(a3!=null)a3.KI()}a7.f=a8}else{a3=new T.px(f,C.lj) +a9=H.a([],e) +b0=new R.bI(a9,d) +b1=new S.z_(b0,new R.bI(H.a([],c),b),0) +b1.a=C.z +b1.b=0 +b1.cN() +b0.b=!0 +a9.push(a3.ga3T()) +a3.e=b1 +a3.f=a8 +switch(a8.a){case C.cg:b1.sak(0,new S.km(a8.ghW(a8),new R.bI(H.a([],e),d),0)) +b2=!1 +break +case C.bv:b1.sak(0,a8.ghW(a8)) +b2=!0 +break +default:b2=b4}a9=a3.f +b0=a9==null?H.f(H.u(b5)):a9 +a9=a9.gPH() +b1=a3.f +a3.b=b0.r4(a9,(b1==null?H.f(H.u(b5)):b1).gxV()) +a9=a3.f;(a9==null?H.f(H.u(b5)):a9).f.yU(b2) +a9=a3.f;(a9==null?H.f(H.u(b5)):a9).r.yT() +a9=a3.f +if(a9==null)a9=H.f(H.u(b5)) +b0=new X.ka(a3.ga0J(),!1,new N.b3(b4,h),P.aj(0,b4,!1,g)) +a3.r=b0 +a9.b.Qd(0,b0) +b0=a3.e +a9=b0==null?H.f(H.u(b6)):b0 +a9.cN() +a9=a9.ci$ +a9.b=!0 +a9.a.push(a3.gR3()) +i.p(0,a4,a3)}}else if(a7!=null)a7.x=!0}for(r=l.gby(l),r=r.gX(r);r.t();)r.gE(r).Pe()}, +a4s(a){this.c.v(0,a.ge7().f.a.c)}, +a1U(a,b,c,d,e){return t.rA.a(e.gF()).e}} +T.a_h.prototype={ +$1(a){var s=this +s.a.Mw(s.b,s.c,s.d,s.e,s.f)}, +$S:2} +L.cd.prototype={ +I(a,b){var s,r,q,p,o,n,m,l,k,j=null,i=b.J(t.I) +i.toString +s=i.f +r=Y.arM(b).V(b) +i=r.a +q=i==null +if(!q&&r.gex(r)!=null&&r.c!=null)p=r +else{o=r.c +if(o==null)o=24 +if(q)i=C.t +q=r.gex(r) +p=r.r0(i,q==null?C.iS.gex(C.iS):q,o)}n=this.d +if(n==null)n=p.c +i=this.c +if(i==null)return T.bw(j,j,T.aU(j,n,n),!1,j,j,!1,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j) +m=p.gex(p) +if(m==null)m=1 +l=this.e +if(l==null){q=p.a +q.toString +l=q}if(m!==1)l=P.ar(C.d.aW(255*((l.gm(l)>>>24&255)/255*m)),l.gm(l)>>>16&255,l.gm(l)>>>8&255,l.gm(l)&255) +q=H.bV(i.a) +k=T.asZ(j,j,C.yt,!0,j,Q.p6(j,A.AG(j,j,l,j,j,j,j,j,"MaterialIcons",j,j,n,j,j,j,j,!1,j,j,j,j,j,j,j,j),q),C.av,s,j,1,C.aM) +if(i.d)switch(s){case C.q:i=new E.ap(new Float64Array(16)) +i.cz() +i.fH(0,-1,1,1) +k=T.anV(C.a7,k,i,!1) +break +case C.l:break}return T.bw(j,j,new T.lp(!0,T.aU(T.dT(k,j,j),n,n),j),!1,j,j,!1,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j)}} +X.bS.prototype={ +k(a,b){var s +if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +if(b instanceof X.bS)if(b.a===this.a)s=b.d===this.d +else s=!1 +else s=!1 +return s}, +gu(a){return P.a2(this.a,"MaterialIcons",null,this.d,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){return"IconData(U+"+C.b.t5(C.f.kc(this.a,16).toUpperCase(),5,"0")+")"}} +Y.nO.prototype={ +cQ(a){return!this.x.k(0,a.x)}, +ya(a,b,c){return Y.a_E(c,this.x,null)}} +Y.a_F.prototype={ +$1(a){return Y.a_E(this.c,Y.arM(a).cj(this.b),this.a)}, +$S:351} +T.eL.prototype={ +r0(a,b,c){var s=this,r=a==null?s.a:a,q=b==null?s.gex(s):b +return new T.eL(r,q,c==null?s.c:c)}, +dA(a){return this.r0(a,null,null)}, +cj(a){return this.r0(a.a,a.gex(a),a.c)}, +V(a){return this}, +gex(a){var s=this.b +return s==null?null:C.d.G(s,0,1)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof T.eL&&J.e(b.a,s.a)&&b.gex(b)==s.gex(s)&&b.c==s.c}, +gu(a){var s=this +return P.a2(s.a,s.gex(s),s.c,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}} +T.Pm.prototype={} +U.xs.prototype={ +ae(){return new U.C1(C.k)}} +U.C1.prototype={ +gM_(){var s=this.Q +return s==null?H.f(H.u("_scrollAwareContext")):s}, +aC(){var s=this +s.b1() +$.B.ag$.push(s) +s.Q=new K.GS(s)}, +l(a){var s,r=this +C.c.v($.B.ag$,r) +r.a9H() +s=r.cy +if(s!=null)s.l(0) +r.gM_().a=null +r.Bu(null) +r.aZ(0)}, +aM(){var s,r=this +r.aal() +r.LO() +s=r.c +s.toString +if(U.cp(s))r.a6J() +else r.MD(!0) +r.bV()}, +be(a){var s=this +s.bH(a) +if(s.r)s.a.toString +if(!s.a.c.k(0,a.c))s.LO()}, +aal(){var s=this.c +s.toString +s=F.et(s) +s=s==null?null:s.Q +if(s==null){$.A1.gzt() +s=!1}this.x=s}, +LO(){var s=this,r=s.gM_(),q=s.a.c,p=s.c +p.toString +s.aaw(new Y.zQ(r,q,t.JE).V(U.Uv(p,null)))}, +a3z(a){var s=this,r=s.db +if(r==null||a){s.cx=s.ch=null +s.a.toString +r=s.db=new L.fD(s.ga4J(),null,null)}r.toString +return r}, +uK(){return this.a3z(!1)}, +a4K(a,b){this.R(new U.af2(this,a,b))}, +Bu(a){var s=this.e +if(s!=null)s.a.l(0) +this.e=a}, +aaw(a){var s,r,q=this,p=q.d +if(p==null)s=null +else{s=p.a +if(s==null)s=p}r=a.a +if(s===(r==null?a:r))return +if(q.r){p.toString +p.Y(0,q.uK())}q.a.toString +q.R(new U.af3(q)) +q.R(new U.af4(q)) +q.d=a +if(q.r)a.ad(0,q.uK())}, +a6J(){var s,r=this +if(r.r)return +s=r.d +s.toString +s.ad(0,r.uK()) +s=r.cy +if(s!=null)s.l(0) +r.cy=null +r.r=!0}, +MD(a){var s,r,q=this +if(!q.r)return +if(a)if(q.cy==null){s=q.d +s=(s==null?null:s.a)!=null}else s=!1 +else s=!1 +if(s){s=q.d.a +if(s.r)H.f(P.V(u.V)) +r=new L.r1(s) +r.u6(s) +q.cy=r}s=q.d +s.toString +s.Y(0,q.uK()) +q.r=!1}, +a9H(){return this.MD(!1)}, +I(a,b){var s,r,q,p,o,n,m=this,l=null +if(m.ch!=null)m.a.toString +s=m.e +r=s==null +q=r?l:s.a +p=r?l:s.c +o=m.a.x +s=r?l:s.b +if(s==null)s=1 +r=m.x +if(r==null)r=H.f(H.u("_invertColors")) +n=T.bw(l,l,new T.Kh(q,p,l,o,s,l,l,C.m5,l,l,C.a7,C.ci,l,!1,r,!1,l),!1,l,l,!1,l,l,l,!0,l,"",l,l,l,l,l,l,l,l,l,l,l,l,l,l,l,l) +return n}} +U.af2.prototype={ +$0(){var s,r=this.a +r.Bu(this.b) +r.cx=r.ch=r.f=null +s=r.y +r.y=s==null?0:s+1 +r.z=C.bP.n6(r.z,this.c)}, +$S:0} +U.af3.prototype={ +$0(){this.a.Bu(null)}, +$S:0} +U.af4.prototype={ +$0(){var s=this.a +s.y=s.f=null +s.z=!1}, +$S:0} +U.TI.prototype={} +G.n8.prototype={ +dM(a){var s=S.qb(this.a,this.b,a) +s.toString +return s}} +G.lh.prototype={ +dM(a){var s=Z.X1(this.a,this.b,a) +s.toString +return s}} +G.jR.prototype={ +dM(a){var s=V.fx(this.a,this.b,a) +s.toString +return s}} +G.n7.prototype={ +dM(a){return K.q9(this.a,this.b,a)}} +G.ob.prototype={ +dM(b0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4=new E.db(new Float64Array(3)),a5=new E.db(new Float64Array(3)),a6=E.asK(),a7=E.asK(),a8=new E.db(new Float64Array(3)),a9=new E.db(new Float64Array(3)) +this.a.OR(a4,a6,a8) +this.b.OR(a5,a7,a9) +s=1-b0 +r=a4.ki(s).P(0,a5.ki(b0)) +q=a6.ki(s).P(0,a7.ki(b0)) +p=new Float64Array(4) +o=new E.m_(p) +o.b0(q) +o.agv(0) +n=a8.ki(s).P(0,a9.ki(b0)) +s=new Float64Array(16) +q=new E.ap(s) +m=p[0] +l=p[1] +k=p[2] +j=p[3] +i=m+m +h=l+l +g=k+k +f=m*i +e=m*h +d=m*g +c=l*h +b=l*g +a=k*g +a0=j*i +a1=j*h +a2=j*g +a3=r.a +s[0]=1-(c+a) +s[1]=e+a2 +s[2]=d-a1 +s[3]=0 +s[4]=e-a2 +s[5]=1-(f+a) +s[6]=b+a0 +s[7]=0 +s[8]=d+a1 +s[9]=b-a0 +s[10]=1-(f+c) +s[11]=0 +s[12]=a3[0] +s[13]=a3[1] +s[14]=a3[2] +s[15]=1 +q.bO(0,n) +return q}} +G.p7.prototype={ +dM(a){var s=A.by(this.a,this.b,a) +s.toString +return s}} +G.I1.prototype={} +G.r2.prototype={ +gm4(){var s=this,r=s.d +if(r==null){r=s.a.d +r=G.bl(null,r,0,null,1,null,s) +if(s.d==null)s.d=r +else r=H.f(H.cB("_controller"))}return r}, +gfe(){var s=this,r=s.e +if(r==null){r=s.gm4() +r=s.e=S.cM(s.a.c,r,null)}return r}, +aC(){var s=this +s.b1() +s.gm4().cu(new G.a00(s)) +s.IE() +s.DI()}, +be(a){var s,r=this +r.bH(a) +if(r.a.c!==a.c){r.gfe().l(0) +s=r.gm4() +r.e=S.cM(r.a.c,s,null)}r.gm4().e=r.a.d +if(r.IE()){r.lb(new G.a0_(r)) +s=r.gm4() +s.sm(0,0) +s.bG(0) +r.DI()}}, +l(a){this.gfe().l(0) +this.gm4().l(0) +this.WJ(0)}, +aax(a,b){var s +if(a==null)return +s=this.gfe() +a.sCD(a.aa(0,s.gm(s))) +a.siM(0,b)}, +IE(){var s={} +s.a=!1 +this.lb(new G.a_Z(s,this)) +return s.a}, +DI(){}} +G.a00.prototype={ +$1(a){switch(a){case C.O:this.a.a.toString +break +case C.z:case C.aj:case C.ac:break}}, +$S:4} +G.a0_.prototype={ +$3(a,b,c){this.a.aax(a,b) +return a}, +$S:161} +G.a_Z.prototype={ +$3(a,b,c){var s +if(b!=null){if(a==null)a=c.$1(b) +s=a.b +if(!J.e(b,s==null?a.a:s))this.a.a=!0}else a=null +return a}, +$S:161} +G.q_.prototype={ +aC(){this.Va() +var s=this.gm4() +s.cN() +s=s.ci$ +s.b=!0 +s.a.push(this.ga3R())}, +a3S(){this.R(new G.Vk())}} +G.Vk.prototype={ +$0(){}, +$S:0} +G.vC.prototype={ +ae(){return new G.N3(null,C.k)}} +G.N3.prototype={ +lb(a){var s,r,q=this,p=null,o=q.dx +q.a.toString +s=t.ZU +q.dx=s.a(a.$3(o,p,new G.abf())) +o=q.dy +q.a.toString +r=t.Om +q.dy=r.a(a.$3(o,p,new G.abg())) +o=t.xG +q.fr=o.a(a.$3(q.fr,q.a.z,new G.abh())) +q.fx=o.a(a.$3(q.fx,q.a.Q,new G.abi())) +q.fy=t.YY.a(a.$3(q.fy,q.a.ch,new G.abj())) +o=q.go +q.a.toString +q.go=r.a(a.$3(o,p,new G.abk())) +o=q.id +q.a.toString +q.id=t.ka.a(a.$3(o,p,new G.abl())) +o=q.k1 +q.a.toString +q.k1=s.a(a.$3(o,p,new G.abm()))}, +I(a,b){var s,r,q,p,o,n,m,l=this,k=null,j=l.gfe(),i=l.dx +i=i==null?k:i.aa(0,j.gm(j)) +s=l.dy +s=s==null?k:s.aa(0,j.gm(j)) +r=l.fr +r=r==null?k:r.aa(0,j.gm(j)) +q=l.fx +q=q==null?k:q.aa(0,j.gm(j)) +p=l.fy +p=p==null?k:p.aa(0,j.gm(j)) +o=l.go +o=o==null?k:o.aa(0,j.gm(j)) +n=l.id +n=n==null?k:n.aa(0,j.gm(j)) +m=l.k1 +m=m==null?k:m.aa(0,j.gm(j)) +return M.bP(i,l.a.r,C.o,k,p,r,q,k,o,s,n,m,k)}} +G.abf.prototype={ +$1(a){return new S.l6(t.pC.a(a),null)}, +$S:157} +G.abg.prototype={ +$1(a){return new G.jR(t.A0.a(a),null)}, +$S:87} +G.abh.prototype={ +$1(a){return new G.lh(t.Hw.a(a),null)}, +$S:154} +G.abi.prototype={ +$1(a){return new G.lh(t.Hw.a(a),null)}, +$S:154} +G.abj.prototype={ +$1(a){return new G.n8(t.k.a(a),null)}, +$S:356} +G.abk.prototype={ +$1(a){return new G.jR(t.A0.a(a),null)}, +$S:87} +G.abl.prototype={ +$1(a){return new G.ob(t.xV.a(a),null)}, +$S:357} +G.abm.prototype={ +$1(a){return new S.l6(t.pC.a(a),null)}, +$S:157} +G.vG.prototype={ +ae(){return new G.N6(null,C.k)}} +G.N6.prototype={ +lb(a){this.dx=t.Om.a(a.$3(this.dx,this.a.r,new G.abp()))}, +I(a,b){var s,r=this.dx +r.toString +s=this.gfe() +return new T.bb(J.alO(r.aa(0,s.gm(s)),C.ae,C.kN),this.a.x,null)}} +G.abp.prototype={ +$1(a){return new G.jR(t.A0.a(a),null)}, +$S:87} +G.vF.prototype={ +ae(){return new G.N5(null,C.k)}} +G.N5.prototype={ +lb(a){this.z=t.ir.a(a.$3(this.z,this.a.x,new G.abo()))}, +DI(){var s=this.gfe(),r=this.z +r.toString +this.Q=new R.bc(t.m.a(s),r,H.o(r).j("bc"))}, +I(a,b){var s,r=this.Q +if(r==null)r=H.f(H.u("_opacityAnimation")) +s=this.a +return K.Hn(s.y,s.r,r)}} +G.abo.prototype={ +$1(a){return new R.ay(H.Eq(a),null,t.H7)}, +$S:93} +G.vD.prototype={ +ae(){return new G.N4(null,C.k)}} +G.N4.prototype={ +lb(a){this.dx=t.Dh.a(a.$3(this.dx,this.a.x,new G.abn()))}, +I(a,b){var s,r=null,q=this.dx +q.toString +s=this.gfe() +s=q.aa(0,s.gm(s)) +return L.li(this.a.r,r,r,C.bD,!0,s,r,r,C.aM)}} +G.abn.prototype={ +$1(a){return new G.p7(t.em.a(a),null)}, +$S:358} +G.vH.prototype={ +ae(){return new G.N7(null,C.k)}} +G.N7.prototype={ +lb(a){var s,r=this +r.dx=t.eJ.a(a.$3(r.dx,r.a.z,new G.abq())) +r.dy=t.ir.a(a.$3(r.dy,r.a.Q,new G.abr())) +s=t.YJ +r.fr=s.a(a.$3(r.fr,r.a.ch,new G.abs())) +r.fx=s.a(a.$3(r.fx,r.a.cy,new G.abt()))}, +I(a,b){var s,r,q,p,o,n=this,m=n.a,l=m.x +m=m.y +s=n.dx +s.toString +r=n.gfe() +r=s.aa(0,r.gm(r)) +s=n.dy +s.toString +q=n.gfe() +q=s.aa(0,q.gm(q)) +s=n.a.ch +p=n.fx +p.toString +o=n.gfe() +o=p.aa(0,o.gm(o)) +o.toString +p=o +return new T.JQ(l,m,r,q,s,p,n.a.r,null)}} +G.abq.prototype={ +$1(a){return new G.n7(t.m_.a(a),null)}, +$S:359} +G.abr.prototype={ +$1(a){return new R.ay(H.Eq(a),null,t.H7)}, +$S:93} +G.abs.prototype={ +$1(a){return new R.f4(t.n8.a(a),null)}, +$S:74} +G.abt.prototype={ +$1(a){return new R.f4(t.n8.a(a),null)}, +$S:74} +G.uy.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r=this.cU$ +if(r!=null){s=this.c +s.toString +r.scJ(0,!U.cp(s))}this.bV()}} +S.fE.prototype={ +cQ(a){return a.f!==this.f}, +c4(a){var s=t.u,r=P.hP(s,t.X),q=($.bi+1)%16777215 +$.bi=q +s=new S.uz(r,q,this,C.ab,P.bu(s),H.o(this).j("uz")) +this.f.ad(0,s.gAV()) +return s}} +S.uz.prototype={ +gF(){return this.$ti.j("fE<1>").a(N.cx.prototype.gF.call(this))}, +bm(a,b){var s,r=this,q=r.$ti.j("fE<1>").a(N.cx.prototype.gF.call(r)).f,p=b.f +if(q!==p){s=r.gAV() +q.Y(0,s) +p.ad(0,s)}r.Hg(0,b)}, +bB(a){var s=this +if(s.cm){s.H3(s.$ti.j("fE<1>").a(N.cx.prototype.gF.call(s))) +s.cm=!1}return s.Hf(0)}, +a67(){this.cm=!0 +this.fv()}, +t_(a){this.H3(a) +this.cm=!1}, +kd(){var s=this +s.$ti.j("fE<1>").a(N.cx.prototype.gF.call(s)).f.Y(0,s.gAV()) +s.pH()}} +M.dM.prototype={} +M.a04.prototype={ +$1(a){var s,r,q +if(a===this.a)return!1 +if(a instanceof N.cx&&a.gF() instanceof M.dM){s=t.og.a(a.gF()) +r=H.C(s) +q=this.c +if(!q.A(0,r)){q.H(0,r) +this.d.push(s)}}return!0}, +$S:17} +M.Fz.prototype={} +M.uc.prototype={ +I(a,b){var s,r,q,p=this.d +for(s=this.c,r=s.length,q=0;q"))}} +A.uC.prototype={ +gF(){return this.$ti.j("hG<1>").a(N.a7.prototype.gF.call(this))}, +gD(){return this.$ti.j("fP<1,t>").a(N.a7.prototype.gD.call(this))}, +br(a){var s=this.am +if(s!=null)a.$1(s)}, +i8(a){this.am=null +this.ji(a)}, +e9(a,b){var s=this +s.ng(a,b) +s.$ti.j("fP<1,t>").a(N.a7.prototype.gD.call(s)).FG(s.gKz())}, +bm(a,b){var s,r=this +r.kn(0,b) +s=r.$ti.j("fP<1,t>") +s.a(N.a7.prototype.gD.call(r)).FG(r.gKz()) +s=s.a(N.a7.prototype.gD.call(r)) +s.wx$=!0 +s.a4()}, +ib(){var s=this.$ti.j("fP<1,t>").a(N.a7.prototype.gD.call(this)) +s.wx$=!0 +s.a4() +this.zi()}, +kd(){this.$ti.j("fP<1,t>").a(N.a7.prototype.gD.call(this)).FG(null) +this.VO()}, +a6E(a){this.r.qS(this,new A.afm(this,a))}, +jP(a,b){this.$ti.j("fP<1,t>").a(N.a7.prototype.gD.call(this)).sbb(a)}, +jW(a,b,c){}, +k8(a,b){this.$ti.j("fP<1,t>").a(N.a7.prototype.gD.call(this)).sbb(null)}} +A.afm.prototype={ +$0(){var s,r,q,p,o,n,m,l,k,j=this,i=null +try{o=j.a +n=o.$ti.j("hG<1>") +m=n.a(N.a7.prototype.gF.call(o)) +i=m.c.$2(o,j.b) +n.a(N.a7.prototype.gF.call(o))}catch(l){s=H.a0(l) +r=H.ax(l) +o=j.a +k=N.Hj(A.auH(U.aZ("building "+o.$ti.j("hG<1>").a(N.a7.prototype.gF.call(o)).i(0)),s,r,new A.afn(o))) +i=k}try{o=j.a +o.am=o.dq(o.am,i,null)}catch(l){q=H.a0(l) +p=H.ax(l) +o=j.a +k=N.Hj(A.auH(U.aZ("building "+o.$ti.j("hG<1>").a(N.a7.prototype.gF.call(o)).i(0)),q,p,new A.afo(o))) +i=k +o.am=o.dq(null,i,o.d)}}, +$S:0} +A.afn.prototype={ +$0(){var s=this +return P.ca(function(){var r=0,q=1,p +return function $async$$0(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:r=2 +return K.GO(new N.nm(s.a)) +case 2:return P.c8() +case 1:return P.c9(p)}}},t.a)}, +$S:9} +A.afo.prototype={ +$0(){var s=this +return P.ca(function(){var r=0,q=1,p +return function $async$$0(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:r=2 +return K.GO(new N.nm(s.a)) +case 2:return P.c8() +case 1:return P.c9(p)}}},t.a)}, +$S:9} +A.fP.prototype={ +FG(a){if(J.e(a,this.E3$))return +this.E3$=a +this.a4()}} +A.Im.prototype={ +aQ(a){var s=new A.D1(null,!0,null,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +return s}} +A.D1.prototype={ +ba(a){return 0}, +b3(a){return 0}, +b4(a){return 0}, +b8(a){return 0}, +bZ(a){return C.r}, +bM(){var s=this,r=t.k,q=r.a(K.t.prototype.ga1.call(s)) +if(s.wx$||!r.a(K.t.prototype.ga1.call(s)).k(0,s.Pp$)){s.Pp$=r.a(K.t.prototype.ga1.call(s)) +s.wx$=!1 +r=s.E3$ +r.toString +s.EB(r,H.o(s).j("fP.0"))}r=s.q$ +if(r!=null){r.cc(0,q,!0) +r=s.q$.rx +r.toString +s.rx=q.b5(r)}else s.rx=new P.D(C.f.G(1/0,q.a,q.b),C.f.G(1/0,q.c,q.d))}, +dz(a){var s=this.q$ +if(s!=null)return s.j9(a) +return this.zf(a)}, +cH(a,b){var s=this.q$ +s=s==null?null:s.c0(a,b) +return s===!0}, +aK(a,b){var s=this.q$ +if(s!=null)a.dD(s,b)}} +A.TU.prototype={ +aq(a){var s +this.dE(a) +s=this.q$ +if(s!=null)s.aq(a)}, +af(a){var s +this.d_(0) +s=this.q$ +if(s!=null)s.af(0)}} +A.TV.prototype={} +L.uQ.prototype={} +L.ajV.prototype={ +$1(a){return this.a.a=a}, +$S:45} +L.ajW.prototype={ +$1(a){return a.b}, +$S:360} +L.ajX.prototype={ +$1(a){var s,r,q,p +for(s=J.al(a),r=this.a,q=this.b,p=0;ph)i=h-r +else if(i")) +s=r.lj(r,new K.a5h(),new K.a5i()) +if(s==null)return!1 +return s.a===this}, +gafH(){var s,r=this.a +if(r==null)return!1 +r=r.e +r=new H.cc(r,H.aq(r).j("cc<1,dp?>")) +s=r.jM(r,new K.a5j(),new K.a5k()) +if(s==null)return!1 +return s.a===this}, +gPS(){var s,r,q,p,o=this.a +if(o==null)return!1 +for(o=o.e,s=o.length,r=0;r=1)return!0}return!1}, +gafC(){var s=this.a +if(s==null)return!1 +s=s.e +s=new H.cc(s,H.aq(s).j("cc<1,dp?>")) +s=s.jM(s,new K.a5f(this),new K.a5g()) +return(s==null?null:s.gjR())===!0}} +K.a5e.prototype={ +$1(a){var s=this.a.a +if(s!=null)s.y.pa()}, +$S:19} +K.a5d.prototype={ +$1(a){var s=this.a.a +if(s!=null)s.y.pa()}, +$S:19} +K.a5h.prototype={ +$1(a){return a!=null&&a.gjR()}, +$S:29} +K.a5i.prototype={ +$0(){return null}, +$S:3} +K.a5j.prototype={ +$1(a){return a!=null&&a.gjR()}, +$S:29} +K.a5k.prototype={ +$0(){return null}, +$S:3} +K.a5f.prototype={ +$1(a){return a!=null&&K.au8(this.a).$1(a)}, +$S:29} +K.a5g.prototype={ +$0(){return null}, +$S:3} +K.i5.prototype={ +i(a){return'RouteSettings("'+H.c(this.a)+'", '+H.c(this.b)+")"}, +gaT(a){return this.a}} +K.oj.prototype={} +K.nL.prototype={ +cQ(a){return a.f!=this.f}} +K.a5c.prototype={} +K.Mp.prototype={} +K.GK.prototype={} +K.yt.prototype={ +ae(){var s=null,r=t.Z,q=t.Tp +return new K.iU(H.a([],t.uD),new K.Pj(P.aj(0,s,!1,r)),P.fG(s,q),P.fG(s,q),O.HB(!0,"Navigator Scope",!1),new U.zC(0,P.aj(0,s,!1,r),t.dZ),new B.ef(!1,P.aj(0,s,!1,r)),P.aT(t.S),s,P.A(t.yb,t.R),s,!0,s,s,C.k)}, +agL(a,b){return this.Q.$2(a,b)}} +K.a2e.prototype={ +$1(a){return a==null}, +$S:365} +K.eC.prototype={ +i(a){return this.b}} +K.Qm.prototype={} +K.dp.prototype={ +gf7(){var s=this.b +if(s!=null)return"r+"+s.gRS() +return null}, +af0(a,b,c,d){var s,r,q,p=this,o=p.c,n=p.a +n.a=b +n.lf() +s=p.c +if(s===C.kP||s===C.kQ){r=n.rh() +p.c=C.kR +r.aiV(new K.ahu(p,b))}else{n.DE(c) +p.c=C.eK}if(a)n.rg(null) +s=o===C.zb||o===C.kQ +q=b.r +if(s)q.dt(0,new K.CG(n,d)) +else q.dt(0,new K.uK(n,d))}, +xI(a,b){var s=this +s.r=!0 +if(s.a.mu(b)&&s.r)s.c=C.hO +s.r=!1}, +ca(a,b){return this.xI(a,b,t.z)}, +cf(a){if(this.c.a>=9)return +this.x=!0 +this.c=C.zc}, +l(a){var s,r,q,p,o,n,m={} +this.c=C.z9 +s=this.a +r=s.gxv() +q=new K.ahs() +p=new H.b7(r,q,H.aq(r).j("b7<1>")) +if(!p.gX(p).t())s.l(0) +else{m.a=p.gn(p) +for(s=C.c.gX(r),q=new H.u2(s,q);q.t();){r=s.gE(s) +o=H.b8("listener") +n=new K.aht(m,this,r,o) +o.b=n +r.ad(0,n)}}}, +gjR(){var s=this.c.a +return s<=9&&s>=1}} +K.ahu.prototype={ +$0(){var s=this.a +if(s.c===C.kR){s.c=C.eK +this.b.Aw()}}, +$S:0} +K.ahs.prototype={ +$1(a){return a.d}, +$S:366} +K.aht.prototype={ +$0(){var s=this,r=s.a;--r.a +s.c.Y(0,s.d.aS()) +if(r.a===0)s.b.a.l(0)}, +$S:0} +K.ahv.prototype={ +$1(a){return a.a===this.a}, +$S:68} +K.mC.prototype={} +K.uK.prototype={ +mH(a){a.Bf(this.b,this.a,C.bv,!1)}} +K.CE.prototype={ +mH(a){if(!a.a.dy.a)a.Bf(this.a,this.b,C.cg,!1)}} +K.CF.prototype={ +mH(a){}} +K.CG.prototype={ +mH(a){var s=this.a,r=s.gjQ() +if(r)a.Bf(this.b,s,C.bv,!1)}} +K.iU.prototype={ +gm8(){var s=this.d +return s==null?H.f(H.u("_overlayKey")):s}, +gAn(){var s=this.ch +return s==null?H.f(H.u("_effectiveObservers")):s}, +aC(){var s,r,q=this +q.b1() +for(s=q.a.y,r=0;!1;++r)s[r].a=q +q.ch=q.a.y +s=q.c.lu(t.mS) +s=s==null?null:s.gF() +t._I.a(s) +q.C5(s==null?null:s.f) +q.a.toString +C.jH.mC("selectSingleEntryHistory",t.H)}, +h6(a,b){var s,r,q,p,o,n,m,l=this +l.k6(l.cx,"id") +s=l.f +l.k6(s,"history") +for(;r=l.e,r.length!==0;)J.ES(r.pop()) +l.d=new N.b3(null,t.ku) +C.c.O(r,s.RT(null,l)) +l.a.toString +q=0 +for(;!1;++q){p=C.J0[q] +r=l.c +r.toString +r=p.Dm(r) +o=$.alJ() +n=new K.dp(r,null,C.hN,o,o,o) +l.e.push(n) +C.c.O(l.e,s.RT(n,l))}if(s.y==null){s=l.a +m=s.f +r=l.e +C.c.O(r,J.vz(s.agL(l,m),new K.a2c(l),t.Ez))}l.Aw()}, +DG(a){var s,r=this +r.VV(a) +s=r.f +if(r.bl$!=null)s.bm(0,r.e) +else s.aP(0)}, +gf7(){return this.a.z}, +aM(){var s,r,q,p,o=this +o.WN() +s=o.c.J(t.mS) +o.C5(s==null?null:s.f) +for(r=o.e,q=r.length,p=0;p0?d[c-1]:e,a0=H.a([],t.uD) +for(d=f.x,s=f.r,r=e,q=r,p=!1,o=!1;c>=0;){switch(b.c){case C.hN:n=f.q4(c-1,K.ap2()) +m=n>=0?f.e[n]:e +m=m==null?e:m.a +l=b.a +l.a=f +l.lf() +b.c=C.za +s.dt(0,new K.uK(l,m)) +continue +case C.za:if(p||q==null){m=b.a +m.re() +b.c=C.eK +if(q==null)m.rg(e) +continue}break +case C.kP:case C.kQ:case C.zb:m=a==null?e:a.a +n=f.q4(c-1,K.ap2()) +l=n>=0?f.e[n]:e +l=l==null?e:l.a +b.af0(q==null,f,m,l) +if(b.c===C.eK)continue +break +case C.kR:if(!o&&r!=null){b.a.ob(r) +b.e=r}o=!0 +break +case C.eK:if(!o&&r!=null){b.a.ob(r) +b.e=r}p=!0 +o=!0 +break +case C.hO:if(!o){if(r!=null){b.a.ob(r) +b.e=r}r=b.a}n=f.q4(c,K.avT()) +m=n>=0?f.e[n]:e +m=m==null?e:m.a +b.c=C.z7 +d.dt(0,new K.CE(b.a,m)) +p=!0 +break +case C.z7:break +case C.zc:if(!o){if(r!=null)b.a.ob(r) +r=e}n=f.q4(c,K.avT()) +m=n>=0?f.e[n]:e +m=m==null?e:m.a +b.c=C.z8 +if(b.x)d.dt(0,new K.CF(b.a,m)) +continue +case C.z8:if(!p&&q!=null)break +b.c=C.kO +continue +case C.kO:a0.push(C.c.hC(f.e,c)) +b=q +break +case C.z9:case C.V2:break}--c +k=c>0?f.e[c-1]:e +q=b +b=a +a=k}f.a33() +f.a35() +f.a.toString +d=f.e +d=new H.cc(d,H.aq(d).j("cc<1,dp?>")) +j=d.lj(d,new K.a22(),new K.a23()) +i=j==null?e:j.a.b.a +if(i!=null&&i!==f.cy){M.aFu(i,!1,e) +f.cy=i}for(d=a0.length,h=0;h=0;){s=m.e[k] +r=s.c.a +if(!(r<=11&&r>=3)){--k +continue}q=m.a3F(k+1,K.avS()) +r=q==null +p=r?l:q.a +o=s.f +if(p!=o){if((r?l:q.a)==null){p=s.e +p=p!=null&&p===o}else p=!1 +if(!p){p=s.a +p.rg(r?l:q.a)}s.f=r?l:q.a}--k +n=m.q4(k,K.avS()) +r=n>=0?m.e[n]:l +p=r==null +o=p?l:r.a +if(o!=s.d){o=s.a +o.Dz(p?l:r.a) +s.d=p?l:r.a}}}, +q4(a,b){while(!0){if(!(a>=0&&!b.$1(this.e[a])))break;--a}return a}, +a3F(a,b){var s +while(!0){s=this.e +if(!(a?") +q=r.a(this.a.r.$1(s)) +return q==null&&!b?r.a(this.a.x.$1(s)):q}, +LT(a,b,c){return this.qv(a,!1,b,c)}, +Rl(a,b,c){var s=this.LT(a,b,c) +s.toString +return this.jZ(s)}, +ahx(a,b){return this.Rl(a,null,b)}, +aht(a){var s=K.au7(a,C.kP,null) +this.e.push(s) +this.Aw() +this.HK(s.a) +return a.d.a}, +jZ(a){return this.aht(a,t.X)}, +HK(a){this.a0V()}, +rV(a){var s=0,r=P.K(t.y),q,p=this,o,n,m +var $async$rV=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)$async$outer:switch(s){case 0:m=p.e +m=new H.cc(m,H.aq(m).j("cc<1,dp?>")) +o=m.lj(m,new K.a24(),new K.a25()) +if(o==null){q=!1 +s=1 +break}s=3 +return P.L(o.a.hG(),$async$rV) +case 3:n=c +if(p.c==null){q=!0 +s=1 +break}m=p.e +m=new H.cc(m,H.aq(m).j("cc<1,dp?>")) +if(o!==m.lj(m,new K.a26(),new K.a27())){q=!0 +s=1 +break}switch(n){case C.xu:q=!1 +s=1 +break $async$outer +case C.jN:p.ca(0,a) +q=!0 +s=1 +break $async$outer +case C.xt:q=!0 +s=1 +break $async$outer}case 1:return P.I(q,r)}}) +return P.J($async$rV,r)}, +QL(){return this.rV(null,t.X)}, +agf(a){return this.rV(a,t.X)}, +xI(a,b){var s=C.c.afV(this.e,K.ap2()) +s.ca(0,b) +if(s.c===C.hO)this.uC(!1) +this.HK(s.a)}, +dN(a){return this.xI(a,null,t.X)}, +ca(a,b){return this.xI(a,b,t.X)}, +Rd(a){var s,r=this.e +r=new H.cc(r,H.aq(r).j("cc<1,dp?>")) +s=r.lj(r,new K.a28(),new K.a29()) +for(;s!=null;){if(a.$1(s.a))return +this.dN(0) +r=this.e +r=new H.cc(r,H.aq(r).j("cc<1,dp?>")) +s=r.lj(r,new K.a2a(),new K.a2b())}}, +Ps(a){var s=C.c.Pw(this.e,K.au8(a)) +if(s.r){s.c=C.hO +this.uC(!1)}s.c=C.kO +this.uC(!1)}, +a5i(a){this.fr.H(0,a.gck())}, +a5o(a){this.fr.v(0,a.gck())}, +a0V(){if($.bL.cx$===C.cp){var s=this.gm8() +s=$.B.C$.Q.h(0,s) +this.R(new K.a21(s==null?null:s.wH(t.MY)))}s=this.fr +C.c.ai(P.as(s,!0,H.o(s).j("cn.E")),$.B.gabJ())}, +I(a,b){var s,r=this,q=null,p=r.ga5n(),o=r.bl$,n=r.gm8() +if(r.gm8().gaJ()==null){s=r.gzD() +s=P.as(s,!1,s.$ti.j("p.E"))}else s=C.mN +return new K.nL(q,T.an1(C.cI,new T.EX(!1,L.amH(!0,K.Mv(o,new X.yC(s,n)),q,r.y),q),p,r.ga5h(),q,p),q)}} +K.a2c.prototype={ +$1(a){var s,r,q=a.b.a +if(q!=null){s=this.a.cx +r=s.$ti.j("cY.T").a(s.y) +s.zn(0,r+1) +q=new K.Qf(r,q,null,C.hP)}else q=null +return K.au7(a,C.hN,q)}, +$S:369} +K.a22.prototype={ +$1(a){return a!=null&&a.gjR()}, +$S:29} +K.a23.prototype={ +$0(){return null}, +$S:3} +K.a24.prototype={ +$1(a){return a!=null&&a.gjR()}, +$S:29} +K.a25.prototype={ +$0(){return null}, +$S:3} +K.a26.prototype={ +$1(a){return a!=null&&a.gjR()}, +$S:29} +K.a27.prototype={ +$0(){return null}, +$S:3} +K.a28.prototype={ +$1(a){return a!=null&&a.gjR()}, +$S:29} +K.a29.prototype={ +$0(){return null}, +$S:3} +K.a2a.prototype={ +$1(a){return a!=null&&a.gjR()}, +$S:29} +K.a2b.prototype={ +$0(){return null}, +$S:3} +K.a21.prototype={ +$0(){var s=this.a +if(s!=null)s.sNK(!0)}, +$S:0} +K.Db.prototype={ +i(a){return this.b}} +K.RF.prototype={ +gQy(){return!0}, +w8(){return H.a([this.a.a],t.jl)}} +K.Qf.prototype={ +w8(){var s=this,r=s.X9(),q=H.a([s.c,s.d],t.jl),p=s.e +if(p!=null)q.push(p) +C.c.O(r,q) +return r}, +Dm(a){var s=a.qv(this.d,!1,this.e,t.z) +s.toString +return s}, +gRS(){return this.c}, +gaT(a){return this.d}} +K.ao1.prototype={ +gQy(){return!1}, +w8(){P.aE0(this.d)}, +Dm(a){var s=a.c +s.toString +return this.d.$2(s,this.e)}, +gRS(){return this.c}} +K.Pj.prototype={ +bm(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null,c=e.y==null +if(c)e.y=P.A(t.N,t.UX) +s=H.a([],t.jl) +r=e.y +r.toString +q=J.aL(r,null) +if(q==null)q=C.j5 +p=P.A(t.ob,t.UX) +r=e.y +r.toString +o=J.aBD(J.V1(r)) +for(r=b.length,n=d,m=c,l=!0,k=0;k7){i=j.a +i.c.sm(0,d) +continue}if(l){i=j.b +l=(i==null?d:i.gQy())===!0}else l=!1 +i=j.a +h=l?j.gf7():d +i.c.sm(0,h) +if(l){i=j.b +h=i.b +i=h==null?i.b=i.w8():h +if(!m){h=J.al(q) +g=h.gn(q) +f=s.length +m=g<=f||!J.e(h.h(q,f),i)}else m=!0 +s.push(i)}}m=m||s.length!==J.cF(q) +e.a2S(s,n,p,o) +if(m||o.gbn(o)){e.y=p +e.ap()}}, +a2S(a,b,c,d){var s,r=a.length +if(r!==0){s=b==null?null:b.gf7() +c.p(0,s,a) +d.v(0,s)}}, +aP(a){if(this.y==null)return +this.y=null +this.ap()}, +RT(a,b){var s,r,q,p,o,n=H.a([],t.uD) +if(this.y!=null)s=a!=null&&a.gf7()==null +else s=!0 +if(s)return n +s=this.y +s.toString +r=J.aL(s,a==null?null:a.gf7()) +if(r==null)return n +for(s=J.aP(r);s.t();){q=K.aGO(s.gE(s)) +p=q.Dm(b) +o=$.alJ() +n.push(new K.dp(p,q,C.hN,o,o,o))}return n}, +Dg(){return null}, +rI(a){a.toString +return J.aAX(t.f.a(a),new K.aeS(),t.ob,t.UX)}, +Qb(a){this.y=a}, +ts(){return this.y}, +gl0(a){return this.y!=null}} +K.aeS.prototype={ +$2(a,b){return new P.cK(H.cg(a),P.bo(t.j.a(b),!0,t.K),t.qE)}, +$S:370} +K.ag7.prototype={ +$2(a,b){if(!a.a)a.Y(0,b)}, +$S:36} +K.CH.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r,q=this.c +q.toString +s=!U.cp(q) +q=this.bJ$ +if(q!=null)for(q=P.c_(q,q.r),r=H.o(q).c;q.t();)r.a(q.d).scJ(0,s) +this.bV()}} +K.CI.prototype={ +be(a){this.bH(a) +this.oc()}, +aM(){var s,r,q,p,o=this +o.WL() +s=o.bl$ +r=o.gmR() +q=o.c +q.toString +q=K.oC(q) +o.d3$=q +p=o.me(q,r) +if(r){o.h6(s,o.c5$) +o.c5$=!1}if(p)if(s!=null)s.l(0)}, +l(a){var s,r=this +r.e1$.ai(0,new K.ag7()) +s=r.bl$ +if(s!=null)s.l(0) +r.bl$=null +r.WM(0)}} +U.dY.prototype={ +lr(a){var s +if(a instanceof N.ec){s=a.gF() +if(s instanceof U.dA)if(s.a79(this,a))return!1}return!0}, +f_(a){if(a!=null)a.ls(this.gy8())}, +i(a){var s=H.a([],t.s) +this.d2(s) +return"Notification("+C.c.c8(s,", ")+")"}, +d2(a){}} +U.dA.prototype={ +a79(a,b){if(this.$ti.c.b(a))return this.d.$1(a) +return!1}, +I(a,b){return this.c}} +U.f9.prototype={} +E.yB.prototype={ +i(a){return this.b}} +E.Jg.prototype={ +aQ(a){var s=this,r=a.J(t.I) +r.toString +r=r.f +r=new E.uY(s.e,s.f,s.r,s.x,s.y,r,C.o,0,null,null,T.ad()) +r.gav() +r.gaI() +r.fr=!1 +r.O(0,null) +return r}, +aX(a,b){var s,r=this +t.Eg.a(b) +b.sU0(0,r.e) +b.scL(r.f) +b.sahd(r.r) +b.sahb(r.x) +b.sahc(r.y) +s=a.J(t.I) +s.toString +s=s.f +b.sbC(0,s) +b.shY(C.o)}} +E.jr.prototype={} +E.uY.prototype={ +sU0(a,b){if(this.B===b)return +this.B=b +this.a4()}, +scL(a){if(this.N==a)return +this.N=a +this.a4()}, +sahd(a){if(this.W===a)return +this.W=a +this.a4()}, +sahb(a){if(this.a8===a)return +this.a8=a +this.a4()}, +sahc(a){if(this.az===a)return +this.az=a +this.a4()}, +sbC(a,b){if(this.aN===b)return +this.aN=b +this.a4()}, +shY(a){var s=this +if(a===s.b_)return +s.b_=a +s.aB() +s.ax()}, +eD(a){if(!(a.e instanceof E.jr))a.e=new E.jr(null,null,C.h)}, +b4(a){var s,r,q,p,o,n=this,m=n.Z$ +if(m==null)return 0 +for(s=H.o(n).j("ac.1"),r=0;m!=null;){r+=m.al(C.a3,1/0,m.gbg()) +q=m.e +q.toString +m=s.a(q).T$}q=n.B +p=n.bI$ +m=n.Z$ +if(r+q*(p-1)>a){for(o=0;m!=null;){o+=m.al(C.ax,a,m.gbz()) +q=m.e +q.toString +m=s.a(q).T$}return o+n.W*(n.bI$-1)}else{for(o=0;m!=null;){o=Math.max(o,m.al(C.ax,a,m.gbz())) +q=m.e +q.toString +m=s.a(q).T$}return o}}, +b8(a){var s,r,q,p,o,n=this,m=n.Z$ +if(m==null)return 0 +for(s=H.o(n).j("ac.1"),r=0;m!=null;){r+=m.al(C.a3,1/0,m.gbg()) +q=m.e +q.toString +m=s.a(q).T$}q=n.B +p=n.bI$ +m=n.Z$ +if(r+q*(p-1)>a){for(o=0;m!=null;){o+=m.al(C.aI,a,m.gbE()) +q=m.e +q.toString +m=s.a(q).T$}return o+n.W*(n.bI$-1)}else{for(o=0;m!=null;){o=Math.max(o,m.al(C.aI,a,m.gbE())) +q=m.e +q.toString +m=s.a(q).T$}return o}}, +ba(a){var s,r,q,p=this,o=p.Z$ +if(o==null)return 0 +for(s=H.o(p).j("ac.1"),r=0;o!=null;){r+=o.al(C.a3,1/0,o.gbg()) +q=o.e +q.toString +o=s.a(q).T$}return r+p.B*(p.bI$-1)}, +b3(a){var s,r,q,p=this,o=p.Z$ +if(o==null)return 0 +for(s=H.o(p).j("ac.1"),r=0;o!=null;){r+=o.al(C.U,1/0,o.gb9()) +q=o.e +q.toString +o=s.a(q).T$}return r+p.B*(p.bI$-1)}, +dz(a){return this.Ds(a)}, +bZ(a){var s,r,q,p,o,n,m,l,k,j=this,i=j.Z$ +if(i==null)return new P.D(C.f.G(0,a.a,a.b),C.f.G(0,a.c,a.d)) +s=a.iU() +for(r=H.o(j).j("ac.1"),q=0,p=0,o=0;i!=null;){n=i.eC(s) +q+=n.a +m=n.b +p=Math.max(p,m) +o+=m+j.W +m=i.e +m.toString +i=r.a(m).T$}l=q+j.B*(j.bI$-1) +k=a.b +if(l>k)return a.b5(new P.D(k,o-j.W)) +else return a.b5(new P.D(j.N==null?l:k,p))}, +bM(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=this,a2={},a3=a2.a=a1.Z$ +if(a3==null){s=t.k.a(K.t.prototype.ga1.call(a1)) +a1.rx=new P.D(C.f.G(0,s.a,s.b),C.f.G(0,s.c,s.d)) +return}s=t.k +r=s.a(K.t.prototype.ga1.call(a1)).iU() +for(q=H.o(a1).j("ac.1"),p=a3,o=0,n=0,m=0;p!=null;p=a3){p.cc(0,r,!0) +p=a2.a +l=p.rx +k=l.a +o+=k +n=Math.max(n,l.b) +m=Math.max(m,k) +p=p.e +p.toString +a3=q.a(p).T$ +a2.a=a3}j=a1.aN===C.q +i=o+a1.B*(a1.bI$-1) +if(i>s.a(K.t.prototype.ga1.call(a1)).b){a3=a1.az===C.di?a1.Z$:a1.dj$ +a2.a=a3 +h=new E.ah9(a2,a1) +for(q=t.pi,p=a3,g=0;p!=null;p=a3){l=p.e +l.toString +q.a(l) +switch(a1.a8){case C.Mi:if(j){p=s.a(K.t.prototype.ga1.call(a1)) +k=a2.a +f=p.b-k.rx.a +p=k}else f=0 +break +case C.Mj:p=s.a(K.t.prototype.ga1.call(a1)) +k=a2.a +f=(p.b-k.rx.a)/2 +p=k +break +case C.t5:if(j)f=0 +else{p=s.a(K.t.prototype.ga1.call(a1)) +k=a2.a +f=p.b-k.rx.a +p=k}break +default:f=0}l.a=new P.l(f,g) +g+=p.rx.b+a1.W +a3=h.$0() +a2.a=a3}a1.rx=s.a(K.t.prototype.ga1.call(a1)).b5(new P.D(s.a(K.t.prototype.ga1.call(a1)).b,g-a1.W))}else{a3=a1.Z$ +a2.a=a3 +e=a3.rx.a +d=a1.N==null?i:s.a(K.t.prototype.ga1.call(a1)).b +a1.rx=s.a(K.t.prototype.ga1.call(a1)).b5(new P.D(d,n)) +f=H.b8("x") +c=a1.B +switch(a1.N){case null:f.b=j?a1.rx.a-e:0 +break +case C.v:f.b=j?a1.rx.a-e:0 +break +case C.bS:s=a1.rx.a +b=(s-i)/2 +f.b=j?s-b-e:b +break +case C.js:f.b=j?i-e:a1.rx.a-i +break +case C.rE:s=a1.rx.a +c=(s-o)/(a1.bI$-1) +f.b=j?s-e:0 +break +case C.rF:s=a1.bI$ +c=s>0?(a1.rx.a-o)/s:0 +s=c/2 +f.b=j?a1.rx.a-s-e:s +break +case C.rG:s=a1.rx.a +c=(s-o)/(a1.bI$+1) +f.b=j?s-c-e:c +break}for(s=!j,p=t.pi,l=f.a;k=a2.a,k!=null;){a=k.e +a.toString +p.a(a) +a0=f.b +if(a0===f)H.f(H.k1(l)) +k=k.rx +a.a=new P.l(a0,(n-k.b)/2) +if(s)k=f.b=a0+(k.a+c) +else k=a0 +a3=a2.a=q.a(a).T$ +if(j&&a3!=null)f.b=k-(a3.rx.a+c)}}}, +cH(a,b){return this.r8(a,b)}, +aK(a,b){this.kW(a,b)}} +E.ah9.prototype={ +$0(){var s=this.b,r=s.az,q=this.a.a +s=H.o(s).j("ac.1") +if(r===C.di){r=q.e +r.toString +r=s.a(r).T$ +s=r}else{r=q.e +r.toString +r=s.a(r).bx$ +s=r}return s}, +$S:371} +E.TW.prototype={ +aq(a){var s,r,q +this.dE(a) +s=this.Z$ +for(r=t.pi;s!=null;){s.aq(a) +q=s.e +q.toString +s=r.a(q).T$}}, +af(a){var s,r,q +this.d_(0) +s=this.Z$ +for(r=t.pi;s!=null;){s.af(0) +q=s.e +q.toString +s=r.a(q).T$}}} +E.TX.prototype={} +X.ka.prototype={ +smJ(a){var s +if(this.b===a)return +this.b=a +s=this.e +if(s!=null)s.IY()}, +srT(a){if(this.c)return +this.c=!0 +this.e.IY()}, +Nj(a){if(a===this.d)return +this.d=a +this.ap()}, +cf(a){var s,r=this.e +r.toString +this.e=null +if(r.c==null)return +C.c.v(r.d,this) +s=$.bL +if(s.cx$===C.d4)s.z$.push(new X.a2A(r)) +else r.KG()}, +fv(){var s=this.f.gaJ() +if(s!=null)s.KI()}, +i(a){return"#"+Y.bY(this)+"(opaque: "+this.b+"; maintainState: "+this.c+")"}} +X.a2A.prototype={ +$1(a){this.a.KG()}, +$S:2} +X.uM.prototype={ +ae(){return new X.CJ(C.k)}} +X.CJ.prototype={ +aC(){this.b1() +this.a.c.Nj(!0)}, +l(a){this.a.c.Nj(!1) +this.aZ(0)}, +I(a,b){var s=this.a +return new U.AJ(s.d,s.c.a.$1(b),null)}, +KI(){this.R(new X.agb())}} +X.agb.prototype={ +$0(){}, +$S:0} +X.yC.prototype={ +ae(){return new X.ry(H.a([],t.wi),null,C.k)}} +X.ry.prototype={ +aC(){this.b1() +this.Qe(0,this.a.c)}, +B3(a,b){return this.d.length}, +Qd(a,b){b.e=this +this.R(new X.a2E(this,null,null,b))}, +Qe(a,b){var s,r=b.length +if(r===0)return +for(s=0;s=0;--r){o=s[r] +if(q){++p +m.push(new X.uM(o,!0,o.f)) +q=!o.b||!1}else if(o.c)m.push(new X.uM(o,!1,o.f))}s=m.length +this.a.toString +n=t.H8 +return new X.DL(s-p,C.aB,P.as(new H.bB(m,n),!1,n.j("ba.E")),null)}} +X.a2E.prototype={ +$0(){var s=this,r=s.a +C.c.mB(r.d,r.B3(s.b,s.c),s.d)}, +$S:0} +X.a2D.prototype={ +$0(){var s=this,r=s.a +C.c.Qf(r.d,r.B3(s.b,s.c),s.d)}, +$S:0} +X.a2F.prototype={ +$0(){var s,r,q=this,p=q.a,o=p.d +C.c.sn(o,0) +s=q.b +C.c.O(o,s) +r=q.c +r.xP(s) +C.c.Qf(o,p.B3(q.d,q.e),r)}, +$S:0} +X.a2C.prototype={ +$0(){}, +$S:0} +X.a2B.prototype={ +$0(){}, +$S:0} +X.DL.prototype={ +c4(a){var s=t.u,r=P.bu(s),q=($.bi+1)%16777215 +$.bi=q +return new X.SQ(r,q,this,C.ab,P.bu(s))}, +aQ(a){var s=a.J(t.I) +s.toString +s=new X.uZ(s.f,this.e,this.f,T.ad(),0,null,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.O(0,null) +return s}, +aX(a,b){var s=this.e +if(b.a8!==s){b.a8=s +b.a4()}s=a.J(t.I) +s.toString +b.sbC(0,s.f) +s=this.f +if(s!==b.az){b.az=s +b.aB() +b.ax()}}} +X.SQ.prototype={ +gF(){return t.sG.a(N.of.prototype.gF.call(this))}, +gD(){return t._2.a(N.of.prototype.gD.call(this))}} +X.uZ.prototype={ +eD(a){if(!(a.e instanceof K.ew))a.e=new K.ew(null,null,C.h)}, +a7y(){if(this.N!=null)return +this.N=C.aS.V(this.W)}, +sbC(a,b){var s=this +if(s.W===b)return +s.W=b +s.N=null +s.a4()}, +gkt(){var s,r,q,p,o=this +if(o.a8===K.ac.prototype.gOg.call(o))return null +s=K.ac.prototype.gaej.call(o,o) +for(r=o.a8,q=t.B;r>0;--r){p=s.e +p.toString +s=q.a(p).T$}return s}, +ba(a){return K.oB(this.gkt(),new X.ahf(a))}, +b3(a){return K.oB(this.gkt(),new X.ahd(a))}, +b4(a){return K.oB(this.gkt(),new X.ahe(a))}, +b8(a){return K.oB(this.gkt(),new X.ahc(a))}, +dz(a){var s,r,q,p,o=this.gkt() +for(s=t.B,r=null;o!=null;){q=o.e +q.toString +s.a(q) +p=o.j9(a) +if(p!=null){p+=q.a.b +r=r!=null?Math.min(r,p):p}o=q.T$}return r}, +ghI(){return!0}, +bZ(a){return new P.D(C.f.G(1/0,a.a,a.b),C.f.G(1/0,a.c,a.d))}, +bM(){var s,r,q,p,o,n,m,l,k=this +k.B=!1 +if(k.bI$-k.a8===0)return +k.a7y() +s=t.k.a(K.t.prototype.ga1.call(k)) +r=S.w3(new P.D(C.f.G(1/0,s.a,s.b),C.f.G(1/0,s.c,s.d))) +q=k.gkt() +for(s=t.B,p=t.EP;q!=null;){o=q.e +o.toString +s.a(o) +if(!o.gx9()){q.cc(0,r,!0) +n=k.N +n.toString +m=k.rx +m.toString +l=q.rx +l.toString +o.a=n.mi(p.a(m.a7(0,l)))}else{n=k.rx +n.toString +m=k.N +m.toString +k.B=K.asW(q,o,n,m)||k.B}q=o.T$}}, +cH(a,b){var s,r,q,p=this,o={},n=o.a=p.a8===K.ac.prototype.gOg.call(p)?null:p.dj$ +for(s=t.B,r=0;r0)n=p +else n=null +m=n===s +if(j.r!==C.Tp){s=j.c +s.toString +new L.Ji(m,0).f_(s) +s=j.x +s.p(0,m,!0) +s.h(0,m).toString +n.d=0}j.x.h(0,m).toString +s=a.f +if(s!==0){r=n.c +if(r!=null)r.aV(0) +n.c=null +l=C.d.G(Math.abs(s),100,1e4) +s=n.f +if(n.a===C.eI)r=0.3 +else{r=n.gny() +q=r.a +q=r.b.aa(0,q.gm(q)) +r=q}s.a=r +r.toString +s.b=C.d.G(l*0.00006,r,0.5) +r=n.x +s=n.gq8() +q=s.a +r.a=s.b.aa(0,q.gm(q)) +r.b=Math.min(0.025+75e-8*l*l,1) +n.gjl().e=P.cV(0,C.d.aW(0.15+l*0.02)) +n.gjl().rH(0,0) +n.cx=0.5 +n.a=C.z2}else{s=a.d +if(s!=null){p=a.b.gD() +p.toString +t.q.a(p) +o=p.rx +o.toString +k=p.jc(s.d) +switch(G.br(r.e)){case C.p:n.toString +s=o.b +n.Ri(0,Math.abs(q),o.a,C.d.G(k.b,0,s),s) +break +case C.m:n.toString +s=o.a +n.Ri(0,Math.abs(q),o.b,C.d.G(k.a,0,s),s) +break}}}}else if(a instanceof G.oI||a instanceof G.hp)if(a.gP4()!=null){s=j.d +if(s.a===C.eJ)s.vs(C.dG) +s=j.e +if(s.a===C.eJ)s.vs(C.dG)}j.r=H.C(a) +return!1}, +l(a){this.d.l(0) +this.e.l(0) +this.XV(0)}, +I(a,b){var s=this,r=null,q=s.a,p=s.d,o=s.e,n=q.e,m=s.f +return new U.dA(new T.fh(T.lg(new T.fh(q.x,r),new L.Pi(p,o,n,m),r,r,C.r),r),s.ga7z(),r,t.WA)}} +L.ut.prototype={ +i(a){return this.b}} +L.BT.prototype={ +gjl(){var s=this.b +return s==null?H.f(H.u("_glowController")):s}, +gny(){var s=this.r +return s==null?H.f(H.u("_glowOpacity")):s}, +gq8(){var s=this.y +return s==null?H.f(H.u("_glowSize")):s}, +gpZ(){var s=this.z +return s==null?H.f(H.u("_displacementTicker")):s}, +sas(a,b){if(this.db.k(0,b))return +this.db=b +this.ap()}, +sO6(a){if(this.dx===a)return +this.dx=a +this.ap()}, +l(a){var s,r=this +r.gjl().l(0) +s=r.gpZ() +s.x.bJ$.v(0,s) +s.Hp(0) +s=r.c +if(s!=null)s.aV(0) +r.hK(0)}, +Ri(a,b,c,d,e){var s,r,q,p,o=this,n=o.c +if(n!=null)n.aV(0) +o.cy=o.cy+b/200 +n=o.f +s=o.gny() +r=s.a +n.a=s.b.aa(0,r.gm(r)) +r=o.gny() +s=r.a +n.b=Math.min(r.b.aa(0,s.gm(s))+b/c*0.8,0.5) +q=Math.min(c,e*0.20096189432249995) +s=o.x +r=o.gq8() +n=r.a +s.a=r.b.aa(0,n.gm(n)) +n=Math.sqrt(o.cy*q) +r=o.gq8() +p=r.a +s.b=Math.max(1-1/(0.7*n),H.dd(r.b.aa(0,p.gm(p)))) +p=d/e +o.ch=p +if(p!==o.cx){if(!o.gpZ().gafO())o.gpZ().fJ(0)}else{o.gpZ().ee(0) +o.Q=null}o.gjl().e=C.lW +if(o.a!==C.eJ){o.gjl().rH(0,0) +o.a=C.eJ}else{n=o.gjl().r +if(!(n!=null&&n.a!=null))o.ap()}o.c=P.bX(C.lW,new L.aem(o))}, +a0X(a){var s=this +if(a!==C.O)return +switch(s.a){case C.z2:s.vs(C.dG) +break +case C.kM:s.a=C.eI +s.cy=0 +break +case C.eJ:case C.eI:break}}, +vs(a){var s,r,q=this,p=q.a +if(p===C.kM||p===C.eI)return +p=q.c +if(p!=null)p.aV(0) +q.c=null +p=q.f +s=q.gny() +r=s.a +p.a=s.b.aa(0,r.gm(r)) +p.b=0 +p=q.x +r=q.gq8() +s=r.a +p.a=r.b.aa(0,s.gm(s)) +p.b=0 +q.gjl().e=a +q.gjl().rH(0,0) +q.a=C.kM}, +aa1(a){var s,r=this,q=r.Q +if(q!=null){q=q.a +s=r.ch +r.cx=s-(s-r.cx)*Math.pow(2,-(a.a-q)/$.axi().a) +r.ap()}if(B.EI(r.ch,r.cx,0.001)){r.gpZ().ee(0) +r.Q=null}else r.Q=a}, +aK(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.gny(),i=j.a +if(J.e(j.b.aa(0,i.gm(i)),0))return +j=b.a +i=b.b +s=j>i?i/j:1 +r=j*3/2 +q=Math.min(i,j*0.20096189432249995) +i=k.gq8() +p=i.a +p=i.b.aa(0,p.gm(p)) +i=k.cx +o=H.ai() +n=o?H.aK():new H.aE(new H.aG()) +o=k.db +m=k.gny() +l=m.a +n.sas(0,P.ar(C.d.aW(255*m.b.aa(0,l.gm(l))),o.gm(o)>>>16&255,o.gm(o)>>>8&255,o.gm(o)&255)) +a.bf(0) +a.an(0,0,k.d+k.e) +a.cE(0,1,p*s) +a.iE(0,new P.v(0,0,0+j,0+q)) +a.en(0,new P.l(j/2*(0.5+i),q-r),r,n) +a.aU(0)}} +L.aem.prototype={ +$0(){return this.a.vs(C.iI)}, +$S:0} +L.Pi.prototype={ +La(a,b,c,d,e){var s +if(c==null)return +switch(G.kZ(d,e)){case C.G:c.aK(a,b) +break +case C.C:a.bf(0) +a.an(0,0,b.b) +a.cE(0,1,-1) +c.aK(a,b) +a.aU(0) +break +case C.M:a.bf(0) +a.h7(0,1.5707963267948966) +a.cE(0,1,-1) +c.aK(a,new P.D(b.b,b.a)) +a.aU(0) +break +case C.P:a.bf(0) +s=b.a +a.an(0,s,0) +a.h7(0,1.5707963267948966) +c.aK(a,new P.D(b.b,s)) +a.aU(0) +break}}, +aK(a,b){var s=this,r=s.d +s.La(a,b,s.b,r,C.dK) +s.La(a,b,s.c,r,C.cf)}, +eR(a){return a.b!=this.b||a.c!=this.c}} +L.Ji.prototype={ +d2(a){this.WQ(a) +a.push("side: "+(this.a?"leading edge":"trailing edge"))}} +L.uN.prototype={ +lr(a){if(a instanceof N.a7&&t.NW.b(a.gD()))++this.eq$ +return this.za(a)}, +d2(a){var s +this.z9(a) +s="depth: "+this.eq$+" (" +a.push(s+(this.eq$===0?"local":"remote")+")")}} +L.Ef.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r,q=this.c +q.toString +s=!U.cp(q) +q=this.bJ$ +if(q!=null)for(q=P.c_(q,q.r),r=H.o(q).c;q.t();)r.a(q.d).scJ(0,s) +this.bV()}} +S.Dy.prototype={ +k(a,b){if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +return b instanceof S.Dy&&S.eD(b.a,this.a)}, +gu(a){return P.ej(this.a)}, +i(a){return"StorageEntryIdentifier("+C.c.c8(this.a,":")+")"}} +S.rA.prototype={ +HL(a){var s=H.a([],t.g8) +if(S.asr(a,s))a.ls(new S.a2G(s)) +return s}, +ahK(a){var s +if(this.a==null)return null +s=this.HL(a) +return s.length!==0?this.a.h(0,new S.Dy(s)):null}} +S.a2G.prototype={ +$1(a){return S.asr(a,this.a)}, +$S:17} +S.rz.prototype={ +I(a,b){return this.c}} +V.iZ.prototype={ +gmJ(){return!0}, +gmn(){return!1}, +CM(a){return a instanceof V.iZ}, +Of(a){return a instanceof V.iZ}} +L.JL.prototype={ +aQ(a){var s=new L.zu(this.d,0,!1,!1,T.ad()) +s.gav() +s.gaI() +s.fr=!0 +return s}, +aX(a,b){b.sah9(this.d) +b.sahD(0)}} +G.xq.prototype={ +I(a,b){return new G.yR(new G.a_r(),this.ga1E(),this.c,null)}, +a1F(a){var s=new G.py(a.a,this.c) +s.m9().bD(0,new G.a_q(this,a),t.P) +return s}} +G.a_r.prototype={ +$2(a,b){return new G.rH(b,C.Nb,C.xf,null)}, +$S:374} +G.a_q.prototype={ +$1(a){var s=this.b +s.c.$1(s.a)}, +$S:19} +G.py.prototype={ +m9(){var s=0,r=P.K(t.H),q=this +var $async$m9=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:s=2 +return P.L(C.rR.fQ("create",P.aJ(["id",q.a,"viewType",q.b],t.N,t.z),!1,t.H),$async$m9) +case 2:q.c=!0 +return P.I(null,r)}}) +return P.J($async$m9,r)}, +CW(){var s=0,r=P.K(t.H) +var $async$CW=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:return P.I(null,r)}}) +return P.J($async$CW,r)}, +DK(a){return this.adq(a)}, +adq(a){var s=0,r=P.K(t.H) +var $async$DK=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:return P.I(null,r)}}) +return P.J($async$DK,r)}, +l(a){var s=0,r=P.K(t.H),q=this +var $async$l=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:s=q.c?2:3 +break +case 2:s=4 +return P.L(C.rR.fQ("dispose",q.a,!1,t.H),$async$l) +case 4:case 3:return P.I(null,r)}}) +return P.J($async$l,r)}, +gy7(){return this.a}} +G.yQ.prototype={} +G.yR.prototype={ +ae(){return new G.CN(C.k)}, +a9K(a,b){return this.c.$2(a,b)}, +a7g(a){return this.d.$1(a)}} +G.CN.prototype={ +I(a,b){var s,r,q=this,p=null +if(!q.f)return C.Oc +s=q.r +if(s==null){s=q.a +s.toString +r=q.e +r.toString +r=q.r=s.a9K(b,r) +s=r}r=q.x +s.toString +return L.x9(!1,p,s,p,!0,r,!0,p,q.ga4B(),p,p,p)}, +aC(){var s=this +s.x=O.xc(!0,"PlatformView(id: "+H.c(s.d)+")",!0,null,null,!1) +s.m9() +s.b1()}, +be(a){var s,r=this +r.bH(a) +if(r.a.e!==a.e){s=r.e +if(s!=null)s.l(0) +r.r=null +r.f=!1 +r.m9()}}, +m9(){var s=this,r=$.ayl().SU() +s.d=r +s.e=s.a.a7g(new G.yQ(r,s.ga7o()))}, +a7p(a){this.R(new G.agh(this))}, +a4C(a){var s +if(!a){s=this.e +if(s!=null)s.CW()}C.t2.cO("TextInput.setPlatformViewClient",P.aJ(["platformViewId",this.d],t.N,t.z),t.H)}, +l(a){var s=this.e +if(s!=null)s.l(0) +this.e=null +this.aZ(0)}} +G.agh.prototype={ +$0(){this.a.f=!0}, +$S:0} +G.rH.prototype={ +aQ(a){var s=new G.K2(this.d,null,null,null,T.ad()) +s.gav() +s.fr=!0 +s.sQ2(this.f) +s.Ne(this.e,s.B.gOY()) +return s}, +aX(a,b){b.siG(0,this.d) +b.sQ2(this.f) +b.Ne(this.e,b.B.gOY())}} +E.rQ.prototype={ +cQ(a){return this.f!=a.f}} +K.m4.prototype={ +ae(){return new K.RG(null,P.A(t.yb,t.R),null,!0,null,C.k)}} +K.RG.prototype={ +gf7(){return this.a.d}, +h6(a,b){}, +I(a,b){return K.Mv(this.bl$,this.a.c)}} +K.pf.prototype={ +cQ(a){return a.f!=this.f}} +K.zH.prototype={ +ae(){return new K.Da(C.k)}} +K.Da.prototype={ +aM(){var s,r=this +r.bV() +s=r.c +s.toString +r.r=K.oC(s) +r.Bb() +if(r.d==null){r.a.toString +r.d=!1}}, +be(a){this.bH(a) +this.Bb()}, +gKw(){this.a.toString +return!1}, +Bb(){var s=this +if(s.gKw()&&!s.x){s.x=!0;++$.m3.am$ +$.hq.gqu().gaid().bD(0,new K.ahm(s),t.P)}}, +a8J(){var s=this +s.e=!1 +s.f=null +$.hq.gqu().Y(0,s.gBv()) +s.Bb()}, +l(a){if(this.e)$.hq.gqu().Y(0,this.gBv()) +this.aZ(0)}, +I(a,b){var s,r,q=this,p=q.d +p.toString +if(p&&q.gKw())return C.eo +p=q.r +if(p==null)p=q.f +s=q.a +r=s.d +return K.Mv(p,new K.m4(s.c,r,null))}} +K.ahm.prototype={ +$1(a){var s=this.a +s.x=!1 +if(s.c!=null){$.hq.gqu().ad(0,s.gBv()) +s.R(new K.ahl(s,a))}$.m3.NZ()}, +$S:376} +K.ahl.prototype={ +$0(){var s=this.a +s.f=this.b +s.e=!0 +s.d=!1}, +$S:0} +K.dC.prototype={ +gl0(a){return!0}, +l(a){var s=this,r=s.c +if(r!=null)r.aag(s) +s.hK(0) +s.a=!0}} +K.i3.prototype={ +DG(a){}, +k6(a,b){var s=this,r=s.bl$,q=(r==null?null:J.h5(r.gkz(),b))===!0,p=q?a.rI(J.aL(s.bl$.gkz(),b)):a.Dg() +if(a.b==null){a.b=b +a.c=s +r=new K.a5a(s,a) +a.ad(0,r) +s.e1$.p(0,a,r)}a.Qb(p) +if(!q&&a.gl0(a)&&s.bl$!=null)s.Ca(a)}, +oc(){var s,r,q=this +if(q.d3$!=null){s=q.bl$ +s=s==null?null:s.e +s=s==q.gf7()||q.gmR()}else s=!0 +if(s)return +r=q.bl$ +if(q.me(q.d3$,!1))if(r!=null)r.l(0)}, +gmR(){var s,r,q=this +if(q.c5$)return!0 +if(q.gf7()==null)return!1 +s=q.c +s.toString +r=K.oC(s) +if(r!=q.d3$){if(r==null)s=null +else{s=r.c +s=s==null?null:s.d +s=s===!0}s=s===!0}else s=!1 +return s}, +me(a,b){var s,r,q=this +if(q.gf7()==null||a==null)return q.Ma(null,b) +if(b||q.bl$==null){s=q.gf7() +s.toString +return q.Ma(a.abU(s,q),b)}s=q.bl$ +s.toString +r=q.gf7() +r.toString +s.ai_(r) +r=q.bl$ +r.toString +a.fU(r) +return!1}, +Ma(a,b){var s,r=this,q=r.bl$ +if(a==q)return!1 +r.bl$=a +if(!b){if(a!=null){s=r.e1$ +s.gaA(s).ai(0,r.gaar())}r.DG(q)}return!0}, +Ca(a){var s,r=a.gl0(a),q=this.bl$ +if(r){if(q!=null){r=a.b +r.toString +s=a.ts() +if(!J.e(J.aL(q.gkz(),r),s)||!J.h5(q.gkz(),r)){J.hy(q.gkz(),r,s) +q.nE()}}}else if(q!=null){r=a.b +r.toString +q.ahT(0,r,t.K)}}, +aag(a){var s=this.e1$.v(0,a) +s.toString +a.Y(0,s) +a.c=a.b=null}} +K.a5a.prototype={ +$0(){var s=this.a +if(s.bl$==null)return +s.Ca(this.b)}, +$S:0} +K.aje.prototype={ +$2(a,b){if(!a.a)a.Y(0,b)}, +$S:36} +K.TZ.prototype={ +be(a){this.bH(a) +this.oc()}, +aM(){var s,r,q,p,o=this +o.bV() +s=o.bl$ +r=o.gmR() +q=o.c +q.toString +q=K.oC(q) +o.d3$=q +p=o.me(q,r) +if(r){o.h6(s,o.c5$) +o.c5$=!1}if(p)if(s!=null)s.l(0)}, +l(a){var s,r=this +r.e1$.ai(0,new K.aje()) +s=r.bl$ +if(s!=null)s.l(0) +r.bl$=null +r.aZ(0)}} +U.cY.prototype={ +sm(a,b){var s=this.y +if(b==null?s!=null:b!==s){this.y=b +this.OW(s)}}, +Qb(a){this.y=a}} +U.h_.prototype={ +Dg(){return this.fr}, +OW(a){this.ap()}, +rI(a){return H.o(this).j("h_.T").a(a)}, +ts(){return H.o(this).j("cY.T").a(this.y)}} +U.D9.prototype={ +rI(a){return this.X7(a)}, +ts(){var s=this.X8() +s.toString +return s}} +U.zC.prototype={} +U.KT.prototype={} +U.zD.prototype={} +Z.KZ.prototype={} +Z.L_.prototype={} +Z.JZ.prototype={ +Lp(a){if(this.a===a)return +this.a=a +this.ap()}, +ad(a,b){if(this.a3$<=0)$.B.ag$.push(this) +this.Uk(0,b)}, +Y(a,b){this.Ul(0,b) +if(this.a3$<=0)C.c.v($.B.ag$,this)}, +l(a){if(this.a3$>0)C.c.v($.B.ag$,this) +this.hK(0)}, +wo(a){return this.adm(a)}, +adm(a){var s=0,r=P.K(t.y),q,p=this +var $async$wo=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:p.Lp(a) +q=!0 +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$wo,r)}, +kX(a){return this.adk(a)}, +adk(a){var s=0,r=P.K(t.y),q,p=this +var $async$kX=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:p.Lp(new Z.KZ(a,null)) +q=!0 +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$kX,r)}} +Z.QE.prototype={} +Z.QF.prototype={} +T.rx.prototype={ +gxv(){return this.e}, +lf(){C.c.O(this.e,this.OJ()) +this.W5()}, +mu(a){var s=this +s.W0(a) +if(s.ch.gfR()===C.z)s.a.Ps(s) +return!0}, +l(a){C.c.sn(this.e,0) +this.W4(0)}} +T.dl.prototype={ +gRW(){return this.gtu(this)}, +ghW(a){return this.Q}, +gGc(){return this.cx}, +OH(){var s=this,r=s.gtu(s),q=s.gRW(),p=s.gDq(),o=s.a +o.toString +return G.bl(p,r,0,q,1,null,o)}, +Dd(){var s=this.ch +s.toString +return s}, +a5U(a){var s,r=this +switch(a){case C.O:s=r.e +if(s.length!==0)C.c.gK(s).smJ(r.gmJ()) +break +case C.aj:case C.ac:s=r.e +if(s.length!==0)C.c.gK(s).smJ(!1) +break +case C.z:if(!r.gafC())r.a.Ps(r) +break}}, +lf(){var s,r=this +r.ch=r.OH() +s=r.Dd() +s.cu(r.gKe()) +r.Q=s +r.Vu() +s=r.Q +if(s.gbh(s)===C.O&&r.e.length!==0)C.c.gK(r.e).smJ(r.gmJ())}, +rh(){this.W2() +return this.ch.bG(0)}, +re(){this.VY() +var s=this.ch +s.sm(0,s.b)}, +DE(a){var s +if(a instanceof T.dl){s=this.ch +s.toString +s.sm(0,a.ch.gbw())}this.W3(a)}, +mu(a){this.cy=a +this.ch.dd(0) +this.Vs(a) +return!0}, +ob(a){this.Ns(a) +this.W1(a)}, +rg(a){this.Ns(a) +this.VZ(a)}, +Ns(a){var s,r,q,p,o,n,m=this,l={},k=m.db +m.db=null +if(a instanceof T.dl&&m.CM(a)&&a.Of(m)){s=m.cx.c +if(s!=null){r=s instanceof S.pd?s.a:s +r.toString +q=a.Q +q.toString +p=J.e(r.gm(r),q.gm(q))||q.gbh(q)===C.O||q.gbh(q)===C.z +o=a.z.a +if(p)m.nS(q,o) +else{l.a=null +p=new T.a9L(m,q,a) +m.db=new T.a9M(l,q,p) +q.cu(p) +n=S.anU(r,q,new T.a9N(l,m,a)) +l.a=n +m.nS(n,o)}}else m.nS(a.Q,a.z.a)}else m.a9b(C.c6) +if(k!=null)k.$0()}, +nS(a,b){this.cx.sak(0,a) +if(b!=null)b.bD(0,new T.a9K(this,a),t.P)}, +a9b(a){return this.nS(a,null)}, +CM(a){return!0}, +Of(a){return!0}, +l(a){var s=this,r=s.Q +if(r!=null)r.eN(s.gKe()) +r=s.ch +if(r!=null)r.l(0) +s.z.cG(0,s.cy) +s.Vt(0)}, +gDq(){return"TransitionRoute"}, +i(a){return"TransitionRoute(animation: "+H.c(this.ch)+")"}} +T.a9L.prototype={ +$1(a){var s,r +switch(a){case C.O:case C.z:s=this.a +s.nS(this.b,this.c.z.a) +r=s.db +if(r!=null){r.$0() +s.db=null}break +case C.aj:case C.ac:break}}, +$S:4} +T.a9M.prototype={ +$0(){this.b.eN(this.c) +var s=this.a.a +if(s!=null)s.l(0)}, +$S:0} +T.a9N.prototype={ +$0(){var s,r=this.b +r.nS(this.a.a.a,this.c.z.a) +s=r.db +if(s!=null){s.$0() +r.db=null}}, +$S:0} +T.a9K.prototype={ +$1(a){var s=this.a.cx,r=this.b +if(s.c==r){s.sak(0,C.c6) +if(r instanceof S.pd)r.l(0)}}, +$S:11} +T.IA.prototype={ +cf(a){var s=this.b +if(s!=null)s.ahX(this)}, +KX(){this.a.$0()}} +T.IB.prototype={ +aaN(a){var s,r,q=this +a.b=q +s=q.fY$ +if(s==null)s=q.fY$=H.a([],t.Up) +r=s.length +s.push(a) +if(r===0)q.kP()}, +ahX(a){var s=this,r=s.fY$ +r.toString +C.c.v(r,a) +a.b=null +a.KX() +if(s.fY$.length===0){r=$.bL +if(r.cx$===C.d4)r.z$.push(new T.a1_(s)) +else s.kP()}}} +T.a1_.prototype={ +$1(a){this.a.kP()}, +$S:2} +T.Ov.prototype={ +oB(a,b){return T.rn(this.c,t.z).gmn()}, +bq(a){return K.bd(this.c,!1).QL()}} +T.Cx.prototype={ +cQ(a){return this.f!==a.f||this.r!==a.r||this.x!==a.x}} +T.uJ.prototype={ +ae(){return new T.jq(O.HB(!0,C.TE.i(0)+" Focus Scope",!1),F.Lb(),C.k,this.$ti.j("jq<1>"))}} +T.jq.prototype={ +aC(){var s,r,q=this +q.b1() +s=H.a([],t.Eo) +r=q.a.c.k1 +if(r!=null)s.push(r) +r=q.a.c.k2 +if(r!=null)s.push(r) +q.e=new B.pA(s) +if(q.a.c.gjQ())q.a.c.a.y.n8(q.f)}, +be(a){var s=this +s.bH(a) +if(s.a.c.gjQ())s.a.c.a.y.n8(s.f)}, +aM(){this.bV() +this.d=null}, +a3b(){this.R(new T.afV(this))}, +l(a){this.f.l(0) +this.aZ(0)}, +gMj(){var s=this.a.c.k1 +if((s==null?null:s.gbh(s))!==C.ac){s=this.a.c.a +s=s==null?null:s.dy.a +s=s===!0}else s=!0 +return s}, +I(a,b){var s,r=this,q=null,p=r.a.c,o=p.gjQ(),n=r.a.c +if(!n.gPS()){n=n.fY$ +n=n!=null&&n.length!==0}else n=!0 +s=r.a.c +return K.h6(p.c,new T.afZ(r),new T.Cx(o,n,p,new T.rv(s.id,new S.rz(new T.f3(new T.ag_(r),q),s.r2,q),q),q))}} +T.afV.prototype={ +$0(){this.a.d=null}, +$S:0} +T.afZ.prototype={ +$2(a,b){var s=this.a.a.c.c.a +b.toString +return new K.m4(b,s,null)}, +$S:378} +T.ag_.prototype={ +$1(a){var s,r=null,q=P.aJ([C.T3,new T.Ov(a,new R.bI(H.a([],t.tq),t.wS))],t.n,t.od),p=this.a,o=p.f,n=p.e +if(n==null)n=H.f(H.u("_listenable")) +s=p.d +if(s==null)s=p.d=new T.fh(new T.f3(new T.afX(p),r),p.a.c.r1) +return new U.hA(q,new E.rQ(p.r,L.amH(!1,new T.HC(o,new T.fh(K.h6(n,new T.afY(p),s),r),r),r,o),r),r)}, +$S:379} +T.afY.prototype={ +$2(a,b){var s,r,q=this.a,p=q.a.c,o=p.k1 +o.toString +s=p.k2 +s.toString +r=p.a +r=r==null?null:r.dy +if(r==null)r=new B.ef(!1,P.aj(0,null,!1,t.Z)) +return p.CJ(a,o,s,K.h6(r,new T.afW(q),b))}, +$S:95} +T.afW.prototype={ +$2(a,b){var s=this.a,r=s.gMj() +s.f.sdv(!r) +return new T.hS(r,null,b,null)}, +$S:380} +T.afX.prototype={ +$1(a){var s,r=this.a.a.c,q=r.k1 +q.toString +s=r.k2 +s.toString +return r.w1(a,q,s)}, +$S:24} +T.fJ.prototype={ +R(a){var s=this.k4 +if(s.gaJ()!=null){s=s.gaJ() +if(s.a.c.gjQ()&&!s.gMj())s.a.c.a.y.n8(s.f) +s.R(a)}else a.$0()}, +CJ(a,b,c,d){return d}, +lf(){var s=this +s.Wq() +s.k1=S.z0(T.dl.prototype.ghW.call(s,s)) +s.k2=S.z0(T.dl.prototype.gGc.call(s))}, +rh(){var s=this.k4 +if(s.gaJ()!=null)this.a.y.n8(s.gaJ().f) +return this.Wp()}, +re(){var s=this.k4 +if(s.gaJ()!=null)this.a.y.n8(s.gaJ().f) +this.Wn()}, +sxr(a){var s,r=this +if(r.id===a)return +r.R(new T.a1z(r,a)) +s=r.k1 +s.toString +s.sak(0,r.id?C.lj:T.dl.prototype.ghW.call(r,r)) +s=r.k2 +s.toString +s.sak(0,r.id?C.c6:T.dl.prototype.gGc.call(r)) +r.kP()}, +hG(){var s=0,r=P.K(t.oj),q,p=this,o,n,m,l +var $async$hG=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:p.k4.gaJ() +o=P.bo(p.k3,!0,t.Ev),n=o.length,m=0 +case 3:if(!(m>>24&255)!==0&&!n.id){s=n.k1 +s.toString +r=n.gmm().a +r=P.ar(0,r>>>16&255,r>>>8&255,r&255) +q=n.gmm() +p=t.IC.j("fY") +t.m.a(s) +o=new X.F3(n.gmn(),n.gqO(),!0,new R.bc(s,new R.fY(new R.fv(C.b1),new R.f4(r,q),p),p.j("bc")),m)}else o=new X.rm(m,n.gmn(),!0,n.gqO(),m) +s=n.k1 +if(s.gbh(s)!==C.ac){s=n.k1 +s=s.gbh(s)===C.z}else s=!0 +o=new T.hS(s,m,o,m) +s=n.gmn() +return s?T.bw(m,m,o,!1,m,m,!1,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,C.Mg,m,m,m):o}, +a0I(a){var s=this,r=null,q=s.ry +return q==null?s.ry=T.bw(r,r,new T.uJ(s,s.k4,H.o(s).j("uJ<1>")),!1,r,r,!1,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,C.Mf,r,r,r):q}, +OJ(){var s=this +return P.ca(function(){var r=0,q=1,p,o +return function $async$OJ(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:o=X.Jh(s.ga0F(),!1) +s.rx=o +r=2 +return o +case 2:s.grT() +o=X.Jh(s.ga0H(),!0) +s.x1=o +r=3 +return o +case 3:return P.c8() +case 1:return P.c9(p)}}},t.Ms)}, +i(a){return"ModalRoute("+this.b.i(0)+", animation: "+H.c(this.Q)+")"}} +T.a1z.prototype={ +$0(){this.a.id=this.b}, +$S:0} +T.a1y.prototype={ +$0(){}, +$S:0} +T.yV.prototype={ +gmJ(){return!1}, +grT(){return!0}} +T.z6.prototype={ +gmn(){return!0}, +gqO(){return this.er}, +gmm(){return this.dk}, +gtu(a){return this.dS}, +w1(a,b,c){var s=null +return T.bw(s,s,this.c7.$3(a,b,c),!1,s,s,!0,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s)}, +CJ(a,b,c,d){return this.cm.$4(a,b,c,d)}} +T.HC.prototype={ +aQ(a){var s=new T.CY(new P.Hl(new WeakMap()),this.e,C.cI,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){if(b instanceof T.CY)b.saes(this.e)}} +T.HD.prototype={ +aQ(a){var s=new T.uW(this.e,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}, +aX(a,b){if(b instanceof T.uW)b.w=this.e}} +T.uW.prototype={} +T.CY.prototype={ +saes(a){if(this.cg===a)return +this.cg=a}, +c0(a,b){var s,r,q=this +if(q.rx.A(0,b)){s=q.cH(a,b)||q.w===C.bh +if(s){r=new S.n9(b,q) +q.di.a.set(r,a) +a.jk() +r.b=C.c.gL(a.b) +a.a.push(r)}}else s=!1 +return s}, +ga9l(){switch(U.f_()){case C.H:case C.D:return!1 +case C.E:case C.B:case C.F:case C.K:return!1}}, +i9(a,b){var s,r,q,p,o,n,m,l,k=this +if(t._.b(a))if(a.gdG(a)===1)if(a.gda(a)===C.au)if(!k.ga9l()){s=k.cg.go +s=(s.length!==0?C.c.gL(s):null)==null}else s=!0 +else s=!0 +else s=!0 +else s=!0 +if(s)return +P.aCX(b) +r=k.di.a.get(b) +s=k.cg.go +q=s.length!==0?C.c.gL(s):null +if(q==null||r==null)return +s=q.d +p=s==null?null:s.gD() +if(p==null)return +s=r.a +n=s.length +m=0 +while(!0){if(!(m#"+Y.bY(this)}} +M.ly.prototype={ +qM(){this.a.ik(0)}, +gkl(){return!1}, +gia(){return!1}, +gf9(){return 0}} +M.a_l.prototype={ +gkl(){return!1}, +gia(){return!1}, +gf9(){return 0}, +l(a){this.b.$0() +this.u3(0)}} +M.a5X.prototype={ +a0b(a,b){var s,r,q=this +if(b==null)return a +if(a===0){if(q.d!=null)if(q.r==null){s=q.e +s=b.a-s.a>5e4}else s=!1 +else s=!1 +if(s)q.r=0 +return 0}else{s=q.r +if(s==null)return a +else{s+=a +q.r=s +r=q.d +r.toString +if(Math.abs(s)>r){q.r=null +s=Math.abs(a) +if(s>24)return a +else return Math.min(r/3,s)*J.dI(a)}else return 0}}}, +bm(a,b){var s,r,q,p,o=this +o.x=b +s=b.c +s.toString +r=s===0 +if(!r)o.e=b.a +q=b.a +if(o.f)if(r)if(q!=null){r=o.e +r=q.a-r.a>2e4}else r=!0 +else r=!1 +else r=!1 +if(r)o.f=!1 +p=o.a0b(s,q) +if(p===0)return +s=o.a +if(G.aoO(s.r.a.c))p=-p +s.FK(p>0?C.h9:C.ha) +r=s.cx +r.toString +s.zo(r-s.f.Cy(s,p))}, +l(a){this.x=null +this.b.$0()}, +i(a){return"#"+Y.bY(this)}} +M.XI.prototype={ +P_(a,b){new G.zY(t.uL.a(this.b.x),a,b,0).f_(b)}, +P0(a,b,c){new G.hp(t.zk.a(this.b.x),c,a,b,0).f_(b)}, +ws(a,b,c){new G.iY(t.zk.a(this.b.x),c,0,a,b,0).f_(b)}, +OZ(a,b){var s=this.b.x +new G.oI(s instanceof O.eI?s:null,a,b,0).f_(b)}, +gkl(){return!0}, +gia(){return!0}, +gf9(){return 0}, +l(a){this.b=null +this.u3(0)}, +i(a){return"#"+Y.bY(this)+"("+H.c(this.b)+")"}} +M.Ff.prototype={ +gfg(){var s=this.b +return s==null?H.f(H.u("_controller")):s}, +RQ(){this.a.ik(this.gfg().gf9())}, +qM(){this.a.ik(this.gfg().gf9())}, +BH(){var s=this.gfg().gbw() +if(this.a.zo(s)!==0){s=this.a +s.hs(new M.ly(s))}}, +BF(){this.a.ik(0)}, +ws(a,b,c){new G.iY(null,c,this.gfg().gf9(),a,b,0).f_(b)}, +gkl(){return!0}, +gia(){return!0}, +gf9(){return this.gfg().gf9()}, +l(a){this.gfg().l(0) +this.u3(0)}, +i(a){return"#"+Y.bY(this)+"("+this.gfg().i(0)+")"}} +M.H5.prototype={ +gIy(){var s=this.b +return s==null?H.f(H.u("_completer")):s}, +gfg(){var s=this.c +return s==null?H.f(H.u("_controller")):s}, +BH(){if(this.a.zo(this.gfg().gbw())!==0){var s=this.a +s.hs(new M.ly(s))}}, +BF(){this.a.ik(this.gfg().gf9())}, +ws(a,b,c){new G.iY(null,c,this.gfg().gf9(),a,b,0).f_(b)}, +gkl(){return!0}, +gia(){return!0}, +gf9(){return this.gfg().gf9()}, +l(a){this.gIy().em(0) +this.gfg().l(0) +this.u3(0)}, +i(a){return"#"+Y.bY(this)+"("+this.gfg().i(0)+")"}} +Y.zQ.prototype={ +tn(a,b,c,d){var s,r=this +if(b.a==null){s=$.hZ.l4$ +s=s.a.h(0,c)!=null||s.b.h(0,c)!=null}else s=!0 +if(s){r.b.tn(a,b,c,d) +return}s=r.a +if(s.gbA(s)==null)return +s=s.gbA(s) +s.toString +if(F.aEU(s)){$.bL.G9(new Y.a5T(r,a,b,c,d)) +return}r.b.tn(a,b,c,d)}, +xd(a,b,c){return this.b.xd(0,b,c)}, +xq(a){return this.b.xq(a)}} +Y.a5T.prototype={ +$1(a){var s=this +P.e6(new Y.a5S(s.a,s.b,s.c,s.d,s.e))}, +$S:2} +Y.a5S.prototype={ +$0(){var s=this +return s.a.tn(s.b,s.c,s.d,s.e)}, +$S:0} +K.La.prototype={ +acI(a,b,c,d,e){return new K.ajb(this,!1,!0,c,d,a)}, +acv(a){return this.acI(null,!0,null,null,a)}, +pn(a){return U.f_()}, +gDO(){return C.y_}, +abB(a,b,c){switch(this.pn(a)){case C.D:case C.E:case C.B:case C.F:return b +case C.H:case C.K:return L.arF(c,b,C.j)}}, +CI(a,b,c){var s=null +switch(this.pn(a)){case C.E:case C.B:case C.F:return E.aEy(b,c.b,C.bL,s,s,s,G.alo(),C.A,s,s,s,C.dG) +case C.H:case C.K:case C.D:return b}}, +w0(a,b,c){return this.abB(a,b,c.a)}, +y6(a){switch(this.pn(a)){case C.D:case C.B:return new K.a5V() +case C.H:case C.K:case C.E:case C.F:return new K.a5W()}}, +lv(a){switch(this.pn(a)){case C.D:case C.B:return C.zE +case C.H:case C.K:case C.E:case C.F:return C.B_}}, +i(a){return"ScrollBehavior"}} +K.a5V.prototype={ +$1(a){var s=a.gda(a),r=t.av +return new R.qY(P.aj(20,null,!1,r),s,P.aj(20,null,!1,r))}, +$S:381} +K.a5W.prototype={ +$1(a){return new R.jl(a.gda(a),P.aj(20,null,!1,t.av))}, +$S:148} +K.ajb.prototype={ +gDO(){return C.y_}, +w0(a,b,c){var s=this.a.w0(a,b,c) +return s}, +CI(a,b,c){return b}, +lv(a){var s=this.a.lv(a) +return s}, +y6(a){return this.a.y6(a)}, +i(a){return"_WrappedScrollBehavior"}} +K.oH.prototype={ +cQ(a){var s +if(H.C(this.f)===H.C(a.f))s=!1 +else s=!0 +return s}} +F.zR.prototype={ +jr(a,b,c){return this.ab6(a,b,c)}, +ab6(a,b,c){var s=0,r=P.K(t.H),q=this,p,o,n +var $async$jr=P.G(function(d,e){if(d===1)return P.H(e,r) +while(true)switch(s){case 0:n=H.a([],t.mo) +for(p=q.d,o=0;o#"+Y.bY(this)+"("+C.c.c8(s,", ")+")"}} +M.kn.prototype={ +iH(){var s=this,r=null,q=s.gEo()?s.gh4():r,p=s.gEo()?s.ghz():r,o=s.gPW()?s.gdc():r,n=s.gPZ()?s.gtB():r,m=s.ghX() +return new M.Hu(q,p,o,n,m)}, +gF5(){var s=this +return s.gdc()s.ghz()}, +gO3(){var s=this +return s.gdc()===s.gh4()||s.gdc()===s.ghz()}, +gmx(){var s=this +return s.gtB()-C.d.G(s.gh4()-s.gdc(),0,s.gtB())-C.d.G(s.gdc()-s.ghz(),0,s.gtB())}} +M.Hu.prototype={ +gh4(){var s=this.a +s.toString +return s}, +ghz(){var s=this.b +s.toString +return s}, +gEo(){return this.a!=null&&this.b!=null}, +gdc(){var s=this.c +s.toString +return s}, +gPW(){return this.c!=null}, +gtB(){var s=this.d +s.toString +return s}, +gPZ(){return this.d!=null}, +i(a){var s=this +return"FixedScrollMetrics("+C.d.a6(Math.max(s.gdc()-s.gh4(),0),1)+"..["+C.d.a6(s.gmx(),1)+"].."+C.d.a6(Math.max(s.ghz()-s.gdc(),0),1)+")"}, +ghX(){return this.e}} +M.P2.prototype={} +G.AY.prototype={} +G.eT.prototype={ +d2(a){this.Xs(a) +a.push(this.a.i(0))}} +G.zY.prototype={ +d2(a){var s +this.pL(a) +s=this.d +if(s!=null)a.push(s.i(0))}} +G.hp.prototype={ +d2(a){var s +this.pL(a) +a.push("scrollDelta: "+H.c(this.e)) +s=this.d +if(s!=null)a.push(s.i(0))}, +gP4(){return this.d}} +G.iY.prototype={ +d2(a){var s,r=this +r.pL(a) +a.push("overscroll: "+C.d.a6(r.e,1)) +a.push("velocity: "+C.d.a6(r.f,1)) +s=r.d +if(s!=null)a.push(s.i(0))}} +G.oI.prototype={ +d2(a){var s +this.pL(a) +s=this.d +if(s!=null)a.push(s.i(0))}, +gP4(){return this.d}} +G.My.prototype={ +d2(a){this.pL(a) +a.push("direction: "+this.d.i(0))}} +G.v0.prototype={ +lr(a){if(a instanceof N.a7&&t.NW.b(a.gD()))++this.eq$ +return this.za(a)}, +d2(a){var s +this.z9(a) +s="depth: "+this.eq$+" (" +a.push(s+(this.eq$===0?"local":"remote")+")")}} +Q.Dh.prototype={ +cQ(a){return this.f!==a.f}} +Q.mA.prototype={ +ag0(a,b){return this.d.$1(b)}} +Q.zT.prototype={ +ae(){return new Q.zU(new P.y0(t.z_),C.k)}} +Q.zU.prototype={ +Y(a,b){var s,r,q,p=this.d +p.toString +p=P.aGu(p) +s=H.o(p).c +for(;p.t();){r=s.a(p.c) +if(J.e(r.d,b)){p=r.a +p.toString +H.o(r).j("o3.E").a(r);++p.a +s=r.b +s.c=r.c +r.c.b=s +q=--p.b +r.a=r.b=r.c=null +if(q===0)p.c=null +else if(r===p.c)p.c=s +return}}}, +a7b(a){var s,r,q,p,o,n,m,l,k,j=this,i=j.d +if(i.b===0)return +p=P.bo(i,!0,t.Sx) +for(i=p.length,o=0;oMath.max(Math.abs(s.a),Math.abs(s.b))}return s.Rz(a,b,c)}, +qL(a,b){var s=this.a +if(s==null)return 0 +return s.qL(a,b)}, +vP(a,b,c,d){var s=this.a +if(s==null){s=b.c +s.toString +return s}return s.vP(a,b,c,d)}, +wf(a,b){var s=this.a +if(s==null)return null +return s.wf(a,b)}, +gyS(){var s=this.a +s=s==null?null:s.gyS() +return s==null?$.awK():s}, +gxY(){var s=this.a +s=s==null?null:s.gxY() +return s==null?$.awL():s}, +gET(){var s=this.a +s=s==null?null:s.gET() +return s==null?18:s}, +gxl(){var s=this.a +s=s==null?null:s.gxl() +return s==null?50:s}, +gER(){var s=this.a +s=s==null?null:s.gER() +return s==null?8000:s}, +CO(a){var s=this.a +if(s==null)return 0 +return s.CO(a)}, +gDP(){var s=this.a +return s==null?null:s.gDP()}, +gmh(){return!0}, +i(a){var s=this.a +if(s==null)return"ScrollPhysics" +return"ScrollPhysics -> "+s.i(0)}} +L.Kg.prototype={ +mj(a){return new L.Kg(this.qR(a))}, +vP(a,b,c,d){var s,r,q,p,o,n,m,l +if(d!==0){s=!1 +r=!1}else{s=!0 +r=!0}q=c.a +q.toString +p=b.a +p.toString +if(q===p){o=c.b +o.toString +n=b.b +n.toString +n=o===n +o=n}else o=!1 +if(o)s=!1 +o=c.c +o.toString +n=b.c +n.toString +if(o!==n){if(isFinite(q)){n=c.b +n.toString +if(isFinite(n))if(isFinite(p)){n=b.b +n.toString +n=isFinite(n)}else n=!1 +else n=!1}else n=!1 +if(n)r=!1 +s=!1}n=om}else m=!0 +if(m)r=!1 +if(s){if(n)return p-(q-o) +q=c.b +q.toString +if(o>q){p=b.b +p.toString +return p+(o-q)}}l=this.W8(a,b,c,d) +if(r){q=b.b +q.toString +l=C.d.G(l,p,q)}return l}} +L.w1.prototype={ +mj(a){return new L.w1(this.qR(a))}, +Cy(a,b){var s,r,q,p,o,n,m +if(!a.gF5())return b +s=a.z +s.toString +r=a.cx +r.toString +q=Math.max(s-r,0) +s=a.Q +s.toString +p=Math.max(r-s,0) +o=Math.max(q,p) +if(!(q>0&&b<0))n=p>0&&b>0 +else n=!0 +s=a.cy +if(n){s.toString +m=0.52*Math.pow(1-(o-Math.abs(b))/s,2)}else{s.toString +m=0.52*Math.pow(1-o/s,2)}return J.dI(b)*L.aBX(o,Math.abs(b),m)}, +qL(a,b){return 0}, +wf(a,b){var s,r,q,p,o,n,m=this.gxY() +if(Math.abs(b)>=m.c||a.gF5()){s=this.gyS() +r=a.cx +r.toString +q=a.z +q.toString +p=a.Q +p.toString +o=new Y.VH(q,p,s,m) +if(rp){o.f=new M.oK(p,M.Dw(s,r-p,b),C.c_) +o.r=-1/0}else{o.e=new D.ZC(0.135,Math.log(0.135),r,b,C.c_) +n=o.gnv().gE8() +if(b>0&&n>p){o.r=o.gnv().S1(p) +r=o.gnv() +o.f=new M.oK(p,M.Dw(s,p-p,Math.min(r.e*Math.pow(r.b,o.gqx()),5000)),C.c_)}else if(b<0&&nr)q=r +else q=o +r=a.z +r.toString +if(s0){s=a.cx +s.toString +r=a.Q +r.toString +r=s>=r +s=r}else s=!1 +if(s)return o +if(b<0){s=a.cx +s.toString +r=a.z +r.toString +r=s<=r +s=r}else s=!1 +if(s)return o +s=a.cx +s.toString +s=new Y.Wk(s,b,n) +p=s.Mu(b) +r=$.awn() +s.e=C.d.aW(1000*Math.exp(p/(r-1))) +s.f=778.3530259679998*Math.exp(r/(r-1)*s.Mu(b)) +return s}} +L.J0.prototype={ +mj(a){return new L.J0(this.qR(a))}, +px(a){return!1}, +gmh(){return!1}} +A.zW.prototype={ +i(a){return this.b}} +A.ko.prototype={ +a_7(a,b,c,d,e){var s,r,q,p=this +if(d!=null)p.qD(d) +if(p.cx==null){s=p.r +r=s.c +r.toString +r=S.ast(r) +if(r==null)q=null +else{s=s.c +s.toString +q=r.ahK(s)}if(q!=null)p.cx=q}}, +gh4(){var s=this.z +s.toString +return s}, +ghz(){var s=this.Q +s.toString +return s}, +gEo(){return this.z!=null&&this.Q!=null}, +gdc(){var s=this.cx +s.toString +return s}, +gPW(){return this.cx!=null}, +gtB(){var s=this.cy +s.toString +return s}, +gPZ(){return this.cy!=null}, +qD(a){var s=this,r=a.z +if(r!=null&&a.Q!=null){r.toString +s.z=r +r=a.Q +r.toString +s.Q=r}r=a.cx +if(r!=null)s.cx=r +r=a.cy +if(r!=null)s.cy=r +s.k1=a.k1 +a.k1=null +if(H.C(a)!==H.C(s))s.k1.RQ() +s.r.Go(s.k1.gkl()) +s.id.sm(0,s.k1.gia())}, +TB(a){var s,r,q,p=this,o=p.cx +o.toString +if(a!==o){s=p.f.qL(p,a) +o=p.cx +o.toString +r=a-s +p.cx=r +if(r!==o){p.Cd() +p.GT() +r=p.cx +r.toString +p.DH(r-o)}if(s!==0){o=p.k1 +o.toString +r=p.iH() +q=$.B.C$.Q.h(0,p.r.z) +q.toString +o.ws(r,q,s) +return s}}return 0}, +acJ(a){var s=this.cx +s.toString +this.cx=s+a +this.dx=!0}, +PC(a){var s=this,r=s.cx +r.toString +s.ch=a-r +s.cx=a +s.Cd() +s.GT() +$.bL.z$.push(new A.a6_(s))}, +vU(a){if(this.cy!==a){this.cy=a +this.dx=!0}return!0}, +vT(a,b){var s,r,q,p=this +if(!B.EI(p.z,a,0.001)||!B.EI(p.Q,b,0.001)||p.dx||p.fy!==G.br(p.ghX())){p.z=a +p.Q=b +p.fy=G.br(p.ghX()) +s=p.db?p.iH():null +p.dx=!1 +p.dy=!0 +if(p.db){r=p.fr +r.toString +s.toString +r=!p.acK(r,s)}else r=!1 +if(r)return!1 +p.db=!0}if(p.dy){p.Wa() +p.r.To(p.f.px(p)) +p.dy=!1}s=p.iH() +if(p.fr!=null){r=Math.max(s.gdc()-s.gh4(),0) +q=p.fr +if(r===Math.max(q.gdc()-q.gh4(),0))if(s.gmx()===p.fr.gmx()){r=Math.max(s.ghz()-s.gdc(),0) +q=p.fr +r=r===Math.max(q.ghz()-q.gdc(),0)&&s.e===p.fr.e}else r=!1 +else r=!1 +r=!r}else r=!0 +if(r){if(p.fr!=null&&!p.fx){P.e6(p.gadn()) +p.fx=!0}p.fr=p.iH()}return!0}, +acK(a,b){var s=this,r=s.f.vP(s.k1.gia(),b,a,s.k1.gf9()),q=s.cx +q.toString +if(r!==q){s.cx=r +return!1}return!0}, +qM(){this.k1.qM() +this.Cd()}, +Cd(){var s,r,q,p,o,n=this,m=n.r +switch(m.a.c){case C.G:s=C.el +r=C.ek +break +case C.P:s=C.em +r=C.en +break +case C.C:s=C.ek +r=C.el +break +case C.M:s=C.en +r=C.em +break +default:s=null +r=null}q=P.aT(t._S) +p=n.cx +p.toString +o=n.z +o.toString +if(p>o)q.H(0,r) +p=n.cx +p.toString +o=n.Q +o.toString +if(pm)p=m +break +default:p=n}m=o.cx +m.toString +if(p===m)return P.dK(n,t.H) +if(e.a===C.A.a){o.li(p) +return P.dK(n,t.H)}return o.jr(p,d,e)}, +rY(a,b,c,d){var s,r=this.z +r.toString +s=this.Q +s.toString +b=C.d.G(b,r,s) +return this.Ws(0,b,c,d)}, +hs(a){var s,r,q=this,p=q.k1 +if(p!=null){s=p.gkl() +r=q.k1.gia() +if(r&&!a.gia())q.DA() +q.k1.l(0)}else{r=!1 +s=!1}q.k1=a +if(s!==a.gkl())q.r.Go(q.k1.gkl()) +q.id.sm(0,q.k1.gia()) +if(!r&&q.k1.gia())q.DF()}, +DF(){var s=this.k1 +s.toString +s.P_(this.iH(),$.B.C$.Q.h(0,this.r.z))}, +DH(a){var s,r,q=this.k1 +q.toString +s=this.iH() +r=$.B.C$.Q.h(0,this.r.z) +r.toString +q.P0(s,r,a)}, +DA(){var s,r,q,p=this,o=p.k1 +o.toString +s=p.iH() +r=p.r +q=$.B.C$.Q.h(0,r.z) +q.toString +o.OZ(s,q) +q=p.cx +q.toString +r.e.sm(0,q) +$.hq.gqu().aeo() +o=r.c +o.toString +o=S.ast(o) +if(o!=null){s=r.c +s.toString +r=p.cx +r.toString +if(o.a==null)o.a=P.A(t.K,t.z) +s=o.HL(s) +if(s.length!==0)o.a.p(0,new S.Dy(s),r)}}, +ado(){var s,r,q +this.fx=!1 +s=this.r.z +if($.B.C$.Q.h(0,s)!=null){r=this.iH() +q=$.B.C$.Q.h(0,s) +q.toString +new A.oJ(r,q,0).f_($.B.C$.Q.h(0,s))}}, +l(a){var s=this.k1 +if(s!=null)s.l(0) +this.k1=null +this.hK(0)}, +d2(a){var s,r,q=this +q.Wr(a) +s=q.z +s="range: "+H.c(s==null?null:C.d.a6(s,1))+".." +r=q.Q +a.push(s+H.c(r==null?null:C.d.a6(r,1))) +s=q.cy +a.push("viewport: "+H.c(s==null?null:C.d.a6(s,1)))}} +A.a6_.prototype={ +$1(a){this.a.ch=0}, +$S:2} +A.oJ.prototype={ +d2(a){this.Xr(a) +a.push(this.a.i(0))}} +A.v_.prototype={ +lr(a){if(a instanceof N.a7&&t.NW.b(a.gD()))++this.eq$ +return this.za(a)}, +d2(a){var s +this.z9(a) +s="depth: "+this.eq$+" (" +a.push(s+(this.eq$===0?"local":"remote")+")")}} +A.RQ.prototype={} +R.zX.prototype={ +ghX(){return this.r.a.c}, +qD(a){var s,r=this +r.W9(a) +r.k1.a=r +r.ry=a.ry +s=a.x1 +if(s!=null){r.x1=s +s.a=r +a.x1=null}}, +hs(a){var s,r=this +r.rx=0 +r.Wb(a) +s=r.x1 +if(s!=null)s.l(0) +r.x1=null +if(!r.k1.gia())r.FK(C.h8)}, +ik(a){var s,r,q,p=this,o=p.f.wf(p,a) +if(o!=null){s=new M.Ff(p) +r=G.aqN(null,0,p.r) +r.cN() +q=r.ci$ +q.b=!0 +q.a.push(s.gBG()) +r.ee(0) +r.Q=C.aw +r.vE(o).a.a.h9(s.gBE()) +s.b=r +p.hs(s)}else p.hs(new M.ly(p))}, +FK(a){var s,r,q,p=this +if(p.ry===a)return +p.ry=a +s=p.iH() +r=p.r.z +q=$.B.C$.Q.h(0,r) +q.toString +new G.My(a,s,q,0).f_($.B.C$.Q.h(0,r))}, +jr(a,b,c){var s,r,q=this,p=q.cx +p.toString +if(B.EI(a,p,q.f.gxY().a)){q.li(a) +return P.dK(null,t.H)}p=q.cx +p.toString +s=new M.H5(q) +s.b=new P.aC(new P.a3($.Y,t.U),t.h) +p=G.aqN("DrivenScrollActivity",p,q.r) +p.cN() +r=p.ci$ +r.b=!0 +r.a.push(s.gBG()) +p.Q=C.aw +p.lR(a,b,c).a.a.h9(s.gBE()) +if(s.c==null)s.c=p +else H.f(H.eN("_controller")) +q.hs(s) +return s.gIy().a}, +li(a){var s,r,q=this +q.hs(new M.ly(q)) +s=q.cx +s.toString +if(s!==a){q.PC(a) +q.DF() +r=q.cx +r.toString +q.DH(r-s) +q.DA()}q.ik(0)}, +l(a){var s=this.x1 +if(s!=null)s.l(0) +this.x1=null +this.Wd(0)}} +Y.VH.prototype={ +gnv(){var s=this.e +return s==null?H.f(H.u("_frictionSimulation")):s}, +gqx(){var s=this.r +return s==null?H.f(H.u("_springTime")):s}, +BN(a){var s,r=this +if(a>r.gqx()){r.x=isFinite(r.gqx())?r.gqx():0 +s=r.f +if(s==null)s=H.f(H.u("_springSimulation"))}else{r.x=0 +s=r.gnv()}s.a=r.a +return s}, +eB(a,b){return this.BN(b).eB(0,b-this.x)}, +hw(a,b){return this.BN(b).hw(0,b-this.x)}, +lg(a){return this.BN(a).lg(a-this.x)}, +i(a){return"BouncingScrollSimulation(leadingExtent: "+H.c(this.b)+", trailingExtent: "+H.c(this.c)+")"}} +Y.Wk.prototype={ +guv(){var s=this.e +return s==null?H.f(H.u("_duration")):s}, +gJ5(){var s=this.f +return s==null?H.f(H.u("_distance")):s}, +Mu(a){return Math.log(0.35*Math.abs(a)/778.3530259679998)}, +eB(a,b){var s,r,q=this +if(b===0)return q.b +s=new Y.Qe() +s.Hz(b,q.guv()) +r=s.b +if(r==null)r=H.f(H.u("_distanceCoef")) +return q.b+r*q.gJ5()*J.dI(q.c)}, +hw(a,b){var s,r=this +if(b===0)return r.c +s=new Y.Qe() +s.Hz(b,r.guv()) +return s.gNB()*r.gJ5()/r.guv()*J.dI(r.c)*1000}, +lg(a){return a*1000>=this.guv()}} +Y.Qe.prototype={ +Hz(a,b){var s,r,q,p=this,o=a*1000/b,n=C.d.aW(C.d.G(100*o,0,100)) +p.b=1 +p.a=0 +if(n<100){s=n/100 +r=n+1 +q=$.atZ[n] +p.a=($.atZ[r]-q)/(r/100-s) +p.b=q+(o-s)*p.gNB()}}, +gNB(){var s=this.a +return s==null?H.f(H.u("_velocityCoef")):s}} +B.Le.prototype={ +i(a){return this.b}} +B.Ld.prototype={ +abA(a,b,c,d){return new Q.Ln(c,b,this.dy,d,null)}, +I(a,b){var s,r,q,p,o,n,m,l,k=this,j=null,i=k.abv(b),h=k.fx,g=F.et(b) +if(g!=null){s=g.f +r=s.acz(0,0) +q=s.acE(0,0) +s=k.c===C.m +h=s?q:r +i=new F.iT(g.OA(s?r:q),i,j)}p=H.a([h!=null?new T.LI(h,i,j):i],t.p) +s=T.akI(b,k.c,!1) +o=k.f +n=o?E.yX(b):k.e +m=F.anB(s,n,k.cy,!1,k.r,k.dx,j,k.cx,new B.a60(k,s,p)) +l=o&&n!=null?E.asE(m):m +if(k.db===C.MN)return new U.dA(l,new B.a61(b),j,t.kj) +else return l}} +B.a60.prototype={ +$2(a,b){return this.a.abA(a,b,this.b,this.c)}, +$S:383} +B.a61.prototype={ +$1(a){var s=L.lt(this.a) +if(a.d!=null&&s.gcs())s.j8() +return!1}, +$S:384} +B.Fp.prototype={} +B.Iy.prototype={ +abv(a){return new G.LH(this.a3,null)}} +F.ahD.prototype={ +$2(a,b){if(!a.a)a.Y(0,b)}, +$S:36} +F.zZ.prototype={ +ae(){var s=null,r=t.A +return new F.A_(new F.RE(P.aj(0,s,!1,t.Z)),new N.b3(s,r),new N.b3(s,t.hA),new N.b3(s,r),C.rK,s,P.A(t.yb,t.R),s,!0,s,s,C.k)}, +aiO(a,b){return this.f.$2(a,b)}} +F.a67.prototype={ +$1(a){return null}, +$S:385} +F.v1.prototype={ +cQ(a){return this.r!==a.r}} +F.A_.prototype={ +glX(){var s=this.f +return s==null?H.f(H.u("_configuration")):s}, +gq0(){var s=this.a.d +if(s==null){s=this.x +s.toString}return s}, +No(){var s,r,q,p=this,o=null,n=p.a.ch +if(n==null){n=p.c +n.toString +n=K.at5(n)}p.f=n +n=p.glX() +s=p.c +s.toString +s=n.lv(s) +p.r=s +n=p.a +r=n.e +if(r!=null)p.r=r.mj(s) +else{n=n.ch +if(n!=null){s=p.c +s.toString +p.r=n.lv(s).mj(p.r)}}q=p.d +if(q!=null){p.gq0().rb(0,q) +P.e6(q.gf0(q))}p.gq0() +n=p.r +n.toString +s=t.Z +s=new R.zX(C.h8,n,p,!0,o,new B.ef(!1,P.aj(0,o,!1,s)),P.aj(0,o,!1,s)) +s.a_7(p,o,!0,q,n) +if(s.cx==null&&!0)s.cx=0 +if(s.k1==null)s.hs(new M.ly(s)) +p.d=s +n=p.gq0() +s=p.d +s.toString +n.aq(s)}, +h6(a,b){var s,r=this.e +this.k6(r,"offset") +r=H.o(r).j("cY.T").a(r.y) +if(r!=null){s=this.d +s.toString +if(b)s.cx=r +else s.li(r)}}, +aC(){if(this.a.d==null)this.x=F.Lb() +this.b1()}, +aM(){this.No() +this.Xv()}, +a9o(a){var s,r,q,p=this,o=null,n=p.a,m=n.e +if(m==null){n=n.ch +if(n==null)m=o +else{s=p.c +s.toString +s=n.lv(s) +m=s}}r=a.e +if(r==null){n=a.ch +if(n==null)r=o +else{s=p.c +s.toString +s=n.lv(s) +r=s}}do{n=m==null +s=n?o:H.C(m) +q=r==null +if(s!=(q?o:H.C(r)))return!0 +m=n?o:m.a +r=q?o:r.a}while(m!=null||r!=null) +n=p.a.d +n=n==null?o:H.C(n) +s=a.d +return n!=(s==null?o:H.C(s))}, +be(a){var s,r,q=this +q.Xw(a) +s=a.d +if(q.a.d!=s){if(s==null){s=q.x +s.toString +r=q.d +r.toString +s.rb(0,r) +q.x.l(0) +q.x=null}else{r=q.d +r.toString +s.rb(0,r) +if(q.a.d==null)q.x=F.Lb()}s=q.gq0() +r=q.d +r.toString +s.aq(r)}if(q.a9o(a))q.No()}, +l(a){var s,r=this,q=r.a.d +if(q!=null){s=r.d +s.toString +q.rb(0,s)}else{q=r.x +if(q!=null){s=r.d +s.toString +q.rb(0,s)}q=r.x +if(q!=null)q.l(0)}r.d.l(0) +r.e.l(0) +r.Xx(0)}, +To(a){var s,r,q=this +if(a===q.cy)s=!a||G.br(q.a.c)===q.db +else s=!1 +if(s)return +if(!a){q.ch=C.rK +q.M1()}else{switch(G.br(q.a.c)){case C.m:q.ch=P.aJ([C.ko,new D.cA(new F.a63(q),new F.a64(q),t.ok)],t.n,t.xR) +break +case C.p:q.ch=P.aJ([C.hp,new D.cA(new F.a65(q),new F.a66(q),t.Uv)],t.n,t.xR) +break}a=!0}q.cy=a +q.db=G.br(q.a.c) +s=q.z +if(s.gaJ()!=null){s=s.gaJ() +s.BT(q.ch) +if(!s.a.f){r=s.c.gD() +r.toString +t.Wx.a(r) +s.e.CA(r)}}}, +Go(a){var s,r=this +if(r.cx===a)return +r.cx=a +s=r.Q +if($.B.C$.Q.h(0,s)!=null){s=$.B.C$.Q.h(0,s).gD() +s.toString +t.Ro.a(s).sQ6(r.cx)}}, +a8Z(a){var s=this.d,r=s.k1.gf9(),q=new M.a_l(this.ga2a(),s) +s.hs(q) +s.rx=r +this.dy=q}, +a90(a){var s,r,q=this.d,p=q.f,o=p.CO(q.rx) +p=p.gDP() +s=p==null?null:0 +r=new M.a5X(q,this.ga28(),o,p,a.a,o!==0,s,a) +q.hs(new M.XI(r,q)) +this.dx=q.x1=r}, +a91(a){var s=this.dx +if(s!=null)s.bm(0,a)}, +a9_(a){var s,r,q,p,o=this.dx +if(o!=null){s=a.b +s.toString +r=-s +if(G.aoO(o.a.r.a.c))r=-r +o.x=a +if(o.f){s=J.dI(r) +q=o.c +p=Math.abs(r)>Math.abs(q)*0.5 +if(s===J.dI(q)&&p)r+=q}o.a.ik(r)}}, +M1(){var s=this.dy +if(s!=null)s.a.ik(0) +s=this.dx +if(s!=null)s.a.ik(0)}, +a2b(){this.dy=null}, +a29(){this.dx=null}, +MM(a){var s,r=this.d,q=r.cx +q.toString +s=r.z +s.toString +s=Math.max(q+a,s) +r=r.Q +r.toString +return Math.min(s,r)}, +Lq(a){var s=G.br(this.a.c)===C.p?a.gyw().a:a.gyw().b +return G.aoO(this.a.c)?s*-1:s}, +a8w(a){var s,r,q,p,o=this +if(t.Mj.b(a)&&o.d!=null){s=o.r +if(s!=null){r=o.d +r.toString +r=!s.px(r) +s=r}else s=!1 +if(s)return +q=o.Lq(a) +p=o.MM(q) +if(q!==0){s=o.d.cx +s.toString +s=p!==s}else s=!1 +if(s)$.eJ.k4$.p6(0,a,o.ga5l())}}, +a5m(a){var s,r,q,p,o,n=this,m=n.Lq(a),l=n.MM(m) +if(m!==0){s=n.d.cx +s.toString +s=l!==s}else s=!1 +if(s){s=n.d +r=s.cx +r.toString +q=s.z +q.toString +q=Math.max(r+m,q) +p=s.Q +p.toString +o=Math.min(q,p) +if(o!==r){s.hs(new M.ly(s)) +s.FK(-m>0?C.h9:C.ha) +r=s.cx +r.toString +s.PC(o) +s.id.sm(0,!0) +s.DF() +q=s.cx +q.toString +s.DH(q-r) +s.DA() +s.ik(0)}}}, +I(a,b){var s,r,q,p,o,n=this,m=null,l=n.d +l.toString +s=n.ch +r=n.a +q=r.x +p=new F.v1(n,l,T.an1(C.cI,new D.kj(T.bw(m,m,new T.hS(n.cx,!1,r.aiO(b,l),n.Q),!1,m,m,!q,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m),s,C.bh,q,m,n.z),m,m,n.ga8v(),m),m) +l=n.a +if(!l.x){l=n.d +l.toString +s=n.r.gmh() +r=n.a +p=new F.RR(l,s,r.y,p,n.y) +l=r}o=new F.a62(l.c,n.gq0()) +return n.glX().CI(b,n.glX().w0(b,p,o),o)}, +gf7(){return this.a.Q}} +F.a63.prototype={ +$0(){return O.atH(null,this.a.glX().gDO())}, +$S:103} +F.a64.prototype={ +$1(a){var s,r,q=this.a +a.Q=q.gM2() +a.ch=q.gM4() +a.cx=q.gM5() +a.cy=q.gM3() +a.db=q.gM0() +s=q.r +a.dx=s==null?null:s.gET() +s=q.r +a.dy=s==null?null:s.gxl() +s=q.r +a.fr=s==null?null:s.gER() +s=q.glX() +r=q.c +r.toString +a.fx=s.y6(r) +a.z=q.a.z}, +$S:101} +F.a65.prototype={ +$0(){return O.amO(null,null,this.a.glX().gDO())}, +$S:78} +F.a66.prototype={ +$1(a){var s,r,q=this.a +a.Q=q.gM2() +a.ch=q.gM4() +a.cx=q.gM5() +a.cy=q.gM3() +a.db=q.gM0() +s=q.r +a.dx=s==null?null:s.gET() +s=q.r +a.dy=s==null?null:s.gxl() +s=q.r +a.fr=s==null?null:s.gER() +s=q.glX() +r=q.c +r.toString +a.fx=s.y6(r) +a.z=q.a.z}, +$S:77} +F.a62.prototype={} +F.RR.prototype={ +aQ(a){var s=this.e,r=new F.Rw(s,this.f,this.r,null,T.ad()) +r.gav() +r.gaI() +r.fr=!1 +r.sbb(null) +s.ad(0,r.gQJ()) +return r}, +aX(a,b){b.smh(this.f) +b.sce(0,this.e) +b.sTk(this.r)}} +F.Rw.prototype={ +sce(a,b){var s,r=this,q=r.w +if(b===q)return +s=r.gQJ() +q.Y(0,s) +r.w=b +b.ad(0,s) +r.ax()}, +smh(a){if(a===this.ab)return +this.ab=a +this.ax()}, +sTk(a){if(a==this.aG)return +this.aG=a +this.ax()}, +eZ(a){var s,r,q=this +q.hf(a) +a.a=!0 +if(q.w.db){a.bt(C.N4,q.ab) +s=q.w +r=s.cx +r.toString +a.ag=r +a.d=!0 +r=s.Q +r.toString +a.bs=r +s=s.z +s.toString +a.bX=s +a.sTf(q.aG)}}, +o1(a,b,c){var s,r,q,p,o,n,m,l=this +if(c.length!==0){s=C.c.gK(c).id +s=!(s!=null&&s.A(0,C.xZ))}else s=!0 +if(s){l.Hn(a,b,c) +return}s=l.bd +if(s==null)s=l.bd=A.Li(null,l.gpy()) +s.sQv(a.cy||a.cx) +s.sbo(0,a.x) +s=l.bd +s.toString +r=t.W +q=H.a([s],r) +p=H.a([],r) +for(s=c.length,o=null,n=0;n>>24&255)/255*r.gm(r))),s.gm(s)>>>16&255,s.gm(s)>>>8&255,s.gm(s)&255)) +return q}, +Lc(a){var s,r,q,p=this +if(a){s=H.ai() +s=s?H.aK():new H.aE(new H.aG()) +r=p.c +q=p.f +s.sas(0,P.ar(C.d.aW(255*((r.gm(r)>>>24&255)/255*q.gm(q))),r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255)) +s.sbY(0,C.a_) +s.sfc(1) +return s}s=H.ai() +s=s?H.aK():new H.aE(new H.aG()) +r=p.b +q=p.f +s.sas(0,P.ar(C.d.aW(255*((r.gm(r)>>>24&255)/255*q.gm(q))),r.gm(r)>>>16&255,r.gm(r)>>>8&255,r.gm(r)&255)) +return s}, +a7M(){return this.Lc(!1)}, +MU(){var s,r,q,p,o,n,m,l,k,j=this,i=j.cy.gmx(),h=j.db +h=h===C.C||h===C.G +s=j.z +h=h?s.gcR(s)+s.gd0(s):s.gjN() +s=j.cy +r=s.b +r.toString +q=s.a +q.toString +s=s.d +s.toString +p=j.db +p=p===C.C||p===C.G +o=j.z +p=p?o.gcR(o)+o.gd0(o):o.gjN() +n=C.d.G((i-h)/(r-q+s-p),0,1) +m=Math.max(Math.min(j.gho(),j.ch),j.gho()*n) +p=j.cy.gmx() +s=j.cy.d +s.toString +l=Math.min(j.Q,j.gho()) +i=j.db +i=i===C.G||i===C.M +h=j.cy +if((i?Math.max(h.ghz()-h.gdc(),0):Math.max(h.gdc()-h.gh4(),0))>0){i=j.db +i=i===C.G||i===C.M +h=j.cy +h=(i?Math.max(h.gdc()-h.gh4(),0):Math.max(h.ghz()-h.gdc(),0))>0 +i=h}else i=!1 +k=i?l:l*(1-C.d.G(1-p/s,0,0.2)/0.2) +return C.d.G(m,k,j.gho())}, +l(a){this.f.a.Y(0,this.gdn()) +this.hK(0)}, +gho(){var s,r,q,p=this,o=p.cy.d +o.toString +s=p.r +r=p.db +r=r===C.C||r===C.G +q=p.z +r=r?q.gcR(q)+q.gd0(q):q.gjN() +return o-2*s-r}, +aK(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=null +if(f.db!=null)if(f.cy!=null){s=f.f +if(s.gm(s)!==0){s=f.cy +r=s.b +r.toString +s=s.a +s.toString +s=r<=s}else s=!0}else s=!0 +else s=!0 +if(s)return +s=f.cy.d +s.toString +r=f.db +r=r===C.C||r===C.G +q=f.z +if(s<=(r?q.gcR(q)+q.gd0(q):q.gjN())||f.gho()<=0)return +s=f.db +s=s===C.C||s===C.G +r=f.z +p=s?r.b:r.a +o=f.MU() +s=f.cy +r=s.b +r.toString +q=s.a +q.toString +n=r-q +if(n>0){s=s.c +s.toString +m=C.d.G((s-q)/n,0,1)}else m=0 +s=f.db +s=s===C.G||s===C.M?1-m:m +f.fr=s*(f.gho()-o)+f.r+p +s=f.cy.b +s.toString +if(s==1/0||s==-1/0)return +s=f.db +s.toString +if(s===C.C||s===C.G)l=f.d===C.l?C.xB:C.xA +else l=C.xC +switch(l){case C.xA:s=f.e +k=new P.D(s,o) +j=new P.D(s+2*f.x,f.gho()) +i=f.x+f.z.a +h=f.gkF() +g=new P.l(i-f.x,0) +break +case C.xB:s=f.e +k=new P.D(s,o) +j=new P.D(s+2*f.x,f.gho()) +i=b.a-f.e-f.x-f.z.c +h=f.gkF() +g=new P.l(i-f.x,0) +break +case C.MO:k=new P.D(o,f.e) +j=new P.D(f.gho(),f.e+2*f.x) +i=f.gkF() +s=f.x +h=s+f.z.b +g=new P.l(0,h-s) +break +case C.xC:k=new P.D(o,f.e) +j=new P.D(f.gho(),f.e+2*f.x) +i=f.gkF() +s=f.e +r=f.x +h=b.b-s-r-f.z.d +g=new P.l(0,h-r) +break +default:g=e +j=g +k=j +h=k +i=h}s=g.a +r=g.b +q=new P.v(s,r,s+j.a,r+j.b) +f.dy=q +a.cA(0,q,f.a7M()) +a.i2(0,g,new P.l(s,r+f.gho()),f.Lc(!0)) +r=f.dx=new P.v(i,h,i+k.a,h+k.b) +s=f.y +if(s==null)a.cA(0,r,f.gLb()) +else a.cv(0,P.a3M(r,s),f.gLb()) +return e}, +Q3(a,b,c){var s,r,q,p=this.dx +if(p==null)return!1 +s=this.dy +if(s==null)s=p +r=s.l1(P.hn(p.gbk(),24)) +q=this.f +if(q.gm(q)===0){if(c&&b===C.au)return r.A(0,a) +return!1}switch(b){case C.at:return r.A(0,a) +case C.au:case C.aP:case C.bo:case C.b7:return s.A(0,a)}}, +afk(a,b){return this.Q3(a,b,!1)}, +Q4(a,b){var s,r=this +if(r.dx==null)return!1 +s=r.f +if(s.gm(s)===0)return!1 +switch(b){case C.at:s=r.dx +return s.l1(P.hn(s.gbk(),24)).A(0,a) +case C.au:case C.aP:case C.bo:case C.b7:return r.dx.A(0,a)}}, +x_(a){var s +if(this.dx==null)return null +s=this.f +if(s.gm(s)===0)return!1 +return this.dx.A(0,a)}, +eR(a){var s=this +return!s.a.k(0,a.a)||!s.b.k(0,a.b)||!s.c.k(0,a.c)||s.d!=a.d||s.e!==a.e||s.f!==a.f||s.r!==a.r||s.x!==a.x||!J.e(s.y,a.y)||s.Q!==a.Q||!s.z.k(0,a.z)||s.ch!==a.ch||!1}, +yM(a){return!1}, +gtO(){return null}} +E.a6b.prototype={ +$1(a){var s,r +if(a!=null){s=a.b +s.toString +r=a.a +r.toString +r=s>r +s=r}else s=!1 +return s}, +$S:387} +E.rV.prototype={ +ae(){return new E.j8(new N.b3(null,t.A),null,C.k,t.by)}, +xp(a){return this.cy.$1(a)}} +E.j8.prototype={ +gfO(){var s=this.r +return s==null?H.f(H.u("_fadeoutAnimationController")):s}, +gfa(){var s=this.Q +return s==null?H.f(H.u("scrollbarPainter")):s}, +gtU(){var s=this.a.e +return s===!0}, +grl(){this.a.toString +return!0}, +aC(){var s,r,q,p=this,o=null +p.b1() +s=G.bl(o,p.a.Q,0,o,1,o,p) +s.cu(p.gaaA()) +p.r=s +s=p.x=S.cM(C.ad,p.gfO(),o) +r=p.a +q=r.r +if(q==null)q=6 +r=r.dx +r=new E.t5(C.iA,C.ah,C.ah,q,s,0,0,C.ae,18,18,r,P.aj(0,o,!1,t.Z)) +s.a.ad(0,r.gdn()) +if(p.Q==null)p.Q=r +else H.f(H.eN("scrollbarPainter"))}, +aM(){this.WS() +this.KO()}, +KO(){$.B.z$.push(new E.a41(this))}, +aaB(a){this.a.toString +if(a!==C.z)this.grl()}, +tx(){var s,r=this,q=r.gfa() +r.a.toString +q.sas(0,C.iA) +s=r.c.J(t.I) +s.toString +q.sbC(0,s.f) +s=r.a.r +q.sFr(s==null?6:s) +q.stf(r.a.f) +q.sdW(0,r.c.J(t.w).f.f) +q.syx(r.a.dx) +r.a.toString +q.sEL(0) +r.a.toString +q.sDo(0) +r.a.toString +q.sEU(0,18) +r.a.toString +q.sQQ(18)}, +be(a){var s,r=this +r.bH(a) +s=r.a.e +if(s!=a.e)if(s===!0){r.KO() +s=r.gfO() +s.Q=C.aw +s.lR(1,C.a4,null)}else r.gfO().dd(0)}, +vd(){var s,r=this +r.gtU() +s=r.f +if(s!=null)s.aV(0) +r.f=P.bX(r.a.ch,new E.a40(r))}, +lw(){var s=this.e.d +if(s.length!==0)return G.br(C.c.gcp(s).ghX()) +return null}, +wT(){if(this.lw()==null)return +var s=this.f +if(s!=null)s.aV(0)}, +wV(a){var s=this,r=s.a.d +s.e=r +if(s.lw()==null)return +r=s.f +if(r!=null)r.aV(0) +s.gfO().bG(0) +s.d=a}, +afa(a){var s,r,q,p,o,n,m,l,k,j=this +if(j.lw()==null)return +s=C.c.gcp(j.e.d) +r=H.b8("primaryDelta") +switch(s.r.a.c){case C.G:r.b=j.d.b-a.b +break +case C.P:r.b=a.a-j.d.a +break +case C.C:r.b=a.b-j.d.b +break +case C.M:r.b=j.d.a-a.a +break}q=j.gfa() +p=r.aS() +o=q.cy +n=o.b +n.toString +o=o.a +o.toString +m=q.gho() +q=q.MU() +l=s.cx +l.toString +k=(n-o)*p/(m-q)+l +if(k!==l)s.li(k-s.f.qL(s,k)) +j.d=a}, +wU(a,b){var s=this +if(s.lw()==null)return +s.vd() +s.e=s.d=null}, +a66(a){var s,r,q=this,p=q.a.d +q.e=p +p=C.c.gcp(p.d) +p=$.B.C$.Q.h(0,p.r.z) +p.toString +p=F.ja(p) +if(p!=null)p.a.toString +p=q.e +p=C.c.gcp(p.d).cy +p.toString +s=0.8*p +switch(C.c.gcp(q.e.d).r.a.c){case C.G:if(a.c.b>q.gfa().gkF())s=-s +break +case C.C:if(a.c.bq.gfa().gkF())s=-s +break}p=C.c.gcp(q.e.d) +r=C.c.gcp(q.e.d).cx +r.toString +p.rY(0,r+s,C.iD,C.aC)}, +a5y(a){var s=a.a +if(!this.a.xp(new G.hp(null,null,s,a.b,0)))return!1 +this.gtU() +this.gfa().pe(0,s,s.e) +return!1}, +a5A(a){var s,r,q,p=this +if(!p.a.xp(a))return!1 +s=a.a +r=s.b +r.toString +q=s.a +q.toString +if(r<=q){if(p.gfO().gfR()!==C.z&&p.gfO().gfR()!==C.ac)p.gfO().dd(0) +p.gfa().pe(0,s,s.e) +return!1}if(a instanceof G.hp||a instanceof G.iY){if(p.gfO().gfR()!==C.aj&&p.gfO().gfR()!==C.O)p.gfO().bG(0) +r=p.f +if(r!=null)r.aV(0) +p.gfa().pe(0,s,s.e)}else if(a instanceof G.oI)if(p.d==null)p.vd() +return!1}, +ga3f(){var s,r=this,q=P.A(t.n,t.xR) +r.a.toString +s=r.grl() +if(!s)return q +q.p(0,C.TF,new D.cA(new E.a3X(r),new E.a3Y(r),t.ff)) +q.p(0,C.TG,new D.cA(new E.a3Z(r),new E.a4_(r),t.Bk)) +return q}, +Qw(a,b,c){var s,r=this.y +if($.B.C$.Q.h(0,r)==null)return!1 +s=E.aoz(r,a) +return this.gfa().Q3(s,b,!0)}, +Ei(a){var s,r=this +if(r.Qw(a.gce(a),a.gda(a),!0)){r.z=!0 +r.gfO().bG(0) +s=r.f +if(s!=null)s.aV(0)}else if(r.z){r.z=!1 +r.vd()}}, +Ej(a){this.z=!1 +this.vd()}, +l(a){var s,r=this +r.gfO().l(0) +s=r.f +if(s!=null)s.aV(0) +s=r.gfa() +s.f.a.Y(0,s.gdn()) +s.hK(0) +r.WT(0)}, +I(a,b){var s,r,q=this,p=null +q.tx() +s=q.ga3f() +r=q.gfa() +return new U.dA(new U.dA(new T.fh(new D.kj(new T.fL(p,new E.a42(q),new E.a43(q),C.c7,!0,T.lg(new T.fh(q.a.c,p),r,q.y,p,C.r),p),s,p,!1,p,p),p),q.ga5z(),p,t.WA),q.ga5x(),p,t.ji)}} +E.a41.prototype={ +$1(a){var s=this.a +s.a.toString +s.gtU()}, +$S:2} +E.a40.prototype={ +$0(){var s=this.a +s.gfO().dd(0) +s.f=null}, +$S:0} +E.a3X.prototype={ +$0(){var s=this.a,r=s.a.cx,q=t.S,p=P.bu(q) +return new E.jw(s.y,r,null,C.bO,P.A(q,t.o),p,s,null,P.A(q,t.l))}, +$S:389} +E.a3Y.prototype={ +$1(a){var s=this.a +a.rx=s.gPQ() +a.ry=new E.a3U(s) +a.x1=new E.a3V(s) +a.y1=new E.a3W(s)}, +$S:390} +E.a3U.prototype={ +$1(a){return this.a.wV(a.b)}, +$S:89} +E.a3V.prototype={ +$1(a){return this.a.afa(a.b)}, +$S:90} +E.a3W.prototype={ +$1(a){return this.a.wU(a.b,a.c)}, +$S:71} +E.a3Z.prototype={ +$0(){var s=this.a,r=t.S,q=P.bu(r) +return new E.jx(s.y,C.aC,18,C.bO,P.A(r,t.o),q,s,null,P.A(r,t.l))}, +$S:392} +E.a4_.prototype={ +$1(a){a.aj=this.a.ga65()}, +$S:393} +E.a43.prototype={ +$1(a){var s +switch(a.gda(a)){case C.au:s=this.a +if(s.grl())s.Ej(a) +break +case C.aP:case C.bo:case C.b7:case C.at:break}}, +$S:32} +E.a42.prototype={ +$1(a){var s +switch(a.gda(a)){case C.au:s=this.a +if(s.grl())s.Ei(a) +break +case C.aP:case C.bo:case C.b7:case C.at:break}}, +$S:394} +E.jw.prototype={ +h2(a){if(!this.B0(this.bL,a.gce(a),a.gda(a)))return!1 +return this.Vn(a)}, +B0(a,b,c){var s +if($.B.C$.Q.h(0,a)==null)return!1 +s=t.ip.a($.B.C$.Q.h(0,a).gF()).f +s.toString +return t.sm.a(s).Q4(E.aoz(a,b),c)}} +E.jx.prototype={ +h2(a){if(!this.B0(this.dS,a.gce(a),a.gda(a)))return!1 +return this.Wk(a)}, +B0(a,b,c){var s,r +if($.B.C$.Q.h(0,a)==null)return!1 +s=t.ip.a($.B.C$.Q.h(0,a).gF()).f +s.toString +t.sm.a(s) +r=E.aoz(a,b) +return s.afk(r,c)&&!s.Q4(r,c)}} +E.uT.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r,q=this.c +q.toString +s=!U.cp(q) +q=this.bJ$ +if(q!=null)for(q=P.c_(q,q.r),r=H.o(q).c;q.t();)r.a(q.d).scJ(0,s) +this.bV()}} +X.aQ.prototype={ +gS8(){var s=this +return P.ca(function(){var r=0,q=1,p +return function $async$gS8(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:r=2 +return s.a +case 2:return P.c8() +case 1:return P.c9(p)}}},t.bd)}, +$iA5:1} +X.po.prototype={} +X.ta.prototype={ +sGD(a){var s=this +if(!S.ap0(s.b,a)){s.b=a +s.c=null +s.ap()}}, +gKl(){var s=this.c +return s==null?this.c=X.aF4(this.b):s}, +a2U(a,b){var s,r,q,p,o,n,m,l,k=this.gKl().h(0,a.b.gxe()),j=this.gKl().h(0,null),i=H.a([],t.Na) +if(k!=null)C.c.O(i,k) +if(j!=null)C.c.O(i,j) +for(s=i.length,r=a instanceof B.kk,q=b.d,p=0;pp.a||s+r.b>p.b}else o=!0}else o=!0 +return o}, +aK(a,b){var s,r,q,p,o=this +if(o.q$!=null){s=o.N.cx +s.toString +s=o.qk(s) +r=new E.ahb(o,s) +s=o.Mi(s)&&o.a8!==C.o +q=o.az +if(s){s=o.geT() +p=o.rx +q.saY(0,a.ll(s,b,new P.v(0,0,0+p.a,0+p.b),r,o.a8,q.a))}else{q.saY(0,null) +r.$2(a,b)}}}, +l(a){this.az.saY(0,null) +this.lK(0)}, +du(a,b){var s=this.N.cx +s.toString +s=this.qk(s) +b.an(0,s.a,s.b)}, +jB(a){var s=this,r=s.N.cx +r.toString +r=s.Mi(s.qk(r)) +if(r){r=s.rx +return new P.v(0,0,0+r.a,0+r.b)}return null}, +cH(a,b){var s,r=this +if(r.q$!=null){s=r.N.cx +s.toString +return a.mg(new E.aha(r,b),r.qk(s),b)}return!1}, +n1(a,b,c){var s,r,q,p,o,n,m,l=this +if(c==null)c=a.gj2() +if(!(a instanceof S.y)){s=l.N.cx +s.toString +return new Q.m5(s,c)}r=T.oc(a.ds(0,l.q$),c) +s=l.q$.rx +s.toString +switch(l.B){case C.G:q=l.rx.b +p=r.d +o=s.b-p +n=p-r.b +break +case C.P:q=l.rx.a +o=r.a +n=r.c-o +break +case C.C:q=l.rx.b +o=r.b +n=r.d-o +break +case C.M:q=l.rx.a +p=r.c +o=s.a-p +n=p-r.a +break +default:o=null +n=null +q=null}m=o-(q-n)*b +return new Q.m5(m,r.cb(l.qk(m)))}, +eE(a,b,c,d){var s=this +if(!s.N.f.gmh())return s.u2(a,b,c,d) +s.u2(a,null,c,Q.asX(a,b,c,s.N,d,s))}, +pz(){return this.eE(C.b1,null,C.A,null)}, +n9(a){return this.eE(C.b1,null,C.A,a)}, +na(a,b,c){return this.eE(a,null,b,c)}, +Dw(a){var s +switch(G.br(this.B)){case C.m:s=this.rx +return new P.v(0,-250,0+s.a,0+s.b+250) +case C.p:s=this.rx +return new P.v(-250,0,0+s.a+250,0+s.b)}}, +$iKq:1} +E.ahb.prototype={ +$2(a,b){var s=this.a.q$ +s.toString +a.dD(s,b.P(0,this.b))}, +$S:18} +E.aha.prototype={ +$2(a,b){return this.a.q$.c0(a,b)}, +$S:15} +E.Ek.prototype={ +aq(a){var s +this.dE(a) +s=this.q$ +if(s!=null)s.aq(a)}, +af(a){var s +this.d_(0) +s=this.q$ +if(s!=null)s.af(0)}} +R.Lr.prototype={} +R.Ls.prototype={ +aQ(a){var s=new R.Rx(new R.a6V(a),null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +s.sbb(null) +return s}} +R.a6V.prototype={ +$0(){new R.Lr().f_(this.a)}, +$S:0} +R.Rx.prototype={ +bM(){var s,r=this +r.pK() +s=r.ab +if(s!=null&&!r.rx.k(0,s))r.w.$0() +s=r.rx +s.toString +r.ab=s}} +G.a80.prototype={ +i(a){var s=H.a([],t.s) +this.d2(s) +return"#"+Y.bY(this)+"("+C.c.c8(s,", ")+")"}, +d2(a){var s,r,q +try{s=this.f.length +if(s!=null)a.push("estimated child count: "+H.c(s))}catch(q){r=H.a0(q) +a.push("estimated child count: EXCEPTION ("+J.a_(r).i(0)+")")}}} +G.Dc.prototype={} +G.a81.prototype={ +a2Z(a){var s,r,q,p=null,o=this.r +if(!o.aL(0,a)){s=o.h(0,p) +s.toString +for(r=this.f,q=s;q=this.f.length)return o +s=this.f[c] +r=s.a +q=r!=null?new G.Dc(r):o +s=new T.fh(s,o) +p=G.auU(s,c) +if(p!=null)s=new T.I3(p,s,o) +return new T.xR(new L.vU(s,o),q)}} +G.LJ.prototype={} +G.ty.prototype={ +c4(a){return G.ate(this,!1)}} +G.LH.prototype={ +c4(a){return G.ate(this,!0)}, +aQ(a){var s=new U.KP(t.Gt.a(a),P.A(t.S,t.q),0,null,null,T.ad()) +s.gav() +s.gaI() +s.fr=!1 +return s}} +G.tx.prototype={ +gF(){return t.M0.a(N.a7.prototype.gF.call(this))}, +gD(){return t.Ss.a(N.a7.prototype.gD.call(this))}, +bm(a,b){var s,r,q,p=this.gF() +this.kn(0,b) +s=b.d +r=p.d +if(s!==r)q=H.C(s)!==H.C(r)||s.f!==r.f +else q=!1 +if(q)this.ib()}, +ib(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this,a1={} +a0.zi() +a0.a3=null +a1.a=!1 +try{j=t.S +s=P.anJ(j,t.Dv) +r=P.hP(j,t.i) +q=new G.a85(a1,a0,s,r) +for(j=a0.aF,i=j.$ti,i=i.j("@<1>").aH(i.j("eh<1,2>")).j("kR<1,2>"),i=P.as(new P.kR(j,i),!0,i.j("p.E")),h=i.length,g=t.MR,f=a0.am,e=0;e").aH(h.j("eh<1,2>")).j("kR<1,2>")).ai(0,q) +if(!a1.a&&a0.ao){a=j.QF() +l=a==null?-1:a +k=l+1 +J.hy(s,k,j.h(0,k)) +q.$1(k)}}finally{a0.a5=null +a0.gD()}}, +acL(a,b){this.r.qS(this,new G.a82(this,b,a))}, +dq(a,b,c){var s,r,q,p,o=null +if(a==null)s=o +else{s=a.gD() +s=s==null?o:s.e}r=t.MR +r.a(s) +q=this.V0(a,b,c) +if(q==null)p=o +else{p=q.gD() +p=p==null?o:p.e}r.a(p) +if(s!=p&&s!=null&&p!=null)p.a=s.a +return q}, +i8(a){this.aF.v(0,a.d) +this.ji(a)}, +RF(a){var s,r=this +r.gD() +s=a.e +s.toString +s=t.D.a(s).b +s.toString +r.r.qS(r,new G.a86(r,s))}, +adS(a,b,c,d,e){var s,r=this.gF().d.f.length +this.gF() +d.toString +s=G.aFf(b,c,d,e,r) +return s}, +DC(){var s=this.aF +s.aek() +s.QF() +this.gF()}, +Dx(a){var s=a.e +s.toString +t.D.a(s).b=this.a5}, +jP(a,b){this.gD().z3(0,t.q.a(a),this.a3)}, +jW(a,b,c){this.gD().xm(t.q.a(a),this.a3)}, +k8(a,b){this.gD().v(0,t.q.a(a))}, +br(a){var s=this.aF,r=s.$ti +r=r.j("@<1>").aH(r.Q[1]).j("pF<1,2>") +r=H.iD(new P.pF(s,r),r.j("p.E"),t.u) +C.c.ai(P.as(r,!0,H.o(r).j("p.E")),a)}} +G.a85.prototype={ +$1(a){var s,r,q,p,o=this,n=o.b +n.a5=a +q=n.aF +if(q.h(0,a)!=null&&!J.e(q.h(0,a),o.c.h(0,a))){q.p(0,a,n.dq(q.h(0,a),null,a)) +o.a.a=!0}s=n.dq(o.c.h(0,a),n.gF().d.Ob(0,n,a),a) +if(s!=null){p=o.a +p.a=p.a||!J.e(q.h(0,a),s) +q.p(0,a,s) +q=s.gD().e +q.toString +r=t.D.a(q) +if(a===0)r.a=0 +else{q=o.d +if(q.aL(0,a))r.a=q.h(0,a)}if(!r.c)n.a3=t.Qv.a(s.gD())}else{o.a.a=!0 +q.v(0,a)}}, +$S:48} +G.a83.prototype={ +$0(){return null}, +$S:3} +G.a84.prototype={ +$0(){return this.a.aF.h(0,this.b)}, +$S:399} +G.a82.prototype={ +$0(){var s,r,q=this,p=q.a +p.a3=q.b==null?null:t.Qv.a(p.aF.h(0,q.c-1).gD()) +s=null +try{r=p.a5=q.c +s=p.dq(p.aF.h(0,r),p.gF().d.Ob(0,p,r),r)}finally{p.a5=null}r=q.c +p=p.aF +if(s!=null)p.p(0,r,s) +else p.v(0,r)}, +$S:0} +G.a86.prototype={ +$0(){var s,r,q,p=this +try{r=p.a +q=r.a5=p.b +s=r.dq(r.aF.h(0,q),null,q)}finally{p.a.a5=null}p.a.aF.v(0,p.b)}, +$S:0} +G.xM.prototype={ +qN(a){var s,r,q=a.e +q.toString +t.Cl.a(q) +s=this.f +if(q.rA$!==s){q.rA$=s +r=a.gak(a) +if(r instanceof K.t&&!s)r.a4()}}} +R.LQ.prototype={ +I(a,b){return T.YL(C.eo,1)}} +L.qC.prototype={ +cQ(a){var s,r=this +if(r.x.k(0,a.x))if(r.z===a.z)if(r.Q===a.Q)s=r.cx!==a.cx||!1 +else s=!0 +else s=!0 +else s=!0 +return s}, +ya(a,b,c){var s=this +return L.li(c,null,s.ch,s.Q,s.z,s.x,s.y,s.cy,s.cx)}} +L.Qq.prototype={ +I(a,b){throw H.b(U.Hy("A DefaultTextStyle constructed with DefaultTextStyle.fallback cannot be incorporated into the widget tree, it is meant only to provide a fallback value returned by DefaultTextStyle.of() when no enclosing default text style is present in a BuildContext."))}} +L.aN.prototype={ +I(a,b){var s,r,q,p,o,n,m,l,k=this,j=null,i=b.J(t.yS) +if(i==null)i=C.FV +s=k.e +if(s==null||s.a)s=i.x.cj(s) +r=F.et(b) +r=r==null?j:r.cy +if(r===!0)s=s.cj(C.Rb) +r=k.r +if(r==null)r=i.y +if(r==null)r=C.av +q=k.x +p=k.Q +if(p==null)p=s==null?j:s.k3 +if(p==null)p=i.Q +o=F.an8(b) +n=k.cx +if(n==null)n=i.ch +m=L.arg(b) +l=T.asZ(j,n,p,i.z,j,Q.p6(j,s,k.c),r,q,m,o,i.cx) +i=k.cy +return i!=null?T.bw(j,j,new T.lp(!0,l,j),!1,j,j,!1,j,j,j,j,j,i,j,j,j,j,j,j,j,j,j,j,j,j,j,j,q,j):l}} +Y.Ax.prototype={ +gc1(){var s,r=$.B.C$.f.f +if((r==null?null:r.d)!=null){s=r.d.a2 +s.toString +s=!t.MN.b(s)}else s=!0 +if(s)return null +r=r.d.a2 +r.toString +return t.MN.a(r)}, +oB(a,b){return this.gc1()!=null}} +M.no.prototype={} +F.AE.prototype={ +i(a){return this.b}} +F.SJ.prototype={ +i(a){return this.b}} +F.a9s.prototype={ +aeD(a){var s,r=a.a.c.a,q=r.b +r=r.a +s=q.a +q=q.b +T.qp(new T.ld(C.b.S(r,s,q))) +a.eP(new N.co(C.b.S(r,0,s)+C.b.bv(r,q),X.dO(C.n,s),C.a2),C.jR) +s=a.a.c.a.b +a.qQ(new P.b1(s.d,s.e)) +a.iR()}, +aeC(a,b){var s,r=a.a.c.a,q=r.b +r=r.a +s=q.b +T.qp(new T.ld(C.b.S(r,q.a,s))) +q=a.a.c.a.b +a.qQ(new P.b1(q.d,q.e)) +switch(U.f_()){case C.D:a.Q0(!1) +return +case C.B:case C.H:case C.K:case C.E:case C.F:a.eP(new N.co(r,X.dO(C.n,s),C.a2),C.jR) +a.iR() +return}}, +wP(a){return this.aeX(a)}, +aeX(a){var s=0,r=P.K(t.H),q,p,o,n,m,l +var $async$wP=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:m=a.a.c.a +s=2 +return P.L(T.Gk("text/plain"),$async$wP) +case 2:l=c +if(l!=null){q=m.b +m=m.a +p=q.a +o=C.b.S(m,0,p) +n=l.a +n.toString +a.eP(new N.co(o+n+C.b.bv(m,q.b),X.dO(C.n,p+n.length),C.a2),C.jR)}m=a.a.c.a.b +a.qQ(new P.b1(m.d,m.e)) +a.iR() +return P.I(null,r)}}) +return P.J($async$wP,r)}} +F.Mf.prototype={ +gvI(){var s=this.ch +return s==null?H.f(H.u("_toolbarController")):s}, +sPR(a){var s,r=this +if(r.dx===a)return +r.dx=a +s=$.bL +if(s.cx$===C.d4)s.z$.push(r.gMR()) +else r.qz()}, +TQ(){var s,r,q=this +if(q.cy!=null)return +q.cy=H.a([X.Jh(new F.a9v(q),!1),X.Jh(new F.a9w(q),!1)],t.wi) +s=q.a.E9(t.N1) +s.toString +r=q.cy +r.toString +s.Qe(0,r)}, +bm(a,b){var s,r=this +if(r.cx.k(0,b))return +r.cx=b +s=$.bL +if(s.cx$===C.d4)s.z$.push(r.gMR()) +else r.qz()}, +MS(a){var s=this.cy +if(s!=null){s[0].fv() +this.cy[1].fv()}s=this.db +if(s!=null)s.fv()}, +qz(){return this.MS(null)}, +wX(){var s=this,r=s.cy +if(r!=null){r[0].cf(0) +s.cy[1].cf(0) +s.cy=null}if(s.db!=null)s.iR()}, +iR(){this.gvI().ee(0) +this.db.cf(0) +this.db=null}, +I2(a,b){var s=this,r=null,q=s.r,p=s.cx.b +return new T.lp(!0,p.a===p.b&&b===C.dq||q==null?M.bP(r,r,C.o,r,r,r,r,r,r,r,r,r,r):L.anZ(new F.DH(p,b,s.d,s.e,s.f,new F.a9u(s,b),s.z,q,s.y,s.x,r),s.dx),r)}} +F.a9v.prototype={ +$1(a){return this.a.I2(a,C.eL)}, +$S:24} +F.a9w.prototype={ +$1(a){return this.a.I2(a,C.dq)}, +$S:24} +F.a9u.prototype={ +$1(a){var s,r,q=this.a +switch(this.b){case C.eL:s=new P.b1(a.c,a.e) +break +case C.dq:s=new P.b1(a.d,a.e) +break +default:s=null}r=q.x +r.eP(q.cx.D8(a),C.jS) +r.qQ(s)}, +$S:139} +F.DH.prototype={ +ae(){return new F.DI(null,C.k)}, +gqB(a){switch(this.d){case C.eL:return this.r.dl +case C.dq:return this.r.e2}}, +R2(a){return this.x.$1(a)}} +F.DI.prototype={ +gJ9(){var s=this.d +return s==null?H.f(H.u("_dragPosition")):s}, +gvH(){var s=this.e +return s==null?H.f(H.u("_controller")):s}, +aC(){var s,r=this +r.b1() +r.e=G.bl(null,C.dE,0,null,1,null,r) +r.AX() +s=r.a +s.gqB(s).ad(0,r.gAW())}, +AX(){var s=this.a +if(s.gqB(s).a)this.gvH().bG(0) +else this.gvH().dd(0)}, +be(a){var s,r,q=this +q.bH(a) +s=q.gAW() +a.gqB(a).Y(0,s) +q.AX() +r=q.a +r.gqB(r).ad(0,s)}, +l(a){var s=this,r=s.a +r.gqB(r).Y(0,s.gAW()) +s.gvH().l(0) +s.Y8(0)}, +AM(a){var s=this.a +this.d=a.b.P(0,new P.l(0,-s.z.n_(s.r.au.gcK()).b))}, +AO(a){var s,r,q,p,o=this +o.d=o.gJ9().P(0,a.b) +s=o.a.r.ym(o.gJ9()) +r=o.a +q=r.c +if(q.a===q.b){r.R2(X.AB(s)) +return}switch(r.d){case C.eL:p=X.dF(C.n,s.a,q.d,!1) +break +case C.dq:p=X.dF(C.n,q.c,s.a,!1) +break +default:p=null}if(p.c>=p.d)return +r.R2(p)}, +I(a9,b0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6=this,a7=null,a8=a6.a +switch(a8.d){case C.eL:s=a8.e +a8=a8.r.au.e +a8.toString +r=a6.Ih(a8,C.de,C.df) +break +case C.dq:s=a8.f +a8=a8.r.au.e +a8.toString +r=a6.Ih(a8,C.df,C.de) +break +default:r=a7 +s=r}q=a6.a.r.au.c.tr() +a8=a6.a +p=a8.ch.a.c.a.a +o=a8.c +if(q===p)a8=o.gd9()&&o.a!==o.b +else a8=!1 +if(a8){a8=o.a +n=o.b +m=C.b.S(p,a8,n) +l=new T.fj(m) +l=l.gK(l) +k=new T.fj(m) +k=k.gL(k) +j=a6.a.r.yn(new P.d0(a8,a8+l.length)) +i=a6.a.r.yn(new P.d0(n-k.length,n))}else{i=a7 +j=i}a8=a6.a +n=a8.z +a8=a8.r.au.gcK() +l=j==null +k=l?a7:j.d-j.b +if(k==null)k=a6.a.r.au.gcK() +h=i==null +g=h?a7:i.d-i.b +f=n.kh(r,a8,k,g==null?a6.a.r.au.gcK():g) +a8=a6.a +e=a8.z.n_(a8.r.au.gcK()) +a8=-f.a +n=-f.b +k=a8+e.a +g=n+e.b +d=new P.v(a8,n,k,g) +c=d.l1(P.hn(d.gbk(),24)) +b=c.a +a=c.c-b +a8=Math.max((a-(k-a8))/2,0) +k=c.b +a0=c.d-k +n=Math.max((a0-(g-n))/2,0) +g=a6.gvH() +a1=a6.a +a2=a1.Q +a3=a1.z +a1=a1.r.au.gcK() +a4=a6.a +a5=a4.y +l=l?a7:j.d-j.b +if(l==null)l=a4.r.au.gcK() +h=h?a7:i.d-i.b +return T.aCr(K.Hn(!1,M.bP(C.dr,D.dL(C.ch,new T.bb(new V.aM(a8,n,a8,n),a3.w_(b0,r,a1,a5,l,h==null?a6.a.r.au.gcK():h),a7),a2,!1,a7,a7,a7,a7,a7,a7,a7,a7,a7,a7,a6.gAL(),a6.gAN(),a7,a7,a7,a7,a7,a7,a7),C.o,a7,a7,a7,a7,a0,a7,a7,a7,a7,a),g),s,new P.l(b,k),!1)}, +Ih(a,b,c){var s=this.a.c +if(s.a===s.b)return C.ez +switch(a){case C.l:return b +case C.q:return c}}} +F.AD.prototype={ +ga6D(){var s,r,q,p=this.a.z,o=p.gaJ() +o.toString +o=$.B.C$.Q.h(0,o.r).gD() +o.toString +s=t.E +s.a(o) +o=p.gaJ() +o.toString +o=$.B.C$.Q.h(0,o.r).gD() +o.toString +s.a(o) +r=p.gaJ() +r.toString +r=$.B.C$.Q.h(0,r.r).gD() +r.toString +r=s.a(r).bl +r.toString +q=o.ym(r) +o=p.gaJ() +o.toString +o=$.B.C$.Q.h(0,o.r).gD() +o.toString +r=q.a +if(s.a(o).a9.a<=r){p=p.gaJ() +p.toString +p=$.B.C$.Q.h(0,p.r).gD() +p.toString +r=s.a(p).a9.b>=r +p=r}else p=!1 +return p}, +ah5(a){var s,r=this.a.z.gaJ() +r.toString +r=$.B.C$.Q.h(0,r.r).gD() +r.toString +t.E.a(r).hx=a.a +s=a.b +this.b=s==null||s===C.at||s===C.aP}, +F2(a){var s +this.b=!0 +s=this.a +s.a.toString +s=s.z.gaJ() +s.toString +s=$.B.C$.Q.h(0,s.r).gD() +s.toString +t.E.a(s).ps(C.xD,a.a)}, +ah1(){}, +agW(a){var s +if(this.b){s=this.a.z.gaJ() +s.toString +s.pA()}}, +agS(){var s,r,q=this.a +q.a.toString +if(!this.ga6D()){s=q.z.gaJ() +s.toString +s=$.B.C$.Q.h(0,s.r).gD() +s.toString +t.E.a(s) +r=s.hx +r.toString +s.ps(C.d5,r)}if(this.b){q=q.z +s=q.gaJ() +s.toString +s.iR() +q=q.gaJ() +q.toString +q.pA()}}, +agU(a){var s=this.a.z.gaJ() +s.toString +s=$.B.C$.Q.h(0,s.r).gD() +s.toString +t.E.a(s) +s.bl=s.hx=a.a +this.b=!0}, +agB(a){var s,r,q=this.a +q.a.toString +q=q.z +s=q.gaJ() +s.toString +s=$.B.C$.Q.h(0,s.r).gD() +s.toString +t.E.a(s) +r=s.hx +r.toString +s.ps(C.d5,r) +if(this.b){q=q.gaJ() +q.toString +q.pA()}}, +agF(a){var s,r,q,p=this.a +p.a.toString +s=a.d +this.b=s==null||s===C.at||s===C.aP +p=p.z +r=p.gaJ() +r.toString +r=$.B.C$.Q.h(0,r.r).gD() +r.toString +q=t.E +q.a(r).n7(C.jS,a.b) +p=p.gaJ() +p.toString +p=$.B.C$.Q.h(0,p.r).gD() +p.toString +p=q.a(p).e3.cx +p.toString +this.c=p}, +agH(a,b){var s,r,q,p=this.a +p.a.toString +p=p.z +s=p.gaJ() +s.toString +s=$.B.C$.Q.h(0,s.r).gD() +s.toString +r=t.E +if(r.a(s).bd===1){s=p.gaJ() +s.toString +s=$.B.C$.Q.h(0,s.r).gD() +s.toString +s=r.a(s).e3.cx +s.toString +q=new P.l(s-this.c,0)}else{s=p.gaJ() +s.toString +s=$.B.C$.Q.h(0,s.r).gD() +s.toString +s=r.a(s).e3.cx +s.toString +q=new P.l(0,s-this.c)}p=p.gaJ() +p.toString +p=$.B.C$.Q.h(0,p.r).gD() +p.toString +r.a(p).Gd(C.jS,a.b.a7(0,q),b.d)}, +agD(a){}} +F.AC.prototype={ +ae(){return new F.DG(C.k)}} +F.DG.prototype={ +l(a){var s=this.d +if(s!=null)s.aV(0) +s=this.y +if(s!=null)s.aV(0) +this.aZ(0)}, +a9X(a){var s=this +s.a.c.$1(a) +if(s.d!=null&&s.a6A(a.a)){s.a.cx.$1(a) +s.d.aV(0) +s.e=s.d=null +s.f=!0}}, +a62(a){var s=this +if(!s.f){s.a.x.$1(a) +s.e=a.a +s.d=P.bX(C.bL,s.ga2d())}s.f=!1}, +a9V(){this.a.y.$0()}, +AM(a){this.r=a +this.a.cy.$1(a)}, +AO(a){var s=this +s.x=a +if(s.y==null)s.y=P.bX(C.cc,s.ga4j())}, +K3(){var s,r=this,q=r.a.db,p=r.r +p.toString +s=r.x +s.toString +q.$2(p,s) +r.x=r.y=null}, +a4h(a){var s=this,r=s.y +if(r!=null){r.aV(0) +s.K3()}s.a.dx.$1(a) +s.x=s.r=s.y=null}, +a3a(a){var s=this.d +if(s!=null)s.aV(0) +this.d=null +s=this.a.d +if(s!=null)s.$1(a)}, +a38(a){var s=this.a.e +if(s!=null)s.$1(a)}, +a4U(a){var s +if(!this.f){this.a.toString +s=!0}else s=!1 +if(s)this.a.z.$1(a)}, +a4S(a){var s +if(!this.f){this.a.toString +s=!0}else s=!1 +if(s)this.a.Q.$1(a)}, +a4Q(a){var s,r=this +if(!r.f){r.a.toString +s=!0}else s=!1 +if(s)r.a.ch.$1(a) +r.f=!1}, +a2e(){this.e=this.d=null}, +a6A(a){var s=this.e +if(s==null)return!1 +return a.a7(0,s).gdB()<=100}, +I(a,b){var s,r,q=this,p=P.A(t.n,t.xR) +p.p(0,C.kn,new D.cA(new F.aiq(q),new F.air(q),t.UN)) +q.a.toString +p.p(0,C.kl,new D.cA(new F.ais(q),new F.ait(q),t.jn)) +q.a.toString +p.p(0,C.hp,new D.cA(new F.aiu(q),new F.aiv(q),t.Uv)) +s=q.a +if(s.d!=null||s.e!=null)p.p(0,C.T9,new D.cA(new F.aiw(q),new F.aix(q),t.C1)) +s=q.a +r=s.dy +return new D.kj(s.fr,p,r,!0,null,null)}} +F.aiq.prototype={ +$0(){return N.anO(this.a)}, +$S:109} +F.air.prototype={ +$1(a){var s=this.a,r=s.a +a.C=r.f +a.ag=r.r +a.aj=s.ga9W() +a.b7=s.ga61() +a.q=s.ga9U()}, +$S:108} +F.ais.prototype={ +$0(){return T.an2(this.a,null,C.at,null,null)}, +$S:106} +F.ait.prototype={ +$1(a){var s=this.a +a.ry=s.ga4T() +a.x1=s.ga4R() +a.y1=s.ga4P()}, +$S:104} +F.aiu.prototype={ +$0(){return O.amO(this.a,C.au,null)}, +$S:78} +F.aiv.prototype={ +$1(a){var s +a.z=C.lT +s=this.a +a.ch=s.gAL() +a.cx=s.gAN() +a.cy=s.ga4g()}, +$S:77} +F.aiw.prototype={ +$0(){return K.aD9(this.a)}, +$S:402} +F.aix.prototype={ +$1(a){var s=this.a,r=s.a +a.z=r.d!=null?s.ga39():null +a.cx=r.e!=null?s.ga37():null}, +$S:403} +F.En.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r=this.cU$ +if(r!=null){s=this.c +s.toString +r.scJ(0,!U.cp(s))}this.bV()}} +U.AJ.prototype={ +I(a,b){var s=this.c&&U.cp(b) +return new U.BD(s,this.d,null)}} +U.BD.prototype={ +cQ(a){return this.f!==a.f}} +U.hr.prototype={ +wg(a){return this.cU$=new M.tV(a,null)}} +U.dG.prototype={ +wg(a){var s,r=this.bJ$ +if(r==null)r=this.bJ$=P.aT(t.DH) +s=new U.Tq(this,a,null) +r.H(0,s) +return s}} +U.Tq.prototype={ +l(a){this.x.bJ$.v(0,this) +this.Hp(0)}} +U.Mk.prototype={ +I(a,b){var s=this.d +X.a8R(new X.Vl(this.c,s.gm(s))) +return this.e}} +K.vJ.prototype={ +ae(){return new K.B9(C.k)}} +K.B9.prototype={ +aC(){this.b1() +this.a.c.ad(0,this.gAJ())}, +be(a){var s,r,q=this +q.bH(a) +s=a.c +if(!q.a.c.k(0,s)){r=q.gAJ() +s.Y(0,r) +q.a.c.ad(0,r)}}, +l(a){this.a.c.Y(0,this.gAJ()) +this.aZ(0)}, +a44(){this.R(new K.abu())}, +I(a,b){return this.a.I(0,b)}} +K.abu.prototype={ +$0(){}, +$S:0} +K.LE.prototype={ +I(a,b){var s=this,r=t.so.a(s.c),q=r.gm(r) +if(s.e===C.q)q=new P.l(-q.a,q.b) +return T.arC(s.r,s.f,q)}} +K.L7.prototype={ +I(a,b){var s=t.m.a(this.c) +return T.atw(C.a7,this.r,null,s.gm(s))}} +K.KY.prototype={ +I(a,b){var s=t.m.a(this.c) +return T.anW(C.a7,s.gm(s)*3.141592653589793*2,this.r,null)}} +K.Lt.prototype={ +I(a,b){var s=this,r=null,q=s.e,p=q===C.m,o=p?new K.eF(-1,0):new K.eF(0,-1) +if(p){p=t.m.a(s.c) +p=Math.max(H.dd(p.gm(p)),0)}else p=r +if(q===C.p){q=t.m.a(s.c) +q=Math.max(H.dd(q.gm(q)),0)}else q=r +return T.Wp(new T.dS(o,q,p,s.r,r),r)}} +K.wY.prototype={ +aQ(a){var s,r=null,q=new E.Ks(r,r,r,r,r,T.ad()) +q.gav() +s=q.gaI() +q.fr=s +q.sbb(r) +q.sex(0,this.e) +q.svR(this.f) +return q}, +aX(a,b){b.sex(0,this.e) +b.svR(this.f)}} +K.F1.prototype={ +I(a,b){return this.e.$2(b,this.f)}} +Q.Ln.prototype={ +aQ(a){var s=this.e,r=Q.atI(a,s),q=T.ad() +s=new Q.KO(s,r,this.r,250,C.AO,this.x,q,0,null,null,T.ad()) +s.gav() +s.fr=!0 +s.O(0,null) +return s}, +aX(a,b){var s=this.e +b.shX(s) +s=Q.atI(a,s) +b.sacP(s) +b.sh5(0,this.r) +b.shY(this.x)}} +L.MF.prototype={ +I(a,b){return this.e?this.c:C.eo}} +F.u4.prototype={ +ae(){return new F.Ts(C.k)}} +F.Ts.prototype={ +aM(){var s,r,q=this +q.bV() +s=q.a.d +if(s!=null){r=q.d +if(r!=null)C.c.v(r.k3,s)}s=q.c +s.toString +s=q.d=T.rn(s,t.X) +r=q.a.d +if(r!=null)if(s!=null)s.k3.push(r)}, +be(a){var s,r=this +r.bH(a) +s=a.d +if(!J.e(r.a.d,s)&&r.d!=null){if(s!=null)C.c.v(r.d.k3,s) +s=r.a.d +if(s!=null)r.d.k3.push(s)}}, +l(a){var s,r=this.a.d +if(r!=null){s=this.d +if(s!=null)C.c.v(s.k3,r)}this.aZ(0)}, +I(a,b){return this.a.c}} +G.a8J.prototype={ +xB(a,b,c){return this.ahh(0,b,c)}, +ahh(a,b,c){var s=0,r=P.K(t.Tk),q,p,o +var $async$xB=P.G(function(d,e){if(d===1)return P.H(e,r) +while(true)switch(s){case 0:p=t.N +o=P.fG(10,t.mf) +s=3 +return P.L(new S.mk(new Z.aan($.ayh().h(0,C.li),new D.oY(null,b,0)),c,!1,new F.XJ(P.A(p,t.TN),P.A(p,t.BA),P.A(p,t.eB)),o).xA(0),$async$xB) +case 3:q=e +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$xB,r)}} +Y.a2Y.prototype={} +D.JT.prototype={ +k(a,b){var s,r=this +if(b==null)return!1 +if(J.a_(b)!==H.C(r))return!1 +if(b instanceof D.JT)if(b.a==r.a)if(J.e(b.b,r.b))if(b.c==r.c)s=b.e==r.e&&J.e(b.f,r.f) +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){var s=this +return P.a2(s.a,s.b,s.d,s.e,s.f,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){var s,r=this,q=""+"PictureConfiguration(",p=r.a +if(p!=null){q+="bundle: "+p.i(0) +s=!0}else s=!1 +p=r.b +if(p!=null){if(s)q+=", " +p=q+("locale: "+p.i(0)) +q=p +s=!0}p=r.c +if(p!=null){if(s)q+=", " +p=q+("textDirection: "+p.i(0)) +q=p +s=!0}p=r.e +if(p!=null){if(s)q+=", " +p=q+("platform: "+Y.aoR(p)) +q=p +s=!0}p=r.f +if(p!=null){if(s)q+=", " +p=q+("colorFilter: "+p.i(0)) +q=p}q+=")" +return q.charCodeAt(0)==0?q:q}} +D.kc.prototype={ +V(a){var s,r=this,q={},p=new Y.a32() +q.a=null +s=a.a +if(s==null)s=$.UU() +new O.cD(new D.jA(s,r.ghy(),r.a),t.b_).bD(0,new D.a30(q,r,p,null),t.H).ju(new D.a31(q,r,null)) +return p}, +i(a){return H.C(this).i(0)+"()"}} +D.a30.prototype={ +$1(a){var s,r,q,p=this +p.a.a=a +s=$.awE() +a.toString +s=s.a +r=s.h(0,a) +if(r!=null)s.v(0,a) +else{if(s.gn(s)===1000&&!0){q=s.gaA(s) +s.v(0,q.gK(q))}r=new D.a3_(p.b,a,p.d).$0()}s.p(0,a,r) +p.c.tQ(r)}, +$S(){return H.o(this.b).j("aA(kc.T)")}} +D.a3_.prototype={ +$0(){return this.a.ag2(0,this.b,this.c)}, +$S:404} +D.a31.prototype={ +$2(a,b){return this.Sr(a,b)}, +Sr(a,b){var s=0,r=P.K(t.P),q=this +var $async$$2=P.G(function(c,d){if(c===1)return P.H(d,r) +while(true)switch(s){case 0:U.d6(new U.bp(a,b,"SVG",U.aZ("while resolving a picture"),new D.a2Z(q.a,q.b),!0)) +return P.I(null,r)}}) +return P.J($async$$2,r)}, +$S:405} +D.a2Z.prototype={ +$0(){var s=this +return P.ca(function(){var r=0,q=1,p,o +return function $async$$0(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:o=s.b +r=2 +return Y.f6("Picture provider",o,!0,C.aA,null,!1,null,null,C.am,null,!1,!0,!0,C.bt,null,t.SZ) +case 2:r=3 +return Y.f6("Picture key",s.a.a,!0,null,null,!1,null,null,C.am,null,!1,!0,!0,C.bt,null,H.o(o).j("kc.T")) +case 3:return P.c8() +case 1:return P.c9(p)}}},t.a)}, +$S:9} +D.jA.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof D.jA&&s.a===b.a&&s.b===b.b&&J.e(s.c,b.c)}, +gu(a){return P.a2(this.a,this.b,this.c,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){var s=this +return H.C(s).i(0)+"(bundle: "+s.a.i(0)+', name: "'+s.b+'", colorFilter: '+H.c(s.c)+")"}, +gaT(a){return this.b}} +D.F9.prototype={ +ag2(a,b,c){return Y.aDS(this.vl(b,c),new D.Vm(this,b))}, +vl(a,b){return this.a6L(a,b)}, +a6L(a,b){var s=0,r=P.K(t.YA),q,p=this,o +var $async$vl=P.G(function(c,d){if(c===1)return P.H(d,r) +while(true)switch(s){case 0:s=3 +return P.L(a.a.ag5(a.b),$async$vl) +case 3:o=d +q=p.b.$3(o,a.c,a.i(0)) +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$vl,r)}} +D.Vm.prototype={ +$0(){var s=this +return P.ca(function(){var r=0,q=1,p +return function $async$$0(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:r=2 +return Y.f6("Picture provider",s.a,!0,C.aA,null,!1,null,null,C.am,null,!1,!0,!0,C.bt,null,t.SZ) +case 2:r=3 +return Y.f6("Picture key",s.b,!0,C.aA,null,!1,null,null,C.am,null,!1,!0,!0,C.bt,null,t._v) +case 3:return P.c8() +case 1:return P.c9(p)}}},t.a)}, +$S:9} +D.wW.prototype={ +ghy(){return this.d}, +k(a,b){var s +if(b==null)return!1 +if(J.a_(b)!==H.C(this))return!1 +if(b instanceof D.wW)if(this.ghy()===b.ghy())s=J.e(this.a,b.a) +else s=!1 +else s=!1 +return s}, +gu(a){return P.a2(this.ghy(),this.e,this.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +i(a){var s=this +return H.C(s).i(0)+'(name: "'+s.ghy()+'", bundle: '+H.c(s.e)+", colorFilter: "+H.c(s.a)+")"}} +Y.mH.prototype={ +ag1(a,b,c){return this.a.$2(b,c)}} +Y.i0.prototype={ +gu(a){return P.a2(this.a,this.b,this.c,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a,C.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.a_(b)!==H.C(s))return!1 +return b instanceof Y.i0&&b.a===s.a&&b.b.k(0,s.b)&&b.c.k(0,s.c)}} +Y.a32.prototype={ +tQ(a){var s,r,q,p,o,n=this +n.a=a +s=n.b +if(s!=null){n.b=null +for(r=s.length,q=0;q element contained an unsupported nested SVG element.") +case 2:r=3 +return U.aZ("") +case 3:r=4 +return Y.f6("Picture key",s.a.b,!0,C.aA,null,!1,null,null,C.am,null,!1,!0,!0,C.bt,null,t.N) +case 4:return P.c8() +case 1:return P.c9(p)}}},t.a)}, +$S:9} +S.adB.prototype={ +$1(a){if(a instanceof F.qH)this.a.push(a.d) +else if(a instanceof F.jQ)C.c.ai(a.b,this)}, +$S:409} +S.adA.prototype={ +$0(){var s=this +return P.ca(function(){var r=0,q=1,p +return function $async$$0(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:r=2 +return U.aZ("The element contained an unsupported child "+s.a.b) +case 2:r=3 +return U.aZ("") +case 3:r=4 +return Y.f6("Picture key",s.b.b,!0,C.aA,null,!1,null,null,C.am,null,!1,!0,!0,C.bt,null,t.N) +case 4:return P.c8() +case 1:return P.c9(p)}}},t.a)}, +$S:9} +S.adF.prototype={ +$1(a){var s,r,q,p,o,n,m +if(a.length===0)return +s=this.b +r=s.gL(s) +s=r.a +q=D.avs(a,s,s.d) +p=s.a +o=D.avs(a,s,p==null||p===C.cb?C.G5:p) +p=this.c +n=p.e +n=n.gL(n).b +n=n.geX(n) +O.a5(p.x,"id","",null) +p=r.b +s=s.e.db +if(s==null)s=C.iH +m=r.c +C.c.H(n,new F.H0(p,s,q,o,m==null?null:m.a)) +this.a.a=q.giW()}, +$S:49} +S.adE.prototype={ +$1(a){var s,r,q,p,o,n,m,l=null,k=this.b,j=!k.gM(k)?k.gL(k):l,i=this.c,h=j==null +if(h)s=l +else{s=j.b +s=new P.l(s.a+this.a.a,s.b+0)}r=O.a5(i.x,"x",l,l) +q=O.a5(i.x,"y",l,l) +if(r!=null){p=K.av(r,!1) +p.toString}else{p=K.av(O.a5(i.x,"dx","0",l),!1) +p.toString +o=s==null?l:s.a +p+=o==null?0:o}if(q!=null){s=K.av(q,!1) +s.toString}else{o=K.av(O.a5(i.x,"dy","0",l),!1) +o.toString +s=s==null?l:s.b +s=o+(s==null?0:s)}n=D.mP(O.a5(i.x,"transform",l,l)) +if((h?l:j.c)!=null)n=n==null?j.c:j.c.ew(n) +o=i.x +m=i.f.a.b +h=h?l:j.a +if(h==null){h=i.e +h=h.gL(h).b +h=h.gbY(h)}k.dt(0,new S.SG(L.pT(i.b,o,i.d,new P.v(0,0,0+m.a,0+m.b),h,l),new P.l(p,s),n)) +if(a.d)k.ea(0)}, +$S:410} +S.DB.prototype={ +gaT(a){return this.a}} +S.mk.prototype={ +J0(){var s,r,q,p=this,o=p.z +for(s=p.a,r=t.OA;s.t();){q=s.c +if(q==null)q=H.f(H.u("_current")) +if(q instanceof V.eW&&!q.d)++p.z +else if(q instanceof L.fW)--p.z +p.x=H.a([],r) +p.y=null +if(p.z0))return +n=p.f +r=n!=null +if(r){a.bf(0) +a.aa(0,n)}n=p.c +q=p.b +a.eL(0,o,F.arp(o,n,q)) +a.eL(0,s,F.arp(s,n,q)) +if(r)a.aU(0)}, +$idX:1} +F.XJ.prototype={ +yh(a){var s=this.c,r=s.h(0,a) +if(r==null&&!0)throw H.b(P.V("Expected to find Drawable with id "+a+".\nHave ids: "+s.gaA(s).i(0))) +return r}} +F.HQ.prototype={ +i(a){return this.b}} +F.nr.prototype={} +F.GY.prototype={ +OK(a,b){var s,r,q,p,o,n,m=this,l=m.e +if(l==null){s=new E.ap(new Float64Array(16)) +s.cz()}else s=new E.ap(l) +if(m.d===C.cH){l=b.a +r=b.b +q=new E.ap(new Float64Array(16)) +q.hd(b.c-l,0,0,0,0,b.d-r,0,0,0,0,1,0,0,0,0,1) +p=new E.ap(new Float64Array(16)) +p.hd(1,0,0,0,0,1,0,0,0,0,1,0,l,r,0,1) +o=p.ew(q) +o.co(0,s) +s=o}l=m.f +r=new E.db(new Float64Array(3)) +r.hH(l.a,l.b,0) +n=s.Fz(r) +r=m.r +l=new E.db(new Float64Array(3)) +l.hH(r.a,r.b,0) +r=n.a +l=s.Fz(l).a +return P.amN(new P.l(r[0],r[1]),new P.l(l[0],l[1]),m.b,m.a,m.c)}} +F.GZ.prototype={ +OK(a,b){var s,r,q,p,o,n=this,m=n.e +if(m==null){s=new E.ap(new Float64Array(16)) +s.cz()}else s=new E.ap(m) +if(n.d===C.cH){m=b.a +r=b.b +q=new E.ap(new Float64Array(16)) +q.hd(b.c-m,0,0,0,0,b.d-r,0,0,0,0,1,0,0,0,0,1) +p=new E.ap(new Float64Array(16)) +p.hd(1,0,0,0,0,1,0,0,0,0,1,0,m,r,0,1) +o=p.ew(q) +o.co(0,s) +s=o}return P.aDf(n.f,n.r,n.b,n.a,n.c,s.a,n.x,0)}} +F.H2.prototype={ +i(a){return"DrawableViewport{"+this.c.i(0)+", viewBox: "+this.b.i(0)+", viewBoxOffset: "+this.a.i(0)+"}"}} +F.qG.prototype={ +jD(a,b){var s,r,q,p,o,n=this.d +if(n.length!==0){s=this.a.b +s=!s.gM(s)}else s=!1 +if(!s)return +s=this.a +r=s.a +if(!r.k(0,C.h))a.an(0,r.a,r.b) +for(q=n.length,s=s.b,p=0+s.a,s=0+s.b,o=0;o") +return new F.qG(s.a,s.b,s.c,P.as(new H.at(q,new F.XM(r),p),!0,p.j("ba.E")),s.e,r)}, +$idX:1, +$ilm:1, +geX(a){return this.d}, +gbY(a){return this.f}} +F.XM.prototype={ +$1(a){if(t.eB.b(a))return a.oJ(this.a) +return a}, +$S:113} +F.jQ.prototype={ +jD(a,b){var s,r,q,p,o,n=this.b,m=n.length +if(m===0)return +s=new F.XK(this,a,b) +m=this.c.r +r=m==null?null:m.length!==0 +if(r===!0)for(r=m.length,q=0;q1){o=H.ai() +a.df(0,null,o?H.aK():new H.aE(new H.aG()))}s.$0() +if(n.length>1)a.aU(0) +a.aU(0)}else s.$0()}, +oJ(a){var s=this,r=F.H_(s.c,null,a.r,a.b,a.c,a.d,null,null,a.f,a.a,a.e),q=s.b,p=H.aq(q).j("at<1,dX>") +return new F.jQ(s.a,P.as(new H.at(q,new F.XL(r),p),!0,p.j("ba.E")),r,s.d)}, +$idX:1, +$ilm:1, +geX(a){return this.b}, +gbY(a){return this.c}} +F.XK.prototype={ +$0(){var s,r,q,p,o,n,m,l=this,k=l.a,j=k.c,i=j.y +if(i===0)return +s=k.d +r=s!=null +if(r){q=l.b +q.bf(0) +q.aa(0,s)}s=j.x +p=s!=null +q=H.ai() +o=q?H.aK():new H.aE(new H.aG()) +if(i!=null&&i!==1){i.toString +o.sas(0,P.Wy(0,0,0,i)) +n=!0}else n=p +j=j.z +if(j!=null){o.so2(j) +n=!0}if(n)l.b.df(0,null,o) +for(k=k.b,j=k.length,i=l.b,q=l.c,m=0;m0))return +o=this.c +n=o.f +p.sjL(n==null?C.aY:n) +s=new F.XN(this,a,b) +p=o.r +if((p==null?null:p.length!==0)===!0)for(o=p.length,r=0;r")),n=new H.dy(n,n.gn(n)),s=H.o(n).c,r=null;n.t();m=r)r=new D.mD(s.a(n.d),m,o,null) +if(r!=null)for(n=o.c6,n=P.c_(n,n.r),s=H.o(n).c;n.t();){q=s.a(n.d) +p=r.c +if(!J.e(q.B,p)){q.B=p +q.fv()}r=r.d +q.safs(r) +if(!(r instanceof D.mD))break}return m}} +D.mD.prototype={ +c4(a){var s=($.bi+1)%16777215 +$.bi=s +return new D.mE(s,this,C.ab,P.bu(t.u))}, +I(a,b){return H.f(P.V("handled internally"))}} +D.mE.prototype={ +gF(){return t.Fn.a(N.ec.prototype.gF.call(this))}, +safs(a){var s,r,q=this.c6 +if(a instanceof D.mD)if(q instanceof D.mD){s=a.c +r=q.c +s=H.C(s)===H.C(r)&&J.e(s.a,r.a)}else s=!1 +else s=!1 +if(s)return +if(!J.e(q,a)){this.c6=a +this.br(new D.ag8())}}, +e9(a,b){var s=this,r=t.Fn +r.a(N.ec.prototype.gF.call(s)).e.c6.H(0,s) +s.B=r.a(N.ec.prototype.gF.call(s)).c +s.c6=r.a(N.ec.prototype.gF.call(s)).d +s.tZ(a,b)}, +kd(){t.Fn.a(N.ec.prototype.gF.call(this)).e.c6.v(0,this) +this.pH()}, +bB(a){var s=this.B +s.toString +return s}} +D.ag8.prototype={ +$1(a){return a.fv()}, +$S:13} +D.Lp.prototype={} +D.ai4.prototype={ +$1(a){if(a instanceof D.mE)this.a.aN$=a +return!1}, +$S:17} +D.ajd.prototype={ +$1(a){if(a instanceof D.mE)this.a.aN$=a +return!1}, +$S:17} +D.kq.prototype={ +I(a,b){return this.CK(b,this.c)}, +c4(a){return D.aF6(this)}, +$ikr:1} +D.A7.prototype={ +bB(a){var s=this +if(s.aN$!=null)return t.k7.a(N.ec.prototype.gF.call(s)).CK(s,s.aN$.c6) +return s.Wj(0)}, +gF(){return t.k7.a(N.ec.prototype.gF.call(this))}} +D.S2.prototype={ +e9(a,b){if(t.Ej.b(a))this.aN$=a +this.tZ(a,b)}, +eV(){this.z6() +this.ls(new D.ai4(this))}} +D.TP.prototype={ +e9(a,b){if(t.Ej.b(a))this.aN$=a +this.tZ(a,b)}, +eV(){this.z6() +this.ls(new D.ajd(this))}} +D.Oa.prototype={ +i(a){return this.b}} +D.wx.prototype={} +D.wc.prototype={} +A.Zf.prototype={} +T.a2O.prototype={} +T.bK.prototype={ +P(a,b){return new T.bK(this.a+b.a,this.b+b.b)}, +a7(a,b){return new T.bK(this.a-b.a,this.b-b.b)}, +a_(a,b){return new T.bK(this.a*b,this.b*b)}, +i(a){return"PathOffset{"+H.c(this.a)+","+H.c(this.b)+"}"}, +k(a,b){if(b==null)return!1 +return b instanceof T.bK&&b.a===this.a&&b.b===this.b}, +gu(a){return((391^C.d.gu(this.a))*23^C.d.gu(this.b))>>>0}} +T.a8L.prototype={ +qw(){var s,r,q,p,o,n=this +for(s=n.a,r=n.d;!0;){q=n.c +if(q>=r)return-1 +p=C.b.ay(s,q) +if(p<=32)o=p===32||p===10||p===9||p===13||p===12 +else o=!1 +if(!o)return p +n.c=q+1}}, +Mq(){if(this.qw()===44){++this.c +this.qw()}}, +a6W(a,b){var s +if(!(a>=48&&a<=57||a===43||a===45||a===46)||this.b===C.d6)return b +s=this.b +if(s===C.es)return C.hj +if(s===C.d9)return C.et +return s}, +iu(){var s=this,r=s.c +if(r>=s.d)return-1 +s.c=r+1 +return C.b.ay(s.a,r)}, +eh(){var s,r,q,p,o,n,m,l,k,j=this,i="Numeric overflow" +j.qw() +s=j.iu() +if(s===43){s=j.iu() +r=1}else if(s===45){s=j.iu() +r=-1}else r=1 +if((s<48||s>57)&&s!==46)throw H.b(P.V("First character of a number must be one of [0-9+-.].")) +q=0 +while(!0){if(!(48<=s&&s<=57))break +q=q*10+(s-48) +s=j.iu()}if(!(-17976931348623157e292<=q&&q<=17976931348623157e292))throw H.b(P.V(i)) +if(s===46){s=j.iu() +if(s<48||s>57)throw H.b(P.V("There must be at least one digit following the .")) +p=0 +o=1 +while(!0){if(!(48<=s&&s<=57))break +o*=0.1 +p+=(s-48)*o +s=j.iu()}}else p=0 +n=(q+p)*r +m=j.c +if(m57)throw H.b(P.V("Missing exponent")) +k=0 +while(!0){if(!(s>=48&&s<=57))break +k=k*10+(s-48) +s=j.iu()}if(l)k=-k +if(!(-37<=k&&k<=38))throw H.b(P.V("Invalid exponent "+k)) +if(k!==0)n*=Math.pow(10,k)}if(!(-17976931348623157e292<=n&&n<=17976931348623157e292))throw H.b(P.V(i)) +if(s!==-1){--j.c +j.Mq()}return n}, +Li(){var s,r=this,q=r.c +if(q>=r.d)throw H.b(P.V("Expected more data")) +r.c=q+1 +s=C.b.ay(r.a,q) +r.Mq() +if(s===48)return!1 +else if(s===49)return!0 +else throw H.b(P.V("Invalid flag value"))}, +Rb(){var s=this +return P.ca(function(){var r=0,q=1,p,o,n,m,l,k,j,i +return function $async$Rb(a,b){if(a===1){p=b +r=q}while(true)switch(r){case 0:o=s.d,n=s.a +case 2:if(!(m=s.c,m1){b0*=Math.sqrt(m) +b1*=Math.sqrt(m)}q.cz() +q.cE(0,1/b0,1/b1) +q.Fm(a9) +l=a8.nD(q,b2) +k=a8.nD(q,b3.b) +j=k.a7(0,l) +a9=j.a +o=j.b +i=Math.sqrt(Math.max(1/(a9*a9+o*o)-0.25,0)) +if(!isFinite(i))i=0 +j=j.a_(0,b3.e===b3.f?-i:i) +a9=l.P(0,k).a_(0,0.5) +o=a9.a+-j.b +a9=a9.b+j.a +h=new T.bK(o,a9) +l=l.a7(0,h) +g=Math.atan2(l.b,l.a) +k=k.a7(0,h) +f=Math.atan2(k.b,k.a)-g +if(f<0&&b3.e)f+=6.283185307179586 +else if(f>0&&!b3.e)f-=6.283185307179586 +q.cz() +q.Fm(s) +q.cE(0,b0,b1) +e=C.d.dH(Math.abs(f/1.5717963267948964)) +for(n=b4.a,d=0;d"))}, +l2(a,b){return this.Pn(a,null,b)}, +i(a){return"Context["+L.Ml(this.a,this.b)+"]"}} +B.df.prototype={ +goC(){return!0}, +gm(a){return H.f(new E.JH(this))}, +i(a){return"Failure["+L.Ml(this.a,this.b)+"]: "+this.e}, +gfw(a){return this.e}} +E.KU.prototype={ +glh(){return!1}, +goC(){return!1}} +D.oY.prototype={ +glh(){return!0}, +gfw(a){return H.f(P.S("Successful parse results do not have a message."))}, +i(a){return"Success["+L.Ml(this.a,this.b)+"]: "+H.c(this.e)}, +gm(a){return this.e}} +E.JH.prototype={ +i(a){var s=this.a +return s.e+" at "+L.Ml(s.a,s.b)}, +$ibQ:1} +G.bH.prototype={ +cr(a,b){var s=this.cC(new M.wq(a,b)) +return s.glh()?s.b:-1}, +geX(a){return C.IT}, +p8(a,b,c){}} +L.kA.prototype={ +gn(a){return this.d-this.c}, +i(a){return"Token["+L.Ml(this.b,this.c)+"]: "+H.c(this.a)}, +k(a,b){if(b==null)return!1 +return b instanceof L.kA&&J.e(this.a,b.a)&&this.c===b.c&&this.d===b.d}, +gu(a){return J.e7(this.a)+C.f.gu(this.c)+C.f.gu(this.d)}} +V.a_4.prototype={ +a3N(a){var s,r,q,p,o,n,m=t._X,l=P.A(t.F,m),k=new V.a_5(l),j=H.a([k.$1(a)],t.Vz) +m=P.aT(m) +for(s=j.length,r=0;r") +if(s.glh())return s.lI(new L.kA(s.gm(s),a.a,a.b,s.b,r)) +else return s.l2(s.gfw(s),r)}, +cr(a,b){return this.a.cr(a,b)}} +G.A6.prototype={ +lp(a){return this.a===a}} +L.wm.prototype={ +lp(a){return this.a}} +U.ID.prototype={ +Zi(a){var s,r,q,p,o,n,m,l +for(s=a.length,r=this.a,q=this.c,p=0;p>>0}}}, +lp(a){var s=this.a +if(s<=a)if(a<=this.b){s=a-s +s=(this.c[C.f.dQ(s,5)]&C.mJ[s&31])>>>0!==0}else s=!1 +else s=!1 +return s}, +$iel:1} +A.J2.prototype={ +lp(a){return!this.a.lp(a)}} +S.al2.prototype={ +$2(a,b){var s=a.a,r=b.a +return s!==r?s-r:a.b-b.b}, +$S:427} +S.al3.prototype={ +$2(a,b){return a+(b.b-b.a+1)}, +$S:428} +G.nf.prototype={ +cC(a){var s=a.a,r=a.b +if(r"),o=null,n=0;n=0)return q}return q}} +Z.d5.prototype={ +geX(a){return H.a([this.a],t.Vz)}, +p8(a,b,c){var s=this +s.H8(0,b,c) +if(s.a.k(0,b))s.a=H.o(s).j("bH").a(c)}} +D.k3.prototype={ +p8(a,b,c){var s,r,q,p +this.H8(0,b,c) +for(s=this.a,r=s.length,q=H.o(this).j("bH"),p=0;p")) +for(s=this.a,r=s.length,q=a,p=0;p>"))}l.push(o.gm(o))}return q.lI(l)}, +cr(a,b){var s,r,q +for(s=this.a,r=s.length,q=0;q")) +for(s=m.b,r=a;k.length>"))}k.push(q.gm(q))}for(s=m.c,p=s!==-1;!0;r=q){n=m.e.cC(r) +if(n.glh())return new D.oY(k,r.a,r.b) +else{if(p&&k.length>=s){s=n.gfw(n) +p=n.a +o=n.b +return new B.df(s,p,o,l.j("df>"))}q=m.a.cC(r) +if(q.goC()){s=n.gfw(n) +p=n.a +o=n.b +return new B.df(s,p,o,l.j("df>"))}k.push(q.gm(q))}}}, +cr(a,b){var s,r,q,p,o,n=this +for(s=n.b,r=b,q=0;q=0)return r +else{if(o&&q>=s)return-1 +p=n.a.cr(a,r) +if(p<0)return-1;++q}}} +G.xZ.prototype={ +geX(a){return H.a([this.a,this.e],t.Vz)}, +p8(a,b,c){this.UX(0,b,c) +if(this.e.k(0,b))this.e=c}} +Z.yW.prototype={ +cC(a){var s,r,q,p,o,n=this,m=n.$ti,l=H.a([],m.j("r<1>")) +for(s=n.b,r=a;l.length>"))}l.push(q.gm(q))}m=n.c +s=m!==-1 +while(!0){if(!(!s||l.length")),p=J.al(a) +q.push(p.h(a,0)) +for(p=J.aP(p.h(a,1));p.t();){s=p.gE(p) +r=J.al(s) +q.push(r.h(s,0)) +q.push(r.h(s,1))}return q}, +$S(){return this.c.j("x<0>(x<@>)")}} +E.a3b.prototype={} +K.PB.prototype={ +I(a,b){var s=null,r=t.m.a(this.c),q=r.gm(r),p=this.f +return M.bP(s,L.cf(".",s,s,s,A.AG(s,s,this.e,s,s,s,s,s,s,s,s,p,s,s,s,s,!0,s,s,s,s,s,s,s,s),s,s),C.o,s,s,s,s,q+p,s,s,s,s,s)}} +K.xL.prototype={ +ae(){return new K.PC(3,250,this.d,0,this.f,H.a([],t.cM),H.a([],t.ax),H.a([],t.p),null,C.k)}} +K.PC.prototype={ +aC(){var s,r,q,p,o,n,m,l,k,j=this,i=null +j.b1() +for(s=j.d,r=j.y,q=1000*j.e,p=j.Q,o=j.r,n=j.z,m=j.f,l=j.x,k=0;k")))}, +I(a,b){var s=this.f +return T.aU(T.dj(this.Q,C.y,C.bS,C.S),s+s*0.5,null)}, +l(a){var s,r,q,p,o +for(s=this.d,r=this.y,q=0;q0){o.b=o.c=o.d=o.e=null +o.a=0}o=p.ci$ +o.b=!1 +C.c.sn(o.a,0) +o=o.ghl() +if(o.a>0){o.b=o.c=o.d=o.e=null +o.a=0}p.pG(0)}this.Y0(0)}} +K.afl.prototype={ +$1(a){var s,r,q,p,o,n=this +if(a===C.O)n.a.y[n.b].dd(0) +s=n.b +r=n.a +q=r.d-1 +if(s===q&&a===C.z)r.y[0].bG(0) +p=r.z[s] +o=p.a +o=p.b.aa(0,o.gm(o)) +r.a.toString +if(o>4&&s"))}} +Y.C3.prototype={} +Y.e2.prototype={ +cQ(a){return!1}, +c4(a){var s=t.u,r=P.hP(s,t.X),q=($.bi+1)%16777215 +$.bi=q +return new Y.mx(r,q,this,C.ab,P.bu(s),this.$ti.j("mx<1>"))}} +Y.pr.prototype={} +Y.mx.prototype={ +gus(){var s=this.jI +return s==null?H.f(H.u("_delegateState")):s}, +e9(a,b){this.tZ(a,b)}, +gF(){return this.$ti.j("e2<1>").a(N.cx.prototype.gF.call(this))}, +Sd(a,b){var s,r=this.c6,q=r.h(0,a),p=q==null +if(!p&&!this.$ti.j("pr<1>").b(q))return +s=this.$ti +if(s.j("E(1)").b(b)){p=p?new Y.pr(H.a([],s.j("r")),s.j("pr<1>")):q +s.j("pr<1>").a(p) +if(p.a){p.a=!1 +C.c.sn(p.c,0)}if(!p.b){p.b=!0 +P.aDc(new Y.af6(p),t.P)}p.c.push(b) +r.p(0,a,p)}else r.p(0,a,C.iq)}, +R_(a,b){var s,r,q,p,o,n=this.c6.h(0,b),m=!1 +if(n!=null)if(this.$ti.j("pr<1>").b(n)){if(b.cx)return +for(r=n.c,q=r.length,p=0;p").a(N.cx.prototype.gF.call(r)).f.e.$ti.j("Br<1>")) +s.a=r +r.jI=s}r.GU()}, +bm(a,b){var s=this +s.f2=!0 +s.gus() +s.cW=!1 +s.Hg(0,b) +s.cW=!1}, +ty(a){this.Vb(a)}, +aM(){this.f2=!0 +this.H_()}, +bB(a){var s=this,r=s.$ti.j("e2<1>") +r.a(N.cx.prototype.gF.call(s)) +s.gus().CH(0,s.f2) +s.f2=!1 +if(s.cm){s.cm=!1 +s.t_(r.a(N.cx.prototype.gF.call(s)))}return s.Hf(0)}, +kd(){var s,r,q,p=this.gus() +p.WB(0) +s=p.b +if(s!=null)s.$0() +if(p.c){s=p.a +s.toString +r=p.$ti +s=r.j("iq.D").a(s.$ti.j("e2<1>").a(N.cx.prototype.gF.call(s)).f.e) +q=p.a +q.toString +s.f.$2(q,r.c.a(p.e))}this.pH()}, +aga(){if(!this.dl)return +this.fv() +this.cm=!0}, +wj(a,b){return this.z8(a,b)}, +$iI4:1} +Y.af6.prototype={ +$0(){var s=this.a +s.b=!1 +s.a=!0}, +$S:3} +Y.Ol.prototype={} +Y.iq.prototype={ +l(a){}, +CH(a,b){}} +Y.ug.prototype={} +Y.Br.prototype={ +gm(a){var s,r,q=this,p=q.c +if(p&&!q.d)throw H.b(P.V("Tried to read a provider that threw during the creation of its value.\nThe exception occurred during the creation of type "+H.bz(q.$ti.c).i(0)+".")) +if(!p){q.c=!0 +p=q.a +p.toString +s=q.$ti.j("iq.D") +s.a(p.$ti.j("e2<1>").a(N.cx.prototype.gF.call(p)).f.e) +try{p=q.a +p.toString +p=s.a(p.$ti.j("e2<1>").a(N.cx.prototype.gF.call(p)).f.e) +r=q.a +r.toString +q.e=p.a.$1(r) +q.d=!0}finally{}p=q.a +p.toString +s.a(p.$ti.j("e2<1>").a(N.cx.prototype.gF.call(p)).f.e) +q.d=!0}p=q.a +p.dl=!1 +if(q.b==null){s=q.$ti +p=s.j("iq.D").a(H.o(p).j("e2<1>").a(N.cx.prototype.gF.call(p)).f.e) +r=q.a +r.toString +p=p.e.$2(r,s.c.a(q.e)) +q.b=p}q.a.dl=!0 +return q.$ti.c.a(q.e)}, +CH(a,b){var s,r=this +if(b)if(r.c){s=r.a +s.toString +r.$ti.j("iq.D").a(s.$ti.j("e2<1>").a(N.cx.prototype.gF.call(s)).f.e)}s=r.a +s.toString +r.f=r.$ti.j("iq.D").a(s.$ti.j("e2<1>").a(N.cx.prototype.gF.call(s)).f.e) +return r.WA(0,b)}} +Y.IR.prototype={} +Y.a3G.prototype={ +$1(a){var s=this.b +this.a.a=s.j("mx<0?>?").a(a.lu(s.j("e2<0?>"))) +return!1}, +$S:17} +Y.Kc.prototype={ +i(a){var s=this.a +return"Error: The widget "+this.b.i(0)+" tried to read Provider<"+s.i(0)+"> but the matching\nprovider returned null.\n\nTo fix the error, consider changing Provider<"+s.i(0)+"> to Provider<"+s.i(0)+"?>.\n"}, +$ibQ:1} +Y.Kb.prototype={ +i(a){var s=this.a,r=this.b +return"Error: Could not find the correct Provider<"+s.i(0)+"> above this "+r.i(0)+' Widget\n\nThis happens because you used a `BuildContext` that does not include the provider\nof your choice. There are a few common scenarios:\n\n- You added a new provider in your `main.dart` and performed a hot-reload.\n To fix, perform a hot-restart.\n\n- The provider you are trying to read is in a different route.\n\n Providers are "scoped". So if you insert of provider inside a route, then\n other routes will not be able to access that provider.\n\n- You used a `BuildContext` that is an ancestor of the provider you are trying to read.\n\n Make sure that '+r.i(0)+" is under your MultiProvider/Provider<"+s.i(0)+">.\n This usually happens when you are creating a provider and trying to read it immediately.\n\n For example, instead of:\n\n ```\n Widget build(BuildContext context) {\n return Provider(\n create: (_) => Example(),\n // Will throw a ProviderNotFoundError, because `context` is associated\n // to the widget that is the parent of `Provider`\n child: Text(context.watch()),\n ),\n }\n ```\n\n consider using `builder` like so:\n\n ```\n Widget build(BuildContext context) {\n return Provider(\n create: (_) => Example(),\n // we use `builder` to obtain a new `BuildContext` that has access to the provider\n builder: (context) {\n // No longer throws\n return Text(context.watch()),\n }\n ),\n }\n ```\n\nIf none of these solutions work, consider asking for help on StackOverflow:\nhttps://stackoverflow.com/questions/tagged/flutter\n"}, +$ibQ:1} +Q.Ir.prototype={ +gaia(){return this.a}, +rf(a){return this.adh(a)}, +adh(a){var s=0,r=P.K(t.H),q=this +var $async$rf=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:case 2:switch(a){case C.i1:s=4 +break +case C.i2:s=5 +break +case C.i3:s=6 +break +case C.i4:s=7 +break +default:s=3 +break}break +case 4:s=8 +return P.L(q.aib(),$async$rf) +case 8:s=3 +break +case 5:case 6:case 7:s=3 +break +case 3:return P.I(null,r)}}) +return P.J($async$rf,r)}, +aib(){return this.gaia().$0()}} +M.z1.prototype={ +ae(){return new M.CS(C.k)}} +M.CS.prototype={ +ga8q(){var s=this.d +return s==null?H.f(H.u("_channel")):s}, +gKY(){var s=this.e +return s==null?H.f(H.u("_observer")):s}, +aC(){var s,r=this +r.b1() +r.e=new Q.Ir(r.gaiG()) +s=$.B +s.toString +s.ag$.push(r.gKY())}, +I(a,b){var s,r,q=this,p=null +q.a.toString +s=q.a3E() +r=q.a +return new U.dA(new R.Ls(T.id(C.aS,H.a([s,M.bP(p,p,C.o,p,p,new V.i9(p,p,p,p,r.d),p,p,p,C.ae,p,p,p)],t.p),C.aQ),p),q.gagO(),p,t.xU)}, +l(a){var s +this.aZ(0) +s=$.B +s.toString +C.c.v(s.ag$,this.gKY())}, +tv(){var s=0,r=P.K(t.H),q=this +var $async$tv=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:s=2 +return P.L(M.Ke(t.yi.a(q.a.a),q.ga8q(),q.a.d),$async$tv) +case 2:return P.I(null,r)}}) +return P.J($async$tv,r)}, +agP(a){this.tv() +return!1}, +a3E(){var s=this.a,r=new Z.AZ(s.c,C.lm,null) +return r}} +X.z2.prototype={ +gfo(){return C.dH}, +ja(a,b){var s=P.bj() +s.sjL(C.cW) +s.vM(0,this.pm(a),C.h) +return s}, +dr(a,b){var s,r=new X.a3I().$1(a),q=a.d,p=J.j(r) +p.bu(r,a.c,q) +s=a.a +p.bu(r,s,q) +p.bu(r,s,a.b) +return r}, +pm(a){return this.dr(a,null)}, +fA(a,b,a0){var s,r,q,p,o,n,m,l,k=this,j=b.a,i=b.c-j,h=i/2,g=b.b,f=k.b,e=f/2,d=k.e,c=k.f +if(d>c/2+f*2)d=h/2 +c=co)o=s}r=p.gnT() +return T.aU(T.dT(T.a6W(T.atw(C.a7,new G.xq(p.ch,q),q,o),r),q,q),b.d,b.b)}, +$S:435} +Z.aj_.prototype={ +$0(){this.a.r=this.b}, +$S:0} +Z.Kd.prototype={ +l(a){return this.a.aV(0)}, +wK(){var s=0,r=P.K(t._f),q,p=this,o +var $async$wK=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:o=p.a +o.cy=o.gww()===C.iv?C.lm:C.iv +s=3 +return P.L(o.fJ(0),$async$wK) +case 3:q=o.gww() +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$wK,r)}, +ye(){var s=0,r=P.K(t._f),q,p=this +var $async$ye=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:q=p.a.gww() +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$ye,r)}, +yi(){var s=0,r=P.K(t.X7),q +var $async$yi=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:q=!1 +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$yi,r)}, +gTb(){var s=this.a.cx +return new P.mu(s,H.o(s).j("mu<1>"))}, +U9(){throw H.b(P.c7(null))}, +Fx(){var s=0,r=P.K(t.H),q +var $async$Fx=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$Fx,r)}, +$ianv:1} +B.Wx.prototype={} +S.aa_.prototype={} +S.aa4.prototype={} +S.X9.prototype={} +V.t9.prototype={ +v(a,b){var s="flutter."+b +J.mU(this.a,b) +return V.anG().v(0,s)}, +fk(a,b,c){var s="flutter."+b +J.hy(this.a,b,c) +return V.anG().lE(a,s,c)}} +F.a1n.prototype={ +v(a,b){return this.ahU(0,b)}, +ahU(a,b){var s=0,r=P.K(t.y),q,p +var $async$v=P.G(function(c,d){if(c===1)return P.H(d,r) +while(true)switch(s){case 0:s=3 +return P.L(C.jw.fQ("remove",P.aJ(["key",b],t.N,t.z),!1,t.y),$async$v) +case 3:p=d +p.toString +q=p +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$v,r)}, +lE(a,b,c){return this.TG(a,b,c)}, +TG(a,b,c){var s=0,r=P.K(t.y),q,p +var $async$lE=P.G(function(d,e){if(d===1)return P.H(e,r) +while(true)switch(s){case 0:s=3 +return P.L(C.jw.fQ("set"+a,P.aJ(["key",b,"value",c],t.N,t.z),!1,t.y),$async$lE) +case 3:p=e +p.toString +q=p +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$lE,r)}, +lt(a){var s=0,r=P.K(t.nf),q,p,o,n +var $async$lt=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:p=t.N +o=t.K +s=3 +return P.L(C.jw.x5("getAll",p,o),$async$lt) +case 3:n=c +if(n==null){q=P.A(p,o) +s=1 +break}q=n +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$lt,r)}} +E.a6M.prototype={} +V.a6K.prototype={ +lt(a){var s=0,r=P.K(t.nf),q,p=this,o,n,m,l,k +var $async$lt=P.G(function(b,c){if(b===1)return P.H(c,r) +while(true)switch(s){case 0:k=P.A(t.N,t.K) +for(o=p.ga9I(),n=J.aP(o.a),o=new H.u2(n,o.b);o.t();){m=n.gE(n) +l=window.localStorage.getItem(m) +l.toString +k.p(0,m,p.a1R(l))}q=k +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$lt,r)}, +v(a,b){return this.ahV(0,b)}, +ahV(a,b){var s=0,r=P.K(t.y),q +var $async$v=P.G(function(c,d){if(c===1)return P.H(d,r) +while(true)switch(s){case 0:if(!C.b.bP(b,"flutter."))H.f(P.bG(u.l,b,0)) +C.ye.v(window.localStorage,b) +q=!0 +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$v,r)}, +lE(a,b,c){return this.TH(a,b,c)}, +TH(a,b,c){var s=0,r=P.K(t.y),q +var $async$lE=P.G(function(d,e){if(d===1)return P.H(e,r) +while(true)switch(s){case 0:if(!C.b.bP(b,"flutter."))H.f(P.bG(u.l,b,0)) +window.localStorage.setItem(b,C.az.mv(c)) +q=!0 +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$lE,r)}, +ga9I(){var s=C.ye.gaA(window.localStorage) +return new H.b7(s,new V.a6L(),H.aq(s).j("b7<1>"))}, +a1R(a){var s=C.az.dR(0,a) +if(t.j.b(s))return J.mT(s,t.N) +return s}} +V.a6L.prototype={ +$1(a){return C.b.bP(a,"flutter.")}, +$S:25} +F.vO.prototype={ +ae(){return new F.Nc(null,C.k)}} +F.Nc.prototype={ +aC(){var s,r,q=this,p=null +q.b1() +s=G.bl(p,C.Gf,0,p,1,p,q) +q.e=s +q.f=S.cM(C.iD,s,p) +s=q.a.d +r=q.e +q.d=P.bX(s,r.gaeA(r))}, +l(a){this.e.l(0) +this.XK(0) +this.d.aV(0)}, +I(a,b){var s=this.f +s.toString +return K.h6(s,new F.abw(this),this.a.c)}} +F.abw.prototype={ +$2(a,b){var s=this.a,r=s.f +r=r.gm(r) +s=s.f +return T.yy(!1,T.atx(b,new P.l(0,(1-s.gm(s))*20)),r)}, +$S:92} +F.alA.prototype={ +$0(){$.aoU=C.A}, +$S:0} +F.MJ.prototype={ +I(a,b){return new F.vO(this.c,F.aLu(),null)}} +F.E4.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r=this.cU$ +if(r!=null){s=this.c +s.toString +r.scJ(0,!U.cp(s))}this.bV()}} +B.qN.prototype={ +ae(){return new B.He(null,C.k)}} +B.He.prototype={ +aC(){var s,r,q,p,o,n=this +n.b1() +s=n.d=G.bl(null,n.a.e,0,null,1,null,n) +r=n.a +q=r.f +p=t.H7 +o=p.j("bc") +n.e=new R.bc(s,new R.ay(q.a,0,p),o) +n.f=new R.bc(s,new R.ay(q.b,0,p),o) +P.nG(r.d,new B.YH(n),t.P)}, +l(a){this.d.l(0) +this.WG(0)}, +I(a,b){var s=this.d +s.toString +return K.h6(s,new B.YG(this),null)}} +B.YH.prototype={ +$0(){var s=this.a +if(s.c!=null)s.d.bG(0)}, +$S:3} +B.YG.prototype={ +$2(a,b){var s,r=this.a,q=r.d.gbw(),p=r.e,o=p.b +p=p.a +p=o.aa(0,p.gm(p)) +o=r.f +s=o.b +o=o.a +o=s.aa(0,o.gm(o)) +return T.yy(!1,T.atx(r.a.c,new P.l(p,o)),q)}, +$S:92} +B.BG.prototype={ +l(a){this.aZ(0)}, +aM(){var s,r=this.cU$ +if(r!=null){s=this.c +s.toString +r.scJ(0,!U.cp(s))}this.bV()}} +O.a5U.prototype={ +lv(a){switch(U.f_()){case C.D:case C.B:case C.H:return C.zF +case C.K:case C.E:case C.F:return C.B0}}} +F.IS.prototype={ +I(a,b){var s=null +return Y.aDM(new U.wo(new F.a1W(X.anQ(s,C.be,C.ju)),s,s,t.fO),H.a([new T.w9(new Y.ug(new F.a1X(),s,s,s,F.aKr(),T.aJu(),t.mE),s,s,s,s,t.MV)],t.Ds))}} +F.a1X.prototype={ +$1(a){return new G.hf(P.aj(0,null,!1,t.Z))}, +$S:436} +F.a1W.prototype={ +$3(a,b,c){var s=this.a +s=s.acB(s.B.acw(C.be),C.j) +return new S.o6(P.aJ(["/splash",new F.a1N(),"/intro",new F.a1O(),"/setupProfile",new F.a1P(),"/home",new F.a1Q(),"/addContact",new F.a1R(),"/addContactWeb",new F.a1S(),"/ScanInvitation",new F.a1T(),"/addGroup",new F.a1U()],t.N,t.Ab),"/splash",new F.a1V(),"SimpleX Chat",s,!1,null)}, +$C:"$3", +$R:3, +$S:437} +F.a1V.prototype={ +$2(a,b){b.toString +return K.at4(C.Av,b)}, +$S:438} +F.a1N.prototype={ +$1(a){return C.On}, +$S:439} +F.a1O.prototype={ +$1(a){return C.HA}, +$S:440} +F.a1P.prototype={ +$1(a){return C.Nf}, +$S:441} +F.a1Q.prototype={ +$1(a){return C.GO}, +$S:442} +F.a1R.prototype={ +$1(a){return C.zg}, +$S:443} +F.a1S.prototype={ +$1(a){return C.zh}, +$S:444} +F.a1T.prototype={ +$1(a){return C.MD}, +$S:445} +F.a1U.prototype={ +$1(a){return C.zi}, +$S:446} +Z.hH.prototype={ +gaT(a){return this.a}, +gpE(){return this.b}, +gt8(){return this.c}, +grM(){return this.d}} +Z.WJ.prototype={ +$1(a){return P.aJ(["name",a.a,"subtitle",a.b,"photo",a.c,"isGroup",!1],t.N,t.z)}, +$S:447} +Z.WI.prototype={ +$1(a){var s=J.al(a) +return new Z.hH(s.h(a,"name"),s.h(a,"subtitle"),s.h(a,"photo"),s.h(a,"isGroup"))}, +$S:448} +O.eK.prototype={ +gaT(a){return this.a}, +gpE(){return this.b}, +gt8(){return this.c}, +grX(){return this.d}, +grM(){return this.e}} +O.a_8.prototype={ +$1(a){return P.aJ(["name",a.a,"subtitle",a.b,"photo",a.c,"isGroup",!0,"members",a.d],t.N,t.z)}, +$S:449} +O.a_7.prototype={ +$1(a){var s=J.al(a),r=s.h(a,"name"),q=s.h(a,"subtitle"),p=s.h(a,"photo"),o=s.h(a,"isGroup") +return new O.eK(r,q,p,s.h(a,"members"),o)}, +$S:450} +G.hf.prototype={} +O.mV.prototype={ +ae(){return new O.B6(new N.b3("qr",t.A),C.k)}} +O.B6.prototype={ +a6i(){var s=this.c +s.toString +E.pU(new O.aaw(this),s,t.z)}, +aC(){P.nG(C.aU,this.ga6h(),t.H) +this.b1()}, +l(a){var s=this.f +if(s!=null)s.l(0) +this.aZ(0)}, +I(a,b){var s,r,q,p,o,n=this,m=null,l=n.f +l=l==null?m:l.yi() +l=B.qZ(m,!0,B.arD(new O.aaC(),l,t.X7),24,new O.aaD(n),C.ap,m) +s=n.f +s=s==null?m:s.ye() +r=t.p +s=E.n0(H.a([l,B.qZ(m,!0,B.arD(new O.aaE(),s,t._f),24,new O.aaF(n),C.ap,m)],r),m,m,m,m,m,C.yD) +l=t.w +q=b.J(l).f +p=T.dT(D.dL(m,n.a8p(),C.a0,!1,m,m,m,m,m,m,m,m,m,m,m,m,new O.aaG(b),m,m,m,m,m,m),m,m) +o=b.J(l).f +return M.ho(s,m,T.aU(T.id(C.aS,H.a([p,C.AV,T.oy(m,C.S9,m,m,b.J(l).f.a.a*0.125,m,o.a.b*0.15,m)],r),C.aQ),q.a.b,m),m,m)}, +a8p(){var s=this,r=t.w,q=s.c.J(r).f.a.a<400||s.c.J(r).f.a.b<400?220:370 +return new M.z1(new O.aaz(s),new X.z2(C.bk,10,C.CD,0,50,q),s.e)}} +O.aaw.prototype={ +$1(a){return new T.ig(new O.aav(this.a),null)}, +$S:53} +O.aav.prototype={ +$2(a,b){var s=null,r=this.a,q=t.p +r=T.c3(H.a([C.yF,C.cs,T.dj(H.a([K.Wc(new O.aas(r,b),r.d),C.yC],q),C.y,C.v,C.S)],q),C.y,C.v,C.a1) +return E.mY(H.a([R.dw(!1,!0,C.h3,s,!0,s,s,s,s,s,s,s,s,s,new O.aat(a),s,s,s),R.dw(!1,!0,C.h2,s,!0,s,s,s,s,s,s,s,s,s,new O.aau(a),s,s,s)],q),r,C.hn)}, +$S:54} +O.aas.prototype={ +$1(a){this.b.$1(new O.aar(this.a,a))}, +$S:46} +O.aar.prototype={ +$0(){this.a.d=this.b}, +$S:0} +O.aat.prototype={ +$0(){K.bd(this.a,!1).ca(0,null) +return null}, +$S:0} +O.aau.prototype={ +$0(){K.bd(this.a,!1).ca(0,null) +return null}, +$S:0} +O.aaC.prototype={ +$2(a,b){var s=b.b +if(s!=null)return L.arL(J.e(s,!1)?C.GU:C.mm,null,null) +return C.Hm}, +$S:169} +O.aaD.prototype={ +$0(){var s=0,r=P.K(t.H),q=this,p,o +var $async$$0=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:p=q.a +o=p.f +s=2 +return P.L(o==null?null:o.Fx(),$async$$0) +case 2:p.R(new O.aaB()) +return P.I(null,r)}}) +return P.J($async$$0,r)}, +$S:16} +O.aaB.prototype={ +$0(){}, +$S:0} +O.aaE.prototype={ +$2(a,b){return C.H8}, +$S:169} +O.aaF.prototype={ +$0(){var s=0,r=P.K(t.H),q=this,p,o +var $async$$0=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:p=q.a +o=p.f +s=2 +return P.L(o==null?null:o.wK(),$async$$0) +case 2:p.R(new O.aaA()) +return P.I(null,r)}}) +return P.J($async$$0,r)}, +$S:16} +O.aaA.prototype={ +$0(){}, +$S:0} +O.aaG.prototype={ +$0(){return K.bd(this.a,!1).ca(0,!0)}, +$S:0} +O.aaz.prototype={ +$1(a){var s=this.a +s.f=a +a.gTb().ag_(new O.aay(s,a))}, +$S:454} +O.aay.prototype={ +$1(a){var s=this.a +s.R(new O.aax(s,a,this.b))}, +$S:455} +O.aax.prototype={ +$0(){var s=0,r=P.K(t.H),q=this,p +var $async$$0=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:p=q.a +p.r=q.b +s=2 +return P.L(q.c.U9(),$async$$0) +case 2:if(p.r!=null){p=p.c +p.toString +K.bd(p,!1).ca(0,!0)}return P.I(null,r)}}) +return P.J($async$$0,r)}, +$S:16} +N.mW.prototype={ +ae(){return new N.B7(C.k)}} +N.B7.prototype={ +a0a(){var s=this.c +s.toString +E.pU(new N.aaM(this),s,t.z)}, +aC(){P.nG(C.aU,this.ga09(),t.H) +this.b1()}, +I(a,b){var s,r=null,q=E.n0(r,r,r,r,r,r,C.yD),p=t.w,o=b.J(p).f,n=F.aBU(C.bk,5) +n=T.dT(D.dL(r,M.bP(r,U.arN("assets/code.png",r),C.o,r,r,new S.de(C.j,r,n,r,r,r,C.a9),r,r,r,C.Gw,r,r,r),C.a0,!1,r,r,r,r,r,r,r,r,r,r,r,r,new N.aaN(b),r,r,r,r,r,r),r,r) +s=b.J(p).f +return M.ho(q,C.j,T.aU(T.id(C.aS,H.a([n,T.oy(r,C.RR,r,r,b.J(p).f.a.a*0.41,r,s.a.b*0.15,r)],t.p),C.aQ),o.a.b,r),r,r)}} +N.aaM.prototype={ +$1(a){return new T.ig(new N.aaL(this.a),null)}, +$S:53} +N.aaL.prototype={ +$2(a,b){var s=null,r=this.a,q=t.p +r=T.c3(H.a([C.yF,C.cs,T.dj(H.a([K.Wc(new N.aaI(r,b),r.d),C.yC],q),C.y,C.v,C.S)],q),C.y,C.v,C.a1) +return E.mY(H.a([R.dw(!1,!0,C.h3,s,!0,s,s,s,s,s,s,s,s,s,new N.aaJ(a),s,s,s),R.dw(!1,!0,C.h2,s,!0,s,s,s,s,s,s,s,s,s,new N.aaK(a),s,s,s)],q),r,C.hn)}, +$S:54} +N.aaI.prototype={ +$1(a){this.b.$1(new N.aaH(this.a,a))}, +$S:46} +N.aaH.prototype={ +$0(){this.a.d=this.b}, +$S:0} +N.aaJ.prototype={ +$0(){K.bd(this.a,!1).ca(0,null) +return null}, +$S:0} +N.aaK.prototype={ +$0(){K.bd(this.a,!1).ca(0,null) +return null}, +$S:0} +N.aaN.prototype={ +$0(){return K.bd(this.a,!1).ca(0,!0)}, +$S:0} +T.wr.prototype={ +ae(){return new T.Bq([],H.a([],t.go),H.a([],t.BP),H.a(["Add contact","Scan invitation","Add group"],t.s),C.k)}} +T.Bq.prototype={ +m3(){var s=0,r=P.K(t.z),q=this,p,o,n +var $async$m3=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:D.h4().$1("Getting contacts!") +o=H +n=J +s=2 +return P.L(V.dE(),$async$m3) +case 2:p=o.cg(n.aL(b.a,"contacts")) +if(p!=null)q.R(new T.ad_(q,p)) +return P.I(null,r)}}) +return P.J($async$m3,r)}, +kv(){var s=0,r=P.K(t.z),q=this,p,o,n +var $async$kv=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:D.h4().$1("Getting groups!") +o=H +n=J +s=2 +return P.L(V.dE(),$async$kv) +case 2:p=o.cg(n.aL(b.a,"groups")) +if(p!=null)q.R(new T.ad0(q,p)) +q.a3M() +return P.I(null,r)}}) +return P.J($async$kv,r)}, +a3M(){D.h4().$1("Merging!") +this.R(new T.ad1(this))}, +aC(){this.m3() +this.kv() +this.b1()}, +I(a,b){var s,r,q,p,o,n,m,l=this,k=null,j=E.n0(k,C.ah,k,0,k,30,R.dw(!1,!0,C.Ml,k,!0,k,k,k,k,k,k,k,k,k,l.ga02(),k,k,k)) +if(l.f.length===0){s=b.J(t.w).f +s=T.aU(T.dT(T.c3(C.Ji,C.y,C.bS,C.S),k,k),s.a.b*0.7,k)}else{r=l.e.length +q=J.lD(r,t.l7) +for(p=0;p>") +return P.as(new H.at(s,new T.ad2(),r),!0,r.j("ba.E"))}, +$S:458} +T.ad2.prototype={ +$1(a){var s=null +return new Z.j6(a,L.cf(a,s,s,s,s,s,s),s,t.wI)}, +$S:459} +T.acL.prototype={ +$0(){C.c.v(this.a.f,this.b)}, +$S:0} +T.acT.prototype={ +$0(){C.c.v(this.a.r,this.b)}, +$S:0} +T.acK.prototype={ +$1(a){var s=null,r=this.a +return E.mY(s,T.c3(H.a([U.Ma(C.Sp,new T.acI(r,a,this.b),s),U.Ma(C.S_,new T.acJ(r,a),s)],t.p),C.y,C.v,C.a1),s)}, +$S:79} +T.acI.prototype={ +$0(){K.bd(this.b,!1).ca(0,null) +this.a.a1X(this.c)}, +$S:0} +T.acJ.prototype={ +$0(){K.bd(this.b,!1).ca(0,null) +this.a.a23()}, +$S:0} +T.acS.prototype={ +$1(a){return new T.ig(new T.acR(this.a,this.b),null)}, +$S:53} +T.acR.prototype={ +$2(a,b){var s=null,r=this.a,q=t.p,p=T.c3(H.a([C.Sh,C.cs,T.dj(H.a([K.Wc(new T.acN(r,b),r.d),C.yA],q),C.y,C.v,C.S)],q),C.y,C.v,C.a1),o=this.b +return E.mY(H.a([R.dw(!1,!0,C.h3,s,!0,s,s,s,s,s,s,s,s,s,o.grM()?new T.acO(r,o,a):new T.acP(r,o,a),s,s,s),R.dw(!1,!0,C.h2,s,!0,s,s,s,s,s,s,s,s,s,new T.acQ(a),s,s,s)],q),p,C.hn)}, +$S:54} +T.acN.prototype={ +$1(a){this.b.$1(new T.acM(this.a,a))}, +$S:46} +T.acM.prototype={ +$0(){this.a.d=this.b}, +$S:0} +T.acO.prototype={ +$0(){var s=this.a,r=this.b +s.pY(r) +C.c.v(s.e,r) +K.bd(this.c,!1).ca(0,null)}, +$S:0} +T.acP.prototype={ +$0(){var s=this.a,r=this.b +s.pX(r) +C.c.v(s.e,r) +K.bd(this.c,!1).ca(0,null)}, +$S:0} +T.acQ.prototype={ +$0(){K.bd(this.a,!1).ca(0,null) +return null}, +$S:0} +T.acZ.prototype={ +$1(a){return new T.ig(new T.acY(this.a),null)}, +$S:53} +T.acY.prototype={ +$2(a,b){var s=null,r=this.a,q=t.p +r=T.c3(H.a([C.Sn,C.cs,T.dj(H.a([K.Wc(new T.acV(r,b),r.d),C.yA],q),C.y,C.v,C.S)],q),C.y,C.v,C.a1) +return E.mY(H.a([R.dw(!1,!0,C.h3,s,!0,s,s,s,s,s,s,s,s,s,new T.acW(a),s,s,s),R.dw(!1,!0,C.h2,s,!0,s,s,s,s,s,s,s,s,s,new T.acX(a),s,s,s)],q),r,C.hn)}, +$S:54} +T.acV.prototype={ +$1(a){this.b.$1(new T.acU(this.a,a))}, +$S:46} +T.acU.prototype={ +$0(){this.a.d=this.b}, +$S:0} +T.acW.prototype={ +$0(){K.bd(this.a,!1).ca(0,null) +return null}, +$S:0} +T.acX.prototype={ +$0(){K.bd(this.a,!1).ca(0,null) +return null}, +$S:0} +Q.qu.prototype={ +I(a,b){var s=null,r=this.c.a +r.toString +return M.ho(E.n0(s,s,!0,s,s,s,L.cf(r,s,s,s,s,s,s)),s,new T.bb(C.lZ,T.dT(T.c3(H.a([C.AX,C.cs,C.RW,L.cf(r,s,s,s,s,s,s)],t.p),C.y,C.bS,C.S),s,s),s),s,s)}} +B.nj.prototype={ +ae(){return new B.NJ(F.Lb(),D.tL(null),H.a([],t.p),C.k)}} +B.NJ.prototype={ +aC(){var s=O.xc(!0,null,!0,null,null,!1) +this.f=s +s.ad(0,new B.acH(this)) +this.b1()}, +l(a){this.d.l(0) +this.f.l(0) +this.aZ(0)}, +I(a,b){var s,r,q,p=this,o=null,n=t.w,m=b.J(n).f,l=p.a.c.grM()?new B.acB(p,b):new B.acC(p,b),k=t.p +l=R.dw(!1,!0,new T.bb(C.iL,T.dj(H.a([K.iF(o,p.a.c.gt8()===""?C.aZ:new M.eq(P.fz(p.a.c.gt8())),15),C.hb,L.cf(J.V2(p.a.c),o,o,o,o,o,o)],k),C.y,C.v,C.S),o),o,!0,o,o,o,o,o,o,o,o,o,l,o,o,o) +l=E.n0(H.a([B.qZ(o,!0,C.Hc,24,new B.acD(p),C.ap,o)],k),o,o,o,new R.q5(new B.acE(b),o),m.a.a*0.085,l) +m=p.x +m=T.YL(M.bP(o,m.length===0?C.AT:E.m6(T.c3(m,C.bf,C.v,C.S),p.d,o,C.m),C.o,o,o,o,o,o,o,o,o,o,o),1) +s=p.f +r=K.an(b) +q=C.ar.h(0,200) +return D.dL(o,M.ho(l,o,T.c3(H.a([m,M.bP(o,T.dj(H.a([C.hb,T.YL(T.aU(E.atq(p.e,L.amQ(o,o,o,C.Gm,o,o,o,o,!0,new F.fN(4,K.iB(360),C.im),o,o,o,o,q,!0,o,o,o,new F.fN(4,K.iB(360),C.im),o,o,o,o,o,r.a2.Q,"Message...",o,o,o,!1,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o),s,C.OM,o,C.yo,C.hm,o),45,o),1),B.qZ(o,!0,C.Hd,24,new B.acF(p),C.ap,o)],k),C.y,C.v,C.a1),C.o,o,o,o,o,o,o,C.ap,o,o,o),T.aU(o,b.J(n).f.a.b*0.02,o)],k),C.y,C.v,C.S),o,o),C.a0,!1,o,o,o,o,o,o,o,o,o,o,o,o,new B.acG(b),o,o,o,o,o,o)}} +B.acH.prototype={ +$0(){var s,r=this.a +D.h4().$1("FOCUS "+r.f.gcs()) +s=r.f.gcs() +r.r=s +D.h4().$1("MESSAGE ENABLED "+s)}, +$S:0} +B.acG.prototype={ +$0(){return L.lt(this.a).j8()}, +$S:0} +B.acE.prototype={ +$0(){return K.bd(this.a,!1).ca(0,!0)}, +$S:0} +B.acB.prototype={ +$0(){var s=V.a19(new B.acA(this.a),null,t.z) +K.bd(this.b,!1).jZ(s)}, +$S:0} +B.acA.prototype={ +$1(a){return new E.nJ(this.a.a.c,null)}, +$S:461} +B.acC.prototype={ +$0(){var s=V.a19(new B.acz(this.a),null,t.z) +K.bd(this.b,!1).jZ(s)}, +$S:0} +B.acz.prototype={ +$1(a){return new Q.qu(this.a.a.c,null)}, +$S:462} +B.acD.prototype={ +$0(){var s=this.a +s.R(new B.acy(s))}, +$S:0} +B.acy.prototype={ +$0(){var s,r=this.a +if(r.a.c.grM())s=J.cF(r.a.c.grX())===0?"some person":J.aL(r.a.c.grX(),0) +else s=J.V2(r.a.c) +r.x.push(new Z.rl(s,"Hey there! How is it going?",!1,null))}, +$S:0} +B.acF.prototype={ +$0(){var s=this.a,r=s.e +if(r.a.a.length!==0){s.R(new B.acx(s)) +r.hL(0,C.ew) +s.f.j8()}}, +$S:0} +B.acx.prototype={ +$0(){var s=this.a +s.x.push(new Z.rl("You",C.b.cX(s.e.a.a),!0,null))}, +$S:0} +E.lO.prototype={ +i(a){return this.b}} +E.nJ.prototype={ +ae(){return new E.BV(C.rQ,H.a([],t.go),[],H.a([],t.BP),[],C.k)}} +E.BV.prototype={ +a3D(){this.R(new E.aer(this))}, +uT(){var s=0,r=P.K(t.z),q=this,p,o,n +var $async$uT=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:o=H +n=J +s=2 +return P.L(V.dE(),$async$uT) +case 2:p=o.cg(n.aL(b.a,"groups")) +if(p!=null)q.R(new E.aeq(q,p)) +return P.I(null,r)}}) +return P.J($async$uT,r)}, +uS(){var s=0,r=P.K(t.z),q=this,p,o,n +var $async$uS=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:p=E +o=H +n=J +s=2 +return P.L(V.dE(),$async$uS) +case 2:q.R(new p.aep(q,o.cg(n.aL(b.a,"contacts")))) +return P.I(null,r)}}) +return P.J($async$uS,r)}, +aC(){var s=this +s.uS() +s.uT() +s.a3D() +s.b1()}, +I(a,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null,c=e.a.c,b=c.a +b.toString +b=E.n0(d,d,!0,d,d,d,L.cf(b,d,d,d,d,d,d)) +c=c.c +if(c==="")c=C.aZ +else{c.toString +c=new M.eq(P.fz(c))}c=T.dT(K.iF(d,c,70),d,d) +s=e.a.c.a +s.toString +s=L.cf(s,d,d,d,d,d,d) +r=Q.lI(C.iU,d,new E.aeG(e),d,C.yB,d) +q=e.r.length +p=q!==0 +o=p?C.Si:M.bP(d,d,C.o,d,d,d,d,d,d,d,d,d,d) +n=T.aU(d,p?10:0,d) +if(p){m=J.lD(q,t.l7) +for(p=e.r,l=0;l=2}, +$S:102} +U.nM.prototype={ +ae(){return new U.BZ(H.a([C.Mp,C.FN,C.HB],t.p),C.k)}} +U.BZ.prototype={ +q7(){var s=0,r=P.K(t.z),q=this,p +var $async$q7=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:p=U +s=2 +return P.L(V.dE(),$async$q7) +case 2:q.R(new p.aeT(q,b)) +return P.I(null,r)}}) +return P.J($async$q7,r)}, +aC(){this.q7() +this.b1()}, +I(a,b){var s=null +return new F.u4(M.ho(s,s,Q.oD(!0,new T.f3(new U.af1(this,Y.anu(b,t.Yo)),s),C.ae,!0),C.G6,s),this.ga7x(),s)}, +vi(){var s=0,r=P.K(t.y),q,p=this,o +var $async$vi=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:o=p.c +o.toString +s=3 +return P.L(E.pU(new U.aeW(),o,t.z),$async$vi) +case 3:o=b +q=o==null?!1:o +s=1 +break +case 1:return P.I(q,r)}}) +return P.J($async$vi,r)}} +U.aeT.prototype={ +$0(){var s=this.a,r=this.b.a,q=J.al(r),p=H.cg(q.h(r,"displayName")) +s.e=p +s.d=H.cg(q.h(r,"photo"+H.c(p)))}, +$S:0} +U.af1.prototype={ +$1(a){var s,r,q=null,p=this.a,o=this.b,n=o.a,m=p.f[n] +if(n===0){n=t.w +s=a.J(n).f +n=a.J(n).f +s=T.oy(q,R.dw(!1,!0,C.t6,q,!0,q,q,q,q,q,q,q,q,q,new U.aeX(p,o),q,q,q),q,q,n.a.a*0.02,q,s.a.b*0.017,q) +p=s}else{s=t.p +r=p.e +if(n===2){n=R.dw(!1,!0,C.t6,q,!0,q,q,q,q,q,q,q,q,q,new U.aeY(o),q,q,q) +r=T.c3(H.a([L.cf("Hi! "+H.c(r),q,q,q,C.bZ,q,q),C.yz],s),C.dD,C.v,C.a1) +p=p.d +p=new T.bb(C.dH,T.dj(H.a([n,C.jX,r,C.hb,D.dL(q,K.iF(C.j,p.length===0?C.aZ:new M.eq(P.fz(p)),q),C.a0,!1,q,q,q,q,q,q,q,q,q,q,q,q,new U.aeZ(o),q,q,q,q,q,q)],s),C.y,C.v,C.a1),q)}else{n=R.dw(!1,!0,new T.bb(C.ap,G.a8M("assets/menu.svg",q),q),q,!0,q,q,q,q,q,q,q,q,q,new U.af_(a),q,q,q) +r=T.c3(H.a([L.cf("Hi! "+H.c(r),q,q,q,C.bZ,q,q),C.yz],s),C.dD,C.v,C.a1) +p=p.d +p=new T.bb(C.dH,T.dj(H.a([n,C.jX,r,C.hb,D.dL(q,K.iF(q,p.length===0?C.aZ:new M.eq(P.fz(p)),q),C.a0,!1,q,q,q,q,q,q,q,q,q,q,q,q,new U.af0(o),q,q,q,q,q,q)],s),C.y,C.v,C.a1),q)}}return T.id(C.aS,H.a([m,p],t.p),C.aQ)}, +$S:471} +U.aeX.prototype={ +$0(){var s=this.b +s.a=1 +s.ap() +this.a.q7()}, +$S:0} +U.aeY.prototype={ +$0(){var s=this.a +s.a=1 +s.ap()}, +$S:0} +U.aeZ.prototype={ +$0(){var s=this.a +s.a=0 +s.ap()}, +$S:0} +U.af_.prototype={ +$0(){M.L6(this.a).R4()}, +$S:0} +U.af0.prototype={ +$0(){var s=this.a +s.a=0 +s.ap()}, +$S:0} +U.aeW.prototype={ +$1(a){return E.mY(H.a([U.Ma(C.So,new U.aeU(),null),U.Ma(C.RU,new U.aeV(a),null)],t.p),C.Sc,C.Sf)}, +$S:79} +U.aeU.prototype={ +$0(){return M.M1()}, +$S:0} +U.aeV.prototype={ +$0(){return K.bd(this.a,!1).dN(0)}, +$S:0} +U.xC.prototype={ +ae(){return new U.Py(C.k)}} +U.Py.prototype={ +aC(){this.b1()}, +I(a,b){var s=null +return M.bP(s,new T.bb(C.lY,T.c3(H.a([C.Oa,T.dj(C.Iy,C.y,C.v,C.S),C.yb,T.aU(C.AU,b.J(t.w).f.a.b*0.7,s)],t.p),C.y,C.v,C.S),s),C.o,C.j,s,s,s,s,s,s,s,s,s)}} +M.r8.prototype={ +I(a,b){var s=null +return M.ho(s,s,Q.oD(!0,new T.bb(C.dI,T.c3(H.a([G.a8M("assets/logo.svg",80),T.aU(s,b.J(t.w).f.a.b*0.05,s),C.S2],t.p),C.dC,C.bS,C.S),s),C.ae,!0),s,E.lq(s,C.Hh,s,"welcome",!1,new M.a0d(b)))}} +M.a0d.prototype={ +$0(){return K.yu(this.a,"/setupProfile",t.X)}, +$S:0} +Z.yY.prototype={ +ae(){return new Z.CR(new N.b3(null,t.am),D.tL(null),D.tL(null),new L.xv(),H.a(["Remove","Gallery","Camera"],t.s),H.a([C.bk,C.jv,C.bB],t.bf),H.a([C.ml,C.iR,C.iQ],t.G1),C.k)}} +Z.CR.prototype={ +vp(){var s=0,r=P.K(t.z),q=this,p,o +var $async$vp=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:o=Z +s=2 +return P.L(V.dE(),$async$vp) +case 2:q.R(new o.agC(q,b)) +p=q.cy +p.toString +q.e.scP(0,p) +p=q.db +if(p!=null)q.f.scP(0,p) +return P.I(null,r)}}) +return P.J($async$vp,r)}, +aC(){this.vp() +this.b1()}, +l(a){this.aZ(0)}, +I(a,b){var s,r,q,p=this,o=null,n=b.J(t.w).f.a.b,m=T.aU(o,n*0.05,o),l=p.y +if(l!==""){l.toString +l=K.iF(C.j,new M.eq(P.fz(l)),100)}else l=C.ln +s=p.z?C.jV:C.iV +r=t.p +q=n*0.035 +return M.ho(o,o,D.dL(o,Q.oD(!0,E.m6(new T.bb(C.dI,A.amJ(T.c3(H.a([m,T.dT(T.aU(T.id(C.aS,H.a([l,T.oy(0,E.lq(C.f3,s,2,C.dw,!0,p.ga8l()),o,o,o,0,o,o)],r),C.aQ),180,180),o,o),T.aU(o,q,o),C.yG,C.hc,new F.iI(p.e,C.ey,"e.g John",new Z.agL(),o),T.aU(o,q,o),C.yI,T.aU(o,n*0.012,o),new F.iI(p.f,C.ey,"e.g John Doe",o,o),T.aU(o,q,o),C.yH],r),C.bf,C.v,C.S),p.d),o),o,o,C.m),C.ae,!0),C.a0,!1,o,o,o,o,o,o,o,o,o,o,o,o,new Z.agM(b),o,o,o,o,o,o),o,E.lq(o,C.fj,o,"save",!1,new Z.agN(p,b)))}, +lY(){var s=0,r=P.K(t.H),q=this,p,o,n +var $async$lY=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:s=2 +return P.L(V.dE(),$async$lY) +case 2:o=b +n=q.e +s=3 +return P.L(o.fk("String","displayName",C.b.cX(n.a.a)),$async$lY) +case 3:s=4 +return P.L(o.fk("String","fullName",C.b.cX(q.f.a.a)),$async$lY) +case 4:n="photo"+C.b.cX(n.a.a) +p=q.y +p.toString +s=5 +return P.L(o.fk("String",n,p),$async$lY) +case 5:D.h4().$1(H.cg(J.aL(o.a,"photo"))) +return P.I(null,r)}}) +return P.J($async$lY,r)}, +a8m(){var s=this.c.J(t.w).f,r=this.c +r.toString +E.ap9(new Z.agK(this,s.a),r,C.jM,t.z)}, +a8k(){this.R(new Z.agD(this)) +var s=this.c +s.toString +K.bd(s,!1).ca(0,null)}, +vn(){var s=0,r=P.K(t.z),q=1,p,o=[],n=this,m,l,k,j +var $async$vn=P.G(function(a,b){if(a===1){p=b +s=q}while(true)switch(s){case 0:q=3 +n.R(new Z.agw(n)) +s=6 +return P.L(n.r.n0(C.fk),$async$vn) +case 6:m=b +if(m!=null){P.fz(m.a) +n.R(new Z.agx(n,m))}else n.R(new Z.agy(n)) +l=n.c +l.toString +K.bd(l,!1).ca(0,null) +q=1 +s=5 +break +case 3:q=2 +j=p +H.a0(j) +throw j +s=5 +break +case 2:s=1 +break +case 5:return P.I(null,r) +case 1:return P.H(p,r)}}) +return P.J($async$vn,r)}, +vo(){var s=0,r=P.K(t.z),q=1,p,o=[],n=this,m,l,k,j +var $async$vo=P.G(function(a,b){if(a===1){p=b +s=q}while(true)switch(s){case 0:q=3 +D.h4().$1("gallery pic") +n.R(new Z.agz(n)) +s=6 +return P.L(n.r.n0(C.iW),$async$vo) +case 6:m=b +if(m!=null){P.fz(m.a) +n.R(new Z.agA(n,m))}else n.R(new Z.agB(n)) +l=n.c +l.toString +K.bd(l,!1).ca(0,null) +q=1 +s=5 +break +case 3:q=2 +j=p +H.a0(j) +throw j +s=5 +break +case 2:s=1 +break +case 5:return P.I(null,r) +case 1:return P.H(p,r)}}) +return P.J($async$vo,r)}} +Z.agC.prototype={ +$0(){var s,r=this.a,q=this.b.a,p=J.al(q) +r.db=H.cg(p.h(q,"fullName")) +s=H.cg(p.h(q,"displayName")) +r.cy=s +r.y=H.cg(p.h(q,"photo"+H.c(s)))}, +$S:0} +Z.agM.prototype={ +$0(){return L.lt(this.a).j8()}, +$S:0} +Z.agL.prototype={ +$1(a){if(a.length===0)return"Display name cannot be empty" +return null}, +$S:81} +Z.agN.prototype={ +$0(){var s=0,r=P.K(t.H),q=this,p +var $async$$0=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:p=q.a +s=p.d.gaJ().tz()?2:3 +break +case 2:$.B.C$.f.f.j8() +s=4 +return P.L(p.lY(),$async$$0) +case 4:p=q.b.J(t.Pu) +p.toString +p=p.f +p.le() +p.km(C.Om) +case 3:return P.I(null,r)}}) +return P.J($async$$0,r)}, +$S:16} +Z.agK.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j=null,i=M.bP(j,j,C.o,j,j,new S.de(C.dX,j,j,K.iB(360),j,j,C.a9),j,7,j,j,j,j,50),h=this.b.b,g=T.aU(j,h*0.025,j) +h=T.aU(j,h*0.015,j) +s=J.lD(3,t.l7) +for(r=this.a,q=r.cx,p=r.Q,o=t.p,n=r.ch,m=0;m<3;++m){l=new Z.agE().$1(C.c.b2(n,m)) +if(m===0)k=new Z.agF(r) +else k=m===1?new Z.agG(r):new Z.agH(r) +s[m]=T.c3(H.a([B.a18(new L.cd(new Z.agI().$1(C.c.b2(q,m)),j,C.j,j),l,k,C.cA),L.cf(new Z.agJ().$1(C.c.b2(p,m)),j,j,j,j,C.aF,j)],o),C.y,C.v,C.a1)}return new T.bb(C.iM,T.c3(H.a([i,g,C.i_,h,T.dj(s,C.y,C.v,C.S)],o),C.y,C.v,C.a1),j)}, +$S:88} +Z.agE.prototype={ +$1(a){return a}, +$S:91} +Z.agF.prototype={ +$0(){return this.a.a8k()}, +$S:0} +Z.agG.prototype={ +$0(){return this.a.vo()}, +$S:0} +Z.agH.prototype={ +$0(){return this.a.vn()}, +$S:0} +Z.agI.prototype={ +$1(a){return a}, +$S:94} +Z.agJ.prototype={ +$1(a){return a}, +$S:21} +Z.agD.prototype={ +$0(){this.a.y=""}, +$S:0} +Z.agw.prototype={ +$0(){this.a.z=!0}, +$S:0} +Z.agx.prototype={ +$0(){var s=this.a +s.z=!1 +s.y=this.b.a}, +$S:0} +Z.agy.prototype={ +$0(){this.a.z=!1}, +$S:0} +Z.agz.prototype={ +$0(){this.a.z=!0}, +$S:0} +Z.agA.prototype={ +$0(){var s=this.a +s.z=!1 +s.y=this.b.a}, +$S:0} +Z.agB.prototype={ +$0(){this.a.z=!1}, +$S:0} +V.oF.prototype={ +I(a,b){var s=null,r=b.J(t.w).f.a,q=r.b,p=q*0.04 +return M.ho(E.n0(s,s,s,s,s,s,C.RT),C.j,new T.bb(C.ap,T.dT(T.c3(H.a([C.S7,T.aU(s,p,s),D.dL(s,U.arN("assets/code.png",q*0.3),C.a0,!1,s,s,s,s,s,s,s,s,s,s,s,s,new V.a5K(this,b),s,s,s,s,s,s),T.aU(s,p,s),C.Sl,T.aU(s,p,s),new M.qB(r.a*0.5,q*0.055,this.ga9i(),T.dj(C.Jt,C.y,C.v,C.a1),C.be,s)],t.p),C.y,C.bS,C.S),s,s),s),s,s)}, +a9p(a){E.pU(new V.a5J(a.J(t.w).f.a),a,t.z)}, +a9j(){var s=P.aJ(["text","Add me to SimpleX Chat via link https://someLinkHere.io","subject",null],t.N,t.z) +C.LR.fQ("share",s,!1,t.H)}} +V.a5K.prototype={ +$0(){return this.a.a9p(this.b)}, +$S:0} +V.a5J.prototype={ +$1(a){var s,r=null,q=this.a,p=q.b,o=p*0.045 +q=q.a*0.5 +s=p*0.055 +return E.mY(r,T.c3(H.a([K.iF(r,C.aZ,p*0.085),T.aU(r,o,r),C.Sm,T.aU(r,o,r),new M.qB(q,s,new V.a5H(a),C.Sb,C.be,r),T.aU(r,p*0.013,r),new M.qB(q,s,new V.a5I(a),C.Sv,C.f3,r)],t.p),C.y,C.v,C.a1),r)}, +$S:79} +V.a5H.prototype={ +$0(){var s=this.a +K.bd(s,!1).ca(0,null) +K.bd(s,!1).ca(0,!0)}, +$S:0} +V.a5I.prototype={ +$0(){var s={} +s.a=0 +K.bd(this.a,!1).Rd(new V.a5G(s))}, +$S:0} +V.a5G.prototype={ +$1(a){return this.a.a++>=2}, +$S:102} +L.oN.prototype={ +ae(){return new L.Dk(new N.b3(null,t.am),D.tL(null),D.tL(null),new L.xv(),H.a(["Gallery","Camera"],t.s),H.a([C.jv,C.bB],t.bf),H.a([C.iR,C.iQ],t.G1),C.k)}} +L.Dk.prototype={ +l(a){this.aZ(0)}, +I(a,b){var s,r,q,p=this,o=null +if(p.Q){s=p.x +s.toString +s=K.iF(C.j,new M.eq(s),100)}else s=C.ln +r=p.z?C.jV:C.iV +q=t.p +q=D.dL(o,Q.oD(!0,E.m6(new T.bb(C.dI,A.amJ(T.c3(H.a([C.ya,T.dT(T.aU(T.id(C.aS,H.a([s,T.oy(0,E.lq(C.f3,r,2,C.dw,!0,p.ga9f()),o,o,o,0,o,o)],q),C.aQ),180,180),o,o),C.hd,C.yG,C.hc,new F.iI(p.e,C.ey,"e.g John",new L.ahX(),o),C.hd,C.yI,C.hc,new F.iI(p.f,C.ey,"e.g John Doe",o,o),C.hd,C.yH],q),C.bf,C.v,C.S),p.d),o),o,o,C.m),C.ae,!0),C.a0,!1,o,o,o,o,o,o,o,o,o,o,o,o,new L.ahY(b),o,o,o,o,o,o) +r=b.J(t.w).f +return M.ho(o,o,q,o,L.anZ(E.lq(o,C.fj,o,"setup",!1,new L.ahZ(p,b)),r.e.d===0))}, +mc(){var s=0,r=P.K(t.H),q=this,p,o +var $async$mc=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:s=2 +return P.L(V.dE(),$async$mc) +case 2:p=b +o=q.e +s=3 +return P.L(p.fk("String","displayName",C.b.cX(o.a.a)),$async$mc) +case 3:s=4 +return P.L(p.fk("String","fullName",C.b.cX(q.f.a.a)),$async$mc) +case 4:s=5 +return P.L(p.fk("String","photo"+C.b.cX(o.a.a),q.y),$async$mc) +case 5:D.h4().$1(H.cg(J.aL(p.a,"photo"))) +return P.I(null,r)}}) +return P.J($async$mc,r)}, +a9g(){var s=this.c +s.toString +E.ap9(new L.ahW(this),s,C.jM,t.z)}, +vy(){var s=0,r=P.K(t.z),q=1,p,o=[],n=this,m,l,k,j +var $async$vy=P.G(function(a,b){if(a===1){p=b +s=q}while(true)switch(s){case 0:q=3 +n.R(new L.ahL(n)) +s=6 +return P.L(n.r.n0(C.fk),$async$vy) +case 6:m=b +if(m!=null){n.x=P.fz(m.a) +n.R(new L.ahM(n,m))}else n.R(new L.ahN(n)) +l=n.c +l.toString +K.bd(l,!1).ca(0,null) +q=1 +s=5 +break +case 3:q=2 +j=p +H.a0(j) +throw j +s=5 +break +case 2:s=1 +break +case 5:return P.I(null,r) +case 1:return P.H(p,r)}}) +return P.J($async$vy,r)}, +vz(){var s=0,r=P.K(t.z),q=1,p,o=[],n=this,m,l,k,j +var $async$vz=P.G(function(a,b){if(a===1){p=b +s=q}while(true)switch(s){case 0:q=3 +D.h4().$1("gallery pic") +n.R(new L.ahO(n)) +s=6 +return P.L(n.r.n0(C.iW),$async$vz) +case 6:m=b +if(m!=null){n.x=P.fz(m.a) +n.R(new L.ahP(n,m))}else n.R(new L.ahQ(n)) +l=n.c +l.toString +K.bd(l,!1).ca(0,null) +q=1 +s=5 +break +case 3:q=2 +j=p +H.a0(j) +throw j +s=5 +break +case 2:s=1 +break +case 5:return P.I(null,r) +case 1:return P.H(p,r)}}) +return P.J($async$vz,r)}} +L.ahY.prototype={ +$0(){return L.lt(this.a).j8()}, +$S:0} +L.ahX.prototype={ +$1(a){if(a.length===0)return"Display name cannot be empty" +return null}, +$S:81} +L.ahZ.prototype={ +$0(){var s=0,r=P.K(t.H),q=this,p,o +var $async$$0=P.G(function(a,b){if(a===1)return P.H(b,r) +while(true)switch(s){case 0:o=q.a +s=o.d.gaJ().tz()?2:3 +break +case 2:p=q.b +L.lt(p).j8() +s=4 +return P.L(o.mc(),$async$$0) +case 4:s=5 +return P.L(K.yu(p,"/home",t.X),$async$$0) +case 5:o.e.hL(0,C.ew) +o.f.hL(0,C.ew) +o.x=null +case 3:return P.I(null,r)}}) +return P.J($async$$0,r)}, +$S:16} +L.ahW.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k=null,j=M.bP(k,k,C.o,k,k,new S.de(C.dX,k,k,K.iB(360),k,k,C.a9),k,7,k,k,k,k,50),i=J.lD(2,t.l7) +for(s=this.a,r=s.cy,q=s.ch,p=t.p,o=s.cx,n=0;n<2;++n){m=new L.ahR().$1(C.c.b2(o,n)) +l=n===0?new L.ahS(s):new L.ahT(s) +i[n]=T.c3(H.a([B.a18(new L.cd(new L.ahU().$1(C.c.b2(r,n)),k,C.j,k),m,l,C.cA),L.cf(new L.ahV().$1(C.c.b2(q,n)),k,k,k,k,C.aF,k)],p),C.y,C.v,C.a1)}return new T.bb(C.iM,T.c3(H.a([j,C.y9,C.i_,C.cs,T.dj(i,C.y,C.v,C.S)],p),C.y,C.v,C.a1),k)}, +$S:88} +L.ahR.prototype={ +$1(a){return a}, +$S:91} +L.ahS.prototype={ +$0(){return this.a.vz()}, +$S:0} +L.ahT.prototype={ +$0(){return this.a.vy()}, +$S:0} +L.ahU.prototype={ +$1(a){return a}, +$S:94} +L.ahV.prototype={ +$1(a){return a}, +$S:21} +L.ahL.prototype={ +$0(){this.a.z=!0}, +$S:0} +L.ahM.prototype={ +$0(){var s=this.a +s.z=!1 +s.Q=!0 +s.y=this.b.a}, +$S:0} +L.ahN.prototype={ +$0(){this.a.z=!1}, +$S:0} +L.ahO.prototype={ +$0(){this.a.z=!0}, +$S:0} +L.ahP.prototype={ +$0(){var s=this.a +s.z=!1 +s.Q=!0 +s.y=this.b.a}, +$S:0} +L.ahQ.prototype={ +$0(){this.a.z=!1}, +$S:0} +G.oX.prototype={ +ae(){return new G.Sc(C.k)}} +G.Sc.prototype={ +a9A(){P.nG(C.bu,new G.ai8(this),t.P)}, +aC(){this.a9A() +this.b1()}, +I(a,b){var s=null +return M.ho(s,s,T.dT(T.c3(H.a([new B.qN(G.a8M("assets/logo.svg",85),C.A,C.aU,C.LX,s),new B.qN(new K.xL(40,C.be,s),C.aU,C.aU,C.h,s)],t.p),C.y,C.bS,C.S),s,s),s,s)}} +G.ai8.prototype={ +$0(){var s=this.a.c +s.toString +K.yu(s,"/intro",t.X)}, +$S:3} +M.qB.prototype={ +I(a,b){var s=this +return T.aU(B.a18(s.f,s.r,s.e,new X.d9(K.iB(5),C.w)),s.d,s.c)}} +F.iI.prototype={ +ae(){return new F.O7(O.xc(!0,null,!0,null,null,!1),C.k)}} +F.O7.prototype={ +l(a){this.d.l(0) +this.aZ(0)}, +I(a,b){var s,r=null,q=b.J(t.w).f,p=K.iB(8),o=this.a,n=o.c,m=o.d +o=o.e +s=K.an(b) +return M.bP(r,E.atq(n,L.amQ(r,r,r,C.Gq,r,r,r,r,!0,C.t3,C.t4,r,r,r,C.ar.h(0,200),!0,r,r,r,C.t3,C.t4,r,r,r,r,s.a2.Q,o,r,r,r,!1,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r),r,m,1,C.yo,C.ex,this.a.f),C.o,r,r,new S.de(r,r,r,p,r,r,C.a9),r,r,r,r,r,r,q.a.a*0.89)}} +Z.rl.prototype={ +ae(){return new Z.PV(C.k)}, +de(a){return this.d.$0()}} +Z.PV.prototype={ +I(a,b){var s=null,r=this.a,q=r.e,p=q?C.dD:C.dC,o=L.cf(r.c,s,s,s,C.yw,s,s),n=q?C.zv:C.zw +q=q?C.ju:C.be +return new T.bb(C.dH,T.c3(H.a([o,C.O9,M.k4(C.N,n,new T.bb(C.Gr,L.cf(r.d,s,s,s,C.R6,s,s),s),C.o,q,1,s,s,s,s,C.bm)],t.p),p,C.v,C.S),s)}} +E.kE.prototype={ +gn(a){return this.b}, +h(a,b){if(b>=this.b)throw H.b(P.bT(b,this,null,null,null)) +return this.a[b]}, +p(a,b,c){if(b>=this.b)throw H.b(P.bT(b,this,null,null,null)) +this.a[b]=c}, +sn(a,b){var s,r,q,p=this,o=p.b +if(bo){if(o===0)q=new Uint8Array(b) +else q=p.A1(b) +C.a5.cZ(q,0,p.b,p.a) +p.a=q}}p.b=b}, +e_(a,b){var s=this,r=s.b +if(r===s.a.length)s.N2(r) +s.a[s.b++]=b}, +H(a,b){var s=this,r=s.b +if(r===s.a.length)s.N2(r) +s.a[s.b++]=b}, +iy(a,b,c,d){P.d8(c,"start") +if(d!=null&&c>d)throw H.b(P.bv(d,c,null,"end",null)) +this.a_T(b,c,d)}, +O(a,b){return this.iy(a,b,0,null)}, +a_T(a,b,c){var s,r,q +if(t.j.b(a))c=c==null?a.length:c +if(c!=null){this.a6s(this.b,a,b,c) +return}for(s=J.aP(a),r=0;s.t();){q=s.gE(s) +if(r>=b)this.e_(0,q);++r}if(rs||d>s)throw H.b(P.V("Too few elements"))}r=d-c +q=o.b+r +o.a2D(q) +s=o.a +p=a+r +C.a5.bj(s,p,o.b+r,s,a) +C.a5.bj(o.a,a,p,b,c) +o.b=q}, +a2D(a){var s,r=this +if(a<=r.a.length)return +s=r.A1(a) +C.a5.cZ(s,0,r.b,r.a) +r.a=s}, +A1(a){var s=this.a.length*2 +if(a!=null&&ss)throw H.b(P.bv(c,0,s,null,null)) +s=this.a +if(H.o(this).j("kE").b(d))C.a5.bj(s,b,c,d.a,e) +else C.a5.bj(s,b,c,d,e)}, +cZ(a,b,c,d){return this.bj(a,b,c,d,0)}} +E.Pw.prototype={} +E.Mq.prototype={} +A.akJ.prototype={ +$2(a,b){var s=a+J.e7(b)&536870911 +s=s+((s&524287)<<10)&536870911 +return s^s>>>6}, +$S:472} +T.oa.prototype={ +b0(a){var s=a.a,r=this.a +r[15]=s[15] +r[14]=s[14] +r[13]=s[13] +r[12]=s[12] +r[11]=s[11] +r[10]=s[10] +r[9]=s[9] +r[8]=s[8] +r[7]=s[7] +r[6]=s[6] +r[5]=s[5] +r[4]=s[4] +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +i(a){var s=this +return"[0] "+s.fF(0).i(0)+"\n[1] "+s.fF(1).i(0)+"\n[2] "+s.fF(2).i(0)+"\n[3] "+s.fF(3).i(0)+"\n"}, +h(a,b){return this.a[b]}, +k(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof T.oa){s=this.a +r=s[0] +q=b.a +s=r===q[0]&&s[1]===q[1]&&s[2]===q[2]&&s[3]===q[3]&&s[4]===q[4]&&s[5]===q[5]&&s[6]===q[6]&&s[7]===q[7]&&s[8]===q[8]&&s[9]===q[9]&&s[10]===q[10]&&s[11]===q[11]&&s[12]===q[12]&&s[13]===q[13]&&s[14]===q[14]&&s[15]===q[15]}else s=!1 +return s}, +gu(a){return A.EC(this.a)}, +fF(a){var s=new Float32Array(4),r=this.a +s[0]=r[a] +s[1]=r[4+a] +s[2]=r[8+a] +s[3]=r[12+a] +return new T.ph(s)}, +a_(a,b){var s=new T.oa(new Float32Array(16)) +s.b0(this) +s.fH(0,b,null,null) +return s}, +P(a,b){var s,r=new Float32Array(16),q=new T.oa(r) +q.b0(this) +s=b.a +r[0]=r[0]+s[0] +r[1]=r[1]+s[1] +r[2]=r[2]+s[2] +r[3]=r[3]+s[3] +r[4]=r[4]+s[4] +r[5]=r[5]+s[5] +r[6]=r[6]+s[6] +r[7]=r[7]+s[7] +r[8]=r[8]+s[8] +r[9]=r[9]+s[9] +r[10]=r[10]+s[10] +r[11]=r[11]+s[11] +r[12]=r[12]+s[12] +r[13]=r[13]+s[13] +r[14]=r[14]+s[14] +r[15]=r[15]+s[15] +return q}, +a7(a,b){var s,r=new Float32Array(16),q=new T.oa(r) +q.b0(this) +s=b.a +r[0]=r[0]-s[0] +r[1]=r[1]-s[1] +r[2]=r[2]-s[2] +r[3]=r[3]-s[3] +r[4]=r[4]-s[4] +r[5]=r[5]-s[5] +r[6]=r[6]-s[6] +r[7]=r[7]-s[7] +r[8]=r[8]-s[8] +r[9]=r[9]-s[9] +r[10]=r[10]-s[10] +r[11]=r[11]-s[11] +r[12]=r[12]-s[12] +r[13]=r[13]-s[13] +r[14]=r[14]-s[14] +r[15]=r[15]-s[15] +return q}, +Fm(a){var s=Math.cos(a),r=Math.sin(a),q=this.a,p=q[0],o=q[4],n=q[1],m=q[5],l=q[2],k=q[6],j=q[3],i=q[7],h=-r +q[0]=p*s+o*r +q[1]=n*s+m*r +q[2]=l*s+k*r +q[3]=j*s+i*r +q[4]=p*h+o*s +q[5]=n*h+m*s +q[6]=l*h+k*s +q[7]=j*h+i*s}, +fH(a,b,c,d){var s=c==null?b:c,r=this.a +r[0]=r[0]*b +r[1]=r[1]*b +r[2]=r[2]*b +r[3]=r[3]*b +r[4]=r[4]*s +r[5]=r[5]*s +r[6]=r[6]*s +r[7]=r[7]*s +r[8]=r[8]*b +r[9]=r[9]*b +r[10]=r[10]*b +r[11]=r[11]*b +r[12]=r[12] +r[13]=r[13] +r[14]=r[14] +r[15]=r[15]}, +cE(a,b,c){return this.fH(a,b,c,null)}, +cz(){var s=this.a +s[0]=1 +s[1]=0 +s[2]=0 +s[3]=0 +s[4]=0 +s[5]=1 +s[6]=0 +s[7]=0 +s[8]=0 +s[9]=0 +s[10]=1 +s[11]=0 +s[12]=0 +s[13]=0 +s[14]=0 +s[15]=1}} +T.ph.prototype={ +b0(a){var s=a.a,r=this.a +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +i(a){var s=this.a +return H.c(s[0])+","+H.c(s[1])+","+H.c(s[2])+","+H.c(s[3])}, +k(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof T.ph){s=this.a +r=s[0] +q=b.a +s=r===q[0]&&s[1]===q[1]&&s[2]===q[2]&&s[3]===q[3]}else s=!1 +return s}, +gu(a){return A.EC(this.a)}, +a7(a,b){var s,r=new Float32Array(4),q=new T.ph(r) +q.b0(this) +s=b.a +r[0]=r[0]-s[0] +r[1]=r[1]-s[1] +r[2]=r[2]-s[2] +r[3]=r[3]-s[3] +return q}, +P(a,b){var s,r=new Float32Array(4),q=new T.ph(r) +q.b0(this) +s=b.a +r[0]=r[0]+s[0] +r[1]=r[1]+s[1] +r[2]=r[2]+s[2] +r[3]=r[3]+s[3] +return q}, +a_(a,b){var s=new Float32Array(4),r=new T.ph(s) +r.b0(this) +s[0]=s[0]*b +s[1]=s[1]*b +s[2]=s[2]*b +s[3]=s[3]*b +return r}, +h(a,b){return this.a[b]}, +gn(a){var s=this.a,r=s[0],q=s[1],p=s[2] +s=s[3] +return Math.sqrt(r*r+q*q+p*p+s*s)}} +E.o9.prototype={ +b0(a){var s=a.a,r=this.a +r[8]=s[8] +r[7]=s[7] +r[6]=s[6] +r[5]=s[5] +r[4]=s[4] +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +i(a){return"[0] "+this.fF(0).i(0)+"\n[1] "+this.fF(1).i(0)+"\n[2] "+this.fF(2).i(0)+"\n"}, +h(a,b){return this.a[b]}, +k(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof E.o9){s=this.a +r=s[0] +q=b.a +s=r===q[0]&&s[1]===q[1]&&s[2]===q[2]&&s[3]===q[3]&&s[4]===q[4]&&s[5]===q[5]&&s[6]===q[6]&&s[7]===q[7]&&s[8]===q[8]}else s=!1 +return s}, +gu(a){return A.EC(this.a)}, +fF(a){var s=new Float64Array(3),r=this.a +s[0]=r[a] +s[1]=r[3+a] +s[2]=r[6+a] +return new E.db(s)}, +a_(a,b){var s=new Float64Array(9),r=new E.o9(s) +r.b0(this) +s[0]=s[0]*b +s[1]=s[1]*b +s[2]=s[2]*b +s[3]=s[3]*b +s[4]=s[4]*b +s[5]=s[5]*b +s[6]=s[6]*b +s[7]=s[7]*b +s[8]=s[8]*b +return r}, +P(a,b){var s,r=new Float64Array(9),q=new E.o9(r) +q.b0(this) +s=b.a +r[0]=r[0]+s[0] +r[1]=r[1]+s[1] +r[2]=r[2]+s[2] +r[3]=r[3]+s[3] +r[4]=r[4]+s[4] +r[5]=r[5]+s[5] +r[6]=r[6]+s[6] +r[7]=r[7]+s[7] +r[8]=r[8]+s[8] +return q}, +a7(a,b){var s,r=new Float64Array(9),q=new E.o9(r) +q.b0(this) +s=b.a +r[0]=r[0]-s[0] +r[1]=r[1]-s[1] +r[2]=r[2]-s[2] +r[3]=r[3]-s[3] +r[4]=r[4]-s[4] +r[5]=r[5]-s[5] +r[6]=r[6]-s[6] +r[7]=r[7]-s[7] +r[8]=r[8]-s[8] +return q}} +E.ap.prototype={ +hd(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var s=this.a +s[15]=p +s[14]=o +s[13]=n +s[12]=m +s[11]=l +s[10]=k +s[9]=j +s[8]=i +s[7]=h +s[6]=g +s[5]=f +s[4]=e +s[3]=d +s[2]=c +s[1]=b +s[0]=a}, +b0(a){var s=a.a,r=this.a +r[15]=s[15] +r[14]=s[14] +r[13]=s[13] +r[12]=s[12] +r[11]=s[11] +r[10]=s[10] +r[9]=s[9] +r[8]=s[8] +r[7]=s[7] +r[6]=s[6] +r[5]=s[5] +r[4]=s[4] +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +i(a){var s=this +return"[0] "+s.fF(0).i(0)+"\n[1] "+s.fF(1).i(0)+"\n[2] "+s.fF(2).i(0)+"\n[3] "+s.fF(3).i(0)+"\n"}, +h(a,b){return this.a[b]}, +k(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof E.ap){s=this.a +r=s[0] +q=b.a +s=r===q[0]&&s[1]===q[1]&&s[2]===q[2]&&s[3]===q[3]&&s[4]===q[4]&&s[5]===q[5]&&s[6]===q[6]&&s[7]===q[7]&&s[8]===q[8]&&s[9]===q[9]&&s[10]===q[10]&&s[11]===q[11]&&s[12]===q[12]&&s[13]===q[13]&&s[14]===q[14]&&s[15]===q[15]}else s=!1 +return s}, +gu(a){return A.EC(this.a)}, +yI(a,b){var s=b.a,r=this.a +r[a]=s[0] +r[4+a]=s[1] +r[8+a]=s[2] +r[12+a]=s[3]}, +fF(a){var s=new Float64Array(4),r=this.a +s[0]=r[a] +s[1]=r[4+a] +s[2]=r[8+a] +s[3]=r[12+a] +return new E.ik(s)}, +a_(a,b){var s +if(typeof b=="number"){s=new E.ap(new Float64Array(16)) +s.b0(this) +s.fH(0,b,null,null) +return s}if(b instanceof E.ap)return this.ew(b) +throw H.b(P.ci(b,null))}, +P(a,b){var s,r=new Float64Array(16),q=new E.ap(r) +q.b0(this) +s=b.a +r[0]=r[0]+s[0] +r[1]=r[1]+s[1] +r[2]=r[2]+s[2] +r[3]=r[3]+s[3] +r[4]=r[4]+s[4] +r[5]=r[5]+s[5] +r[6]=r[6]+s[6] +r[7]=r[7]+s[7] +r[8]=r[8]+s[8] +r[9]=r[9]+s[9] +r[10]=r[10]+s[10] +r[11]=r[11]+s[11] +r[12]=r[12]+s[12] +r[13]=r[13]+s[13] +r[14]=r[14]+s[14] +r[15]=r[15]+s[15] +return q}, +a7(a,b){var s,r=new Float64Array(16),q=new E.ap(r) +q.b0(this) +s=b.a +r[0]=r[0]-s[0] +r[1]=r[1]-s[1] +r[2]=r[2]-s[2] +r[3]=r[3]-s[3] +r[4]=r[4]-s[4] +r[5]=r[5]-s[5] +r[6]=r[6]-s[6] +r[7]=r[7]-s[7] +r[8]=r[8]-s[8] +r[9]=r[9]-s[9] +r[10]=r[10]-s[10] +r[11]=r[11]-s[11] +r[12]=r[12]-s[12] +r[13]=r[13]-s[13] +r[14]=r[14]-s[14] +r[15]=r[15]-s[15] +return q}, +an(a,a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b +if(typeof a0!="number")throw H.b(P.c7(null)) +s=a0 +r=this.a +q=r[0] +p=r[4] +o=r[8] +n=r[12] +m=r[1] +l=r[5] +k=r[9] +j=r[13] +i=r[2] +h=r[6] +g=r[10] +f=r[14] +e=r[3] +d=r[7] +c=r[11] +b=r[15] +r[12]=q*s+p*a1+o*0+n +r[13]=m*s+l*a1+k*0+j +r[14]=i*s+h*a1+g*0+f +r[15]=e*s+d*a1+c*0+b}, +fH(a,b,c,d){var s,r,q,p +if(b instanceof E.db){s=b.a +r=s[0] +q=s[1] +p=s[2]}else{if(typeof b=="number"){q=c==null?b:c +p=d==null?b:d}else throw H.b(P.c7(null)) +r=b}s=this.a +s[0]=s[0]*r +s[1]=s[1]*r +s[2]=s[2]*r +s[3]=s[3]*r +s[4]=s[4]*q +s[5]=s[5]*q +s[6]=s[6]*q +s[7]=s[7]*q +s[8]=s[8]*p +s[9]=s[9]*p +s[10]=s[10]*p +s[11]=s[11]*p +s[12]=s[12] +s[13]=s[13] +s[14]=s[14] +s[15]=s[15]}, +bO(a,b){return this.fH(a,b,null,null)}, +yJ(){var s=this.a +s[0]=0 +s[1]=0 +s[2]=0 +s[3]=0 +s[4]=0 +s[5]=0 +s[6]=0 +s[7]=0 +s[8]=0 +s[9]=0 +s[10]=0 +s[11]=0 +s[12]=0 +s[13]=0 +s[14]=0 +s[15]=0}, +cz(){var s=this.a +s[0]=1 +s[1]=0 +s[2]=0 +s[3]=0 +s[4]=0 +s[5]=1 +s[6]=0 +s[7]=0 +s[8]=0 +s[9]=0 +s[10]=1 +s[11]=0 +s[12]=0 +s[13]=0 +s[14]=0 +s[15]=1}, +kU(b5){var s,r,q,p,o=b5.a,n=o[0],m=o[1],l=o[2],k=o[3],j=o[4],i=o[5],h=o[6],g=o[7],f=o[8],e=o[9],d=o[10],c=o[11],b=o[12],a=o[13],a0=o[14],a1=o[15],a2=n*i-m*j,a3=n*h-l*j,a4=n*g-k*j,a5=m*h-l*i,a6=m*g-k*i,a7=l*g-k*h,a8=f*a-e*b,a9=f*a0-d*b,b0=f*a1-c*b,b1=e*a0-d*a,b2=e*a1-c*a,b3=d*a1-c*a0,b4=a2*b3-a3*b2+a4*b1+a5*b0-a6*a9+a7*a8 +if(b4===0){this.b0(b5) +return 0}s=1/b4 +r=this.a +r[0]=(i*b3-h*b2+g*b1)*s +r[1]=(-m*b3+l*b2-k*b1)*s +r[2]=(a*a7-a0*a6+a1*a5)*s +r[3]=(-e*a7+d*a6-c*a5)*s +q=-j +r[4]=(q*b3+h*b0-g*a9)*s +r[5]=(n*b3-l*b0+k*a9)*s +p=-b +r[6]=(p*a7+a0*a4-a1*a3)*s +r[7]=(f*a7-d*a4+c*a3)*s +r[8]=(j*b2-i*b0+g*a8)*s +r[9]=(-n*b2+m*b0-k*a8)*s +r[10]=(b*a6-a*a4+a1*a2)*s +r[11]=(-f*a6+e*a4-c*a2)*s +r[12]=(q*b1+i*a9-h*a8)*s +r[13]=(n*b1-m*a9+l*a8)*s +r[14]=(p*a5+a*a3-a0*a2)*s +r[15]=(f*a5-e*a3+d*a2)*s +return b4}, +co(b5,b6){var s=this.a,r=s[0],q=s[4],p=s[8],o=s[12],n=s[1],m=s[5],l=s[9],k=s[13],j=s[2],i=s[6],h=s[10],g=s[14],f=s[3],e=s[7],d=s[11],c=s[15],b=b6.a,a=b[0],a0=b[4],a1=b[8],a2=b[12],a3=b[1],a4=b[5],a5=b[9],a6=b[13],a7=b[2],a8=b[6],a9=b[10],b0=b[14],b1=b[3],b2=b[7],b3=b[11],b4=b[15] +s[0]=r*a+q*a3+p*a7+o*b1 +s[4]=r*a0+q*a4+p*a8+o*b2 +s[8]=r*a1+q*a5+p*a9+o*b3 +s[12]=r*a2+q*a6+p*b0+o*b4 +s[1]=n*a+m*a3+l*a7+k*b1 +s[5]=n*a0+m*a4+l*a8+k*b2 +s[9]=n*a1+m*a5+l*a9+k*b3 +s[13]=n*a2+m*a6+l*b0+k*b4 +s[2]=j*a+i*a3+h*a7+g*b1 +s[6]=j*a0+i*a4+h*a8+g*b2 +s[10]=j*a1+i*a5+h*a9+g*b3 +s[14]=j*a2+i*a6+h*b0+g*b4 +s[3]=f*a+e*a3+d*a7+c*b1 +s[7]=f*a0+e*a4+d*a8+c*b2 +s[11]=f*a1+e*a5+d*a9+c*b3 +s[15]=f*a2+e*a6+d*b0+c*b4}, +ew(a){var s=new E.ap(new Float64Array(16)) +s.b0(this) +s.co(0,a) +return s}, +OR(b1,b2,b3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0=$.as8 +if(b0==null)b0=$.as8=new E.db(new Float64Array(3)) +s=this.a +b0.hH(s[0],s[1],s[2]) +r=Math.sqrt(b0.gmD()) +b0.hH(s[4],s[5],s[6]) +q=Math.sqrt(b0.gmD()) +b0.hH(s[8],s[9],s[10]) +p=Math.sqrt(b0.gmD()) +o=s[0] +n=s[5] +m=s[1] +l=s[4] +k=o*n-m*l +j=s[6] +i=s[2] +h=o*j-i*l +g=s[7] +f=s[3] +e=o*g-f*l +d=m*j-i*n +c=m*g-f*n +b=i*g-f*j +j=s[8] +f=s[9] +g=s[10] +i=s[11] +n=s[12] +if(-(f*b-g*c+i*d)*n+(j*b-g*e+i*h)*s[13]-(j*c-f*e+i*k)*s[14]+(j*d-f*h+g*k)*s[15]<0)r=-r +o=b1.a +o[0]=n +o[1]=s[13] +o[2]=s[14] +a=1/r +a0=1/q +a1=1/p +a2=$.as6 +if(a2==null)a2=$.as6=new E.ap(new Float64Array(16)) +a2.b0(this) +s=a2.a +s[0]=s[0]*a +s[1]=s[1]*a +s[2]=s[2]*a +s[4]=s[4]*a0 +s[5]=s[5]*a0 +s[6]=s[6]*a0 +s[8]=s[8]*a1 +s[9]=s[9]*a1 +s[10]=s[10]*a1 +a3=$.as7 +if(a3==null)a3=$.as7=new E.o9(new Float64Array(9)) +a4=a3.a +a4[0]=s[0] +a4[1]=s[1] +a4[2]=s[2] +a4[3]=s[4] +a4[4]=s[5] +a4[5]=s[6] +a4[6]=s[8] +a4[7]=s[9] +a4[8]=s[10] +s=a4[0] +o=a4[4] +n=a4[8] +a5=0+s+o+n +if(a5>0){a6=Math.sqrt(a5+1) +s=b2.a +s[3]=a6*0.5 +a6=0.5/a6 +s[0]=(a4[5]-a4[7])*a6 +s[1]=(a4[6]-a4[2])*a6 +s[2]=(a4[1]-a4[3])*a6}else{if(s1&&a[0]==="#"){if(s>2){s=a[1] +s=s==="x"||s==="X"}else s=!1 +if(s)return H.bV(P.e5(C.b.bv(a,2),16)) +else return H.bV(P.e5(C.b.bv(a,1),null))}else return C.Lc.h(0,a)}, +adD(a,b){switch(b){case C.ky:return H.als(a,$.axS(),T.aJR(),null) +case C.kz:return H.als(a,$.axv(),T.aJQ(),null)}}} +S.u6.prototype={} +M.B3.prototype={ +CB(){var s=t.F,r=this.gpB() +return Q.bC(Q.bC(Q.bC(Q.bC(new F.bk(this.gFd(),C.L,s),new F.bk(r,C.L,s)),D.cL("=")),new F.bk(r,C.L,s)),new F.bk(this.gO5(),C.L,s))}, +abc(){var s=t.F +return O.fu(new F.bk(this.gabd(),C.L,s),new F.bk(this.gabf(),C.L,s))}, +abe(){return Q.bC(Q.bC(D.cL('"'),new L.u5(this.a,'"',34,0)),D.cL('"'))}, +abg(){return Q.bC(Q.bC(D.cL("'"),new L.u5(this.a,"'",39,0)),D.cL("'"))}, +abm(a){var s=t.F +return Z.rN(new R.rE(1,Q.bC(new F.bk(this.gyR(),C.L,s),new F.bk(this.gabb(),C.L,s)),t.L9),0,-1,t.z)}, +D1(){return Q.bC(Q.bC(D.cL(""),0,-1,t.N),t.Ii)),D.cL("-->"))}, +CP(){return Q.bC(Q.bC(D.cL(""),0,-1,t.N),t.Ii)),D.cL("]]>"))}, +Dr(){var s=t.F +return Q.bC(Q.bC(Q.bC(D.cL(""))}, +DM(){var s=this,r=t.F,q=s.gpB(),p=t.z +return Q.bC(Q.bC(Q.bC(Q.bC(D.cL(""))}, +Fc(){var s=t.F +return Q.bC(Q.bC(Q.bC(D.cL(""),0,-1,t.N),t.Ii)),t.L9),t.Aw)),D.cL("?>"))}, +ahA(){return new F.bk(this.gEZ(),C.L,t.F)}, +CS(){return new L.u5(this.a,"<",60,1)}, +TZ(){return Z.rN(new G.nf(C.lh,"whitespace expected"),1,-1,t.N)}, +U_(){return Z.rN(new G.nf(C.lh,"whitespace expected"),0,-1,t.N)}, +agt(){var s=t.F +return new K.iK("Expected name",Q.bC(new F.bk(this.gagr(),C.L,s),Z.rN(new F.bk(this.gagp(),C.L,s),0,-1,t.z)),t.vo)}, +ags(){return E.aw5(":A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c-\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd",null)}, +agq(){return E.aw5(":A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c-\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd-.0-9\xb7\u0300-\u036f\u203f-\u2040",null)}} +D.B1.prototype={ +i(a){return this.b}} +B.MN.prototype={ +h(a,b){var s,r,q,p=this.c +if(!p.aL(0,b)){p.p(0,b,this.a.$1(b)) +for(s=this.b;p.gn(p)>s;){r=p.gaA(p) +q=r.gX(r) +if(!q.t())H.f(H.bU()) +p.v(0,q.gE(q))}}p=p.h(0,b) +p.toString +return p}} +L.u5.prototype={ +cC(a){var s,r,q,p,o,n,m,l=a.a,k=l.length,j=new P.c6(""),i=a.b +for(s=this.c,r=this.a,q=i;i") +return null}, +gu(a){return(H.ea(C.Uk)^C.b.gu(this.b))>>>0}, +k(a,b){if(b==null)return!1 +return b instanceof L.ms&&b.b===this.b}, +de(a){return this.b.$0()}} +R.pk.prototype={ +kI(a,b){var s=b.a.a +s.$1("") +return null}, +gu(a){return(H.ea(C.Ul)^C.b.gu(this.b))>>>0}, +k(a,b){if(b==null)return!1 +return b instanceof R.pk&&b.b===this.b}, +de(a){return this.b.$0()}} +L.pl.prototype={ +kI(a,b){var s=b.a.a +s.$1("") +return null}, +gu(a){return(H.ea(C.Um)^C.f_.Q_(0,this.b))>>>0}, +k(a,b){if(b==null)return!1 +return b instanceof L.pl&&C.f_.Pi(b.b,this.b)}} +Q.pm.prototype={ +kI(a,b){var s=b.a.a +s.$1("") +return null}, +gu(a){return(H.ea(C.Un)^C.b.gu(this.b))>>>0}, +k(a,b){if(b==null)return!1 +return b instanceof Q.pm&&b.b===this.b}, +de(a){return this.b.$0()}} +L.fW.prototype={ +kI(a,b){var s=b.a.a +s.$1("") +return null}, +gu(a){return(H.ea(C.yQ)^C.b.gu(this.b))>>>0}, +k(a,b){if(b==null)return!1 +return b instanceof L.fW&&b.b===this.b}, +gaT(a){return this.b}} +L.Tt.prototype={} +R.pn.prototype={ +kI(a,b){var s,r=b.a.a +r.$1("") +return null}, +gu(a){return(H.ea(C.Uo)^C.b.gu(this.c)^C.b.gu(this.b))>>>0}, +k(a,b){if(b==null)return!1 +return b instanceof R.pn&&b.b===this.b&&b.c===this.c}, +de(a){return this.c.$0()}} +V.eW.prototype={ +kI(a,b){var s=b.a.a +s.$1("<") +s.$1(this.b) +b.NM(this.c) +if(this.d)s.$1("/>") +else s.$1(">") +return null}, +gu(a){var s=H.ea(C.yQ),r=C.b.gu(this.b),q=this.d?519018:218159 +return(s^r^q^C.f_.Q_(0,this.c))>>>0}, +k(a,b){if(b==null)return!1 +return b instanceof V.eW&&b.b===this.b&&b.d===this.d&&C.f_.Pi(b.c,this.c)}, +gaT(a){return this.b}} +V.Tx.prototype={} +L.mt.prototype={ +kI(a,b){var s=H.als(this.b,$.ay8(),T.aJS(),null) +b.a.a.$1(s) +return null}, +gu(a){return(H.ea(C.Up)^C.b.gu(this.b))>>>0}, +k(a,b){if(b==null)return!1 +return b instanceof L.mt&&b.b===this.b}, +de(a){return this.b.$0()}} +Z.aan.prototype={ +gE(a){var s=this.c +return s==null?H.f(H.u("_current")):s}, +t(){var s,r,q,p,o=this,n=o.b +if(n!=null){s=o.a.cC(n) +if(s.glh()){o.b=s +o.c=s.gm(s) +return!0}else{r=n.b +if(r"),D.cL("/>"))),new G.aam(),!1,t.j,t.z)}, +CB(){var s=t.z +return A.fc(this.Wt(),new G.aae(),!1,s,s)}, +adI(a){var s=t.F +return A.fc(Q.bC(Q.bC(Q.bC(D.cL("")),new G.aak(),!1,t.j,t.z)}, +D1(){var s=t.z +return A.fc(this.Ww(),new G.aah(),!1,s,s)}, +CP(){var s=t.z +return A.fc(this.Wu(),new G.aaf(),!1,s,s)}, +Dr(){var s=t.z +return A.fc(this.Wx(),new G.aai(),!1,s,s)}, +Fc(){var s=t.z +return A.fc(this.Wz(),new G.aal(),!1,s,s)}, +DM(){var s=t.z +return A.fc(this.Wy(),new G.aaj(),!1,s,s)}} +G.aag.prototype={ +$1(a){return new L.mt(a,null)}, +$S:474} +G.aam.prototype={ +$1(a){var s=J.al(a) +return new V.eW(s.h(a,1),J.mT(s.h(a,2),t.wG),J.e(s.h(a,4),"/>"),null)}, +$S:475} +G.aae.prototype={ +$1(a){var s=J.al(a),r=s.h(a,0),q=J.aL(s.h(a,4),1) +return new R.fX(r,q,J.e(J.aL(s.h(a,4),0),'"')?C.kz:C.ky,null)}, +$S:476} +G.aak.prototype={ +$1(a){return new L.fW(J.aL(a,1),null)}, +$S:477} +G.aah.prototype={ +$1(a){return new R.pk(J.aL(a,1),null)}, +$S:478} +G.aaf.prototype={ +$1(a){return new L.ms(J.aL(a,1),null)}, +$S:479} +G.aai.prototype={ +$1(a){return new L.pl(J.mT(J.aL(a,1),t.wG),null)}, +$S:480} +G.aal.prototype={ +$1(a){var s=J.al(a) +return new R.pn(s.h(a,1),s.h(a,2),null)}, +$S:481} +G.aaj.prototype={ +$1(a){return new Q.pm(J.aL(a,2),null)}, +$S:482} +G.akz.prototype={ +$1(a){var s=new G.MP(a) +return s.a3N(new F.bk(s.ghJ(s),C.j5,t.F))}, +$S:483} +B.Gt.prototype={} +R.fX.prototype={ +gu(a){return C.b.gu(this.a)^C.b.gu(this.b)}, +k(a,b){if(b==null)return!1 +return b instanceof R.fX&&b.a===this.a&&b.b===this.b&&b.c===this.c}, +gaT(a){return this.a}} +R.Tu.prototype={} +R.Tv.prototype={} +T.B2.prototype={} +L.MT.prototype={} +B.MR.prototype={ +aiQ(a){return a.kI(0,this)}};(function aliases(){var s=H.RN.prototype +s.Xa=s.aP +s.Xg=s.bf +s.Xe=s.aU +s.Xj=s.an +s.Xh=s.cE +s.Xf=s.h7 +s.Xi=s.aa +s.Xd=s.iE +s.Xc=s.kR +s.Xb=s.eY +s=H.h9.prototype +s.Um=s.jv +s.Un=s.jw +s.Uo=s.CX +s.Up=s.kS +s.Uq=s.jE +s.Ur=s.en +s.Us=s.hv +s.Ut=s.i1 +s.Uu=s.iJ +s.Uv=s.i2 +s.Uw=s.rk +s.Ux=s.eL +s.Uy=s.bW +s.Uz=s.i3 +s.UA=s.cv +s.UB=s.cA +s.UC=s.i4 +s.UD=s.aU +s.UE=s.mS +s.UF=s.h7 +s.UG=s.bf +s.UH=s.df +s.UI=s.ys +s.UJ=s.cE +s.UK=s.aa +s.UL=s.an +s=H.qv.prototype +s.UR=s.jY +s=H.Bw.prototype +s.Hr=s.c4 +s=H.xl.prototype +s.V7=s.A3 +s=H.di.prototype +s.Vz=s.xS +s.Vy=s.w3 +s.Ha=s.bB +s.H9=s.vQ +s.ze=s.bm +s.Hd=s.ln +s.Hb=s.i0 +s.Hc=s.tb +s=H.dZ.prototype +s.Vx=s.ic +s.nf=s.bm +s.zd=s.i0 +s=H.wA.prototype +s.z5=s.ox +s.UW=s.FI +s.UU=s.iI +s.UV=s.DS +s=H.CL.prototype +s.WR=s.i0 +s=J.i.prototype +s.Vd=s.i +s=J.U.prototype +s.Vf=s.i +s=H.es.prototype +s.Vg=s.Qj +s.Vh=s.Qk +s.Vj=s.Qm +s.Vi=s.Ql +s=P.N.prototype +s.H5=s.bj +s=P.p.prototype +s.Ve=s.y9 +s=P.z.prototype +s.zb=s.k +s.bR=s.i +s=W.az.prototype +s.z7=s.hZ +s=W.a6.prototype +s.V1=s.kK +s=W.Dn.prototype +s.Xy=s.kM +s=P.jZ.prototype +s.Vk=s.h +s.Vl=s.p +s=P.uB.prototype +s.Hs=s.p +s=P.k.prototype +s.UM=s.k +s.UN=s.i +s=X.bZ.prototype +s.tX=s.tt +s=Z.yF.prototype +s.Vv=s.aa +s=S.vK.prototype +s.pG=s.l +s=F.Eb.prototype +s.XR=s.l +s=N.Fj.prototype +s.Ue=s.h0 +s.Uf=s.jO +s.Ug=s.FE +s=B.b2.prototype +s.Uk=s.ad +s.Ul=s.Y +s.hK=s.l +s.GT=s.ap +s=B.ef.prototype +s.hL=s.sm +s=Y.am.prototype +s.UY=s.cD +s=Y.iJ.prototype +s.UZ=s.cD +s=B.F.prototype +s.z0=s.aq +s.d_=s.af +s.GQ=s.fU +s.z1=s.iK +s=N.xi.prototype +s.V6=s.Es +s.V5=s.DJ +s=T.fb.prototype +s.Vn=s.h2 +s=S.cN.prototype +s.pI=s.h2 +s.H2=s.l +s=S.c5.prototype +s.u0=s.hq +s.Vq=s.ou +s.H6=s.V +s.u1=s.l +s.Vr=s.yV +s.H7=s.fK +s=S.rP.prototype +s.VA=s.hq +s.He=s.fS +s.VB=s.fB +s=N.fk.prototype +s.Wk=s.h2 +s=K.E6.prototype +s.XM=s.l +s=K.E8.prototype +s.XN=s.l +s=K.E9.prototype +s.XP=s.aC +s.XO=s.l +s=Z.BA.prototype +s.WC=s.l +s=R.Eh.prototype +s.XY=s.aC +s.XX=s.dK +s=L.E5.prototype +s.XL=s.l +s=L.Eg.prototype +s.XW=s.l +s=L.Ei.prototype +s.Y_=s.l +s.XZ=s.aM +s=M.iM.prototype +s.ne=s.l +s=U.Ea.prototype +s.XQ=s.l +s=Y.vf.prototype +s.Y1=s.l +s=Y.vg.prototype +s.Y2=s.l +s=M.De.prototype +s.Xl=s.l +s.Xk=s.aM +s=M.Df.prototype +s.Xn=s.l +s.Xm=s.aM +s=M.Dg.prototype +s.Xp=s.be +s.Xo=s.aM +s.Xq=s.l +s=M.Ee.prototype +s.XU=s.l +s=Z.Em.prototype +s.Y6=s.be +s.Y5=s.aM +s.Y7=s.l +s=S.Eo.prototype +s.Y9=s.l +s=K.vX.prototype +s.Ui=s.z_ +s.Uh=s.H +s=Y.bN.prototype +s.lM=s.e5 +s.lN=s.e6 +s=Z.hJ.prototype +s.GW=s.e5 +s.GX=s.e6 +s=Z.Fo.prototype +s.GS=s.l +s=V.cv.prototype +s.GY=s.H +s=E.Nw.prototype +s.Hq=s.l +s=L.nS.prototype +s.V8=s.ad +s.V9=s.Y +s=G.iN.prototype +s.Vc=s.k +s=M.Ah.prototype +s.Wh=s.eB +s=N.zA.prototype +s.VS=s.Ek +s.VT=s.Em +s.VR=s.DQ +s=S.aw.prototype +s.Uj=s.k +s=S.f2.prototype +s.tY=s.i +s=S.y.prototype +s.zf=s.dz +s.VI=s.t7 +s.im=s.c0 +s.VH=s.du +s=B.CV.prototype +s.WU=s.aq +s.WV=s.af +s=D.CW.prototype +s.WW=s.aq +s.WX=s.af +s=D.CX.prototype +s.WY=s.aq +s.WZ=s.af +s=T.xU.prototype +s.H4=s.l +s.Vm=s.y4 +s=T.eo.prototype +s.lJ=s.f3 +s.UP=s.aq +s.UQ=s.af +s=T.k9.prototype +s.Vp=s.f3 +s=K.j1.prototype +s.zc=s.af +s=K.t.prototype +s.lK=s.l +s.Hm=s.fU +s.dE=s.aq +s.VL=s.a4 +s.VM=s.aB +s.VJ=s.du +s.hf=s.eZ +s.zg=s.o4 +s.zh=s.h8 +s.Hn=s.o1 +s.VK=s.i9 +s.VN=s.cD +s.u2=s.eE +s=K.ac.prototype +s.z3=s.EA +s.UT=s.v +s.US=s.xm +s.GV=s.ie +s.z4=s.br +s=K.zc.prototype +s.Hl=s.pO +s=Q.D2.prototype +s.X_=s.aq +s.X0=s.af +s=E.e_.prototype +s.zm=s.ba +s.zk=s.b3 +s.zl=s.b4 +s.zj=s.b8 +s.VP=s.bZ +s.pK=s.bM +s.pJ=s.cH +s.lL=s.aK +s=E.D4.prototype +s.u4=s.aq +s.nh=s.af +s=E.D5.prototype +s.Ht=s.dz +s=T.D6.prototype +s.X1=s.aq +s.X2=s.af +s=G.oW.prototype +s.Wg=s.i +s=F.D8.prototype +s.X3=s.aq +s.X4=s.af +s=T.zx.prototype +s.VQ=s.bM +s=Q.jt.prototype +s.X5=s.aq +s.X6=s.af +s=N.fV.prototype +s.Ws=s.rY +s.Wr=s.d2 +s=N.i7.prototype +s.W7=s.wN +s=M.tV.prototype +s.Hp=s.l +s=Q.F7.prototype +s.GR=s.lk +s=N.A4.prototype +s.We=s.rK +s.Wf=s.lc +s=A.k5.prototype +s.Vo=s.fQ +s=L.n3.prototype +s.z2=s.I +s=N.DX.prototype +s.Xz=s.h0 +s.XA=s.FE +s=N.DY.prototype +s.XB=s.h0 +s.XC=s.jO +s=N.DZ.prototype +s.XD=s.h0 +s.XE=s.jO +s=N.E_.prototype +s.XG=s.h0 +s.XF=s.rK +s=N.E0.prototype +s.XH=s.h0 +s=N.E1.prototype +s.XI=s.h0 +s.XJ=s.jO +s=Q.Ec.prototype +s.XS=s.l +s=Q.Ed.prototype +s.XT=s.aC +s=D.BB.prototype +s.WD=s.aC +s=D.BC.prototype +s.WF=s.l +s.WE=s.aM +s=U.HE.prototype +s.nd=s.afw +s.V2=s.CR +s=A.fA.prototype +s.V3=s.wl +s.V4=s.h6 +s=A.up.prototype +s.WH=s.be +s.WI=s.l +s=N.a1.prototype +s.b1=s.aC +s.bH=s.be +s.ko=s.dK +s.Wi=s.eV +s.aZ=s.l +s.bV=s.aM +s=N.aW.prototype +s.V0=s.dq +s.H1=s.e9 +s.u_=s.bm +s.V_=s.Ce +s.H0=s.x0 +s.ji=s.i8 +s.z6=s.eV +s.GZ=s.dK +s.pH=s.kd +s.z8=s.wj +s.H_=s.aM +s=N.wk.prototype +s.tZ=s.e9 +s.UO=s.Av +s.GU=s.ib +s=N.ec.prototype +s.Wj=s.bB +s=N.kh.prototype +s.Hf=s.bB +s.Hg=s.bm +s.VC=s.ty +s=N.cx.prototype +s.Vb=s.ty +s.H3=s.t_ +s=N.a7.prototype +s.ng=s.e9 +s.kn=s.bm +s.zi=s.ib +s.VO=s.kd +s=N.zG.prototype +s.Ho=s.e9 +s=G.r2.prototype +s.Va=s.aC +s=G.uy.prototype +s.WJ=s.l +s=K.bW.prototype +s.W5=s.lf +s.W2=s.rh +s.VY=s.re +s.W3=s.DE +s.W6=s.hG +s.W0=s.mu +s.W1=s.ob +s.VZ=s.rg +s.W_=s.Dz +s.VX=s.kP +s.VW=s.w4 +s.W4=s.l +s=K.RF.prototype +s.X9=s.w8 +s=K.CH.prototype +s.WM=s.l +s.WL=s.aM +s=K.CI.prototype +s.WO=s.be +s.WN=s.aM +s.WP=s.l +s=U.dY.prototype +s.za=s.lr +s.z9=s.d2 +s=L.uN.prototype +s.WQ=s.d2 +s=L.Ef.prototype +s.XV=s.l +s=K.dC.prototype +s.aj5=s.l +s=K.i3.prototype +s.VV=s.DG +s=U.cY.prototype +s.zn=s.sm +s=U.h_.prototype +s.X7=s.rI +s.X8=s.ts +s=T.rx.prototype +s.Vu=s.lf +s.Vs=s.mu +s.Vt=s.l +s=T.dl.prototype +s.Wm=s.Dd +s.Wq=s.lf +s.Wp=s.rh +s.Wn=s.re +s.Wo=s.mu +s=T.uI.prototype +s.WK=s.hG +s=M.L9.prototype +s.u3=s.l +s=G.eT.prototype +s.pL=s.d2 +s=G.v0.prototype +s.Xs=s.d2 +s=L.zV.prototype +s.W8=s.vP +s=A.ko.prototype +s.W9=s.qD +s.zo=s.TB +s.Wa=s.qM +s.Wb=s.hs +s.Wd=s.l +s.Wc=s.d2 +s=A.v_.prototype +s.Xr=s.d2 +s=F.Di.prototype +s.Xu=s.l +s.Xt=s.aM +s=F.Dj.prototype +s.Xw=s.be +s.Xv=s.aM +s.Xx=s.l +s=E.j8.prototype +s.Hk=s.aC +s.VD=s.aM +s.VG=s.wT +s.Hj=s.wV +s.Hi=s.wU +s.VE=s.Ei +s.VF=s.Ej +s.Hh=s.l +s=E.uT.prototype +s.WT=s.l +s.WS=s.aM +s=E.Ek.prototype +s.Y3=s.aq +s.Y4=s.af +s=F.AD.prototype +s.Wl=s.F2 +s=F.En.prototype +s.Y8=s.l +s=G.bH.prototype +s.Vw=s.cr +s.H8=s.p8 +s=Z.d5.prototype +s.UX=s.p8 +s=K.Ej.prototype +s.Y0=s.l +s=Y.iq.prototype +s.WB=s.l +s.WA=s.CH +s=F.E4.prototype +s.XK=s.l +s=B.BG.prototype +s.WG=s.l +s=M.B3.prototype +s.Wt=s.CB +s.Ww=s.D1 +s.Wu=s.CP +s.Wx=s.Dr +s.Wy=s.DM +s.Wz=s.Fc +s.Wv=s.CS})();(function installTearOffs(){var s=hunkHelpers._static_0,r=hunkHelpers._static_1,q=hunkHelpers._instance_0u,p=hunkHelpers._instance_1i,o=hunkHelpers._instance_1u,n=hunkHelpers._instance_0i,m=hunkHelpers._instance_2u,l=hunkHelpers._static_2,k=hunkHelpers.installStaticTearOff,j=hunkHelpers.installInstanceTearOff +s(H,"aHN","aFd",0) +r(H,"aHM","aBS",485) +r(H,"aHP","aIu",26) +r(H,"aHO","aIt",171) +r(H,"ajB","aHL",30) +q(H.F_.prototype,"gBX","aa3",0) +q(H.HG.prototype,"ga2E","a2F",0) +var i +p(i=H.Ho.prototype,"gCm","H",465) +q(i,"gU2","lH",16) +o(H.Lz.prototype,"ga3i","a3j",367) +o(i=H.oZ.prototype,"ga1r","a1s",6) +o(i,"ga1p","a1q",6) +o(i=H.GU.prototype,"ga71","KP",195) +o(i,"ga6B","a6C",6) +p(H.Ss.prototype,"gn","afZ",206) +o(H.Ij.prototype,"ga7m","a7n",121) +p(H.rp.prototype,"gR1","F3",10) +p(H.A8.prototype,"gR1","F3",10) +o(H.K4.prototype,"gBn","a7q",525) +n(H.zI.prototype,"gf0","l",0) +o(i=H.wA.prototype,"grJ","PJ",6) +o(i,"grW","agg",6) +m(H.MH.prototype,"gaiI","aiJ",408) +l(J,"aoB","aDp",168) +p(J.r.prototype,"gCm","H",10) +o(H.qe.prototype,"ga7i","a7j",10) +p(H.ip.prototype,"gjx","A",28) +r(H,"aIi","aDd",165) +s(H,"aIj","aEg",64) +r(H,"aIk","aIp",47) +r(H,"aIl","aIU",21) +p(H.es.prototype,"gRE","v","2?(z?)") +r(P,"aJ7","aFZ",65) +r(P,"aJ8","aG_",65) +r(P,"aJ9","aG0",65) +s(P,"avj","aIS",0) +r(P,"aJa","aIw",30) +l(P,"aJb","aIy",60) +s(P,"avi","aIx",0) +k(P,"aJh",5,null,["$5"],["aIL"],488,0) +k(P,"aJm",4,null,["$1$4","$4"],["akc",function(a,b,c,d){return P.akc(a,b,c,d,t.z)}],489,1) +k(P,"aJo",5,null,["$2$5","$5"],["ake",function(a,b,c,d,e){return P.ake(a,b,c,d,e,t.z,t.z)}],490,1) +k(P,"aJn",6,null,["$3$6","$6"],["akd",function(a,b,c,d,e,f){return P.akd(a,b,c,d,e,f,t.z,t.z,t.z)}],491,1) +k(P,"aJk",4,null,["$1$4","$4"],["av6",function(a,b,c,d){return P.av6(a,b,c,d,t.z)}],492,0) +k(P,"aJl",4,null,["$2$4","$4"],["av7",function(a,b,c,d){return P.av7(a,b,c,d,t.z,t.z)}],493,0) +k(P,"aJj",4,null,["$3$4","$4"],["av5",function(a,b,c,d){return P.av5(a,b,c,d,t.z,t.z,t.z)}],494,0) +k(P,"aJf",5,null,["$5"],["aIK"],495,0) +k(P,"aJp",4,null,["$4"],["akf"],496,0) +k(P,"aJe",5,null,["$5"],["aIJ"],497,0) +k(P,"aJd",5,null,["$5"],["aII"],498,0) +k(P,"aJi",4,null,["$4"],["aIM"],499,0) +r(P,"aJc","aIH",49) +k(P,"aJg",5,null,["$5"],["av4"],500,0) +j(P.Bk.prototype,"gOl",0,1,function(){return[null]},["$2","$1"],["qW","iF"],345,0,0) +m(P.a3.prototype,"gIx","fN",60) +p(i=P.v3.prototype,"ga0n","ue",10) +m(i,"ga_Y","u8",60) +q(i,"ga0o","zG",0) +q(i=P.ue.prototype,"gL2","vg",0) +q(i,"gL3","vh",0) +q(i=P.hv.prototype,"gL2","vg",0) +q(i,"gL3","vh",0) +l(P,"aJx","aHF",501) +r(P,"aJy","aHG",165) +l(P,"aJz","aHK",168) +p(P.uD.prototype,"gRE","v","2?(z?)") +j(i=P.jp.prototype,"gBk",0,0,null,["$1$0","$0"],["kx","qj"],341,0,0) +p(i,"gjx","A",28) +j(i=P.fm.prototype,"gBk",0,0,null,["$1$0","$0"],["kx","qj"],340,0,0) +p(i,"gjx","A",28) +p(P.xF.prototype,"gjx","A",28) +j(i=P.e4.prototype,"gBk",0,0,null,["$1$0","$0"],["kx","qj"],339,0,0) +p(i,"gjx","A",28) +j(i=P.tA.prototype,"ga78",0,0,null,["$1$0","$0"],["KV","m7"],338,0,0) +p(i,"gjx","A",28) +r(P,"aJJ","aHH",45) +l(P,"avr","aCp",502) +r(P,"aJK","aFP",21) +p(P.p.prototype,"gjx","A",28) +p(i=P.c6.prototype,"gaiX","aiY",10) +j(i,"gaj0",0,0,null,["$1","$0"],["Sn","aj1"],334,0,0) +k(W,"aKb",4,null,["$4"],["aGp"],150,0) +k(W,"aKc",4,null,["$4"],["aGq"],150,0) +o(W.Gq.prototype,"gaiT","aiU",10) +n(P.OZ.prototype,"gn","xb",292) +r(P,"aKq","Ul",504) +r(P,"aKp","aor",505) +k(P,"apg",3,null,["$3"],["aF7"],506,0) +k(P,"awh",3,null,["$3"],["a8"],507,0) +k(P,"eE",3,null,["$3"],["O"],508,0) +o(P.Dz.prototype,"gQo","bq",26) +q(P.kL.prototype,"gJa","a2f",0) +j(i=G.mZ.prototype,"gaeA",1,0,function(){return{from:null}},["$1$from","$0"],["rH","bG"],135,0,0) +j(i,"gRU",1,0,function(){return{from:null}},["$1$from","$0"],["RV","dd"],135,0,0) +o(i,"ga21","a22",267) +o(i,"gHO","a0g",2) +o(S.km.prototype,"gnV","vG",4) +o(S.qA.prototype,"gC2","C3",4) +o(i=S.pd.prototype,"gnV","vG",4) +q(i,"gCh","aaC",0) +o(i=S.qs.prototype,"gKN","a6Y",4) +q(i,"gKM","a6X",0) +q(S.n_.prototype,"gdn","ap",0) +o(S.l7.prototype,"gR0","t0",4) +q(E.Bs.prototype,"gPQ","wT",0) +k(U,"aJ5",1,null,["$2$forceReport","$1"],["arz",function(a){return U.arz(a,!1)}],509,0) +n(i=B.b2.prototype,"gf0","l",0) +q(i,"gdn","ap",0) +o(B.F.prototype,"gxO","ti",228) +r(R,"aL9","aFk",510) +o(i=N.xi.prototype,"ga5f","a5g",218) +o(i,"gabJ","abK",48) +q(i,"ga34","Ax",0) +o(i,"ga5k","Kc",23) +q(i,"ga5v","a5w",0) +k(K,"aOZ",3,null,["$3"],["arB"],511,0) +o(K.hM.prototype,"got","iQ",23) +r(O,"ap1","aCN",148) +o(O.wI.prototype,"got","iQ",23) +q(F.NV.prototype,"ga7t","a7u",0) +o(i=F.hK.prototype,"guW","a4q",23) +o(i,"ga8B","qq",211) +q(i,"ga75","nF",0) +j(S.c5.prototype,"gGL",0,1,null,["$1"],["fK"],48,0,1) +o(S.rP.prototype,"got","iQ",23) +m(i=S.Cp.prototype,"ga6t","a6u",199) +m(i,"ga6P","a6Q",95) +q(i=E.Bb.prototype,"ga4m","a4n",0) +q(i,"ga4o","a4p",0) +o(i,"gzE","a0i",187) +o(i=E.Bf.prototype,"ga0v","a0w",34) +o(i,"ga0x","a0y",14) +o(i,"ga0t","a0u",39) +o(i,"gaea","aeb",173) +o(i=E.uH.prototype,"gaeH","aeI",34) +j(i,"gaeF",0,1,null,["$2$isClosing","$1"],["PK","aeG"],172,0,0) +o(i=Z.D_.prototype,"gbg","ba",1) +o(i,"gbz","b4",1) +o(i,"gb9","b3",1) +o(i,"gbE","b8",1) +o(i=K.D0.prototype,"gbg","ba",1) +o(i,"gbz","b4",1) +o(i,"gb9","b3",1) +o(i,"gbE","b8",1) +k(E,"aJW",4,null,["$4"],["aHo"],512,0) +q(i=Z.qI.prototype,"ga0c","a0d",0) +o(i,"ga0e","a0f",4) +q(i,"ga4D","a4E",0) +o(i,"ga4e","a4f",162) +q(i,"ga4c","a4d",0) +o(i,"gKR","a73",14) +o(i,"gMe","a9c",39) +n(i,"gCZ","dI",0) +o(i=E.CT.prototype,"gbg","ba",1) +o(i,"gbz","b4",1) +q(i=D.C7.prototype,"ga5t","a5u",0) +o(i,"ga0B","a0C",24) +q(D.xx.prototype,"ga45","a46",0) +o(Y.lz.prototype,"ga3P","a3Q",4) +o(O.xy.prototype,"ga6l","a6m",4) +o(U.xz.prototype,"ga6n","a6o",4) +o(i=R.r6.prototype,"gSZ","T_",200) +o(i,"gacW","acX",201) +j(i=R.C5.prototype,"gMn",0,0,function(){return[null]},["$1","$0"],["Mo","a9u"],159,0,0) +q(i,"ga9s","a9t",0) +o(i,"gKr","a6p",158) +o(i,"ga4z","a4A",12) +o(i,"ga5Y","a5Z",31) +q(i,"ga5V","Kf",0) +q(i,"ga5W","a5X",0) +q(i,"ga4O","K9",0) +o(i,"ga4V","a4W",44) +o(i,"ga4X","a4Y",32) +q(L.BY.prototype,"gB1","B2",0) +o(i=L.uV.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +m(i,"ga7I","a7J",18) +q(L.Ca.prototype,"gB1","B2",0) +o(i=Q.uX.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +q(Z.rM.prototype,"gaf7","af8",0) +q(Z.rL.prototype,"gTN","TO",0) +o(Y.uS.prototype,"ga8s","a8t",46) +o(M.zN.prototype,"ga5Q","a5R",4) +o(i=M.BM.prototype,"ga5q","a5r",4) +q(i,"ga7r","a7s",0) +o(i=M.t1.prototype,"ga2i","a2j",12) +q(i,"ga5S","a5T",0) +o(N.Do.prototype,"gBm","a7d",4) +o(i=Z.SF.prototype,"gagK","F2",63) +o(i,"gagI","agJ",63) +o(i,"gagX","agY",90) +o(i,"gah2","ah3",149) +o(i,"gagZ","ah_",89) +m(i=Z.DE.prototype,"ga9S","a9T",230) +q(i,"ga5C","a5D",0) +q(E.v9.prototype,"gAK","a49",0) +o(i=F.tX.prototype,"gaa5","aa6",31) +j(i,"gMX",0,0,null,["$1","$0"],["MY","aa4"],159,0,0) +j(i,"ga6_",0,0,null,["$1","$0"],["Kg","a60"],235,0,0) +o(i,"ga4w","a4x",12) +o(i,"ga4F","a4G",12) +n(F.AM.prototype,"gf0","l",0) +q(i=S.va.prototype,"gKa","a4Z",0) +o(i,"gaa8","aa9",4) +q(i,"gadN","Ph",146) +o(i,"gMZ","aa7",23) +q(i,"gKd","a5p",0) +j(N.JC.prototype,"gafu",0,1,null,["$4$allowUpscaling$cacheHeight$cacheWidth","$1"],["Qh","afv"],237,0,0) +m(X.wz.prototype,"gK7","a4H",145) +k(V,"aJX",3,null,["$3"],["fx"],513,0) +r(L,"aKd","aBP",514) +p(L.nS.prototype,"gNO","ad",143) +o(i=L.IQ.prototype,"ga47","a48",250) +o(i,"ga3V","a3W",2) +p(i,"gNO","ad",143) +k(A,"aLp",3,null,["$3"],["by"],515,0) +q(i=N.zA.prototype,"ga5G","a5H",0) +o(i,"ga68","a69",2) +j(i,"ga5E",0,3,null,["$3"],["a5F"],254,0,0) +q(i,"ga5I","a5J",0) +q(i,"ga5K","a5L",0) +o(i,"ga5b","a5c",2) +o(i=S.y.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +q(i,"gxi","a4",0) +m(S.cl.prototype,"gad5","kW",18) +o(i=B.zh.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +o(i=V.zi.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +o(i=D.oz.prototype,"ga7e","a7f",140) +q(i,"ge8","aB",0) +q(i,"gpN","pO",0) +q(i,"gvB","a9q",0) +o(i,"ga5O","a5P",49) +o(i,"ga5M","a5N",139) +o(i,"ga53","a54",12) +o(i,"ga5_","a50",12) +o(i,"ga55","a56",12) +o(i,"ga51","a52",12) +o(i,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +o(i,"ga2q","a2r",31) +q(i,"ga2o","a2p",0) +q(i,"ga2m","a2n",0) +m(i,"ga2s","Jf",18) +o(i=V.zk.prototype,"gb9","b3",1) +o(i,"gbE","b8",1) +o(i=F.zm.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +o(i=U.zo.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +o(i=R.zq.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +r(K,"avV","aEM",61) +q(i=K.t.prototype,"ge8","aB",0) +j(i,"gfz",0,2,null,["$2"],["aK"],18,0,1) +q(i,"gQJ","ax",0) +j(i,"gpy",0,0,null,["$4$curve$descendant$duration$rect","$0","$1$rect","$3$curve$duration$rect"],["eE","pz","n9","na"],86,0,0) +o(K.ac.prototype,"gabQ","abR","ac.0?(z?)") +o(i=Q.zt.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +q(i,"gpN","pO",0) +o(i=L.zu.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +o(G.CM.prototype,"got","iQ",23) +o(i=E.e_.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +j(i,"gfz",0,2,null,["$2"],["aK"],18,0,1) +o(i=E.zg.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +o(i=E.zp.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +q(E.ze.prototype,"gvJ","C8",0) +q(E.uU.prototype,"gv9","va",0) +m(E.zl.prototype,"ga7F","L7",270) +o(i=E.zr.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +q(i=E.kl.prototype,"ga84","a85",0) +q(i,"ga86","a87",0) +q(i,"ga88","a89",0) +q(i,"ga82","a83",0) +q(i=E.zv.prototype,"ga8a","a8b",0) +q(i,"ga7Z","a8_",0) +q(i,"ga7X","a7Y",0) +q(i,"ga7R","a7S",0) +q(i,"ga7T","a7U",0) +q(i,"ga80","a81",0) +q(i,"ga7V","a7W",0) +o(i=T.zw.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +o(i=T.zs.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +o(i=T.zj.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +j(G.dB.prototype,"gafi",0,1,null,["$3$crossAxisPosition$mainAxisPosition"],["Q1"],271,0,0) +o(i=K.zy.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +m(i,"gF6","xz",18) +o(A.zz.prototype,"gafl","afm",275) +o(i=Q.t_.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +m(i,"ga7G","L8",18) +j(i,"gpy",0,0,null,["$4$curve$descendant$duration$rect","$0","$1$rect","$3$curve$duration$rect"],["eE","pz","n9","na"],86,0,0) +l(N,"aJs","aET",516) +k(N,"aJt",0,null,["$2$priority$scheduler"],["aJO"],517,0) +o(i=N.i7.prototype,"ga2M","a2N",130) +q(i,"ga8R","a8S",0) +q(i,"gadP","DT",0) +o(i,"ga3Z","a4_",2) +q(i,"ga4k","a4l",0) +o(M.tV.prototype,"gBW","aa_",2) +n(A.t7.prototype,"gf0","l",0) +r(Q,"aJ6","aBO",518) +r(N,"aJr","aEZ",519) +q(i=N.A4.prototype,"ga00","lQ",286) +o(i,"ga4M","AQ",287) +o(i,"ga5d","AR",288) +o(i=Q.Ii.prototype,"gaeP","aeQ",121) +o(i,"gaf3","En",290) +o(i,"ga1u","a1v",291) +o(K.zE.prototype,"ga7_","Bg",295) +o(i=K.cZ.prototype,"ga2k","a2l",123) +o(i,"gLy","Lz",123) +o(N.Md.prototype,"ga63","AT",120) +o(U.B5.prototype,"gK1","a3O",304) +o(i=U.BP.prototype,"gK4","a4y",158) +o(i,"ga_P","a_Q",44) +o(i,"ga_R","a_S",32) +o(i,"ga4t","a4u",12) +o(i=S.DW.prototype,"ga7k","a7l",306) +o(i,"ga7v","a7w",307) +o(L.Bc.prototype,"ga_W","a_X",308) +o(T.Cy.prototype,"gaeL","aeM",32) +q(i=N.MK.prototype,"gaeS","aeT",0) +o(i,"ga57","a58",120) +q(i,"ga40","a41",0) +q(i=N.E2.prototype,"gaeV","Ek",0) +q(i,"gaeY","Em",0) +o(i=Q.Bv.prototype,"gJ2","a24",34) +o(i,"gJ3","a25",14) +o(i,"gJ1","uu",312) +o(i,"ga4a","uV",313) +q(i=D.qK.prototype,"gL0","L1",0) +o(i,"ga42","a43",140) +q(i,"gL_","a7h",0) +o(i,"gIR","a1N",67) +o(i,"ga1O","a1P",67) +q(i,"gAe","a20",0) +q(i,"gAl","a2v",0) +n(O.dv.prototype,"gf0","l",0) +n(i=O.xb.prototype,"gf0","l",0) +o(i,"gJA","a36",23) +o(i,"gK8","a4L",317) +q(i,"ga0k","a0l",0) +q(i=L.um.prototype,"ga3Y","AI",0) +q(i,"gAP","a4v",0) +r(N,"akF","aGr",13) +l(N,"akE","aCS",520) +r(N,"avF","aCR",13) +o(N.a1.prototype,"gTF","R",65) +o(N.Pp.prototype,"gaae","N4",13) +o(i=D.rU.prototype,"ga3d","a3e",167) +o(i,"gaau","aav",346) +o(i=T.px.prototype,"ga0J","a0K",24) +o(i,"ga3T","a3U",4) +q(i,"gR3","ah6",0) +o(i=T.xo.prototype,"ga4r","a4s",349) +j(i,"ga1T",0,5,null,["$5"],["a1U"],350,0,0) +m(U.C1.prototype,"ga4J","a4K",145) +q(G.q_.prototype,"ga3R","a3S",0) +q(S.uz.prototype,"gAV","a67",0) +o(A.uC.prototype,"gKz","a6E",10) +o(i=A.D1.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +l(K,"aKx","aDR",521) +r(K,"ap2","aGP",68) +r(K,"avS","aGQ",68) +r(K,"avT","aGR",68) +o(K.uK.prototype,"grZ","mH",62) +o(K.CE.prototype,"grZ","mH",62) +o(K.CF.prototype,"grZ","mH",62) +o(K.CG.prototype,"grZ","mH",62) +o(i=K.iU.prototype,"ga5h","a5i",167) +o(i,"ga5n","a5o",23) +o(U.dY.prototype,"gy8","lr",17) +o(i=E.uY.prototype,"gbz","b4",1) +o(i,"gbE","b8",1) +o(i,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i=X.uZ.prototype,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +m(i,"gF6","xz",18) +o(L.BU.prototype,"ga7z","a7A",69) +n(i=L.BT.prototype,"gf0","l",0) +o(i,"ga0W","a0X",4) +o(i,"gaa0","aa1",2) +o(L.uN.prototype,"gy8","lr",17) +o(G.xq.prototype,"ga1E","a1F",373) +o(G.py.prototype,"gOY","DK",375) +o(i=G.CN.prototype,"ga7o","a7p",48) +o(i,"ga4B","a4C",12) +q(K.Da.prototype,"gBv","a8J",0) +n(K.dC.prototype,"gf0","l",0) +o(K.i3.prototype,"gaar","Ca",377) +n(Z.JZ.prototype,"gf0","l",0) +o(T.dl.prototype,"gKe","a5U",4) +o(i=T.fJ.prototype,"ga0F","a0G",24) +o(i,"ga0H","a0I",24) +q(i=M.Ff.prototype,"gBG","BH",0) +q(i,"gBE","BF",0) +q(i=M.H5.prototype,"gBG","BH",0) +q(i,"gBE","BF",0) +n(F.zR.prototype,"gf0","l",0) +r(G,"alo","aJP",69) +o(G.v0.prototype,"gy8","lr",17) +q(i=A.ko.prototype,"gadn","ado",0) +n(i,"gf0","l",0) +o(A.v_.prototype,"gy8","lr",17) +n(R.zX.prototype,"gf0","l",0) +o(i=F.A_.prototype,"gM2","a8Z",162) +o(i,"gM4","a90",34) +o(i,"gM5","a91",14) +o(i,"gM3","a9_",39) +q(i,"gM0","M1",0) +q(i,"ga2a","a2b",0) +q(i,"ga28","a29",0) +o(i,"ga8v","a8w",386) +o(i,"ga5l","a5m",23) +n(E.t5.prototype,"gf0","l",0) +o(i=E.j8.prototype,"gaaA","aaB",4) +q(i,"gPQ","wT",0) +o(i,"ga65","a66",31) +o(i,"ga5x","a5y",388) +o(i,"ga5z","a5A",69) +m(X.Dm.prototype,"ga59","a5a",164) +q(i=E.D7.prototype,"gv0","a6c",0) +o(i,"gbg","ba",1) +o(i,"gb9","b3",1) +o(i,"gbz","b4",1) +o(i,"gbE","b8",1) +j(i,"gpy",0,0,null,["$4$curve$descendant$duration$rect","$0","$1$rect","$3$curve$duration$rect"],["eE","pz","n9","na"],86,0,0) +l(G,"aP8","auU",522) +o(G.tx.prototype,"gahW","RF",398) +j(F.Mf.prototype,"gMR",0,0,function(){return[null]},["$1","$0"],["MS","qz"],400,0,0) +q(i=F.DI.prototype,"gAW","AX",0) +o(i,"gAL","AM",34) +o(i,"gAN","AO",14) +o(i=F.AD.prototype,"gah4","ah5",31) +q(i,"gah0","ah1",0) +o(i,"gagV","agW",71) +q(i,"gagR","agS",0) +o(i,"gagT","agU",31) +o(i,"gagA","agB",31) +o(i,"gagE","agF",34) +m(i,"gagG","agH",401) +o(i,"gagC","agD",39) +o(i=F.DG.prototype,"ga9W","a9X",31) +o(i,"ga61","a62",149) +q(i,"ga9U","a9V",0) +o(i,"gAL","AM",34) +o(i,"gAN","AO",14) +q(i,"ga4j","K3",0) +o(i,"ga4g","a4h",39) +o(i,"ga39","a3a",63) +o(i,"ga37","a38",63) +o(i,"ga4T","a4U",89) +o(i,"ga4R","a4S",90) +o(i,"ga4P","a4Q",71) +q(i,"ga2d","a2e",0) +q(K.B9.prototype,"gAJ","a44",0) +o(Y.lV.prototype,"gTz","TA",407) +l(S,"aKP","aGj",33) +l(S,"aw0","aGf",33) +l(S,"aw1","aGk",33) +l(S,"aKR","aGm",33) +l(S,"aKO","aGi",33) +l(S,"aKN","aGh",33) +l(S,"aKL","aGe",33) +l(S,"aKM","adC",142) +l(S,"aKQ","ao4",142) +r(S,"aKS","aGE",43) +r(S,"aKV","aGH",43) +r(S,"aKY","aGK",43) +r(S,"aKW","aGI",136) +r(S,"aKX","aGJ",136) +r(S,"aKT","aGF",43) +r(S,"aKU","aGG",43) +l(D,"aKZ","aIA",38) +l(D,"aL1","aID",38) +l(D,"aL2","aIE",38) +l(D,"aL3","aIF",38) +l(D,"aL0","aIC",38) +l(D,"aL_","aIB",38) +m(G.DC.prototype,"guX","a4I",420) +p(i=M.HU.prototype,"gNT","kL",421) +n(i,"gG2","ly",422) +j(i,"gRq",1,3,null,["$3"],["mO"],110,0,0) +j(i,"gRM",1,3,null,["$3"],["hD"],110,0,0) +p(i,"gG5","jd",424) +n(i=M.JK.prototype,"gG0","n2",40) +p(i,"gahp","p3",21) +j(D.Ko.prototype,"gaeN",0,3,null,["$3"],["wO"],425,0,0) +l(T,"aJu","aC7",528) +l(F,"aKr","aDz",529) +q(Y.mx.prototype,"gQI","aga",0) +q(i=M.CS.prototype,"gaiG","tv",16) +o(i,"gagO","agP",55) +q(O.B6.prototype,"ga6h","a6i",0) +q(N.B7.prototype,"ga09","a0a",0) +q(T.Bq.prototype,"ga02","nk",0) +q(E.BV.prototype,"ga04","pR",0) +q(K.B8.prototype,"gaap","aaq",0) +q(U.BZ.prototype,"ga7x","vi",129) +q(Z.CR.prototype,"ga8l","a8m",0) +q(V.oF.prototype,"ga9i","a9j",0) +q(L.Dk.prototype,"ga9f","a9g",0) +r(T,"aJS","aIX",47) +r(T,"aJR","aIQ",47) +r(T,"aJQ","aHJ",47) +q(i=M.B3.prototype,"gO5","abc",5) +q(i,"gabd","abe",5) +q(i,"gabf","abg",5) +n(i,"gvW","abm",5) +q(i,"gFd","ahA",5) +q(i,"gyR","TZ",5) +q(i,"gpB","U_",5) +q(i,"gEZ","agt",5) +q(i,"gagr","ags",5) +q(i,"gagp","agq",5) +n(i=G.MP.prototype,"ghJ","fJ",5) +q(i,"gabO","CS",5) +q(i,"gU3","U4",5) +q(i,"gabb","CB",5) +n(i,"gadH","adI",5) +q(i,"gac5","D1",5) +q(i,"gabL","CP",5) +q(i,"gacZ","Dr",5) +q(i,"gahs","Fc",5) +q(i,"gadt","DM",5) +o(B.MR.prototype,"gaiP","aiQ",484) +k(D,"h4",1,null,["$2$wrapWidth","$1"],["avv",function(a){return D.avv(a,null)}],530,0) +s(D,"aL6","auG",0) +l(N,"EF","aC9",100) +l(N,"EG","aCa",100) +r(X,"avo","aIY",80) +k(M,"aJY",2,null,["$1$2","$2"],["awe",function(a,b){return M.awe(a,b,t.z)}],354,1)})();(function inheritance(){var s=hunkHelpers.mixin,r=hunkHelpers.inherit,q=hunkHelpers.inheritMany +r(P.z,null) +q(P.z,[H.cU,H.iW,H.F_,H.Vp,H.q2,H.jE,H.iX,H.RN,H.WK,H.h9,H.Wi,H.c2,J.i,H.a3D,H.LB,H.W_,H.cS,H.FJ,H.a_s,H.u1,H.wQ,H.og,H.hY,P.p,H.HG,H.ok,H.W,H.ahk,H.kP,H.Ho,H.a2l,H.Lz,H.rW,H.I_,H.iG,H.F2,H.I9,H.iO,H.eO,H.a3v,H.a2I,H.Il,H.a0O,H.a0P,H.Zz,H.WD,H.Wf,H.Wh,H.qm,H.a3N,H.LA,H.a8Q,H.An,H.oZ,H.Ga,H.a8A,H.G1,H.wg,H.wf,H.Wg,H.pC,H.uO,P.bF,H.Gj,H.Gi,H.Wr,H.Hk,H.YK,H.GU,H.Ym,H.L4,H.oE,H.RM,H.a5t,H.fB,H.Gu,H.uh,H.a6I,H.Y9,H.a8z,H.Bw,H.di,H.a2s,H.aE,H.aG,H.eG,H.a3J,H.WE,H.NI,H.WQ,H.mj,H.a2N,H.Ss,H.Qy,H.a8B,H.M_,P.a8U,H.uP,H.rD,H.lU,H.ki,H.a7C,H.a2P,H.lS,H.a47,H.cQ,H.agc,H.a4Z,H.DV,H.tD,H.a8C,H.a2k,H.Ha,H.Lk,H.oP,H.oO,H.HO,H.HN,H.op,H.mG,H.a3w,H.HX,H.A9,H.qX,H.a0t,H.Ij,H.jT,H.a0B,H.a1A,H.VO,H.a9Y,H.a3c,H.Hc,H.Hb,P.a3a,H.a3e,H.a3g,H.K4,H.a3r,H.abP,H.Tp,H.kQ,H.pp,H.uR,H.a3l,H.ant,H.V9,H.Bi,H.fQ,H.a6C,H.Lj,H.i4,H.cR,H.Vc,H.nH,H.YC,H.wR,H.a6q,H.a6m,H.wA,P.Cl,H.hV,H.a0h,H.a0j,H.a8k,H.a8o,H.aad,H.Kk,H.a8G,H.Fx,H.Hv,H.tC,H.W2,H.Zm,H.HH,H.a9p,H.z5,H.Is,H.a0S,H.a89,H.bm,H.rc,H.dx,H.zI,H.a9q,H.a0T,H.a1j,H.a9r,H.nu,H.np,H.wS,H.nv,H.wT,H.Xu,H.kb,H.tN,H.p3,H.AA,H.j0,H.yi,H.lj,H.Bj,H.cq,H.kH,H.d2,H.P1,H.VN,H.Yo,H.tK,H.Av,H.Yi,H.Fc,H.qL,H.a07,H.a99,H.a90,H.a_w,H.Y7,H.XT,H.AT,H.bx,H.aa3,H.MH,P.Zg,H.MM,H.amW,J.hC,P.dk,H.qe,H.ack,H.FA,P.au,H.dy,P.Ib,H.qQ,H.H7,H.HF,H.u3,H.x_,H.Mw,H.tE,P.rh,H.qt,H.a0g,H.a9O,H.J5,H.wX,H.Dx,H.ahi,H.a0V,H.It,H.lF,H.uF,H.abe,H.kw,H.aic,H.acn,H.i6,H.Pe,H.DO,P.DM,P.Ng,P.Ni,P.mz,P.dr,P.q3,P.Bk,P.jo,P.a3,P.Nh,P.jg,P.LW,P.v3,P.Sw,P.Nj,P.hv,P.N_,P.Qz,P.Ok,P.adv,P.Sl,P.it,P.ahx,P.ahy,P.ahw,P.agY,P.agZ,P.agX,P.Tz,P.ve,P.Ty,P.BW,P.El,P.pw,P.afr,P.kO,P.xF,P.Ck,P.o3,P.N,P.PN,P.DS,P.ir,P.OD,P.PK,P.cn,P.Tj,P.Se,P.Sd,P.ju,P.Gn,P.abO,P.FD,P.afj,P.aiU,P.aiT,P.c4,P.f5,P.aH,P.Je,P.Ak,P.BJ,P.lu,P.Hl,P.cK,P.aA,P.Sp,P.LV,P.a5r,P.c6,P.vc,P.a9S,P.S0,P.oM,W.WN,W.amq,W.uw,W.cJ,W.yw,W.Dn,W.St,W.x0,W.Gq,W.adh,W.ahz,W.Tm,P.aid,P.aao,P.Te,P.J7,P.YS,P.wZ,P.YW,P.jZ,P.J3,P.fO,P.H8,P.Gd,P.JI,P.aco,P.Dz,P.kL,P.W9,P.Ja,P.v,P.bD,P.fg,P.aeK,P.xN,P.hU,P.k,P.jh,P.ji,P.JD,P.bO,P.qn,P.VG,P.ri,P.qR,P.a_G,P.Ll,P.JY,P.ME,P.jW,P.q0,P.lJ,P.kd,P.j4,P.yS,P.rI,P.rJ,P.cC,P.cy,P.a6D,P.HI,P.lW,P.hg,P.ky,P.At,P.Aw,P.p2,P.Me,P.mn,P.fT,P.As,P.b1,P.d0,P.j_,P.Fn,P.VL,P.tW,P.EY,P.Fr,P.VZ,P.HM,P.a3h,T.LX,A.iC,A.Vy,U.GG,U.Iv,Y.HV,E.a3b,X.fr,B.ao,G.u7,G.F4,T.a6Q,S.vN,S.T0,Z.yF,S.vL,S.vK,S.n_,S.l7,R.aD,Y.Os,N.Sh,F.a9s,T.Pm,K.Gy,L.eP,L.GF,R.O2,R.SM,K.yv,K.O5,K.O3,Y.dV,U.P5,N.Fj,B.b2,Y.qD,Y.jN,Y.ag9,Y.am,Y.iJ,D.eM,D.aoh,F.fa,B.F,T.ed,G.aab,G.za,R.ie,O.cD,D.HL,D.cW,D.qV,D.us,D.ZJ,N.ahj,N.xi,O.jP,O.hd,O.he,O.eI,F.QR,F.fZ,F.MW,F.NK,F.NR,F.NP,F.NN,F.NO,F.NM,F.NQ,F.NT,F.NS,F.NL,K.ps,K.nF,O.iL,O.vb,O.hQ,T.rg,T.y6,T.rf,B.kT,B.aob,B.a3s,B.Ip,O.Bz,F.NV,F.v8,O.a3n,G.a3q,S.GX,S.xj,S.hl,N.tG,N.mm,V.NH,V.ZM,R.jk,R.u0,R.CO,R.jl,S.a9z,K.La,T.a6R,V.Ne,D.uf,D.kM,Q.PO,D.Np,M.Nq,K.bW,X.Nr,M.Ns,A.Nu,A.Ch,A.PJ,A.PI,A.Q1,M.w6,M.VU,M.Nv,A.Nx,F.NA,F.Cf,K.ND,A.NG,Z.Ob,Z.Cg,Y.Ot,G.Ow,Z.H4,T.OI,E.adm,E.ul,A.Z9,A.YN,A.YM,A.Z8,S.P3,M.iM,R.r7,R.uv,Y.bN,L.x7,L.fl,L.Oe,L.ah_,L.xA,L.Ps,Q.Ix,Q.pz,M.lL,U.GH,V.cX,V.b6,V.e3,V.eg,O.yg,E.Qg,U.Qu,V.yf,K.Qw,R.R4,U.MZ,B.R6,T.Rb,T.Ce,M.fn,M.a5A,M.L5,K.WH,B.a1I,M.zL,X.RS,X.Ci,Q.S3,N.jf,K.S8,R.Su,R.Cd,U.Sz,T.SE,F.AD,R.SK,R.SN,X.o8,X.SR,X.ux,X.OY,X.Tn,A.SS,S.ST,F.tX,T.SV,T.Mm,U.zO,U.Tf,K.f1,K.M8,G.rX,G.Fd,G.MB,G.q4,N.JC,K.vX,Y.Fl,Y.d4,F.Fq,Z.Oh,Z.Fo,U.jD,U.Ht,Z.Wl,X.r_,X.GD,X.wz,V.cv,E.a_H,E.Nw,E.QA,M.xu,M.fC,M.iA,L.Pn,L.hT,L.fD,L.Po,L.r1,G.EZ,G.lA,D.a6H,M.Sq,U.tR,U.j3,U.Mi,U.acm,U.p5,A.SL,M.a8h,M.Ai,M.ad8,M.aga,M.aiP,N.AO,N.zA,K.j1,S.uA,S.Cb,S.cl,T.WZ,D.tS,F.Hx,F.IE,F.lK,F.nk,F.afp,T.vR,T.F5,T.Ik,T.xV,A.Q2,A.TM,K.a6p,K.JW,K.aB,K.ep,K.ac,K.zc,K.ahE,K.ahF,G.K_,G.agf,E.e_,E.xp,E.ze,E.GE,G.HS,G.S4,G.a4O,F.k_,F.a4U,K.Kp,K.Aj,K.a2z,A.MD,Q.VV,Q.m5,N.zS,N.jv,N.uq,N.oG,N.i7,V.K9,M.tV,M.pa,M.AI,N.a6d,A.A2,A.cG,A.RU,A.kK,A.kS,A.a6e,A.X_,A.RX,E.a6n,Q.F7,F.Vx,Q.VC,N.A4,T.ld,Q.ra,Q.PD,Q.HT,Q.Ih,Q.xO,Q.Ii,G.PE,F.hW,F.rF,F.ym,U.a8x,U.a0i,U.a0k,U.a8l,U.a8p,A.a1B,A.ro,A.l8,A.k5,R.a3i,R.rG,B.o_,B.fK,B.Rc,B.Rd,B.a3R,B.cE,K.cZ,X.Vl,X.ml,V.M2,B.IK,B.p4,N.a87,N.a88,N.tO,N.eV,N.Mb,N.a9a,N.x6,N.co,N.jb,N.a9t,N.a9b,N.Md,U.Px,U.MY,U.MX,B.wl,B.h7,U.dY,L.n3,N.ez,N.MK,Q.fw,Q.BK,K.GS,D.a9G,O.lH,O.Nm,O.Zh,O.Mt,O.P9,O.ls,O.xa,O.P7,U.un,U.mq,U.Pd,U.uj,U.Ou,U.Xd,U.TT,U.TS,A.vV,N.ai9,N.uk,N.Pp,N.VR,N.nm,N.r4,D.nI,D.a6o,T.qW,T.aeN,T.px,K.oj,X.bS,M.Fz,A.fP,L.uQ,L.GL,F.oe,F.IZ,E.DN,K.t0,K.i5,K.a5c,K.Mp,K.eC,K.mC,K.Db,K.RF,E.yB,L.ut,S.Dy,S.rA,G.yQ,K.i3,Z.KZ,T.IA,T.IB,M.L9,M.a5X,K.ajb,M.kn,M.P2,G.AY,L.zV,A.zW,Y.Qe,B.Le,F.a62,F.Lc,E.t4,X.S1,X.TA,G.a80,F.AE,F.SJ,F.Mf,U.hr,U.dG,G.a8J,Y.a2Y,D.JT,D.kc,D.jA,Y.mH,Y.i0,Y.QD,Y.QC,S.SG,S.DB,S.mk,F.XO,F.ll,F.H1,F.wL,F.H0,F.XJ,F.HQ,F.nr,F.H2,F.qG,F.jQ,F.wK,F.qH,G.a8I,M.a9Z,M.a3d,L.xv,Q.Fu,E.I0,R.a2X,D.Lp,D.Oa,D.wx,D.wc,T.a2O,T.bK,T.a8L,T.JJ,T.a8K,L.d_,M.wq,E.JH,G.bH,L.kA,V.a_4,Z.el,U.ID,G.eb,Z.MI,Y.pr,Y.Ol,Y.iq,Y.Kc,Y.Kb,L.q6,R.w7,K.Fv,Z.Kd,V.t9,E.a6M,Z.hH,O.eK,E.lO,T.oa,T.ph,E.o9,E.ap,E.m_,E.db,E.ik,S.u6,D.B1,B.MN,T.MS,E.kJ,X.Tw,B.Gt,R.Tu,T.B2,L.MT,B.MR]) +q(H.cU,[H.Gm,H.Gl,H.akS,H.ajg,H.Vq,H.a3E,H.Zo,H.ak2,H.akB,H.akC,H.a2n,H.a2m,H.a2p,H.a2o,H.a7X,H.akR,H.akQ,H.aki,H.akk,H.akm,H.a0a,H.a09,H.ajI,H.Wv,H.Ww,H.Wt,H.Wu,H.Ws,H.Xw,H.Xy,H.Xz,H.alq,H.alp,H.agd,H.a_o,H.a_p,H.a_m,H.a_n,H.a0u,H.a0v,H.a0N,H.ajL,H.ajM,H.ajN,H.ajO,H.ajP,H.ajQ,H.ajR,H.ajS,H.a0x,H.a0y,H.a0z,H.a0A,H.a0C,H.a1J,H.a6T,H.a6U,H.a_e,H.Yz,H.Yt,H.Yu,H.Yv,H.Yw,H.Yx,H.Yy,H.Yr,H.YB,H.abQ,H.aj5,H.agj,H.agl,H.agm,H.agn,H.ago,H.agp,H.aiK,H.aiL,H.aiM,H.aiN,H.aiO,H.ag1,H.ag2,H.ag3,H.ag4,H.ag5,H.a01,H.a02,H.a69,H.a6a,H.ak3,H.ak4,H.ak5,H.ak6,H.ak7,H.ak8,H.ak9,H.aka,H.X8,H.a1u,H.a9_,H.a92,H.a93,H.a94,H.Zq,H.Zr,H.agr,H.Yl,H.Yj,H.Yk,H.X3,H.X4,H.X5,H.X6,H.a_C,H.a_D,H.a_A,H.Vj,H.Z4,H.Z5,H.a_y,H.a_x,H.W5,H.WG,H.ZI,H.I8,H.M7,H.a0p,H.a0o,H.akM,H.akO,P.abz,P.aby,P.ajk,P.ajj,P.ZG,P.aec,P.aek,P.a8v,P.a8u,P.adg,P.adf,P.ahr,P.ahq,P.aeL,P.afq,P.a16,P.a8c,P.a8g,P.afh,P.XQ,P.XR,P.a9U,P.ajy,P.ajz,W.Ya,W.YJ,W.a_v,W.adI,W.adJ,W.a2j,W.a2i,W.ai2,W.ai3,W.aih,P.ajs,P.YY,P.YZ,P.Z_,P.adL,P.adK,P.adO,P.adQ,P.adN,P.adM,P.aog,P.aof,P.a0q,P.ajv,P.ajw,P.akq,P.akr,P.aks,P.alj,P.alk,E.ada,K.WV,K.a2f,K.adc,U.Zc,U.Zd,U.Ze,U.akx,R.a8i,O.a8P,D.ael,S.afy,S.afx,D.a1b,E.afS,K.ach,K.aci,K.acj,K.abY,K.abZ,K.ac_,K.ac9,K.aca,K.acb,K.acc,K.acd,K.ace,K.acf,K.acg,K.ac7,K.abW,K.ac8,K.abV,K.ac0,K.ac1,K.ac2,K.ac3,K.ac4,K.ac5,K.ac6,K.acq,K.acp,K.acr,E.Xc,R.af9,L.ah1,Q.ah8,M.afN,M.afA,M.afB,M.afC,O.a1f,K.a2H,Z.agu,Z.agt,Z.a3t,Y.agP,Y.agO,Y.agQ,M.a5x,M.a5F,E.afE,E.afG,E.afF,E.afD,N.ai5,Z.ain,Z.aio,E.a96,E.a97,K.abv,S.aiD,S.aiE,S.aiF,S.aiH,S.aiI,Y.acu,Y.acv,Z.Wm,Z.Wn,E.acl,M.a_W,M.a_Q,M.a_P,L.Vn,L.a_Y,G.a06,G.a05,V.ai0,V.ai1,N.a52,S.VK,D.a4e,D.a4j,D.a4g,R.a4y,R.a4z,R.a4u,R.a4v,R.a4w,R.a4x,R.a4s,R.a4t,A.a1E,A.a1D,K.a4G,K.a4H,K.a4F,Q.a4J,Q.a4K,G.ajD,G.agg,G.a4P,F.a4R,F.a4T,F.a4S,K.a4Y,K.a4W,K.a4X,K.a4V,Q.a51,Q.a50,N.a5M,N.a5L,M.a9A,A.a6t,A.a6r,A.ahK,A.ahJ,A.ahH,A.ahI,A.ajo,A.a6w,A.a6v,A.a6f,A.a6i,A.a6g,A.a6j,A.a6h,A.a6k,A.a6l,Q.VY,N.adj,A.VB,A.a1o,B.a3T,K.a58,K.a59,K.a57,B.Z1,B.Z0,U.ajK,U.Vf,U.Vg,U.ae2,U.ae_,U.adY,U.adZ,U.ae1,S.aj6,B.ae6,L.abI,L.abN,T.a5b,N.aja,N.aj8,D.XX,D.Y4,D.Y2,D.Y1,D.Y0,D.adz,O.Zi,U.ajF,U.Zk,U.Zj,U.agW,U.Xg,U.Xh,U.Xj,U.Xk,U.Xe,U.Xm,U.Xn,U.Xp,U.Xq,U.agT,U.agU,U.agR,U.a46,A.Zx,N.af5,N.Ye,N.Yf,N.Yb,N.Yd,N.Yc,N.a2L,N.a4A,D.ZR,D.ZU,D.ZW,D.ZY,D.a__,D.ZT,D.adn,D.ado,D.adp,D.ads,D.adt,D.adu,T.a_j,T.a_h,Y.a_F,G.a00,G.a0_,G.a_Z,G.abf,G.abg,G.abh,G.abi,G.abj,G.abk,G.abl,G.abm,G.abp,G.abo,G.abn,G.abq,G.abr,G.abs,G.abt,M.a04,L.ajV,L.ajW,L.ajX,L.afv,L.afw,K.a5e,K.a5d,K.a5h,K.a5j,K.a5f,K.a2e,K.ahs,K.ahv,K.a2c,K.a22,K.a24,K.a26,K.a28,K.a2a,X.a2A,X.ahf,X.ahd,X.ahe,X.ahc,S.a2G,G.a_q,K.ahm,T.a9L,T.a9K,T.a1_,T.ag_,T.afX,Y.a5T,K.a5V,K.a5W,Q.a5Z,A.a6_,B.a61,F.a67,F.a64,F.a66,E.a6b,E.a41,E.a3Y,E.a3U,E.a3V,E.a3W,E.a4_,E.a43,E.a42,G.a85,F.a9v,F.a9w,F.a9u,F.air,F.ait,F.aiv,F.aix,D.a30,Y.a34,Y.a33,E.al5,E.al6,E.al7,E.al8,E.al9,E.ala,E.alb,E.alc,S.adB,S.adF,S.adE,D.alm,L.ald,L.ale,L.alg,O.akG,F.XM,F.XL,G.a8N,G.a8O,M.a_d,V.a_N,V.a_O,D.ag8,D.ai4,D.ajd,V.a_5,E.akh,E.ak1,E.akg,E.ak0,D.alt,X.a6E,K.afl,Y.a3G,X.a3I,Z.aj2,Z.aj4,Z.aj0,V.a6L,F.a1X,F.a1W,F.a1N,F.a1O,F.a1P,F.a1Q,F.a1R,F.a1S,F.a1T,F.a1U,Z.WJ,Z.WI,O.a_8,O.a_7,O.aaw,O.aas,O.aaz,O.aay,N.aaM,N.aaI,T.ad3,T.ad7,T.ad6,T.ad2,T.acK,T.acS,T.acN,T.acZ,T.acV,B.acA,B.acz,E.aeA,E.aev,E.aew,E.aex,E.aeo,E.aeC,K.aba,K.ab2,K.aaX,K.ab0,K.ab1,Z.a20,Z.a1Y,U.af1,U.aeW,Z.agL,Z.agK,Z.agE,Z.agI,Z.agJ,V.a5J,V.a5G,L.ahX,L.ahW,L.ahR,L.ahU,L.ahV,G.aag,G.aam,G.aae,G.aak,G.aah,G.aaf,G.aai,G.aal,G.aaj,G.akz]) +q(H.Gm,[H.akT,H.akP,H.a0b,H.a0c,H.a8H,H.aku,H.a2S,H.a0K,H.a0G,H.a8n,H.a5o,H.a5q,H.aln,H.W6,H.WF,H.a3y,H.a0n,H.akN,P.ajl,P.ako,P.ZH,P.aed,P.a_b,P.a0Y,P.a15,P.a8f,P.a8e,P.afk,P.a2g,P.a9T,P.a9V,P.aiS,P.aiR,P.ajx,W.a1p,W.a1q,W.a1r,W.a1s,W.a5l,W.a5m,W.a8q,W.a8r,W.aiW,P.aie,P.aif,P.aap,P.akv,P.Vu,P.Vv,E.WS,O.a3o,S.a17,S.afz,E.afT,Z.ah4,K.ah5,L.ah3,L.ah2,L.ah0,Q.ah7,Z.agv,U.acs,M.a5E,M.ahB,N.ai7,Z.aim,Z.aip,Z.ajf,Y.act,E.a_K,M.a_V,M.a_S,L.Vo,L.a1L,S.a4a,D.a4h,D.a4i,D.a4f,F.a4o,F.a4m,F.a4n,F.a4l,A.a1C,K.a36,K.a35,K.a37,K.a38,Q.a4L,Q.a4M,E.a5_,E.a4k,E.a4q,E.a4p,T.a4N,N.a5N,A.ahG,A.a6x,A.a6y,N.adk,U.a8m,B.ae7,D.XW,D.Y3,U.Xl,U.Xf,U.Xi,U.Xo,U.Xr,U.agV,U.agS,U.a44,U.a45,A.ae3,N.a4B,T.a_i,T.aeO,K.aeS,K.ag7,X.ahg,G.a_r,K.aje,T.afZ,T.afY,T.afW,B.a60,F.ahD,X.a6P,E.a6S,E.ahb,E.aha,D.a31,Y.a2w,S.al2,S.al3,Z.aj1,F.abw,B.YG,F.a1V,O.aav,O.aaC,O.aaE,N.aaL,T.acR,T.acY,E.aez,A.akJ]) +q(H.Gl,[H.akU,H.ajh,H.Vr,H.a3F,H.a_u,H.a_t,H.Zn,H.Zp,H.ajY,H.YO,H.a7Y,H.a7Z,H.We,H.akj,H.akl,H.ZA,H.ZB,H.Wj,H.a2T,H.a8E,H.a8F,H.a0w,H.a0M,H.a0D,H.a0E,H.a0F,H.a0H,H.a0I,H.a0J,H.a_g,H.YA,H.Ys,H.akX,H.akY,H.a3f,H.agk,H.a3m,H.Va,H.Vb,H.a68,H.YD,H.YF,H.YE,H.a1v,H.a95,H.agq,H.a5p,H.Xv,H.a_B,H.Z3,H.a91,H.aa7,H.Yn,H.W7,H.al1,H.a3z,P.abA,P.abB,P.aiz,P.aiy,P.aji,P.abD,P.abE,P.abG,P.abH,P.abF,P.abC,P.ZF,P.ZE,P.ZD,P.ae8,P.aeg,P.aee,P.aea,P.aef,P.ae9,P.aej,P.aei,P.aeh,P.a8s,P.a8w,P.a8t,P.aib,P.aia,P.abd,P.abU,P.abT,P.age,P.ajn,P.ade,P.add,P.akb,P.ahp,P.aho,P.aa2,P.aa1,W.YI,P.adP,P.Wa,P.Wb,P.alB,E.adb,U.akn,U.ajm,U.Zb,N.VD,B.W8,D.ZL,D.ZK,N.ZO,N.ZP,K.Zu,K.Zs,K.Zt,T.a13,T.a12,T.a11,O.XC,O.XG,O.XH,O.XD,O.XE,O.XF,O.a3p,S.a3x,N.a8V,N.a8W,N.a8X,N.a8Y,V.ZN,E.abx,D.a1a,R.Vz,E.afU,K.abX,Z.XP,O.ajG,U.ajH,R.afa,R.af7,R.af8,L.aeM,L.afd,O.a1d,O.a1e,M.a5y,M.a5z,M.a5u,M.a5v,M.a5w,M.adR,M.a5B,M.a5D,M.a5C,E.afM,E.afL,E.afK,E.afI,E.afJ,E.afH,N.ai6,Z.aij,Z.aii,Z.ail,Z.aik,X.a9y,F.a9E,F.a9F,F.a9C,F.a9D,S.aiG,E.a_J,E.a_I,E.aft,M.a_R,M.a_T,M.a_U,M.YR,L.a1K,S.a4b,S.a4d,S.a4c,A.a1H,A.a1G,A.a1F,K.a2K,K.a2J,K.a4E,K.a4I,U.a4Q,N.a5O,N.a5P,N.a5Q,Q.VX,N.a6F,N.a6G,Q.a_a,B.a3Q,K.a55,K.a56,K.a54,X.a8S,N.a9o,U.aaq,U.ae0,U.adW,U.adX,U.adV,S.aj7,B.ae5,B.ae4,L.abM,L.abK,L.abL,L.abJ,N.aj9,N.aa9,N.a4C,N.a4D,Q.adx,Q.ady,D.Y5,D.XU,D.XV,D.Y6,D.XY,D.XZ,D.Y_,L.adS,L.adT,L.adU,A.Zy,A.Zw,A.Zv,N.VS,N.VT,N.WB,N.WC,D.ZQ,D.ZS,D.ZV,D.ZX,D.ZZ,D.a_0,D.adr,D.adq,T.aeR,T.aeQ,T.aeP,U.af2,U.af3,U.af4,G.Vk,A.afm,A.afn,A.afo,L.afu,F.afO,F.afP,X.a1x,X.a1w,K.a5i,K.a5k,K.a5g,K.ahu,K.aht,K.a23,K.a25,K.a27,K.a29,K.a2b,K.a21,E.ah9,X.agb,X.a2E,X.a2D,X.a2F,X.a2C,X.a2B,L.aem,G.agh,K.ahl,K.a5a,T.a9M,T.a9N,T.afV,T.a1z,T.a1y,Y.a5S,Q.a5Y,F.a63,F.a65,E.a40,E.a3X,E.a3Z,X.a6O,R.a6V,G.a83,G.a84,G.a82,G.a86,F.aiq,F.ais,F.aiu,F.aiw,K.abu,D.a3_,D.a2Z,D.Vm,S.adD,S.adA,L.alf,L.alh,O.akH,F.XK,F.XN,G.aig,M.a_f,F.a0Z,Y.af6,Z.aj3,Z.aiY,Z.aiZ,Z.aiX,Z.aj_,F.alA,B.YH,O.aar,O.aat,O.aau,O.aaD,O.aaB,O.aaF,O.aaA,O.aaG,O.aax,N.aaH,N.aaJ,N.aaK,N.aaN,T.ad_,T.ad0,T.ad1,T.ad5,T.ad4,T.acL,T.acT,T.acI,T.acJ,T.acM,T.acO,T.acP,T.acQ,T.acU,T.acW,T.acX,B.acH,B.acG,B.acE,B.acB,B.acC,B.acD,B.acy,B.acF,B.acx,E.aer,E.aeq,E.aep,E.aeG,E.aeF,E.aeH,E.aeE,E.aeI,E.aeD,E.aeJ,E.aeu,E.aet,E.aes,E.aey,E.aen,E.aeB,K.aaU,K.aaV,K.abc,K.ab6,K.ab7,K.ab5,K.ab8,K.ab4,K.ab9,K.ab3,K.abb,K.aaY,K.aaZ,K.ab_,K.aaW,K.aaO,K.aaP,K.aaQ,K.aaR,K.aaS,K.aaT,Z.a1Z,Z.a2_,U.aeT,U.aeX,U.aeY,U.aeZ,U.af_,U.af0,U.aeU,U.aeV,M.a0d,Z.agC,Z.agM,Z.agN,Z.agF,Z.agG,Z.agH,Z.agD,Z.agw,Z.agx,Z.agy,Z.agz,Z.agA,Z.agB,V.a5K,V.a5H,V.a5I,L.ahY,L.ahZ,L.ahS,L.ahT,L.ahL,L.ahM,L.ahN,L.ahO,L.ahP,L.ahQ,G.ai8]) +r(H.W3,H.RN) +r(H.Km,H.h9) +q(H.c2,[H.FF,H.G6,H.G3,H.G4,H.Gc,H.G9,H.G5,H.Gb,H.FI,H.FL,H.FH,H.FG,H.FQ,H.FR,H.FW,H.FV,H.FN,H.FM,H.FT,H.FX,H.FO,H.FP,H.FS,H.FU,H.G7,H.G8]) +q(J.i,[J.U,J.xG,J.xH,J.r,J.lE,J.jY,H.oh,H.dz,W.a6,W.Vd,W.n4,W.vW,W.Fy,W.ws,W.WL,W.ck,W.jJ,W.NX,W.fR,W.hI,W.WX,W.Xt,W.qF,W.Oz,W.wH,W.OB,W.XB,W.wU,W.a4,W.P_,W.YV,W.nE,W.hN,W.a_k,W.Pk,W.nQ,W.a10,W.a1l,W.PW,W.PX,W.hX,W.PY,W.a2d,W.Qi,W.a2y,W.j2,W.a2R,W.i1,W.QH,W.a3H,W.RL,W.ib,W.S9,W.ic,W.a8b,W.Sj,W.SO,W.a9B,W.ij,W.SW,W.a9J,W.a9W,W.aa6,W.TC,W.TG,W.TN,W.U_,W.U1,P.a03,P.xP,P.a2r,P.k2,P.PG,P.k8,P.Qr,P.a3k,P.a49,P.Sn,P.kB,P.T1,P.Vt,P.Nl,P.Vh,P.Sf]) +q(J.U,[H.na,H.W0,H.W1,H.WA,H.a7W,H.a7I,H.a7h,H.a7f,H.tg,H.a7g,H.th,H.a6Y,H.a6X,H.a7M,H.tr,H.a7J,H.to,H.a7N,H.ts,H.a7D,H.tk,H.a7E,H.tl,H.a7U,H.a7T,H.a7B,H.a7A,H.a73,H.te,H.a78,H.tf,H.a7w,H.a7v,H.a71,H.td,H.a7G,H.tm,H.a7q,H.ti,H.a70,H.tc,H.a7H,H.tn,H.a7c,H.a7b,H.a7Q,H.tt,H.a7a,H.a79,H.a7o,H.a7n,H.a7_,H.a6Z,H.a76,H.a75,H.m7,H.mb,H.a7F,H.fi,H.a7m,H.md,H.mc,H.a74,H.m8,H.a7j,H.a7i,H.a7u,H.ag6,H.a7d,H.me,H.ma,H.m9,H.a7x,H.a72,H.mf,H.a7s,H.a7r,H.a7t,H.Lw,H.oU,H.a7L,H.tq,H.a7K,H.tp,H.a7z,H.a7y,H.Ly,H.Lx,H.Lv,H.oT,H.Aa,H.a7S,H.ks,H.Lu,H.a7l,H.tj,H.a7O,H.a7P,H.a7V,H.a7R,H.a7e,H.a9R,H.jc,H.a0m,H.a7p,H.a77,H.a7k,H.nW,J.JX,J.jj,J.iP,L.a0r,B.Wx,S.aa_,S.aa4,S.X9]) +r(H.a9Q,H.Lu) +q(H.cS,[H.e9,H.tu,H.wd]) +q(H.e9,[H.y7,H.FE,H.G0,H.qk,H.ql,H.qi,H.FK,H.we,H.lc]) +q(H.FJ,[H.Wd,H.qj]) +q(P.p,[H.rq,P.xD,H.ip,H.Q,H.fI,H.b7,H.jS,H.p1,H.kt,H.Ac,H.nD,H.im,H.Bo,H.Sm,P.y0,P.nq,T.fj,R.bI,R.xn]) +q(H.eO,[H.qv,H.JV,H.K1]) +q(H.qv,[H.KW,H.Gf,H.Gh,H.Jd,H.AS,H.JS]) +r(H.Jb,H.AS) +q(P.xD,[H.G2,H.M0,H.N0,P.DD]) +q(H.lc,[H.FZ,H.G_,H.FY]) +q(P.bF,[H.Fw,H.iQ,P.mr,H.Ic,H.Mu,H.L2,H.OJ,P.xK,P.n1,P.J4,P.fs,P.k7,P.u_,P.tY,P.kv,P.Gp,P.GA,U.P6]) +q(H.Ym,[H.jB,H.Oy]) +q(H.di,[H.dZ,H.JO]) +q(H.dZ,[H.QB,H.CL,H.yG,H.yI,H.yJ,H.yM,H.yN]) +r(H.yH,H.QB) +r(H.yK,H.CL) +r(H.Xs,H.Oy) +r(H.DA,P.a8U) +q(H.JO,[H.JP,H.yL]) +q(H.cQ,[H.wJ,H.yD,H.Jx,H.JB,H.Jz,H.Jy,H.JA]) +q(H.wJ,[H.Jm,H.Jl,H.Jk,H.Jr,H.Jv,H.Ju,H.Jo,H.Jn,H.Jt,H.Jw,H.Jp,H.Jq,H.Js]) +q(H.Ha,[H.a_3,H.xl]) +r(H.a_2,H.xl) +r(H.HW,H.HX) +q(H.VO,[H.rp,H.A8]) +q(H.a9Y,[H.a_c,H.WW]) +r(H.VP,H.a3c) +r(H.Yq,P.a3a) +q(H.abP,[H.TQ,H.aiJ,H.TL]) +r(H.agi,H.TQ) +r(H.ag0,H.TL) +q(H.fQ,[H.qf,H.r0,H.r3,H.rb,H.re,H.t3,H.tH,H.tM]) +q(H.a6m,[H.X7,H.a1t]) +q(H.wA,[H.a6B,H.HP,H.a5s]) +r(P.y1,P.Cl) +q(P.y1,[H.jy,H.tZ,W.NC,W.pt,W.dm,P.Hq,E.kE]) +r(H.Pv,H.jy) +r(H.Mr,H.Pv) +q(H.tC,[H.FB,H.KX]) +r(H.R3,H.HH) +q(H.z5,[H.yP,H.mi]) +r(H.a5n,H.zI) +q(H.a9q,[H.XA,H.W4]) +q(H.Yo,[H.a2h,H.a9m,H.a2q,H.X0,H.a2V,H.Yg,H.a9X,H.a1M]) +q(H.HP,[H.a_z,H.Vi,H.Z2]) +q(H.a99,[H.a9g,H.a9n,H.a9i,H.a9l,H.a9h,H.a9k,H.a98,H.a9d,H.a9j,H.a9f,H.a9e,H.a9c]) +r(P.nz,P.Zg) +r(P.Lq,P.nz) +r(H.H9,P.Lq) +r(H.Hd,H.H9) +r(J.a0l,J.r) +q(J.lE,[J.r9,J.xI]) +q(P.dk,[H.nd,P.v4,W.BH]) +q(H.ip,[H.nb,H.E7,H.jH,H.jG]) +r(H.BE,H.nb) +r(H.Bh,H.E7) +r(H.cc,H.Bh) +r(P.y8,P.au) +q(P.y8,[H.nc,H.es,P.pu,P.Pz,W.Nk]) +r(H.nh,H.tZ) +q(H.Q,[H.ba,H.nt,H.y_,P.pv,P.Co,P.kR,P.pF,P.Dr]) +q(H.ba,[H.ih,H.at,H.bB,P.y2,P.PA]) +r(H.hL,H.fI) +q(P.Ib,[H.ya,H.u2,H.M6,H.LC,H.LD,Z.aan]) +r(H.wN,H.p1) +r(H.qM,H.kt) +r(P.DT,P.rh) +r(P.pg,P.DT) +r(H.wn,P.pg) +q(H.qt,[H.aV,H.bR]) +r(H.xB,H.I8) +r(H.yx,P.mr) +q(H.M7,[H.LU,H.qa]) +q(H.dz,[H.yn,H.rr]) +q(H.rr,[H.CA,H.CC]) +r(H.CB,H.CA) +r(H.lQ,H.CB) +r(H.CD,H.CC) +r(H.fM,H.CD) +q(H.lQ,[H.yo,H.IU]) +q(H.fM,[H.IV,H.yq,H.IW,H.IX,H.IY,H.yr,H.oi]) +r(H.DP,H.OJ) +r(P.aC,P.Bk) +q(P.v3,[P.u9,P.v7]) +q(P.v4,[P.mu,P.BS]) +r(P.ue,P.hv) +r(P.Sk,P.N_) +q(P.Qz,[P.Cc,P.v5]) +q(P.Ok,[P.ui,P.Bu]) +q(P.Ty,[P.O8,P.RK]) +r(P.C0,P.pu) +q(H.es,[P.afs,P.uD]) +r(P.pD,P.El) +q(P.pD,[P.jp,P.fm,P.Ep]) +r(P.eH,P.ir) +r(P.jn,P.eH) +q(P.jn,[P.By,P.kN]) +r(P.e4,P.Ep) +q(P.Se,[P.cz,P.eh]) +q(P.Sd,[P.Ds,P.Dt]) +r(P.Ag,P.Ds) +q(P.ju,[P.dq,P.Dv,P.pE]) +r(P.Du,P.Dt) +r(P.tA,P.Du) +q(P.Gn,[P.VA,P.Yh,P.a0s]) +r(P.iH,P.LW) +q(P.iH,[P.Fh,P.Fg,P.If,P.Ie,P.Mz,P.AW,U.MQ]) +r(P.Id,P.xK) +r(P.afi,P.afj) +r(P.aa0,P.Yh) +q(P.fs,[P.rT,P.I2]) +r(P.Oc,P.vc) +q(W.a6,[W.ab,W.VM,W.YX,W.xr,W.a1k,W.IL,W.lN,W.yk,W.yl,W.J9,W.a5R,W.jm,W.ia,W.Dp,W.a8a,W.ii,W.fU,W.DJ,W.aa5,W.pj,P.WY,P.Vw,P.q7]) +q(W.ab,[W.az,W.iE,W.jO,W.ua]) +q(W.az,[W.ae,P.aR]) +q(W.ae,[W.F0,W.F6,W.q8,W.n5,W.Fs,W.lb,W.lk,W.H6,W.Hp,W.jU,W.HY,W.nR,W.nU,W.xS,W.IF,W.od,W.lP,W.J8,W.Jf,W.yE,W.JG,W.zP,W.Lg,W.LK,W.tz,W.Am,W.Ar,W.M4,W.M5,W.tI,W.tJ]) +r(W.qw,W.ck) +r(W.WM,W.jJ) +r(W.qx,W.NX) +r(W.qy,W.fR) +q(W.hI,[W.WO,W.WP]) +r(W.OA,W.Oz) +r(W.wG,W.OA) +r(W.OC,W.OB) +r(W.GW,W.OC) +q(W.ws,[W.YP,W.a2M]) +r(W.fy,W.n4) +r(W.P0,W.P_) +r(W.ny,W.P0) +r(W.Pl,W.Pk) +r(W.nN,W.Pl) +r(W.lw,W.xr) +q(W.a4,[W.kF,W.rk,W.j7,W.LS,P.MA]) +q(W.kF,[W.k0,W.eQ,W.mp]) +r(W.IM,W.PW) +r(W.IN,W.PX) +r(W.PZ,W.PY) +r(W.IO,W.PZ) +r(W.Qj,W.Qi) +r(W.ru,W.Qj) +r(W.QI,W.QH) +r(W.K3,W.QI) +q(W.eQ,[W.kf,W.pi]) +r(W.L1,W.RL) +r(W.Lm,W.jm) +r(W.Dq,W.Dp) +r(W.LP,W.Dq) +r(W.Sa,W.S9) +r(W.LR,W.Sa) +r(W.Al,W.Sj) +r(W.SP,W.SO) +r(W.Mg,W.SP) +r(W.DK,W.DJ) +r(W.Mh,W.DK) +r(W.SX,W.SW) +r(W.AR,W.SX) +r(W.MC,W.od) +r(W.MG,W.fU) +r(W.TD,W.TC) +r(W.NW,W.TD) +r(W.Bx,W.wH) +r(W.TH,W.TG) +r(W.Pf,W.TH) +r(W.TO,W.TN) +r(W.Cz,W.TO) +r(W.U0,W.U_) +r(W.Sb,W.U0) +r(W.U2,W.U1) +r(W.Sr,W.U2) +r(W.OH,W.Nk) +r(W.mv,W.BH) +r(W.BI,P.jg) +r(W.SA,W.Dn) +r(P.v6,P.aid) +r(P.io,P.aao) +r(P.OZ,P.YW) +q(P.jZ,[P.xJ,P.uB]) +r(P.nV,P.uB) +q(P.aR,[P.cw,P.t2]) +r(P.PH,P.PG) +r(P.Iq,P.PH) +r(P.Qs,P.Qr) +r(P.J6,P.Qs) +r(P.So,P.Sn) +r(P.LY,P.So) +r(P.p_,P.cw) +r(P.T2,P.T1) +r(P.Mo,P.T2) +q(P.Ja,[P.l,P.D]) +r(P.Fb,P.Nl) +r(P.a2u,P.q7) +r(P.Sg,P.Sf) +r(P.LT,P.Sg) +q(E.a3b,[G.YT,R.a_L]) +r(G.YU,G.YT) +q(B.ao,[X.bZ,V.Gz,B.AX,B.pA,N.Sx,E.wv]) +q(X.bZ,[G.N9,S.N1,S.N2,S.vB,S.R7,S.RH,S.O6,S.SY,S.Bl,R.E3]) +r(G.Na,G.N9) +r(G.Nb,G.Na) +r(G.mZ,G.Nb) +q(T.a6Q,[G.afe,G.ahh,D.ZC,M.Ah,Y.VH,Y.Wk]) +r(S.R8,S.R7) +r(S.R9,S.R8) +r(S.z_,S.R9) +r(S.RI,S.RH) +r(S.km,S.RI) +r(S.qA,S.O6) +r(S.SZ,S.SY) +r(S.T_,S.SZ) +r(S.pd,S.T_) +r(S.Bm,S.Bl) +r(S.Bn,S.Bm) +r(S.qs,S.Bn) +q(S.qs,[S.vM,A.Ba]) +q(Z.yF,[Z.ha,E.abR]) +q(Z.ha,[Z.Cj,Z.zJ,Z.er,Z.AH,Z.jK,Z.x3,Z.Od]) +r(R.bc,R.E3) +q(R.aD,[R.fY,R.ay,R.fv]) +q(R.ay,[R.zF,R.f4,R.zb,R.lB,D.ye,L.C9,M.oR,K.p8,S.l6,G.n8,G.lh,G.jR,G.n7,G.ob,G.p7]) +r(Y.Xb,Y.Os) +q(Y.Xb,[N.h,N.aW,G.iN,A.a6z]) +q(N.h,[N.X,N.aI,N.b0,N.ah,N.Qo]) +q(N.X,[F.wt,E.rV,S.o6,E.vS,E.w_,E.pB,Z.z9,K.w5,K.wa,Z.wM,D.xw,R.C6,L.Be,L.BX,L.nT,M.yb,G.I1,Z.yT,Z.rK,U.Ka,Y.rS,M.zM,M.BL,M.zK,N.je,Z.Ay,A.jV,S.AP,U.hA,U.nC,S.B_,B.qT,L.vU,T.fL,T.ig,X.oS,Q.wE,D.qJ,L.nA,U.xd,A.xf,D.kj,T.nK,U.xs,L.y4,F.Ct,K.vJ,K.yt,X.uM,X.yC,L.xk,G.yR,K.m4,K.zH,T.uJ,Q.zT,F.zZ,F.DH,F.AC,F.u4,G.Ao,K.xL,M.z1,Z.AZ,F.vO,B.qN,O.mV,N.mW,T.wr,B.nj,E.nJ,K.mX,U.nM,U.xC,Z.yY,L.oN,G.oX,F.iI,Z.rl]) +r(N.a1,N.Sh) +q(N.a1,[F.Eb,E.uT,S.Cp,E.Bb,E.Bf,E.uH,Z.TR,K.TB,K.E8,Z.BA,D.C7,R.Eh,L.E5,L.Eg,L.Ei,M.TJ,G.uy,Z.rM,Z.rL,U.Ea,Y.vf,M.De,M.Ee,M.Df,N.Do,Z.Em,A.up,S.Eo,U.B5,U.BP,S.Ug,B.BR,L.Bc,T.Cy,T.Si,Q.Ec,D.BB,L.um,U.Pc,A.xg,D.rU,T.uu,U.TI,L.PM,F.TK,K.CH,X.CJ,X.Qv,L.Ef,G.CN,K.TZ,K.Da,T.jq,Q.zU,F.Di,X.Dm,F.En,F.DG,K.B9,F.Ts,G.DC,K.Ej,M.CS,Z.To,F.E4,B.BG,O.B6,N.B7,T.Bq,B.NJ,E.BV,K.B8,U.BZ,U.Py,Z.CR,L.Dk,G.Sc,F.O7,Z.PV]) +r(F.NZ,F.Eb) +q(V.Gz,[F.NY,F.SI,L.Pr,M.RY,U.NE,F.SH,L.Pi]) +q(P.k,[E.O_,E.lf]) +r(E.dU,E.O_) +q(F.a9s,[L.ad9,F.WU,L.adw,F.a1g]) +r(T.eL,T.Pm) +r(T.O0,T.eL) +r(T.Gv,T.O0) +q(L.eP,[L.O1,U.PQ,L.Tr]) +q(E.rV,[E.qz,E.uG]) +r(E.j8,E.uT) +q(E.j8,[E.Bs,E.PR]) +r(R.Gw,R.O2) +q(N.aI,[K.Gx,R.Fe,R.q5,K.ng,E.GP,E.l5,Z.qE,Z.H3,E.x4,B.HZ,R.r6,Q.Iw,M.Dl,B.IH,Z.CP,M.Nn,E.Lf,K.tU,S.SU,L.Qp,T.xR,T.f3,M.Gs,D.HK,L.cd,M.uc,X.rm,X.Q_,E.J_,U.dA,S.rz,G.xq,Q.L3,B.Ld,E.Lo,R.LQ,L.Qq,L.aN,U.AJ,U.Mk,L.MF,D.rs,D.mD,D.kq,F.MJ,F.IS,Q.qu,Z.IT,M.r8,V.oF,M.qB]) +q(N.b0,[N.bg,N.dN]) +q(N.bg,[K.C2,Z.x2,R.CK,M.dM,M.Dd,M.RP,U.B4,T.hc,S.fE,U.uo,A.BQ,L.Cn,F.iT,K.nL,E.rQ,K.pf,T.Cx,K.oH,Q.Dh,F.v1,U.BD,Y.e2]) +r(K.O4,K.yv) +r(K.wu,K.O4) +r(K.adl,R.Gw) +q(Y.dV,[Y.hb,Y.wB]) +q(Y.hb,[U.mw,K.GN]) +q(U.mw,[U.qO,U.Hh,U.Hf]) +r(U.bp,U.P5) +r(U.lr,U.P6) +q(Y.wB,[U.P4,Y.GM,A.RV]) +q(B.b2,[B.ef,F.AM,L.C8,M.RO,D.m0,A.IP,N.fV,A.t7,K.zE,L.Ig,K.dC,X.ka,L.BT,F.zR,E.t5,X.RZ,G.hf]) +q(D.eM,[D.IC,N.hO]) +q(D.IC,[D.ee,N.AV]) +r(F.xY,F.fa) +r(N.x8,U.bp) +r(F.bh,F.QR) +r(F.U8,F.MW) +r(F.U9,F.U8) +r(F.T7,F.U9) +q(F.bh,[F.QJ,F.QY,F.QU,F.QP,F.QS,F.QN,F.QW,F.R1,F.j5,F.QL]) +r(F.QK,F.QJ) +r(F.or,F.QK) +q(F.T7,[F.U4,F.Ud,F.Ub,F.U7,F.Ua,F.U6,F.Uc,F.Uf,F.Ue,F.U5]) +r(F.T3,F.U4) +r(F.QZ,F.QY) +r(F.ou,F.QZ) +r(F.Tb,F.Ud) +r(F.QV,F.QU) +r(F.kg,F.QV) +r(F.T9,F.Ub) +r(F.QQ,F.QP) +r(F.lX,F.QQ) +r(F.T6,F.U7) +r(F.QT,F.QS) +r(F.lY,F.QT) +r(F.T8,F.Ua) +r(F.QO,F.QN) +r(F.ke,F.QO) +r(F.T5,F.U6) +r(F.QX,F.QW) +r(F.ot,F.QX) +r(F.Ta,F.Uc) +r(F.R2,F.R1) +r(F.ow,F.R2) +r(F.Td,F.Uf) +r(F.R_,F.j5) +r(F.R0,F.R_) +r(F.ov,F.R0) +r(F.Tc,F.Ue) +r(F.QM,F.QL) +r(F.os,F.QM) +r(F.T4,F.U5) +q(D.cW,[S.Pg,V.pq]) +r(S.cN,S.Pg) +q(S.cN,[S.c5,F.hK]) +q(S.c5,[K.hM,S.rP,O.wI,G.CM]) +q(O.vb,[O.Cs,O.uL]) +q(S.rP,[T.fb,N.Fi]) +q(O.wI,[O.il,O.hR,O.i_]) +q(N.Fi,[N.fk,X.u8]) +r(R.qY,R.jl) +q(K.La,[S.a1c,O.a5U]) +q(T.a6R,[E.aiA,E.afR,Z.ags,S.aiC]) +r(E.R5,P.D) +q(N.ah,[N.aX,L.Bt,Q.Cm,N.eu,N.Io,N.m1,A.hG,G.LJ]) +q(N.aX,[E.Nf,Z.Pt,K.Pu,E.NB,M.Pq,Z.PU,X.vP,T.rw,T.ww,T.Gg,T.Ge,T.JQ,T.JR,T.pe,T.qr,T.Go,T.Hs,T.HJ,T.bb,T.dS,T.jM,T.da,T.en,T.o1,T.rv,T.Ia,T.LI,T.Iz,T.Rf,T.fh,T.hS,T.EX,T.t6,T.yj,T.Fk,T.lp,T.I3,T.wj,M.GC,D.Ph,T.HC,T.HD,F.RR,E.v2,R.Ls,K.wY,U.Ms]) +q(B.F,[K.Rt,T.PF,A.RW]) +r(K.t,K.Rt) +q(K.t,[S.y,G.dB,A.RD]) +q(S.y,[T.D6,L.uV,Q.uX,E.D4,B.CV,D.CW,D.Rl,V.zk,F.Rn,U.zo,R.Rq,Q.D2,L.zu,G.QG,K.RB,Q.jt,A.TU,E.TW,X.TY,E.Ek,L.KI]) +r(T.zw,T.D6) +q(T.zw,[T.Kr,Z.D_,K.D0,Z.Rs,T.zs,T.zj]) +q(T.Kr,[E.Rj,E.CT,T.KK]) +r(V.vT,V.Ne) +r(D.rj,R.zb) +r(Q.yc,Q.PO) +r(D.vY,D.Np) +r(M.vZ,M.Nq) +q(K.bW,[T.rx,K.Qm]) +r(T.dl,T.rx) +r(T.uI,T.dl) +r(T.fJ,T.uI) +q(T.fJ,[T.yV,V.iZ]) +q(T.yV,[E.Cw,T.z6,Z.CQ]) +r(X.w0,X.Nr) +r(Z.Re,Z.TR) +r(M.w4,M.Ns) +r(A.bt,A.Nu) +r(K.E6,K.TB) +r(K.Nt,K.E6) +r(A.cO,A.Q1) +q(A.cO,[V.II,A.Oj,A.Qk,A.kx]) +q(V.II,[K.Q0,V.BF]) +r(M.Ft,M.Nv) +r(A.w8,A.Nx) +r(K.E9,K.E8) +r(K.Nz,K.E9) +q(F.AM,[K.Ny,Y.Ra]) +r(F.wb,F.NA) +r(K.FC,K.ND) +r(A.ni,A.NG) +r(E.fd,E.lf) +r(Z.wy,Z.Ob) +r(E.wC,T.z6) +r(Y.wD,Y.Ot) +r(G.wF,G.Ow) +r(Z.qI,Z.BA) +r(T.wP,T.OI) +r(A.a8j,A.Z9) +r(A.TE,A.a8j) +r(A.TF,A.TE) +r(A.adG,A.TF) +r(A.ahC,A.Z8) +r(S.x5,S.P3) +q(M.iM,[D.xx,R.lC]) +q(R.lC,[Y.lz,O.xy,U.xz]) +q(R.r7,[O.afb,U.afc]) +r(R.C5,R.Eh) +r(R.I5,R.r6) +q(Y.bN,[F.hh,Y.hm,Y.hw,F.Fm,X.z2]) +q(F.hh,[F.kG,F.fN]) +r(L.No,L.E5) +r(L.BY,L.Eg) +q(N.aW,[N.a7,N.wk,N.Qn]) +q(N.a7,[L.Og,Q.PL,N.tb,N.zG,N.In,N.of,A.uC,G.tx]) +r(L.Ca,L.Ei) +r(L.I6,L.Ps) +q(M.dM,[Q.rd,K.C4,Y.nO,L.qC]) +r(M.PS,M.TJ) +r(E.D5,E.D4) +r(E.KL,E.D5) +q(E.KL,[M.CZ,V.zi,E.KM,E.zg,E.KC,E.zp,E.KF,E.Rh,E.uU,E.Kw,E.KR,E.zl,E.Kz,E.KE,E.KN,E.zn,E.zr,E.zd,E.zv,E.Kt,E.KD,E.Kx,E.KA,E.KB,E.Ky,E.zf,T.uW,F.Rw,R.Rx,U.Tg]) +q(G.I1,[M.Cq,K.vI,G.vC,G.vG,G.vF,G.vD,G.vH]) +r(G.r2,G.uy) +q(G.r2,[G.q_,G.N5]) +q(G.q_,[M.PP,K.N8,G.N3,G.N6,G.N4,G.N7]) +r(E.ys,E.Qg) +r(U.yA,U.Qu) +r(V.Cr,V.iZ) +r(V.o7,V.Cr) +r(K.Jj,K.Qw) +r(Z.j6,Z.yT) +r(R.yU,R.R4) +r(U.qh,U.Ka) +r(U.NF,U.Ea) +r(B.yZ,B.R6) +r(Y.vg,Y.vf) +r(Y.uS,Y.vg) +r(T.z3,T.Rb) +r(M.zN,M.De) +q(K.WH,[S.aw,G.mh]) +r(M.Bd,S.aw) +q(B.a1I,[M.ahA,E.aiB]) +r(M.BM,M.Ee) +r(M.Dg,M.Df) +r(M.t1,M.Dg) +r(X.A0,X.RS) +r(Q.Ad,Q.S3) +r(K.Af,K.S8) +r(R.Ap,R.Su) +r(U.Aq,U.Sz) +r(U.M9,K.w5) +q(V.b6,[U.SB,U.SD,U.U3]) +r(U.SC,U.U3) +r(T.Au,T.SE) +r(Z.SF,F.AD) +r(Z.DE,Z.Em) +r(E.Az,A.jV) +r(A.fA,A.up) +r(E.v9,A.fA) +r(R.AF,R.SK) +r(R.e0,R.SN) +r(X.hu,X.SR) +r(X.IG,K.wu) +r(X.kI,X.Tn) +r(A.AK,A.SS) +r(S.AL,S.ST) +r(S.va,S.Eo) +r(T.AQ,T.SV) +r(U.AU,U.Tf) +q(K.f1,[K.dJ,K.eF,K.Cu]) +q(K.vX,[K.cu,K.Cv]) +q(F.Fm,[F.du,F.ek]) +r(Z.hJ,Z.Oh) +q(Z.hJ,[S.de,V.i9]) +q(Z.Fo,[S.abS,V.ai_]) +r(O.hF,P.Ll) +q(Y.hm,[X.em,X.d9,X.eB]) +q(V.cv,[V.aM,V.f7,V.mB]) +q(E.Nw,[E.Bg,E.uE]) +q(M.fC,[M.F8,M.eq,Y.zQ]) +r(L.nS,L.Pn) +q(L.nS,[M.adH,L.IQ]) +r(L.q1,M.F8) +r(L.a_X,L.Po) +r(D.X2,D.a6H) +r(M.LZ,M.Sq) +r(Q.tT,G.iN) +r(A.w,A.SL) +r(M.oK,M.Ah) +q(O.hQ,[S.h8,G.tw]) +q(O.iL,[S.n9,G.LG]) +q(K.j1,[S.f2,G.oW,G.Ae]) +r(S.Bp,S.f2) +r(S.wp,S.Bp) +q(S.wp,[B.hk,F.f8,R.iS,Q.ex,K.ew,E.jr]) +r(B.Rk,B.CV) +r(B.zh,B.Rk) +r(D.CX,D.CW) +r(D.Rm,D.CX) +r(D.oz,D.Rm) +q(D.m0,[D.DF,D.BN,D.ud]) +r(F.Ro,F.Rn) +r(F.Rp,F.Ro) +r(F.zm,F.Rp) +r(T.xU,T.PF) +q(T.xU,[T.JU,T.K0,T.JM,T.eo]) +q(T.eo,[T.k9,T.qo,T.wi,T.yz,T.yO,T.o0,T.xe,T.vQ]) +r(T.kC,T.k9) +r(R.Rr,R.Rq) +r(R.zq,R.Rr) +r(A.Q3,A.TM) +r(K.lT,Z.Wl) +q(K.ahE,[K.acw,K.my]) +q(K.my,[K.RJ,K.Sv,K.MV]) +r(Q.Ru,Q.D2) +r(Q.Rv,Q.Ru) +r(Q.zt,Q.Rv) +r(G.K2,G.QG) +r(E.Ri,E.Rh) +r(E.Ks,E.Ri) +q(E.wv,[E.oQ,M.Of]) +q(E.uU,[E.Kv,E.Ku,E.D3]) +q(E.D3,[E.KG,E.KH]) +q(E.KM,[E.KJ,E.kl,T.CU,T.CY]) +r(G.LF,G.S4) +q(G.oW,[G.S5,F.S6]) +r(G.ku,G.S5) +q(G.dB,[F.D8,T.Ry]) +r(F.Rz,F.D8) +r(F.RA,F.Rz) +r(F.rZ,F.RA) +r(U.KP,F.rZ) +r(F.S7,F.S6) +r(F.jd,F.S7) +r(T.zx,T.Ry) +r(T.KQ,T.zx) +r(K.RC,K.RB) +r(K.zy,K.RC) +r(A.zz,A.RD) +r(Q.t_,Q.jt) +r(Q.KO,Q.t_) +r(A.Lh,A.RU) +r(A.cm,A.RW) +r(A.is,P.c4) +r(A.t8,A.RX) +r(A.on,A.t8) +q(E.a6n,[E.a9H,E.a14,E.a8Z]) +r(Q.VW,Q.F7) +r(Q.a39,Q.VW) +q(Q.VC,[N.adi,D.Ko]) +r(Q.lG,Q.PD) +q(Q.lG,[Q.nY,Q.nZ,Q.xQ]) +r(G.a0L,G.PE) +q(G.a0L,[G.d,G.n]) +q(A.ro,[A.Ql,A.Sy]) +r(A.ol,A.k5) +r(B.z7,B.Rc) +r(B.i2,B.Rd) +q(B.i2,[B.kk,B.z8]) +q(B.z7,[Q.a3O,B.a3P,A.Ki]) +r(X.ht,P.d0) +r(B.Hr,B.p4) +r(U.aF,U.Px) +r(U.aS,U.MY) +q(U.aS,[U.bn,U.la,U.GT,U.GR,U.K8,U.KS,U.J1,U.K6,U.GQ,F.L8]) +r(U.Ve,U.MX) +q(U.aF,[U.pZ,U.qc,U.nn,U.rR,U.rt,U.rO,F.i8,M.no]) +r(S.DW,S.Ug) +q(U.dY,[L.nX,U.f9,L.uN,A.v_]) +r(T.ne,T.dS) +q(N.dN,[T.xW,T.ox,T.x1,G.xM]) +q(N.eu,[T.nl,T.Iu,T.tB,T.Hw,T.KV,D.OE,E.Jg,X.DL,Q.Ln]) +r(T.Qt,N.tb) +q(T.Hw,[T.L0,T.qq]) +r(T.nx,T.x1) +q(N.Io,[T.Kh,N.Hi,L.JL,G.rH,L.Kj]) +r(N.m2,N.zG) +r(N.DX,N.Fj) +r(N.DY,N.DX) +r(N.DZ,N.DY) +r(N.E_,N.DZ) +r(N.E0,N.E_) +r(N.E1,N.E0) +r(N.E2,N.E1) +r(N.ML,N.E2) +r(E.GI,U.hA) +r(Y.Ax,U.bn) +q(Y.Ax,[E.Ox,E.Or,E.On,E.Om,E.Oq,E.Op,E.Oo,E.OK,E.OL,E.OM,E.ON,E.OO,E.OP,E.OQ,E.OR,E.OS,E.OT,E.OU,E.OV,E.OW,E.OX,E.Q4,E.Q7,E.Qa,E.Qd,E.Q5,E.Q6,E.Q8,E.Q9,E.Qb,E.Qc,E.RT,E.NU,E.O9,E.Qx]) +r(E.GJ,X.oS) +r(Q.Ed,Q.Ec) +r(Q.Bv,Q.Ed) +r(D.Mc,B.ef) +r(D.OF,D.BB) +r(D.BC,D.OF) +r(D.OG,D.BC) +r(D.qK,D.OG) +r(O.Pa,O.P9) +r(O.dv,O.Pa) +r(O.nB,O.dv) +r(O.P8,O.P7) +r(O.xb,O.P8) +r(L.HA,L.nA) +r(L.Pb,L.um) +q(S.fE,[L.BO,X.S_]) +r(U.HE,U.Pd) +r(U.dn,U.TT) +r(U.js,U.TS) +r(U.Rg,U.HE) +r(U.Kl,U.Rg) +q(N.hO,[N.b3,N.lv]) +q(N.wk,[N.ec,N.hs,N.kh]) +q(N.kh,[N.oo,N.cx]) +q(D.nI,[D.cA,X.Nd]) +q(D.a6o,[D.Oi,X.afQ]) +r(T.xo,K.oj) +r(U.C1,U.TI) +q(N.cx,[S.uz,Y.mx]) +r(A.Im,A.hG) +r(A.TV,A.TU) +r(A.D1,A.TV) +r(F.PT,F.TK) +q(K.vJ,[X.F3,K.LE,K.L7,K.KY,K.Lt,K.F1,K.PB]) +r(K.GK,K.Mp) +r(K.dp,K.a5c) +q(K.mC,[K.uK,K.CE,K.CF,K.CG]) +r(K.CI,K.CH) +r(K.iU,K.CI) +q(K.RF,[K.Qf,K.ao1]) +q(K.dC,[K.Pj,U.cY]) +r(E.TX,E.TW) +r(E.uY,E.TX) +r(X.ry,X.Qv) +r(X.SQ,N.of) +r(X.uZ,X.TY) +r(L.BU,L.Ef) +r(L.Ji,L.uN) +r(G.py,R.rG) +r(K.RG,K.TZ) +q(U.cY,[U.h_,F.RE]) +q(U.h_,[U.D9,U.zD]) +q(U.D9,[U.zC,U.KT]) +r(Z.L_,B.AX) +r(Z.QE,Z.L_) +r(Z.QF,Z.QE) +r(Z.JZ,Z.QF) +r(T.Ov,U.GR) +q(M.L9,[M.ly,M.a_l,M.XI,M.Ff,M.H5]) +r(M.Hu,M.P2) +q(U.f9,[G.v0,R.Lr]) +r(G.eT,G.v0) +q(G.eT,[G.zY,G.hp,G.iY,G.oI,G.My]) +r(Q.mA,P.o3) +q(L.zV,[L.Kg,L.w1,L.wh,L.J0]) +r(A.RQ,N.fV) +r(A.ko,A.RQ) +r(A.oJ,A.v_) +r(R.zX,A.ko) +r(B.Fp,B.Ld) +r(B.Iy,B.Fp) +r(F.Dj,F.Di) +r(F.A_,F.Dj) +r(E.jw,T.fb) +r(E.jx,N.fk) +r(X.aQ,X.S1) +r(X.po,X.TA) +r(X.ta,X.RZ) +r(E.D7,E.Ek) +r(G.Dc,D.ee) +r(G.a81,G.a80) +r(G.ty,G.LJ) +r(G.LH,G.ty) +r(F.DI,F.En) +r(U.Tq,M.tV) +r(D.F9,D.kc) +r(D.wW,D.F9) +r(Y.a32,Y.QD) +r(Y.lV,Y.QC) +r(Y.Jc,Y.lV) +q(F.nr,[F.GY,F.GZ]) +r(M.HU,M.a9Z) +r(M.JK,M.HU) +r(M.VQ,M.a3d) +r(D.a3j,D.Ko) +q(R.a_L,[V.a_M,L.a1m]) +r(A.oq,R.a2X) +q(N.ec,[D.TP,D.mE,D.S2]) +r(D.Qh,D.TP) +r(D.A7,D.S2) +r(A.Zf,T.a2O) +r(E.KU,M.wq) +q(E.KU,[B.df,D.oY]) +q(G.bH,[F.bk,Z.d5,G.nf,D.k3,E.wV,V.jz,Z.K5,L.u5]) +q(Z.d5,[K.iK,A.y9,R.rE,L.AN,M.om,N.zB]) +q(Z.el,[G.A6,L.wm,A.J2]) +q(D.k3,[O.qg,Q.kp]) +q(N.zB,[G.xZ,Z.yW]) +r(U.xX,G.xZ) +r(K.PC,K.Ej) +q(D.kq,[Y.r5,U.wo]) +r(F.y3,Y.r5) +r(T.w9,F.y3) +r(Y.C3,D.A7) +r(Y.ug,Y.Ol) +r(Y.Br,Y.iq) +r(Y.IR,D.rs) +r(Q.Ir,N.ez) +q(E.a6M,[F.a1n,V.a6K]) +r(F.Nc,F.E4) +r(B.He,B.BG) +r(E.Pw,E.kE) +r(E.Mq,E.Pw) +r(T.MO,S.u6) +r(M.B3,V.a_4) +r(T.MU,T.MS) +r(U.Uh,P.FD) +r(U.ajc,U.Uh) +r(X.eA,X.Tw) +q(X.eA,[L.ms,R.pk,L.pl,Q.pm,L.Tt,R.pn,V.Tx,L.mt]) +r(L.fW,L.Tt) +r(V.eW,V.Tx) +r(G.MP,M.B3) +r(R.Tv,R.Tu) +r(R.fX,R.Tv) +s(H.Oy,H.a5t) +s(H.QB,H.Bw) +s(H.CL,H.Bw) +s(H.TL,H.Tp) +s(H.TQ,H.Tp) +s(H.tZ,H.Mw) +s(H.E7,P.N) +s(H.CA,P.N) +s(H.CB,H.x_) +s(H.CC,P.N) +s(H.CD,H.x_) +s(P.u9,P.Nj) +s(P.v7,P.Sw) +s(P.Cl,P.N) +s(P.Ds,P.au) +s(P.Dt,P.xF) +s(P.Du,P.cn) +s(P.DT,P.DS) +s(P.El,P.cn) +s(P.Ep,P.Tj) +s(W.NX,W.WN) +s(W.Oz,P.N) +s(W.OA,W.cJ) +s(W.OB,P.N) +s(W.OC,W.cJ) +s(W.P_,P.N) +s(W.P0,W.cJ) +s(W.Pk,P.N) +s(W.Pl,W.cJ) +s(W.PW,P.au) +s(W.PX,P.au) +s(W.PY,P.N) +s(W.PZ,W.cJ) +s(W.Qi,P.N) +s(W.Qj,W.cJ) +s(W.QH,P.N) +s(W.QI,W.cJ) +s(W.RL,P.au) +s(W.Dp,P.N) +s(W.Dq,W.cJ) +s(W.S9,P.N) +s(W.Sa,W.cJ) +s(W.Sj,P.au) +s(W.SO,P.N) +s(W.SP,W.cJ) +s(W.DJ,P.N) +s(W.DK,W.cJ) +s(W.SW,P.N) +s(W.SX,W.cJ) +s(W.TC,P.N) +s(W.TD,W.cJ) +s(W.TG,P.N) +s(W.TH,W.cJ) +s(W.TN,P.N) +s(W.TO,W.cJ) +s(W.U_,P.N) +s(W.U0,W.cJ) +s(W.U1,P.N) +s(W.U2,W.cJ) +s(P.uB,P.N) +s(P.PG,P.N) +s(P.PH,W.cJ) +s(P.Qr,P.N) +s(P.Qs,W.cJ) +s(P.Sn,P.N) +s(P.So,W.cJ) +s(P.T1,P.N) +s(P.T2,W.cJ) +s(P.Nl,P.au) +s(P.Sf,P.N) +s(P.Sg,W.cJ) +s(G.N9,S.vK) +s(G.Na,S.n_) +s(G.Nb,S.l7) +s(S.Bl,S.vL) +s(S.Bm,S.n_) +s(S.Bn,S.l7) +s(S.O6,S.vN) +s(S.R7,S.vL) +s(S.R8,S.n_) +s(S.R9,S.l7) +s(S.RH,S.vL) +s(S.RI,S.l7) +s(S.SY,S.vK) +s(S.SZ,S.n_) +s(S.T_,S.l7) +s(R.E3,S.vN) +s(F.Eb,U.hr) +s(E.O_,Y.am) +s(T.O0,Y.am) +s(R.O2,Y.am) +s(K.O4,Y.am) +s(U.P6,Y.iJ) +s(U.P5,Y.am) +s(Y.Os,Y.am) +s(F.QJ,F.fZ) +s(F.QK,F.NK) +s(F.QL,F.fZ) +s(F.QM,F.NL) +s(F.QN,F.fZ) +s(F.QO,F.NM) +s(F.QP,F.fZ) +s(F.QQ,F.NN) +s(F.QR,Y.am) +s(F.QS,F.fZ) +s(F.QT,F.NO) +s(F.QU,F.fZ) +s(F.QV,F.NP) +s(F.QW,F.fZ) +s(F.QX,F.NQ) +s(F.QY,F.fZ) +s(F.QZ,F.NR) +s(F.R_,F.fZ) +s(F.R0,F.NS) +s(F.R1,F.fZ) +s(F.R2,F.NT) +s(F.U4,F.NK) +s(F.U5,F.NL) +s(F.U6,F.NM) +s(F.U7,F.NN) +s(F.U8,Y.am) +s(F.U9,F.fZ) +s(F.Ua,F.NO) +s(F.Ub,F.NP) +s(F.Uc,F.NQ) +s(F.Ud,F.NR) +s(F.Ue,F.NS) +s(F.Uf,F.NT) +s(S.Pg,Y.iJ) +s(V.Ne,Y.am) +s(Q.PO,Y.am) +s(D.Np,Y.am) +s(M.Nq,Y.am) +s(X.Nr,Y.am) +s(Z.TR,O.yg) +s(M.Ns,Y.am) +s(A.Nu,Y.am) +s(K.TB,O.yg) +s(K.E6,U.dG) +s(M.Nv,Y.am) +s(A.Nx,Y.am) +s(K.E8,U.dG) +s(K.E9,F.tX) +s(F.NA,Y.am) +s(K.ND,Y.am) +s(A.NG,Y.am) +s(Z.Ob,Y.am) +s(Y.Ot,Y.am) +s(G.Ow,Y.am) +s(Z.BA,U.hr) +s(T.OI,Y.am) +s(A.TE,A.YM) +s(A.TF,A.YN) +s(S.P3,Y.am) +s(R.Eh,L.n3) +s(L.Ps,Y.am) +s(L.E5,U.dG) +s(L.Eg,U.hr) +s(L.Ei,U.dG) +s(M.TJ,U.dG) +s(E.Qg,Y.am) +s(U.Qu,Y.am) +s(V.Cr,V.yf) +s(K.Qw,Y.am) +s(R.R4,Y.am) +s(U.Ea,U.hr) +s(B.R6,Y.am) +s(Y.vf,U.dG) +s(Y.vg,F.tX) +s(T.Rb,Y.am) +s(M.De,U.dG) +s(M.Df,U.dG) +s(M.Dg,K.i3) +s(M.Ee,U.dG) +s(X.RS,Y.am) +s(Q.S3,Y.am) +s(K.S8,Y.am) +s(R.Su,Y.am) +s(U.Sz,Y.am) +s(U.U3,Y.am) +s(T.SE,Y.am) +s(Z.Em,K.i3) +s(R.SK,Y.am) +s(R.SN,Y.am) +s(X.SR,Y.am) +s(X.Tn,Y.am) +s(A.SS,Y.am) +s(S.ST,Y.am) +s(S.Eo,U.hr) +s(T.SV,Y.am) +s(U.Tf,Y.am) +s(Z.Oh,Y.am) +s(L.Po,Y.am) +s(L.Pn,Y.am) +s(M.Sq,Y.am) +s(A.SL,Y.am) +s(S.Bp,K.ep) +s(B.CV,K.ac) +s(B.Rk,S.cl) +s(D.CW,K.zc) +s(D.CX,K.ac) +s(D.Rm,S.cl) +s(F.Rn,K.ac) +s(F.Ro,S.cl) +s(F.Rp,T.WZ) +s(T.PF,Y.iJ) +s(R.Rq,K.ac) +s(R.Rr,S.cl) +s(A.TM,Y.am) +s(K.Rt,Y.iJ) +s(Q.D2,K.ac) +s(Q.Ru,S.cl) +s(Q.Rv,K.zc) +s(G.QG,G.agf) +s(E.Rh,E.e_) +s(E.Ri,E.ze) +s(E.D4,K.aB) +s(E.D5,E.e_) +s(T.D6,K.aB) +s(G.S4,Y.am) +s(G.S5,K.ep) +s(F.D8,K.ac) +s(F.Rz,G.a4O) +s(F.RA,F.a4U) +s(F.S6,K.ep) +s(F.S7,F.k_) +s(T.Ry,K.aB) +s(K.RB,K.ac) +s(K.RC,S.cl) +s(A.RD,K.aB) +s(Q.jt,K.ac) +s(A.RU,Y.am) +s(A.RW,Y.iJ) +s(A.RX,Y.am) +s(Q.PD,Y.am) +s(G.PE,Y.am) +s(A.Q1,Y.am) +s(B.Rd,Y.am) +s(B.Rc,Y.am) +s(U.MY,Y.am) +s(U.MX,Y.am) +s(U.Px,Y.am) +s(S.Ug,N.ez) +s(N.DX,N.xi) +s(N.DY,N.i7) +s(N.DZ,N.A4) +s(N.E_,N.JC) +s(N.E0,N.a6d) +s(N.E1,N.zA) +s(N.E2,N.MK) +s(Q.Ec,U.dG) +s(Q.Ed,L.n3) +s(D.BB,L.n3) +s(D.OF,N.ez) +s(D.BC,U.dG) +s(D.OG,N.a9t) +s(O.P7,Y.iJ) +s(O.P8,B.b2) +s(O.P9,Y.iJ) +s(O.Pa,B.b2) +s(U.Pd,Y.am) +s(U.Rg,U.Xd) +s(U.TS,Y.am) +s(U.TT,Y.am) +s(A.up,K.i3) +s(N.Sh,Y.am) +s(T.Pm,Y.am) +s(U.TI,N.ez) +s(G.uy,U.hr) +s(A.TU,K.aB) +s(A.TV,A.fP) +s(F.TK,N.ez) +s(K.CH,U.dG) +s(K.CI,K.i3) +s(E.TW,K.ac) +s(E.TX,S.cl) +s(X.Qv,U.dG) +s(X.TY,K.ac) +s(L.uN,G.AY) +s(L.Ef,U.dG) +s(K.TZ,K.i3) +s(Z.QE,N.ez) +s(Z.QF,B.b2) +s(T.uI,T.IB) +s(M.P2,M.kn) +s(G.v0,G.AY) +s(A.v_,G.AY) +s(A.RQ,M.kn) +s(F.Di,U.dG) +s(F.Dj,K.i3) +s(E.uT,U.dG) +s(X.RZ,Y.am) +s(X.S1,Y.am) +s(X.TA,Y.am) +s(E.Ek,K.aB) +s(F.En,U.hr) +s(Y.QD,Y.am) +s(Y.QC,Y.am) +s(D.S2,D.Lp) +s(D.TP,D.Lp) +s(K.Ej,U.dG) +s(F.E4,U.hr) +s(B.BG,U.hr) +s(U.Uh,B.MR) +s(X.Tw,L.MT) +s(L.Tt,T.B2) +s(V.Tx,T.B2) +s(R.Tu,T.B2) +s(R.Tv,L.MT)})() +var v={typeUniverse:{eC:new Map(),tR:{},eT:{},tPV:{},sEA:[]},mangledGlobalNames:{q:"int",R:"double",c0:"num",m:"String",E:"bool",aA:"Null",x:"List"},mangledNames:{},types:["~()","R(R)","~(aH)","aA()","~(fr)","bH<@>()","~(a4)","aA(a4)","R(y)","p()","~(z?)","aA(@)","~(E)","~(aW)","~(he)","E(h8,l?)","a9<~>()","E(aW)","~(lT,l)","aA(~)","E(dv)","m(m)","~(m,@)","~(bh)","h(P)","E(m)","~(cj?)","E(jT)","E(z?)","E(dp?)","~(@)","~(tG)","~(lY)","a9<~>?(mk,E)","~(hd)","R(y,R)","~(dC,~())","E(iN)","ap(m?,ap)","~(eI)","m()","aA(z,ce)","k(bM)","eR(x?)","~(lX)","@(@)","~(E?)","m(o5)","~(q)","~(m)","~(@,@)","q(dv,dv)","@()","ig(P)","l5(P,~(~()))","E(@)","q(t,t)","aA(kf)","aA(mp)","~(eQ)","~(z,ce)","~(t)","~(oj)","~(nF)","q()","~(~())","@(a4)","~(kz)","E(dp)","E(eT)","a9()","~(rf)","q(m)","aA(E)","f4(@)","aA(eQ)","~(lO?)","~(hR)","hR()","l5(P)","m(q)","m?(m?)","E(nC)","q(cm,cm)","E(cm)","b6?(bt?)","~({curve:ha,descendant:t?,duration:aH,rect:v?})","jR(@)","bb(P)","~(rg)","~(y6)","fd(fd)","rw(P,h?)","ay(@)","bS(bS)","h(P,h?)","k?(bM)","b6?(bt?)","~(z?,z?)","x()","D(y,aw)","~(il)","E(bW<@>)","il()","~(fb)","@(z?)","fb()","el(x<@>)","~(fk)","fk()","~(z?,m,m)","q(dn,dn)","hU()","dX(dX)","~(d1,m,q)","E(ab)","E(cx)","@(a4)?(a4)","~(m,m)","E(iV)","a9<@>(hW)","E(hU)","ak()","~(cZ)","a9(cj?)","~(nH)","q/(@)","a9(anx)","x(is)","a9()","~(x)","~(mh)","E(h8)","l9(@)","t6(P,h?)","pa({from:R?})","eR?(x?)","E(mH)","E(lA)","~(ht)","~(v)","k?(k?)","a9<~>(mk,E)","~(fD)","nS()","~(hT,E)","E()","q(q)","jl(bh)","~(mm)","E(az,m,m,uw)","E(eK)","~(c0)","kL()","lh(@)","E(h8,l)","~(y?)","l6(@)","~(ls)","~([aF?])","v()","ay<@>?(ay<@>?,@,ay<@>(@))","~(jP)","cO(bM)","lH(dv,i2)","q(z?)","R()","~(ke)","q(@,@)","cd(P,h7)","x()","E(q)","~(eI{isClosing:E?})","E(amm)","oU()","aA(m)","0^?(0^?(bt?))","0^?(b6<0^>?(bt?))","a9(m,ak)","b6?(bt?)","E(An,h9)","b6?(bt?)","R(kM)","b6?(bt?)","b6?(bt?)","cO?(bM)","cO?(bt?)","~(eT)","k?(bt?)","kI?(bt?)","o8?(bt?)","aH?(bt?)","E?(bt?)","f1?(bt?)","r7?(bt?)","~(a4?)","o7<0^>(i5,h(P))","h(P,bZ,bZ)","bM()","h(P,~())","v()?(y)","E(P)","rj(v?,v?)","pq()","~(~(bh),ap?)","E(E)","R(q)","E(lz?)","~(R,R,R,R)","tD()","ak<~(bh),ap?>()","~(v8)","E(f9)","u1()","aA(jc)","oR(@)","ank?(ed)","~(D)","~(rJ)","jM(P)","q(lS,lS)","nl(P,h?)","q(mG,mG)","R(bM)","~(fw)","dS(P,h?)","us()","m(cW)","~(F)","~(na)","~(ht,jb?)","nT(P,h?)","pf(fA)","p8(@)","hu()","~([mm?])","qO(m)","a9(d1{allowUpscaling:E,cacheHeight:q?,cacheWidth:q?})","cv(cv,bN)","bN(bN)","m(bN)","m(m,m)","uE()","~(hT?,E)","a9<~>(z,ce?)","~(aO,cr,aO,z,ce)","ed()","aA(ak>?)","ed?()","~(z,ce?)?(fD)","~(le)","k(k)","rB(hF)","eR(hF)","~(q,cC,cj?)","m(R,R,m)","D()","R?()","a9<~>(~)","m(m,k)","~(nW?)","v(v?,fT)","m?(m)","cO(hj)","~(hj,ap)","E(hj)","mb()","~(u7)","jZ(@)","c5(Hm)","kC?(lT,l)","E(tw{crossAxisPosition!R,mainAxisPosition!R})","nV<@>(@)","xJ(@)","E(y)","hQ(l)","E(dB)","d1(@)","~(q,uq)","a9(q)","cm(kS)","aA(d1)","au4(@)","q(cm)","cm(q)","a9()","dk()","a9(m?)","a9<~>(hW)","a9<~>(cj?,~(cj?))","a9>(@)","~(i2)","a9()","z7()","E(n)","a9(hW)","az(ab)","@(@,@)","x()","x(x)","aA(@,@)","~(ab,ab?)","~(j7)","~(qF)","~(aS)","d1(@,@)","bW<@>?(i5)","bW<@>(i5)","E(nX)","E(ok)","hQ()","a9<~>(@)","a9<~>(eI)","a9<~>(fr)","co(co,p4)","qr(P,fV)","~(m,m?)","E(xO)","~(un)","E(uj)","~(q,E(jT))","E(mq)","bM(dn)","q(q,q)","x(P)","v(dn)","q(js,js)","x(dn,p)","E(dn)","E(fA<@>)","~(m[@])","aW?(aW)","z?(q,aW?)","~(m,q)","~([z?])","hK()","~(hK)","~(p0,@)","bM<0^>()","bM<0^>()","bM<0^>()","bM<0^>()","a3<@>(@)","i_()","~(i_)","~(z[ce?])","~(kl)","~(hs,z)","ox(P,h?)","~(px)","h(P,bZ,qW,P,P)","nO(P)","a3<@>?()","~(q,@)","df<0^>(df<0^>,df<0^>)","aA(@,ce)","n8(@)","ob(@)","p7(@)","n7(@)","a9<@>(uQ)","ak(x<@>)","ak(ak)","aA(ak)","E(q,q)","E(bW<@>?)","E(ka)","a9(@)","aA(~())","dp(bW<@>)","cK>(@,@)","y?()","@(m)","py(yQ)","rH(P,rG)","a9<~>(bh)","aA(cZ?)","~(dC)","m4(P,h?)","hA(P)","hS(P,h?)","qY(bh)","@(@,m)","h(P,fV)","E(hp)","aA(x<~>)","~(j5)","E(kn?)","E(oJ)","jw()","~(jw)","m(@)","jx()","~(jx)","~(kg)","~(A5,aF)","x()","v2(P,fV)","~(y)","aW?()","~([aH?])","~(hd,he)","hM()","~(hM)","lV()","a9(z,ce)","m/(@)","~(i0?)","~(m,E?)","~(dX?)","~(eW)","a9(d1)","R(m)","E(jh)","jh()","E(ji)","ji()","~(m?)","o1(P)","a9(m,Wz?,m)","~(i0?,E)","~()(@(a4))","z?()","~(qL?)","a9<~>(q)","a9<~>(m,cj?,~(cj?)?)","bH<@>(bk<@>)","q(eb,eb)","q(q,eb)","eb(m)","eb(x<@>)","~(m,jU)","eR(v)","lk(q)","~(lN)","da(P,aw)","hf(P)","o6(P,hf,h?)","oH(P,h?)","oX(P)","r8(P)","oN(P)","nM(P)","mV(P)","mW(P)","oF(P)","mX(P)","ak(hH)","hH(@)","ak(eK)","eK(@)","~(k0)","aA(cj)","l9/(@)","~(anv)","~(q6)","nj(P)","a9<~>(z?)","x>(P)","j6(m)","q(j0,j0)","nJ(P)","qu(P)","~(kb,j0)","aA(nE)","~(kP)","f5()","re(cR)","r0(cR)","qq(P)","qf(cR)","tB(P)","q(q,z)","~(az)","mt(@)","eW(x<@>)","fX(@)","fW(x<@>)","pk(@)","ms(@)","pl(@)","pn(@)","pm(@)","bH<@>(@)","~(eA)","~(ae)","tM(cR)","tH(cR)","~(aO?,cr?,aO,z,ce)","0^(aO?,cr?,aO,0^())","0^(aO?,cr?,aO,0^(1^),1^)","0^(aO?,cr?,aO,0^(1^,2^),1^,2^)","0^()(aO,cr,aO,0^())","0^(1^)(aO,cr,aO,0^(1^))","0^(1^,2^)(aO,cr,aO,0^(1^,2^))","q3?(aO,cr,aO,z,ce?)","~(aO?,cr?,aO,~())","kz(aO,cr,aO,aH,~())","kz(aO,cr,aO,aH,~(kz))","~(aO,cr,aO,m)","aO(aO?,cr?,aO,ao0?,ak?)","E(z?,z?)","q(c4<@>,c4<@>)","rb(cR)","z?(z?)","z?(@)","D?(D?,D?,R)","R?(c0?,c0?,R)","k?(k?,k?,R)","~(bp{forceReport:E})","ie?(m)","R(R,R,R)","h(P,bZ,bZ,h)","cv?(cv?,cv?,R)","a9>?>(m?)","w?(w?,w?,R)","q(jv<@>,jv<@>)","E({priority!q,scheduler!i7})","m(cj)","x(m)","q(aW,aW)","x>(iU,m)","q(h,q)","az()","t3(cR)","~(p)","r3(cR)","uR()","~(P,b2?)","~()(I4<@>,ao?)","~(m?{wrapWidth:q?})","pp()","b6?(bt?)"],interceptorsByTag:null,leafTags:null,arrayRti:Symbol("$ti")} +H.aH3(v.typeUniverse,JSON.parse('{"na":"U","tg":"U","th":"U","tr":"U","to":"U","ts":"U","tk":"U","tl":"U","te":"U","tf":"U","td":"U","tm":"U","ti":"U","tc":"U","tn":"U","tt":"U","m7":"U","mb":"U","fi":"U","md":"U","mc":"U","m8":"U","me":"U","ma":"U","m9":"U","mf":"U","oU":"U","tq":"U","tp":"U","oT":"U","Aa":"U","ks":"U","tj":"U","jc":"U","nW":"U","W0":"U","W1":"U","WA":"U","a7W":"U","a7I":"U","a7h":"U","a7f":"U","a7g":"U","a6Y":"U","a6X":"U","a7M":"U","a7J":"U","a7N":"U","a7D":"U","a7E":"U","a7U":"U","a7T":"U","a7B":"U","a7A":"U","a73":"U","a78":"U","a7w":"U","a7v":"U","a71":"U","a7G":"U","a7q":"U","a70":"U","a7H":"U","a7c":"U","a7b":"U","a7Q":"U","a7a":"U","a79":"U","a7o":"U","a7n":"U","a7_":"U","a6Z":"U","a76":"U","a75":"U","a7F":"U","a7m":"U","a74":"U","a7j":"U","a7i":"U","a7u":"U","ag6":"U","a7d":"U","a7x":"U","a72":"U","a7s":"U","a7r":"U","a7t":"U","Lw":"U","a7L":"U","a7K":"U","a7z":"U","a7y":"U","Ly":"U","Lx":"U","Lv":"U","a7S":"U","Lu":"U","a9Q":"U","a7l":"U","a7O":"U","a7P":"U","a7V":"U","a7R":"U","a7e":"U","a9R":"U","a0m":"U","a7p":"U","a77":"U","a7k":"U","JX":"U","jj":"U","iP":"U","a0r":"U","Wx":"U","aa_":"U","aa4":"U","X9":"U","aLz":"a4","aM8":"a4","aLA":"aR","aLB":"aR","aLy":"cw","aNs":"j7","aLE":"ae","aME":"ab","aM3":"ab","aMh":"jO","aLQ":"kF","aLW":"jm","aLH":"iE","aMO":"iE","aMi":"nN","aLR":"ck","aLI":"lN","aLD":"od","iG":{"xt":[]},"e9":{"cS":["1"]},"dZ":{"di":[]},"qf":{"fQ":[]},"r0":{"fQ":[]},"r3":{"fQ":[]},"rb":{"fQ":[]},"re":{"fQ":[]},"t3":{"fQ":[]},"tH":{"fQ":[]},"tM":{"fQ":[]},"q2":{"bQ":[]},"Km":{"h9":[]},"FF":{"c2":[]},"G6":{"c2":[]},"G3":{"c2":[]},"G4":{"c2":[]},"Gc":{"c2":[]},"G9":{"c2":[]},"G5":{"c2":[]},"Gb":{"c2":[]},"FI":{"c2":[]},"FL":{"c2":[]},"FH":{"c2":[]},"FG":{"c2":[]},"FQ":{"c2":[]},"FR":{"c2":[]},"FW":{"c2":[]},"FV":{"c2":[]},"FN":{"c2":[]},"FM":{"c2":[]},"FT":{"c2":[]},"FX":{"c2":[]},"FO":{"c2":[]},"FP":{"c2":[]},"FS":{"c2":[]},"FU":{"c2":[]},"G7":{"c2":[]},"G8":{"c2":[]},"LB":{"bF":[]},"y7":{"e9":["m8"],"cS":["m8"]},"FJ":{"Wz":[]},"qj":{"Wz":[]},"rq":{"p":["hY"],"p.E":"hY"},"I_":{"bQ":[]},"FE":{"e9":["m7"],"cS":["m7"],"le":[]},"F2":{"xh":[]},"qv":{"eO":[]},"KW":{"eO":[]},"Gf":{"eO":[],"Wo":[]},"Gh":{"eO":[],"Wq":[]},"Jd":{"eO":[],"a2x":[]},"AS":{"eO":[],"Mn":[]},"Jb":{"eO":[],"Mn":[],"a2v":[]},"JV":{"eO":[]},"JS":{"eO":[],"a2W":[]},"K1":{"eO":[]},"G0":{"e9":["mc"],"cS":["mc"]},"qk":{"e9":["md"],"cS":["md"],"rB":[]},"ql":{"e9":["me"],"cS":["me"],"eR":[]},"G2":{"p":["rC"],"p.E":"rC"},"qi":{"e9":["ma"],"cS":["ma"]},"FK":{"e9":["m9"],"cS":["m9"],"rC":[]},"we":{"e9":["mf"],"cS":["mf"]},"lc":{"e9":["fi"],"cS":["fi"]},"FZ":{"lc":[],"e9":["fi"],"cS":["fi"]},"G_":{"lc":[],"e9":["fi"],"cS":["fi"]},"FY":{"lc":[],"e9":["fi"],"cS":["fi"]},"tu":{"cS":["2"]},"wd":{"cS":["tj"]},"Fw":{"bF":[]},"yH":{"dZ":[],"di":[],"Wq":[]},"yK":{"dZ":[],"di":[],"a2W":[]},"yG":{"dZ":[],"di":[],"Wo":[]},"yI":{"dZ":[],"di":[],"a2v":[]},"yJ":{"dZ":[],"di":[],"a2x":[]},"aE":{"rB":[]},"mj":{"eR":[]},"M0":{"p":["rC"],"p.E":"rC"},"M_":{"rC":[]},"JP":{"di":[]},"yL":{"di":[]},"wJ":{"cQ":[]},"yD":{"cQ":[]},"Jx":{"cQ":[]},"JB":{"cQ":[]},"Jz":{"cQ":[]},"Jy":{"cQ":[]},"JA":{"cQ":[]},"Jm":{"cQ":[]},"Jl":{"cQ":[]},"Jk":{"cQ":[]},"Jr":{"cQ":[]},"Jv":{"cQ":[]},"Ju":{"cQ":[]},"Jo":{"cQ":[]},"Jn":{"cQ":[]},"Jt":{"cQ":[]},"Jw":{"cQ":[]},"Jp":{"cQ":[]},"Jq":{"cQ":[]},"Js":{"cQ":[]},"yM":{"dZ":[],"di":[]},"JO":{"di":[]},"yN":{"dZ":[],"di":[],"Mn":[]},"HX":{"le":[]},"HW":{"le":[]},"A9":{"xh":[]},"qX":{"xt":[]},"jy":{"N":["1"],"x":["1"],"Q":["1"],"p":["1"]},"Pv":{"jy":["q"],"N":["q"],"x":["q"],"Q":["q"],"p":["q"]},"Mr":{"jy":["q"],"N":["q"],"x":["q"],"Q":["q"],"p":["q"],"N.E":"q","jy.E":"q"},"Fx":{"Yp":[]},"Hv":{"asv":[]},"FB":{"tC":[]},"KX":{"tC":[]},"mi":{"z5":[]},"np":{"Yp":[]},"H9":{"nz":[]},"Hd":{"nz":[]},"xG":{"E":[]},"xH":{"aA":[]},"U":{"amS":[],"na":[],"tg":[],"th":[],"tr":[],"to":[],"ts":[],"tk":[],"tl":[],"te":[],"tf":[],"td":[],"tm":[],"ti":[],"tc":[],"tn":[],"tt":[],"m7":[],"mb":[],"fi":[],"md":[],"mc":[],"m8":[],"me":[],"ma":[],"m9":[],"mf":[],"oU":[],"tq":[],"tp":[],"oT":[],"Aa":[],"ks":[],"tj":[],"jc":[],"nW":[]},"r":{"x":["1"],"Q":["1"],"p":["1"],"b_":["1"]},"a0l":{"r":["1"],"x":["1"],"Q":["1"],"p":["1"],"b_":["1"]},"lE":{"R":[],"c0":[],"c4":["c0"]},"r9":{"R":[],"q":[],"c0":[],"c4":["c0"]},"xI":{"R":[],"c0":[],"c4":["c0"]},"jY":{"m":[],"c4":["m"],"b_":["@"]},"nd":{"dk":["2"],"dk.T":"2"},"qe":{"jg":["2"]},"ip":{"p":["2"]},"nb":{"ip":["1","2"],"p":["2"],"p.E":"2"},"BE":{"nb":["1","2"],"ip":["1","2"],"Q":["2"],"p":["2"],"p.E":"2"},"Bh":{"N":["2"],"x":["2"],"ip":["1","2"],"Q":["2"],"p":["2"]},"cc":{"Bh":["1","2"],"N":["2"],"x":["2"],"ip":["1","2"],"Q":["2"],"p":["2"],"N.E":"2","p.E":"2"},"jH":{"bM":["2"],"ip":["1","2"],"Q":["2"],"p":["2"],"p.E":"2"},"nc":{"au":["3","4"],"ak":["3","4"],"au.V":"4","au.K":"3"},"jG":{"ip":["1","2"],"Q":["2"],"p":["2"],"p.E":"2"},"iQ":{"bF":[]},"nh":{"N":["q"],"x":["q"],"Q":["q"],"p":["q"],"N.E":"q"},"Q":{"p":["1"]},"ba":{"Q":["1"],"p":["1"]},"ih":{"ba":["1"],"Q":["1"],"p":["1"],"p.E":"1","ba.E":"1"},"fI":{"p":["2"],"p.E":"2"},"hL":{"fI":["1","2"],"Q":["2"],"p":["2"],"p.E":"2"},"at":{"ba":["2"],"Q":["2"],"p":["2"],"p.E":"2","ba.E":"2"},"b7":{"p":["1"],"p.E":"1"},"jS":{"p":["2"],"p.E":"2"},"p1":{"p":["1"],"p.E":"1"},"wN":{"p1":["1"],"Q":["1"],"p":["1"],"p.E":"1"},"kt":{"p":["1"],"p.E":"1"},"qM":{"kt":["1"],"Q":["1"],"p":["1"],"p.E":"1"},"Ac":{"p":["1"],"p.E":"1"},"nt":{"Q":["1"],"p":["1"],"p.E":"1"},"nD":{"p":["1"],"p.E":"1"},"im":{"p":["1"],"p.E":"1"},"tZ":{"N":["1"],"x":["1"],"Q":["1"],"p":["1"]},"bB":{"ba":["1"],"Q":["1"],"p":["1"],"p.E":"1","ba.E":"1"},"tE":{"p0":[]},"wn":{"pg":["1","2"],"rh":["1","2"],"DS":["1","2"],"ak":["1","2"]},"qt":{"ak":["1","2"]},"aV":{"qt":["1","2"],"ak":["1","2"]},"Bo":{"p":["1"],"p.E":"1"},"bR":{"qt":["1","2"],"ak":["1","2"]},"I8":{"jX":[]},"xB":{"jX":[]},"yx":{"mr":[],"k7":[],"bF":[]},"Ic":{"k7":[],"bF":[]},"Mu":{"bF":[]},"J5":{"bQ":[]},"Dx":{"ce":[]},"cU":{"jX":[]},"Gl":{"jX":[]},"Gm":{"jX":[]},"M7":{"jX":[]},"LU":{"jX":[]},"qa":{"jX":[]},"L2":{"bF":[]},"es":{"au":["1","2"],"a0U":["1","2"],"ak":["1","2"],"au.V":"2","au.K":"1"},"y_":{"Q":["1"],"p":["1"],"p.E":"1"},"lF":{"asR":[]},"uF":{"Kn":[],"o5":[]},"N0":{"p":["Kn"],"p.E":"Kn"},"kw":{"o5":[]},"Sm":{"p":["o5"],"p.E":"o5"},"oh":{"l9":[]},"dz":{"cT":[]},"yn":{"dz":[],"cj":[],"cT":[]},"rr":{"b5":["1"],"dz":[],"cT":[],"b_":["1"]},"lQ":{"N":["R"],"b5":["R"],"x":["R"],"dz":[],"Q":["R"],"cT":[],"b_":["R"],"p":["R"]},"fM":{"N":["q"],"b5":["q"],"x":["q"],"dz":[],"Q":["q"],"cT":[],"b_":["q"],"p":["q"]},"yo":{"lQ":[],"N":["R"],"Z6":[],"b5":["R"],"x":["R"],"dz":[],"Q":["R"],"cT":[],"b_":["R"],"p":["R"],"N.E":"R"},"IU":{"lQ":[],"N":["R"],"Z7":[],"b5":["R"],"x":["R"],"dz":[],"Q":["R"],"cT":[],"b_":["R"],"p":["R"],"N.E":"R"},"IV":{"fM":[],"N":["q"],"b5":["q"],"x":["q"],"dz":[],"Q":["q"],"cT":[],"b_":["q"],"p":["q"],"N.E":"q"},"yq":{"fM":[],"N":["q"],"a08":[],"b5":["q"],"x":["q"],"dz":[],"Q":["q"],"cT":[],"b_":["q"],"p":["q"],"N.E":"q"},"IW":{"fM":[],"N":["q"],"b5":["q"],"x":["q"],"dz":[],"Q":["q"],"cT":[],"b_":["q"],"p":["q"],"N.E":"q"},"IX":{"fM":[],"N":["q"],"b5":["q"],"x":["q"],"dz":[],"Q":["q"],"cT":[],"b_":["q"],"p":["q"],"N.E":"q"},"IY":{"fM":[],"N":["q"],"b5":["q"],"x":["q"],"dz":[],"Q":["q"],"cT":[],"b_":["q"],"p":["q"],"N.E":"q"},"yr":{"fM":[],"N":["q"],"b5":["q"],"x":["q"],"dz":[],"Q":["q"],"cT":[],"b_":["q"],"p":["q"],"N.E":"q"},"oi":{"fM":[],"N":["q"],"d1":[],"b5":["q"],"x":["q"],"dz":[],"Q":["q"],"cT":[],"b_":["q"],"p":["q"],"N.E":"q"},"DO":{"ey":[]},"OJ":{"bF":[]},"DP":{"mr":[],"bF":[]},"q3":{"bF":[]},"a3":{"a9":["1"]},"DM":{"kz":[]},"DD":{"p":["1"],"p.E":"1"},"aC":{"Bk":["1"]},"u9":{"v3":["1"]},"v7":{"v3":["1"]},"mu":{"v4":["1"],"dk":["1"],"dk.T":"1"},"ue":{"hv":["1"],"jg":["1"],"hv.T":"1"},"hv":{"jg":["1"],"hv.T":"1"},"v4":{"dk":["1"]},"BS":{"v4":["1"],"dk":["1"],"dk.T":"1"},"Tz":{"ao0":[]},"ve":{"cr":[]},"Ty":{"aO":[]},"O8":{"aO":[]},"RK":{"aO":[]},"eH":{"ir":["eH<1>"]},"eh":{"cK":["1","2"]},"pu":{"au":["1","2"],"ak":["1","2"],"au.V":"2","au.K":"1"},"C0":{"pu":["1","2"],"au":["1","2"],"ak":["1","2"],"au.V":"2","au.K":"1"},"pv":{"Q":["1"],"p":["1"],"p.E":"1"},"afs":{"es":["1","2"],"au":["1","2"],"a0U":["1","2"],"ak":["1","2"],"au.V":"2","au.K":"1"},"uD":{"es":["1","2"],"au":["1","2"],"a0U":["1","2"],"ak":["1","2"],"au.V":"2","au.K":"1"},"jp":{"pD":["1"],"cn":["1"],"bM":["1"],"Q":["1"],"p":["1"],"cn.E":"1"},"fm":{"pD":["1"],"cn":["1"],"bM":["1"],"Q":["1"],"p":["1"],"cn.E":"1"},"xD":{"p":["1"]},"y0":{"p":["1"],"p.E":"1"},"y1":{"N":["1"],"x":["1"],"Q":["1"],"p":["1"]},"y8":{"au":["1","2"],"ak":["1","2"]},"au":{"ak":["1","2"]},"Co":{"Q":["2"],"p":["2"],"p.E":"2"},"rh":{"ak":["1","2"]},"pg":{"rh":["1","2"],"DS":["1","2"],"ak":["1","2"]},"jn":{"eH":["1"],"ir":["eH<1>"]},"By":{"jn":["1"],"eH":["1"],"ir":["eH<1>"],"ir.0":"eH<1>"},"kN":{"jn":["1"],"eH":["1"],"ir":["eH<1>"],"ir.0":"eH<1>"},"nq":{"Q":["1"],"p":["1"],"p.E":"1"},"y2":{"ba":["1"],"Q":["1"],"p":["1"],"p.E":"1","ba.E":"1"},"pD":{"cn":["1"],"bM":["1"],"Q":["1"],"p":["1"]},"e4":{"pD":["1"],"cn":["1"],"bM":["1"],"Q":["1"],"p":["1"],"cn.E":"1"},"Ag":{"au":["1","2"],"ak":["1","2"],"au.V":"2","au.K":"1"},"kR":{"Q":["1"],"p":["1"],"p.E":"1"},"pF":{"Q":["2"],"p":["2"],"p.E":"2"},"Dr":{"Q":["cK<1,2>"],"p":["cK<1,2>"],"p.E":"cK<1,2>"},"dq":{"ju":["1","2","1"],"ju.T":"1"},"Dv":{"ju":["1","eh<1,2>","2"],"ju.T":"2"},"pE":{"ju":["1","eh<1,2>","cK<1,2>"],"ju.T":"cK<1,2>"},"tA":{"cn":["1"],"bM":["1"],"xF":["1"],"Q":["1"],"p":["1"],"cn.E":"1"},"Pz":{"au":["m","@"],"ak":["m","@"],"au.V":"@","au.K":"m"},"PA":{"ba":["m"],"Q":["m"],"p":["m"],"p.E":"m","ba.E":"m"},"Fh":{"iH":["x","m"]},"Fg":{"iH":["m","x"]},"xK":{"bF":[]},"Id":{"bF":[]},"If":{"iH":["z?","m"]},"Ie":{"iH":["m","z?"]},"Mz":{"iH":["m","x"]},"AW":{"iH":["x","m"]},"f5":{"c4":["f5"]},"R":{"c0":[],"c4":["c0"]},"aH":{"c4":["aH"]},"q":{"c0":[],"c4":["c0"]},"x":{"Q":["1"],"p":["1"]},"c0":{"c4":["c0"]},"Kn":{"o5":[]},"bM":{"Q":["1"],"p":["1"]},"m":{"c4":["m"]},"n1":{"bF":[]},"mr":{"bF":[]},"J4":{"bF":[]},"fs":{"bF":[]},"rT":{"bF":[]},"I2":{"bF":[]},"k7":{"bF":[]},"u_":{"bF":[]},"tY":{"bF":[]},"kv":{"bF":[]},"Gp":{"bF":[]},"Je":{"bF":[]},"Ak":{"bF":[]},"GA":{"bF":[]},"BJ":{"bQ":[]},"lu":{"bQ":[]},"Sp":{"ce":[]},"vc":{"Mx":[]},"S0":{"Mx":[]},"Oc":{"Mx":[]},"ae":{"az":[],"ab":[]},"lb":{"ae":[],"az":[],"ab":[]},"lk":{"ae":[],"az":[],"ab":[]},"az":{"ab":[]},"fy":{"n4":[]},"jU":{"ae":[],"az":[],"ab":[]},"k0":{"a4":[]},"lP":{"ae":[],"az":[],"ab":[]},"eQ":{"a4":[]},"kf":{"eQ":[],"a4":[]},"j7":{"a4":[]},"mp":{"a4":[]},"uw":{"iV":[]},"F0":{"ae":[],"az":[],"ab":[]},"F6":{"ae":[],"az":[],"ab":[]},"q8":{"ae":[],"az":[],"ab":[]},"n5":{"ae":[],"az":[],"ab":[]},"Fs":{"ae":[],"az":[],"ab":[]},"iE":{"ab":[]},"qw":{"ck":[]},"qy":{"fR":[]},"jO":{"ab":[]},"wG":{"N":["j9"],"x":["j9"],"b5":["j9"],"Q":["j9"],"p":["j9"],"b_":["j9"],"N.E":"j9"},"wH":{"j9":["c0"]},"GW":{"N":["m"],"x":["m"],"b5":["m"],"Q":["m"],"p":["m"],"b_":["m"],"N.E":"m"},"NC":{"N":["az"],"x":["az"],"Q":["az"],"p":["az"],"N.E":"az"},"pt":{"N":["1"],"x":["1"],"Q":["1"],"p":["1"],"N.E":"1"},"H6":{"ae":[],"az":[],"ab":[]},"Hp":{"ae":[],"az":[],"ab":[]},"ny":{"N":["fy"],"x":["fy"],"b5":["fy"],"Q":["fy"],"p":["fy"],"b_":["fy"],"N.E":"fy"},"nN":{"N":["ab"],"x":["ab"],"b5":["ab"],"Q":["ab"],"p":["ab"],"b_":["ab"],"N.E":"ab"},"HY":{"ae":[],"az":[],"ab":[]},"nR":{"ae":[],"az":[],"ab":[]},"nU":{"ary":[],"ae":[],"az":[],"ab":[]},"xS":{"ae":[],"az":[],"ab":[]},"IF":{"ae":[],"az":[],"ab":[]},"od":{"ae":[],"az":[],"ab":[]},"rk":{"a4":[]},"IM":{"au":["m","@"],"ak":["m","@"],"au.V":"@","au.K":"m"},"IN":{"au":["m","@"],"ak":["m","@"],"au.V":"@","au.K":"m"},"IO":{"N":["hX"],"x":["hX"],"b5":["hX"],"Q":["hX"],"p":["hX"],"b_":["hX"],"N.E":"hX"},"dm":{"N":["ab"],"x":["ab"],"Q":["ab"],"p":["ab"],"N.E":"ab"},"ru":{"N":["ab"],"x":["ab"],"b5":["ab"],"Q":["ab"],"p":["ab"],"b_":["ab"],"N.E":"ab"},"J8":{"ae":[],"az":[],"ab":[]},"Jf":{"ae":[],"az":[],"ab":[]},"yE":{"ae":[],"az":[],"ab":[]},"JG":{"ae":[],"az":[],"ab":[]},"K3":{"N":["i1"],"x":["i1"],"b5":["i1"],"Q":["i1"],"p":["i1"],"b_":["i1"],"N.E":"i1"},"L1":{"au":["m","@"],"ak":["m","@"],"au.V":"@","au.K":"m"},"zP":{"ae":[],"az":[],"ab":[]},"Lg":{"ae":[],"az":[],"ab":[]},"Lm":{"jm":[]},"LK":{"ae":[],"az":[],"ab":[]},"LP":{"N":["ia"],"x":["ia"],"b5":["ia"],"Q":["ia"],"p":["ia"],"b_":["ia"],"N.E":"ia"},"tz":{"ae":[],"az":[],"ab":[]},"LR":{"N":["ib"],"x":["ib"],"b5":["ib"],"Q":["ib"],"p":["ib"],"b_":["ib"],"N.E":"ib"},"LS":{"a4":[]},"Al":{"au":["m","m"],"ak":["m","m"],"au.V":"m","au.K":"m"},"Am":{"ae":[],"az":[],"ab":[]},"Ar":{"ae":[],"az":[],"ab":[]},"M4":{"ae":[],"az":[],"ab":[]},"M5":{"ae":[],"az":[],"ab":[]},"tI":{"ae":[],"az":[],"ab":[]},"tJ":{"ae":[],"az":[],"ab":[]},"Mg":{"N":["fU"],"x":["fU"],"b5":["fU"],"Q":["fU"],"p":["fU"],"b_":["fU"],"N.E":"fU"},"Mh":{"N":["ii"],"x":["ii"],"b5":["ii"],"Q":["ii"],"p":["ii"],"b_":["ii"],"N.E":"ii"},"AR":{"N":["ij"],"x":["ij"],"b5":["ij"],"Q":["ij"],"p":["ij"],"b_":["ij"],"N.E":"ij"},"kF":{"a4":[]},"MC":{"ae":[],"az":[],"ab":[]},"MG":{"fU":[]},"pi":{"eQ":[],"a4":[]},"ua":{"ab":[]},"NW":{"N":["ck"],"x":["ck"],"b5":["ck"],"Q":["ck"],"p":["ck"],"b_":["ck"],"N.E":"ck"},"Bx":{"j9":["c0"]},"Pf":{"N":["hN?"],"x":["hN?"],"b5":["hN?"],"Q":["hN?"],"p":["hN?"],"b_":["hN?"],"N.E":"hN?"},"Cz":{"N":["ab"],"x":["ab"],"b5":["ab"],"Q":["ab"],"p":["ab"],"b_":["ab"],"N.E":"ab"},"Sb":{"N":["ic"],"x":["ic"],"b5":["ic"],"Q":["ic"],"p":["ic"],"b_":["ic"],"N.E":"ic"},"Sr":{"N":["fR"],"x":["fR"],"b5":["fR"],"Q":["fR"],"p":["fR"],"b_":["fR"],"N.E":"fR"},"Nk":{"au":["m","m"],"ak":["m","m"]},"OH":{"au":["m","m"],"ak":["m","m"],"au.V":"m","au.K":"m"},"BH":{"dk":["1"],"dk.T":"1"},"mv":{"BH":["1"],"dk":["1"],"dk.T":"1"},"BI":{"jg":["1"]},"yw":{"iV":[]},"Dn":{"iV":[]},"SA":{"iV":[]},"St":{"iV":[]},"Te":{"nQ":[]},"Hq":{"N":["az"],"x":["az"],"Q":["az"],"p":["az"],"N.E":"az"},"MA":{"a4":[]},"au4":{"anx":[]},"J7":{"bQ":[]},"wZ":{"bQ":[]},"nV":{"N":["1"],"x":["1"],"Q":["1"],"p":["1"],"N.E":"1"},"J3":{"bQ":[]},"j9":{"aNr":["1"]},"cw":{"aR":[],"az":[],"ab":[]},"Iq":{"N":["k2"],"x":["k2"],"Q":["k2"],"p":["k2"],"N.E":"k2"},"J6":{"N":["k8"],"x":["k8"],"Q":["k8"],"p":["k8"],"N.E":"k8"},"t2":{"aR":[],"az":[],"ab":[]},"LY":{"N":["m"],"x":["m"],"Q":["m"],"p":["m"],"N.E":"m"},"aR":{"az":[],"ab":[]},"p_":{"aR":[],"az":[],"ab":[]},"Mo":{"N":["kB"],"x":["kB"],"Q":["kB"],"p":["kB"],"N.E":"kB"},"cj":{"cT":[]},"aDn":{"x":["q"],"Q":["q"],"p":["q"],"cT":[]},"d1":{"x":["q"],"Q":["q"],"p":["q"],"cT":[]},"aFL":{"x":["q"],"Q":["q"],"p":["q"],"cT":[]},"aDm":{"x":["q"],"Q":["q"],"p":["q"],"cT":[]},"aFJ":{"x":["q"],"Q":["q"],"p":["q"],"cT":[]},"a08":{"x":["q"],"Q":["q"],"p":["q"],"cT":[]},"aFK":{"x":["q"],"Q":["q"],"p":["q"],"cT":[]},"Z6":{"x":["R"],"Q":["R"],"p":["R"],"cT":[]},"Z7":{"x":["R"],"Q":["R"],"p":["R"],"cT":[]},"Lq":{"nz":[]},"Fb":{"au":["m","@"],"ak":["m","@"],"au.V":"@","au.K":"m"},"LT":{"N":["ak<@,@>"],"x":["ak<@,@>"],"Q":["ak<@,@>"],"p":["ak<@,@>"],"N.E":"ak<@,@>"},"fj":{"ar2":[],"p":["m"],"p.E":"m"},"bZ":{"ao":[]},"mZ":{"bZ":["R"],"ao":[]},"N1":{"bZ":["R"],"ao":[]},"N2":{"bZ":["R"],"ao":[]},"vB":{"bZ":["1"],"ao":[]},"z_":{"bZ":["R"],"ao":[]},"km":{"bZ":["R"],"ao":[]},"qA":{"bZ":["R"],"ao":[]},"pd":{"bZ":["R"],"ao":[]},"qs":{"bZ":["1"],"ao":[]},"vM":{"bZ":["1"],"ao":[]},"Cj":{"ha":[]},"zJ":{"ha":[]},"er":{"ha":[]},"AH":{"ha":[]},"jK":{"ha":[]},"x3":{"ha":[]},"Od":{"ha":[]},"ay":{"aD":["1"],"aD.T":"1","ay.T":"1"},"f4":{"ay":["k?"],"aD":["k?"],"aD.T":"k?","ay.T":"k?"},"bc":{"bZ":["1"],"ao":[]},"fY":{"aD":["1"],"aD.T":"1"},"zF":{"ay":["1"],"aD":["1"],"aD.T":"1","ay.T":"1"},"zb":{"ay":["v?"],"aD":["v?"],"aD.T":"v?","ay.T":"v?"},"lB":{"ay":["q"],"aD":["q"],"aD.T":"q","ay.T":"q"},"fv":{"aD":["R"],"aD.T":"R"},"wt":{"X":[],"h":[]},"NZ":{"a1":["wt"]},"NY":{"ao":[]},"dU":{"k":[]},"aCv":{"bg":[],"b0":[],"h":[]},"O1":{"eP":["WT"],"eP.T":"WT"},"GF":{"WT":[]},"qz":{"X":[],"h":[]},"Bs":{"j8":["qz"],"a1":["qz"]},"SI":{"ao":[]},"C2":{"bg":[],"b0":[],"h":[]},"Gx":{"aI":[],"h":[]},"mw":{"hb":["x"],"dV":[]},"qO":{"mw":[],"hb":["x"],"dV":[]},"Hh":{"mw":[],"hb":["x"],"dV":[]},"Hf":{"mw":[],"hb":["x"],"dV":[]},"lr":{"n1":[],"bF":[]},"P4":{"dV":[]},"b2":{"ao":[]},"AX":{"ao":[]},"pA":{"ao":[]},"ef":{"b2":[],"ao":[]},"hb":{"dV":[]},"wB":{"dV":[]},"GM":{"dV":[]},"ee":{"eM":[],"ee.T":"1"},"IC":{"eM":[]},"xY":{"fa":[]},"bI":{"p":["1"],"p.E":"1"},"xn":{"p":["1"],"p.E":"1"},"cD":{"a9":["1"]},"x8":{"bp":[]},"kg":{"bh":[]},"lX":{"bh":[]},"lY":{"bh":[]},"ke":{"bh":[]},"j5":{"bh":[]},"MW":{"bh":[]},"T7":{"bh":[]},"or":{"bh":[]},"T3":{"or":[],"bh":[]},"ou":{"bh":[]},"Tb":{"ou":[],"bh":[]},"T9":{"kg":[],"bh":[]},"T6":{"lX":[],"bh":[]},"T8":{"lY":[],"bh":[]},"T5":{"ke":[],"bh":[]},"ot":{"bh":[]},"Ta":{"ot":[],"bh":[]},"ow":{"bh":[]},"Td":{"ow":[],"bh":[]},"ov":{"j5":[],"bh":[]},"Tc":{"ov":[],"j5":[],"bh":[]},"os":{"bh":[]},"T4":{"os":[],"bh":[]},"hM":{"c5":[],"cN":[],"cW":[]},"Cs":{"vb":[]},"uL":{"vb":[]},"fb":{"c5":[],"cN":[],"cW":[]},"il":{"c5":[],"cN":[],"cW":[]},"hR":{"c5":[],"cN":[],"cW":[]},"i_":{"c5":[],"cN":[],"cW":[]},"wI":{"c5":[],"cN":[],"cW":[]},"hK":{"cN":[],"cW":[]},"cN":{"cW":[]},"c5":{"cN":[],"cW":[]},"rP":{"c5":[],"cN":[],"cW":[]},"fk":{"c5":[],"cN":[],"cW":[]},"Fi":{"c5":[],"cN":[],"cW":[]},"pq":{"cW":[]},"NH":{"qV":[]},"qY":{"jl":[]},"o6":{"X":[],"h":[]},"Cp":{"a1":["o6"]},"vS":{"X":[],"h":[]},"R5":{"D":[]},"Bb":{"a1":["vS"]},"Nf":{"aX":[],"ah":[],"h":[]},"Rj":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"rj":{"ay":["v?"],"aD":["v?"],"aD.T":"v?","ay.T":"v?"},"ye":{"ay":["l"],"aD":["l"],"aD.T":"l","ay.T":"l"},"Fe":{"aI":[],"h":[]},"q5":{"aI":[],"h":[]},"w_":{"X":[],"h":[]},"pB":{"X":[],"h":[]},"Bf":{"a1":["w_"]},"uH":{"a1":["pB<1>"]},"Cw":{"fJ":["1"],"dl":["1"],"bW":["1"]},"z9":{"X":[],"h":[]},"Re":{"a1":["z9"]},"Pt":{"aX":[],"ah":[],"h":[]},"D_":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"Ch":{"b6":["1?"]},"PJ":{"b6":["d4?"]},"PI":{"b6":["hm?"]},"w5":{"X":[],"h":[]},"Nt":{"a1":["w5"]},"Q0":{"cO":[],"b6":["cO"]},"Pu":{"aX":[],"ah":[],"h":[]},"D0":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"aC5":{"dM":[],"bg":[],"b0":[],"h":[]},"wa":{"X":[],"h":[]},"Nz":{"a1":["wa"]},"Ny":{"b2":[],"ao":[]},"Cf":{"b6":["1"]},"ng":{"aI":[],"h":[]},"fd":{"lf":["q"],"k":[],"lf.T":"q"},"Cg":{"b6":["1"]},"l5":{"aI":[],"h":[]},"GP":{"aI":[],"h":[]},"wC":{"fJ":["1"],"dl":["1"],"bW":["1"]},"qE":{"aI":[],"h":[]},"aCI":{"dM":[],"bg":[],"b0":[],"h":[]},"wM":{"X":[],"h":[]},"qI":{"a1":["wM"]},"H3":{"aI":[],"h":[]},"x2":{"bg":[],"b0":[],"h":[]},"x4":{"aI":[],"h":[]},"NB":{"aX":[],"ah":[],"h":[]},"CT":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"Ba":{"bZ":["1"],"ao":[]},"HZ":{"aI":[],"h":[]},"xw":{"X":[],"h":[]},"C7":{"a1":["xw"]},"xx":{"iM":[]},"lz":{"lC":[],"iM":[]},"xy":{"lC":[],"iM":[]},"xz":{"lC":[],"iM":[]},"lC":{"iM":[]},"CK":{"bg":[],"b0":[],"h":[]},"C6":{"X":[],"h":[]},"r6":{"aI":[],"h":[]},"C5":{"a1":["C6"],"aoc":[]},"I5":{"aI":[],"h":[]},"hh":{"bN":[]},"kG":{"hh":[],"bN":[]},"fN":{"hh":[],"bN":[]},"Be":{"X":[],"h":[]},"BX":{"X":[],"h":[]},"nT":{"X":[],"h":[]},"C8":{"b2":[],"ao":[]},"C9":{"ay":["hh"],"aD":["hh"],"aD.T":"hh","ay.T":"hh"},"Pr":{"ao":[]},"No":{"a1":["Be"]},"BY":{"a1":["BX"]},"uV":{"y":[],"t":[],"F":[],"af":[]},"Og":{"a7":[],"aW":[],"P":[]},"Bt":{"ah":[],"h":[]},"Ca":{"a1":["nT"]},"rd":{"dM":[],"bg":[],"b0":[],"h":[]},"Iw":{"aI":[],"h":[]},"Cm":{"ah":[],"h":[]},"PL":{"a7":[],"aW":[],"P":[]},"uX":{"y":[],"t":[],"F":[],"af":[]},"yb":{"X":[],"h":[]},"CZ":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"oR":{"ay":["bN?"],"aD":["bN?"],"aD.T":"bN?","ay.T":"bN?"},"Cq":{"X":[],"h":[]},"PS":{"a1":["yb"]},"Pq":{"aX":[],"ah":[],"h":[]},"PP":{"a1":["Cq"]},"Dl":{"aI":[],"h":[]},"RY":{"ao":[]},"IH":{"aI":[],"h":[]},"PQ":{"eP":["yd"],"eP.T":"yd"},"GH":{"yd":[]},"II":{"cO":[],"b6":["cO"]},"BF":{"cO":[],"b6":["cO"]},"e3":{"b6":["1"]},"eg":{"b6":["1"]},"o7":{"yf":["1"],"fJ":["1"],"dl":["1"],"bW":["1"]},"j6":{"X":[],"h":[]},"rK":{"X":[],"h":[]},"yT":{"X":[],"h":[]},"PU":{"aX":[],"ah":[],"h":[]},"Rs":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"rM":{"a1":["2"]},"CP":{"aI":[],"h":[]},"CQ":{"fJ":["1"],"dl":["1"],"bW":["1"]},"rL":{"a1":["rK<1>"]},"aEa":{"dM":[],"bg":[],"b0":[],"h":[]},"qh":{"X":[],"h":[]},"Ka":{"X":[],"h":[]},"NE":{"ao":[]},"NF":{"a1":["qh"]},"aEs":{"dM":[],"bg":[],"b0":[],"h":[]},"rS":{"X":[],"h":[]},"uS":{"a1":["rS<1>"]},"Ra":{"b2":[],"ao":[]},"Ce":{"b6":["1"]},"zM":{"X":[],"h":[]},"Dd":{"bg":[],"b0":[],"h":[]},"BL":{"X":[],"h":[]},"zK":{"X":[],"h":[]},"t1":{"a1":["zK"]},"aGT":{"X":[],"h":[]},"zN":{"a1":["zM"]},"RO":{"b2":[],"ao":[]},"Bd":{"aw":[]},"Nn":{"aI":[],"h":[]},"BM":{"a1":["BL"]},"RP":{"bg":[],"b0":[],"h":[]},"uG":{"X":[],"h":[]},"Lf":{"aI":[],"h":[]},"PR":{"j8":["uG"],"a1":["uG"]},"Ci":{"b6":["1"]},"je":{"X":[],"h":[]},"Do":{"a1":["je"]},"Cd":{"b6":["1"]},"M9":{"X":[],"h":[]},"SB":{"b6":["k?"]},"SD":{"b6":["k?"]},"SC":{"b6":["cO"]},"aFv":{"dM":[],"bg":[],"b0":[],"h":[]},"Ay":{"X":[],"h":[]},"DE":{"a1":["Ay"]},"Az":{"jV":["m"],"X":[],"h":[],"jV.T":"m"},"v9":{"fA":["m"],"a1":["jV"]},"SH":{"ao":[]},"aFz":{"dM":[],"bg":[],"b0":[],"h":[]},"C4":{"dM":[],"bg":[],"b0":[],"h":[]},"p8":{"ay":["hu"],"aD":["hu"],"aD.T":"hu","ay.T":"hu"},"vI":{"X":[],"h":[]},"tU":{"aI":[],"h":[]},"N8":{"a1":["vI"]},"AM":{"b2":[],"ao":[]},"AP":{"X":[],"h":[]},"va":{"a1":["AP"]},"SU":{"aI":[],"h":[]},"aFE":{"dM":[],"bg":[],"b0":[],"h":[]},"dJ":{"f1":[]},"eF":{"f1":[]},"Cu":{"f1":[]},"Sx":{"ao":[]},"hm":{"bN":[]},"hw":{"bN":[]},"Fm":{"bN":[]},"du":{"bN":[]},"ek":{"bN":[]},"de":{"hJ":[]},"em":{"hm":[],"bN":[]},"lf":{"k":[]},"aM":{"cv":[]},"f7":{"cv":[]},"mB":{"cv":[]},"eq":{"fC":["eq"],"fC.T":"eq"},"F8":{"fC":["iA"]},"q1":{"fC":["iA"],"fC.T":"iA"},"d9":{"hm":[],"bN":[]},"eB":{"hm":[],"bN":[]},"i9":{"hJ":[]},"tT":{"iN":[],"hj":[],"af":[]},"h8":{"hQ":[]},"y":{"t":[],"F":[],"af":[]},"n9":{"iL":[]},"wp":{"f2":[],"ep":["1"]},"hk":{"f2":[],"ep":["y"]},"zh":{"cl":["y","hk"],"y":[],"ac":["y","hk"],"t":[],"F":[],"af":[],"ac.1":"hk","cl.1":"hk","ac.0":"y"},"Gz":{"ao":[]},"zi":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"m0":{"b2":[],"ao":[]},"oz":{"cl":["y","ex"],"y":[],"ac":["y","ex"],"t":[],"F":[],"af":[],"ac.1":"ex","cl.1":"ex","ac.0":"y"},"Rl":{"y":[],"t":[],"F":[],"af":[]},"DF":{"m0":[],"b2":[],"ao":[]},"BN":{"m0":[],"b2":[],"ao":[]},"ud":{"m0":[],"b2":[],"ao":[]},"zk":{"y":[],"t":[],"F":[],"af":[]},"f8":{"f2":[],"ep":["y"]},"zm":{"cl":["y","f8"],"y":[],"ac":["y","f8"],"t":[],"F":[],"af":[],"ac.1":"f8","cl.1":"f8","ac.0":"y"},"zo":{"y":[],"t":[],"F":[],"af":[]},"xU":{"F":[]},"eo":{"F":[]},"qo":{"eo":[],"F":[]},"kC":{"k9":[],"eo":[],"F":[]},"JU":{"F":[]},"K0":{"F":[]},"JM":{"F":[]},"k9":{"eo":[],"F":[]},"wi":{"eo":[],"F":[]},"yz":{"eo":[],"F":[]},"yO":{"eo":[],"F":[]},"o0":{"eo":[],"F":[]},"xe":{"eo":[],"F":[]},"vQ":{"eo":[],"F":[]},"iS":{"f2":[],"ep":["y"]},"zq":{"cl":["y","iS"],"y":[],"ac":["y","iS"],"t":[],"F":[],"af":[],"ac.1":"iS","cl.1":"iS","ac.0":"y"},"IP":{"b2":[],"ao":[]},"t":{"F":[],"af":[]},"RJ":{"my":[]},"Sv":{"my":[]},"MV":{"my":[]},"GN":{"hb":["z"],"dV":[]},"ex":{"f2":[],"ep":["y"]},"zt":{"cl":["y","ex"],"y":[],"ac":["y","ex"],"t":[],"F":[],"af":[],"ac.1":"ex","cl.1":"ex","ac.0":"y"},"zu":{"y":[],"t":[],"F":[],"af":[]},"CM":{"c5":[],"cN":[],"cW":[]},"K2":{"y":[],"t":[],"hj":[],"F":[],"af":[]},"oQ":{"ao":[]},"zd":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"kl":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"KL":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"KM":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"zg":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"KC":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"zp":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"KF":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"Ks":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"wv":{"ao":[]},"uU":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"Kv":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"Ku":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"D3":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"KG":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"KH":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"Kw":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"KR":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"zl":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"Kz":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"KJ":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"KE":{"y":[],"aB":["y"],"t":[],"hj":[],"F":[],"af":[]},"KN":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"zn":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"zr":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"zv":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"Kt":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"KD":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"Kx":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"KA":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"KB":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"Ky":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"zf":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"zw":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"zs":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"Kr":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"KK":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"zj":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"tw":{"hQ":[]},"ku":{"oW":[],"ep":["dB"]},"dB":{"t":[],"F":[],"af":[]},"LG":{"iL":[]},"KP":{"rZ":[],"dB":[],"ac":["y","jd"],"t":[],"F":[],"af":[],"ac.1":"jd","ac.0":"y"},"jd":{"oW":[],"ep":["y"],"k_":[]},"rZ":{"dB":[],"ac":["y","jd"],"t":[],"F":[],"af":[]},"zx":{"dB":[],"aB":["dB"],"t":[],"F":[],"af":[]},"KQ":{"dB":[],"aB":["dB"],"t":[],"F":[],"af":[]},"ew":{"f2":[],"ep":["y"]},"zy":{"cl":["y","ew"],"y":[],"ac":["y","ew"],"t":[],"F":[],"af":[],"ac.1":"ew","cl.1":"ew","ac.0":"y"},"l6":{"ay":["f1?"],"aD":["f1?"],"aD.T":"f1?","ay.T":"f1?"},"zz":{"aB":["y"],"t":[],"F":[],"af":[]},"t_":{"jt":["1"],"y":[],"ac":["dB","1"],"Kq":[],"t":[],"F":[],"af":[]},"KO":{"jt":["ku"],"y":[],"ac":["dB","ku"],"Kq":[],"t":[],"F":[],"af":[],"ac.1":"ku","jt.0":"ku","ac.0":"dB"},"fV":{"b2":[],"ao":[]},"pa":{"a9":["~"]},"AI":{"bQ":[]},"cm":{"F":[]},"kK":{"c4":["kK"]},"is":{"c4":["is"]},"kS":{"c4":["kS"]},"t8":{"c4":["t8"]},"RV":{"dV":[]},"t7":{"b2":[],"ao":[]},"on":{"c4":["t8"]},"nY":{"lG":[]},"nZ":{"lG":[]},"xQ":{"lG":[]},"rF":{"bQ":[]},"ym":{"bQ":[]},"Oj":{"cO":[]},"Ql":{"ro":[]},"Qk":{"cO":[]},"Sy":{"ro":[]},"kx":{"cO":[]},"kk":{"i2":[]},"z8":{"i2":[]},"zE":{"b2":[],"ao":[]},"Hr":{"p4":[]},"hA":{"X":[],"h":[]},"B4":{"bg":[],"b0":[],"h":[]},"nC":{"X":[],"h":[]},"aCL":{"aF":[]},"aCK":{"aF":[]},"pZ":{"aF":[]},"qc":{"aF":[]},"nn":{"aF":[]},"rR":{"aF":[]},"bn":{"aS":["1"]},"la":{"aS":["1"]},"B5":{"a1":["hA"]},"BP":{"a1":["nC"]},"GT":{"aS":["aF"]},"GR":{"aS":["nn"]},"K8":{"aS":["rR"]},"vP":{"aX":[],"ah":[],"h":[]},"B_":{"X":[],"h":[]},"DW":{"a1":["B_"],"ez":[]},"qT":{"X":[],"h":[]},"BR":{"a1":["qT<1>"]},"vU":{"X":[],"h":[]},"nX":{"dY":[]},"Bc":{"a1":["vU"]},"Ig":{"b2":[],"ao":[]},"Qp":{"aI":[],"h":[]},"hc":{"bg":[],"b0":[],"h":[]},"rw":{"aX":[],"ah":[],"h":[]},"qr":{"aX":[],"ah":[],"h":[]},"bb":{"aX":[],"ah":[],"h":[]},"dS":{"aX":[],"ah":[],"h":[]},"jM":{"aX":[],"ah":[],"h":[]},"xW":{"dN":["hk"],"b0":[],"h":[],"dN.T":"hk"},"nl":{"eu":[],"ah":[],"h":[]},"da":{"aX":[],"ah":[],"h":[]},"o1":{"aX":[],"ah":[],"h":[]},"tB":{"eu":[],"ah":[],"h":[]},"ox":{"dN":["ew"],"b0":[],"h":[],"dN.T":"ew"},"qq":{"eu":[],"ah":[],"h":[]},"aCC":{"bg":[],"b0":[],"h":[]},"fL":{"X":[],"h":[]},"hS":{"aX":[],"ah":[],"h":[]},"t6":{"aX":[],"ah":[],"h":[]},"ig":{"X":[],"h":[]},"ww":{"aX":[],"ah":[],"h":[]},"Gg":{"aX":[],"ah":[],"h":[]},"Ge":{"aX":[],"ah":[],"h":[]},"JQ":{"aX":[],"ah":[],"h":[]},"JR":{"aX":[],"ah":[],"h":[]},"pe":{"aX":[],"ah":[],"h":[]},"Go":{"aX":[],"ah":[],"h":[]},"Hs":{"aX":[],"ah":[],"h":[]},"HJ":{"aX":[],"ah":[],"h":[]},"ne":{"aX":[],"ah":[],"h":[]},"en":{"aX":[],"ah":[],"h":[]},"rv":{"aX":[],"ah":[],"h":[]},"Qt":{"a7":[],"aW":[],"P":[]},"Ia":{"aX":[],"ah":[],"h":[]},"LI":{"aX":[],"ah":[],"h":[]},"Iu":{"eu":[],"ah":[],"h":[]},"Hw":{"eu":[],"ah":[],"h":[]},"L0":{"eu":[],"ah":[],"h":[]},"x1":{"dN":["f8"],"b0":[],"h":[],"dN.T":"f8"},"nx":{"dN":["f8"],"b0":[],"h":[],"dN.T":"f8"},"KV":{"eu":[],"ah":[],"h":[]},"Kh":{"ah":[],"h":[]},"Iz":{"aX":[],"ah":[],"h":[]},"Cy":{"a1":["fL"]},"Rf":{"aX":[],"ah":[],"h":[]},"fh":{"aX":[],"ah":[],"h":[]},"EX":{"aX":[],"ah":[],"h":[]},"yj":{"aX":[],"ah":[],"h":[]},"Fk":{"aX":[],"ah":[],"h":[]},"lp":{"aX":[],"ah":[],"h":[]},"I3":{"aX":[],"ah":[],"h":[]},"xR":{"aI":[],"h":[]},"f3":{"aI":[],"h":[]},"Si":{"a1":["ig"]},"wj":{"aX":[],"ah":[],"h":[]},"CU":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"m1":{"ah":[],"h":[]},"m2":{"a7":[],"aW":[],"P":[]},"ML":{"i7":[],"af":[]},"GC":{"aX":[],"ah":[],"h":[]},"Gs":{"aI":[],"h":[]},"Of":{"ao":[]},"GI":{"X":[],"h":[]},"Ox":{"bn":["no"],"aS":["no"]},"Or":{"bn":["amk"],"aS":["amk"]},"On":{"bn":["amg"],"aS":["amg"]},"Om":{"bn":["amf"],"aS":["amf"]},"Oq":{"bn":["amj"],"aS":["amj"]},"Op":{"bn":["ami"],"aS":["ami"]},"Oo":{"bn":["amh"],"aS":["amh"]},"OK":{"bn":["amr"],"aS":["amr"]},"OL":{"bn":["ams"],"aS":["ams"]},"OM":{"bn":["amt"],"aS":["amt"]},"ON":{"bn":["amu"],"aS":["amu"]},"OO":{"bn":["amv"],"aS":["amv"]},"OP":{"bn":["amw"],"aS":["amw"]},"OQ":{"bn":["amx"],"aS":["amx"]},"OR":{"bn":["amy"],"aS":["amy"]},"OS":{"bn":["amz"],"aS":["amz"]},"OT":{"bn":["amA"],"aS":["amA"]},"OU":{"bn":["amB"],"aS":["amB"]},"OV":{"bn":["amC"],"aS":["amC"]},"OW":{"bn":["amD"],"aS":["amD"]},"OX":{"bn":["amE"],"aS":["amE"]},"Q4":{"bn":["ana"],"aS":["ana"]},"Q7":{"bn":["and"],"aS":["and"]},"Qa":{"bn":["ang"],"aS":["ang"]},"Qd":{"bn":["anj"],"aS":["anj"]},"Q5":{"bn":["anb"],"aS":["anb"]},"Q6":{"bn":["anc"],"aS":["anc"]},"Q8":{"bn":["ane"],"aS":["ane"]},"Q9":{"bn":["anf"],"aS":["anf"]},"Qb":{"bn":["anh"],"aS":["anh"]},"Qc":{"bn":["ani"],"aS":["ani"]},"RT":{"bn":["anC"],"aS":["anC"]},"NU":{"bn":["amc"],"aS":["amc"]},"O9":{"bn":["ame"],"aS":["ame"]},"Qx":{"bn":["anl"],"aS":["anl"]},"GJ":{"X":[],"h":[]},"wE":{"X":[],"h":[]},"Bv":{"a1":["wE"]},"qJ":{"X":[],"h":[]},"qK":{"a1":["qJ"],"ez":[],"ato":[]},"Mc":{"b2":[],"ao":[]},"OE":{"eu":[],"ah":[],"h":[]},"dv":{"b2":[],"ao":[]},"nB":{"dv":[],"b2":[],"ao":[]},"xb":{"b2":[],"ao":[]},"nA":{"X":[],"h":[]},"BO":{"fE":["dv"],"bg":[],"b0":[],"h":[],"fE.T":"dv"},"um":{"a1":["nA"]},"HA":{"X":[],"h":[]},"Pb":{"a1":["nA"]},"xd":{"X":[],"h":[]},"uo":{"bg":[],"b0":[],"h":[]},"asY":{"aF":[]},"rt":{"aF":[]},"rO":{"aF":[]},"arh":{"aF":[]},"Pc":{"a1":["xd"]},"KS":{"aS":["asY"]},"J1":{"aS":["rt"]},"K6":{"aS":["rO"]},"GQ":{"aS":["arh"]},"xf":{"X":[],"h":[]},"xg":{"a1":["xf"]},"BQ":{"bg":[],"b0":[],"h":[]},"jV":{"X":[],"h":[]},"fA":{"a1":["jV<1>"]},"hO":{"eM":[]},"b3":{"hO":["1"],"eM":[]},"X":{"h":[]},"aW":{"P":[]},"hs":{"aW":[],"P":[]},"cx":{"aW":[],"P":[]},"AV":{"eM":[]},"lv":{"hO":["1"],"eM":[]},"aI":{"h":[]},"b0":{"h":[]},"dN":{"b0":[],"h":[]},"bg":{"b0":[],"h":[]},"ah":{"h":[]},"Io":{"ah":[],"h":[]},"aX":{"ah":[],"h":[]},"eu":{"ah":[],"h":[]},"Hi":{"ah":[],"h":[]},"wk":{"aW":[],"P":[]},"ec":{"aW":[],"P":[]},"kh":{"aW":[],"P":[]},"oo":{"aW":[],"P":[]},"a7":{"aW":[],"P":[]},"zG":{"a7":[],"aW":[],"P":[]},"In":{"a7":[],"aW":[],"P":[]},"tb":{"a7":[],"aW":[],"P":[]},"of":{"a7":[],"aW":[],"P":[]},"Qn":{"aW":[],"P":[]},"Qo":{"h":[]},"kj":{"X":[],"h":[]},"rU":{"a1":["kj"]},"cA":{"nI":["1"]},"HK":{"aI":[],"h":[]},"Ph":{"aX":[],"ah":[],"h":[]},"nK":{"X":[],"h":[]},"uu":{"a1":["nK"]},"xo":{"oj":[]},"cd":{"aI":[],"h":[]},"nO":{"dM":[],"bg":[],"b0":[],"h":[]},"xs":{"X":[],"h":[]},"C1":{"a1":["xs"],"ez":[]},"n8":{"ay":["aw"],"aD":["aw"],"aD.T":"aw","ay.T":"aw"},"lh":{"ay":["hJ"],"aD":["hJ"],"aD.T":"hJ","ay.T":"hJ"},"jR":{"ay":["cv"],"aD":["cv"],"aD.T":"cv","ay.T":"cv"},"n7":{"ay":["cu?"],"aD":["cu?"],"aD.T":"cu?","ay.T":"cu?"},"ob":{"ay":["ap"],"aD":["ap"],"aD.T":"ap","ay.T":"ap"},"p7":{"ay":["w"],"aD":["w"],"aD.T":"w","ay.T":"w"},"vC":{"X":[],"h":[]},"vG":{"X":[],"h":[]},"vF":{"X":[],"h":[]},"vD":{"X":[],"h":[]},"vH":{"X":[],"h":[]},"I1":{"X":[],"h":[]},"r2":{"a1":["1"]},"q_":{"a1":["1"]},"N3":{"a1":["vC"]},"N6":{"a1":["vG"]},"N5":{"a1":["vF"]},"N4":{"a1":["vD"]},"N7":{"a1":["vH"]},"fE":{"bg":[],"b0":[],"h":[]},"uz":{"cx":[],"aW":[],"P":[]},"dM":{"bg":[],"b0":[],"h":[]},"uc":{"aI":[],"h":[]},"hG":{"ah":[],"h":[]},"uC":{"a7":[],"aW":[],"P":[]},"Im":{"hG":["aw"],"ah":[],"h":[],"hG.0":"aw"},"D1":{"fP":["aw","y"],"y":[],"aB":["y"],"t":[],"F":[],"af":[],"fP.0":"aw"},"Cn":{"bg":[],"b0":[],"h":[]},"y4":{"X":[],"h":[]},"Tr":{"eP":["B0"],"eP.T":"B0"},"GL":{"B0":[]},"PM":{"a1":["y4"]},"iT":{"bg":[],"b0":[],"h":[]},"Ct":{"X":[],"h":[]},"PT":{"a1":["Ct"],"ez":[]},"u8":{"c5":[],"cN":[],"cW":[]},"rm":{"aI":[],"h":[]},"F3":{"X":[],"h":[]},"Nd":{"nI":["u8"]},"Q_":{"aI":[],"h":[]},"J_":{"aI":[],"h":[]},"asq":{"i5":[]},"nL":{"bg":[],"b0":[],"h":[]},"yt":{"X":[],"h":[]},"iU":{"a1":["yt"]},"Qm":{"bW":["~"]},"uK":{"mC":[]},"CE":{"mC":[]},"CF":{"mC":[]},"CG":{"mC":[]},"Pj":{"dC":["ak>?"],"b2":[],"ao":[]},"f9":{"dY":[]},"dA":{"aI":[],"h":[]},"jr":{"f2":[],"ep":["y"]},"Jg":{"eu":[],"ah":[],"h":[]},"uY":{"cl":["y","jr"],"y":[],"ac":["y","jr"],"t":[],"F":[],"af":[],"ac.1":"jr","cl.1":"jr","ac.0":"y"},"ka":{"b2":[],"ao":[]},"uM":{"X":[],"h":[]},"CJ":{"a1":["uM"]},"yC":{"X":[],"h":[]},"ry":{"a1":["yC"]},"DL":{"eu":[],"ah":[],"h":[]},"SQ":{"a7":[],"aW":[],"P":[]},"uZ":{"y":[],"ac":["y","ew"],"t":[],"F":[],"af":[],"ac.1":"ew","ac.0":"y"},"xk":{"X":[],"h":[]},"BU":{"a1":["xk"]},"BT":{"b2":[],"ao":[]},"Pi":{"ao":[]},"Ji":{"dY":[]},"ass":{"ee":["1"],"eM":[]},"rz":{"aI":[],"h":[]},"iZ":{"fJ":["1"],"dl":["1"],"bW":["1"]},"JL":{"ah":[],"h":[]},"py":{"rG":[]},"yR":{"X":[],"h":[]},"rH":{"ah":[],"h":[]},"xq":{"aI":[],"h":[]},"CN":{"a1":["yR"]},"rQ":{"bg":[],"b0":[],"h":[]},"m4":{"X":[],"h":[]},"pf":{"bg":[],"b0":[],"h":[]},"zH":{"X":[],"h":[]},"dC":{"b2":[],"ao":[]},"RG":{"a1":["m4"]},"Da":{"a1":["zH"]},"cY":{"dC":["1"],"b2":[],"ao":[]},"h_":{"dC":["1"],"b2":[],"ao":[]},"D9":{"h_":["1"],"dC":["1"],"b2":[],"ao":[]},"zC":{"h_":["1"],"dC":["1"],"b2":[],"ao":[],"cY.T":"1","h_.T":"1"},"KT":{"h_":["E"],"dC":["E"],"b2":[],"ao":[],"cY.T":"E","h_.T":"E"},"zD":{"h_":["m?"],"dC":["m?"],"b2":[],"ao":[],"cY.T":"m?","h_.T":"m?"},"L_":{"ao":[]},"JZ":{"b2":[],"ao":[],"ez":[]},"Cx":{"bg":[],"b0":[],"h":[]},"uJ":{"X":[],"h":[]},"jq":{"a1":["uJ<1>"]},"rx":{"bW":["1"]},"dl":{"bW":["1"]},"Ov":{"aS":["nn"]},"fJ":{"dl":["1"],"bW":["1"]},"yV":{"fJ":["1"],"dl":["1"],"bW":["1"]},"z6":{"fJ":["1"],"dl":["1"],"bW":["1"]},"HC":{"aX":[],"ah":[],"h":[]},"HD":{"aX":[],"ah":[],"h":[]},"uW":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"CY":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"L3":{"aI":[],"h":[]},"zQ":{"fC":["1"],"fC.T":"1"},"oH":{"bg":[],"b0":[],"h":[]},"zR":{"b2":[],"ao":[]},"Hu":{"kn":[]},"eT":{"f9":[],"dY":[]},"hp":{"eT":[],"f9":[],"dY":[]},"iY":{"eT":[],"f9":[],"dY":[]},"zY":{"eT":[],"f9":[],"dY":[]},"oI":{"eT":[],"f9":[],"dY":[]},"My":{"eT":[],"f9":[],"dY":[]},"Dh":{"bg":[],"b0":[],"h":[]},"mA":{"o3":["mA"],"o3.E":"mA"},"zT":{"X":[],"h":[]},"zU":{"a1":["zT"]},"ko":{"fV":[],"b2":[],"ao":[],"kn":[]},"oJ":{"dY":[]},"zX":{"ko":[],"fV":[],"b2":[],"ao":[],"kn":[]},"Ld":{"aI":[],"h":[]},"Fp":{"aI":[],"h":[]},"Iy":{"aI":[],"h":[]},"zZ":{"X":[],"h":[]},"v1":{"bg":[],"b0":[],"h":[]},"i8":{"aF":[]},"A_":{"a1":["zZ"]},"RR":{"aX":[],"ah":[],"h":[]},"Rw":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"L8":{"aS":["i8"]},"RE":{"dC":["R?"],"b2":[],"ao":[],"cY.T":"R?"},"rV":{"X":[],"h":[]},"jw":{"fb":[],"c5":[],"cN":[],"cW":[]},"jx":{"fk":[],"c5":[],"cN":[],"cW":[]},"t5":{"b2":[],"ao":[]},"j8":{"a1":["1"]},"ta":{"b2":[],"ao":[]},"oS":{"X":[],"h":[]},"aQ":{"A5":[]},"Dm":{"a1":["oS"]},"S_":{"fE":["ta"],"bg":[],"b0":[],"h":[],"fE.T":"ta"},"v2":{"aX":[],"ah":[],"h":[]},"Lo":{"aI":[],"h":[]},"D7":{"y":[],"aB":["y"],"Kq":[],"t":[],"F":[],"af":[]},"Lr":{"f9":[],"dY":[]},"Ls":{"aX":[],"ah":[],"h":[]},"Rx":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"Dc":{"ee":["eM"],"eM":[],"ee.T":"eM"},"LJ":{"ah":[],"h":[]},"ty":{"ah":[],"h":[]},"LH":{"ty":[],"ah":[],"h":[]},"tx":{"a7":[],"aW":[],"P":[]},"xM":{"dN":["k_"],"b0":[],"h":[],"dN.T":"k_"},"LQ":{"aI":[],"h":[]},"qC":{"dM":[],"bg":[],"b0":[],"h":[]},"aCE":{"dM":[],"bg":[],"b0":[],"h":[]},"Qq":{"aI":[],"h":[]},"aN":{"aI":[],"h":[]},"Ax":{"bn":["1"],"aS":["1"]},"amk":{"aF":[]},"amg":{"aF":[]},"amf":{"aF":[]},"amj":{"aF":[]},"ami":{"aF":[]},"amh":{"aF":[]},"no":{"aF":[]},"amr":{"aF":[]},"ams":{"aF":[]},"amt":{"aF":[]},"amu":{"aF":[]},"amv":{"aF":[]},"amw":{"aF":[]},"amx":{"aF":[]},"amy":{"aF":[]},"amz":{"aF":[]},"amA":{"aF":[]},"amB":{"aF":[]},"amC":{"aF":[]},"amD":{"aF":[]},"amE":{"aF":[]},"ana":{"aF":[]},"anb":{"aF":[]},"anc":{"aF":[]},"and":{"aF":[]},"ani":{"aF":[]},"ane":{"aF":[]},"anf":{"aF":[]},"ang":{"aF":[]},"anh":{"aF":[]},"anj":{"aF":[]},"anC":{"aF":[]},"amc":{"aF":[]},"ame":{"aF":[]},"anl":{"aF":[]},"DH":{"X":[],"h":[]},"AC":{"X":[],"h":[]},"DI":{"a1":["DH"]},"DG":{"a1":["AC"]},"BD":{"bg":[],"b0":[],"h":[]},"AJ":{"aI":[],"h":[]},"Mk":{"aI":[],"h":[]},"vJ":{"X":[],"h":[]},"B9":{"a1":["vJ"]},"LE":{"X":[],"h":[]},"L7":{"X":[],"h":[]},"KY":{"X":[],"h":[]},"Lt":{"X":[],"h":[]},"wY":{"aX":[],"ah":[],"h":[]},"F1":{"X":[],"h":[]},"Ln":{"eu":[],"ah":[],"h":[]},"MF":{"aI":[],"h":[]},"u4":{"X":[],"h":[]},"Ts":{"a1":["u4"]},"F9":{"kc":["jA"]},"wW":{"kc":["jA"],"kc.T":"jA"},"Jc":{"lV":[]},"Kj":{"ah":[],"h":[]},"KI":{"y":[],"t":[],"F":[],"af":[]},"Ms":{"aX":[],"ah":[],"h":[]},"Tg":{"y":[],"aB":["y"],"t":[],"F":[],"af":[]},"lm":{"dX":[]},"qG":{"lm":[],"dX":[]},"H0":{"dX":[]},"GY":{"nr":[]},"GZ":{"nr":[]},"jQ":{"lm":[],"dX":[]},"wK":{"lm":[],"dX":[]},"qH":{"lm":[],"dX":[]},"Ao":{"X":[],"h":[]},"DC":{"a1":["Ao"]},"mE":{"aW":[],"P":[]},"kr":{"h":[]},"rs":{"aI":[],"kr":[],"h":[]},"Qh":{"aW":[],"P":[]},"mD":{"aI":[],"h":[]},"kq":{"aI":[],"kr":[],"h":[]},"A7":{"aW":[],"P":[]},"JH":{"bQ":[]},"bk":{"bH":["1"]},"iK":{"d5":["1","m"],"bH":["m"],"d5.T":"1"},"y9":{"d5":["1","2"],"bH":["2"],"d5.T":"1"},"rE":{"d5":["x<1>","1"],"bH":["1"],"d5.T":"x<1>"},"AN":{"d5":["1","kA<1>"],"bH":["kA<1>"],"d5.T":"1"},"A6":{"el":[]},"wm":{"el":[]},"ID":{"el":[]},"J2":{"el":[]},"nf":{"bH":["m"]},"eb":{"el":[]},"MI":{"el":[]},"qg":{"k3":["1","1"],"bH":["1"],"k3.T":"1"},"d5":{"bH":["2"]},"k3":{"bH":["2"]},"om":{"d5":["1","1"],"bH":["1"],"d5.T":"1"},"kp":{"k3":["1","x<1>"],"bH":["x<1>"],"k3.T":"1"},"wV":{"bH":["1"]},"jz":{"bH":["m"]},"K5":{"bH":["m"]},"xX":{"d5":["1","x<1>"],"bH":["x<1>"],"d5.T":"1"},"xZ":{"d5":["1","x<1>"],"bH":["x<1>"]},"yW":{"d5":["1","x<1>"],"bH":["x<1>"],"d5.T":"1"},"zB":{"d5":["1","x<1>"],"bH":["x<1>"]},"xL":{"X":[],"h":[]},"PB":{"X":[],"h":[]},"PC":{"a1":["xL"]},"w9":{"r5":["1"],"kq":[],"aI":[],"kr":[],"h":[]},"wo":{"kq":[],"aI":[],"kr":[],"h":[]},"y3":{"r5":["1"],"kq":[],"aI":[],"kr":[],"h":[]},"I4":{"P":[]},"e2":{"bg":[],"b0":[],"h":[]},"r5":{"kq":[],"aI":[],"kr":[],"h":[]},"C3":{"aW":[],"P":[]},"mx":{"cx":[],"aW":[],"I4":["1"],"P":[]},"Br":{"iq":["1","ug<1>"],"iq.D":"ug<1>"},"IR":{"rs":[],"aI":[],"kr":[],"h":[]},"Kc":{"bQ":[]},"Kb":{"bQ":[]},"Ir":{"ez":[]},"z1":{"X":[],"h":[]},"CS":{"a1":["z1"]},"z2":{"bN":[]},"Fv":{"bQ":[]},"AZ":{"X":[],"h":[]},"To":{"a1":["AZ"]},"Kd":{"anv":[]},"vO":{"X":[],"h":[]},"Nc":{"a1":["vO"]},"MJ":{"aI":[],"h":[]},"qN":{"X":[],"h":[]},"He":{"a1":["qN"]},"IS":{"aI":[],"h":[]},"hf":{"b2":[],"ao":[]},"mV":{"X":[],"h":[]},"B6":{"a1":["mV"]},"mW":{"X":[],"h":[]},"B7":{"a1":["mW"]},"wr":{"X":[],"h":[]},"Bq":{"a1":["wr"]},"qu":{"aI":[],"h":[]},"nj":{"X":[],"h":[]},"NJ":{"a1":["nj"]},"nJ":{"X":[],"h":[]},"BV":{"a1":["nJ"]},"mX":{"X":[],"h":[]},"B8":{"a1":["mX"]},"IT":{"aI":[],"h":[]},"nM":{"X":[],"h":[]},"BZ":{"a1":["nM"]},"xC":{"X":[],"h":[]},"Py":{"a1":["xC"]},"r8":{"aI":[],"h":[]},"yY":{"X":[],"h":[]},"CR":{"a1":["yY"]},"oF":{"aI":[],"h":[]},"oN":{"X":[],"h":[]},"Dk":{"a1":["oN"]},"oX":{"X":[],"h":[]},"Sc":{"a1":["oX"]},"qB":{"aI":[],"h":[]},"iI":{"X":[],"h":[]},"O7":{"a1":["iI"]},"rl":{"X":[],"h":[]},"PV":{"a1":["rl"]},"kE":{"N":["1"],"x":["1"],"Q":["1"],"p":["1"]},"Pw":{"kE":["q"],"N":["q"],"x":["q"],"Q":["q"],"p":["q"]},"Mq":{"kE":["q"],"N":["q"],"x":["q"],"Q":["q"],"p":["q"],"N.E":"q","kE.E":"q"},"MO":{"u6":[]},"u5":{"bH":["m"]},"MS":{"bQ":[]},"MU":{"bQ":[]},"MQ":{"iH":["x","m"]},"ms":{"eA":[]},"pk":{"eA":[]},"pl":{"eA":[]},"pm":{"eA":[]},"fW":{"eA":[]},"pn":{"eA":[]},"eW":{"eA":[]},"mt":{"eA":[]},"aDB":{"X":[],"h":[]},"aDY":{"iN":[]},"aG2":{"bg":[],"b0":[],"h":[]},"amm":{"dY":[]}}')) +H.aH2(v.typeUniverse,JSON.parse('{"fB":1,"hC":1,"dy":1,"ya":2,"u2":1,"qQ":2,"M6":1,"LC":1,"LD":1,"H7":1,"HF":1,"x_":1,"Mw":1,"tZ":1,"E7":2,"It":1,"rr":1,"Cc":1,"dr":1,"LW":2,"Sw":1,"Nj":1,"N_":1,"Sk":1,"Ok":1,"ui":1,"Qz":1,"v5":1,"Sl":1,"it":1,"BW":1,"pw":1,"kO":1,"xD":1,"Ck":1,"y1":1,"y8":2,"PN":2,"PK":1,"Tj":1,"Se":2,"Sd":2,"Cl":1,"Ds":2,"Dt":1,"Du":1,"DT":2,"El":1,"Ep":1,"FD":1,"Gn":2,"c4":1,"Hl":1,"Ib":1,"cJ":1,"x0":1,"uB":1,"GG":1,"Iv":1,"vN":1,"qs":1,"Bl":1,"Bm":1,"Bn":1,"yF":1,"E3":1,"AX":1,"ef":1,"wB":1,"yg":1,"Cr":1,"yT":1,"vf":1,"vg":1,"tX":1,"wp":1,"Bp":1,"Ik":1,"ep":1,"e_":1,"ze":1,"wv":1,"uU":1,"D3":1,"t_":1,"n3":1,"GS":1,"up":1,"r2":1,"q_":1,"uy":1,"asq":1,"Mp":1,"GK":1,"ass":1,"iZ":1,"dC":1,"i3":1,"cY":1,"D9":1,"rx":1,"IB":1,"yV":1,"z6":1,"uI":1,"uT":1,"Ax":1,"hr":1,"dG":1,"wc":1,"KU":1,"oY":1,"xZ":1,"zB":1,"y3":1,"I4":1,"C3":1,"Ol":1,"Gt":1}')) +var u={q:"\x10@\x100@@\xa0\x80 0P`pPP\xb1\x10@\x100@@\xa0\x80 0P`pPP\xb0\x11@\x100@@\xa0\x80 0P`pPP\xb0\x10@\x100@@\xa0\x80 1P`pPP\xb0\x10A\x101AA\xa1\x81 1QaqQQ\xb0\x10@\x100@@\xa0\x80 1Q`pPP\xb0\x10@\x100@@\xa0\x80 1QapQP\xb0\x10@\x100@@\xa0\x80 1PaqQQ\xb0\x10\xe0\x100@@\xa0\x80 1P`pPP\xb0\xb1\xb1\xb1\xb1\x91\xb1\xc1\x81\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\x10@\x100@@\xd0\x80 1P`pPP\xb0\x11A\x111AA\xa1\x81!1QaqQQ\xb1\x10@\x100@@\x90\x80 1P`pPP\xb0",S:" 0\x10000\xa0\x80\x10@P`p`p\xb1 0\x10000\xa0\x80\x10@P`p`p\xb0 0\x10000\xa0\x80\x11@P`p`p\xb0 1\x10011\xa0\x80\x10@P`p`p\xb0 1\x10111\xa1\x81\x10AQaqaq\xb0 1\x10011\xa0\x80\x10@Qapaq\xb0 1\x10011\xa0\x80\x10@Paq`p\xb0 1\x10011\xa0\x80\x10@P`q`p\xb0 \x91\x100\x811\xa0\x80\x10@P`p`p\xb0 1\x10011\xa0\x81\x10@P`p`p\xb0 1\x100111\x80\x10@P`p`p\xb0!1\x11111\xa1\x81\x11AQaqaq\xb1",p:'" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%">33333\xb3\xbb\xbb\xbb\xbb\xbb\xbb\xbb;3\xc3\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc334343C33333333333SET333333333333333EDTETD433333333CD33333333333333CD33333CDD4333333333333333333333333CDTDDDCTE43C4CD3C333333333333333D3C33333\x99\x99\x9933333DDDDD42333333333333333333CDDD4333333333333333333333333DDDD433334333C53333333333333333333333C33TEDCSUUU433333333S533333333333333333333333333333CD4DDDDD3D5333333333333333333333333333CSEUCUSE4333D33333C43333333333333CDDD9DDD3DCD433333333CDCDDDDDDEDDD33433C3E433#""""\x82" """"""""2333333333333333CDUUDU53SEUUUD43SDD3U3U4333C43333C43333333333333SE43CD33333333DD33333CDDDDDDDDDD3333333343333333B!233333333333#"""333333s3CD533333333333333333333333333CESEU3333333333333333333DDDD433333CD2333333333333333333333333""""23333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDD33333333333333333333333333333CDDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333SUDDDDUDT43333333333343333333333333333333333333333333333333333TEDDTTEETD333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CUDD3UUDE43333333333333D33333333333333333333333333333333333333333UEDDDTEE43333333333333333333333333333333333333333333333333333CEUDDDE33333333333333333333333333333333333333333333333333CDUDDEDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333D#"2333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CSUUUUUUUUUUUUUUUUUUUUUUUUUUU333CD4333333333333333333333333333333333333333333333333333333""""""33EDDCTSE3333333333D33333333333DDDDDDD\x94DDDDDDDDDDDDDDDDDDDDDDDDDDDDDCDDDDDDDD3DDD4DCDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDD33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CD4333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDDDD333333333333333333333333333333333333333333333333333333333333333333333333333333333333333s73333s33333333333""""""""3333333373s333333333333333333333333333333CTDDDTU5D4DD333C433333D33333333333333DU433333333333333333333DDDUDUD3333S3333333333333333334333333333333s733333s33333333333CD4DDDD4D4DD4333333333sww73333333w3333333333sw3333s33333337333333sw333333333s733333333333333333UTEUS433333333C433333333333333C433333333333334443SUE4333333333333CDDDDDDDD4333333DDDDDT533333\xa3\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa3SDDDDUUT5DDD43333C43333333333333333C33333333333EEDDDCC3DDDDUUUDDDDD3T5333333333333333333333333333CSDDD433E533333333333333333333333333DDDDDDD4333333333333333333333333333CD53333333333333333333333UEDTE4\x933333333\x933333333333333333333333333D433333333333333333CDDEDDD43333333S5333333333333333333333C333333D533333333333333333333333SUDDDDT5\x9933CD433333333333333333333333333333333333333333333333UEDUTD33343333333333333333333333333333333333333333333333333333333333333333333333333333333CUEDDD43333333333DU333333333333333333333333333C4TTU5S5SU3333C33333U3DDD43DD4333333333333333333333333333333333333333333333333333333333333333333333DDDDDDD533333333333333333333333DDDTTU43333333333333333333333333333DDD733333s373ss33w7733333ww733333333333ss33333333333333333333333333333ww3333333333333333333333333333wwww33333www33333333333333333333wwww333333333333333wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww333333wwwwwwwwwwwwwwwwwwwwwww7wwwwwswwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww733333333333333333333333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333333333333333333333333333333333333333333333333333333333swwwww7333333333333333333333333333333333333333333wwwwwwwwwwwwwwwwwwwww7wwwwwwswwwwwwwwwwwwwwwwwwwww73333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333333w7333333333333333733333333333333333333333333333sww733333s7333333s3wwwww333333333wwwwwwwwwwwwwwwwwwwwwwwwwwwwgffffffffffff6wwwwwww73333s33333333337swwwwsw73333wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwDDDDDDDDDDDDDDDDDDDDDDDD33333333DDDDDDDD33333333DDDDDDDDDDDDDDDD43333333DC44333333333333333333333333333SUDDDDTD33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333UED4CTUE3S33333333333333DDDDD33333333333333333333DDD\x95DD333343333DDDUD43333333333333333333\x93\x99\x99IDDDDDDE4333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDDDDDDDDDDDDDDDDDDDDDDDDDD33DDDDDDDDDDDDDDDDDDDDDDDDD33334333333C33333333333DD4DDDDDDD43333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333TD43EDD""""DDDD3DDD433333333333333CD43333333333333333333333333333333333333333333333333333333333333333333333333CD33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333C33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333333333333333333333333333333DD4333333333333333333333333333333333333333333333333333333333333333333EDDDCDDT43333333333333333333333333333333333333333CDDDDDDDDDD4EDDDETD3333333333333333333333333333333333333333333333333333333333333DDD3CC4DDD\x94433333333333333333333333333333333SUUC4UT433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333DU333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDD333333333333333333333333333333333333333333333333333333CDDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDC433DD33333333333333333333D43C3333333333333333333333333333333333333333333333333333333333333333333333333333333333C4333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333334EDDDD3\x03',K:"00000008A0009!B000a!C000b000cD000d!E000e000vA000w!F000x!G000y!H000z!I0010!J0011!K0012!I0013!H0014!L0015!M0016!I0017!J0018!N0019!O001a!N001b!P001c001lQ001m001nN001o001qI001r!G001s002iI002j!L002k!J002l!M002m003eI003f!L003g!B003h!R003i!I003j003oA003p!D003q004fA004g!S004h!L004i!K004j004lJ004m004qI004r!H004s!I004t!B004u004vI004w!K004x!J004y004zI0050!T00510056I0057!H0058005aI005b!L005c00jrI00js!T00jt00jvI00jw!T00jx00keI00kf!T00kg00lbI00lc00niA00nj!S00nk00nvA00nw00o2S00o300ofA00og00otI00ou!N00ov00w2I00w300w9A00wa013cI013d!N013e!B013h013iI013j!J013l014tA014u!B014v!A014w!I014x014yA014z!I01500151A0152!G0153!A015c0162U0167016aU016b016wI016x016zK01700171N01720173I0174017eA017f!G017g!A017i017jG017k018qI018r019bA019c019lQ019m!K019n019oQ019p019rI019s!A019t01cjI01ck!G01cl!I01cm01csA01ct01cuI01cv01d0A01d101d2I01d301d4A01d5!I01d601d9A01da01dbI01dc01dlQ01dm01e8I01e9!A01ea01f3I01f401fuA01fx01idI01ie01ioA01ip!I01j401jdQ01je01kaI01kb01kjA01kk01knI01ko!N01kp!G01kq!I01kt!A01ku01kvJ01kw01lhI01li01llA01lm!I01ln01lvA01lw!I01lx01lzA01m0!I01m101m5A01m801ncI01nd01nfA01ni01qfI01qr01r5A01r6!I01r701s3A01s401tlI01tm01toA01tp!I01tq01u7A01u8!I01u901ufA01ug01upI01uq01urA01us01utB01uu01v3Q01v401vkI01vl01vnA01vp01x5I01x8!A01x9!I01xa01xgA01xj01xkA01xn01xpA01xq!I01xz!A01y401y9I01ya01ybA01ye01ynQ01yo01ypI01yq01yrK01ys01ywI01yx!K01yy!I01yz!J01z001z1I01z2!A01z501z7A01z9020pI020s!A020u020yA02130214A02170219A021d!A021l021qI021y0227Q02280229A022a022cI022d!A022e!I022p022rA022t0249I024c!A024d!I024e024lA024n024pA024r024tA024w025dI025e025fA025i025rQ025s!I025t!J0261!I02620267A0269026bA026d027tI027w!A027x!I027y0284A02870288A028b028dA028l028nA028s028xI028y028zA0292029bQ029c029jI029u!A029v02bdI02bi02bmA02bq02bsA02bu02bxA02c0!I02c7!A02cm02cvQ02cw02d4I02d5!J02d6!I02dc02dgA02dh02f1I02f202f8A02fa02fcA02fe02fhA02fp02fqA02fs02g1I02g202g3A02g602gfQ02gn!T02go02gwI02gx02gzA02h0!T02h102ihI02ik!A02il!I02im02isA02iu02iwA02iy02j1A02j902jaA02ji02jlI02jm02jnA02jq02jzQ02k102k2I02kg02kjA02kk02m2I02m302m4A02m5!I02m602mcA02me02mgA02mi02mlA02mm02muI02mv!A02mw02n5I02n602n7A02na02njQ02nk02nsI02nt!K02nu02nzI02o102o3A02o502pyI02q2!A02q702qcA02qe!A02qg02qnA02qu02r3Q02r602r7A02r802t6I02tb!J02tc02trI02ts02u1Q02u202u3B02v502x9I02xc02xlQ02xo02yoI02yp02ysT02yt!I02yu02yvT02yw!S02yx02yyT02yz!B02z0!S02z102z5G02z6!S02z7!I02z8!G02z902zbI02zc02zdA02ze02zjI02zk02ztQ02zu0303I0304!B0305!A0306!I0307!A0308!I0309!A030a!L030b!R030c!L030d!R030e030fA030g031oI031t0326A0327!B0328032cA032d!B032e032fA032g032kI032l032vA032x033wA033y033zB03400345I0346!A0347034fI034g034hT034i!B034j!T034k034oI034p034qS035s037jI037k037tQ037u037vB037w039rI039s03a1Q03a203cvI03cw03fjV03fk03hjW03hk03jzX03k003tmI03tp03trA03ts!I03tt!B03tu03y5I03y8!B03y904fzI04g0!B04g104gqI04gr!L04gs!R04gw04iyI04iz04j1B04j204k1I04k204k4A04kg04kxI04ky04l0A04l104l2B04lc04ltI04lu04lvA04m804moI04mq04mrA04n404pfI04pg04phB04pi!Y04pj!I04pk!B04pl!I04pm!B04pn!J04po04ppI04ps04q1Q04q804qpI04qq04qrG04qs04qtB04qu!T04qv!I04qw04qxG04qy!I04qz04r1A04r2!S04r404rdQ04rk04ucI04ud04ueA04uf04vcI04vd!A04ve04ymI04yo04yzA04z404zfA04zk!I04zo04zpG04zq04zzQ0500053dI053k053tQ053u055iI055j055nA055q058cI058f!A058g058pQ058w0595Q059c059pI059s05a8A05c005c4A05c505dfI05dg05dwA05dx05e3I05e805ehQ05ei05ejB05ek!I05el05eoB05ep05eyI05ez05f7A05f805fgI05fk05fmA05fn05ggI05gh05gtA05gu05gvI05gw05h5Q05h605idI05ie05irA05j005k3I05k405knA05kr05kvB05kw05l5Q05l905lbI05lc05llQ05lm05mlI05mm05mnB05mo05onI05ow05oyA05oz!I05p005pkA05pl05poI05pp!A05pq05pvI05pw!A05px05pyI05pz05q1A05q205vjI05vk05x5A05x705xbA05xc06bgI06bh!T06bi!I06bk06bqB06br!S06bs06buB06bv!Z06bw!A06bx!a06by06bzA06c0!B06c1!S06c206c3B06c4!b06c506c7I06c806c9H06ca!L06cb06cdH06ce!L06cf!H06cg06cjI06ck06cmc06cn!B06co06cpD06cq06cuA06cv!S06cw06d3K06d4!I06d506d6H06d7!I06d806d9Y06da06dfI06dg!N06dh!L06di!R06dj06dlY06dm06dxI06dy!B06dz!I06e006e3B06e4!I06e506e7B06e8!d06e906ecI06ee06enA06eo06f0I06f1!L06f2!R06f306fgI06fh!L06fi!R06fk06fwI06g006g6J06g7!K06g806glJ06gm!K06gn06gqJ06gr!K06gs06gtJ06gu!K06gv06hbJ06hc06i8A06io06iqI06ir!K06is06iwI06ix!K06iy06j9I06ja!J06jb06q9I06qa06qbJ06qc06weI06wf!c06wg06x3I06x4!L06x5!R06x6!L06x7!R06x806xlI06xm06xne06xo06y0I06y1!L06y2!R06y3073jI073k073ne073o07i7I07i807ibe07ic07irI07is07ite07iu07ivI07iw!e07ix!I07iy07j0e07j1!f07j207j3e07j407jsI07jt07jve07jw07l3I07l4!e07l507lqI07lr!e07ls07ngI07nh07nse07nt07nwI07nx!e07ny!I07nz07o1e07o2!I07o307o4e07o507o7I07o807o9e07oa07obI07oc!e07od07oeI07of07ohe07oi07opI07oq!e07or07owI07ox07p1e07p2!I07p307p4e07p5!f07p6!e07p707p8I07p907pge07ph07pjI07pk07ple07pm07ppf07pq07ruI07rv07s0H07s1!I07s207s3G07s4!e07s507s7I07s8!L07s9!R07sa!L07sb!R07sc!L07sd!R07se!L07sf!R07sg!L07sh!R07si!L07sj!R07sk!L07sl!R07sm07usI07ut!L07uu!R07uv07vpI07vq!L07vr!R07vs!L07vt!R07vu!L07vv!R07vw!L07vx!R07vy!L07vz!R07w00876I0877!L0878!R0879!L087a!R087b!L087c!R087d!L087e!R087f!L087g!R087h!L087i!R087j!L087k!R087l!L087m!R087n!L087o!R087p!L087q!R087r!L087s!R087t089jI089k!L089l!R089m!L089n!R089o08ajI08ak!L08al!R08am08viI08vj08vlA08vm08vnI08vt!G08vu08vwB08vx!I08vy!G08vz!B08w008z3I08z4!B08zj!A08zk0926I09280933A0934093hH093i093pB093q!I093r!B093s!L093t!B093u093vI093w093xH093y093zI09400941H0942!L0943!R0944!L0945!R0946!L0947!R0948!L0949!R094a094dB094e!G094f!I094g094hB094i!I094j094kB094l094pI094q094rb094s094uB094v!I094w094xB094y!L094z0956B0957!I0958!B0959!I095a095bB095c095eI096o097de097f099ve09a809g5e09gw09h7e09hc!B09hd09heR09hf09hge09hh!Y09hi09hje09hk!L09hl!R09hm!L09hn!R09ho!L09hp!R09hq!L09hr!R09hs!L09ht!R09hu09hve09hw!L09hx!R09hy!L09hz!R09i0!L09i1!R09i2!L09i3!R09i4!Y09i5!L09i609i7R09i809ihe09ii09inA09io09ise09it!A09iu09iye09iz09j0Y09j109j3e09j5!Y09j6!e09j7!Y09j8!e09j9!Y09ja!e09jb!Y09jc!e09jd!Y09je09k2e09k3!Y09k409kye09kz!Y09l0!e09l1!Y09l2!e09l3!Y09l409l9e09la!Y09lb09lge09lh09liY09ll09lmA09ln09lqY09lr!e09ls09ltY09lu!e09lv!Y09lw!e09lx!Y09ly!e09lz!Y09m0!e09m1!Y09m209mqe09mr!Y09ms09nme09nn!Y09no!e09np!Y09nq!e09nr!Y09ns09nxe09ny!Y09nz09o4e09o509o6Y09o709oae09ob09oeY09of!e09ol09pre09pt09see09sg09ure09v409vjY09vk09wee09wg09xje09xk09xrI09xs0fcve0fcw0fenI0feo0vmce0vmd!Y0vme0wi4e0wi80wjqe0wk00wl9I0wla0wlbB0wlc0wssI0wst!B0wsu!G0wsv!B0wsw0wtbI0wtc0wtlQ0wtm0wviI0wvj0wvmA0wvn!I0wvo0wvxA0wvy0wwtI0wwu0wwvA0www0wz3I0wz40wz5A0wz6!I0wz70wzbB0wzk0x6pI0x6q!A0x6r0x6tI0x6u!A0x6v0x6yI0x6z!A0x700x7mI0x7n0x7rA0x7s0x7vI0x7w!A0x800x87I0x88!K0x890x9vI0x9w0x9xT0x9y0x9zG0xa80xa9A0xaa0xbnI0xbo0xc5A0xce0xcfB0xcg0xcpQ0xcw0xddA0xde0xdnI0xdo!T0xdp0xdqI0xdr!A0xds0xe1Q0xe20xetI0xeu0xf1A0xf20xf3B0xf40xfqI0xfr0xg3A0xgf!I0xgg0xh8V0xhc0xhfA0xhg0xiqI0xir0xj4A0xj50xjaI0xjb0xjdB0xje0xjjI0xjk0xjtQ0xjy0xkfI0xkg0xkpQ0xkq0xm0I0xm10xmeA0xmo0xmqI0xmr!A0xms0xmzI0xn00xn1A0xn40xndQ0xng!I0xnh0xnjB0xnk0xreI0xrf0xrjA0xrk0xrlB0xrm0xroI0xrp0xrqA0xs10xyaI0xyb0xyiA0xyj!B0xyk0xylA0xyo0xyxQ0xz4!g0xz50xzvh0xzw!g0xzx0y0nh0y0o!g0y0p0y1fh0y1g!g0y1h0y27h0y28!g0y290y2zh0y30!g0y310y3rh0y3s!g0y3t0y4jh0y4k!g0y4l0y5bh0y5c!g0y5d0y63h0y64!g0y650y6vh0y6w!g0y6x0y7nh0y7o!g0y7p0y8fh0y8g!g0y8h0y97h0y98!g0y990y9zh0ya0!g0ya10yarh0yas!g0yat0ybjh0ybk!g0ybl0ycbh0ycc!g0ycd0yd3h0yd4!g0yd50ydvh0ydw!g0ydx0yenh0yeo!g0yep0yffh0yfg!g0yfh0yg7h0yg8!g0yg90ygzh0yh0!g0yh10yhrh0yhs!g0yht0yijh0yik!g0yil0yjbh0yjc!g0yjd0yk3h0yk4!g0yk50ykvh0ykw!g0ykx0ylnh0ylo!g0ylp0ymfh0ymg!g0ymh0yn7h0yn8!g0yn90ynzh0yo0!g0yo10yorh0yos!g0yot0ypjh0ypk!g0ypl0yqbh0yqc!g0yqd0yr3h0yr4!g0yr50yrvh0yrw!g0yrx0ysnh0yso!g0ysp0ytfh0ytg!g0yth0yu7h0yu8!g0yu90yuzh0yv0!g0yv10yvrh0yvs!g0yvt0ywjh0ywk!g0ywl0yxbh0yxc!g0yxd0yy3h0yy4!g0yy50yyvh0yyw!g0yyx0yznh0yzo!g0yzp0z0fh0z0g!g0z0h0z17h0z18!g0z190z1zh0z20!g0z210z2rh0z2s!g0z2t0z3jh0z3k!g0z3l0z4bh0z4c!g0z4d0z53h0z54!g0z550z5vh0z5w!g0z5x0z6nh0z6o!g0z6p0z7fh0z7g!g0z7h0z87h0z88!g0z890z8zh0z90!g0z910z9rh0z9s!g0z9t0zajh0zak!g0zal0zbbh0zbc!g0zbd0zc3h0zc4!g0zc50zcvh0zcw!g0zcx0zdnh0zdo!g0zdp0zefh0zeg!g0zeh0zf7h0zf8!g0zf90zfzh0zg0!g0zg10zgrh0zgs!g0zgt0zhjh0zhk!g0zhl0zibh0zic!g0zid0zj3h0zj4!g0zj50zjvh0zjw!g0zjx0zknh0zko!g0zkp0zlfh0zlg!g0zlh0zm7h0zm8!g0zm90zmzh0zn0!g0zn10znrh0zns!g0znt0zojh0zok!g0zol0zpbh0zpc!g0zpd0zq3h0zq4!g0zq50zqvh0zqw!g0zqx0zrnh0zro!g0zrp0zsfh0zsg!g0zsh0zt7h0zt8!g0zt90ztzh0zu0!g0zu10zurh0zus!g0zut0zvjh0zvk!g0zvl0zwbh0zwc!g0zwd0zx3h0zx4!g0zx50zxvh0zxw!g0zxx0zynh0zyo!g0zyp0zzfh0zzg!g0zzh1007h1008!g1009100zh1010!g1011101rh101s!g101t102jh102k!g102l103bh103c!g103d1043h1044!g1045104vh104w!g104x105nh105o!g105p106fh106g!g106h1077h1078!g1079107zh1080!g1081108rh108s!g108t109jh109k!g109l10abh10ac!g10ad10b3h10b4!g10b510bvh10bw!g10bx10cnh10co!g10cp10dfh10dg!g10dh10e7h10e8!g10e910ezh10f0!g10f110frh10fs!g10ft10gjh10gk!g10gl10hbh10hc!g10hd10i3h10i4!g10i510ivh10iw!g10ix10jnh10jo!g10jp10kfh10kg!g10kh10l7h10l8!g10l910lzh10m0!g10m110mrh10ms!g10mt10njh10nk!g10nl10obh10oc!g10od10p3h10p4!g10p510pvh10pw!g10px10qnh10qo!g10qp10rfh10rg!g10rh10s7h10s8!g10s910szh10t0!g10t110trh10ts!g10tt10ujh10uk!g10ul10vbh10vc!g10vd10w3h10w4!g10w510wvh10ww!g10wx10xnh10xo!g10xp10yfh10yg!g10yh10z7h10z8!g10z910zzh1100!g1101110rh110s!g110t111jh111k!g111l112bh112c!g112d1133h1134!g1135113vh113w!g113x114nh114o!g114p115fh115g!g115h1167h1168!g1169116zh1170!g1171117rh117s!g117t118jh118k!g118l119bh119c!g119d11a3h11a4!g11a511avh11aw!g11ax11bnh11bo!g11bp11cfh11cg!g11ch11d7h11d8!g11d911dzh11e0!g11e111erh11es!g11et11fjh11fk!g11fl11gbh11gc!g11gd11h3h11h4!g11h511hvh11hw!g11hx11inh11io!g11ip11jfh11jg!g11jh11k7h11k8!g11k911kzh11l0!g11l111lrh11ls!g11lt11mjh11mk!g11ml11nbh11nc!g11nd11o3h11o4!g11o511ovh11ow!g11ox11pnh11po!g11pp11qfh11qg!g11qh11r7h11r8!g11r911rzh11s0!g11s111srh11ss!g11st11tjh11tk!g11tl11ubh11uc!g11ud11v3h11v4!g11v511vvh11vw!g11vx11wnh11wo!g11wp11xfh11xg!g11xh11y7h11y8!g11y911yzh11z0!g11z111zrh11zs!g11zt120jh120k!g120l121bh121c!g121d1223h1224!g1225122vh122w!g122x123nh123o!g123p124fh124g!g124h1257h1258!g1259125zh1260!g1261126rh126s!g126t127jh127k!g127l128bh128c!g128d1293h1294!g1295129vh129w!g129x12anh12ao!g12ap12bfh12bg!g12bh12c7h12c8!g12c912czh12d0!g12d112drh12ds!g12dt12ejh12ek!g12el12fbh12fc!g12fd12g3h12g4!g12g512gvh12gw!g12gx12hnh12ho!g12hp12ifh12ig!g12ih12j7h12j8!g12j912jzh12k0!g12k112krh12ks!g12kt12ljh12lk!g12ll12mbh12mc!g12md12n3h12n4!g12n512nvh12nw!g12nx12onh12oo!g12op12pfh12pg!g12ph12q7h12q8!g12q912qzh12r0!g12r112rrh12rs!g12rt12sjh12sk!g12sl12tbh12tc!g12td12u3h12u4!g12u512uvh12uw!g12ux12vnh12vo!g12vp12wfh12wg!g12wh12x7h12x8!g12x912xzh12y0!g12y112yrh12ys!g12yt12zjh12zk!g12zl130bh130c!g130d1313h1314!g1315131vh131w!g131x132nh132o!g132p133fh133g!g133h1347h1348!g1349134zh1350!g1351135rh135s!g135t136jh136k!g136l137bh137c!g137d1383h1384!g1385138vh138w!g138x139nh139o!g139p13afh13ag!g13ah13b7h13b8!g13b913bzh13c0!g13c113crh13cs!g13ct13djh13dk!g13dl13ebh13ec!g13ed13f3h13f4!g13f513fvh13fw!g13fx13gnh13go!g13gp13hfh13hg!g13hh13i7h13i8!g13i913izh13j0!g13j113jrh13js!g13jt13kjh13kk!g13kl13lbh13lc!g13ld13m3h13m4!g13m513mvh13mw!g13mx13nnh13no!g13np13ofh13og!g13oh13p7h13p8!g13p913pzh13q0!g13q113qrh13qs!g13qt13rjh13rk!g13rl13sbh13sc!g13sd13t3h13t4!g13t513tvh13tw!g13tx13unh13uo!g13up13vfh13vg!g13vh13w7h13w8!g13w913wzh13x0!g13x113xrh13xs!g13xt13yjh13yk!g13yl13zbh13zc!g13zd1403h1404!g1405140vh140w!g140x141nh141o!g141p142fh142g!g142h1437h1438!g1439143zh1440!g1441144rh144s!g144t145jh145k!g145l146bh146c!g146d1473h1474!g1475147vh147w!g147x148nh148o!g148p149fh149g!g149h14a7h14a8!g14a914azh14b0!g14b114brh14bs!g14bt14cjh14ck!g14cl14dbh14dc!g14dd14e3h14e4!g14e514evh14ew!g14ex14fnh14fo!g14fp14gfh14gg!g14gh14h7h14h8!g14h914hzh14i0!g14i114irh14is!g14it14jjh14jk!g14jl14kbh14kc!g14kd14l3h14l4!g14l514lvh14lw!g14lx14mnh14mo!g14mp14nfh14ng!g14nh14o7h14o8!g14o914ozh14p0!g14p114prh14ps!g14pt14qjh14qk!g14ql14rbh14rc!g14rd14s3h14s4!g14s514svh14sw!g14sx14tnh14to!g14tp14ufh14ug!g14uh14v7h14v8!g14v914vzh14w0!g14w114wrh14ws!g14wt14xjh14xk!g14xl14ybh14yc!g14yd14z3h14z4!g14z514zvh14zw!g14zx150nh150o!g150p151fh151g!g151h1527h1528!g1529152zh1530!g1531153rh153s!g153t154jh154k!g154l155bh155c!g155d1563h1564!g1565156vh156w!g156x157nh157o!g157p158fh158g!g158h1597h1598!g1599159zh15a0!g15a115arh15as!g15at15bjh15bk!g15bl15cbh15cc!g15cd15d3h15d4!g15d515dvh15dw!g15dx15enh15eo!g15ep15ffh15fg!g15fh15g7h15g8!g15g915gzh15h0!g15h115hrh15hs!g15ht15ijh15ik!g15il15jbh15jc!g15jd15k3h15k4!g15k515kvh15kw!g15kx15lnh15lo!g15lp15mfh15mg!g15mh15n7h15n8!g15n915nzh15o0!g15o115orh15os!g15ot15pjh15pk!g15pl15qbh15qc!g15qd15r3h15r4!g15r515rvh15rw!g15rx15snh15so!g15sp15tfh15tg!g15th15u7h15u8!g15u915uzh15v0!g15v115vrh15vs!g15vt15wjh15wk!g15wl15xbh15xc!g15xd15y3h15y4!g15y515yvh15yw!g15yx15znh15zo!g15zp160fh160g!g160h1617h1618!g1619161zh1620!g1621162rh162s!g162t163jh163k!g163l164bh164c!g164d1653h1654!g1655165vh165w!g165x166nh166o!g166p167fh167g!g167h1687h1688!g1689168zh1690!g1691169rh169s!g169t16ajh16ak!g16al16bbh16bc!g16bd16c3h16c4!g16c516cvh16cw!g16cx16dnh16do!g16dp16efh16eg!g16eh16f7h16f8!g16f916fzh16g0!g16g116grh16gs!g16gt16hjh16hk!g16hl16ibh16ic!g16id16j3h16j4!g16j516jvh16jw!g16jx16knh16ko!g16kp16lfh16ls16meW16mj16nvX16o01d6nI1d6o1dkve1dkw1dljI1dlp!U1dlq!A1dlr1dm0U1dm1!I1dm21dmeU1dmg1dmkU1dmm!U1dmo1dmpU1dmr1dmsU1dmu1dn3U1dn41e0tI1e0u!R1e0v!L1e1c1e63I1e64!K1e65!I1e681e6nA1e6o!N1e6p1e6qR1e6r1e6sN1e6t1e6uG1e6v!L1e6w!R1e6x!c1e741e7jA1e7k1e7oe1e7p!L1e7q!R1e7r!L1e7s!R1e7t!L1e7u!R1e7v!L1e7w!R1e7x!L1e7y!R1e7z!L1e80!R1e81!L1e82!R1e83!L1e84!R1e851e86e1e87!L1e88!R1e891e8fe1e8g!R1e8h!e1e8i!R1e8k1e8lY1e8m1e8nG1e8o!e1e8p!L1e8q!R1e8r!L1e8s!R1e8t!L1e8u!R1e8v1e92e1e94!e1e95!J1e96!K1e97!e1e9c1ed8I1edb!d1edd!G1ede1edfe1edg!J1edh!K1edi1edje1edk!L1edl!R1edm1edne1edo!R1edp!e1edq!R1edr1ee1e1ee21ee3Y1ee41ee6e1ee7!G1ee81eeye1eez!L1ef0!e1ef1!R1ef21efue1efv!L1efw!e1efx!R1efy!e1efz!L1eg01eg1R1eg2!L1eg31eg4R1eg5!Y1eg6!e1eg71eggY1egh1ehpe1ehq1ehrY1ehs1eime1eiq1eive1eiy1ej3e1ej61ejbe1eje1ejge1ejk!K1ejl!J1ejm1ejoe1ejp1ejqJ1ejs1ejyI1ek91ekbA1ekc!i1ekd1ereI1erk1ermB1err1eykI1eyl!A1f281f4gI1f4w!A1f4x1f91I1f921f96A1f9c1fa5I1fa7!B1fa81fbjI1fbk!B1fbl1fh9I1fhc1fhlQ1fhs1g7pI1g7r!B1g7s1gd7I1gdb!B1gdc1gjkI1gjl1gjnA1gjp1gjqA1gjw1gjzA1gk01gl1I1gl41gl6A1glb!A1glc1glkI1gls1glzB1gm01gpwI1gpx1gpyA1gq31gq7I1gq81gqdB1gqe!c1gqo1gs5I1gs91gsfB1gsg1h5vI1h5w1h5zA1h681h6hQ1heo1hgpI1hgr1hgsA1hgt!B1hgw1hl1I1hl21hlcA1hld1hpyI1hq81hqaA1hqb1hrrI1hrs1hs6A1hs71hs8B1hs91ht1I1ht21htbQ1htr1htuA1htv1hv3I1hv41hveA1hvf1hvhI1hvi1hvlB1hvx1hwoI1hww1hx5Q1hxc1hxeA1hxf1hyeI1hyf1hysA1hyu1hz3Q1hz41hz7B1hz8!I1hz91hzaA1hzb1i0iI1i0j!A1i0k!I1i0l!T1i0m!I1i0w1i0yA1i0z1i2aI1i2b1i2oA1i2p1i2sI1i2t1i2uB1i2v!I1i2w!B1i2x1i30A1i31!I1i321i33A1i341i3dQ1i3e!I1i3f!T1i3g!I1i3h1i3jB1i3l1i5nI1i5o1i5zA1i601i61B1i62!I1i631i64B1i65!I1i66!A1i801i94I1i95!B1i9c1iamI1ian1iayA1ib41ibdQ1ibk1ibnA1ibp1id5I1id71id8A1id9!I1ida1idgA1idj1idkA1idn1idpA1ids!I1idz!A1ie51ie9I1iea1iebA1iee1iekA1ieo1iesA1iio1ik4I1ik51ikmA1ikn1ikqI1ikr1ikuB1ikv!I1ikw1il5Q1il61il7B1il9!I1ila!A1ilb1injI1ink1io3A1io41io7I1iog1iopQ1itc1iumI1iun1iutA1iuw1iv4A1iv5!T1iv61iv7B1iv81iv9G1iva1ivcI1ivd1ivrB1ivs1ivvI1ivw1ivxA1iww1iy7I1iy81iyoA1iyp1iyqB1iyr1iysI1iz41izdQ1izk1izwT1j0g1j1mI1j1n1j1zA1j20!I1j281j2hQ1j401j57I1j5c1j5lQ1j5m1j5nI1j5o1j5qB1j5r1jcbI1jcc1jcqA1jcr1jhbI1jhc1jhlQ1jhm1jjjI1jjk1jjpA1jjr1jjsA1jjv1jjyA1jjz!I1jk0!A1jk1!I1jk21jk3A1jk41jk6B1jkg1jkpQ1jmo1jo0I1jo11jo7A1joa1jogA1joh!I1joi!T1joj!I1jok!A1jpc!I1jpd1jpmA1jpn1jqqI1jqr1jqxA1jqy!I1jqz1jr2A1jr3!T1jr4!I1jr51jr8B1jr9!T1jra!I1jrb!A1jrk!I1jrl1jrvA1jrw1jt5I1jt61jtlA1jtm1jtoB1jtp!I1jtq1jtsT1jtt1jtuB1juo1k4uI1k4v1k52A1k541k5bA1k5c!I1k5d1k5hB1k5s1k61Q1k621k6kI1k6o!T1k6p!G1k6q1k7jI1k7m1k87A1k891k8mA1kao1kc0I1kc11kc6A1kca!A1kcc1kcdA1kcf1kclA1kcm!I1kcn!A1kcw1kd5Q1kdc1kehI1kei1kemA1keo1kepA1ker1kevA1kew!I1kf41kfdQ1ko01koiI1koj1komA1kon1kv0I1kv11kv4K1kv51kvlI1kvz!B1kw01lriI1lrk1lroB1ls01oifI1oig1oiiL1oij1oilR1oim1ojlI1ojm!R1ojn1ojpI1ojq!L1ojr!R1ojs!L1ojt!R1oju1oqgI1oqh!L1oqi1oqjR1oqk1oviI1ovk1ovqS1ovr!L1ovs!R1s001sctI1scu!L1scv!R1scw1zkuI1zkw1zl5Q1zla1zlbB1zo01zotI1zow1zp0A1zp1!B1zpc1zqnI1zqo1zquA1zqv1zqxB1zqy1zr7I1zr8!B1zr9!I1zrk1zrtQ1zrv20euI20ev20ewB20ex20juI20jz!A20k0!I20k120ljA20lr20luA20lv20m7I20o020o3Y20o4!S20og20ohA20ow25fbe25fk260ve260w26dxI26f426fce2dc02djye2dlc2dleY2dlw2dlzY2dm82dx7e2fpc2ftoI2ftp2ftqA2ftr!B2fts2ftvA2jnk2jxgI2jxh2jxlA2jxm2jxoI2jxp2jyaA2jyb2jycI2jyd2jyjA2jyk2jzdI2jze2jzhA2jzi2k3lI2k3m2k3oA2k3p2l6zI2l722l8fQ2l8g2lmnI2lmo2lo6A2lo72loaI2lob2lpoA2lpp2lpwI2lpx!A2lpy2lqbI2lqc!A2lqd2lqeI2lqf2lqiB2lqj!I2lqz2lr3A2lr52lrjA2mtc2mtiA2mtk2mu0A2mu32mu9A2mub2mucA2mue2muiA2n0g2n1oI2n1s2n1yA2n1z2n25I2n282n2hQ2n2m2ne3I2ne42ne7A2ne82nehQ2nen!J2oe82ojzI2ok02ok6A2olc2on7I2on82oneA2onf!I2onk2ontQ2ony2onzL2p9t2pbfI2pbg!K2pbh2pbjI2pbk!K2pbl2prlI2pz42q67e2q682q6kI2q6l2q6ne2q6o2q98I2q992q9be2q9c2qb0I2qb12qcle2qcm2qdbj2qdc2qo4e2qo5!f2qo62qore2qos2qotI2qou2qpge2qph2qpiI2qpj2qpne2qpo!I2qpp2qpte2qpu2qpwf2qpx2qpye2qpz!f2qq02qq1e2qq22qq4f2qq52qree2qrf2qrjk2qrk2qtde2qte2qtff2qtg2qthe2qti2qtsf2qtt2qude2que2quwf2qux2quze2qv0!f2qv12qv4e2qv52qv7f2qv8!e2qv92qvbf2qvc2qvie2qvj!f2qvk!e2qvl!f2qvm2qvze2qw0!I2qw1!e2qw2!I2qw3!e2qw4!I2qw52qw9e2qwa!f2qwb2qwee2qwf!I2qwg!e2qwh2qwiI2qwj2qyne2qyo2qyuI2qyv2qzae2qzb2qzoI2qzp2r01e2r022r0pI2r0q2r1ve2r1w2r1xf2r1y2r21e2r22!f2r232r2ne2r2o!f2r2p2r2se2r2t2r2uf2r2v2r4je2r4k2r4rI2r4s2r5fe2r5g2r5lI2r5m2r7oe2r7p2r7rf2r7s2r7ue2r7v2r7zf2r802r91I2r922r94H2r952r97Y2r982r9bI2r9c2raae2rab!f2rac2rare2ras2rauf2rav2rb3e2rb4!f2rb52rbfe2rbg!f2rbh2rcve2rcw2rg3I2rg42rgfe2rgg2risI2rit2rjze2rk02rkbI2rkc2rkfe2rkg2rlzI2rm02rm7e2rm82rmhI2rmi2rmne2rmo2rnrI2rns2rnze2ro02rotI2rou2rr3e2rr42rrfI2rrg!f2rrh2rrie2rrj!f2rrk2rrre2rrs2rrzf2rs02rs5e2rs6!f2rs72rsfe2rsg2rspf2rsq2rsre2rss2rsuf2rsv2ruee2ruf!f2rug2rw4e2rw52rw6f2rw7!e2rw82rw9f2rwa!e2rwb!f2rwc2rwse2rwt2rwvf2rww!e2rwx2rx9f2rxa2ry7e2ry82s0jI2s0k2s5be2s5c2sayI2sc02sc9Q2scg2t4te2t4w47p9e47pc5m9pejny9!Ajnz4jo1rAjo5cjobzAl2ionvnhI",I:'"),pC:s("f1"),so:s("bZ"),m:s("bZ"),Bs:s("bZ"),ph:s("vP"),vp:s("n1"),_v:s("jA"),M1:s("Fc"),Mk:s("q6"),N2:s("q8"),qY:s("l8<@>"),jj:s("n4"),C4:s("n5"),m_:s("cu"),k:s("aw"),x:s("f2"),Xj:s("aC5"),pI:s("l9"),V4:s("cj"),wY:s("la"),nz:s("la"),_f:s("w7"),d0:s("lb"),p7:s("cc?,bW<@>>"),vg:s("b2"),MV:s("w9"),lF:s("ar2"),O2:s("h9"),h3:s("qi"),XY:s("iG"),qo:s("qk"),z7:s("wd"),m6:s("G1"),E_:s("ql"),Bn:s("we"),wW:s("qm"),S3:s("wf"),BQ:s("wg"),Hz:s("nh"),hP:s("le"),n8:s("k"),IC:s("f4"),qO:s("wn"),uf:s("aV"),li:s("aV"),eL:s("aV"),fO:s("wo"),B0:s("hH"),vn:s("qv"),pU:s("ac>"),eN:s("Gu"),IP:s("qy"),H5:s("aCv"),HY:s("fv"),ip:s("ww"),I7:s("aLU"),Hw:s("hJ"),l4:s("aCC"),uy:s("aCE"),yS:s("qC"),a:s("dV"),I:s("hc"),Jj:s("aCI"),VF:s("jO"),uL:s("hd"),zk:s("he"),TN:s("nr"),Tk:s("qG"),eB:s("lm"),Yo:s("hf"),Tu:s("aH"),A0:s("cv"),Ee:s("Q<@>"),Q:s("az"),u:s("aW"),pW:s("az(q{params:z?})"),ia:s("Yp"),IH:s("wS"),S9:s("Hb"),X8:s("Hc"),Q4:s("nv"),oy:s("wV"),Lt:s("bF"),I3:s("a4"),VI:s("bQ"),IX:s("jS"),rq:s("fy"),yX:s("ny"),Yc:s("ary"),Ii:s("iK>"),vo:s("iK>"),US:s("f8"),N8:s("x2"),s4:s("Z6"),OE:s("Z7"),mx:s("dv"),l5:s("nB"),Y8:s("nE"),gx:s("fA<@>"),Uy:s("xh"),_8:s("jX"),v7:s("a9"),Ev:s("a9()"),L0:s("a9<@>"),uz:s("a9<~>"),sB:s("bR"),Fp:s("bR"),pl:s("bR"),o:s("qV"),cD:s("cN"),uA:s("cA"),C1:s("cA"),Uv:s("cA
"),jn:s("cA"),YC:s("cA"),UN:s("cA"),ok:s("cA"),ff:s("cA"),Bk:s("cA"),xR:s("nI"),yi:s("hO>"),TX:s("lv"),bT:s("lv>"),Bz:s("eK"),lj:s("HT"),op:s("xn<~(ls)>"),G7:s("HV>"),rA:s("nK"),mS:s("nL"),YX:s("hQ"),zE:s("af"),V:s("ae"),gc:s("qX"),Gf:s("lw"),Oh:s("nO"),lu:s("xt"),J2:s("nQ"),_0:s("nR"),dW:s("fD"),Bc:s("r4"),IS:s("cx"),og:s("dM"),WB:s("bg"),U1:s("hh"),Zb:s("nU"),XO:s("a08"),gD:s("lB"),vz:s("aF"),nQ:s("lC"),Ya:s("r7"),JY:s("p<@>"),cM:s("r"),ax:s("r>"),sq:s("r"),r3:s("r"),iW:s("r"),Ns:s("r"),AT:s("r"),Cz:s("r"),t_:s("r"),td:s("r"),go:s("r"),KV:s("r"),qe:s("r"),vl:s("r"),AM:s("r"),lX:s("r"),CE:s("r"),bk:s("r"),bp:s("r"),kZ:s("r>"),no:s("r"),Nw:s("r>"),mo:s("r>"),iQ:s("r"),BP:s("r"),_K:s("r"),G1:s("r"),XZ:s("r"),fJ:s("r"),VB:s("r"),O_:s("r"),K0:s("r"),Li:s("r"),k5:s("r"),s9:s("r"),Y4:s("r"),L5:s("r"),Eo:s("r"),Up:s("r"),ss:s("r"),a9:s("r>"),n4:s("r>"),bf:s("r"),Xr:s("r"),rE:s("r"),YE:s("r"),tc:s("r"),f2:s("r"),qF:s("r"),Qg:s("r"),jl:s("r"),yv:s("r"),wi:s("r"),g8:s("r>"),EO:s("r"),nx:s("r"),zY:s("r"),Vz:s("r>"),m1:s("r"),wc:s("r"),g:s("r"),tZ:s("r"),TP:s("r"),J:s("r"),Y2:s("r"),Oe:s("r"),kG:s("r"),Kd:s("r"),Am:s("r"),Pc:s("r"),xT:s("r"),TT:s("r"),QT:s("r"),CK:s("r"),vj:s("r"),ZP:s("r"),W:s("r"),o4:s("r"),zz:s("r"),fe:s("r"),N_:s("r"),Ds:s("r"),Jl:s("r"),Jw:s("r"),tA:s("r"),Iu:s("r>"),s:s("r"),oU:s("r"),PL:s("r"),r6:s("r"),G:s("r"),VS:s("r"),fm:s("r"),Ne:s("r"),oG:s("r>"),XE:s("r"),p:s("r"),GA:s("r"),Ec:s("r"),OA:s("r"),Na:s("r"),OM:s("r"),rF:s("r"),Kj:s("r"),CZ:s("r"),bY:s("r"),ML:s("r"),_k:s("r"),QW:s("r"),m2:s("r"),Ei:s("r"),SJ:s("r"),jE:s("r"),qi:s("r"),Zh:s("r"),uD:s("r"),au:s("r"),YK:s("r"),kc:s("r"),cR:s("r"),NM:s("r"),HZ:s("r"),v:s("r"),ee:s("r<@>"),t:s("r"),L:s("r"),Rl:s("r"),JK:s("r"),cB:s("r"),iG:s("r"),ny:s("r?>"),eE:s("r"),Fi:s("r"),_m:s("r"),Y:s("r"),Zt:s("r()>"),iL:s("r()>"),sA:s("r"),sQ:s("r<~(nH)?>"),b:s("r<~()>"),tq:s("r<~(aS)>"),x8:s("r<~(fr)>"),j1:s("r<~(aH)>"),Jh:s("r<~(x)>"),RP:s("b_<@>"),bz:s("xH"),lZ:s("amS"),lT:s("iP"),dC:s("b5<@>"),sW:s("nV<@>"),Hf:s("es"),Cl:s("k_"),D2:s("eM"),X_:s("xP"),JG:s("k0"),SQ:s("ra"),LE:s("o_"),bR:s("b3"),NE:s("b3"),am:s("b3"),ku:s("b3"),hA:s("b3"),A:s("b3>"),af:s("b3"),L6:s("eO"),h_:s("Il"),rf:s("o0"),hz:s("fa"),jQ:s("bm"),XK:s("a0U"),z_:s("y0"),U9:s("iS"),NJ:s("rd"),Gs:s("x"),Px:s("x"),qC:s("x"),UX:s("x"),BA:s("x"),d_:s("x"),I1:s("x"),V1:s("x"),yc:s("x"),yp:s("x"),Xw:s("x"),j:s("x<@>"),BK:s("x"),Dn:s("x"),I_:s("ao"),da:s("lJ"),bh:s("eP<@>"),bd:s("d"),qE:s("cK>"),nf:s("ak"),c:s("ak"),e3:s("ak"),f:s("ak<@,@>"),j7:s("ak>>"),pE:s("ak"),rr:s("ak<~(bh),ap?>"),C9:s("fI"),a4:s("at"),cj:s("at"),OL:s("at"),rB:s("at"),bK:s("at"),qn:s("at"),Tr:s("at"),C:s("yd"),Le:s("yf<@>"),ui:s("cX"),i1:s("o8"),xV:s("ap"),w:s("iT"),oh:s("rk"),Q0:s("lO"),tB:s("yk"),xS:s("fK"),Pb:s("cO"),ZA:s("ro"),Tl:s("eQ"),_h:s("hj"),Wz:s("hk"),Lb:s("eu"),CW:s("hY"),RZ:s("oh"),jW:s("lQ"),A4:s("fM"),F4:s("dz"),u9:s("oi"),uK:s("iU"),SK:s("rs"),We:s("k7"),_A:s("ab"),K3:s("dA"),Jc:s("dA"),Tm:s("dA"),xU:s("dA"),ji:s("dA"),WA:s("dA"),kj:s("dA"),Te:s("ok"),P:s("aA"),K:s("z"),yw:s("bI"),fy:s("bI<~()>"),wS:s("bI<~(aS)>"),jc:s("bI<~(fr)>"),EP:s("l"),gY:s("k9"),kY:s("rv"),qt:s("c5"),Aw:s("om<@>"),Ms:s("ka"),N1:s("ry"),Mf:s("rz"),Q2:s("rB"),UY:s("kb"),R3:s("j0"),Fw:s("dN"),_X:s("bH<@>"),ke:s("eR"),NX:s("JJ"),wX:s("dZ"),p0:s("yL"),IF:s("yM"),ix:s("di"),v3:s("n"),L9:s("rE<@>"),YA:s("i0"),SZ:s("kc<@>"),jP:s("j3"),i6:s("fO"),ge:s("or"),Ko:s("os"),kf:s("rJ"),l:s("j4"),_:s("ke"),qL:s("kf"),GG:s("aMr"),W2:s("bh"),XA:s("kg"),n2:s("ot"),PB:s("ou"),Mj:s("ov"),ks:s("j5"),oN:s("ow"),iX:s("rK"),wI:s("j6"),xF:s("aEa"),bb:s("rQ"),_p:s("j7"),C0:s("aEs"),yH:s("b0"),PN:s("anx"),eg:s("eb"),by:s("j8"),YT:s("v"),Bb:s("j9"),F:s("bk<@>"),j0:s("asR"),Qz:s("Kn"),MY:s("zd"),NW:s("Kq"),q:s("y"),E:s("oz"),Ro:s("zn"),d:s("t"),Cg:s("m1"),F5:s("ah"),GM:s("aB"),Wx:s("kl"),nl:s("dB"),Ss:s("rZ"),dZ:s("zC"),yb:s("dC"),z4:s("cZ"),k2:s("zF"),H8:s("bB"),o_:s("bB"),Zg:s("i4"),oj:s("t0"),pO:s("bW<@>(P,z?)"),Sv:s("oE"),nY:s("zL"),BL:s("zL"),Np:s("t1"),MF:s("t2"),JE:s("zQ"),Cy:s("oH"),FS:s("zU"),gt:s("ko"),sm:s("t5"),_S:s("cC"),bu:s("cm"),UF:s("cR"),g3:s("A2"),xr:s("kp<@>"),HS:s("oM"),RY:s("bN"),jH:s("oQ"),cZ:s("t9"),Mp:s("aX"),k7:s("kq"),FW:s("D"),c6:s("m7"),Z1:s("m8"),w9:s("m9"),gw:s("ma"),s7:s("jc"),VE:s("mc"),XP:s("md"),Cj:s("me"),xc:s("mf"),zM:s("fi"),im:s("tu"),Ws:s("Ac"),r:s("mh"),Xp:s("oW"),Gt:s("tx"),D:s("jd"),M0:s("ty"),jB:s("Ae"),ul:s("tz"),B:s("ew"),Km:s("ce"),MG:s("hs"),lb:s("X"),gU:s("aI"),N:s("m"),u1:s("aFp"),e:s("aE"),Ci:s("mj"),_P:s("tD"),ry:s("aR"),SW:s("p_"),if:s("p0"),WT:s("cD"),b_:s("cD"),u4:s("cD"),tF:s("cD"),Je:s("cD>"),az:s("cD"),E8:s("cD"),Zl:s("cD>?>"),hr:s("cD"),ZC:s("kx"),ev:s("ml"),aW:s("tI"),S0:s("tJ"),W7:s("At"),Pj:s("aFv"),MN:s("ato"),mr:s("Az"),mi:s("p5"),ot:s("ex"),bZ:s("aFz"),em:s("w"),we:s("hu"),ZM:s("p8"),Ce:s("kz"),xZ:s("AN<@>"),oH:s("kA<@>"),U2:s("aFE"),wv:s("mp"),Ni:s("ay"),H7:s("ay"),n:s("ey"),ns:s("mr"),e2:s("cT"),H3:s("d1"),MX:s("kH"),M:s("cq"),kk:s("jj"),lQ:s("pf"),Xu:s("Mx"),xd:s("ee"),GY:s("jl"),X3:s("kI"),V6:s("pi"),Hd:s("b7"),ZK:s("im"),ow:s("im"),u8:s("im"),kE:s("im<~(z,ce?)>"),Pi:s("u3"),l7:s("h"),Ab:s("h(P)"),X5:s("ez"),Uh:s("B0"),VW:s("pj"),oL:s("jm"),xo:s("eA"),wG:s("fX"),KU:s("B4"),h8:s("aC"),eG:s("aC"),rj:s("aC"),r7:s("aC>"),bG:s("aC"),Iy:s("aC"),D5:s("aC"),pN:s("aC"),gI:s("aC"),VY:s("aC"),zh:s("aC<@>"),yB:s("aC"),EZ:s("aC"),h:s("aC<~>"),pq:s("ua"),BY:s("aG2"),ZW:s("pp"),B6:s("Bg"),A3:s("dm"),EG:s("pq"),mE:s("ug"),uC:s("fl"),mV:s("Bt"),UJ:s("Ou"),l3:s("BD"),TV:s("mv"),hG:s("mv"),dP:s("mv"),ky:s("BO"),fk:s("un"),ag:s("uo"),Jp:s("BQ"),h1:s("uq"),xl:s("pt"),Lv:s("a3"),qc:s("a3"),_Y:s("a3"),ND:s("a3>"),DW:s("a3"),Gl:s("a3"),dH:s("a3"),fB:s("a3"),Qy:s("a3"),tr:s("a3"),LR:s("a3<@>"),wJ:s("a3"),gg:s("a3"),X6:s("a3"),U:s("a3<~>"),cK:s("us"),Qu:s("px"),U3:s("uu"),R9:s("uv"),Rp:s("C0<@,@>"),WD:s("C2"),Nr:s("C4"),pp:s("my"),oc:s("Cb"),HW:s("Cm"),cA:s("pz"),Sx:s("mA"),pt:s("uE"),Gk:s("Cn"),GJ:s("eg"),M5:s("eg"),w2:s("eg"),yG:s("eg"),MQ:s("eg"),pv:s("eg"),h2:s("e3"),bN:s("e3"),pj:s("e3"),_s:s("e3"),Fe:s("Cx"),xg:s("Q2"),Tp:s("mC"),Fn:s("mD"),ai:s("mE"),pi:s("jr"),sZ:s("CK"),Sc:s("QA"),ZD:s("mH"),mm:s("uR"),h7:s("js"),zP:s("dn"),yE:s("CU"),T:s("uV"),zd:s("CZ"),ki:s("uX"),Eg:s("uY"),_2:s("uZ"),V0:s("kP"),Ez:s("dp"),Pu:s("Dd"),yd:s("Dh"),jF:s("v1"),S8:s("Dz"),mf:s("DB"),HE:s("v8"),iN:s("v9"),Er:s("SG"),sG:s("DL"),P_:s("va"),si:s("e4"),XI:s("e4"),DH:s("Tq"),y:s("E"),i:s("R"),z:s("@"),lG:s("@(a4)"),C_:s("@(z)"),Hg:s("@(z,ce)"),S:s("q"),s5:s("0&*"),ub:s("z*"),ZU:s("l6?"),VA:s("jB?"),Vx:s("du?"),sa:s("ek?"),dk:s("cu?"),eJ:s("n7?"),oI:s("d4?"),YY:s("n8?"),CD:s("cj?"),eQ:s("qk?"),MB:s("lc?"),Ax:s("Wo?"),ts:s("wi?"),GB:s("Wq?"),EM:s("qo?"),VC:s("ld?"),MH:s("k?"),YJ:s("f4?"),Hb:s("eo?"),xG:s("lh?"),V2:s("hc?"),I5:s("nr?"),pc:s("cv?"),Om:s("jR?"),Dv:s("aW?"),fd:s("wT?"),pk:s("dv?"),RC:s("xe?"),uZ:s("a9?"),eS:s("HO?"),_I:s("nL?"),GK:s("hR?"),Pr:s("lz?"),LO:s("eM?"),y6:s("d?"),qA:s("fb?"),wd:s("ak>?"),J1:s("ak?"),iD:s("ap?"),ka:s("ob?"),iI:s("lP?"),WV:s("cO?"),ZR:s("ab?"),X:s("z?"),Ff:s("a2v?"),dJ:s("k9?"),Zr:s("a2x?"),Jq:s("yz?"),KX:s("hm?"),uR:s("i_?"),xO:s("oo?"),fF:s("yG?"),p9:s("yH?"),Gr:s("yI?"),Ll:s("yJ?"),aw:s("yK?"),mc:s("di?"),wb:s("yN?"),EA:s("yO?"),_c:s("a2W?"),_J:s("oq?"),O:s("JW?"),Zc:s("rW?"),Qv:s("y?"),CA:s("oz?"),Rn:s("t?"),c_:s("a7?"),NT:s("m2?"),ym:s("kl?"),kR:s("fQ?"),LQ:s("cm?"),m5:s("t7?"),Zi:s("bN?"),TZ:s("oR?"),pg:s("i9?"),tW:s("D?"),LS:s("jc?"),MR:s("jd?"),lE:s("hs?"),ob:s("m?"),aE:s("aE?"),f3:s("fk?"),p8:s("w?"),Dh:s("p7?"),qf:s("Mn?"),zV:s("kC?"),ir:s("ay?"),nc:s("d1?"),Wn:s("il?"),zH:s("uo?"),Ej:s("mE?"),av:s("CO?"),zr:s("v1?"),JI:s("jv<@>?"),X7:s("E?"),PM:s("R?"),bo:s("q?"),Z:s("~()?"),Jy:s("c0"),H:s("~"),R:s("~()"),TM:s("~(fr)"),Vu:s("~(aH)"),Su:s("~(ls)"),xt:s("~(x)"),mX:s("~(z)"),hK:s("~(z,ce)"),Ld:s("~(bh)"),iS:s("~(i2)"),HT:s("~(z?)")}})();(function constants(){var s=hunkHelpers.makeConstList +C.l2=W.n5.prototype +C.bd=W.lb.prototype +C.AR=W.Fy.prototype +C.e=W.qx.prototype +C.cD=W.lk.prototype +C.GD=W.ny.prototype +C.mf=W.jU.prototype +C.GP=W.lw.prototype +C.Hn=W.nR.prototype +C.mq=W.nU.prototype +C.Hr=J.i.prototype +C.c=J.r.prototype +C.bP=J.xG.prototype +C.f=J.r9.prototype +C.d=J.lE.prototype +C.b=J.jY.prototype +C.HC=J.iP.prototype +C.HI=W.xS.prototype +C.rP=W.IL.prototype +C.LP=W.lP.prototype +C.rT=H.oh.prototype +C.h0=H.yn.prototype +C.rU=H.yo.prototype +C.h1=H.yq.prototype +C.a5=H.oi.prototype +C.rV=W.ru.prototype +C.LW=W.J9.prototype +C.t8=W.yE.prototype +C.xe=J.JX.prototype +C.MG=W.zP.prototype +C.ye=W.Al.prototype +C.yi=W.Am.prototype +C.Ov=P.p_.prototype +C.yj=W.Ar.prototype +C.eB=W.AR.prototype +C.kr=J.jj.prototype +C.ks=W.pi.prototype +C.aG=W.pj.prototype +C.Ve=new H.Vc("AccessibilityMode.unknown") +C.zg=new O.mV(null) +C.zh=new N.mW(null) +C.zi=new K.mX(null) +C.zm=new K.dJ(-1,0) +C.be=new P.k(4278594902) +C.bM=new P.hg(6) +C.yx=new A.w(!0,C.be,null,null,null,null,28,C.bM,null,1.3,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.Sk=new L.aN(" Profile photo",C.yx,null,null,null,null,null,null) +C.i_=new T.dS(C.zm,null,null,C.Sk,null) +C.kV=new K.eF(1,0) +C.zj=new K.eF(1,-1) +C.i0=new K.eF(-1,0) +C.aS=new K.eF(-1,-1) +C.a7=new K.dJ(0,0) +C.kW=new K.dJ(0,1) +C.zk=new K.dJ(0,-1) +C.zl=new K.dJ(1,0) +C.dr=new K.dJ(-1,-1) +C.zn=new G.F4("AnimationBehavior.normal") +C.zo=new G.F4("AnimationBehavior.preserve") +C.z=new X.fr("AnimationStatus.dismissed") +C.aj=new X.fr("AnimationStatus.forward") +C.ac=new X.fr("AnimationStatus.reverse") +C.O=new X.fr("AnimationStatus.completed") +C.zp=new V.vT(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.i1=new P.q0("AppLifecycleState.resumed") +C.i2=new P.q0("AppLifecycleState.inactive") +C.i3=new P.q0("AppLifecycleState.paused") +C.i4=new P.q0("AppLifecycleState.detached") +C.aZ=new L.q1("assets/dp.png",null,null) +C.eM=new A.vV("AutovalidateMode.disabled") +C.kX=new A.vV("AutovalidateMode.always") +C.kY=new A.vV("AutovalidateMode.onUserInteraction") +C.G=new G.q4("AxisDirection.up") +C.P=new G.q4("AxisDirection.right") +C.C=new G.q4("AxisDirection.down") +C.M=new G.q4("AxisDirection.left") +C.p=new G.Fd("Axis.horizontal") +C.m=new G.Fd("Axis.vertical") +C.zq=new R.Fe(null) +C.zr=new R.q5(null,null) +C.ay=new U.a8l() +C.kZ=new A.l8("flutter/accessibility",C.ay,t.qY) +C.c3=new U.a0i() +C.zs=new A.l8("flutter/keyevent",C.c3,t.qY) +C.is=new U.a8x() +C.zt=new A.l8("flutter/lifecycle",C.is,H.Z("l8")) +C.zu=new A.l8("flutter/system",C.c3,t.qY) +C.l_=new P.bO(0,"BlendMode.clear") +C.i5=new P.bO(1,"BlendMode.src") +C.i6=new P.bO(10,"BlendMode.dstATop") +C.i7=new P.bO(11,"BlendMode.xor") +C.i8=new P.bO(12,"BlendMode.plus") +C.eN=new P.bO(13,"BlendMode.modulate") +C.i9=new P.bO(14,"BlendMode.screen") +C.eO=new P.bO(15,"BlendMode.overlay") +C.ia=new P.bO(16,"BlendMode.darken") +C.ib=new P.bO(17,"BlendMode.lighten") +C.eP=new P.bO(18,"BlendMode.colorDodge") +C.eQ=new P.bO(19,"BlendMode.colorBurn") +C.l0=new P.bO(2,"BlendMode.dst") +C.ic=new P.bO(20,"BlendMode.hardLight") +C.id=new P.bO(21,"BlendMode.softLight") +C.ie=new P.bO(22,"BlendMode.difference") +C.ig=new P.bO(23,"BlendMode.exclusion") +C.ih=new P.bO(24,"BlendMode.multiply") +C.eR=new P.bO(25,"BlendMode.hue") +C.ds=new P.bO(26,"BlendMode.saturation") +C.eS=new P.bO(27,"BlendMode.color") +C.eT=new P.bO(28,"BlendMode.luminosity") +C.cx=new P.bO(3,"BlendMode.srcOver") +C.l1=new P.bO(4,"BlendMode.dstOver") +C.ii=new P.bO(5,"BlendMode.srcIn") +C.eU=new P.bO(6,"BlendMode.dstIn") +C.ij=new P.bO(7,"BlendMode.srcOut") +C.eV=new P.bO(8,"BlendMode.dstOut") +C.ik=new P.bO(9,"BlendMode.srcATop") +C.il=new P.VG(0,"BlurStyle.normal") +C.J=new P.bD(0,0) +C.bc=new K.cu(C.J,C.J,C.J,C.J) +C.co=new P.bD(4,4) +C.l3=new K.cu(C.co,C.co,C.J,C.J) +C.dt=new K.cu(C.co,C.co,C.co,C.co) +C.bV=new P.bD(10,10) +C.zw=new K.cu(C.J,C.bV,C.bV,C.bV) +C.zv=new K.cu(C.bV,C.J,C.bV,C.bV) +C.ah=new P.k(0) +C.a8=new Y.Fl("BorderStyle.solid") +C.im=new Y.d4(C.ah,1,C.a8) +C.t=new P.k(4278190080) +C.ak=new Y.Fl("BorderStyle.none") +C.w=new Y.d4(C.t,0,C.ak) +C.l4=new F.du(C.w,C.w,C.w,C.w) +C.zB=new D.vY(null,null,null) +C.zC=new M.vZ(null,null,null,null,null,null,null,null,null,null,null,null,null) +C.zD=new X.w0(null,null,null,null,null,null,null) +C.xj=new L.Kg(null) +C.zE=new L.w1(C.xj) +C.zF=new L.w1(null) +C.zG=new S.aw(304,304,1/0,1/0) +C.zH=new S.aw(40,40,40,40) +C.zI=new S.aw(56,56,56,56) +C.zJ=new S.aw(96,96,96,96) +C.l5=new S.aw(1/0,1/0,1/0,1/0) +C.zK=new S.aw(0,1/0,48,48) +C.zL=new S.aw(112,280,0,1/0) +C.c0=new S.aw(0,1/0,0,1/0) +C.zO=new S.aw(280,1/0,0,1/0) +C.zM=new S.aw(36,1/0,36,1/0) +C.Vf=new S.aw(88,1/0,36,1/0) +C.zN=new S.aw(48,1/0,48,1/0) +C.zP=new U.jD("BoxFit.fill") +C.l6=new U.jD("BoxFit.contain") +C.l7=new U.jD("BoxFit.cover") +C.zQ=new U.jD("BoxFit.fitWidth") +C.zR=new U.jD("BoxFit.fitHeight") +C.zS=new U.jD("BoxFit.none") +C.cy=new U.jD("BoxFit.scaleDown") +C.eW=new P.Fn(0,"BoxHeightStyle.tight") +C.l8=new P.Fn(5,"BoxHeightStyle.strut") +C.a9=new F.Fq("BoxShape.rectangle") +C.b_=new F.Fq("BoxShape.circle") +C.c1=new P.VL() +C.V=new P.Fr("Brightness.dark") +C.aa=new P.Fr("Brightness.light") +C.bs=new H.jE("BrowserEngine.blink") +C.W=new H.jE("BrowserEngine.webkit") +C.bH=new H.jE("BrowserEngine.firefox") +C.l9=new H.jE("BrowserEngine.edge") +C.eX=new H.jE("BrowserEngine.ie11") +C.c2=new H.jE("BrowserEngine.samsung") +C.la=new H.jE("BrowserEngine.unknown") +C.zT=new M.VU() +C.zU=new M.w4(null,null,null,null,null,null,null,null,null) +C.du=new M.w6("ButtonTextTheme.normal") +C.eY=new M.w6("ButtonTextTheme.accent") +C.eZ=new M.w6("ButtonTextTheme.primary") +C.zV=new P.EY() +C.zW=new U.Ve() +C.zZ=new H.Vp() +C.Vg=new P.Fh() +C.A_=new P.VA() +C.A0=new P.Fg() +C.Vh=new H.VP() +C.A1=new M.VQ() +C.lc=new H.Wh() +C.A2=new H.G3() +C.A3=new H.G6() +C.A4=new W.Gq() +C.A5=new H.X0() +C.A6=new L.GF() +C.Vi=new U.GG() +C.A7=new U.GH() +C.Vv=new P.D(100,100) +C.A8=new D.X2() +C.Vj=new K.GK() +C.A9=new L.GL() +C.Ab=new H.Yg() +C.dv=new H.H7() +C.Ac=new P.H8() +C.al=new P.H8() +C.io=new H.a_c() +C.m8=new L.x7("FloatingLabelBehavior.auto") +C.Ad=new L.I6() +C.af=new H.a0h() +C.aT=new H.a0j() +C.ld=function getTagFallback(o) { + var s = Object.prototype.toString.call(o); + return s.substring(8, s.length - 1); +} +C.Ae=function() { + var toStringFunction = Object.prototype.toString; + function getTag(o) { + var s = toStringFunction.call(o); + return s.substring(8, s.length - 1); + } + function getUnknownTag(object, tag) { + if (/^HTML[A-Z].*Element$/.test(tag)) { + var name = toStringFunction.call(object); + if (name == "[object Object]") return null; + return "HTMLElement"; + } + } + function getUnknownTagGenericBrowser(object, tag) { + if (self.HTMLElement && object instanceof HTMLElement) return "HTMLElement"; + return getUnknownTag(object, tag); + } + function prototypeForTag(tag) { + if (typeof window == "undefined") return null; + if (typeof window[tag] == "undefined") return null; + var constructor = window[tag]; + if (typeof constructor != "function") return null; + return constructor.prototype; + } + function discriminator(tag) { return null; } + var isBrowser = typeof navigator == "object"; + return { + getTag: getTag, + getUnknownTag: isBrowser ? getUnknownTagGenericBrowser : getUnknownTag, + prototypeForTag: prototypeForTag, + discriminator: discriminator }; +} +C.Aj=function(getTagFallback) { + return function(hooks) { + if (typeof navigator != "object") return hooks; + var ua = navigator.userAgent; + if (ua.indexOf("DumpRenderTree") >= 0) return hooks; + if (ua.indexOf("Chrome") >= 0) { + function confirm(p) { + return typeof window == "object" && window[p] && window[p].name == p; + } + if (confirm("Window") && confirm("HTMLElement")) return hooks; + } + hooks.getTag = getTagFallback; + }; +} +C.Af=function(hooks) { + if (typeof dartExperimentalFixupGetTag != "function") return hooks; + hooks.getTag = dartExperimentalFixupGetTag(hooks.getTag); +} +C.Ag=function(hooks) { + var getTag = hooks.getTag; + var prototypeForTag = hooks.prototypeForTag; + function getTagFixed(o) { + var tag = getTag(o); + if (tag == "Document") { + if (!!o.xmlVersion) return "!Document"; + return "!HTMLDocument"; + } + return tag; + } + function prototypeForTagFixed(tag) { + if (tag == "Document") return null; + return prototypeForTag(tag); + } + hooks.getTag = getTagFixed; + hooks.prototypeForTag = prototypeForTagFixed; +} +C.Ai=function(hooks) { + var userAgent = typeof navigator == "object" ? navigator.userAgent : ""; + if (userAgent.indexOf("Firefox") == -1) return hooks; + var getTag = hooks.getTag; + var quickMap = { + "BeforeUnloadEvent": "Event", + "DataTransfer": "Clipboard", + "GeoGeolocation": "Geolocation", + "Location": "!Location", + "WorkerMessageEvent": "MessageEvent", + "XMLDocument": "!Document"}; + function getTagFirefox(o) { + var tag = getTag(o); + return quickMap[tag] || tag; + } + hooks.getTag = getTagFirefox; +} +C.Ah=function(hooks) { + var userAgent = typeof navigator == "object" ? navigator.userAgent : ""; + if (userAgent.indexOf("Trident/") == -1) return hooks; + var getTag = hooks.getTag; + var quickMap = { + "BeforeUnloadEvent": "Event", + "DataTransfer": "Clipboard", + "HTMLDDElement": "HTMLElement", + "HTMLDTElement": "HTMLElement", + "HTMLPhraseElement": "HTMLElement", + "Position": "Geoposition" + }; + function getTagIE(o) { + var tag = getTag(o); + var newTag = quickMap[tag]; + if (newTag) return newTag; + if (tag == "Object") { + if (window.DataView && (o instanceof window.DataView)) return "DataView"; + } + return tag; + } + function prototypeForTagIE(tag) { + var constructor = window[tag]; + if (constructor == null) return null; + return constructor.prototype; + } + hooks.getTag = getTagIE; + hooks.prototypeForTag = prototypeForTagIE; +} +C.le=function(hooks) { return hooks; } + +C.az=new P.a0s() +C.f_=new U.Iv() +C.Ak=new S.a1c() +C.Al=new H.a1M() +C.lf=new H.a2h() +C.An=new H.a2q() +C.iq=new P.z() +C.Ao=new P.Je() +C.IU=H.a(s([]),t.r6) +C.fX=new H.aV(0,{},C.IU,H.Z("aV")) +C.Ap=new K.Jj() +C.Aq=new H.Jx() +C.ir=new H.yD() +C.Ar=new H.a2V() +C.Vl=new H.a3r() +C.Au=new K.La() +C.Av=new O.a5U() +C.bI=new H.a8k() +C.cz=new H.a8o() +C.c4=new U.a8p() +C.Aw=new H.a98() +C.Ax=new H.a9d() +C.Ay=new H.a9e() +C.Az=new H.a9f() +C.AA=new H.a9j() +C.AB=new H.a9l() +C.AC=new H.a9m() +C.AD=new H.a9n() +C.AE=new H.a9X() +C.ag=new P.aa0() +C.c5=new P.Mz() +C.a6=new P.v(0,0,0,0) +C.hq=new H.MM(0,0,0,0) +C.Vk=new P.HM() +C.lg=new P.ME() +C.lh=new Z.MI() +C.HR=H.a(s(["amp","apos","gt","lt","quot"]),t.s) +C.Lc=new H.aV(5,{amp:"&",apos:"'",gt:">",lt:"<",quot:'"'},C.HR,t.li) +C.li=new T.MO() +C.lj=new S.N1() +C.c6=new S.N2() +C.AF=new L.O1() +C.it=new Z.Od() +C.AG=new N.adi() +C.dw=new E.adm() +C.c7=new A.Oj() +C.iu=new P.adv() +C.lk=new A.adG() +C.a=new P.aeK() +C.AH=new O.afb() +C.AI=new U.afc() +C.a4=new Z.Cj() +C.AJ=new U.PQ() +C.aA=new Y.ag9() +C.AK=new A.Qk() +C.ll=new H.ahi() +C.I=new P.RK() +C.AL=new A.ahC() +C.AM=new P.Sp() +C.AN=new L.Tr() +C.AO=new Q.VV("CacheExtentStyle.pixel") +C.AP=new Q.Fu(0,"CameraDevice.rear") +C.AQ=new Q.Fu(1,"CameraDevice.front") +C.lm=new R.w7(0,"CameraFacing.back") +C.iv=new R.w7(1,"CameraFacing.front") +C.AS=new A.w8(null,null,null,null,null,null) +C.Sd=new L.aN("Send a message to get started",null,null,null,null,null,null,null) +C.AT=new T.ne(C.a7,null,null,C.Sd,null) +C.aK=new P.hg(4) +C.bZ=new A.w(!0,null,null,null,null,null,18,C.aK,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.aF=new P.ky(2,"TextAlign.center") +C.S3=new L.aN("You don't have any invitations yet!",C.bZ,C.aF,null,null,null,null,null) +C.AU=new T.ne(C.a7,null,null,C.S3,null) +C.j=new P.k(4294967295) +C.Rh=new A.w(!0,C.j,null,null,null,null,null,C.bM,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.RX=new L.aN("Tap Here!",C.Rh,null,null,null,null,null,null) +C.AV=new T.ne(C.a7,null,null,C.RX,null) +C.AW=new F.wb(null,null,null,null,null,null,null,null,null) +C.iw=new K.ng(null,C.aZ,null,null) +C.AX=new K.ng(null,C.aZ,65,null) +C.ln=new K.ng(C.j,C.aZ,100,null) +C.cA=new X.em(C.w) +C.IN=H.a(s([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2126,0.7152,0.0722,0,0]),t.v) +C.AZ=new H.qj(C.IN) +C.B_=new L.wh(C.xj) +C.B0=new L.wh(null) +C.lo=new P.Gd(0,"ClipOp.difference") +C.c8=new P.Gd(1,"ClipOp.intersect") +C.o=new P.qn("Clip.none") +C.aB=new P.qn("Clip.hardEdge") +C.ix=new P.qn("Clip.antiAlias") +C.cB=new P.qn("Clip.antiAliasWithSaveLayer") +C.B1=new H.W(0,255) +C.B2=new H.W(1024,1119) +C.B3=new H.W(1120,1327) +C.B4=new H.W(11360,11391) +C.B5=new H.W(11520,11567) +C.B6=new H.W(11648,11742) +C.B7=new H.W(1168,1169) +C.B8=new H.W(11744,11775) +C.B9=new H.W(11841,11841) +C.Ba=new H.W(1200,1201) +C.lp=new H.W(12288,12351) +C.Bb=new H.W(12288,12543) +C.Bc=new H.W(12288,12591) +C.lq=new H.W(12549,12585) +C.Bd=new H.W(12593,12686) +C.Be=new H.W(12800,12828) +C.Bf=new H.W(12800,13311) +C.Bg=new H.W(12896,12923) +C.Bh=new H.W(1328,1424) +C.Bi=new H.W(1417,1417) +C.Bj=new H.W(1424,1535) +C.Bk=new H.W(1536,1791) +C.f0=new H.W(19968,40959) +C.Bl=new H.W(2304,2431) +C.Bm=new H.W(2385,2386) +C.bJ=new H.W(2404,2405) +C.Bn=new H.W(2433,2555) +C.Bo=new H.W(2561,2677) +C.Bp=new H.W(256,591) +C.Bq=new H.W(258,259) +C.Br=new H.W(2688,2815) +C.Bs=new H.W(272,273) +C.Bt=new H.W(2946,3066) +C.Bu=new H.W(296,297) +C.Bv=new H.W(305,305) +C.Bw=new H.W(3072,3199) +C.Bx=new H.W(3202,3314) +C.By=new H.W(3330,3455) +C.Bz=new H.W(338,339) +C.BA=new H.W(3458,3572) +C.BB=new H.W(3585,3675) +C.BC=new H.W(360,361) +C.BD=new H.W(3713,3807) +C.BE=new H.W(4096,4255) +C.BF=new H.W(416,417) +C.BG=new H.W(42560,42655) +C.BH=new H.W(4256,4351) +C.BI=new H.W(42784,43007) +C.iy=new H.W(43056,43065) +C.BJ=new H.W(431,432) +C.BK=new H.W(43232,43259) +C.BL=new H.W(43777,43822) +C.BM=new H.W(44032,55215) +C.BN=new H.W(4608,5017) +C.BO=new H.W(6016,6143) +C.BP=new H.W(601,601) +C.BQ=new H.W(64275,64279) +C.BR=new H.W(64285,64335) +C.BS=new H.W(64336,65023) +C.BT=new H.W(65070,65071) +C.BU=new H.W(65072,65135) +C.BV=new H.W(65132,65276) +C.BW=new H.W(65279,65279) +C.lr=new H.W(65280,65519) +C.BX=new H.W(65533,65533) +C.BY=new H.W(699,700) +C.BZ=new H.W(710,710) +C.C_=new H.W(7296,7304) +C.C0=new H.W(730,730) +C.C1=new H.W(732,732) +C.C2=new H.W(7376,7414) +C.C3=new H.W(7386,7386) +C.C4=new H.W(7416,7417) +C.C5=new H.W(7680,7935) +C.C6=new H.W(775,775) +C.C7=new H.W(77824,78894) +C.C8=new H.W(7840,7929) +C.C9=new H.W(7936,8191) +C.Ca=new H.W(803,803) +C.Cb=new H.W(8192,8303) +C.Cc=new H.W(8204,8204) +C.b0=new H.W(8204,8205) +C.Cd=new H.W(8204,8206) +C.Ce=new H.W(8208,8209) +C.Cf=new H.W(8224,8224) +C.Cg=new H.W(8271,8271) +C.Ch=new H.W(8308,8308) +C.Ci=new H.W(8352,8363) +C.Cj=new H.W(8360,8360) +C.Ck=new H.W(8362,8362) +C.Cl=new H.W(8363,8363) +C.Cm=new H.W(8364,8364) +C.Cn=new H.W(8365,8399) +C.Co=new H.W(8372,8372) +C.c9=new H.W(8377,8377) +C.Cp=new H.W(8467,8467) +C.Cq=new H.W(8470,8470) +C.Cr=new H.W(8482,8482) +C.Cs=new H.W(8593,8593) +C.Ct=new H.W(8595,8595) +C.Cu=new H.W(8722,8722) +C.Cv=new H.W(8725,8725) +C.Cw=new H.W(880,1023) +C.aJ=new H.W(9676,9676) +C.Cx=new H.W(9772,9772) +C.ls=new P.k(1087163596) +C.Cy=new P.k(1627389952) +C.Cz=new P.k(1660944383) +C.iz=new P.k(16777215) +C.CA=new P.k(167772160) +C.iA=new P.k(1723645116) +C.CB=new P.k(1724434632) +C.lt=new P.k(1929379840) +C.R=new P.k(2315255808) +C.CC=new P.k(2583691263) +C.CD=new P.k(2952790016) +C.X=new P.k(3019898879) +C.Q=new P.k(3707764736) +C.CF=new P.k(4039164096) +C.f3=new P.k(4278695097) +C.ly=new P.k(4281348144) +C.Dl=new P.k(4282549748) +C.iC=new P.k(4294901760) +C.FH=new P.k(452984831) +C.FI=new P.k(520093696) +C.FJ=new P.k(536870911) +C.lJ=new B.wl("ConnectionState.none") +C.FK=new B.wl("ConnectionState.waiting") +C.lK=new B.wl("ConnectionState.done") +C.FL=new L.wm(!1) +C.FM=new L.wm(!0) +C.FN=new T.wr(null) +C.dC=new F.nk("CrossAxisAlignment.start") +C.dD=new F.nk("CrossAxisAlignment.end") +C.y=new F.nk("CrossAxisAlignment.center") +C.bf=new F.nk("CrossAxisAlignment.stretch") +C.f5=new F.nk("CrossAxisAlignment.baseline") +C.lL=new Z.jK(0,0,0.2,1) +C.b1=new Z.jK(0.25,0.1,0.25,1) +C.cC=new Z.jK(0.42,0,1,1) +C.ad=new Z.jK(0.4,0,0.2,1) +C.f6=new Z.jK(0,0,0.58,1) +C.iD=new Z.jK(0.42,0,0.58,1) +C.dB=new P.k(4288256409) +C.dA=new P.k(4285887861) +C.f7=new E.dU(C.dB,"inactiveGray",null,C.dB,C.dA,C.dB,C.dA,C.dB,C.dA,C.dB,C.dA,0) +C.dz=new P.k(4282137668) +C.f4=new P.k(4293651445) +C.FP=new E.dU(C.dz,null,null,C.dz,C.f4,C.dz,C.f4,C.dz,C.f4,C.dz,C.f4,0) +C.dx=new P.k(1493172224) +C.f1=new P.k(2164260863) +C.FR=new E.dU(C.dx,null,null,C.dx,C.f1,C.dx,C.f1,C.dx,C.f1,C.dx,C.f1,0) +C.iB=new P.k(4278221567) +C.lw=new P.k(4278879487) +C.lu=new P.k(4278206685) +C.lz=new P.k(4282424575) +C.FO=new E.dU(C.iB,"systemBlue",null,C.iB,C.lw,C.lu,C.lz,C.iB,C.lw,C.lu,C.lz,0) +C.D3=new P.k(4280032286) +C.Db=new P.k(4280558630) +C.lM=new E.dU(C.j,"systemBackground",null,C.j,C.t,C.j,C.t,C.j,C.D3,C.j,C.Db,0) +C.dy=new P.k(4042914297) +C.f2=new P.k(4028439837) +C.FQ=new E.dU(C.dy,null,null,C.dy,C.f2,C.dy,C.f2,C.dy,C.f2,C.dy,C.f2,0) +C.lN=new E.dU(C.t,"label",null,C.t,C.j,C.t,C.j,C.t,C.j,C.t,C.j,0) +C.Ur=new K.O3(C.lN,C.f7) +C.kI=new K.O5(null,C.FO,C.lM,C.FQ,C.lM,C.Ur) +C.ca=new K.wu(C.kI,null,null,null,null,null,null) +C.f8=new K.Gy("CupertinoUserInterfaceLevelData.base") +C.lO=new K.Gy("CupertinoUserInterfaceLevelData.elevated") +C.kJ=new D.Oa("_DashOffsetType.Absolute") +C.FS=new D.wx(0,C.kJ) +C.FT=new Z.wy(null,null,null,null,null,null,null,null,null,null,null) +C.FU=new A.X_("DebugSemanticsDumpOrder.traversalOrder") +C.lP=new E.GE("DecorationPosition.background") +C.lQ=new E.GE("DecorationPosition.foreground") +C.RD=new A.w(!0,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.bD=new U.tR("TextOverflow.clip") +C.aM=new U.Mi("TextWidthBasis.parent") +C.UY=new L.Qq(null) +C.FV=new L.qC(C.RD,null,!0,C.bD,null,C.aM,null,C.UY,null) +C.FW=new Y.qD(0,"DiagnosticLevel.hidden") +C.am=new Y.qD(3,"DiagnosticLevel.info") +C.FX=new Y.qD(5,"DiagnosticLevel.hint") +C.FY=new Y.qD(6,"DiagnosticLevel.summary") +C.Vm=new Y.jN("DiagnosticsTreeStyle.sparse") +C.FZ=new Y.jN("DiagnosticsTreeStyle.shallow") +C.G_=new Y.jN("DiagnosticsTreeStyle.truncateChildren") +C.G0=new Y.jN("DiagnosticsTreeStyle.error") +C.iE=new Y.jN("DiagnosticsTreeStyle.flat") +C.bt=new Y.jN("DiagnosticsTreeStyle.singleLine") +C.bK=new Y.jN("DiagnosticsTreeStyle.errorProperty") +C.G1=new Y.wD(null,null,null,null,null) +C.G2=new Q.fw("DismissDirection.vertical") +C.lR=new Q.fw("DismissDirection.horizontal") +C.f9=new Q.fw("DismissDirection.endToStart") +C.fa=new Q.fw("DismissDirection.startToEnd") +C.lS=new Q.fw("DismissDirection.up") +C.bg=new Q.fw("DismissDirection.down") +C.iF=new Q.fw("DismissDirection.none") +C.G3=new G.wF(null,null,null,null,null) +C.G4=new Z.qE(30,null) +C.iG=new Z.qE(null,null) +C.lT=new S.GX("DragStartBehavior.down") +C.a0=new S.GX("DragStartBehavior.start") +C.cb=new F.ll(null,null,null,null,null,null,null,null,null,null,null,null) +C.a_=new P.JD(1,"PaintingStyle.stroke") +C.G5=new F.ll(C.ah,null,null,null,null,null,null,C.a_,null,null,null,null) +C.iH=new F.wL("DrawableTextAnchorPosition.start") +C.lU=new F.wL("DrawableTextAnchorPosition.middle") +C.lV=new F.wL("DrawableTextAnchorPosition.end") +C.cE=new Z.H4("DrawerAlignment.start") +C.fb=new Z.H4("DrawerAlignment.end") +C.LU=new Z.IT(null) +C.G6=new Z.H3(null) +C.A=new P.aH(0) +C.aC=new P.aH(1e5) +C.aU=new P.aH(1e6) +C.G7=new P.aH(120) +C.G8=new P.aH(12e5) +C.G9=new P.aH(125e3) +C.Ga=new P.aH(15e3) +C.dE=new P.aH(15e4) +C.Gb=new P.aH(15e5) +C.Gc=new P.aH(16667) +C.lW=new P.aH(167e3) +C.N=new P.aH(2e5) +C.iI=new P.aH(2e6) +C.Gd=new P.aH(225e3) +C.Ge=new P.aH(246e3) +C.dF=new P.aH(25e4) +C.Gf=new P.aH(29e4) +C.Gg=new P.aH(2961926e3) +C.bL=new P.aH(3e5) +C.lX=new P.aH(375e3) +C.Gh=new P.aH(4e4) +C.bu=new P.aH(4e6) +C.cc=new P.aH(5e4) +C.iJ=new P.aH(5e5) +C.Gi=new P.aH(5e6) +C.dG=new P.aH(6e5) +C.iK=new P.aH(75e3) +C.Gj=new P.aH(-38e3) +C.ae=new V.aM(0,0,0,0) +C.Gk=new V.aM(0,12,0,12) +C.Gl=new V.aM(0,14,0,14) +C.iL=new V.aM(0,8,0,8) +C.Gm=new V.aM(10,0,0,0) +C.dH=new V.aM(10,10,10,10) +C.dI=new V.aM(12,12,12,12) +C.Gn=new V.aM(12,20,12,12) +C.iM=new V.aM(12,20,12,20) +C.Go=new V.aM(12,24,12,16) +C.Gp=new V.aM(12,8,12,8) +C.Gq=new V.aM(15,0,15,0) +C.Gr=new V.aM(15,10,15,10) +C.lY=new V.aM(15,20,15,20) +C.dJ=new V.aM(16,0,16,0) +C.lZ=new V.aM(20,12,20,12) +C.Gs=new V.aM(20,20,20,20) +C.m_=new V.aM(24,0,24,0) +C.Vn=new V.aM(24,20,24,24) +C.Gt=new V.aM(40,24,40,24) +C.Gu=new V.aM(4,0,4,0) +C.Gv=new V.aM(4,4,4,4) +C.Vo=new V.aM(4,4,4,5) +C.m0=new V.aM(5,0,5,0) +C.Gw=new V.aM(5,5,5,5) +C.m1=new V.aM(7,7,7,7) +C.m2=new V.aM(8,0,8,0) +C.ap=new V.aM(8,8,8,8) +C.m3=new V.aM(0.5,1,0.5,1) +C.Gx=new T.wP(null) +C.Gy=new H.wR("EnabledState.noOpinion") +C.Gz=new H.wR("EnabledState.enabled") +C.iN=new H.wR("EnabledState.disabled") +C.cF=new F.Hx("FlexFit.tight") +C.S4=new L.aN("Owner",null,null,null,null,null,null,null) +C.GA=new T.nx(1,C.cF,C.S4,null) +C.S0=new L.aN("Member",null,null,null,null,null,null,null) +C.GB=new T.nx(1,C.cF,C.S0,null) +C.Sj=new L.aN("Admin",null,null,null,null,null,null,null) +C.GC=new T.nx(1,C.cF,C.Sj,null) +C.Vp=new P.YS(0) +C.m4=new P.qR(0,"FilterQuality.none") +C.m5=new P.qR(1,"FilterQuality.low") +C.GE=new P.qR(2,"FilterQuality.medium") +C.fc=new P.qR(3,"FilterQuality.high") +C.r=new P.D(0,0) +C.GF=new U.Ht(C.r,C.r) +C.m6=new F.Hx("FlexFit.loose") +C.GG=new S.x5(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.GZ=new X.bS(58514,!1) +C.iU=new L.cd(C.GZ,null,null,null) +C.kK=new E.ul("_FloatingActionButtonType.regular") +C.GH=new E.x4(C.iU,null,"connect",null,null,C.kK,null) +C.iO=new N.x6("FloatingCursorDragState.Start") +C.fd=new N.x6("FloatingCursorDragState.Update") +C.fe=new N.x6("FloatingCursorDragState.End") +C.m7=new L.x7("FloatingLabelBehavior.never") +C.m9=new L.x7("FloatingLabelBehavior.always") +C.cG=new O.ls("FocusHighlightMode.touch") +C.cd=new O.ls("FocusHighlightMode.traditional") +C.ma=new O.xa("FocusHighlightStrategy.automatic") +C.GI=new O.xa("FocusHighlightStrategy.alwaysTouch") +C.GJ=new O.xa("FocusHighlightStrategy.alwaysTraditional") +C.ff=new P.HI(0,"FontStyle.normal") +C.fg=new P.hg(0) +C.mb=new P.hg(1) +C.mc=new P.hg(2) +C.Y=new P.hg(3) +C.md=new P.hg(5) +C.me=new P.hg(7) +C.iP=new P.hg(8) +C.mg=new P.lu("Invalid method call",null,null) +C.GL=new P.lu("Expected envelope, got nothing",null,null) +C.aV=new P.lu("Message corrupted",null,null) +C.GM=new P.lu("Invalid envelope",null,null) +C.ce=new D.HL("GestureDisposition.accepted") +C.an=new D.HL("GestureDisposition.rejected") +C.fh=new H.nH("GestureMode.pointerEvents") +C.bN=new H.nH("GestureMode.browserGestures") +C.bO=new S.xj("GestureRecognizerState.ready") +C.fi=new S.xj("GestureRecognizerState.possible") +C.GN=new S.xj("GestureRecognizerState.defunct") +C.cH=new F.HQ("GradientUnitMode.objectBoundingBox") +C.mh=new F.HQ("GradientUnitMode.userSpaceOnUse") +C.cf=new G.HS("GrowthDirection.forward") +C.dK=new G.HS("GrowthDirection.reverse") +C.bv=new T.qW("HeroFlightDirection.push") +C.cg=new T.qW("HeroFlightDirection.pop") +C.cI=new E.xp("HitTestBehavior.deferToChild") +C.bh=new E.xp("HitTestBehavior.opaque") +C.ch=new E.xp("HitTestBehavior.translucent") +C.GO=new U.nM(null) +C.mi=new X.bS(57490,!0) +C.GR=new X.bS(57491,!0) +C.ml=new X.bS(57785,!1) +C.mm=new X.bS(58002,!1) +C.GU=new X.bS(58003,!1) +C.GV=new X.bS(58091,!1) +C.GY=new X.bS(58513,!1) +C.iQ=new X.bS(62987,!1) +C.iR=new X.bS(983184,!1) +C.H6=new T.eL(C.Q,null,null) +C.iS=new T.eL(C.t,1,24) +C.mn=new T.eL(C.t,null,null) +C.iT=new T.eL(C.j,null,null) +C.H7=new T.eL(null,null,36) +C.GT=new X.bS(57648,!1) +C.H8=new L.cd(C.GT,null,null,null) +C.H_=new X.bS(58644,!1) +C.H9=new L.cd(C.H_,null,null,null) +C.mj=new X.bS(57621,!1) +C.Hc=new L.cd(C.mj,null,null,null) +C.H5=new X.bS(983367,!0) +C.EK=new P.k(4292932337) +C.Eh=new P.k(4289912795) +C.DO=new P.k(4286630852) +C.Du=new P.k(4283283116) +C.Dc=new P.k(4280723098) +C.CS=new P.k(4278228616) +C.CQ=new P.k(4278225275) +C.CN=new P.k(4278221163) +C.CM=new P.k(4278217052) +C.CK=new P.k(4278209856) +C.Li=new H.bR([50,C.EK,100,C.Eh,200,C.DO,300,C.Du,400,C.Dc,500,C.CS,600,C.CQ,700,C.CN,800,C.CM,900,C.CK],t.pl) +C.ju=new E.fd(C.Li,4278228616) +C.Hd=new L.cd(C.H5,25,C.ju,null) +C.GQ=new X.bS(57416,!1) +C.iV=new L.cd(C.GQ,20,null,null) +C.GS=new X.bS(57499,!0) +C.Hh=new L.cd(C.GS,null,null,null) +C.GX=new X.bS(58332,!1) +C.mo=new L.cd(C.GX,null,null,null) +C.GW=new X.bS(58180,!1) +C.Hk=new L.cd(C.GW,null,null,null) +C.mk=new X.bS(57686,!1) +C.fj=new L.cd(C.mk,null,null,null) +C.H0=new X.bS(58727,!1) +C.Hl=new L.cd(C.H0,null,null,null) +C.Hm=new L.cd(C.mm,null,null,null) +C.mp=new P.a_G("ImageByteFormat.rawRgba") +C.Ho=new X.r_("ImageRepeat.repeat") +C.Hp=new X.r_("ImageRepeat.repeatX") +C.Hq=new X.r_("ImageRepeat.repeatY") +C.ci=new X.r_("ImageRepeat.noRepeat") +C.fk=new E.I0(0,"ImageSource.camera") +C.iW=new E.I0(1,"ImageSource.gallery") +C.Vq=new L.xA(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,!1,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,!0,null,null,null) +C.Hs=new Z.er(0,0.1,C.a4) +C.Ht=new Z.er(0,0.3333333333333333,C.a4) +C.Hu=new Z.er(0,0.6666666666666666,C.a4) +C.Hv=new Z.er(0.6,1,C.a4) +C.Hw=new Z.er(0.72,1,C.ad) +C.mr=new Z.er(0.5,1,C.b1) +C.Hx=new Z.er(0.45,1,C.ad) +C.Hz=new Z.er(0,0.5,C.ad) +C.Hy=new Z.er(0.5,1,C.ad) +C.HA=new M.r8(null) +C.HB=new U.xC(null) +C.HD=new P.Ie(null) +C.HE=new P.If(null) +C.ms=new Q.Ih("KeyDataTransitMode.rawKeyData") +C.mt=new Q.Ih("KeyDataTransitMode.keyDataThenRawKeyData") +C.cK=new P.xN("KeyEventType.down") +C.mu=new P.hU(C.A,C.cK,0,0,null,!1) +C.dL=new O.lH("KeyEventResult.handled") +C.cJ=new O.lH("KeyEventResult.ignored") +C.fl=new O.lH("KeyEventResult.skipRemainingHandlers") +C.bQ=new P.xN("KeyEventType.up") +C.fm=new P.xN("KeyEventType.repeat") +C.fK=new G.d(4294967556) +C.HF=new Q.ra(C.fK) +C.fL=new G.d(4294967562) +C.HG=new Q.ra(C.fL) +C.fM=new G.d(4294967564) +C.HH=new Q.ra(C.fM) +C.cL=new B.o_("KeyboardSide.any") +C.bw=new B.o_("KeyboardSide.all") +C.HJ=new T.o1(1/0,1/0,null,null) +C.dM=new H.rc("LineBreakType.prohibited") +C.mv=new H.dx(0,0,0,C.dM) +C.bx=new H.rc("LineBreakType.mandatory") +C.mw=new H.dx(0,0,0,C.bx) +C.cM=new H.rc("LineBreakType.opportunity") +C.b2=new H.rc("LineBreakType.endOfText") +C.iX=new H.bm("LineCharProperty.CM") +C.fp=new H.bm("LineCharProperty.BA") +C.cj=new H.bm("LineCharProperty.PO") +C.cN=new H.bm("LineCharProperty.OP") +C.cO=new H.bm("LineCharProperty.CP") +C.fq=new H.bm("LineCharProperty.IS") +C.dN=new H.bm("LineCharProperty.HY") +C.iY=new H.bm("LineCharProperty.SY") +C.bR=new H.bm("LineCharProperty.NU") +C.fr=new H.bm("LineCharProperty.CL") +C.iZ=new H.bm("LineCharProperty.GL") +C.mx=new H.bm("LineCharProperty.BB") +C.dO=new H.bm("LineCharProperty.LF") +C.aW=new H.bm("LineCharProperty.HL") +C.fs=new H.bm("LineCharProperty.JL") +C.dP=new H.bm("LineCharProperty.JV") +C.dQ=new H.bm("LineCharProperty.JT") +C.j_=new H.bm("LineCharProperty.NS") +C.ft=new H.bm("LineCharProperty.ZW") +C.j0=new H.bm("LineCharProperty.ZWJ") +C.fu=new H.bm("LineCharProperty.B2") +C.my=new H.bm("LineCharProperty.IN") +C.fv=new H.bm("LineCharProperty.WJ") +C.fw=new H.bm("LineCharProperty.BK") +C.j1=new H.bm("LineCharProperty.ID") +C.fx=new H.bm("LineCharProperty.EB") +C.dR=new H.bm("LineCharProperty.H2") +C.dS=new H.bm("LineCharProperty.H3") +C.j2=new H.bm("LineCharProperty.CB") +C.j3=new H.bm("LineCharProperty.RI") +C.fy=new H.bm("LineCharProperty.EM") +C.fz=new H.bm("LineCharProperty.CR") +C.fA=new H.bm("LineCharProperty.SP") +C.mz=new H.bm("LineCharProperty.EX") +C.fB=new H.bm("LineCharProperty.QU") +C.b3=new H.bm("LineCharProperty.AL") +C.fC=new H.bm("LineCharProperty.PR") +C.mA=new Q.Ix("ListTileStyle.list") +C.mB=new Q.Ix("ListTileStyle.drawer") +C.ep=new T.da(null,null,null,null) +C.HK=new Q.rd(!1,null,C.mA,null,null,null,null,null,null,null,null,null,null,C.ep,null) +C.cR=new B.fK("ModifierKey.controlModifier") +C.cS=new B.fK("ModifierKey.shiftModifier") +C.cT=new B.fK("ModifierKey.altModifier") +C.cU=new B.fK("ModifierKey.metaModifier") +C.jx=new B.fK("ModifierKey.capsLockModifier") +C.jy=new B.fK("ModifierKey.numLockModifier") +C.jz=new B.fK("ModifierKey.scrollLockModifier") +C.jA=new B.fK("ModifierKey.functionModifier") +C.rS=new B.fK("ModifierKey.symbolModifier") +C.HL=H.a(s([C.cR,C.cS,C.cT,C.cU,C.jx,C.jy,C.jz,C.jA,C.rS]),H.Z("r")) +C.HO=H.a(s([0,1]),t.v) +C.HQ=H.a(s([C.fg,C.mb,C.mc,C.Y,C.aK,C.md,C.bM,C.me,C.iP]),H.Z("r")) +C.mD=H.a(s([0,0,32776,33792,1,10240,0,0]),t.t) +C.HT=H.a(s([47,47,47,47,72,97,122,147]),t.t) +C.HU=H.a(s(["*::class","*::dir","*::draggable","*::hidden","*::id","*::inert","*::itemprop","*::itemref","*::itemscope","*::lang","*::spellcheck","*::title","*::translate","A::accesskey","A::coords","A::hreflang","A::name","A::shape","A::tabindex","A::target","A::type","AREA::accesskey","AREA::alt","AREA::coords","AREA::nohref","AREA::shape","AREA::tabindex","AREA::target","AUDIO::controls","AUDIO::loop","AUDIO::mediagroup","AUDIO::muted","AUDIO::preload","BDO::dir","BODY::alink","BODY::bgcolor","BODY::link","BODY::text","BODY::vlink","BR::clear","BUTTON::accesskey","BUTTON::disabled","BUTTON::name","BUTTON::tabindex","BUTTON::type","BUTTON::value","CANVAS::height","CANVAS::width","CAPTION::align","COL::align","COL::char","COL::charoff","COL::span","COL::valign","COL::width","COLGROUP::align","COLGROUP::char","COLGROUP::charoff","COLGROUP::span","COLGROUP::valign","COLGROUP::width","COMMAND::checked","COMMAND::command","COMMAND::disabled","COMMAND::label","COMMAND::radiogroup","COMMAND::type","DATA::value","DEL::datetime","DETAILS::open","DIR::compact","DIV::align","DL::compact","FIELDSET::disabled","FONT::color","FONT::face","FONT::size","FORM::accept","FORM::autocomplete","FORM::enctype","FORM::method","FORM::name","FORM::novalidate","FORM::target","FRAME::name","H1::align","H2::align","H3::align","H4::align","H5::align","H6::align","HR::align","HR::noshade","HR::size","HR::width","HTML::version","IFRAME::align","IFRAME::frameborder","IFRAME::height","IFRAME::marginheight","IFRAME::marginwidth","IFRAME::width","IMG::align","IMG::alt","IMG::border","IMG::height","IMG::hspace","IMG::ismap","IMG::name","IMG::usemap","IMG::vspace","IMG::width","INPUT::accept","INPUT::accesskey","INPUT::align","INPUT::alt","INPUT::autocomplete","INPUT::autofocus","INPUT::checked","INPUT::disabled","INPUT::inputmode","INPUT::ismap","INPUT::list","INPUT::max","INPUT::maxlength","INPUT::min","INPUT::multiple","INPUT::name","INPUT::placeholder","INPUT::readonly","INPUT::required","INPUT::size","INPUT::step","INPUT::tabindex","INPUT::type","INPUT::usemap","INPUT::value","INS::datetime","KEYGEN::disabled","KEYGEN::keytype","KEYGEN::name","LABEL::accesskey","LABEL::for","LEGEND::accesskey","LEGEND::align","LI::type","LI::value","LINK::sizes","MAP::name","MENU::compact","MENU::label","MENU::type","METER::high","METER::low","METER::max","METER::min","METER::value","OBJECT::typemustmatch","OL::compact","OL::reversed","OL::start","OL::type","OPTGROUP::disabled","OPTGROUP::label","OPTION::disabled","OPTION::label","OPTION::selected","OPTION::value","OUTPUT::for","OUTPUT::name","P::align","PRE::width","PROGRESS::max","PROGRESS::min","PROGRESS::value","SELECT::autocomplete","SELECT::disabled","SELECT::multiple","SELECT::name","SELECT::required","SELECT::size","SELECT::tabindex","SOURCE::type","TABLE::align","TABLE::bgcolor","TABLE::border","TABLE::cellpadding","TABLE::cellspacing","TABLE::frame","TABLE::rules","TABLE::summary","TABLE::width","TBODY::align","TBODY::char","TBODY::charoff","TBODY::valign","TD::abbr","TD::align","TD::axis","TD::bgcolor","TD::char","TD::charoff","TD::colspan","TD::headers","TD::height","TD::nowrap","TD::rowspan","TD::scope","TD::valign","TD::width","TEXTAREA::accesskey","TEXTAREA::autocomplete","TEXTAREA::cols","TEXTAREA::disabled","TEXTAREA::inputmode","TEXTAREA::name","TEXTAREA::placeholder","TEXTAREA::readonly","TEXTAREA::required","TEXTAREA::rows","TEXTAREA::tabindex","TEXTAREA::wrap","TFOOT::align","TFOOT::char","TFOOT::charoff","TFOOT::valign","TH::abbr","TH::align","TH::axis","TH::bgcolor","TH::char","TH::charoff","TH::colspan","TH::headers","TH::height","TH::nowrap","TH::rowspan","TH::scope","TH::valign","TH::width","THEAD::align","THEAD::char","THEAD::charoff","THEAD::valign","TR::align","TR::bgcolor","TR::char","TR::charoff","TR::valign","TRACK::default","TRACK::kind","TRACK::label","TRACK::srclang","UL::compact","UL::type","VIDEO::controls","VIDEO::height","VIDEO::loop","VIDEO::mediagroup","VIDEO::muted","VIDEO::preload","VIDEO::width"]),t.s) +C.bX=new P.ji(0,"StrokeJoin.miter") +C.yg=new P.ji(1,"StrokeJoin.round") +C.yh=new P.ji(2,"StrokeJoin.bevel") +C.Ie=H.a(s([C.bX,C.yg,C.yh]),H.Z("r")) +C.fD=H.a(s([0,0,65490,45055,65535,34815,65534,18431]),t.t) +C.Ip=H.a(s(["pointerdown","pointermove","pointerup","pointercancel","touchstart","touchend","touchmove","touchcancel","mousedown","mousemove","mouseup","keyup","keydown"]),t.s) +C.mF=H.a(s(["text","multiline","number","phone","datetime","emailAddress","url","visiblePassword","name","address","none"]),t.s) +C.mG=H.a(s([0,0,26624,1023,65534,2047,65534,2047]),t.t) +C.zX=new U.pZ() +C.jQ=new F.Lc("ScrollIncrementType.page") +C.xy=new F.i8(C.C,C.jQ) +C.Ir=H.a(s([C.zX,C.xy]),H.Z("r")) +C.Jv=new P.lJ("en","US") +C.mI=H.a(s([C.Jv]),t.ss) +C.mJ=H.a(s([1,2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536,131072,262144,524288,1048576,2097152,4194304,8388608,16777216,33554432,67108864,134217728,268435456,536870912,1073741824,2147483648]),t.t) +C.H4=new X.bS(61749,!1) +C.Hj=new L.cd(C.H4,null,C.be,null) +C.y8=new T.da(8,null,null,null) +C.S1=new L.aN("Invitations",C.yx,null,null,null,null,null,null) +C.Iy=H.a(s([C.Hj,C.y8,C.S1]),t.p) +C.e1=new P.l(1,0) +C.LZ=new P.l(1,1) +C.e0=new P.l(0,1) +C.Ma=new P.l(-1,1) +C.t_=new P.l(-1,0) +C.Mb=new P.l(-1,-1) +C.rX=new P.l(0,-1) +C.M_=new P.l(1,-1) +C.fE=H.a(s([C.e1,C.LZ,C.e0,C.Ma,C.t_,C.Mb,C.rX,C.M_]),t.yv) +C.aR=new P.As("TextAffinity.upstream") +C.n=new P.As("TextAffinity.downstream") +C.II=H.a(s([C.aR,C.n]),H.Z("r")) +C.q=new P.mn(0,"TextDirection.rtl") +C.l=new P.mn(1,"TextDirection.ltr") +C.IJ=H.a(s([C.q,C.l]),H.Z("r")) +C.hk=new P.ky(0,"TextAlign.left") +C.dc=new P.ky(1,"TextAlign.right") +C.k2=new P.ky(3,"TextAlign.justify") +C.av=new P.ky(4,"TextAlign.start") +C.dd=new P.ky(5,"TextAlign.end") +C.IK=H.a(s([C.hk,C.dc,C.aF,C.k2,C.av,C.dd]),H.Z("r")) +C.hP=new K.Db(0,"_RouteRestorationType.named") +C.zd=new K.Db(1,"_RouteRestorationType.anonymous") +C.IO=H.a(s([C.hP,C.zd]),H.Z("r")) +C.kt=new H.d2("WordCharProperty.DoubleQuote") +C.dj=new H.d2("WordCharProperty.SingleQuote") +C.aH=new H.d2("WordCharProperty.HebrewLetter") +C.hs=new H.d2("WordCharProperty.CR") +C.ht=new H.d2("WordCharProperty.LF") +C.kx=new H.d2("WordCharProperty.Newline") +C.eE=new H.d2("WordCharProperty.Extend") +C.Uj=new H.d2("WordCharProperty.RegionalIndicator") +C.eF=new H.d2("WordCharProperty.Format") +C.eG=new H.d2("WordCharProperty.Katakana") +C.bb=new H.d2("WordCharProperty.ALetter") +C.ku=new H.d2("WordCharProperty.MidLetter") +C.kv=new H.d2("WordCharProperty.MidNum") +C.eC=new H.d2("WordCharProperty.MidNumLet") +C.bG=new H.d2("WordCharProperty.Numeric") +C.hr=new H.d2("WordCharProperty.ExtendNumLet") +C.eD=new H.d2("WordCharProperty.ZWJ") +C.kw=new H.d2("WordCharProperty.WSegSpace") +C.yP=new H.d2("WordCharProperty.Unknown") +C.IQ=H.a(s([C.kt,C.dj,C.aH,C.hs,C.ht,C.kx,C.eE,C.Uj,C.eF,C.eG,C.bb,C.ku,C.kv,C.eC,C.bG,C.hr,C.eD,C.kw,C.yP]),H.Z("r")) +C.IR=H.a(s(["click","scroll"]),t.s) +C.IS=H.a(s(["HEAD","AREA","BASE","BASEFONT","BR","COL","COLGROUP","EMBED","FRAME","FRAMESET","HR","IMAGE","IMG","INPUT","ISINDEX","LINK","META","PARAM","SOURCE","STYLE","TITLE","WBR"]),t.s) +C.Vr=H.a(s([]),H.Z("r")) +C.mK=H.a(s([]),t.Cz) +C.mL=H.a(s([]),H.Z("r")) +C.J1=H.a(s([]),t.fJ) +C.Vs=H.a(s([]),t.ss) +C.IY=H.a(s([]),t.tc) +C.j5=H.a(s([]),t.jl) +C.mN=H.a(s([]),t.wi) +C.J0=H.a(s([]),H.Z("r>")) +C.IT=H.a(s([]),t.Vz) +C.j4=H.a(s([]),t.W) +C.fF=H.a(s([]),t.s) +C.aq=H.a(s([]),t.oU) +C.j6=H.a(s([]),t.G) +C.Vt=H.a(s([]),t.p) +C.J2=H.a(s([]),t.v) +C.L=H.a(s([]),t.ee) +C.J4=H.a(s([0,0,32722,12287,65534,34815,65534,18431]),t.t) +C.j7=H.a(s([0,0,65498,45055,65535,34815,65534,18431]),t.t) +C.b8=new P.jh(0,"StrokeCap.butt") +C.yf=new P.jh(1,"StrokeCap.round") +C.jZ=new P.jh(2,"StrokeCap.square") +C.J9=H.a(s([C.b8,C.yf,C.jZ]),H.Z("r")) +C.fG=H.a(s([0,0,24576,1023,65534,34815,65534,18431]),t.t) +C.Jg=H.a(s([0,0,32754,11263,65534,34815,65534,18431]),t.t) +C.mO=H.a(s([0,0,65490,12287,65535,34815,65534,18431]),t.t) +C.bF=new A.w(!0,C.be,null,null,null,null,20,C.aK,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.Sx=new L.aN("You don't have any conversation yet!",C.bF,C.aF,null,null,null,null,null) +C.Ob=new T.da(null,8,null,null) +C.Sa=new L.aN("Click the icon below to add a contact",null,C.aF,null,null,null,null,null) +C.Ji=H.a(s([C.Sx,C.Ob,C.Sa]),t.p) +C.H=new T.ed("TargetPlatform.android") +C.K=new T.ed("TargetPlatform.fuchsia") +C.D=new T.ed("TargetPlatform.iOS") +C.E=new T.ed("TargetPlatform.linux") +C.B=new T.ed("TargetPlatform.macOS") +C.F=new T.ed("TargetPlatform.windows") +C.Jj=H.a(s([C.H,C.K,C.D,C.E,C.B,C.F]),t.r6) +C.mP=H.a(s(["bind","if","ref","repeat","syntax"]),t.s) +C.mQ=H.a(s([0,4,12,1,5,13,3,7,15]),t.t) +C.j8=H.a(s(["A::href","AREA::href","BLOCKQUOTE::cite","BODY::background","COMMAND::icon","DEL::cite","FORM::action","IMG::src","INPUT::src","INS::cite","Q::cite","VIDEO::poster"]),t.s) +C.H2=new X.bS(58771,!1) +C.He=new L.cd(C.H2,null,C.j,null) +C.ki=new A.w(!0,C.j,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.Sr=new L.aN("Share",C.ki,null,null,null,null,null,null) +C.Jt=H.a(s([C.He,C.y8,C.Sr]),t.p) +C.kE=new D.uf("_CornerId.topLeft") +C.kH=new D.uf("_CornerId.bottomRight") +C.Ut=new D.kM(C.kE,C.kH) +C.Uw=new D.kM(C.kH,C.kE) +C.kF=new D.uf("_CornerId.topRight") +C.kG=new D.uf("_CornerId.bottomLeft") +C.Uu=new D.kM(C.kF,C.kG) +C.Uv=new D.kM(C.kG,C.kF) +C.Ju=H.a(s([C.Ut,C.Uw,C.Uu,C.Uv]),H.Z("r")) +C.mR=H.a(s([C.iX,C.fp,C.dO,C.fw,C.fz,C.fA,C.mz,C.fB,C.b3,C.fC,C.cj,C.cN,C.cO,C.fq,C.dN,C.iY,C.bR,C.fr,C.iZ,C.mx,C.aW,C.fs,C.dP,C.dQ,C.j_,C.ft,C.j0,C.fu,C.my,C.fv,C.j1,C.fx,C.dR,C.dS,C.j2,C.j3,C.fy]),H.Z("r")) +C.fJ=new G.d(4294967323) +C.jb=new G.d(4294967558) +C.fP=new G.d(8589934848) +C.fQ=new G.d(8589934849) +C.fR=new G.d(8589934850) +C.fS=new G.d(8589934851) +C.fT=new G.d(8589934852) +C.fU=new G.d(8589934853) +C.fV=new G.d(8589934854) +C.fW=new G.d(8589934855) +C.h=new P.l(0,0) +C.ct=new R.jk(C.h) +C.L6=new T.rf(C.h,C.ct) +C.L7=new E.a14("longPress") +C.L8=new T.rg(C.h,C.h) +C.v=new F.lK("MainAxisAlignment.start") +C.js=new F.lK("MainAxisAlignment.end") +C.bS=new F.lK("MainAxisAlignment.center") +C.rE=new F.lK("MainAxisAlignment.spaceBetween") +C.rF=new F.lK("MainAxisAlignment.spaceAround") +C.rG=new F.lK("MainAxisAlignment.spaceEvenly") +C.a1=new F.IE("MainAxisSize.min") +C.S=new F.IE("MainAxisSize.max") +C.HN=H.a(s(["BU","DD","FX","TP","YD","ZR"]),t.s) +C.bA=new H.aV(6,{BU:"MM",DD:"DE",FX:"FR",TP:"TL",YD:"YE",ZR:"CD"},C.HN,t.li) +C.HM=H.a(s(["circle","path","rect","polygon","polyline","ellipse","line"]),t.s) +C.rH=new H.aV(7,{circle:S.aKS(),path:S.aKV(),rect:S.aKY(),polygon:S.aKW(),polyline:S.aKX(),ellipse:S.aKT(),line:S.aKU()},C.HM,H.Z("aV?)>")) +C.mC=H.a(s(["AVRInput","AVRPower","Accel","Accept","Again","AllCandidates","Alphanumeric","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F3","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchAssistant","LaunchCalendar","LaunchContacts","LaunchControlPanel","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkip","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","ShiftLevel5","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Soft5","Soft6","Soft7","Soft8","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle"]),t.s) +C.pf=new G.d(4294970632) +C.pg=new G.d(4294970633) +C.mV=new G.d(4294967553) +C.na=new G.d(4294968577) +C.nb=new G.d(4294968578) +C.nz=new G.d(4294969089) +C.nA=new G.d(4294969090) +C.mW=new G.d(4294967555) +C.qJ=new G.d(4294971393) +C.by=new G.d(4294968065) +C.b4=new G.d(4294968066) +C.b5=new G.d(4294968067) +C.bz=new G.d(4294968068) +C.nc=new G.d(4294968579) +C.p8=new G.d(4294970625) +C.p9=new G.d(4294970626) +C.pa=new G.d(4294970627) +C.qA=new G.d(4294970882) +C.pb=new G.d(4294970628) +C.pc=new G.d(4294970629) +C.pd=new G.d(4294970630) +C.pe=new G.d(4294970631) +C.qB=new G.d(4294970884) +C.qC=new G.d(4294970885) +C.oK=new G.d(4294969871) +C.oM=new G.d(4294969873) +C.oL=new G.d(4294969872) +C.cP=new G.d(4294967304) +C.no=new G.d(4294968833) +C.np=new G.d(4294968834) +C.p1=new G.d(4294970369) +C.p2=new G.d(4294970370) +C.p3=new G.d(4294970371) +C.p4=new G.d(4294970372) +C.p5=new G.d(4294970373) +C.p6=new G.d(4294970374) +C.p7=new G.d(4294970375) +C.qK=new G.d(4294971394) +C.nq=new G.d(4294968835) +C.qL=new G.d(4294971395) +C.nd=new G.d(4294968580) +C.ph=new G.d(4294970634) +C.pi=new G.d(4294970635) +C.jc=new G.d(4294968321) +C.ox=new G.d(4294969857) +C.pp=new G.d(4294970642) +C.nB=new G.d(4294969091) +C.pj=new G.d(4294970636) +C.pk=new G.d(4294970637) +C.pl=new G.d(4294970638) +C.pm=new G.d(4294970639) +C.pn=new G.d(4294970640) +C.po=new G.d(4294970641) +C.nC=new G.d(4294969092) +C.ne=new G.d(4294968581) +C.nD=new G.d(4294969093) +C.n2=new G.d(4294968322) +C.n3=new G.d(4294968323) +C.n4=new G.d(4294968324) +C.qn=new G.d(4294970703) +C.ck=new G.d(4294967423) +C.pq=new G.d(4294970643) +C.pr=new G.d(4294970644) +C.nS=new G.d(4294969108) +C.nr=new G.d(4294968836) +C.dT=new G.d(4294968069) +C.qM=new G.d(4294971396) +C.fI=new G.d(4294967309) +C.n5=new G.d(4294968325) +C.n6=new G.d(4294968326) +C.nf=new G.d(4294968582) +C.ps=new G.d(4294970645) +C.o1=new G.d(4294969345) +C.oa=new G.d(4294969354) +C.ob=new G.d(4294969355) +C.oc=new G.d(4294969356) +C.od=new G.d(4294969357) +C.oe=new G.d(4294969358) +C.of=new G.d(4294969359) +C.og=new G.d(4294969360) +C.oh=new G.d(4294969361) +C.oi=new G.d(4294969362) +C.oj=new G.d(4294969363) +C.o2=new G.d(4294969346) +C.ok=new G.d(4294969364) +C.ol=new G.d(4294969365) +C.om=new G.d(4294969366) +C.on=new G.d(4294969367) +C.oo=new G.d(4294969368) +C.o3=new G.d(4294969347) +C.o4=new G.d(4294969348) +C.o5=new G.d(4294969349) +C.o6=new G.d(4294969350) +C.o7=new G.d(4294969351) +C.o8=new G.d(4294969352) +C.o9=new G.d(4294969353) +C.pt=new G.d(4294970646) +C.pu=new G.d(4294970647) +C.pv=new G.d(4294970648) +C.pw=new G.d(4294970649) +C.px=new G.d(4294970650) +C.py=new G.d(4294970651) +C.pz=new G.d(4294970652) +C.pA=new G.d(4294970653) +C.pB=new G.d(4294970654) +C.pC=new G.d(4294970655) +C.pD=new G.d(4294970656) +C.pE=new G.d(4294970657) +C.nE=new G.d(4294969094) +C.ng=new G.d(4294968583) +C.mX=new G.d(4294967559) +C.qN=new G.d(4294971397) +C.qO=new G.d(4294971398) +C.nF=new G.d(4294969095) +C.nG=new G.d(4294969096) +C.nH=new G.d(4294969097) +C.nI=new G.d(4294969098) +C.pF=new G.d(4294970658) +C.pG=new G.d(4294970659) +C.pH=new G.d(4294970660) +C.nP=new G.d(4294969105) +C.nQ=new G.d(4294969106) +C.nT=new G.d(4294969109) +C.qP=new G.d(4294971399) +C.nh=new G.d(4294968584) +C.nw=new G.d(4294968841) +C.nU=new G.d(4294969110) +C.nV=new G.d(4294969111) +C.dU=new G.d(4294968070) +C.mY=new G.d(4294967560) +C.pI=new G.d(4294970661) +C.jd=new G.d(4294968327) +C.pJ=new G.d(4294970662) +C.nR=new G.d(4294969107) +C.nW=new G.d(4294969112) +C.nX=new G.d(4294969113) +C.nY=new G.d(4294969114) +C.rk=new G.d(4294971905) +C.rl=new G.d(4294971906) +C.qQ=new G.d(4294971400) +C.oS=new G.d(4294970118) +C.oN=new G.d(4294970113) +C.p_=new G.d(4294970126) +C.oO=new G.d(4294970114) +C.oY=new G.d(4294970124) +C.p0=new G.d(4294970127) +C.oP=new G.d(4294970115) +C.oQ=new G.d(4294970116) +C.oR=new G.d(4294970117) +C.oZ=new G.d(4294970125) +C.oT=new G.d(4294970119) +C.oU=new G.d(4294970120) +C.oV=new G.d(4294970121) +C.oW=new G.d(4294970122) +C.oX=new G.d(4294970123) +C.pK=new G.d(4294970663) +C.pL=new G.d(4294970664) +C.pM=new G.d(4294970665) +C.pN=new G.d(4294970666) +C.ns=new G.d(4294968837) +C.oy=new G.d(4294969858) +C.oz=new G.d(4294969859) +C.oA=new G.d(4294969860) +C.qS=new G.d(4294971402) +C.pO=new G.d(4294970667) +C.qo=new G.d(4294970704) +C.qz=new G.d(4294970715) +C.pP=new G.d(4294970668) +C.pQ=new G.d(4294970669) +C.pR=new G.d(4294970670) +C.pS=new G.d(4294970671) +C.oB=new G.d(4294969861) +C.pT=new G.d(4294970672) +C.pU=new G.d(4294970673) +C.pV=new G.d(4294970674) +C.qp=new G.d(4294970705) +C.qq=new G.d(4294970706) +C.qr=new G.d(4294970707) +C.qs=new G.d(4294970708) +C.oC=new G.d(4294969863) +C.qt=new G.d(4294970709) +C.oD=new G.d(4294969864) +C.oE=new G.d(4294969865) +C.qD=new G.d(4294970886) +C.qE=new G.d(4294970887) +C.qG=new G.d(4294970889) +C.qF=new G.d(4294970888) +C.nJ=new G.d(4294969099) +C.qu=new G.d(4294970710) +C.qv=new G.d(4294970711) +C.qw=new G.d(4294970712) +C.qx=new G.d(4294970713) +C.oF=new G.d(4294969866) +C.nK=new G.d(4294969100) +C.pW=new G.d(4294970675) +C.pX=new G.d(4294970676) +C.nL=new G.d(4294969101) +C.qR=new G.d(4294971401) +C.pY=new G.d(4294970677) +C.oG=new G.d(4294969867) +C.fN=new G.d(4294968071) +C.fO=new G.d(4294968072) +C.qy=new G.d(4294970714) +C.n7=new G.d(4294968328) +C.ni=new G.d(4294968585) +C.pZ=new G.d(4294970678) +C.q_=new G.d(4294970679) +C.q0=new G.d(4294970680) +C.q1=new G.d(4294970681) +C.nj=new G.d(4294968586) +C.q2=new G.d(4294970682) +C.q3=new G.d(4294970683) +C.q4=new G.d(4294970684) +C.nt=new G.d(4294968838) +C.nu=new G.d(4294968839) +C.nM=new G.d(4294969102) +C.oH=new G.d(4294969868) +C.nv=new G.d(4294968840) +C.nN=new G.d(4294969103) +C.nk=new G.d(4294968587) +C.q5=new G.d(4294970685) +C.q6=new G.d(4294970686) +C.q7=new G.d(4294970687) +C.n8=new G.d(4294968329) +C.q8=new G.d(4294970688) +C.nZ=new G.d(4294969115) +C.qd=new G.d(4294970693) +C.qe=new G.d(4294970694) +C.oI=new G.d(4294969869) +C.q9=new G.d(4294970689) +C.qa=new G.d(4294970690) +C.nl=new G.d(4294968588) +C.qb=new G.d(4294970691) +C.n1=new G.d(4294967569) +C.nO=new G.d(4294969104) +C.op=new G.d(4294969601) +C.oq=new G.d(4294969602) +C.or=new G.d(4294969603) +C.os=new G.d(4294969604) +C.ot=new G.d(4294969605) +C.ou=new G.d(4294969606) +C.ov=new G.d(4294969607) +C.ow=new G.d(4294969608) +C.qH=new G.d(4294971137) +C.qI=new G.d(4294971138) +C.oJ=new G.d(4294969870) +C.qc=new G.d(4294970692) +C.nx=new G.d(4294968842) +C.qf=new G.d(4294970695) +C.mZ=new G.d(4294967566) +C.n_=new G.d(4294967567) +C.n0=new G.d(4294967568) +C.qh=new G.d(4294970697) +C.qU=new G.d(4294971649) +C.qV=new G.d(4294971650) +C.qW=new G.d(4294971651) +C.qX=new G.d(4294971652) +C.qY=new G.d(4294971653) +C.qZ=new G.d(4294971654) +C.r_=new G.d(4294971655) +C.qi=new G.d(4294970698) +C.r0=new G.d(4294971656) +C.r1=new G.d(4294971657) +C.r2=new G.d(4294971658) +C.r3=new G.d(4294971659) +C.r4=new G.d(4294971660) +C.r5=new G.d(4294971661) +C.r6=new G.d(4294971662) +C.r7=new G.d(4294971663) +C.r8=new G.d(4294971664) +C.r9=new G.d(4294971665) +C.ra=new G.d(4294971666) +C.rb=new G.d(4294971667) +C.qj=new G.d(4294970699) +C.rc=new G.d(4294971668) +C.rd=new G.d(4294971669) +C.re=new G.d(4294971670) +C.rf=new G.d(4294971671) +C.rg=new G.d(4294971672) +C.rh=new G.d(4294971673) +C.ri=new G.d(4294971674) +C.rj=new G.d(4294971675) +C.fH=new G.d(4294967305) +C.qg=new G.d(4294970696) +C.n9=new G.d(4294968330) +C.mU=new G.d(4294967297) +C.qk=new G.d(4294970700) +C.qT=new G.d(4294971403) +C.ny=new G.d(4294968843) +C.ql=new G.d(4294970701) +C.o_=new G.d(4294969116) +C.o0=new G.d(4294969117) +C.nm=new G.d(4294968589) +C.nn=new G.d(4294968590) +C.qm=new G.d(4294970702) +C.L9=new H.aV(300,{AVRInput:C.pf,AVRPower:C.pg,Accel:C.mV,Accept:C.na,Again:C.nb,AllCandidates:C.nz,Alphanumeric:C.nA,AltGraph:C.mW,AppSwitch:C.qJ,ArrowDown:C.by,ArrowLeft:C.b4,ArrowRight:C.b5,ArrowUp:C.bz,Attn:C.nc,AudioBalanceLeft:C.p8,AudioBalanceRight:C.p9,AudioBassBoostDown:C.pa,AudioBassBoostToggle:C.qA,AudioBassBoostUp:C.pb,AudioFaderFront:C.pc,AudioFaderRear:C.pd,AudioSurroundModeNext:C.pe,AudioTrebleDown:C.qB,AudioTrebleUp:C.qC,AudioVolumeDown:C.oK,AudioVolumeMute:C.oM,AudioVolumeUp:C.oL,Backspace:C.cP,BrightnessDown:C.no,BrightnessUp:C.np,BrowserBack:C.p1,BrowserFavorites:C.p2,BrowserForward:C.p3,BrowserHome:C.p4,BrowserRefresh:C.p5,BrowserSearch:C.p6,BrowserStop:C.p7,Call:C.qK,Camera:C.nq,CameraFocus:C.qL,Cancel:C.nd,CapsLock:C.fK,ChannelDown:C.ph,ChannelUp:C.pi,Clear:C.jc,Close:C.ox,ClosedCaptionToggle:C.pp,CodeInput:C.nB,ColorF0Red:C.pj,ColorF1Green:C.pk,ColorF2Yellow:C.pl,ColorF3Blue:C.pm,ColorF4Grey:C.pn,ColorF5Brown:C.po,Compose:C.nC,ContextMenu:C.ne,Convert:C.nD,Copy:C.n2,CrSel:C.n3,Cut:C.n4,DVR:C.qn,Delete:C.ck,Dimmer:C.pq,DisplaySwap:C.pr,Eisu:C.nS,Eject:C.nr,End:C.dT,EndCall:C.qM,Enter:C.fI,EraseEof:C.n5,Escape:C.fJ,ExSel:C.n6,Execute:C.nf,Exit:C.ps,F1:C.o1,F10:C.oa,F11:C.ob,F12:C.oc,F13:C.od,F14:C.oe,F15:C.of,F16:C.og,F17:C.oh,F18:C.oi,F19:C.oj,F2:C.o2,F20:C.ok,F21:C.ol,F22:C.om,F23:C.on,F24:C.oo,F3:C.o3,F4:C.o4,F5:C.o5,F6:C.o6,F7:C.o7,F8:C.o8,F9:C.o9,FavoriteClear0:C.pt,FavoriteClear1:C.pu,FavoriteClear2:C.pv,FavoriteClear3:C.pw,FavoriteRecall0:C.px,FavoriteRecall1:C.py,FavoriteRecall2:C.pz,FavoriteRecall3:C.pA,FavoriteStore0:C.pB,FavoriteStore1:C.pC,FavoriteStore2:C.pD,FavoriteStore3:C.pE,FinalMode:C.nE,Find:C.ng,Fn:C.jb,FnLock:C.mX,GoBack:C.qN,GoHome:C.qO,GroupFirst:C.nF,GroupLast:C.nG,GroupNext:C.nH,GroupPrevious:C.nI,Guide:C.pF,GuideNextDay:C.pG,GuidePreviousDay:C.pH,HangulMode:C.nP,HanjaMode:C.nQ,Hankaku:C.nT,HeadsetHook:C.qP,Help:C.nh,Hibernate:C.nw,Hiragana:C.nU,HiraganaKatakana:C.nV,Home:C.dU,Hyper:C.mY,Info:C.pI,Insert:C.jd,InstantReplay:C.pJ,JunjaMode:C.nR,KanaMode:C.nW,KanjiMode:C.nX,Katakana:C.nY,Key11:C.rk,Key12:C.rl,LastNumberRedial:C.qQ,LaunchApplication1:C.oS,LaunchApplication2:C.oN,LaunchAssistant:C.p_,LaunchCalendar:C.oO,LaunchContacts:C.oY,LaunchControlPanel:C.p0,LaunchMail:C.oP,LaunchMediaPlayer:C.oQ,LaunchMusicPlayer:C.oR,LaunchPhone:C.oZ,LaunchScreenSaver:C.oT,LaunchSpreadsheet:C.oU,LaunchWebBrowser:C.oV,LaunchWebCam:C.oW,LaunchWordProcessor:C.oX,Link:C.pK,ListProgram:C.pL,LiveContent:C.pM,Lock:C.pN,LogOff:C.ns,MailForward:C.oy,MailReply:C.oz,MailSend:C.oA,MannerMode:C.qS,MediaApps:C.pO,MediaAudioTrack:C.qo,MediaClose:C.qz,MediaFastForward:C.pP,MediaLast:C.pQ,MediaPause:C.pR,MediaPlay:C.pS,MediaPlayPause:C.oB,MediaRecord:C.pT,MediaRewind:C.pU,MediaSkip:C.pV,MediaSkipBackward:C.qp,MediaSkipForward:C.qq,MediaStepBackward:C.qr,MediaStepForward:C.qs,MediaStop:C.oC,MediaTopMenu:C.qt,MediaTrackNext:C.oD,MediaTrackPrevious:C.oE,MicrophoneToggle:C.qD,MicrophoneVolumeDown:C.qE,MicrophoneVolumeMute:C.qG,MicrophoneVolumeUp:C.qF,ModeChange:C.nJ,NavigateIn:C.qu,NavigateNext:C.qv,NavigateOut:C.qw,NavigatePrevious:C.qx,New:C.oF,NextCandidate:C.nK,NextFavoriteChannel:C.pW,NextUserProfile:C.pX,NonConvert:C.nL,Notification:C.qR,NumLock:C.fL,OnDemand:C.pY,Open:C.oG,PageDown:C.fN,PageUp:C.fO,Pairing:C.qy,Paste:C.n7,Pause:C.ni,PinPDown:C.pZ,PinPMove:C.q_,PinPToggle:C.q0,PinPUp:C.q1,Play:C.nj,PlaySpeedDown:C.q2,PlaySpeedReset:C.q3,PlaySpeedUp:C.q4,Power:C.nt,PowerOff:C.nu,PreviousCandidate:C.nM,Print:C.oH,PrintScreen:C.nv,Process:C.nN,Props:C.nk,RandomToggle:C.q5,RcLowBattery:C.q6,RecordSpeedNext:C.q7,Redo:C.n8,RfBypass:C.q8,Romaji:C.nZ,STBInput:C.qd,STBPower:C.qe,Save:C.oI,ScanChannelsToggle:C.q9,ScreenModeNext:C.qa,ScrollLock:C.fM,Select:C.nl,Settings:C.qb,ShiftLevel5:C.n1,SingleCandidate:C.nO,Soft1:C.op,Soft2:C.oq,Soft3:C.or,Soft4:C.os,Soft5:C.ot,Soft6:C.ou,Soft7:C.ov,Soft8:C.ow,SpeechCorrectionList:C.qH,SpeechInputToggle:C.qI,SpellCheck:C.oJ,SplitScreenToggle:C.qc,Standby:C.nx,Subtitle:C.qf,Super:C.mZ,Symbol:C.n_,SymbolLock:C.n0,TV:C.qh,TV3DMode:C.qU,TVAntennaCable:C.qV,TVAudioDescription:C.qW,TVAudioDescriptionMixDown:C.qX,TVAudioDescriptionMixUp:C.qY,TVContentsMenu:C.qZ,TVDataService:C.r_,TVInput:C.qi,TVInputComponent1:C.r0,TVInputComponent2:C.r1,TVInputComposite1:C.r2,TVInputComposite2:C.r3,TVInputHDMI1:C.r4,TVInputHDMI2:C.r5,TVInputHDMI3:C.r6,TVInputHDMI4:C.r7,TVInputVGA1:C.r8,TVMediaContext:C.r9,TVNetwork:C.ra,TVNumberEntry:C.rb,TVPower:C.qj,TVRadioService:C.rc,TVSatellite:C.rd,TVSatelliteBS:C.re,TVSatelliteCS:C.rf,TVSatelliteToggle:C.rg,TVTerrestrialAnalog:C.rh,TVTerrestrialDigital:C.ri,TVTimer:C.rj,Tab:C.fH,Teletext:C.qg,Undo:C.n9,Unidentified:C.mU,VideoModeNext:C.qk,VoiceDial:C.qT,WakeUp:C.ny,Wink:C.ql,Zenkaku:C.o_,ZenkakuHankaku:C.o0,ZoomIn:C.nm,ZoomOut:C.nn,ZoomToggle:C.qm},C.mC,H.Z("aV")) +C.La=new H.aV(300,{AVRInput:4294970632,AVRPower:4294970633,Accel:4294967553,Accept:4294968577,Again:4294968578,AllCandidates:4294969089,Alphanumeric:4294969090,AltGraph:4294967555,AppSwitch:4294971393,ArrowDown:4294968065,ArrowLeft:4294968066,ArrowRight:4294968067,ArrowUp:4294968068,Attn:4294968579,AudioBalanceLeft:4294970625,AudioBalanceRight:4294970626,AudioBassBoostDown:4294970627,AudioBassBoostToggle:4294970882,AudioBassBoostUp:4294970628,AudioFaderFront:4294970629,AudioFaderRear:4294970630,AudioSurroundModeNext:4294970631,AudioTrebleDown:4294970884,AudioTrebleUp:4294970885,AudioVolumeDown:4294969871,AudioVolumeMute:4294969873,AudioVolumeUp:4294969872,Backspace:4294967304,BrightnessDown:4294968833,BrightnessUp:4294968834,BrowserBack:4294970369,BrowserFavorites:4294970370,BrowserForward:4294970371,BrowserHome:4294970372,BrowserRefresh:4294970373,BrowserSearch:4294970374,BrowserStop:4294970375,Call:4294971394,Camera:4294968835,CameraFocus:4294971395,Cancel:4294968580,CapsLock:4294967556,ChannelDown:4294970634,ChannelUp:4294970635,Clear:4294968321,Close:4294969857,ClosedCaptionToggle:4294970642,CodeInput:4294969091,ColorF0Red:4294970636,ColorF1Green:4294970637,ColorF2Yellow:4294970638,ColorF3Blue:4294970639,ColorF4Grey:4294970640,ColorF5Brown:4294970641,Compose:4294969092,ContextMenu:4294968581,Convert:4294969093,Copy:4294968322,CrSel:4294968323,Cut:4294968324,DVR:4294970703,Delete:4294967423,Dimmer:4294970643,DisplaySwap:4294970644,Eisu:4294969108,Eject:4294968836,End:4294968069,EndCall:4294971396,Enter:4294967309,EraseEof:4294968325,Escape:4294967323,ExSel:4294968326,Execute:4294968582,Exit:4294970645,F1:4294969345,F10:4294969354,F11:4294969355,F12:4294969356,F13:4294969357,F14:4294969358,F15:4294969359,F16:4294969360,F17:4294969361,F18:4294969362,F19:4294969363,F2:4294969346,F20:4294969364,F21:4294969365,F22:4294969366,F23:4294969367,F24:4294969368,F3:4294969347,F4:4294969348,F5:4294969349,F6:4294969350,F7:4294969351,F8:4294969352,F9:4294969353,FavoriteClear0:4294970646,FavoriteClear1:4294970647,FavoriteClear2:4294970648,FavoriteClear3:4294970649,FavoriteRecall0:4294970650,FavoriteRecall1:4294970651,FavoriteRecall2:4294970652,FavoriteRecall3:4294970653,FavoriteStore0:4294970654,FavoriteStore1:4294970655,FavoriteStore2:4294970656,FavoriteStore3:4294970657,FinalMode:4294969094,Find:4294968583,Fn:4294967558,FnLock:4294967559,GoBack:4294971397,GoHome:4294971398,GroupFirst:4294969095,GroupLast:4294969096,GroupNext:4294969097,GroupPrevious:4294969098,Guide:4294970658,GuideNextDay:4294970659,GuidePreviousDay:4294970660,HangulMode:4294969105,HanjaMode:4294969106,Hankaku:4294969109,HeadsetHook:4294971399,Help:4294968584,Hibernate:4294968841,Hiragana:4294969110,HiraganaKatakana:4294969111,Home:4294968070,Hyper:4294967560,Info:4294970661,Insert:4294968327,InstantReplay:4294970662,JunjaMode:4294969107,KanaMode:4294969112,KanjiMode:4294969113,Katakana:4294969114,Key11:4294971905,Key12:4294971906,LastNumberRedial:4294971400,LaunchApplication1:4294970118,LaunchApplication2:4294970113,LaunchAssistant:4294970126,LaunchCalendar:4294970114,LaunchContacts:4294970124,LaunchControlPanel:4294970127,LaunchMail:4294970115,LaunchMediaPlayer:4294970116,LaunchMusicPlayer:4294970117,LaunchPhone:4294970125,LaunchScreenSaver:4294970119,LaunchSpreadsheet:4294970120,LaunchWebBrowser:4294970121,LaunchWebCam:4294970122,LaunchWordProcessor:4294970123,Link:4294970663,ListProgram:4294970664,LiveContent:4294970665,Lock:4294970666,LogOff:4294968837,MailForward:4294969858,MailReply:4294969859,MailSend:4294969860,MannerMode:4294971402,MediaApps:4294970667,MediaAudioTrack:4294970704,MediaClose:4294970715,MediaFastForward:4294970668,MediaLast:4294970669,MediaPause:4294970670,MediaPlay:4294970671,MediaPlayPause:4294969861,MediaRecord:4294970672,MediaRewind:4294970673,MediaSkip:4294970674,MediaSkipBackward:4294970705,MediaSkipForward:4294970706,MediaStepBackward:4294970707,MediaStepForward:4294970708,MediaStop:4294969863,MediaTopMenu:4294970709,MediaTrackNext:4294969864,MediaTrackPrevious:4294969865,MicrophoneToggle:4294970886,MicrophoneVolumeDown:4294970887,MicrophoneVolumeMute:4294970889,MicrophoneVolumeUp:4294970888,ModeChange:4294969099,NavigateIn:4294970710,NavigateNext:4294970711,NavigateOut:4294970712,NavigatePrevious:4294970713,New:4294969866,NextCandidate:4294969100,NextFavoriteChannel:4294970675,NextUserProfile:4294970676,NonConvert:4294969101,Notification:4294971401,NumLock:4294967562,OnDemand:4294970677,Open:4294969867,PageDown:4294968071,PageUp:4294968072,Pairing:4294970714,Paste:4294968328,Pause:4294968585,PinPDown:4294970678,PinPMove:4294970679,PinPToggle:4294970680,PinPUp:4294970681,Play:4294968586,PlaySpeedDown:4294970682,PlaySpeedReset:4294970683,PlaySpeedUp:4294970684,Power:4294968838,PowerOff:4294968839,PreviousCandidate:4294969102,Print:4294969868,PrintScreen:4294968840,Process:4294969103,Props:4294968587,RandomToggle:4294970685,RcLowBattery:4294970686,RecordSpeedNext:4294970687,Redo:4294968329,RfBypass:4294970688,Romaji:4294969115,STBInput:4294970693,STBPower:4294970694,Save:4294969869,ScanChannelsToggle:4294970689,ScreenModeNext:4294970690,ScrollLock:4294967564,Select:4294968588,Settings:4294970691,ShiftLevel5:4294967569,SingleCandidate:4294969104,Soft1:4294969601,Soft2:4294969602,Soft3:4294969603,Soft4:4294969604,Soft5:4294969605,Soft6:4294969606,Soft7:4294969607,Soft8:4294969608,SpeechCorrectionList:4294971137,SpeechInputToggle:4294971138,SpellCheck:4294969870,SplitScreenToggle:4294970692,Standby:4294968842,Subtitle:4294970695,Super:4294967566,Symbol:4294967567,SymbolLock:4294967568,TV:4294970697,TV3DMode:4294971649,TVAntennaCable:4294971650,TVAudioDescription:4294971651,TVAudioDescriptionMixDown:4294971652,TVAudioDescriptionMixUp:4294971653,TVContentsMenu:4294971654,TVDataService:4294971655,TVInput:4294970698,TVInputComponent1:4294971656,TVInputComponent2:4294971657,TVInputComposite1:4294971658,TVInputComposite2:4294971659,TVInputHDMI1:4294971660,TVInputHDMI2:4294971661,TVInputHDMI3:4294971662,TVInputHDMI4:4294971663,TVInputVGA1:4294971664,TVMediaContext:4294971665,TVNetwork:4294971666,TVNumberEntry:4294971667,TVPower:4294970699,TVRadioService:4294971668,TVSatellite:4294971669,TVSatelliteBS:4294971670,TVSatelliteCS:4294971671,TVSatelliteToggle:4294971672,TVTerrestrialAnalog:4294971673,TVTerrestrialDigital:4294971674,TVTimer:4294971675,Tab:4294967305,Teletext:4294970696,Undo:4294968330,Unidentified:4294967297,VideoModeNext:4294970700,VoiceDial:4294971403,WakeUp:4294968843,Wink:4294970701,Zenkaku:4294969116,ZenkakuHankaku:4294969117,ZoomIn:4294968589,ZoomOut:4294968590,ZoomToggle:4294970702},C.mC,t.eL) +C.HP=H.a(s(["matrix","translate","scale","rotate","skewX","skewY"]),t.s) +C.Lb=new H.aV(6,{matrix:D.aKZ(),translate:D.aL3(),scale:D.aL0(),rotate:D.aL_(),skewX:D.aL1(),skewY:D.aL2()},C.HP,H.Z("aV")) +C.mE=H.a(s(["*","+","-",".","/","0","1","2","3","4","5","6","7","8","9","Alt","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Clear","Control","Delete","End","Enter","Home","Insert","Meta","PageDown","PageUp","Shift"]),t.s) +C.mT=new G.d(42) +C.rA=new G.d(8589935146) +C.It=H.a(s([C.mT,null,null,C.rA]),t.L) +C.rm=new G.d(43) +C.rB=new G.d(8589935147) +C.Iu=H.a(s([C.rm,null,null,C.rB]),t.L) +C.rn=new G.d(45) +C.rC=new G.d(8589935149) +C.Iv=H.a(s([C.rn,null,null,C.rC]),t.L) +C.ro=new G.d(46) +C.jf=new G.d(8589935150) +C.Iw=H.a(s([C.ro,null,null,C.jf]),t.L) +C.rp=new G.d(47) +C.rD=new G.d(8589935151) +C.Ix=H.a(s([C.rp,null,null,C.rD]),t.L) +C.rq=new G.d(48) +C.jg=new G.d(8589935152) +C.Jl=H.a(s([C.rq,null,null,C.jg]),t.L) +C.rr=new G.d(49) +C.jh=new G.d(8589935153) +C.Jm=H.a(s([C.rr,null,null,C.jh]),t.L) +C.rs=new G.d(50) +C.ji=new G.d(8589935154) +C.Jn=H.a(s([C.rs,null,null,C.ji]),t.L) +C.rt=new G.d(51) +C.jj=new G.d(8589935155) +C.Jo=H.a(s([C.rt,null,null,C.jj]),t.L) +C.ru=new G.d(52) +C.jk=new G.d(8589935156) +C.Jp=H.a(s([C.ru,null,null,C.jk]),t.L) +C.rv=new G.d(53) +C.jl=new G.d(8589935157) +C.Jq=H.a(s([C.rv,null,null,C.jl]),t.L) +C.rw=new G.d(54) +C.jm=new G.d(8589935158) +C.Jr=H.a(s([C.rw,null,null,C.jm]),t.L) +C.rx=new G.d(55) +C.jn=new G.d(8589935159) +C.Js=H.a(s([C.rx,null,null,C.jn]),t.L) +C.ry=new G.d(56) +C.jo=new G.d(8589935160) +C.IG=H.a(s([C.ry,null,null,C.jo]),t.L) +C.rz=new G.d(57) +C.jp=new G.d(8589935161) +C.IH=H.a(s([C.rz,null,null,C.jp]),t.L) +C.J5=H.a(s([null,C.fT,C.fU,null]),t.L) +C.Iz=H.a(s([C.by,null,null,C.ji]),t.L) +C.IA=H.a(s([C.b4,null,null,C.jk]),t.L) +C.IB=H.a(s([C.b5,null,null,C.jm]),t.L) +C.HV=H.a(s([C.bz,null,null,C.jo]),t.L) +C.In=H.a(s([C.jc,null,null,C.jl]),t.L) +C.J6=H.a(s([null,C.fP,C.fQ,null]),t.L) +C.Iq=H.a(s([C.ck,null,null,C.jf]),t.L) +C.IC=H.a(s([C.dT,null,null,C.jh]),t.L) +C.je=new G.d(8589935117) +C.IP=H.a(s([C.fI,null,null,C.je]),t.L) +C.ID=H.a(s([C.dU,null,null,C.jn]),t.L) +C.Io=H.a(s([C.jd,null,null,C.jg]),t.L) +C.J7=H.a(s([null,C.fV,C.fW,null]),t.L) +C.IE=H.a(s([C.fN,null,null,C.jj]),t.L) +C.Ja=H.a(s([C.fO,null,null,C.jp]),t.L) +C.J8=H.a(s([null,C.fR,C.fS,null]),t.L) +C.Le=new H.aV(31,{"*":C.It,"+":C.Iu,"-":C.Iv,".":C.Iw,"/":C.Ix,"0":C.Jl,"1":C.Jm,"2":C.Jn,"3":C.Jo,"4":C.Jp,"5":C.Jq,"6":C.Jr,"7":C.Js,"8":C.IG,"9":C.IH,Alt:C.J5,ArrowDown:C.Iz,ArrowLeft:C.IA,ArrowRight:C.IB,ArrowUp:C.HV,Clear:C.In,Control:C.J6,Delete:C.Iq,End:C.IC,Enter:C.IP,Home:C.ID,Insert:C.Io,Meta:C.J7,PageDown:C.IE,PageUp:C.Ja,Shift:C.J8},C.mE,H.Z("aV>")) +C.I7=H.a(s([42,null,null,8589935146]),t.Y) +C.I8=H.a(s([43,null,null,8589935147]),t.Y) +C.I9=H.a(s([45,null,null,8589935149]),t.Y) +C.Ia=H.a(s([46,null,null,8589935150]),t.Y) +C.Ib=H.a(s([47,null,null,8589935151]),t.Y) +C.Ic=H.a(s([48,null,null,8589935152]),t.Y) +C.Id=H.a(s([49,null,null,8589935153]),t.Y) +C.If=H.a(s([50,null,null,8589935154]),t.Y) +C.Ig=H.a(s([51,null,null,8589935155]),t.Y) +C.Ih=H.a(s([52,null,null,8589935156]),t.Y) +C.Ii=H.a(s([53,null,null,8589935157]),t.Y) +C.Ij=H.a(s([54,null,null,8589935158]),t.Y) +C.Ik=H.a(s([55,null,null,8589935159]),t.Y) +C.Il=H.a(s([56,null,null,8589935160]),t.Y) +C.Im=H.a(s([57,null,null,8589935161]),t.Y) +C.Je=H.a(s([null,8589934852,8589934853,null]),t.Y) +C.HY=H.a(s([4294968065,null,null,8589935154]),t.Y) +C.HZ=H.a(s([4294968066,null,null,8589935156]),t.Y) +C.I_=H.a(s([4294968067,null,null,8589935158]),t.Y) +C.I0=H.a(s([4294968068,null,null,8589935160]),t.Y) +C.I5=H.a(s([4294968321,null,null,8589935157]),t.Y) +C.Jc=H.a(s([null,8589934848,8589934849,null]),t.Y) +C.HX=H.a(s([4294967423,null,null,8589935150]),t.Y) +C.I1=H.a(s([4294968069,null,null,8589935153]),t.Y) +C.HW=H.a(s([4294967309,null,null,8589935117]),t.Y) +C.I2=H.a(s([4294968070,null,null,8589935159]),t.Y) +C.I6=H.a(s([4294968327,null,null,8589935152]),t.Y) +C.Jf=H.a(s([null,8589934854,8589934855,null]),t.Y) +C.I3=H.a(s([4294968071,null,null,8589935155]),t.Y) +C.I4=H.a(s([4294968072,null,null,8589935161]),t.Y) +C.Jd=H.a(s([null,8589934850,8589934851,null]),t.Y) +C.bi=new H.aV(31,{"*":C.I7,"+":C.I8,"-":C.I9,".":C.Ia,"/":C.Ib,"0":C.Ic,"1":C.Id,"2":C.If,"3":C.Ig,"4":C.Ih,"5":C.Ii,"6":C.Ij,"7":C.Ik,"8":C.Il,"9":C.Im,Alt:C.Je,ArrowDown:C.HY,ArrowLeft:C.HZ,ArrowRight:C.I_,ArrowUp:C.I0,Clear:C.I5,Control:C.Jc,Delete:C.HX,End:C.I1,Enter:C.HW,Home:C.I2,Insert:C.I6,Meta:C.Jf,PageDown:C.I3,PageUp:C.I4,Shift:C.Jd},C.mE,H.Z("aV>")) +C.Jb=H.a(s(["mode"]),t.s) +C.dV=new H.aV(1,{mode:"basic"},C.Jb,t.li) +C.Fd=new P.k(4294638330) +C.lG=new P.k(4294309365) +C.EV=new P.k(4293848814) +C.EJ=new P.k(4292927712) +C.EA=new P.k(4292269782) +C.Ep=new P.k(4290624957) +C.E5=new P.k(4288585374) +C.Dx=new P.k(4284572001) +C.Dk=new P.k(4282532418) +C.D8=new P.k(4280361249) +C.ar=new H.bR([50,C.Fd,100,C.lG,200,C.EV,300,C.EJ,350,C.EA,400,C.Ep,500,C.E5,600,C.dA,700,C.Dx,800,C.Dk,850,C.ly,900,C.D8],t.pl) +C.ky=new D.B1("XmlAttributeType.SINGLE_QUOTE") +C.kz=new D.B1("XmlAttributeType.DOUBLE_QUOTE") +C.Lh=new H.bR([C.ky,"'",C.kz,'"'],H.Z("bR")) +C.Fx=new P.k(4294962158) +C.Fp=new P.k(4294954450) +C.EX=new P.k(4293892762) +C.EP=new P.k(4293227379) +C.EW=new P.k(4293874512) +C.F3=new P.k(4294198070) +C.EO=new P.k(4293212469) +C.Ez=new P.k(4292030255) +C.Er=new P.k(4291176488) +C.Ei=new P.k(4290190364) +C.jt=new H.bR([50,C.Fx,100,C.Fp,200,C.EX,300,C.EP,400,C.EW,500,C.F3,600,C.EO,700,C.Ez,800,C.Er,900,C.Ei],t.pl) +C.mH=H.a(s(["Abort","Again","AltLeft","AltRight","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backquote","Backslash","Backspace","BassBoost","BracketLeft","BracketRight","BrightnessAuto","BrightnessDown","BrightnessMaximum","BrightnessMinimum","BrightnessToggle","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","CapsLock","ChannelDown","ChannelUp","Close","ClosedCaptionToggle","Comma","ContextMenu","ControlLeft","ControlRight","Convert","Copy","Cut","Delete","Digit0","Digit1","Digit2","Digit3","Digit4","Digit5","Digit6","Digit7","Digit8","Digit9","DisplayToggleIntExt","Eject","End","Enter","Equal","Escape","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F3","F4","F5","F6","F7","F8","F9","Find","Fn","FnLock","GameButton1","GameButton10","GameButton11","GameButton12","GameButton13","GameButton14","GameButton15","GameButton16","GameButton2","GameButton3","GameButton4","GameButton5","GameButton6","GameButton7","GameButton8","GameButton9","GameButtonA","GameButtonB","GameButtonC","GameButtonLeft1","GameButtonLeft2","GameButtonMode","GameButtonRight1","GameButtonRight2","GameButtonSelect","GameButtonStart","GameButtonThumbLeft","GameButtonThumbRight","GameButtonX","GameButtonY","GameButtonZ","Help","Home","Hyper","Info","Insert","IntlBackslash","IntlRo","IntlYen","KanaMode","KbdIllumDown","KbdIllumUp","KeyA","KeyB","KeyC","KeyD","KeyE","KeyF","KeyG","KeyH","KeyI","KeyJ","KeyK","KeyL","KeyM","KeyN","KeyO","KeyP","KeyQ","KeyR","KeyS","KeyT","KeyU","KeyV","KeyW","KeyX","KeyY","KeyZ","KeyboardLayoutSelect","Lang1","Lang2","Lang3","Lang4","Lang5","LaunchApp1","LaunchApp2","LaunchAssistant","LaunchAudioBrowser","LaunchCalendar","LaunchContacts","LaunchControlPanel","LaunchDocuments","LaunchInternetBrowser","LaunchKeyboardLayout","LaunchMail","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWordProcessor","LockScreen","LogOff","MailForward","MailReply","MailSend","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSelect","MediaStop","MediaTrackNext","MediaTrackPrevious","MetaLeft","MetaRight","Minus","New","NonConvert","NumLock","Numpad0","Numpad1","Numpad2","Numpad3","Numpad4","Numpad5","Numpad6","Numpad7","Numpad8","Numpad9","NumpadAdd","NumpadBackspace","NumpadClear","NumpadClearEntry","NumpadComma","NumpadDecimal","NumpadDivide","NumpadEnter","NumpadEqual","NumpadMemoryAdd","NumpadMemoryClear","NumpadMemoryRecall","NumpadMemoryStore","NumpadMemorySubtract","NumpadMultiply","NumpadParenLeft","NumpadParenRight","NumpadSignChange","NumpadSubtract","Open","PageDown","PageUp","Paste","Pause","Period","Power","Print","PrintScreen","PrivacyScreenToggle","ProgramGuide","Props","Quote","Redo","Resume","Save","ScrollLock","Select","SelectTask","Semicolon","ShiftLeft","ShiftRight","ShowAllWindows","Slash","Sleep","Space","SpeechInputToggle","SpellCheck","Super","Suspend","Tab","Turbo","Undo","UsbErrorRollOver","UsbErrorUndefined","UsbPostFail","UsbReserved","WakeUp","ZoomIn","ZoomOut","ZoomToggle"]),t.s) +C.Lm=new H.aV(268,{Abort:458907,Again:458873,AltLeft:458978,AltRight:458982,ArrowDown:458833,ArrowLeft:458832,ArrowRight:458831,ArrowUp:458834,AudioVolumeDown:458881,AudioVolumeMute:458879,AudioVolumeUp:458880,Backquote:458805,Backslash:458801,Backspace:458794,BassBoost:786661,BracketLeft:458799,BracketRight:458800,BrightnessAuto:786549,BrightnessDown:786544,BrightnessMaximum:786548,BrightnessMinimum:786547,BrightnessToggle:786546,BrightnessUp:786543,BrowserBack:786980,BrowserFavorites:786986,BrowserForward:786981,BrowserHome:786979,BrowserRefresh:786983,BrowserSearch:786977,BrowserStop:786982,CapsLock:458809,ChannelDown:786589,ChannelUp:786588,Close:786947,ClosedCaptionToggle:786529,Comma:458806,ContextMenu:458853,ControlLeft:458976,ControlRight:458980,Convert:458890,Copy:458876,Cut:458875,Delete:458828,Digit0:458791,Digit1:458782,Digit2:458783,Digit3:458784,Digit4:458785,Digit5:458786,Digit6:458787,Digit7:458788,Digit8:458789,Digit9:458790,DisplayToggleIntExt:65717,Eject:786616,End:458829,Enter:458792,Equal:458798,Escape:458793,Exit:786580,F1:458810,F10:458819,F11:458820,F12:458821,F13:458856,F14:458857,F15:458858,F16:458859,F17:458860,F18:458861,F19:458862,F2:458811,F20:458863,F21:458864,F22:458865,F23:458866,F24:458867,F3:458812,F4:458813,F5:458814,F6:458815,F7:458816,F8:458817,F9:458818,Find:458878,Fn:18,FnLock:19,GameButton1:392961,GameButton10:392970,GameButton11:392971,GameButton12:392972,GameButton13:392973,GameButton14:392974,GameButton15:392975,GameButton16:392976,GameButton2:392962,GameButton3:392963,GameButton4:392964,GameButton5:392965,GameButton6:392966,GameButton7:392967,GameButton8:392968,GameButton9:392969,GameButtonA:392977,GameButtonB:392978,GameButtonC:392979,GameButtonLeft1:392980,GameButtonLeft2:392981,GameButtonMode:392982,GameButtonRight1:392983,GameButtonRight2:392984,GameButtonSelect:392985,GameButtonStart:392986,GameButtonThumbLeft:392987,GameButtonThumbRight:392988,GameButtonX:392989,GameButtonY:392990,GameButtonZ:392991,Help:458869,Home:458826,Hyper:16,Info:786528,Insert:458825,IntlBackslash:458852,IntlRo:458887,IntlYen:458889,KanaMode:458888,KbdIllumDown:786554,KbdIllumUp:786553,KeyA:458756,KeyB:458757,KeyC:458758,KeyD:458759,KeyE:458760,KeyF:458761,KeyG:458762,KeyH:458763,KeyI:458764,KeyJ:458765,KeyK:458766,KeyL:458767,KeyM:458768,KeyN:458769,KeyO:458770,KeyP:458771,KeyQ:458772,KeyR:458773,KeyS:458774,KeyT:458775,KeyU:458776,KeyV:458777,KeyW:458778,KeyX:458779,KeyY:458780,KeyZ:458781,KeyboardLayoutSelect:787101,Lang1:458896,Lang2:458897,Lang3:458898,Lang4:458899,Lang5:458900,LaunchApp1:786836,LaunchApp2:786834,LaunchAssistant:786891,LaunchAudioBrowser:786871,LaunchCalendar:786830,LaunchContacts:786829,LaunchControlPanel:786847,LaunchDocuments:786855,LaunchInternetBrowser:786838,LaunchKeyboardLayout:786862,LaunchMail:786826,LaunchPhone:786572,LaunchScreenSaver:786865,LaunchSpreadsheet:786822,LaunchWordProcessor:786820,LockScreen:786846,LogOff:786844,MailForward:787083,MailReply:787081,MailSend:787084,MediaFastForward:786611,MediaLast:786563,MediaPause:786609,MediaPlay:786608,MediaPlayPause:786637,MediaRecord:786610,MediaRewind:786612,MediaSelect:786819,MediaStop:786615,MediaTrackNext:786613,MediaTrackPrevious:786614,MetaLeft:458979,MetaRight:458983,Minus:458797,New:786945,NonConvert:458891,NumLock:458835,Numpad0:458850,Numpad1:458841,Numpad2:458842,Numpad3:458843,Numpad4:458844,Numpad5:458845,Numpad6:458846,Numpad7:458847,Numpad8:458848,Numpad9:458849,NumpadAdd:458839,NumpadBackspace:458939,NumpadClear:458968,NumpadClearEntry:458969,NumpadComma:458885,NumpadDecimal:458851,NumpadDivide:458836,NumpadEnter:458840,NumpadEqual:458855,NumpadMemoryAdd:458963,NumpadMemoryClear:458962,NumpadMemoryRecall:458961,NumpadMemoryStore:458960,NumpadMemorySubtract:458964,NumpadMultiply:458837,NumpadParenLeft:458934,NumpadParenRight:458935,NumpadSignChange:458967,NumpadSubtract:458838,Open:458868,PageDown:458830,PageUp:458827,Paste:458877,Pause:458824,Period:458807,Power:458854,Print:786952,PrintScreen:458822,PrivacyScreenToggle:23,ProgramGuide:786573,Props:458915,Quote:458804,Redo:787065,Resume:21,Save:786951,ScrollLock:458823,Select:458871,SelectTask:786850,Semicolon:458803,ShiftLeft:458977,ShiftRight:458981,ShowAllWindows:787103,Slash:458808,Sleep:65666,Space:458796,SpeechInputToggle:786639,SpellCheck:786859,Super:17,Suspend:20,Tab:458795,Turbo:22,Undo:458874,UsbErrorRollOver:458753,UsbErrorUndefined:458755,UsbPostFail:458754,UsbReserved:458752,WakeUp:65667,ZoomIn:786989,ZoomOut:786990,ZoomToggle:786994},C.mH,t.eL) +C.vV=new G.n(458907) +C.vB=new G.n(458873) +C.d_=new G.n(458978) +C.e5=new G.n(458982) +C.v0=new G.n(458833) +C.v_=new G.n(458832) +C.uZ=new G.n(458831) +C.v1=new G.n(458834) +C.vJ=new G.n(458881) +C.vH=new G.n(458879) +C.vI=new G.n(458880) +C.uB=new G.n(458805) +C.uy=new G.n(458801) +C.ur=new G.n(458794) +C.wB=new G.n(786661) +C.uw=new G.n(458799) +C.ux=new G.n(458800) +C.wh=new G.n(786549) +C.wd=new G.n(786544) +C.wg=new G.n(786548) +C.wf=new G.n(786547) +C.we=new G.n(786546) +C.wc=new G.n(786543) +C.x0=new G.n(786980) +C.x4=new G.n(786986) +C.x1=new G.n(786981) +C.x_=new G.n(786979) +C.x3=new G.n(786983) +C.wZ=new G.n(786977) +C.x2=new G.n(786982) +C.h4=new G.n(458809) +C.wp=new G.n(786589) +C.wo=new G.n(786588) +C.wW=new G.n(786947) +C.wb=new G.n(786529) +C.uC=new G.n(458806) +C.vj=new G.n(458853) +C.cY=new G.n(458976) +C.e3=new G.n(458980) +C.vO=new G.n(458890) +C.vE=new G.n(458876) +C.vD=new G.n(458875) +C.uW=new G.n(458828) +C.uo=new G.n(458791) +C.uf=new G.n(458782) +C.ug=new G.n(458783) +C.uh=new G.n(458784) +C.ui=new G.n(458785) +C.uj=new G.n(458786) +C.uk=new G.n(458787) +C.ul=new G.n(458788) +C.um=new G.n(458789) +C.un=new G.n(458790) +C.w9=new G.n(65717) +C.wy=new G.n(786616) +C.uX=new G.n(458829) +C.up=new G.n(458792) +C.uv=new G.n(458798) +C.uq=new G.n(458793) +C.wn=new G.n(786580) +C.uF=new G.n(458810) +C.uO=new G.n(458819) +C.uP=new G.n(458820) +C.uQ=new G.n(458821) +C.vm=new G.n(458856) +C.vn=new G.n(458857) +C.vo=new G.n(458858) +C.vp=new G.n(458859) +C.vq=new G.n(458860) +C.vr=new G.n(458861) +C.vs=new G.n(458862) +C.uG=new G.n(458811) +C.vt=new G.n(458863) +C.vu=new G.n(458864) +C.vv=new G.n(458865) +C.vw=new G.n(458866) +C.vx=new G.n(458867) +C.uH=new G.n(458812) +C.uI=new G.n(458813) +C.uJ=new G.n(458814) +C.uK=new G.n(458815) +C.uL=new G.n(458816) +C.uM=new G.n(458817) +C.uN=new G.n(458818) +C.vG=new G.n(458878) +C.e2=new G.n(18) +C.tc=new G.n(19) +C.th=new G.n(392961) +C.tq=new G.n(392970) +C.tr=new G.n(392971) +C.ts=new G.n(392972) +C.tt=new G.n(392973) +C.tu=new G.n(392974) +C.tv=new G.n(392975) +C.tw=new G.n(392976) +C.ti=new G.n(392962) +C.tj=new G.n(392963) +C.tk=new G.n(392964) +C.tl=new G.n(392965) +C.tm=new G.n(392966) +C.tn=new G.n(392967) +C.to=new G.n(392968) +C.tp=new G.n(392969) +C.tx=new G.n(392977) +C.ty=new G.n(392978) +C.tz=new G.n(392979) +C.tA=new G.n(392980) +C.tB=new G.n(392981) +C.tC=new G.n(392982) +C.tD=new G.n(392983) +C.tE=new G.n(392984) +C.tF=new G.n(392985) +C.tG=new G.n(392986) +C.tH=new G.n(392987) +C.tI=new G.n(392988) +C.tJ=new G.n(392989) +C.tK=new G.n(392990) +C.tL=new G.n(392991) +C.vz=new G.n(458869) +C.uU=new G.n(458826) +C.ta=new G.n(16) +C.wa=new G.n(786528) +C.uT=new G.n(458825) +C.vi=new G.n(458852) +C.vL=new G.n(458887) +C.vN=new G.n(458889) +C.vM=new G.n(458888) +C.wj=new G.n(786554) +C.wi=new G.n(786553) +C.tQ=new G.n(458756) +C.tR=new G.n(458757) +C.tS=new G.n(458758) +C.tT=new G.n(458759) +C.tU=new G.n(458760) +C.tV=new G.n(458761) +C.tW=new G.n(458762) +C.tX=new G.n(458763) +C.tY=new G.n(458764) +C.tZ=new G.n(458765) +C.u_=new G.n(458766) +C.u0=new G.n(458767) +C.u1=new G.n(458768) +C.u2=new G.n(458769) +C.u3=new G.n(458770) +C.u4=new G.n(458771) +C.u5=new G.n(458772) +C.u6=new G.n(458773) +C.u7=new G.n(458774) +C.u8=new G.n(458775) +C.u9=new G.n(458776) +C.ua=new G.n(458777) +C.ub=new G.n(458778) +C.uc=new G.n(458779) +C.ud=new G.n(458780) +C.ue=new G.n(458781) +C.xc=new G.n(787101) +C.vQ=new G.n(458896) +C.vR=new G.n(458897) +C.vS=new G.n(458898) +C.vT=new G.n(458899) +C.vU=new G.n(458900) +C.wJ=new G.n(786836) +C.wI=new G.n(786834) +C.wU=new G.n(786891) +C.wT=new G.n(786871) +C.wH=new G.n(786830) +C.wG=new G.n(786829) +C.wN=new G.n(786847) +C.wP=new G.n(786855) +C.wK=new G.n(786838) +C.wR=new G.n(786862) +C.wF=new G.n(786826) +C.wl=new G.n(786572) +C.wS=new G.n(786865) +C.wE=new G.n(786822) +C.wD=new G.n(786820) +C.wM=new G.n(786846) +C.wL=new G.n(786844) +C.xa=new G.n(787083) +C.x9=new G.n(787081) +C.xb=new G.n(787084) +C.wt=new G.n(786611) +C.wk=new G.n(786563) +C.wr=new G.n(786609) +C.wq=new G.n(786608) +C.wz=new G.n(786637) +C.ws=new G.n(786610) +C.wu=new G.n(786612) +C.wC=new G.n(786819) +C.wx=new G.n(786615) +C.wv=new G.n(786613) +C.ww=new G.n(786614) +C.d0=new G.n(458979) +C.e6=new G.n(458983) +C.uu=new G.n(458797) +C.wV=new G.n(786945) +C.vP=new G.n(458891) +C.h6=new G.n(458835) +C.vg=new G.n(458850) +C.v7=new G.n(458841) +C.v8=new G.n(458842) +C.v9=new G.n(458843) +C.va=new G.n(458844) +C.vb=new G.n(458845) +C.vc=new G.n(458846) +C.vd=new G.n(458847) +C.ve=new G.n(458848) +C.vf=new G.n(458849) +C.v5=new G.n(458839) +C.vZ=new G.n(458939) +C.w5=new G.n(458968) +C.w6=new G.n(458969) +C.vK=new G.n(458885) +C.vh=new G.n(458851) +C.v2=new G.n(458836) +C.v6=new G.n(458840) +C.vl=new G.n(458855) +C.w2=new G.n(458963) +C.w1=new G.n(458962) +C.w0=new G.n(458961) +C.w_=new G.n(458960) +C.w3=new G.n(458964) +C.v3=new G.n(458837) +C.vX=new G.n(458934) +C.vY=new G.n(458935) +C.w4=new G.n(458967) +C.v4=new G.n(458838) +C.vy=new G.n(458868) +C.uY=new G.n(458830) +C.uV=new G.n(458827) +C.vF=new G.n(458877) +C.uS=new G.n(458824) +C.uD=new G.n(458807) +C.vk=new G.n(458854) +C.wY=new G.n(786952) +C.uR=new G.n(458822) +C.tg=new G.n(23) +C.wm=new G.n(786573) +C.vW=new G.n(458915) +C.uA=new G.n(458804) +C.x8=new G.n(787065) +C.te=new G.n(21) +C.wX=new G.n(786951) +C.h5=new G.n(458823) +C.vA=new G.n(458871) +C.wO=new G.n(786850) +C.uz=new G.n(458803) +C.cZ=new G.n(458977) +C.e4=new G.n(458981) +C.xd=new G.n(787103) +C.uE=new G.n(458808) +C.w7=new G.n(65666) +C.ut=new G.n(458796) +C.wA=new G.n(786639) +C.wQ=new G.n(786859) +C.tb=new G.n(17) +C.td=new G.n(20) +C.us=new G.n(458795) +C.tf=new G.n(22) +C.vC=new G.n(458874) +C.tN=new G.n(458753) +C.tP=new G.n(458755) +C.tO=new G.n(458754) +C.tM=new G.n(458752) +C.w8=new G.n(65667) +C.x5=new G.n(786989) +C.x6=new G.n(786990) +C.x7=new G.n(786994) +C.Ln=new H.aV(268,{Abort:C.vV,Again:C.vB,AltLeft:C.d_,AltRight:C.e5,ArrowDown:C.v0,ArrowLeft:C.v_,ArrowRight:C.uZ,ArrowUp:C.v1,AudioVolumeDown:C.vJ,AudioVolumeMute:C.vH,AudioVolumeUp:C.vI,Backquote:C.uB,Backslash:C.uy,Backspace:C.ur,BassBoost:C.wB,BracketLeft:C.uw,BracketRight:C.ux,BrightnessAuto:C.wh,BrightnessDown:C.wd,BrightnessMaximum:C.wg,BrightnessMinimum:C.wf,BrightnessToggle:C.we,BrightnessUp:C.wc,BrowserBack:C.x0,BrowserFavorites:C.x4,BrowserForward:C.x1,BrowserHome:C.x_,BrowserRefresh:C.x3,BrowserSearch:C.wZ,BrowserStop:C.x2,CapsLock:C.h4,ChannelDown:C.wp,ChannelUp:C.wo,Close:C.wW,ClosedCaptionToggle:C.wb,Comma:C.uC,ContextMenu:C.vj,ControlLeft:C.cY,ControlRight:C.e3,Convert:C.vO,Copy:C.vE,Cut:C.vD,Delete:C.uW,Digit0:C.uo,Digit1:C.uf,Digit2:C.ug,Digit3:C.uh,Digit4:C.ui,Digit5:C.uj,Digit6:C.uk,Digit7:C.ul,Digit8:C.um,Digit9:C.un,DisplayToggleIntExt:C.w9,Eject:C.wy,End:C.uX,Enter:C.up,Equal:C.uv,Escape:C.uq,Exit:C.wn,F1:C.uF,F10:C.uO,F11:C.uP,F12:C.uQ,F13:C.vm,F14:C.vn,F15:C.vo,F16:C.vp,F17:C.vq,F18:C.vr,F19:C.vs,F2:C.uG,F20:C.vt,F21:C.vu,F22:C.vv,F23:C.vw,F24:C.vx,F3:C.uH,F4:C.uI,F5:C.uJ,F6:C.uK,F7:C.uL,F8:C.uM,F9:C.uN,Find:C.vG,Fn:C.e2,FnLock:C.tc,GameButton1:C.th,GameButton10:C.tq,GameButton11:C.tr,GameButton12:C.ts,GameButton13:C.tt,GameButton14:C.tu,GameButton15:C.tv,GameButton16:C.tw,GameButton2:C.ti,GameButton3:C.tj,GameButton4:C.tk,GameButton5:C.tl,GameButton6:C.tm,GameButton7:C.tn,GameButton8:C.to,GameButton9:C.tp,GameButtonA:C.tx,GameButtonB:C.ty,GameButtonC:C.tz,GameButtonLeft1:C.tA,GameButtonLeft2:C.tB,GameButtonMode:C.tC,GameButtonRight1:C.tD,GameButtonRight2:C.tE,GameButtonSelect:C.tF,GameButtonStart:C.tG,GameButtonThumbLeft:C.tH,GameButtonThumbRight:C.tI,GameButtonX:C.tJ,GameButtonY:C.tK,GameButtonZ:C.tL,Help:C.vz,Home:C.uU,Hyper:C.ta,Info:C.wa,Insert:C.uT,IntlBackslash:C.vi,IntlRo:C.vL,IntlYen:C.vN,KanaMode:C.vM,KbdIllumDown:C.wj,KbdIllumUp:C.wi,KeyA:C.tQ,KeyB:C.tR,KeyC:C.tS,KeyD:C.tT,KeyE:C.tU,KeyF:C.tV,KeyG:C.tW,KeyH:C.tX,KeyI:C.tY,KeyJ:C.tZ,KeyK:C.u_,KeyL:C.u0,KeyM:C.u1,KeyN:C.u2,KeyO:C.u3,KeyP:C.u4,KeyQ:C.u5,KeyR:C.u6,KeyS:C.u7,KeyT:C.u8,KeyU:C.u9,KeyV:C.ua,KeyW:C.ub,KeyX:C.uc,KeyY:C.ud,KeyZ:C.ue,KeyboardLayoutSelect:C.xc,Lang1:C.vQ,Lang2:C.vR,Lang3:C.vS,Lang4:C.vT,Lang5:C.vU,LaunchApp1:C.wJ,LaunchApp2:C.wI,LaunchAssistant:C.wU,LaunchAudioBrowser:C.wT,LaunchCalendar:C.wH,LaunchContacts:C.wG,LaunchControlPanel:C.wN,LaunchDocuments:C.wP,LaunchInternetBrowser:C.wK,LaunchKeyboardLayout:C.wR,LaunchMail:C.wF,LaunchPhone:C.wl,LaunchScreenSaver:C.wS,LaunchSpreadsheet:C.wE,LaunchWordProcessor:C.wD,LockScreen:C.wM,LogOff:C.wL,MailForward:C.xa,MailReply:C.x9,MailSend:C.xb,MediaFastForward:C.wt,MediaLast:C.wk,MediaPause:C.wr,MediaPlay:C.wq,MediaPlayPause:C.wz,MediaRecord:C.ws,MediaRewind:C.wu,MediaSelect:C.wC,MediaStop:C.wx,MediaTrackNext:C.wv,MediaTrackPrevious:C.ww,MetaLeft:C.d0,MetaRight:C.e6,Minus:C.uu,New:C.wV,NonConvert:C.vP,NumLock:C.h6,Numpad0:C.vg,Numpad1:C.v7,Numpad2:C.v8,Numpad3:C.v9,Numpad4:C.va,Numpad5:C.vb,Numpad6:C.vc,Numpad7:C.vd,Numpad8:C.ve,Numpad9:C.vf,NumpadAdd:C.v5,NumpadBackspace:C.vZ,NumpadClear:C.w5,NumpadClearEntry:C.w6,NumpadComma:C.vK,NumpadDecimal:C.vh,NumpadDivide:C.v2,NumpadEnter:C.v6,NumpadEqual:C.vl,NumpadMemoryAdd:C.w2,NumpadMemoryClear:C.w1,NumpadMemoryRecall:C.w0,NumpadMemoryStore:C.w_,NumpadMemorySubtract:C.w3,NumpadMultiply:C.v3,NumpadParenLeft:C.vX,NumpadParenRight:C.vY,NumpadSignChange:C.w4,NumpadSubtract:C.v4,Open:C.vy,PageDown:C.uY,PageUp:C.uV,Paste:C.vF,Pause:C.uS,Period:C.uD,Power:C.vk,Print:C.wY,PrintScreen:C.uR,PrivacyScreenToggle:C.tg,ProgramGuide:C.wm,Props:C.vW,Quote:C.uA,Redo:C.x8,Resume:C.te,Save:C.wX,ScrollLock:C.h5,Select:C.vA,SelectTask:C.wO,Semicolon:C.uz,ShiftLeft:C.cZ,ShiftRight:C.e4,ShowAllWindows:C.xd,Slash:C.uE,Sleep:C.w7,Space:C.ut,SpeechInputToggle:C.wA,SpellCheck:C.wQ,Super:C.tb,Suspend:C.td,Tab:C.us,Turbo:C.tf,Undo:C.vC,UsbErrorRollOver:C.tN,UsbErrorUndefined:C.tP,UsbPostFail:C.tO,UsbReserved:C.tM,WakeUp:C.w8,ZoomIn:C.x5,ZoomOut:C.x6,ZoomToggle:C.x7},C.mH,H.Z("aV")) +C.Is=H.a(s(["aliceblue","antiquewhite","aqua","aquamarine","azure","beige","bisque","black","blanchedalmond","blue","blueviolet","brown","burlywood","cadetblue","chartreuse","chocolate","coral","cornflowerblue","cornsilk","crimson","cyan","darkblue","darkcyan","darkgoldenrod","darkgray","darkgreen","darkgrey","darkkhaki","darkmagenta","darkolivegreen","darkorange","darkorchid","darkred","darksalmon","darkseagreen","darkslateblue","darkslategray","darkslategrey","darkturquoise","darkviolet","deeppink","deepskyblue","dimgray","dimgrey","dodgerblue","firebrick","floralwhite","forestgreen","fuchsia","gainsboro","ghostwhite","gold","goldenrod","gray","grey","green","greenyellow","honeydew","hotpink","indianred","indigo","ivory","khaki","lavender","lavenderblush","lawngreen","lemonchiffon","lightblue","lightcoral","lightcyan","lightgoldenrodyellow","lightgray","lightgreen","lightgrey","lightpink","lightsalmon","lightseagreen","lightskyblue","lightslategray","lightslategrey","lightsteelblue","lightyellow","lime","limegreen","linen","magenta","maroon","mediumaquamarine","mediumblue","mediumorchid","mediumpurple","mediumseagreen","mediumslateblue","mediumspringgreen","mediumturquoise","mediumvioletred","midnightblue","mintcream","mistyrose","moccasin","navajowhite","navy","oldlace","olive","olivedrab","orange","orangered","orchid","palegoldenrod","palegreen","paleturquoise","palevioletred","papayawhip","peachpuff","peru","pink","plum","powderblue","purple","red","rosybrown","royalblue","saddlebrown","salmon","sandybrown","seagreen","seashell","sienna","silver","skyblue","slateblue","slategray","slategrey","snow","springgreen","steelblue","tan","teal","thistle","tomato","transparent","turquoise","violet","wheat","white","whitesmoke","yellow","yellowgreen"]),t.s) +C.F_=new P.k(4293982463) +C.Fa=new P.k(4294634455) +C.lv=new P.k(4278255615) +C.DK=new P.k(4286578644) +C.F1=new P.k(4293984255) +C.F6=new P.k(4294309340) +C.Fu=new P.k(4294960324) +C.Fw=new P.k(4294962125) +C.CJ=new P.k(4278190335) +C.DS=new P.k(4287245282) +C.E7=new P.k(4289014314) +C.EI=new P.k(4292786311) +C.Dw=new P.k(4284456608) +C.DJ=new P.k(4286578432) +C.Ex=new P.k(4291979550) +C.Fj=new P.k(4294934352) +C.Dy=new P.k(4284782061) +C.FB=new P.k(4294965468) +C.EF=new P.k(4292613180) +C.CH=new P.k(4278190219) +C.CR=new P.k(4278225803) +C.Ej=new P.k(4290283019) +C.lE=new P.k(4289309097) +C.CL=new P.k(4278215680) +C.Eo=new P.k(4290623339) +C.DU=new P.k(4287299723) +C.Dv=new P.k(4283788079) +C.Fk=new P.k(4294937600) +C.E2=new P.k(4288230092) +C.DT=new P.k(4287299584) +C.ES=new P.k(4293498490) +C.DX=new P.k(4287609999) +C.Dp=new P.k(4282924427) +C.lx=new P.k(4281290575) +C.CV=new P.k(4278243025) +C.E0=new P.k(4287889619) +C.Ff=new P.k(4294907027) +C.CU=new P.k(4278239231) +C.lA=new P.k(4285098345) +C.D6=new P.k(4280193279) +C.Eg=new P.k(4289864226) +C.FD=new P.k(4294966e3) +C.Da=new P.k(4280453922) +C.lH=new P.k(4294902015) +C.EG=new P.k(4292664540) +C.F8=new P.k(4294506751) +C.Fq=new P.k(4294956800) +C.ED=new P.k(4292519200) +C.lD=new P.k(4286611584) +C.CO=new P.k(4278222848) +C.Ec=new P.k(4289593135) +C.F0=new P.k(4293984240) +C.Fi=new P.k(4294928820) +C.Eu=new P.k(4291648604) +C.Ds=new P.k(4283105410) +C.FG=new P.k(4294967280) +C.EZ=new P.k(4293977740) +C.EQ=new P.k(4293322490) +C.Fz=new P.k(4294963445) +C.DI=new P.k(4286381056) +C.FC=new P.k(4294965965) +C.Eb=new P.k(4289583334) +C.EY=new P.k(4293951616) +C.EL=new P.k(4292935679) +C.Fc=new P.k(4294638290) +C.lF=new P.k(4292072403) +C.DZ=new P.k(4287688336) +C.Fn=new P.k(4294948545) +C.Fl=new P.k(4294942842) +C.D7=new P.k(4280332970) +C.DR=new P.k(4287090426) +C.lC=new P.k(4286023833) +C.Ee=new P.k(4289774814) +C.FF=new P.k(4294967264) +C.CX=new P.k(4278255360) +C.Df=new P.k(4281519410) +C.Fb=new P.k(4294635750) +C.DL=new P.k(4286578688) +C.DC=new P.k(4284927402) +C.CI=new P.k(4278190285) +C.Ek=new P.k(4290401747) +C.E_=new P.k(4287852763) +C.Dh=new P.k(4282168177) +C.DH=new P.k(4286277870) +C.CW=new P.k(4278254234) +C.Dq=new P.k(4282962380) +C.Es=new P.k(4291237253) +C.D0=new P.k(4279834992) +C.F7=new P.k(4294311930) +C.Fv=new P.k(4294960353) +C.Ft=new P.k(4294960309) +C.Fs=new P.k(4294958765) +C.CG=new P.k(4278190208) +C.Fe=new P.k(4294833638) +C.DN=new P.k(4286611456) +C.DF=new P.k(4285238819) +C.Fm=new P.k(4294944e3) +C.Fg=new P.k(4294919424) +C.EC=new P.k(4292505814) +C.EU=new P.k(4293847210) +C.E1=new P.k(4288215960) +C.Ed=new P.k(4289720046) +C.EE=new P.k(4292571283) +C.Fy=new P.k(4294963157) +C.Fr=new P.k(4294957753) +C.Ev=new P.k(4291659071) +C.Fo=new P.k(4294951115) +C.EH=new P.k(4292714717) +C.Ef=new P.k(4289781990) +C.DM=new P.k(4286578816) +C.En=new P.k(4290547599) +C.Dj=new P.k(4282477025) +C.DV=new P.k(4287317267) +C.F9=new P.k(4294606962) +C.F4=new P.k(4294222944) +C.De=new P.k(4281240407) +C.FA=new P.k(4294964718) +C.E6=new P.k(4288696877) +C.Eq=new P.k(4290822336) +C.DQ=new P.k(4287090411) +C.DE=new P.k(4285160141) +C.lB=new P.k(4285563024) +C.FE=new P.k(4294966010) +C.CY=new P.k(4278255487) +C.Do=new P.k(4282811060) +C.Ey=new P.k(4291998860) +C.CP=new P.k(4278222976) +C.EB=new P.k(4292394968) +C.Fh=new P.k(4294927175) +C.Di=new P.k(4282441936) +C.ET=new P.k(4293821166) +C.F5=new P.k(4294303411) +C.lI=new P.k(4294967040) +C.E3=new P.k(4288335154) +C.Lo=new H.aV(148,{aliceblue:C.F_,antiquewhite:C.Fa,aqua:C.lv,aquamarine:C.DK,azure:C.F1,beige:C.F6,bisque:C.Fu,black:C.t,blanchedalmond:C.Fw,blue:C.CJ,blueviolet:C.DS,brown:C.E7,burlywood:C.EI,cadetblue:C.Dw,chartreuse:C.DJ,chocolate:C.Ex,coral:C.Fj,cornflowerblue:C.Dy,cornsilk:C.FB,crimson:C.EF,cyan:C.lv,darkblue:C.CH,darkcyan:C.CR,darkgoldenrod:C.Ej,darkgray:C.lE,darkgreen:C.CL,darkgrey:C.lE,darkkhaki:C.Eo,darkmagenta:C.DU,darkolivegreen:C.Dv,darkorange:C.Fk,darkorchid:C.E2,darkred:C.DT,darksalmon:C.ES,darkseagreen:C.DX,darkslateblue:C.Dp,darkslategray:C.lx,darkslategrey:C.lx,darkturquoise:C.CV,darkviolet:C.E0,deeppink:C.Ff,deepskyblue:C.CU,dimgray:C.lA,dimgrey:C.lA,dodgerblue:C.D6,firebrick:C.Eg,floralwhite:C.FD,forestgreen:C.Da,fuchsia:C.lH,gainsboro:C.EG,ghostwhite:C.F8,gold:C.Fq,goldenrod:C.ED,gray:C.lD,grey:C.lD,green:C.CO,greenyellow:C.Ec,honeydew:C.F0,hotpink:C.Fi,indianred:C.Eu,indigo:C.Ds,ivory:C.FG,khaki:C.EZ,lavender:C.EQ,lavenderblush:C.Fz,lawngreen:C.DI,lemonchiffon:C.FC,lightblue:C.Eb,lightcoral:C.EY,lightcyan:C.EL,lightgoldenrodyellow:C.Fc,lightgray:C.lF,lightgreen:C.DZ,lightgrey:C.lF,lightpink:C.Fn,lightsalmon:C.Fl,lightseagreen:C.D7,lightskyblue:C.DR,lightslategray:C.lC,lightslategrey:C.lC,lightsteelblue:C.Ee,lightyellow:C.FF,lime:C.CX,limegreen:C.Df,linen:C.Fb,magenta:C.lH,maroon:C.DL,mediumaquamarine:C.DC,mediumblue:C.CI,mediumorchid:C.Ek,mediumpurple:C.E_,mediumseagreen:C.Dh,mediumslateblue:C.DH,mediumspringgreen:C.CW,mediumturquoise:C.Dq,mediumvioletred:C.Es,midnightblue:C.D0,mintcream:C.F7,mistyrose:C.Fv,moccasin:C.Ft,navajowhite:C.Fs,navy:C.CG,oldlace:C.Fe,olive:C.DN,olivedrab:C.DF,orange:C.Fm,orangered:C.Fg,orchid:C.EC,palegoldenrod:C.EU,palegreen:C.E1,paleturquoise:C.Ed,palevioletred:C.EE,papayawhip:C.Fy,peachpuff:C.Fr,peru:C.Ev,pink:C.Fo,plum:C.EH,powderblue:C.Ef,purple:C.DM,red:C.iC,rosybrown:C.En,royalblue:C.Dj,saddlebrown:C.DV,salmon:C.F9,sandybrown:C.F4,seagreen:C.De,seashell:C.FA,sienna:C.E6,silver:C.Eq,skyblue:C.DQ,slateblue:C.DE,slategray:C.lB,slategrey:C.lB,snow:C.FE,springgreen:C.CY,steelblue:C.Do,tan:C.Ey,teal:C.CP,thistle:C.EB,tomato:C.Fh,transparent:C.iz,turquoise:C.Di,violet:C.ET,wheat:C.F5,white:C.j,whitesmoke:C.lG,yellow:C.lI,yellowgreen:C.E3},C.Is,H.Z("aV")) +C.IF=H.a(s(["svg","g","a","use","symbol","mask","radialGradient","linearGradient","clipPath","image","text"]),t.s) +C.Lp=new H.aV(11,{svg:S.aKP(),g:S.aw0(),a:S.aw0(),use:S.aKR(),symbol:S.aw1(),mask:S.aw1(),radialGradient:S.aKO(),linearGradient:S.aKN(),clipPath:S.aKL(),image:S.aKM(),text:S.aKQ()},C.IF,H.Z("aV?(mk,E)>")) +C.IL=H.a(s(["in","iw","ji","jw","mo","aam","adp","aue","ayx","bgm","bjd","ccq","cjr","cka","cmk","coy","cqu","drh","drw","gav","gfx","ggn","gti","guv","hrr","ibi","ilw","jeg","kgc","kgh","koj","krm","ktr","kvs","kwq","kxe","kzj","kzt","lii","lmm","meg","mst","mwj","myt","nad","ncp","nnx","nts","oun","pcr","pmc","pmu","ppa","ppr","pry","puz","sca","skk","tdu","thc","thx","tie","tkk","tlw","tmp","tne","tnf","tsf","uok","xba","xia","xkh","xsj","ybd","yma","ymt","yos","yuu"]),t.s) +C.bj=new H.aV(78,{in:"id",iw:"he",ji:"yi",jw:"jv",mo:"ro",aam:"aas",adp:"dz",aue:"ktz",ayx:"nun",bgm:"bcg",bjd:"drl",ccq:"rki",cjr:"mom",cka:"cmr",cmk:"xch",coy:"pij",cqu:"quh",drh:"khk",drw:"prs",gav:"dev",gfx:"vaj",ggn:"gvr",gti:"nyc",guv:"duz",hrr:"jal",ibi:"opa",ilw:"gal",jeg:"oyb",kgc:"tdf",kgh:"kml",koj:"kwv",krm:"bmf",ktr:"dtp",kvs:"gdj",kwq:"yam",kxe:"tvd",kzj:"dtp",kzt:"dtp",lii:"raq",lmm:"rmx",meg:"cir",mst:"mry",mwj:"vaj",myt:"mry",nad:"xny",ncp:"kdz",nnx:"ngv",nts:"pij",oun:"vaj",pcr:"adx",pmc:"huw",pmu:"phr",ppa:"bfy",ppr:"lcq",pry:"prt",puz:"pub",sca:"hle",skk:"oyb",tdu:"dtp",thc:"tpo",thx:"oyb",tie:"ras",tkk:"twm",tlw:"weo",tmp:"tyj",tne:"kak",tnf:"prs",tsf:"taj",uok:"ema",xba:"cax",xia:"acn",xkh:"waw",xsj:"suj",ybd:"rki",yma:"lrr",ymt:"mtm",yos:"zom",yuu:"yug"},C.IL,t.li) +C.Nm=new X.aQ(C.cP,!1,!1,!1,!1) +C.Ni=new X.aQ(C.ck,!1,!1,!1,!1) +C.Nn=new X.aQ(C.cP,!1,!1,!0,!1) +C.Nj=new X.aQ(C.ck,!1,!1,!0,!1) +C.No=new X.aQ(C.cP,!0,!1,!1,!1) +C.Nk=new X.aQ(C.ck,!0,!1,!1,!1) +C.Np=new X.aQ(C.cP,!1,!1,!1,!0) +C.Nl=new X.aQ(C.ck,!1,!1,!1,!0) +C.Nt=new X.aQ(C.by,!1,!1,!0,!1) +C.Nu=new X.aQ(C.b4,!1,!1,!0,!1) +C.Nv=new X.aQ(C.b5,!1,!1,!0,!1) +C.NF=new X.aQ(C.bz,!1,!1,!0,!1) +C.NQ=new X.aQ(C.by,!1,!0,!0,!1) +C.NT=new X.aQ(C.b4,!1,!0,!0,!1) +C.NU=new X.aQ(C.b5,!1,!0,!0,!1) +C.NV=new X.aQ(C.bz,!1,!0,!0,!1) +C.y2=new X.aQ(C.by,!1,!1,!1,!1) +C.y3=new X.aQ(C.b4,!1,!1,!1,!1) +C.y4=new X.aQ(C.b5,!1,!1,!1,!1) +C.y1=new X.aQ(C.bz,!1,!1,!1,!1) +C.Nw=new X.aQ(C.b4,!0,!1,!1,!1) +C.Nx=new X.aQ(C.b5,!0,!1,!1,!1) +C.Ny=new X.aQ(C.b4,!0,!0,!1,!1) +C.Nz=new X.aQ(C.b5,!0,!0,!1,!1) +C.NA=new X.aQ(C.dT,!1,!1,!1,!1) +C.NB=new X.aQ(C.dU,!1,!1,!1,!1) +C.NC=new X.aQ(C.by,!1,!1,!1,!0) +C.ND=new X.aQ(C.b4,!1,!1,!1,!0) +C.NE=new X.aQ(C.b5,!1,!1,!1,!0) +C.NG=new X.aQ(C.bz,!1,!1,!1,!0) +C.NH=new X.aQ(C.by,!1,!0,!1,!0) +C.NI=new X.aQ(C.b4,!1,!0,!1,!0) +C.NJ=new X.aQ(C.b5,!1,!0,!1,!0) +C.NK=new X.aQ(C.bz,!1,!0,!1,!0) +C.NL=new X.aQ(C.by,!1,!0,!1,!1) +C.NM=new X.aQ(C.b4,!1,!0,!1,!1) +C.NN=new X.aQ(C.b5,!1,!0,!1,!1) +C.NO=new X.aQ(C.bz,!1,!0,!1,!1) +C.NP=new X.aQ(C.dT,!1,!0,!1,!1) +C.NR=new X.aQ(C.dU,!1,!0,!1,!1) +C.mS=new G.d(32) +C.y5=new X.aQ(C.mS,!1,!1,!1,!1) +C.ja=new G.d(120) +C.NW=new X.aQ(C.ja,!0,!1,!1,!1) +C.NX=new X.aQ(C.ja,!1,!1,!1,!0) +C.jr=new G.d(99) +C.NY=new X.aQ(C.jr,!0,!1,!1,!1) +C.NZ=new X.aQ(C.jr,!1,!1,!1,!0) +C.j9=new G.d(118) +C.O_=new X.aQ(C.j9,!0,!1,!1,!1) +C.O0=new X.aQ(C.j9,!1,!1,!1,!0) +C.jq=new G.d(97) +C.O1=new X.aQ(C.jq,!0,!1,!1,!1) +C.O2=new X.aQ(C.jq,!1,!1,!1,!0) +C.u=new M.no() +C.Lr=new H.bR([C.Nm,C.u,C.Ni,C.u,C.Nn,C.u,C.Nj,C.u,C.No,C.u,C.Nk,C.u,C.Np,C.u,C.Nl,C.u,C.Nt,C.u,C.Nu,C.u,C.Nv,C.u,C.NF,C.u,C.NQ,C.u,C.NT,C.u,C.NU,C.u,C.NV,C.u,C.y2,C.u,C.y3,C.u,C.y4,C.u,C.y1,C.u,C.Nw,C.u,C.Nx,C.u,C.Ny,C.u,C.Nz,C.u,C.NA,C.u,C.NB,C.u,C.NC,C.u,C.ND,C.u,C.NE,C.u,C.NG,C.u,C.NH,C.u,C.NI,C.u,C.NJ,C.u,C.NK,C.u,C.NL,C.u,C.NM,C.u,C.NN,C.u,C.NO,C.u,C.NP,C.u,C.NR,C.u,C.y5,C.u,C.NW,C.u,C.NX,C.u,C.NY,C.u,C.NZ,C.u,C.O_,C.u,C.O0,C.u,C.O1,C.u,C.O2,C.u],t.Fp) +C.d6=new L.d_("SvgPathSegType.close") +C.es=new L.d_("SvgPathSegType.moveToAbs") +C.d9=new L.d_("SvgPathSegType.moveToRel") +C.hj=new L.d_("SvgPathSegType.lineToAbs") +C.et=new L.d_("SvgPathSegType.lineToRel") +C.eu=new L.d_("SvgPathSegType.cubicToAbs") +C.da=new L.d_("SvgPathSegType.cubicToRel") +C.ev=new L.d_("SvgPathSegType.quadToAbs") +C.db=new L.d_("SvgPathSegType.quadToRel") +C.k_=new L.d_("SvgPathSegType.arcToAbs") +C.he=new L.d_("SvgPathSegType.arcToRel") +C.hf=new L.d_("SvgPathSegType.lineToHorizontalAbs") +C.hg=new L.d_("SvgPathSegType.lineToHorizontalRel") +C.hh=new L.d_("SvgPathSegType.lineToVerticalAbs") +C.hi=new L.d_("SvgPathSegType.lineToVerticalRel") +C.eq=new L.d_("SvgPathSegType.smoothCubicToAbs") +C.d7=new L.d_("SvgPathSegType.smoothCubicToRel") +C.er=new L.d_("SvgPathSegType.smoothQuadToAbs") +C.d8=new L.d_("SvgPathSegType.smoothQuadToRel") +C.Ls=new H.bR([90,C.d6,122,C.d6,77,C.es,109,C.d9,76,C.hj,108,C.et,67,C.eu,99,C.da,81,C.ev,113,C.db,65,C.k_,97,C.he,72,C.hf,104,C.hg,86,C.hh,118,C.hi,83,C.eq,115,C.d7,84,C.er,116,C.d8],H.Z("bR")) +C.IV=H.a(s([]),H.Z("r")) +C.rL=new H.aV(0,{},C.IV,H.Z("aV")) +C.rI=new H.aV(0,{},C.j5,H.Z("aV")) +C.IW=H.a(s([]),t.g) +C.Lv=new H.aV(0,{},C.IW,H.Z("aV")) +C.IX=H.a(s([]),H.Z("r")) +C.Lu=new H.aV(0,{},C.IX,H.Z("aV")) +C.rJ=new H.aV(0,{},C.fF,H.Z("aV")) +C.IZ=H.a(s([]),H.Z("r")) +C.rM=new H.aV(0,{},C.IZ,H.Z("aV")) +C.mM=H.a(s([]),H.Z("r")) +C.Lt=new H.aV(0,{},C.mM,H.Z("aV")) +C.rK=new H.aV(0,{},C.mM,H.Z("aV>")) +C.J3=H.a(s(["alias","allScroll","basic","cell","click","contextMenu","copy","forbidden","grab","grabbing","help","move","none","noDrop","precise","progress","text","resizeColumn","resizeDown","resizeDownLeft","resizeDownRight","resizeLeft","resizeLeftRight","resizeRight","resizeRow","resizeUp","resizeUpDown","resizeUpLeft","resizeUpRight","resizeUpLeftDownRight","resizeUpRightDownLeft","verticalText","wait","zoomIn","zoomOut"]),t.s) +C.Lx=new H.aV(35,{alias:"alias",allScroll:"all-scroll",basic:"default",cell:"cell",click:"pointer",contextMenu:"context-menu",copy:"copy",forbidden:"not-allowed",grab:"grab",grabbing:"grabbing",help:"help",move:"move",none:"none",noDrop:"no-drop",precise:"crosshair",progress:"progress",text:"text",resizeColumn:"col-resize",resizeDown:"s-resize",resizeDownLeft:"sw-resize",resizeDownRight:"se-resize",resizeLeft:"w-resize",resizeLeftRight:"ew-resize",resizeRight:"e-resize",resizeRow:"row-resize",resizeUp:"n-resize",resizeUpDown:"ns-resize",resizeUpLeft:"nw-resize",resizeUpRight:"ne-resize",resizeUpLeftDownRight:"nwse-resize",resizeUpRightDownLeft:"nesw-resize",verticalText:"vertical-text",wait:"wait",zoomIn:"zoom-in",zoomOut:"zoom-out"},C.J3,t.li) +C.E9=new P.k(4289200107) +C.DA=new P.k(4284809178) +C.D4=new P.k(4280150454) +C.CT=new P.k(4278239141) +C.dW=new H.bR([100,C.E9,200,C.DA,400,C.D4,700,C.CT],t.pl) +C.Ly=new H.bR([16,C.ta,17,C.tb,18,C.e2,19,C.tc,20,C.td,21,C.te,22,C.tf,23,C.tg,65666,C.w7,65667,C.w8,65717,C.w9,392961,C.th,392962,C.ti,392963,C.tj,392964,C.tk,392965,C.tl,392966,C.tm,392967,C.tn,392968,C.to,392969,C.tp,392970,C.tq,392971,C.tr,392972,C.ts,392973,C.tt,392974,C.tu,392975,C.tv,392976,C.tw,392977,C.tx,392978,C.ty,392979,C.tz,392980,C.tA,392981,C.tB,392982,C.tC,392983,C.tD,392984,C.tE,392985,C.tF,392986,C.tG,392987,C.tH,392988,C.tI,392989,C.tJ,392990,C.tK,392991,C.tL,458752,C.tM,458753,C.tN,458754,C.tO,458755,C.tP,458756,C.tQ,458757,C.tR,458758,C.tS,458759,C.tT,458760,C.tU,458761,C.tV,458762,C.tW,458763,C.tX,458764,C.tY,458765,C.tZ,458766,C.u_,458767,C.u0,458768,C.u1,458769,C.u2,458770,C.u3,458771,C.u4,458772,C.u5,458773,C.u6,458774,C.u7,458775,C.u8,458776,C.u9,458777,C.ua,458778,C.ub,458779,C.uc,458780,C.ud,458781,C.ue,458782,C.uf,458783,C.ug,458784,C.uh,458785,C.ui,458786,C.uj,458787,C.uk,458788,C.ul,458789,C.um,458790,C.un,458791,C.uo,458792,C.up,458793,C.uq,458794,C.ur,458795,C.us,458796,C.ut,458797,C.uu,458798,C.uv,458799,C.uw,458800,C.ux,458801,C.uy,458803,C.uz,458804,C.uA,458805,C.uB,458806,C.uC,458807,C.uD,458808,C.uE,458809,C.h4,458810,C.uF,458811,C.uG,458812,C.uH,458813,C.uI,458814,C.uJ,458815,C.uK,458816,C.uL,458817,C.uM,458818,C.uN,458819,C.uO,458820,C.uP,458821,C.uQ,458822,C.uR,458823,C.h5,458824,C.uS,458825,C.uT,458826,C.uU,458827,C.uV,458828,C.uW,458829,C.uX,458830,C.uY,458831,C.uZ,458832,C.v_,458833,C.v0,458834,C.v1,458835,C.h6,458836,C.v2,458837,C.v3,458838,C.v4,458839,C.v5,458840,C.v6,458841,C.v7,458842,C.v8,458843,C.v9,458844,C.va,458845,C.vb,458846,C.vc,458847,C.vd,458848,C.ve,458849,C.vf,458850,C.vg,458851,C.vh,458852,C.vi,458853,C.vj,458854,C.vk,458855,C.vl,458856,C.vm,458857,C.vn,458858,C.vo,458859,C.vp,458860,C.vq,458861,C.vr,458862,C.vs,458863,C.vt,458864,C.vu,458865,C.vv,458866,C.vw,458867,C.vx,458868,C.vy,458869,C.vz,458871,C.vA,458873,C.vB,458874,C.vC,458875,C.vD,458876,C.vE,458877,C.vF,458878,C.vG,458879,C.vH,458880,C.vI,458881,C.vJ,458885,C.vK,458887,C.vL,458888,C.vM,458889,C.vN,458890,C.vO,458891,C.vP,458896,C.vQ,458897,C.vR,458898,C.vS,458899,C.vT,458900,C.vU,458907,C.vV,458915,C.vW,458934,C.vX,458935,C.vY,458939,C.vZ,458960,C.w_,458961,C.w0,458962,C.w1,458963,C.w2,458964,C.w3,458967,C.w4,458968,C.w5,458969,C.w6,458976,C.cY,458977,C.cZ,458978,C.d_,458979,C.d0,458980,C.e3,458981,C.e4,458982,C.e5,458983,C.e6,786528,C.wa,786529,C.wb,786543,C.wc,786544,C.wd,786546,C.we,786547,C.wf,786548,C.wg,786549,C.wh,786553,C.wi,786554,C.wj,786563,C.wk,786572,C.wl,786573,C.wm,786580,C.wn,786588,C.wo,786589,C.wp,786608,C.wq,786609,C.wr,786610,C.ws,786611,C.wt,786612,C.wu,786613,C.wv,786614,C.ww,786615,C.wx,786616,C.wy,786637,C.wz,786639,C.wA,786661,C.wB,786819,C.wC,786820,C.wD,786822,C.wE,786826,C.wF,786829,C.wG,786830,C.wH,786834,C.wI,786836,C.wJ,786838,C.wK,786844,C.wL,786846,C.wM,786847,C.wN,786850,C.wO,786855,C.wP,786859,C.wQ,786862,C.wR,786865,C.wS,786871,C.wT,786891,C.wU,786945,C.wV,786947,C.wW,786951,C.wX,786952,C.wY,786977,C.wZ,786979,C.x_,786980,C.x0,786981,C.x1,786982,C.x2,786983,C.x3,786986,C.x4,786989,C.x5,786990,C.x6,786994,C.x7,787065,C.x8,787081,C.x9,787083,C.xa,787084,C.xb,787101,C.xc,787103,C.xd],H.Z("bR")) +C.JV=new G.d(33) +C.JW=new G.d(34) +C.JX=new G.d(35) +C.JY=new G.d(36) +C.JZ=new G.d(37) +C.K_=new G.d(38) +C.K0=new G.d(39) +C.K1=new G.d(40) +C.K2=new G.d(41) +C.K3=new G.d(44) +C.K4=new G.d(58) +C.K5=new G.d(59) +C.K6=new G.d(60) +C.K7=new G.d(61) +C.K8=new G.d(62) +C.K9=new G.d(63) +C.Ka=new G.d(64) +C.L_=new G.d(91) +C.L0=new G.d(92) +C.L1=new G.d(93) +C.L2=new G.d(94) +C.L3=new G.d(95) +C.L4=new G.d(96) +C.L5=new G.d(98) +C.Jw=new G.d(100) +C.Jx=new G.d(101) +C.Jy=new G.d(102) +C.Jz=new G.d(103) +C.JA=new G.d(104) +C.JB=new G.d(105) +C.JC=new G.d(106) +C.JD=new G.d(107) +C.JE=new G.d(108) +C.JF=new G.d(109) +C.JG=new G.d(110) +C.JH=new G.d(111) +C.JI=new G.d(112) +C.JJ=new G.d(113) +C.JK=new G.d(114) +C.JL=new G.d(115) +C.JM=new G.d(116) +C.JN=new G.d(117) +C.JO=new G.d(119) +C.JP=new G.d(121) +C.JQ=new G.d(122) +C.JR=new G.d(123) +C.JS=new G.d(124) +C.JT=new G.d(125) +C.JU=new G.d(126) +C.Kb=new G.d(8589934592) +C.Kc=new G.d(8589934593) +C.Kd=new G.d(8589934594) +C.Ke=new G.d(8589934595) +C.Kf=new G.d(8589934608) +C.Kg=new G.d(8589934609) +C.Kh=new G.d(8589934610) +C.Ki=new G.d(8589934611) +C.Kj=new G.d(8589934612) +C.Kk=new G.d(8589934624) +C.Kl=new G.d(8589934625) +C.Km=new G.d(8589934626) +C.Kn=new G.d(8589935088) +C.Ko=new G.d(8589935090) +C.Kp=new G.d(8589935092) +C.Kq=new G.d(8589935094) +C.Kr=new G.d(8589935144) +C.Ks=new G.d(8589935145) +C.Kt=new G.d(8589935148) +C.Ku=new G.d(8589935165) +C.Kv=new G.d(8589935361) +C.Kw=new G.d(8589935362) +C.Kx=new G.d(8589935363) +C.Ky=new G.d(8589935364) +C.Kz=new G.d(8589935365) +C.KA=new G.d(8589935366) +C.KB=new G.d(8589935367) +C.KC=new G.d(8589935368) +C.KD=new G.d(8589935369) +C.KE=new G.d(8589935370) +C.KF=new G.d(8589935371) +C.KG=new G.d(8589935372) +C.KH=new G.d(8589935373) +C.KI=new G.d(8589935374) +C.KJ=new G.d(8589935375) +C.KK=new G.d(8589935376) +C.KL=new G.d(8589935377) +C.KM=new G.d(8589935378) +C.KN=new G.d(8589935379) +C.KO=new G.d(8589935380) +C.KP=new G.d(8589935381) +C.KQ=new G.d(8589935382) +C.KR=new G.d(8589935383) +C.KS=new G.d(8589935384) +C.KT=new G.d(8589935385) +C.KU=new G.d(8589935386) +C.KV=new G.d(8589935387) +C.KW=new G.d(8589935388) +C.KX=new G.d(8589935389) +C.KY=new G.d(8589935390) +C.KZ=new G.d(8589935391) +C.LA=new H.bR([32,C.mS,33,C.JV,34,C.JW,35,C.JX,36,C.JY,37,C.JZ,38,C.K_,39,C.K0,40,C.K1,41,C.K2,42,C.mT,43,C.rm,44,C.K3,45,C.rn,46,C.ro,47,C.rp,48,C.rq,49,C.rr,50,C.rs,51,C.rt,52,C.ru,53,C.rv,54,C.rw,55,C.rx,56,C.ry,57,C.rz,58,C.K4,59,C.K5,60,C.K6,61,C.K7,62,C.K8,63,C.K9,64,C.Ka,91,C.L_,92,C.L0,93,C.L1,94,C.L2,95,C.L3,96,C.L4,97,C.jq,98,C.L5,99,C.jr,100,C.Jw,101,C.Jx,102,C.Jy,103,C.Jz,104,C.JA,105,C.JB,106,C.JC,107,C.JD,108,C.JE,109,C.JF,110,C.JG,111,C.JH,112,C.JI,113,C.JJ,114,C.JK,115,C.JL,116,C.JM,117,C.JN,118,C.j9,119,C.JO,120,C.ja,121,C.JP,122,C.JQ,123,C.JR,124,C.JS,125,C.JT,126,C.JU,4294967297,C.mU,4294967304,C.cP,4294967305,C.fH,4294967309,C.fI,4294967323,C.fJ,4294967423,C.ck,4294967553,C.mV,4294967555,C.mW,4294967556,C.fK,4294967558,C.jb,4294967559,C.mX,4294967560,C.mY,4294967562,C.fL,4294967564,C.fM,4294967566,C.mZ,4294967567,C.n_,4294967568,C.n0,4294967569,C.n1,4294968065,C.by,4294968066,C.b4,4294968067,C.b5,4294968068,C.bz,4294968069,C.dT,4294968070,C.dU,4294968071,C.fN,4294968072,C.fO,4294968321,C.jc,4294968322,C.n2,4294968323,C.n3,4294968324,C.n4,4294968325,C.n5,4294968326,C.n6,4294968327,C.jd,4294968328,C.n7,4294968329,C.n8,4294968330,C.n9,4294968577,C.na,4294968578,C.nb,4294968579,C.nc,4294968580,C.nd,4294968581,C.ne,4294968582,C.nf,4294968583,C.ng,4294968584,C.nh,4294968585,C.ni,4294968586,C.nj,4294968587,C.nk,4294968588,C.nl,4294968589,C.nm,4294968590,C.nn,4294968833,C.no,4294968834,C.np,4294968835,C.nq,4294968836,C.nr,4294968837,C.ns,4294968838,C.nt,4294968839,C.nu,4294968840,C.nv,4294968841,C.nw,4294968842,C.nx,4294968843,C.ny,4294969089,C.nz,4294969090,C.nA,4294969091,C.nB,4294969092,C.nC,4294969093,C.nD,4294969094,C.nE,4294969095,C.nF,4294969096,C.nG,4294969097,C.nH,4294969098,C.nI,4294969099,C.nJ,4294969100,C.nK,4294969101,C.nL,4294969102,C.nM,4294969103,C.nN,4294969104,C.nO,4294969105,C.nP,4294969106,C.nQ,4294969107,C.nR,4294969108,C.nS,4294969109,C.nT,4294969110,C.nU,4294969111,C.nV,4294969112,C.nW,4294969113,C.nX,4294969114,C.nY,4294969115,C.nZ,4294969116,C.o_,4294969117,C.o0,4294969345,C.o1,4294969346,C.o2,4294969347,C.o3,4294969348,C.o4,4294969349,C.o5,4294969350,C.o6,4294969351,C.o7,4294969352,C.o8,4294969353,C.o9,4294969354,C.oa,4294969355,C.ob,4294969356,C.oc,4294969357,C.od,4294969358,C.oe,4294969359,C.of,4294969360,C.og,4294969361,C.oh,4294969362,C.oi,4294969363,C.oj,4294969364,C.ok,4294969365,C.ol,4294969366,C.om,4294969367,C.on,4294969368,C.oo,4294969601,C.op,4294969602,C.oq,4294969603,C.or,4294969604,C.os,4294969605,C.ot,4294969606,C.ou,4294969607,C.ov,4294969608,C.ow,4294969857,C.ox,4294969858,C.oy,4294969859,C.oz,4294969860,C.oA,4294969861,C.oB,4294969863,C.oC,4294969864,C.oD,4294969865,C.oE,4294969866,C.oF,4294969867,C.oG,4294969868,C.oH,4294969869,C.oI,4294969870,C.oJ,4294969871,C.oK,4294969872,C.oL,4294969873,C.oM,4294970113,C.oN,4294970114,C.oO,4294970115,C.oP,4294970116,C.oQ,4294970117,C.oR,4294970118,C.oS,4294970119,C.oT,4294970120,C.oU,4294970121,C.oV,4294970122,C.oW,4294970123,C.oX,4294970124,C.oY,4294970125,C.oZ,4294970126,C.p_,4294970127,C.p0,4294970369,C.p1,4294970370,C.p2,4294970371,C.p3,4294970372,C.p4,4294970373,C.p5,4294970374,C.p6,4294970375,C.p7,4294970625,C.p8,4294970626,C.p9,4294970627,C.pa,4294970628,C.pb,4294970629,C.pc,4294970630,C.pd,4294970631,C.pe,4294970632,C.pf,4294970633,C.pg,4294970634,C.ph,4294970635,C.pi,4294970636,C.pj,4294970637,C.pk,4294970638,C.pl,4294970639,C.pm,4294970640,C.pn,4294970641,C.po,4294970642,C.pp,4294970643,C.pq,4294970644,C.pr,4294970645,C.ps,4294970646,C.pt,4294970647,C.pu,4294970648,C.pv,4294970649,C.pw,4294970650,C.px,4294970651,C.py,4294970652,C.pz,4294970653,C.pA,4294970654,C.pB,4294970655,C.pC,4294970656,C.pD,4294970657,C.pE,4294970658,C.pF,4294970659,C.pG,4294970660,C.pH,4294970661,C.pI,4294970662,C.pJ,4294970663,C.pK,4294970664,C.pL,4294970665,C.pM,4294970666,C.pN,4294970667,C.pO,4294970668,C.pP,4294970669,C.pQ,4294970670,C.pR,4294970671,C.pS,4294970672,C.pT,4294970673,C.pU,4294970674,C.pV,4294970675,C.pW,4294970676,C.pX,4294970677,C.pY,4294970678,C.pZ,4294970679,C.q_,4294970680,C.q0,4294970681,C.q1,4294970682,C.q2,4294970683,C.q3,4294970684,C.q4,4294970685,C.q5,4294970686,C.q6,4294970687,C.q7,4294970688,C.q8,4294970689,C.q9,4294970690,C.qa,4294970691,C.qb,4294970692,C.qc,4294970693,C.qd,4294970694,C.qe,4294970695,C.qf,4294970696,C.qg,4294970697,C.qh,4294970698,C.qi,4294970699,C.qj,4294970700,C.qk,4294970701,C.ql,4294970702,C.qm,4294970703,C.qn,4294970704,C.qo,4294970705,C.qp,4294970706,C.qq,4294970707,C.qr,4294970708,C.qs,4294970709,C.qt,4294970710,C.qu,4294970711,C.qv,4294970712,C.qw,4294970713,C.qx,4294970714,C.qy,4294970715,C.qz,4294970882,C.qA,4294970884,C.qB,4294970885,C.qC,4294970886,C.qD,4294970887,C.qE,4294970888,C.qF,4294970889,C.qG,4294971137,C.qH,4294971138,C.qI,4294971393,C.qJ,4294971394,C.qK,4294971395,C.qL,4294971396,C.qM,4294971397,C.qN,4294971398,C.qO,4294971399,C.qP,4294971400,C.qQ,4294971401,C.qR,4294971402,C.qS,4294971403,C.qT,4294971649,C.qU,4294971650,C.qV,4294971651,C.qW,4294971652,C.qX,4294971653,C.qY,4294971654,C.qZ,4294971655,C.r_,4294971656,C.r0,4294971657,C.r1,4294971658,C.r2,4294971659,C.r3,4294971660,C.r4,4294971661,C.r5,4294971662,C.r6,4294971663,C.r7,4294971664,C.r8,4294971665,C.r9,4294971666,C.ra,4294971667,C.rb,4294971668,C.rc,4294971669,C.rd,4294971670,C.re,4294971671,C.rf,4294971672,C.rg,4294971673,C.rh,4294971674,C.ri,4294971675,C.rj,4294971905,C.rk,4294971906,C.rl,8589934592,C.Kb,8589934593,C.Kc,8589934594,C.Kd,8589934595,C.Ke,8589934608,C.Kf,8589934609,C.Kg,8589934610,C.Kh,8589934611,C.Ki,8589934612,C.Kj,8589934624,C.Kk,8589934625,C.Kl,8589934626,C.Km,8589934848,C.fP,8589934849,C.fQ,8589934850,C.fR,8589934851,C.fS,8589934852,C.fT,8589934853,C.fU,8589934854,C.fV,8589934855,C.fW,8589935088,C.Kn,8589935090,C.Ko,8589935092,C.Kp,8589935094,C.Kq,8589935117,C.je,8589935144,C.Kr,8589935145,C.Ks,8589935146,C.rA,8589935147,C.rB,8589935148,C.Kt,8589935149,C.rC,8589935150,C.jf,8589935151,C.rD,8589935152,C.jg,8589935153,C.jh,8589935154,C.ji,8589935155,C.jj,8589935156,C.jk,8589935157,C.jl,8589935158,C.jm,8589935159,C.jn,8589935160,C.jo,8589935161,C.jp,8589935165,C.Ku,8589935361,C.Kv,8589935362,C.Kw,8589935363,C.Kx,8589935364,C.Ky,8589935365,C.Kz,8589935366,C.KA,8589935367,C.KB,8589935368,C.KC,8589935369,C.KD,8589935370,C.KE,8589935371,C.KF,8589935372,C.KG,8589935373,C.KH,8589935374,C.KI,8589935375,C.KJ,8589935376,C.KK,8589935377,C.KL,8589935378,C.KM,8589935379,C.KN,8589935380,C.KO,8589935381,C.KP,8589935382,C.KQ,8589935383,C.KR,8589935384,C.KS,8589935385,C.KT,8589935386,C.KU,8589935387,C.KV,8589935388,C.KW,8589935389,C.KX,8589935390,C.KY,8589935391,C.KZ],H.Z("bR")) +C.Jh=H.a(s(["multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"]),t.s) +C.LC=new H.aV(15,{multiply:C.ih,screen:C.i9,overlay:C.eO,darken:C.ia,lighten:C.ib,"color-dodge":C.eP,"color-burn":C.eQ,"hard-light":C.ic,"soft-light":C.id,difference:C.ie,exclusion:C.ig,hue:C.eR,saturation:C.ds,color:C.eS,luminosity:C.eT},C.Jh,H.Z("aV")) +C.LF=new H.bR([0,"FontWeight.w100",1,"FontWeight.w200",2,"FontWeight.w300",3,"FontWeight.w400",4,"FontWeight.w500",5,"FontWeight.w600",6,"FontWeight.w700",7,"FontWeight.w800",8,"FontWeight.w900"],H.Z("bR")) +C.Nq=new X.aQ(C.fI,!1,!1,!1,!1) +C.O3=new X.aQ(C.je,!1,!1,!1,!1) +C.Nh=new X.aQ(C.fJ,!1,!1,!1,!1) +C.Nr=new X.aQ(C.fH,!1,!1,!1,!1) +C.Ns=new X.aQ(C.fH,!1,!0,!1,!1) +C.Ng=new X.aQ(C.fO,!1,!1,!1,!1) +C.NS=new X.aQ(C.fN,!1,!1,!1,!1) +C.At=new U.rR() +C.lb=new U.qc() +C.Aa=new U.nn() +C.Am=new U.rt() +C.As=new U.rO() +C.ei=new F.Lc("ScrollIncrementType.line") +C.MI=new F.i8(C.G,C.ei) +C.MH=new F.i8(C.C,C.ei) +C.ML=new F.i8(C.M,C.ei) +C.MK=new F.i8(C.P,C.ei) +C.MJ=new F.i8(C.G,C.jQ) +C.LG=new H.bR([C.y5,C.At,C.Nq,C.lb,C.O3,C.lb,C.Nh,C.Aa,C.Nr,C.Am,C.Ns,C.As,C.y1,C.MI,C.y2,C.MH,C.y3,C.ML,C.y4,C.MK,C.Ng,C.MJ,C.NS,C.xy],t.Fp) +C.LH=new Q.yc(null,null,null,null) +C.dX=new E.fd(C.ar,4288585374) +C.ER=new P.k(4293457385) +C.Et=new P.k(4291356361) +C.E8=new P.k(4289058471) +C.DP=new P.k(4286695300) +C.DB=new P.k(4284922730) +C.Dt=new P.k(4283215696) +C.Dn=new P.k(4282622023) +C.Dg=new P.k(4281896508) +C.Dd=new P.k(4281236786) +C.D2=new P.k(4279983648) +C.Lj=new H.bR([50,C.ER,100,C.Et,200,C.E8,300,C.DP,400,C.DB,500,C.Dt,600,C.Dn,700,C.Dg,800,C.Dd,900,C.D2],t.pl) +C.bB=new E.fd(C.Lj,4283215696) +C.F2=new P.k(4294174197) +C.EM=new P.k(4292984551) +C.Ew=new P.k(4291728344) +C.El=new P.k(4290406600) +C.Ea=new P.k(4289415100) +C.E4=new P.k(4288423856) +C.DW=new P.k(4287505578) +C.DG=new P.k(4286259106) +C.DD=new P.k(4285143962) +C.Dr=new P.k(4283045004) +C.Lk=new H.bR([50,C.F2,100,C.EM,200,C.Ew,300,C.El,400,C.Ea,500,C.E4,600,C.DW,700,C.DG,800,C.DD,900,C.Dr],t.pl) +C.jv=new E.fd(C.Lk,4288423856) +C.bk=new E.fd(C.jt,4294198070) +C.EN=new P.k(4293128957) +C.Em=new P.k(4290502395) +C.DY=new P.k(4287679225) +C.Dz=new P.k(4284790262) +C.Dm=new P.k(4282557941) +C.D9=new P.k(4280391411) +C.D5=new P.k(4280191205) +C.D1=new P.k(4279858898) +C.D_=new P.k(4279592384) +C.CZ=new P.k(4279060385) +C.Ll=new H.bR([50,C.EN,100,C.Em,200,C.DY,300,C.Dz,400,C.Dm,500,C.D9,600,C.D5,700,C.D1,800,C.D_,900,C.CZ],t.pl) +C.LI=new E.fd(C.Ll,4280391411) +C.as=new V.cX("MaterialState.hovered") +C.aX=new V.cX("MaterialState.focused") +C.aO=new V.cX("MaterialState.pressed") +C.rN=new V.cX("MaterialState.dragged") +C.bl=new V.cX("MaterialState.selected") +C.LJ=new V.cX("MaterialState.scrolledUnder") +C.ai=new V.cX("MaterialState.disabled") +C.LK=new V.cX("MaterialState.error") +C.dY=new X.o8("MaterialTapTargetSize.padded") +C.dZ=new X.o8("MaterialTapTargetSize.shrinkWrap") +C.bm=new M.lL("MaterialType.canvas") +C.e_=new M.lL("MaterialType.card") +C.rO=new M.lL("MaterialType.circle") +C.fY=new M.lL("MaterialType.button") +C.cQ=new M.lL("MaterialType.transparency") +C.LL=new B.IK("MaxLengthEnforcement.none") +C.LM=new B.IK("MaxLengthEnforcement.truncateAfterCompositionEnds") +C.LN=new E.lO("MemberSetting.owner") +C.LO=new E.lO("MemberSetting.admin") +C.rQ=new E.lO("MemberSetting.member") +C.LQ=new H.hV("popRoute",null) +C.LR=new A.k5("plugins.flutter.io/share",C.c4) +C.LS=new A.k5("flutter/service_worker",C.c4) +C.rR=new A.k5("flutter/platform_views",C.c4) +C.jw=new A.k5("plugins.flutter.io/shared_preferences",C.c4) +C.fZ=new H.og("MutatorType.clipRect") +C.jB=new H.og("MutatorType.clipRRect") +C.h_=new H.og("MutatorType.clipPath") +C.jC=new H.og("MutatorType.transform") +C.jD=new H.og("MutatorType.opacity") +C.LT=new F.IS(null) +C.aD=new F.IZ("NavigationMode.traditional") +C.cV=new F.IZ("NavigationMode.directional") +C.LV=new E.ys(null,null,null,null,null,null,null,null) +C.jE=new L.J0(null) +C.rW=new S.hl(C.h,C.h) +C.LX=new P.l(0,15) +C.LY=new P.l(11,-4) +C.M0=new P.l(20,20) +C.M1=new P.l(22,0) +C.M2=new P.l(40,40) +C.M3=new P.l(6,6) +C.M4=new P.l(5,10.5) +C.rY=new P.l(9,9) +C.M5=new P.l(14.4,9) +C.M6=new P.l(0,-0.25) +C.M7=new P.l(2.6999999999999997,8.1) +C.M8=new P.l(3.6,9) +C.rZ=new P.l(7.2,12.6) +C.M9=new P.l(-10,-155) +C.Mc=new P.l(15.299999999999999,4.5) +C.bn=new H.iX("OperatingSystem.iOs") +C.jF=new H.iX("OperatingSystem.android") +C.t0=new H.iX("OperatingSystem.linux") +C.t1=new H.iX("OperatingSystem.windows") +C.bT=new H.iX("OperatingSystem.macOs") +C.Md=new H.iX("OperatingSystem.unknown") +C.ip=new U.a0k() +C.t2=new A.ol("flutter/textinput",C.ip) +C.bC=new A.ol("flutter/platform",C.ip) +C.jG=new A.ol("flutter/restoration",C.c4) +C.Me=new A.ol("flutter/mousecursor",C.c4) +C.jH=new A.ol("flutter/navigation",C.ip) +C.Mf=new A.on(0,null) +C.Mg=new A.on(1,null) +C.t3=new F.fN(4,C.dt,C.im) +C.zA=new Y.d4(C.bk,1,C.a8) +C.t4=new F.fN(4,C.dt,C.zA) +C.Mh=new U.yA(null) +C.Mi=new E.yB("OverflowBarAlignment.start") +C.t5=new E.yB("OverflowBarAlignment.end") +C.Mj=new E.yB("OverflowBarAlignment.center") +C.Vu=new K.a2z("Overflow.clip") +C.Hf=new L.cd(C.mi,null,C.be,null) +C.t6=new T.bb(C.ap,C.Hf,null) +C.H1=new X.bS(58751,!1) +C.Hg=new L.cd(C.H1,null,null,null) +C.Mk=new T.bb(C.ap,C.Hg,null) +C.H3=new X.bS(61224,!1) +C.Hb=new L.cd(C.H3,null,C.bk,null) +C.h2=new T.bb(C.ap,C.Hb,null) +C.Hi=new L.cd(C.mj,22,C.dX,null) +C.Ml=new T.bb(C.ap,C.Hi,null) +C.Ha=new L.cd(C.mk,null,C.bB,null) +C.h3=new T.bb(C.ap,C.Ha,null) +C.ao=new P.JD(0,"PaintingStyle.fill") +C.Mm=new P.j_(60) +C.t7=new P.j_(1/0) +C.aY=new P.JI(0,"PathFillType.nonZero") +C.cW=new P.JI(1,"PathFillType.evenOdd") +C.b6=new H.op("PersistedSurfaceState.created") +C.aE=new H.op("PersistedSurfaceState.active") +C.cX=new H.op("PersistedSurfaceState.pendingRetention") +C.Mn=new H.op("PersistedSurfaceState.pendingUpdate") +C.t9=new H.op("PersistedSurfaceState.released") +C.cl=new P.lW("PlaceholderAlignment.baseline") +C.e7=new P.lW("PlaceholderAlignment.aboveBaseline") +C.e8=new P.lW("PlaceholderAlignment.belowBaseline") +C.e9=new P.lW("PlaceholderAlignment.top") +C.ea=new P.lW("PlaceholderAlignment.bottom") +C.eb=new P.lW("PlaceholderAlignment.middle") +C.ec=new U.j3(C.r,null) +C.xf=new G.K_("PlatformViewHitTestBehavior.opaque") +C.xg=new G.K_("PlatformViewHitTestBehavior.transparent") +C.ed=new P.kd("PointerChange.cancel") +C.ee=new P.kd("PointerChange.add") +C.jI=new P.kd("PointerChange.remove") +C.cm=new P.kd("PointerChange.hover") +C.h7=new P.kd("PointerChange.down") +C.cn=new P.kd("PointerChange.move") +C.ef=new P.kd("PointerChange.up") +C.at=new P.j4("PointerDeviceKind.touch") +C.au=new P.j4("PointerDeviceKind.mouse") +C.aP=new P.j4("PointerDeviceKind.stylus") +C.bo=new P.j4("PointerDeviceKind.invertedStylus") +C.b7=new P.j4("PointerDeviceKind.unknown") +C.bU=new P.yS("PointerSignalKind.none") +C.jJ=new P.yS("PointerSignalKind.scroll") +C.xh=new P.yS("PointerSignalKind.unknown") +C.Mo=new R.yU(null,null,null,null,null) +C.xi=new V.K9(1e5) +C.Mp=new Z.yY(null) +C.Mq=new B.yZ(null,null,null,null,null) +C.Mr=new P.fg(20,20,60,60,10,10,10,10,10,10,10,10,!0) +C.Ms=new T.z3(null,null,null,null,null,null) +C.eg=new P.bD(1,1) +C.d1=new P.bD(2,2) +C.Mt=new P.bD(8,8) +C.Mu=new P.bD(1.5,1.5) +C.Mv=new P.v(10,10,320,240) +C.Mw=new P.v(-1/0,-1/0,1/0,1/0) +C.jK=new P.v(-1e9,-1e9,1e9,1e9) +C.d2=new G.rX(0,"RenderComparison.identical") +C.Mx=new G.rX(1,"RenderComparison.metadata") +C.xk=new G.rX(2,"RenderComparison.paint") +C.d3=new G.rX(3,"RenderComparison.layout") +C.xl=new H.i4("Role.incrementable") +C.xm=new H.i4("Role.scrollable") +C.xn=new H.i4("Role.labelAndValue") +C.xo=new H.i4("Role.tappable") +C.xp=new H.i4("Role.textField") +C.xq=new H.i4("Role.checkable") +C.xr=new H.i4("Role.image") +C.xs=new H.i4("Role.liveRegion") +C.Mz=new X.d9(C.bc,C.w) +C.zx=new K.cu(C.bV,C.bV,C.J,C.J) +C.jM=new X.d9(C.zx,C.w) +C.zy=new K.cu(C.eg,C.eg,C.eg,C.eg) +C.MA=new X.d9(C.zy,C.w) +C.zz=new K.cu(C.d1,C.d1,C.d1,C.d1) +C.My=new X.d9(C.zz,C.w) +C.jL=new X.d9(C.dt,C.w) +C.jN=new K.t0("RoutePopDisposition.pop") +C.xt=new K.t0("RoutePopDisposition.doNotPop") +C.xu=new K.t0("RoutePopDisposition.bubble") +C.eh=new K.i5(null,null) +C.MB=new Z.zJ(1333) +C.jO=new Z.zJ(2222) +C.MC=new M.L5(null,null) +C.MD=new V.oF(null) +C.cp=new N.oG(0,"SchedulerPhase.idle") +C.xv=new N.oG(1,"SchedulerPhase.transientCallbacks") +C.xw=new N.oG(2,"SchedulerPhase.midFrameMicrotasks") +C.d4=new N.oG(3,"SchedulerPhase.persistentCallbacks") +C.xx=new N.oG(4,"SchedulerPhase.postFrameCallbacks") +C.jP=new U.zO("ScriptCategory.englishLike") +C.ME=new U.zO("ScriptCategory.dense") +C.MF=new U.zO("ScriptCategory.tall") +C.h8=new N.zS("ScrollDirection.idle") +C.h9=new N.zS("ScrollDirection.forward") +C.ha=new N.zS("ScrollDirection.reverse") +C.xz=new A.zW("ScrollPositionAlignmentPolicy.explicit") +C.cq=new A.zW("ScrollPositionAlignmentPolicy.keepVisibleAtEnd") +C.cr=new A.zW("ScrollPositionAlignmentPolicy.keepVisibleAtStart") +C.MM=new B.Le("ScrollViewKeyboardDismissBehavior.manual") +C.MN=new B.Le("ScrollViewKeyboardDismissBehavior.onDrag") +C.xA=new E.t4("ScrollbarOrientation.left") +C.xB=new E.t4("ScrollbarOrientation.right") +C.MO=new E.t4("ScrollbarOrientation.top") +C.xC=new E.t4("ScrollbarOrientation.bottom") +C.MP=new X.A0(null,null,null,null,null,null,null,null,null,null,null) +C.d5=new N.jb("SelectionChangedCause.tap") +C.bW=new N.jb("SelectionChangedCause.longPress") +C.xD=new N.jb("SelectionChangedCause.forcePress") +C.x=new N.jb("SelectionChangedCause.keyboard") +C.jR=new N.jb("SelectionChangedCause.toolBar") +C.jS=new N.jb("SelectionChangedCause.drag") +C.ej=new P.cC(1) +C.MQ=new P.cC(1024) +C.MR=new P.cC(1048576) +C.xE=new P.cC(128) +C.ek=new P.cC(16) +C.MS=new P.cC(16384) +C.xF=new P.cC(2) +C.MT=new P.cC(2048) +C.MU=new P.cC(2097152) +C.MV=new P.cC(256) +C.MW=new P.cC(262144) +C.el=new P.cC(32) +C.MX=new P.cC(32768) +C.em=new P.cC(4) +C.MY=new P.cC(4096) +C.MZ=new P.cC(512) +C.N_=new P.cC(524288) +C.xG=new P.cC(64) +C.N0=new P.cC(65536) +C.en=new P.cC(8) +C.N1=new P.cC(8192) +C.xH=new P.cy(1) +C.xI=new P.cy(1024) +C.xJ=new P.cy(1048576) +C.xK=new P.cy(128) +C.N2=new P.cy(131072) +C.xL=new P.cy(16) +C.xM=new P.cy(16384) +C.N3=new P.cy(16777216) +C.xN=new P.cy(2) +C.xO=new P.cy(2048) +C.xP=new P.cy(2097152) +C.xQ=new P.cy(256) +C.N4=new P.cy(262144) +C.jT=new P.cy(32) +C.xR=new P.cy(32768) +C.xS=new P.cy(4) +C.xT=new P.cy(4096) +C.N5=new P.cy(4194304) +C.xU=new P.cy(512) +C.xV=new P.cy(524288) +C.xW=new P.cy(64) +C.N6=new P.cy(65536) +C.xX=new P.cy(8) +C.xY=new P.cy(8192) +C.N7=new P.cy(8388608) +C.xZ=new A.A2("RenderViewport.twoPane") +C.N8=new A.A2("RenderViewport.excludeFromScrolling") +C.HS=H.a(s(["click","touchstart","touchend","pointerdown","pointermove","pointerup"]),t.s) +C.Ld=new H.aV(6,{click:null,touchstart:null,touchend:null,pointerdown:null,pointermove:null,pointerup:null},C.HS,t.uf) +C.N9=new P.e4(C.Ld,t.XI) +C.Lf=new H.bR([C.at,null,C.aP,null,C.bo,null],H.Z("bR")) +C.y_=new P.e4(C.Lf,H.Z("e4")) +C.Lg=new H.bR([C.aO,null],t.sB) +C.y0=new P.e4(C.Lg,t.si) +C.IM=H.a(s(["click","keyup","keydown","mouseup","mousedown","pointerdown","pointerup"]),t.s) +C.Lq=new H.aV(7,{click:null,keyup:null,keydown:null,mouseup:null,mousedown:null,pointerdown:null,pointerup:null},C.IM,t.uf) +C.Na=new P.e4(C.Lq,t.XI) +C.J_=H.a(s([]),H.Z("r>")) +C.Lw=new H.aV(0,{},C.J_,H.Z("aV,aA>")) +C.Nb=new P.e4(C.Lw,H.Z("e4>")) +C.Lz=new H.bR([C.bT,null,C.t0,null,C.t1,null],H.Z("bR")) +C.jU=new P.e4(C.Lz,H.Z("e4")) +C.LB=new H.bR([C.aX,null],t.sB) +C.Nc=new P.e4(C.LB,t.si) +C.Jk=H.a(s(["serif","sans-serif","monospace","cursive","fantasy","system-ui","math","emoji","fangsong"]),t.s) +C.LD=new H.aV(9,{serif:null,"sans-serif":null,monospace:null,cursive:null,fantasy:null,"system-ui":null,math:null,emoji:null,fangsong:null},C.Jk,t.uf) +C.Nd=new P.e4(C.LD,t.XI) +C.LE=new H.bR([C.as,null],t.sB) +C.Ne=new P.e4(C.LE,t.si) +C.Nf=new L.oN(null) +C.O4=new P.D(1e5,1e5) +C.O5=new P.D(18,18) +C.O6=new P.D(22,22) +C.y6=new P.D(40,40) +C.y7=new P.D(48,48) +C.O7=new P.D(64,36) +C.O8=new P.D(1/0,1/0) +C.eo=new T.da(0,0,null,null) +C.hb=new T.da(10,null,null,null) +C.yR=new U.MZ("_ActivityIndicatorType.material") +C.zY=new S.vB(H.Z("vB")) +C.AY=new U.qh(2,null,null,null,C.zY,null,null,null) +C.jV=new T.da(18,18,C.AY,null) +C.hc=new T.da(null,10,null,null) +C.cs=new T.da(null,15,null,null) +C.y9=new T.da(null,20,null,null) +C.hd=new T.da(null,25,null,null) +C.O9=new T.da(null,2,null,null) +C.ya=new T.da(null,30,null,null) +C.Oa=new T.da(null,40,null,null) +C.yb=new T.da(null,5,null,null) +C.Oc=new T.da(1/0,1/0,null,null) +C.Od=new Q.Ad(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.yc=new G.LF(0,0,0,0,0,0,!1,!1,null,0) +C.Oe=new N.a87(1,"SmartDashesType.enabled") +C.Of=new N.a88(1,"SmartQuotesType.enabled") +C.Og=new N.jf("SnackBarClosedReason.dismiss") +C.Oh=new N.jf("SnackBarClosedReason.swipe") +C.yd=new N.jf("SnackBarClosedReason.hide") +C.Vw=new N.jf("SnackBarClosedReason.remove") +C.jW=new N.jf("SnackBarClosedReason.timeout") +C.Oi=new K.Af(null,null,null,null,null,null,null) +C.S6=new L.aN("New connection added!",null,null,null,null,null,null,null) +C.Oj=new N.je(C.S6,C.bB,null,null,null,null,null,null,null,C.bu,null,null,C.bg,null) +C.Su=new L.aN("New members added!",null,null,null,null,null,null,null) +C.Ok=new N.je(C.Su,C.bB,null,null,null,null,null,null,null,C.bu,null,null,C.bg,null) +C.RY=new L.aN("New contacts loaded!",null,null,null,null,null,null,null) +C.Ol=new N.je(C.RY,C.bB,null,null,null,null,null,null,null,C.bu,null,null,C.bg,null) +C.Se=new L.aN("Profile updated!",null,null,null,null,null,null,null) +C.Om=new N.je(C.Se,C.bB,null,null,null,null,null,null,null,C.bu,null,null,C.bg,null) +C.jX=new R.LQ(null) +C.On=new G.oX(null) +C.Oo=new M.Ai("SpringType.criticallyDamped") +C.Op=new M.Ai("SpringType.underDamped") +C.Oq=new M.Ai("SpringType.overDamped") +C.aQ=new K.Aj("StackFit.loose") +C.Or=new K.Aj("StackFit.expand") +C.Os=new K.Aj("StackFit.passthrough") +C.Ot=new R.ie("...",-1,"","","",-1,-1,"","...") +C.Ou=new R.ie("",-1,"","","",-1,-1,"","asynchronous suspension") +C.jY=new T.fj("") +C.bY=new L.d_("SvgPathSegType.unknown") +C.Ow=new R.Ap(null,null,null,null,null,null) +C.Ox=new H.tE("call") +C.k0=new A.kx("basic") +C.k1=new A.kx("click") +C.Oy=new A.kx("forbidden") +C.OA=new V.M2("SystemSoundType.click") +C.OB=new V.M2("SystemSoundType.alert") +C.OC=new X.ml(C.t,null,C.aa,null,C.V,C.aa) +C.OD=new X.ml(C.t,null,C.aa,null,C.aa,C.V) +C.OE=new U.Aq(null,null,null,null,null,null,null) +C.yk=new E.a8Z("tap") +C.yl=new K.M8(0) +C.ym=new K.M8(-1) +C.T=new P.At(0,"TextBaseline.alphabetic") +C.aL=new P.At(1,"TextBaseline.ideographic") +C.OF=new T.Au(null) +C.hl=new H.tK("TextCapitalization.none") +C.yn=new H.Av(C.hl) +C.k3=new H.tK("TextCapitalization.words") +C.k4=new H.tK("TextCapitalization.sentences") +C.yo=new N.Mb("TextCapitalization.sentences") +C.k5=new H.tK("TextCapitalization.characters") +C.Vx=new N.Mb("TextCapitalization.none") +C.OG=new P.p2(0,"TextDecorationStyle.solid") +C.yp=new P.p2(1,"TextDecorationStyle.double") +C.OH=new P.p2(2,"TextDecorationStyle.dotted") +C.OI=new P.p2(3,"TextDecorationStyle.dashed") +C.OJ=new P.p2(4,"TextDecorationStyle.wavy") +C.i=new P.Aw(0) +C.eA=new X.ht(-1,-1,C.n,!1,-1,-1) +C.a2=new P.d0(-1,-1) +C.OK=new N.co("",C.eA,C.a2) +C.yv=new X.ht(0,0,C.n,!1,0,0) +C.ew=new N.co("",C.yv,C.a2) +C.k6=new N.eV("TextInputAction.none") +C.k7=new N.eV("TextInputAction.unspecified") +C.k8=new N.eV("TextInputAction.route") +C.k9=new N.eV("TextInputAction.emergencyCall") +C.hm=new N.eV("TextInputAction.newline") +C.ex=new N.eV("TextInputAction.done") +C.ka=new N.eV("TextInputAction.go") +C.kb=new N.eV("TextInputAction.search") +C.kc=new N.eV("TextInputAction.send") +C.kd=new N.eV("TextInputAction.next") +C.ke=new N.eV("TextInputAction.previous") +C.kf=new N.eV("TextInputAction.continueAction") +C.kg=new N.eV("TextInputAction.join") +C.OL=new N.tO(0,null,null) +C.OM=new N.tO(1,null,null) +C.ey=new N.tO(8,null,null) +C.yr=new P.Me("TextLeadingDistribution.proportional") +C.ys=new P.Me("TextLeadingDistribution.even") +C.ON=new U.tR("TextOverflow.fade") +C.bE=new U.tR("TextOverflow.ellipsis") +C.yt=new U.tR("TextOverflow.visible") +C.yu=new P.b1(0,C.n) +C.de=new F.AE("TextSelectionHandleType.left") +C.df=new F.AE("TextSelectionHandleType.right") +C.ez=new F.AE("TextSelectionHandleType.collapsed") +C.OO=new R.AF(null,null,null) +C.yq=new P.Aw(1) +C.OU=new A.w(!0,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,C.yq,null,null,null,null,null,null,null) +C.CE=new P.k(3506372608) +C.Pj=new A.w(!0,C.CE,null,"monospace",null,null,48,C.iP,null,null,null,null,null,null,null,null,null,C.yq,C.lI,C.yp,null,"fallback style; consider putting your text in a Material",null,null,null) +C.yw=new A.w(!0,C.dX,null,null,null,null,12,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.R6=new A.w(!0,C.j,null,null,null,null,15,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.Rb=new A.w(!0,null,null,null,null,null,null,C.bM,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.Z=H.a(s(["Ubuntu","Cantarell","DejaVu Sans","Liberation Sans","Arial"]),t.s) +C.Rp=new A.w(!0,C.X,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteHelsinki headline1",null,null,null) +C.Rq=new A.w(!0,C.X,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteHelsinki headline2",null,null,null) +C.Rr=new A.w(!0,C.X,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteHelsinki headline3",null,null,null) +C.Rs=new A.w(!0,C.X,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteHelsinki headline4",null,null,null) +C.Rf=new A.w(!0,C.j,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteHelsinki headline5",null,null,null) +C.Rg=new A.w(!0,C.j,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteHelsinki headline6",null,null,null) +C.R0=new A.w(!0,C.j,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteHelsinki subtitle1",null,null,null) +C.R1=new A.w(!0,C.j,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteHelsinki subtitle2",null,null,null) +C.OP=new A.w(!0,C.j,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteHelsinki bodyText1",null,null,null) +C.OQ=new A.w(!0,C.j,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteHelsinki bodyText2",null,null,null) +C.OR=new A.w(!0,C.X,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteHelsinki caption",null,null,null) +C.Qq=new A.w(!0,C.j,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteHelsinki button",null,null,null) +C.Qm=new A.w(!0,C.j,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteHelsinki overline",null,null,null) +C.RE=new R.e0(C.Rp,C.Rq,C.Rr,C.Rs,C.Rf,C.Rg,C.R0,C.R1,C.OP,C.OQ,C.OR,C.Qq,C.Qm) +C.Q2=new A.w(!0,C.R,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedmond headline1",null,null,null) +C.Q3=new A.w(!0,C.R,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedmond headline2",null,null,null) +C.Q4=new A.w(!0,C.R,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedmond headline3",null,null,null) +C.Q5=new A.w(!0,C.R,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedmond headline4",null,null,null) +C.Q6=new A.w(!0,C.Q,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedmond headline5",null,null,null) +C.Q7=new A.w(!0,C.Q,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedmond headline6",null,null,null) +C.QJ=new A.w(!0,C.Q,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedmond subtitle1",null,null,null) +C.QK=new A.w(!0,C.t,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedmond subtitle2",null,null,null) +C.Ph=new A.w(!0,C.Q,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedmond bodyText1",null,null,null) +C.Pi=new A.w(!0,C.Q,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedmond bodyText2",null,null,null) +C.P7=new A.w(!0,C.R,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedmond caption",null,null,null) +C.Qg=new A.w(!0,C.Q,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedmond button",null,null,null) +C.Pg=new A.w(!0,C.t,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedmond overline",null,null,null) +C.RF=new R.e0(C.Q2,C.Q3,C.Q4,C.Q5,C.Q6,C.Q7,C.QJ,C.QK,C.Ph,C.Pi,C.P7,C.Qg,C.Pg) +C.R7=new A.w(!0,C.X,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteCupertino headline1",null,null,null) +C.PG=new A.w(!0,C.X,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteCupertino headline2",null,null,null) +C.Pa=new A.w(!0,C.X,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteCupertino headline3",null,null,null) +C.P8=new A.w(!0,C.X,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteCupertino headline4",null,null,null) +C.Rx=new A.w(!0,C.j,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteCupertino headline5",null,null,null) +C.Qh=new A.w(!0,C.j,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteCupertino headline6",null,null,null) +C.R3=new A.w(!0,C.j,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteCupertino subtitle1",null,null,null) +C.Qj=new A.w(!0,C.j,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteCupertino subtitle2",null,null,null) +C.Rt=new A.w(!0,C.j,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteCupertino bodyText1",null,null,null) +C.OS=new A.w(!0,C.j,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteCupertino bodyText2",null,null,null) +C.QE=new A.w(!0,C.X,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteCupertino caption",null,null,null) +C.PJ=new A.w(!0,C.j,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteCupertino button",null,null,null) +C.Qw=new A.w(!0,C.j,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteCupertino overline",null,null,null) +C.RG=new R.e0(C.R7,C.PG,C.Pa,C.P8,C.Rx,C.Qh,C.R3,C.Qj,C.Rt,C.OS,C.QE,C.PJ,C.Qw) +C.Px=new A.w(!0,C.R,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackMountainView headline1",null,null,null) +C.Py=new A.w(!0,C.R,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackMountainView headline2",null,null,null) +C.Pz=new A.w(!0,C.R,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackMountainView headline3",null,null,null) +C.PA=new A.w(!0,C.R,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackMountainView headline4",null,null,null) +C.PB=new A.w(!0,C.Q,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackMountainView headline5",null,null,null) +C.PC=new A.w(!0,C.Q,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackMountainView headline6",null,null,null) +C.QN=new A.w(!0,C.Q,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackMountainView subtitle1",null,null,null) +C.QO=new A.w(!0,C.t,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackMountainView subtitle2",null,null,null) +C.P2=new A.w(!0,C.Q,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackMountainView bodyText1",null,null,null) +C.P3=new A.w(!0,C.Q,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackMountainView bodyText2",null,null,null) +C.QU=new A.w(!0,C.R,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackMountainView caption",null,null,null) +C.Q8=new A.w(!0,C.Q,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackMountainView button",null,null,null) +C.PD=new A.w(!0,C.t,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackMountainView overline",null,null,null) +C.RH=new R.e0(C.Px,C.Py,C.Pz,C.PA,C.PB,C.PC,C.QN,C.QO,C.P2,C.P3,C.QU,C.Q8,C.PD) +C.Pb=new A.w(!0,C.X,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedmond headline1",null,null,null) +C.Pc=new A.w(!0,C.X,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedmond headline2",null,null,null) +C.Pd=new A.w(!0,C.X,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedmond headline3",null,null,null) +C.Pe=new A.w(!0,C.X,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedmond headline4",null,null,null) +C.R8=new A.w(!0,C.j,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedmond headline5",null,null,null) +C.R9=new A.w(!0,C.j,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedmond headline6",null,null,null) +C.Pt=new A.w(!0,C.j,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedmond subtitle1",null,null,null) +C.Pu=new A.w(!0,C.j,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedmond subtitle2",null,null,null) +C.R4=new A.w(!0,C.j,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedmond bodyText1",null,null,null) +C.R5=new A.w(!0,C.j,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedmond bodyText2",null,null,null) +C.Pn=new A.w(!0,C.X,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedmond caption",null,null,null) +C.Ps=new A.w(!0,C.j,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedmond button",null,null,null) +C.QG=new A.w(!0,C.j,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedmond overline",null,null,null) +C.RI=new R.e0(C.Pb,C.Pc,C.Pd,C.Pe,C.R8,C.R9,C.Pt,C.Pu,C.R4,C.R5,C.Pn,C.Ps,C.QG) +C.Po=new A.w(!0,C.X,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedwoodCity headline1",null,null,null) +C.Pp=new A.w(!0,C.X,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedwoodCity headline2",null,null,null) +C.Pq=new A.w(!0,C.X,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedwoodCity headline3",null,null,null) +C.Pr=new A.w(!0,C.X,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedwoodCity headline4",null,null,null) +C.Pv=new A.w(!0,C.j,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedwoodCity headline5",null,null,null) +C.Pw=new A.w(!0,C.j,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedwoodCity headline6",null,null,null) +C.Rv=new A.w(!0,C.j,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedwoodCity subtitle1",null,null,null) +C.Rw=new A.w(!0,C.j,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedwoodCity subtitle2",null,null,null) +C.QZ=new A.w(!0,C.j,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedwoodCity bodyText1",null,null,null) +C.R_=new A.w(!0,C.j,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedwoodCity bodyText2",null,null,null) +C.Rd=new A.w(!0,C.X,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedwoodCity caption",null,null,null) +C.Re=new A.w(!0,C.j,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedwoodCity button",null,null,null) +C.Qk=new A.w(!0,C.j,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteRedwoodCity overline",null,null,null) +C.RJ=new R.e0(C.Po,C.Pp,C.Pq,C.Pr,C.Pv,C.Pw,C.Rv,C.Rw,C.QZ,C.R_,C.Rd,C.Re,C.Qk) +C.Q9=new A.w(!0,C.R,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedwoodCity headline1",null,null,null) +C.Qa=new A.w(!0,C.R,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedwoodCity headline2",null,null,null) +C.Qb=new A.w(!0,C.R,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedwoodCity headline3",null,null,null) +C.Qc=new A.w(!0,C.R,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedwoodCity headline4",null,null,null) +C.Qd=new A.w(!0,C.Q,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedwoodCity headline5",null,null,null) +C.Qe=new A.w(!0,C.Q,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedwoodCity headline6",null,null,null) +C.OX=new A.w(!0,C.Q,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedwoodCity subtitle1",null,null,null) +C.OY=new A.w(!0,C.t,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedwoodCity subtitle2",null,null,null) +C.OZ=new A.w(!0,C.Q,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedwoodCity bodyText1",null,null,null) +C.P_=new A.w(!0,C.Q,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedwoodCity bodyText2",null,null,null) +C.Ro=new A.w(!0,C.R,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedwoodCity caption",null,null,null) +C.Qu=new A.w(!0,C.Q,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedwoodCity button",null,null,null) +C.OV=new A.w(!0,C.t,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackRedwoodCity overline",null,null,null) +C.RK=new R.e0(C.Q9,C.Qa,C.Qb,C.Qc,C.Qd,C.Qe,C.OX,C.OY,C.OZ,C.P_,C.Ro,C.Qu,C.OV) +C.PM=new A.w(!0,C.R,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackHelsinki headline1",null,null,null) +C.PN=new A.w(!0,C.R,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackHelsinki headline2",null,null,null) +C.PO=new A.w(!0,C.R,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackHelsinki headline3",null,null,null) +C.PP=new A.w(!0,C.R,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackHelsinki headline4",null,null,null) +C.PQ=new A.w(!0,C.Q,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackHelsinki headline5",null,null,null) +C.PR=new A.w(!0,C.Q,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackHelsinki headline6",null,null,null) +C.P5=new A.w(!0,C.Q,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackHelsinki subtitle1",null,null,null) +C.P6=new A.w(!0,C.t,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackHelsinki subtitle2",null,null,null) +C.PZ=new A.w(!0,C.Q,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackHelsinki bodyText1",null,null,null) +C.Q_=new A.w(!0,C.Q,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackHelsinki bodyText2",null,null,null) +C.QF=new A.w(!0,C.R,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackHelsinki caption",null,null,null) +C.Pl=new A.w(!0,C.Q,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackHelsinki button",null,null,null) +C.R2=new A.w(!0,C.t,null,"Roboto",C.Z,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackHelsinki overline",null,null,null) +C.RL=new R.e0(C.PM,C.PN,C.PO,C.PP,C.PQ,C.PR,C.P5,C.P6,C.PZ,C.Q_,C.QF,C.Pl,C.R2) +C.Ry=new A.w(!1,null,null,null,null,null,112,C.Y,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"tall display4 2014",null,null,null) +C.Rz=new A.w(!1,null,null,null,null,null,56,C.Y,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"tall display3 2014",null,null,null) +C.RA=new A.w(!1,null,null,null,null,null,45,C.Y,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"tall display2 2014",null,null,null) +C.RB=new A.w(!1,null,null,null,null,null,34,C.Y,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"tall display1 2014",null,null,null) +C.OT=new A.w(!1,null,null,null,null,null,24,C.Y,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"tall headline 2014",null,null,null) +C.PF=new A.w(!1,null,null,null,null,null,21,C.bM,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"tall title 2014",null,null,null) +C.Pf=new A.w(!1,null,null,null,null,null,17,C.Y,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"tall subhead 2014",null,null,null) +C.Qp=new A.w(!1,null,null,null,null,null,15,C.aK,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"tall subtitle 2014",null,null,null) +C.PH=new A.w(!1,null,null,null,null,null,15,C.bM,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"tall body2 2014",null,null,null) +C.PI=new A.w(!1,null,null,null,null,null,15,C.Y,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"tall body1 2014",null,null,null) +C.P1=new A.w(!1,null,null,null,null,null,13,C.Y,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"tall caption 2014",null,null,null) +C.Qf=new A.w(!1,null,null,null,null,null,15,C.bM,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"tall button 2014",null,null,null) +C.Qr=new A.w(!1,null,null,null,null,null,11,C.Y,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"tall overline 2014",null,null,null) +C.RM=new R.e0(C.Ry,C.Rz,C.RA,C.RB,C.OT,C.PF,C.Pf,C.Qp,C.PH,C.PI,C.P1,C.Qf,C.Qr) +C.Rj=new A.w(!1,null,null,null,null,null,112,C.fg,null,null,null,C.aL,null,null,null,null,null,null,null,null,null,"dense display4 2014",null,null,null) +C.Rk=new A.w(!1,null,null,null,null,null,56,C.Y,null,null,null,C.aL,null,null,null,null,null,null,null,null,null,"dense display3 2014",null,null,null) +C.Rl=new A.w(!1,null,null,null,null,null,45,C.Y,null,null,null,C.aL,null,null,null,null,null,null,null,null,null,"dense display2 2014",null,null,null) +C.Rm=new A.w(!1,null,null,null,null,null,34,C.Y,null,null,null,C.aL,null,null,null,null,null,null,null,null,null,"dense display1 2014",null,null,null) +C.P9=new A.w(!1,null,null,null,null,null,24,C.Y,null,null,null,C.aL,null,null,null,null,null,null,null,null,null,"dense headline 2014",null,null,null) +C.QP=new A.w(!1,null,null,null,null,null,21,C.aK,null,null,null,C.aL,null,null,null,null,null,null,null,null,null,"dense title 2014",null,null,null) +C.Ru=new A.w(!1,null,null,null,null,null,17,C.Y,null,null,null,C.aL,null,null,null,null,null,null,null,null,null,"dense subhead 2014",null,null,null) +C.Q1=new A.w(!1,null,null,null,null,null,15,C.aK,null,null,null,C.aL,null,null,null,null,null,null,null,null,null,"dense subtitle 2014",null,null,null) +C.QB=new A.w(!1,null,null,null,null,null,15,C.aK,null,null,null,C.aL,null,null,null,null,null,null,null,null,null,"dense body2 2014",null,null,null) +C.QC=new A.w(!1,null,null,null,null,null,15,C.Y,null,null,null,C.aL,null,null,null,null,null,null,null,null,null,"dense body1 2014",null,null,null) +C.Pm=new A.w(!1,null,null,null,null,null,13,C.Y,null,null,null,C.aL,null,null,null,null,null,null,null,null,null,"dense caption 2014",null,null,null) +C.QI=new A.w(!1,null,null,null,null,null,15,C.aK,null,null,null,C.aL,null,null,null,null,null,null,null,null,null,"dense button 2014",null,null,null) +C.Qs=new A.w(!1,null,null,null,null,null,11,C.Y,null,null,null,C.aL,null,null,null,null,null,null,null,null,null,"dense overline 2014",null,null,null) +C.RN=new R.e0(C.Rj,C.Rk,C.Rl,C.Rm,C.P9,C.QP,C.Ru,C.Q1,C.QB,C.QC,C.Pm,C.QI,C.Qs) +C.P0=new A.w(!0,C.R,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackCupertino headline1",null,null,null) +C.RC=new A.w(!0,C.R,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackCupertino headline2",null,null,null) +C.Ql=new A.w(!0,C.R,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackCupertino headline3",null,null,null) +C.OW=new A.w(!0,C.R,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackCupertino headline4",null,null,null) +C.PY=new A.w(!0,C.Q,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackCupertino headline5",null,null,null) +C.Qv=new A.w(!0,C.Q,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackCupertino headline6",null,null,null) +C.QD=new A.w(!0,C.Q,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackCupertino subtitle1",null,null,null) +C.Rc=new A.w(!0,C.t,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackCupertino subtitle2",null,null,null) +C.Rn=new A.w(!0,C.Q,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackCupertino bodyText1",null,null,null) +C.Qi=new A.w(!0,C.Q,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackCupertino bodyText2",null,null,null) +C.Qt=new A.w(!0,C.R,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackCupertino caption",null,null,null) +C.Ra=new A.w(!0,C.Q,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackCupertino button",null,null,null) +C.Qo=new A.w(!0,C.t,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"blackCupertino overline",null,null,null) +C.RO=new R.e0(C.P0,C.RC,C.Ql,C.OW,C.PY,C.Qv,C.QD,C.Rc,C.Rn,C.Qi,C.Qt,C.Ra,C.Qo) +C.QQ=new A.w(!0,C.X,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteMountainView headline1",null,null,null) +C.QR=new A.w(!0,C.X,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteMountainView headline2",null,null,null) +C.QS=new A.w(!0,C.X,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteMountainView headline3",null,null,null) +C.QT=new A.w(!0,C.X,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteMountainView headline4",null,null,null) +C.QV=new A.w(!0,C.j,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteMountainView headline5",null,null,null) +C.QW=new A.w(!0,C.j,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteMountainView headline6",null,null,null) +C.QL=new A.w(!0,C.j,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteMountainView subtitle1",null,null,null) +C.QM=new A.w(!0,C.j,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteMountainView subtitle2",null,null,null) +C.QX=new A.w(!0,C.j,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteMountainView bodyText1",null,null,null) +C.QY=new A.w(!0,C.j,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteMountainView bodyText2",null,null,null) +C.PK=new A.w(!0,C.X,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteMountainView caption",null,null,null) +C.PX=new A.w(!0,C.j,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteMountainView button",null,null,null) +C.QH=new A.w(!0,C.j,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,C.i,null,null,null,"whiteMountainView overline",null,null,null) +C.RP=new R.e0(C.QQ,C.QR,C.QS,C.QT,C.QV,C.QW,C.QL,C.QM,C.QX,C.QY,C.PK,C.PX,C.QH) +C.PS=new A.w(!1,null,null,null,null,null,112,C.fg,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"englishLike display4 2014",null,null,null) +C.PT=new A.w(!1,null,null,null,null,null,56,C.Y,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"englishLike display3 2014",null,null,null) +C.PU=new A.w(!1,null,null,null,null,null,45,C.Y,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"englishLike display2 2014",null,null,null) +C.PV=new A.w(!1,null,null,null,null,null,34,C.Y,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"englishLike display1 2014",null,null,null) +C.PW=new A.w(!1,null,null,null,null,null,24,C.Y,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"englishLike headline 2014",null,null,null) +C.PL=new A.w(!1,null,null,null,null,null,20,C.aK,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"englishLike title 2014",null,null,null) +C.PE=new A.w(!1,null,null,null,null,null,16,C.Y,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"englishLike subhead 2014",null,null,null) +C.Qx=new A.w(!1,null,null,null,null,null,14,C.aK,null,0.1,null,C.T,null,null,null,null,null,null,null,null,null,"englishLike subtitle 2014",null,null,null) +C.Qz=new A.w(!1,null,null,null,null,null,14,C.aK,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"englishLike body2 2014",null,null,null) +C.QA=new A.w(!1,null,null,null,null,null,14,C.Y,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"englishLike body1 2014",null,null,null) +C.Pk=new A.w(!1,null,null,null,null,null,12,C.Y,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"englishLike caption 2014",null,null,null) +C.Qn=new A.w(!1,null,null,null,null,null,14,C.aK,null,null,null,C.T,null,null,null,null,null,null,null,null,null,"englishLike button 2014",null,null,null) +C.P4=new A.w(!1,null,null,null,null,null,10,C.Y,null,1.5,null,C.T,null,null,null,null,null,null,null,null,null,"englishLike overline 2014",null,null,null) +C.RQ=new R.e0(C.PS,C.PT,C.PU,C.PV,C.PW,C.PL,C.PE,C.Qx,C.Qz,C.QA,C.Pk,C.Qn,C.P4) +C.yy=new U.Mi("TextWidthBasis.longestLine") +C.RR=new L.aN("Position QR Code within the frame.",C.bZ,null,null,null,null,null,null) +C.yz=new L.aN("Good day!",null,null,null,null,null,null,null) +C.RS=new L.aN("New Group",null,null,null,null,null,null,null) +C.RT=new L.aN("Share QR Code",null,null,null,null,null,null,null) +C.RU=new L.aN("No",null,null,null,null,null,null,null) +C.RV=new L.aN("Owner",C.yw,null,null,null,null,null,null) +C.RW=new L.aN("Display Name",C.bF,null,null,null,null,null,null) +C.RZ=new L.aN("You",null,null,null,null,null,null,null) +C.S_=new L.aN("Disconnect",null,null,null,null,null,null,null) +C.yA=new L.aN("Erase files & Media",null,null,null,null,null,null,null) +C.S2=new L.aN("Complete your profile to begin using SimpleX. Your profile is local to your device and will help identify you to your connections.",C.bF,null,null,null,null,null,null) +C.yB=new L.aN("Add a member",null,null,null,null,null,null,null) +C.yC=new L.aN("Don't ask again",null,null,null,null,null,null,null) +C.yD=new L.aN("Add Contact",null,null,null,null,null,null,null) +C.yE=new L.aN("Contacts Available",null,null,null,null,null,null,null) +C.S5=new L.aN("Members Added",null,null,null,null,null,null,null) +C.yF=new L.aN("Your profile will be sent to your contact!",null,null,null,null,null,null,null) +C.hn=new L.aN("Are you Sure?",null,null,null,null,null,null,null) +C.S7=new L.aN("Display this QR Code for your contact to scan.",C.bF,C.aF,null,null,null,null,null) +C.GK=new P.HI(1,"FontStyle.italic") +C.Q0=new A.w(!0,null,null,null,null,null,null,null,C.GK,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.S8=new L.aN("Not supported yet!",C.Q0,null,null,null,null,null,null) +C.Ri=new A.w(!0,C.j,null,null,null,null,18,C.aK,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.S9=new L.aN("Position QR Code within the frame.",C.Ri,null,null,null,null,null,null) +C.Sb=new L.aN("Confirm",C.ki,null,null,null,null,null,null) +C.Sc=new L.aN("Are You Sure?",null,null,null,null,null,null,null) +C.Sf=new L.aN("Exit Application",C.bF,null,null,null,null,null,null) +C.Sg=new L.aN("Invitations",null,null,null,null,null,null,null) +C.Sh=new L.aN("All conversation history will be deleted from your device!",null,null,null,null,null,null,null) +C.Si=new L.aN("New Members Added",null,null,null,null,null,null,null) +C.yG=new L.aN("Display Name",C.bZ,null,null,null,null,null,null) +C.Sl=new L.aN("If you cannot share your QR Code, send the invitation via a trusted method.",C.bF,C.aF,null,null,null,null,null) +C.Sm=new L.aN("Bob wants to connect with you!",C.bF,C.aF,null,null,null,null,null) +C.Sn=new L.aN("Disconnecting will erase all the data from your device and you will no longer be able to contact again!",null,null,null,null,null,null,null) +C.kh=new A.w(!0,C.bk,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.So=new L.aN("Yes",C.kh,null,null,null,null,null,null) +C.Sp=new L.aN("Delete Conversation",C.kh,null,null,null,null,null,null) +C.Sq=new L.aN("Members",C.bF,null,null,null,null,null,null) +C.Ss=new L.aN("Remove from group",C.kh,null,null,null,null,null,null) +C.St=new L.aN("Switch Profile",null,null,null,null,null,null,null) +C.Qy=new A.w(!0,null,null,null,null,null,null,null,null,1.2,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.yH=new L.aN("Your display name is what your contact will know you :)",C.Qy,null,null,null,null,null,null) +C.Sv=new L.aN("Ignore",C.ki,null,null,null,null,null,null) +C.Sw=new L.aN("Group Name",C.bF,null,null,null,null,null,null) +C.yI=new L.aN("Full Name",C.bZ,null,null,null,null,null,null) +C.Sy=new L.aN("Group Name",C.bZ,null,null,null,null,null,null) +C.Sz=new L.aN("Group Description",C.bZ,null,null,null,null,null,null) +C.Vy=new S.a9z("ThemeMode.system") +C.SA=new Z.AH(0) +C.SB=new Z.AH(0.5) +C.SC=new M.AI(null) +C.bp=new P.tW(0,"TileMode.clamp") +C.kj=new P.tW(1,"TileMode.repeated") +C.yJ=new P.tW(2,"TileMode.mirror") +C.dg=new P.tW(3,"TileMode.decal") +C.SD=new A.AK(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.SE=new S.AL(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +C.c_=new N.AO(0.001,0.001) +C.SF=new N.AO(0.01,1/0) +C.SG=new D.a9G(!0,!0) +C.SH=new T.AQ(null,null,null,null,null,null,null,null) +C.kk=new T.Mm("TooltipTriggerMode.longPress") +C.SI=new T.Mm("TooltipTriggerMode.tap") +C.yK=new H.AT("TransformKind.identity") +C.yL=new H.AT("TransformKind.transform2d") +C.ho=new H.AT("TransformKind.complex") +C.b9=new U.mq("TraversalDirection.up") +C.bq=new U.mq("TraversalDirection.right") +C.br=new U.mq("TraversalDirection.down") +C.ba=new U.mq("TraversalDirection.left") +C.SJ=H.ag("amr") +C.SK=H.ag("anb") +C.SL=H.ag("anc") +C.SM=H.ag("amh") +C.SN=H.ag("amv") +C.SO=H.ag("ams") +C.SQ=H.ag("amA") +C.SP=H.ag("amC") +C.yM=H.ag("pZ") +C.SR=H.ag("qc") +C.SS=H.ag("l9") +C.ST=H.ag("cj") +C.SU=H.ag("ane") +C.SV=H.ag("anf") +C.SW=H.ag("k") +C.SX=H.ag("amc") +C.SY=H.ag("ame") +C.SZ=H.ag("amf") +C.T_=H.ag("amg") +C.T0=H.ag("amj") +C.T1=H.ag("amk") +C.T2=H.ag("arh") +C.T3=H.ag("nn") +C.T4=H.ag("aCL") +C.T5=H.ag("hK") +C.T6=H.ag("amE") +C.T7=H.ag("Z6") +C.T8=H.ag("Z7") +C.T9=H.ag("hM") +C.Ta=H.ag("ani") +C.Tb=H.ag("aDm") +C.Tc=H.ag("a08") +C.Td=H.ag("aDn") +C.Te=H.ag("amS") +C.Tf=H.ag("amz") +C.Tg=H.ag("b3>") +C.kl=H.ag("fb") +C.aN=H.ag("yd") +C.Th=H.ag("ana") +C.Ti=H.ag("and") +C.Tj=H.ag("ang") +C.Tk=H.ag("anh") +C.Tl=H.ag("anj") +C.Tm=H.ag("amx") +C.Tn=H.ag("rt") +C.To=H.ag("aA") +C.Tp=H.ag("iY") +C.km=H.ag("i_") +C.Tq=H.ag("anl") +C.Tr=H.ag("rO") +C.Ts=H.ag("rR") +C.Tt=H.ag("asY") +C.Tu=H.ag("i8") +C.Tv=H.ag("anC") +C.Tw=H.ag("oQ") +C.Tx=H.ag("oS") +C.yN=H.ag("m") +C.kn=H.ag("fk") +C.Ty=H.ag("aFJ") +C.Tz=H.ag("aFK") +C.TA=H.ag("aFL") +C.TB=H.ag("d1") +C.hp=H.ag("hR") +C.TC=H.ag("B0") +C.TD=H.ag("u8") +C.TE=H.ag("jq<@>") +C.TF=H.ag("jw") +C.TG=H.ag("jx") +C.TH=H.ag("E") +C.TI=H.ag("ami") +C.TJ=H.ag("R") +C.TK=H.ag("amw") +C.TL=H.ag("amy") +C.TM=H.ag("q") +C.ko=H.ag("il") +C.TN=H.ag("no") +C.TO=H.ag("c0") +C.TP=H.ag("amu") +C.TQ=H.ag("aCK") +C.TR=H.ag("amD") +C.TS=H.ag("amB") +C.TT=H.ag("amt") +C.kp=new O.Mt("UnfocusDisposition.scope") +C.kq=new O.Mt("UnfocusDisposition.previouslyFocusedChild") +C.TU=new H.cq(11264,55297,C.l,t.M) +C.TV=new H.cq(1425,1775,C.q,t.M) +C.TW=new H.cq(1786,2303,C.q,t.M) +C.TX=new H.cq(192,214,C.l,t.M) +C.TY=new H.cq(216,246,C.l,t.M) +C.TZ=new H.cq(2304,8191,C.l,t.M) +C.U_=new H.cq(248,696,C.l,t.M) +C.U0=new H.cq(55298,55299,C.q,t.M) +C.U1=new H.cq(55300,55353,C.l,t.M) +C.U2=new H.cq(55354,55355,C.q,t.M) +C.U3=new H.cq(55356,56319,C.l,t.M) +C.U4=new H.cq(63744,64284,C.l,t.M) +C.U5=new H.cq(64285,65023,C.q,t.M) +C.U6=new H.cq(65024,65135,C.l,t.M) +C.U7=new H.cq(65136,65276,C.q,t.M) +C.U8=new H.cq(65277,65535,C.l,t.M) +C.U9=new H.cq(65,90,C.l,t.M) +C.Ua=new H.cq(768,1424,C.l,t.M) +C.Ub=new H.cq(8206,8206,C.l,t.M) +C.Uc=new H.cq(8207,8207,C.q,t.M) +C.Ud=new H.cq(97,122,C.l,t.M) +C.dh=new P.AW(!1) +C.Ue=new P.AW(!0) +C.Uf=new D.ee("dismissible",H.Z("ee")) +C.Ug=new R.u0(C.h,0,C.A,C.h) +C.Uh=new G.MB("VerticalDirection.up") +C.di=new G.MB("VerticalDirection.down") +C.yO=new X.kI(0,0) +C.Ui=new X.kI(-2,-2) +C.Uk=new E.kJ("XmlNodeType.CDATA") +C.Ul=new E.kJ("XmlNodeType.COMMENT") +C.Um=new E.kJ("XmlNodeType.DECLARATION") +C.Un=new E.kJ("XmlNodeType.DOCUMENT_TYPE") +C.yQ=new E.kJ("XmlNodeType.ELEMENT") +C.Uo=new E.kJ("XmlNodeType.PROCESSING") +C.Up=new E.kJ("XmlNodeType.TEXT") +C.Uq=new U.MZ("_ActivityIndicatorType.adaptive") +C.aw=new G.u7("_AnimationDirection.forward") +C.kA=new G.u7("_AnimationDirection.reverse") +C.kB=new H.Bi("_CheckableKind.checkbox") +C.kC=new H.Bi("_CheckableKind.radio") +C.kD=new H.Bi("_CheckableKind.toggle") +C.yS=new H.Bj("_ComparisonResult.inside") +C.yT=new H.Bj("_ComparisonResult.higher") +C.yU=new H.Bj("_ComparisonResult.lower") +C.Us=new D.Oa("_DashOffsetType.Percentage") +C.hu=new L.fl("_DecorationSlot.icon") +C.hv=new L.fl("_DecorationSlot.input") +C.hw=new L.fl("_DecorationSlot.container") +C.hx=new L.fl("_DecorationSlot.label") +C.hy=new L.fl("_DecorationSlot.hint") +C.hz=new L.fl("_DecorationSlot.prefix") +C.hA=new L.fl("_DecorationSlot.suffix") +C.hB=new L.fl("_DecorationSlot.prefixIcon") +C.hC=new L.fl("_DecorationSlot.suffixIcon") +C.hD=new L.fl("_DecorationSlot.helperError") +C.hE=new L.fl("_DecorationSlot.counter") +C.dk=new O.Bz("_DragState.ready") +C.yV=new O.Bz("_DragState.possible") +C.eH=new O.Bz("_DragState.accepted") +C.ab=new N.uk("_ElementLifecycle.initial") +C.cu=new N.uk("_ElementLifecycle.active") +C.Ux=new N.uk("_ElementLifecycle.inactive") +C.yW=new N.uk("_ElementLifecycle.defunct") +C.dl=new V.BF(C.k1,"clickable") +C.Oz=new A.kx("text") +C.Uy=new V.BF(C.Oz,"textable") +C.yX=new H.P1(1) +C.yY=new H.P1(-1) +C.hF=new Q.BK("_FlingGestureKind.none") +C.yZ=new Q.BK("_FlingGestureKind.forward") +C.z_=new Q.BK("_FlingGestureKind.reverse") +C.z0=new E.ul("_FloatingActionButtonType.small") +C.Uz=new E.ul("_FloatingActionButtonType.large") +C.UA=new E.ul("_FloatingActionButtonType.extended") +C.kL=new K.ps("_ForceState.ready") +C.hG=new K.ps("_ForceState.possible") +C.z1=new K.ps("_ForceState.accepted") +C.hH=new K.ps("_ForceState.started") +C.UB=new K.ps("_ForceState.peaked") +C.eI=new L.ut("_GlowState.idle") +C.z2=new L.ut("_GlowState.absorb") +C.eJ=new L.ut("_GlowState.pull") +C.kM=new L.ut("_GlowState.recede") +C.cv=new R.uv("_HighlightType.pressed") +C.dm=new R.uv("_HighlightType.hover") +C.hI=new R.uv("_HighlightType.focus") +C.a3=new S.uA("_IntrinsicDimension.minWidth") +C.U=new S.uA("_IntrinsicDimension.maxWidth") +C.ax=new S.uA("_IntrinsicDimension.minHeight") +C.aI=new S.uA("_IntrinsicDimension.maxHeight") +C.UC=new P.mz(null,2) +C.hJ=new Q.pz("_ListTileSlot.leading") +C.hK=new Q.pz("_ListTileSlot.title") +C.hL=new Q.pz("_ListTileSlot.subtitle") +C.hM=new Q.pz("_ListTileSlot.trailing") +C.kN=new V.mB(1/0,1/0,1/0,1/0,1/0,1/0) +C.UD=new B.cE(C.cR,C.cL) +C.fn=new B.o_("KeyboardSide.left") +C.UE=new B.cE(C.cR,C.fn) +C.fo=new B.o_("KeyboardSide.right") +C.UF=new B.cE(C.cR,C.fo) +C.UG=new B.cE(C.cR,C.bw) +C.UH=new B.cE(C.cS,C.cL) +C.UI=new B.cE(C.cS,C.fn) +C.UJ=new B.cE(C.cS,C.fo) +C.UK=new B.cE(C.cS,C.bw) +C.UL=new B.cE(C.cT,C.cL) +C.UM=new B.cE(C.cT,C.fn) +C.UN=new B.cE(C.cT,C.fo) +C.UO=new B.cE(C.cT,C.bw) +C.UP=new B.cE(C.cU,C.cL) +C.UQ=new B.cE(C.cU,C.fn) +C.UR=new B.cE(C.cU,C.fo) +C.US=new B.cE(C.cU,C.bw) +C.UT=new B.cE(C.jx,C.bw) +C.UU=new B.cE(C.jy,C.bw) +C.UV=new B.cE(C.jz,C.bw) +C.UW=new B.cE(C.jA,C.bw) +C.UX=new L.Qp(null) +C.z3=new H.uO("_ParagraphCommandType.addText") +C.z4=new H.uO("_ParagraphCommandType.pop") +C.z5=new H.uO("_ParagraphCommandType.pushStyle") +C.z6=new H.uO("_ParagraphCommandType.addPlaceholder") +C.UZ=new H.pC(C.z4,null,null,null) +C.dn=new T.bK(0,0) +C.V_=new P.agX(C.I,P.aJj()) +C.V0=new P.agY(C.I,P.aJk()) +C.V1=new P.agZ(C.I,P.aJl()) +C.V2=new K.eC(0,"_RouteLifecycle.staging") +C.hN=new K.eC(1,"_RouteLifecycle.add") +C.z7=new K.eC(10,"_RouteLifecycle.popping") +C.z8=new K.eC(11,"_RouteLifecycle.removing") +C.kO=new K.eC(12,"_RouteLifecycle.dispose") +C.z9=new K.eC(13,"_RouteLifecycle.disposed") +C.za=new K.eC(2,"_RouteLifecycle.adding") +C.kP=new K.eC(3,"_RouteLifecycle.push") +C.kQ=new K.eC(4,"_RouteLifecycle.pushReplace") +C.kR=new K.eC(5,"_RouteLifecycle.pushing") +C.zb=new K.eC(6,"_RouteLifecycle.replace") +C.eK=new K.eC(7,"_RouteLifecycle.idle") +C.hO=new K.eC(8,"_RouteLifecycle.pop") +C.zc=new K.eC(9,"_RouteLifecycle.remove") +C.V3=new P.ahw(C.I,P.aJn()) +C.V4=new P.ahx(C.I,P.aJm()) +C.V5=new P.ahy(C.I,P.aJo()) +C.hQ=new M.fn("_ScaffoldSlot.body") +C.hR=new M.fn("_ScaffoldSlot.appBar") +C.kS=new M.fn("_ScaffoldSlot.endDrawer") +C.hS=new M.fn("_ScaffoldSlot.statusBar") +C.hT=new M.fn("_ScaffoldSlot.bodyScrim") +C.hU=new M.fn("_ScaffoldSlot.bottomSheet") +C.cw=new M.fn("_ScaffoldSlot.snackBar") +C.dp=new M.fn("_ScaffoldSlot.materialBanner") +C.kT=new M.fn("_ScaffoldSlot.persistentFooter") +C.kU=new M.fn("_ScaffoldSlot.bottomNavigationBar") +C.hV=new M.fn("_ScaffoldSlot.floatingActionButton") +C.hW=new M.fn("_ScaffoldSlot.drawer") +C.k=new N.ai9("_StateLifecycle.created") +C.eL=new F.SJ("_TextSelectionHandlePosition.start") +C.dq=new F.SJ("_TextSelectionHandlePosition.end") +C.V6=new R.SM(C.lN,C.f7) +C.hX=new E.DN("_ToolbarSlot.leading") +C.hY=new E.DN("_ToolbarSlot.middle") +C.hZ=new E.DN("_ToolbarSlot.trailing") +C.ze=new S.T0("_TrainHoppingMode.minimize") +C.zf=new S.T0("_TrainHoppingMode.maximize") +C.V7=new P.it(C.I,P.aJd()) +C.V8=new P.it(C.I,P.aJh()) +C.V9=new P.it(C.I,P.aJe()) +C.Va=new P.it(C.I,P.aJf()) +C.Vb=new P.it(C.I,P.aJg()) +C.Vc=new P.it(C.I,P.aJi()) +C.Vd=new P.it(C.I,P.aJp())})();(function staticFields(){$.auI=!1 +$.iu=H.a([],t.b) +$.eY=null +$.T=H.b8("canvasKit") +$.Es=null +$.auB=null +$.auF=null +$.pN=null +$.pV=null +$.tv=H.a([],H.Z("r>")) +$.Ab=H.a([],H.Z("r")) +$.atd=!1 +$.atm=!1 +$.arl=null +$.aa=null +$.aov=!1 +$.iw=H.a([],t.kZ) +$.dQ=0 +$.a2t=null +$.Uk=0 +$.kX=H.a([],H.Z("r")) +$.al4=H.a([],t.nx) +$.pR=null +$.atl=!1 +$.a8D=null +$.atF=null +$.a_1=H.b8("_programCache") +$.ap6=H.a([],t.g) +$.amY=null +$.as0=null +$.an9=null +$.awd=null +$.aw6=null +$.asA=null +$.aG6=P.A(t.N,t.lG) +$.aG7=P.A(t.N,t.lG) +$.auv=null +$.au3=0 +$.aow=H.a([],t.no) +$.aoJ=-1 +$.aoo=-1 +$.aon=-1 +$.aoF=-1 +$.av2=-1 +$.aqI=null +$.e8=null +$.A3=null +$.atf=P.A(H.Z("tN"),H.Z("AA")) +$.ajU=null +$.tQ=null +$.arn=null +$.ar1=null +$.auX=-1 +$.auW=-1 +$.auY="" +$.auV="" +$.auZ=-1 +$.EB=P.A(t.N,H.Z("jU")) +$.aa8=null +$.pJ=!1 +$.Um=null +$.aff=null +$.ali=null +$.a3C=0 +$.K7=H.aIj() +$.jI=0 +$.w2=null +$.aqR=null +$.avJ=null +$.ave=null +$.aw7=null +$.aky=null +$.akW=null +$.aoY=null +$.vm=null +$.Eu=null +$.Ev=null +$.aoC=!1 +$.Y=C.I +$.ahn=null +$.pO=H.a([],t.jl) +$.auJ=P.A(t.N,H.Z("a9(m,ak)")) +$.anS=H.a([],H.Z("r")) +$.ln=null +$.amn=null +$.aru=null +$.art=null +$.C_=P.A(t.N,t._8) +$.Ui=null +$.ajE=null +$.aD3=U.aJ5() +$.amG=0 +$.Hz=H.a([],H.Z("r")) +$.as1=null +$.Un=0 +$.ajA=null +$.aos=!1 +$.eJ=null +$.a9I=P.aT(t.P_) +$.hZ=null +$.m3=null +$.avd=1 +$.bL=null +$.A1=null +$.ara=0 +$.ar8=P.A(t.S,t.I7) +$.ar9=P.A(t.I7,t.S) +$.a6s=0 +$.hq=null +$.asP=function(){var s=t.v3 +return P.aJ([C.UM,P.d7([C.d_],s),C.UN,P.d7([C.e5],s),C.UO,P.d7([C.d_,C.e5],s),C.UL,P.d7([C.d_],s),C.UI,P.d7([C.cZ],s),C.UJ,P.d7([C.e4],s),C.UK,P.d7([C.cZ,C.e4],s),C.UH,P.d7([C.cZ],s),C.UE,P.d7([C.cY],s),C.UF,P.d7([C.e3],s),C.UG,P.d7([C.cY,C.e3],s),C.UD,P.d7([C.cY],s),C.UQ,P.d7([C.d0],s),C.UR,P.d7([C.e6],s),C.US,P.d7([C.d0,C.e6],s),C.UP,P.d7([C.d0],s),C.UT,P.d7([C.h4],s),C.UU,P.d7([C.h6],s),C.UV,P.d7([C.h5],s),C.UW,P.d7([C.e2],s)],H.Z("cE"),H.Z("bM"))}() +$.a3S=P.aJ([C.d_,C.fT,C.e5,C.fU,C.cZ,C.fR,C.e4,C.fS,C.cY,C.fP,C.e3,C.fQ,C.d0,C.fV,C.e6,C.fW,C.h4,C.fK,C.h6,C.fL,C.h5,C.fM],t.v3,t.bd) +$.tF=null +$.anN=null +$.atr=1 +$.aFW=!1 +$.B=null +$.bi=1 +$.atZ=H.a([0.000022888183591973643,0.028561000304762274,0.05705195792956655,0.08538917797618413,0.11349556286812107,0.14129881694635613,0.16877157254923383,0.19581093511175632,0.22239649722992452,0.24843841866631658,0.2740024733220569,0.298967680744136,0.32333234658228116,0.34709556909569184,0.3702249257894571,0.39272483400399893,0.41456988647721615,0.43582889025419114,0.4564192786416,0.476410299013587,0.4957560715637827,0.5145493169954743,0.5327205670880077,0.5502846891191615,0.5673274324802855,0.583810881323224,0.5997478744397482,0.615194045299478,0.6301165005270208,0.6445484042257972,0.6585198219185201,0.6720397744233084,0.6850997688076114,0.6977281404741683,0.7099506591298411,0.7217749311525871,0.7331784038850426,0.7442308394229518,0.7549087205105974,0.7652471277371271,0.7752251637549381,0.7848768260203478,0.7942056937103814,0.8032299679689082,0.8119428702388629,0.8203713516576219,0.8285187880808974,0.8363794492831295,0.8439768562813565,0.851322799855549,0.8584111051351724,0.8652534074722162,0.8718525580962131,0.8782333271742155,0.8843892099362031,0.8903155590440985,0.8960465359221951,0.9015574505919048,0.9068736766459904,0.9119951682409297,0.9169321898723632,0.9216747065581234,0.9262420604674766,0.9306331858366086,0.9348476990715433,0.9389007110754832,0.9427903495057521,0.9465220679845756,0.9500943036519721,0.9535176728088761,0.9567898524767604,0.959924306623116,0.9629127700159108,0.9657622101750765,0.9684818726275105,0.9710676079044347,0.9735231939498,0.9758514437576309,0.9780599066560445,0.9801485715370128,0.9821149805689633,0.9839677526782791,0.9857085499421516,0.9873347811966005,0.9888547171706613,0.9902689443512227,0.9915771042095881,0.9927840651641069,0.9938913963715834,0.9948987305580712,0.9958114963810524,0.9966274782266875,0.997352148697352,0.9979848677523623,0.9985285021374979,0.9989844084453229,0.9993537595844986,0.999638729860106,0.9998403888004533,0.9999602810470701,1],t.v) +$.aoE=P.aJ(["xx-small",10,"x-small",12,"small",14,"medium",18,"large",22,"x-large",26,"xx-large",32],t.N,t.i) +$.anF=null +$.at9=!0 +$.awg=null +$.aoU=C.A +$.as8=null +$.as6=null +$.as7=null})();(function lazyInitializers(){var s=hunkHelpers.lazyFinal,r=hunkHelpers.lazy +s($,"aP3","apE",function(){return new H.a3e(P.A(t.N,t._8),P.A(t.S,t.Q))}) +s($,"aNK","cb",function(){return H.aJT(W.EL().navigator.vendor,C.b.Fu(W.EL().navigator.userAgent))}) +s($,"aOf","fq",function(){return H.aJU()}) +r($,"aLJ","api",function(){return H.yp(8)}) +s($,"aNv","axm",function(){return H.atE(0,0,1)}) +s($,"aNO","UL",function(){return J.aqa(J.alP($.T.ah()))}) +s($,"aOs","axV",function(){return H.a([J.aAm(J.aq9($.T.ah())),J.azH(J.aq9($.T.ah()))],H.Z("r"))}) +s($,"aOt","axW",function(){return H.a([J.aAj(J.l3($.T.ah())),J.azy(J.l3($.T.ah())),J.azL(J.l3($.T.ah())),J.aqe(J.l3($.T.ah())),J.azQ(J.l3($.T.ah())),J.aA8(J.l3($.T.ah())),J.az7(J.l3($.T.ah())),J.azx(J.l3($.T.ah())),J.azw(J.l3($.T.ah()))],H.Z("r"))}) +s($,"aOC","ay1",function(){return H.a([J.aA3(J.aqm($.T.ah())),J.azJ(J.aqm($.T.ah()))],H.Z("r"))}) +s($,"aOz","axZ",function(){return H.a([J.azK(J.vy($.T.ah())),J.aA5(J.vy($.T.ah())),J.az9(J.vy($.T.ah())),J.azI(J.vy($.T.ah())),J.aAg(J.vy($.T.ah())),J.azt(J.vy($.T.ah()))],H.Z("r"))}) +s($,"aOD","ay2",function(){return H.a([J.az4(J.UZ($.T.ah())),J.azk(J.UZ($.T.ah())),J.azl(J.UZ($.T.ah())),J.azj(J.UZ($.T.ah()))],H.Z("r"))}) +s($,"aOv","axX",function(){return H.a([J.aqn(J.vx($.T.ah())),J.aqc(J.vx($.T.ah())),J.azE(J.vx($.T.ah())),J.azF(J.vx($.T.ah())),J.azD(J.vx($.T.ah())),J.aAi(J.vx($.T.ah()))],H.Z("r"))}) +s($,"aOw","axY",function(){return H.a([J.aqn(J.aqi($.T.ah())),J.aqc(J.aqi($.T.ah()))],H.Z("r"))}) +s($,"aOq","apz",function(){return H.a([J.aq5(J.alP($.T.ah())),J.aqa(J.alP($.T.ah()))],H.Z("r"))}) +s($,"aOr","UR",function(){return H.a([J.aAo(J.aq6($.T.ah())),J.azu(J.aq6($.T.ah()))],H.Z("r"))}) +s($,"aOp","axU",function(){return H.a([J.aqe(J.UY($.T.ah())),J.aqk(J.UY($.T.ah())),J.azY(J.UY($.T.ah())),J.azG(J.UY($.T.ah()))],H.Z("r"))}) +s($,"aOx","apB",function(){return H.a([J.az8(J.alR($.T.ah())),J.aqj(J.alR($.T.ah())),J.aAa(J.alR($.T.ah()))],H.Z("r"))}) +s($,"aOu","apA",function(){return H.a([J.azz(J.aqf($.T.ah())),J.aAh(J.aqf($.T.ah()))],H.Z("r"))}) +s($,"aOo","apy",function(){return H.a([J.azb(J.ch($.T.ah())),J.aAb(J.ch($.T.ah())),J.azo(J.ch($.T.ah())),J.aAf(J.ch($.T.ah())),J.azs(J.ch($.T.ah())),J.aAd(J.ch($.T.ah())),J.azq(J.ch($.T.ah())),J.aAe(J.ch($.T.ah())),J.azr(J.ch($.T.ah())),J.aAc(J.ch($.T.ah())),J.azp(J.ch($.T.ah())),J.aAp(J.ch($.T.ah())),J.aA2(J.ch($.T.ah())),J.azT(J.ch($.T.ah())),J.aA7(J.ch($.T.ah())),J.azZ(J.ch($.T.ah())),J.azg(J.ch($.T.ah())),J.azM(J.ch($.T.ah())),J.aze(J.ch($.T.ah())),J.azd(J.ch($.T.ah())),J.azA(J.ch($.T.ah())),J.aA9(J.ch($.T.ah())),J.aq5(J.ch($.T.ah())),J.azv(J.ch($.T.ah())),J.azU(J.ch($.T.ah())),J.azB(J.ch($.T.ah())),J.aA6(J.ch($.T.ah())),J.azc(J.ch($.T.ah())),J.azO(J.ch($.T.ah()))],H.Z("r"))}) +s($,"aOy","apC",function(){return H.a([J.azS(J.alS($.T.ah())),J.aqj(J.alS($.T.ah())),J.az6(J.alS($.T.ah()))],H.Z("r"))}) +s($,"aOE","alK",function(){return H.a([J.aza(J.V_($.T.ah())),J.aA4(J.V_($.T.ah())),J.azR(J.V_($.T.ah())),J.azi(J.V_($.T.ah()))],H.Z("r"))}) +s($,"aO_","axB",function(){var q=H.yp(2) +q[0]=0 +q[1]=1 +return q}) +s($,"aOl","apx",function(){return H.aKw(4)}) +s($,"aOB","ay0",function(){return H.a([J.aqk(J.ET($.T.ah())),J.azn(J.ET($.T.ah())),J.azm(J.ET($.T.ah())),J.azh(J.ET($.T.ah())),J.aAn(J.ET($.T.ah()))],H.Z("r"))}) +s($,"aOA","ay_",function(){return H.a([J.az5(J.aql($.T.ah())),J.azC(J.aql($.T.ah()))],H.Z("r"))}) +s($,"aLP","awo",function(){return H.aEr()}) +r($,"aLO","UJ",function(){return $.awo()}) +r($,"aOS","EO",function(){return self.window.FinalizationRegistry!=null}) +r($,"aMj","alE",function(){var q=t.S,p=t.t +return new H.a_s(P.aT(q),P.A(q,t.wW),P.A(q,H.Z("wQ")),P.A(q,H.Z("u1")),P.A(q,H.Z("oZ")),P.aT(q),H.a([],p),H.a([],p),$.be().gjX(),P.A(q,H.Z("bM")))}) +r($,"aMd","vv",function(){var q=t.S +return new H.HG(P.aT(q),P.aT(q),H.aD7(),H.a([],t.Pc),H.a(["Roboto"],t.s),P.A(t.N,q),P.aT(q))}) +r($,"aOd","UP",function(){return H.cP("Noto Sans SC",H.a([C.Bc,C.Bf,C.f0,C.BU,C.lr],t.Cz))}) +r($,"aOe","UQ",function(){return H.cP("Noto Sans TC",H.a([C.lp,C.lq,C.f0],t.Cz))}) +r($,"aOb","UN",function(){return H.cP("Noto Sans HK",H.a([C.lp,C.lq,C.f0],t.Cz))}) +r($,"aOc","UO",function(){return H.cP("Noto Sans JP",H.a([C.Bb,C.f0,C.lr],t.Cz))}) +r($,"aNN","axu",function(){return H.a([$.UP(),$.UQ(),$.UN(),$.UO()],t.Qg)}) +r($,"aOa","axM",function(){var q=t.Cz +return H.a([$.UP(),$.UQ(),$.UN(),$.UO(),H.cP("Noto Naskh Arabic UI",H.a([C.Bk,C.Cd,C.Ce,C.Cg,C.B9,C.BS,C.BV],q)),H.cP("Noto Sans Armenian",H.a([C.Bh,C.BQ],q)),H.cP("Noto Sans Bengali UI",H.a([C.bJ,C.Bn,C.b0,C.c9,C.aJ],q)),H.cP("Noto Sans Myanmar UI",H.a([C.BE,C.b0,C.aJ],q)),H.cP("Noto Sans Egyptian Hieroglyphs",H.a([C.C7],q)),H.cP("Noto Sans Ethiopic",H.a([C.BN,C.B6,C.BL],q)),H.cP("Noto Sans Georgian",H.a([C.Bi,C.BH,C.B5],q)),H.cP("Noto Sans Gujarati UI",H.a([C.bJ,C.Br,C.b0,C.c9,C.aJ,C.iy],q)),H.cP("Noto Sans Gurmukhi UI",H.a([C.bJ,C.Bo,C.b0,C.c9,C.aJ,C.Cx,C.iy],q)),H.cP("Noto Sans Hebrew",H.a([C.Bj,C.Ck,C.aJ,C.BR],q)),H.cP("Noto Sans Devanagari UI",H.a([C.Bl,C.C2,C.C4,C.b0,C.Cj,C.c9,C.aJ,C.iy,C.BK],q)),H.cP("Noto Sans Kannada UI",H.a([C.bJ,C.Bx,C.b0,C.c9,C.aJ],q)),H.cP("Noto Sans Khmer UI",H.a([C.BO,C.Cc,C.aJ],q)),H.cP("Noto Sans KR",H.a([C.Bd,C.Be,C.Bg,C.BM],q)),H.cP("Noto Sans Lao UI",H.a([C.BD,C.aJ],q)),H.cP("Noto Sans Malayalam UI",H.a([C.C6,C.Ca,C.bJ,C.By,C.b0,C.c9,C.aJ],q)),H.cP("Noto Sans Sinhala",H.a([C.bJ,C.BA,C.b0,C.aJ],q)),H.cP("Noto Sans Tamil UI",H.a([C.bJ,C.Bt,C.b0,C.c9,C.aJ],q)),H.cP("Noto Sans Telugu UI",H.a([C.Bm,C.bJ,C.Bw,C.C3,C.b0,C.aJ],q)),H.cP("Noto Sans Thai UI",H.a([C.BB,C.b0,C.aJ],q)),H.cP("Noto Sans",H.a([C.B1,C.Bv,C.Bz,C.BY,C.BZ,C.C0,C.C1,C.Cb,C.Ch,C.Cm,C.Cr,C.Cs,C.Ct,C.Cu,C.Cv,C.BW,C.BX,C.B2,C.B7,C.Ba,C.Cq,C.B3,C.C_,C.Co,C.B8,C.BG,C.BT,C.Cw,C.C9,C.Bp,C.BP,C.C5,C.Cf,C.Ci,C.Cn,C.Cp,C.B4,C.BI,C.Bq,C.Bs,C.Bu,C.BC,C.BF,C.BJ,C.C8,C.Cl],q))],t.Qg)}) +r($,"aP1","pX",function(){var q=t.V0 +return new H.Ho(new H.a2l(),P.aT(q),P.A(t.N,q))}) +s($,"aMF","EN",function(){return new H.LA(1024,new P.nq(H.Z("nq>")),P.A(H.Z("cS"),H.Z("eH>")))}) +s($,"aML","vw",function(){var q=H.Z("r") +return new H.a8A(H.atj(),H.atj(),8,H.a([],q),H.a([],q))}) +r($,"aLM","vu",function(){return new H.a8Q(500,new P.nq(H.Z("nq>")),P.A(H.Z("cS"),H.Z("eH>")))}) +s($,"aLL","awm",function(){return new self.window.flutterCanvasKit.Paint()}) +s($,"aLK","awl",function(){var q=new self.window.flutterCanvasKit.Paint() +J.alW(q,0) +return q}) +s($,"aMx","awJ",function(){return H.atE(0,0,1)}) +s($,"aNV","axw",function(){return C.af.cq(P.aJ(["type","fontsChange"],t.N,t.z))}) +s($,"aNq","aps",function(){return H.yp(8)}) +s($,"aNp","alI",function(){return H.yp(4)}) +s($,"aN4","ax8",function(){return H.asj(H.a([0,1,2,2,3,0],t.t))}) +s($,"aOF","ay3",function(){return W.EL().Image.prototype.decode!=null}) +s($,"aO1","axD",function(){var q=C.bi.h(0,"Alt")[1] +q.toString +return q}) +s($,"aO2","axE",function(){var q=C.bi.h(0,"Alt")[2] +q.toString +return q}) +s($,"aO3","axF",function(){var q=C.bi.h(0,"Control")[1] +q.toString +return q}) +s($,"aO4","axG",function(){var q=C.bi.h(0,"Control")[2] +q.toString +return q}) +s($,"aO8","axK",function(){var q=C.bi.h(0,"Shift")[1] +q.toString +return q}) +s($,"aO9","axL",function(){var q=C.bi.h(0,"Shift")[2] +q.toString +return q}) +s($,"aO6","axI",function(){var q=C.bi.h(0,"Meta")[1] +q.toString +return q}) +s($,"aO7","axJ",function(){var q=C.bi.h(0,"Meta")[2] +q.toString +return q}) +s($,"aO5","axH",function(){return P.aJ([$.axD(),new H.ajL(),$.axE(),new H.ajM(),$.axF(),new H.ajN(),$.axG(),new H.ajO(),$.axK(),new H.ajP(),$.axL(),new H.ajQ(),$.axI(),new H.ajR(),$.axJ(),new H.ajS()],t.S,H.Z("E(jT)"))}) +s($,"aM7","bs",function(){var q=t.K +q=new H.Yq(P.aDZ(C.zV,!1,"/",H.amo(),C.aa,!1,1),P.A(q,H.Z("nz")),P.A(q,H.Z("ME")),W.EL().matchMedia("(prefers-color-scheme: dark)")) +q.a_V() +return q}) +r($,"aHU","axx",function(){return H.aIv()}) +s($,"aOR","ayd",function(){var q=$.aqI +return q==null?$.aqI=H.aBI():q}) +s($,"aOi","axP",function(){return P.aJ([C.xl,new H.ak3(),C.xm,new H.ak4(),C.xn,new H.ak5(),C.xo,new H.ak6(),C.xp,new H.ak7(),C.xq,new H.ak8(),C.xr,new H.ak9(),C.xs,new H.aka()],t.Zg,H.Z("fQ(cR)"))}) +s($,"aMe","awy",function(){return P.eS("[a-z0-9\\s]+",!1)}) +s($,"aMf","awz",function(){return P.eS("\\b\\d",!0)}) +s($,"aP9","apF",function(){return P.aoX(W.EL(),"FontFace")}) +s($,"aPa","aym",function(){if(P.aoX(W.aoS(),"fonts")){var q=W.aoS().fonts +q.toString +q=P.aoX(q,"clear")}else q=!1 +return q}) +r($,"aMG","awQ",function(){return H.aEQ(null)}) +s($,"aM4","alD",function(){return new P.z()}) +s($,"aOK","ay7",function(){return H.aFM(H.a([C.U9,C.Ud,C.TX,C.TY,C.U_,C.Ua,C.TV,C.TW,C.TZ,C.Ub,C.Uc,C.TU,C.U0,C.U1,C.U2,C.U3,C.U4,C.U5,C.U6,C.U7,C.U8],H.Z("r>")),null,H.Z("mn?"))}) +r($,"aPf","EP",function(){return H.aFN("000a!E000b000cF000d!D000w!R000y!A0013!B0018!M001a!N001c001lO001m!L001n!M001t002iK002n!P002p003eK003p!F004q!K004t!I0051!K0053!L0056!K005c005yK0060006uK006w00k7K00ke00lbK00lc00ofG00og00okK00om00onK00oq00otK00ou!M00ov!K00p2!K00p3!L00p400p6K00p8!K00pa00ptK00pv00s5K00s700w1K00w300w9G00wa010vK010x011yK01210124K0126!K0127!L0128013cK013d!M013e!K013l014tG014v!G014x014yG01500151G0153!G015c0162C0167016aC016b!K016c!L016o016tI01700171M0174017eG017g!I017k018qK018r019bG019c019lO019n!O019o!M019q019rK019s!G019t01cjK01cl!K01cm01csG01ct!I01cv01d0G01d101d2K01d301d4G01d601d9G01da01dbK01dc01dlO01dm01doK01dr!K01e7!I01e8!K01e9!G01ea01f3K01f401fuG01fx01idK01ie01ioG01ip!K01j401jdO01je01kaK01kb01kjG01kk01klK01ko!M01kq!K01kt!G01kw01lhK01li01llG01lm!K01ln01lvG01lw!K01lx01lzG01m0!K01m101m5G01mo01ncK01nd01nfG01nk01nuK01pc01pwK01py01qfK01qr01r5G01r6!I01r701s3G01s401tlK01tm01toG01tp!K01tq01u7G01u8!K01u901ufG01ug01upK01uq01urG01uu01v3O01v501vkK01vl01vnG01vp01vwK01vz01w0K01w301woK01wq01wwK01wy!K01x201x5K01x8!G01x9!K01xa01xgG01xj01xkG01xn01xpG01xq!K01xz!G01y401y5K01y701y9K01ya01ybG01ye01ynO01yo01ypK01z0!K01z2!G01z501z7G01z901zeK01zj01zkK01zn0208K020a020gK020i020jK020l020mK020o020pK020s!G020u020yG02130214G02170219G021d!G021l021oK021q!K021y0227O02280229G022a022cK022d!G022p022rG022t0231K02330235K0237023sK023u0240K02420243K02450249K024c!G024d!K024e024lG024n024pG024r024tG024w!K025c025dK025e025fG025i025rO0261!K02620267G0269026bG026d026kK026n026oK026r027cK027e027kK027m027nK027p027tK027w!G027x!K027y0284G02870288G028b028dG028l028nG028s028tK028v028xK028y028zG0292029bO029d!K029u!G029v!K029x02a2K02a602a8K02aa02adK02ah02aiK02ak!K02am02anK02ar02asK02aw02ayK02b202bdK02bi02bmG02bq02bsG02bu02bxG02c0!K02c7!G02cm02cvO02dc02dgG02dh02doK02dq02dsK02du02egK02ei02exK02f1!K02f202f8G02fa02fcG02fe02fhG02fp02fqG02fs02fuK02g002g1K02g202g3G02g602gfO02gw!K02gx02gzG02h102h8K02ha02hcK02he02i0K02i202ibK02id02ihK02ik!G02il!K02im02isG02iu02iwG02iy02j1G02j902jaG02ji!K02jk02jlK02jm02jnG02jq02jzO02k102k2K02kg02kjG02kk02ksK02ku02kwK02ky02m2K02m302m4G02m5!K02m602mcG02me02mgG02mi02mlG02mm!K02ms02muK02mv!G02n302n5K02n602n7G02na02njO02nu02nzK02o102o3G02o502omK02oq02pdK02pf02pnK02pp!K02ps02pyK02q2!G02q702qcG02qe!G02qg02qnG02qu02r3O02r602r7G02sx!G02t002t6G02tj02tqG02ts02u1O02wh!G02wk02wsG02x402x9G02xc02xlO02yo!K02zc02zdG02zk02ztO0305!G0307!G0309!G030e030fG030g030nK030p031oK031t032cG032e032fG032g032kK032l032vG032x033wG0346!G036z037iG037k037tO03860389G038e038gG038i038kG038n038tG038x0390G039e039pG039r!G039s03a1O03a203a5G03a803b9K03bb!K03bh!K03bk03cqK03cs03m0K03m203m5K03m803meK03mg!K03mi03mlK03mo03nsK03nu03nxK03o003owK03oy03p1K03p403paK03pc!K03pe03phK03pk03pyK03q003rkK03rm03rpK03rs03tmK03tp03trG03uo03v3K03vk03xxK03y003y5K03y904fgK04fj04fzK04g0!R04g104gqK04gw04iyK04j204jcK04jk04jwK04jy04k1K04k204k4G04kg04kxK04ky04l0G04lc04ltK04lu04lvG04m804mkK04mm04moK04mq04mrG04ok04pfG04pp!G04ps04q1O04qz04r1G04r2!I04r404rdO04rk04u0K04u804ucK04ud04ueG04uf04vcK04vd!G04ve!K04vk04xhK04xs04ymK04yo04yzG04z404zfG04zq04zzO053k053tO054w055iK055j055nG0579057iG057k058cG058f!G058g058pO058w0595O059s05a8G05c005c4G05c505dfK05dg05dwG05dx05e3K05e805ehO05ez05f7G05fk05fmG05fn05ggK05gh05gtG05gu05gvK05gw05h5O05h605idK05ie05irG05j405k3K05k405knG05kw05l5O05l905lbK05lc05llO05lm05mlK05mo05mwK05n405oaK05od05ofK05ow05oyG05p005pkG05pl05poK05pp!G05pq05pvK05pw!G05px05pyK05pz05q1G05q2!K05q805vjK05vk05x5G05x705xbG05xc0651K06540659K065c066dK066g066lK066o066vK066x!K066z!K0671!K0673067xK0680069gK069i069oK069q!K069u069wK069y06a4K06a806abK06ae06ajK06ao06b0K06b606b8K06ba06bgK06bk06bqR06bs06buR06bw!G06bx!Q06by06bzI06c806c9N06ck!N06cn!L06co06cpF06cq06cuI06cv!P06db06dcP06dg!M06dw!P06e7!R06e806ecI06ee06enI06ep!K06f3!K06fk06fwK06hc06i8G06iq!K06iv!K06iy06j7K06j9!K06jd06jhK06jo!K06jq!K06js!K06ju06jxK06jz06k9K06kc06kfK06kl06kpK06ku!K06lc06mgK079207ahK08ow08q6K08q808riK08rk08v8K08vf08viK08vj08vlG08vm08vnK08w008x1K08x3!K08x9!K08xc08yvK08z3!K08zj!G08zk0906K090g090mK090o090uK090w0912K0914091aK091c091iK091k091qK091s091yK09200926K09280933G094f!K09hc!R09hh!K09ii09inG09ip09itJ09iz09j0K09ll09lmG09ln09loJ09ls09oaJ09oc09ofJ09ol09prK09pt09seK09sw09trK09v409vjJ0a1c0a2mJ0a2o0a53J0vls0wi4K0wk00wl9K0wlc0wssK0wsw0wtbK0wtc0wtlO0wtm0wtnK0wu80wviK0wvj0wvmG0wvo0wvxG0wvz0wwtK0wwu0wwvG0www0wz3K0wz40wz5G0wzs0x4vK0x4y0x56K0x6d0x6pK0x6q!G0x6r0x6tK0x6u!G0x6v0x6yK0x6z!G0x700x7mK0x7n0x7rG0x7w!G0x8g0x9vK0xa80xa9G0xaa0xbnK0xbo0xc5G0xcg0xcpO0xcw0xddG0xde0xdjK0xdn!K0xdp0xdqK0xdr!G0xds0xe1O0xe20xetK0xeu0xf1G0xf40xfqK0xfr0xg3G0xgg0xh8K0xhc0xhfG0xhg0xiqK0xir0xj4G0xjj!K0xjk0xjtO0xk5!G0xkg0xkpO0xkw0xm0K0xm10xmeG0xmo0xmqK0xmr!G0xms0xmzK0xn00xn1G0xn40xndO0xob0xodG0xps!G0xpu0xpwG0xpz0xq0G0xq60xq7G0xq9!G0xr40xreK0xrf0xrjG0xrm0xroK0xrp0xrqG0xs10xs6K0xs90xseK0xsh0xsmK0xsw0xt2K0xt40xtaK0xtc0xuxK0xv40xyaK0xyb0xyiG0xyk0xylG0xyo0xyxO0xz416lfK16ls16meK16mj16nvK1dkw1dl2K1dlf1dljK1dlp!C1dlq!G1dlr1dm0C1dm21dmeC1dmg1dmkC1dmm!C1dmo1dmpC1dmr1dmsC1dmu1dn3C1dn41dptK1dqr1e0tK1e1c1e33K1e361e4nK1e5s1e63K1e681e6nG1e6o!M1e6r!L1e6s!M1e741e7jG1e7n1e7oP1e8d1e8fP1e8g!M1e8i!N1e8k!M1e8l!L1e9c1e9gK1e9i1ed8K1edb!I1edj!N1edo!M1edq!N1eds1ee1O1ee2!L1ee3!M1ee91eeyK1ef3!P1ef51efuK1eg61ehpJ1ehq1ehrG1ehs1eimK1eiq1eivK1eiy1ej3K1ej61ejbK1eje1ejgK1ek91ekbI1ekg1ekrK1ekt1eliK1elk1em2K1em41em5K1em71emlK1emo1en1K1eo01ereK1etc1eusK1eyl!G1f281f30K1f341f4gK1f4w!G1f5s1f6nK1f711f7uK1f801f91K1f921f96G1f9c1fa5K1fa81fb7K1fbc1fbjK1fbl1fbpK1fcw1fh9K1fhc1fhlO1fhs1firK1fiw1fjvK1fk01fl3K1flc1fmrK1fr41fzqK1g001g0lK1g0w1g13K1g5c1g5hK1g5k!K1g5m1g6tK1g6v1g6wK1g70!K1g731g7pK1g801g8mK1g8w1g9qK1gbk1gc2K1gc41gc5K1gcg1gd1K1gdc1ge1K1gg01ghjK1ghq1ghrK1gjk!K1gjl1gjnG1gjp1gjqG1gjw1gjzG1gk01gk3K1gk51gk7K1gk91gl1K1gl41gl6G1glb!G1gm81gn0K1gn41gnwK1gow1gp3K1gp51gpwK1gpx1gpyG1gqo1gs5K1gsg1gt1K1gtc1gtuK1gu81gupK1gxs1gzsK1h1c1h2qK1h341h4iK1h4w1h5vK1h5w1h5zG1h681h6hO1hfk1hgpK1hgr1hgsG1hgw1hgxK1hj41hjwK1hk7!K1hkg1hl1K1hl21hlcG1ho01hokK1hpc1hpyK1hq81hqaG1hqb1hrrK1hrs1hs6G1ht21htbO1htr1htuG1htv1hv3K1hv41hveG1hvh!I1hvx!I1hw01hwoK1hww1hx5O1hxc1hxeG1hxf1hyeK1hyf1hysG1hyu1hz3O1hz8!K1hz91hzaG1hzb!K1hzk1i0iK1i0j!G1i0m!K1i0w1i0yG1i0z1i2aK1i2b1i2oG1i2p1i2sK1i2x1i30G1i321i33G1i341i3dO1i3e!K1i3g!K1i4g1i4xK1i4z1i5nK1i5o1i5zG1i66!G1i801i86K1i88!K1i8a1i8dK1i8f1i8tK1i8v1i94K1i9c1iamK1ian1iayG1ib41ibdO1ibk1ibnG1ibp1ibwK1ibz1ic0K1ic31icoK1icq1icwK1icy1iczK1id11id5K1id71id8G1id9!K1ida1idgG1idj1idkG1idn1idpG1ids!K1idz!G1ie51ie9K1iea1iebG1iee1iekG1ieo1iesG1iio1ik4K1ik51ikmG1ikn1ikqK1ikw1il5O1ila!G1ilb1ildK1im81injK1ink1io3G1io41io5K1io7!K1iog1iopO1itc1iumK1iun1iutG1iuw1iv4G1ivs1ivvK1ivw1ivxG1iww1iy7K1iy81iyoG1iys!K1iz41izdO1j0g1j1mK1j1n1j1zG1j20!K1j281j2hO1j4t1j57G1j5c1j5lO1jb41jcbK1jcc1jcqG1jfk1jhbK1jhc1jhlO1ji71jieK1jih!K1jik1jirK1jit1jiuK1jiw1jjjK1jjk1jjpG1jjr1jjsG1jjv1jjyG1jjz!K1jk0!G1jk1!K1jk21jk3G1jkg1jkpO1jmo1jmvK1jmy1jo0K1jo11jo7G1joa1jogG1joh!K1joj!K1jok!G1jpc!K1jpd1jpmG1jpn1jqqK1jqr1jqxG1jqy!K1jqz1jr2G1jrb!G1jrk!K1jrl1jrvG1jrw1jt5K1jt61jtlG1jtp!K1juo1jw8K1k3k1k3sK1k3u1k4uK1k4v1k52G1k541k5bG1k5c!K1k5s1k61O1k6q1k7jK1k7m1k87G1k891k8mG1kao1kauK1kaw1kaxK1kaz1kc0K1kc11kc6G1kca!G1kcc1kcdG1kcf1kclG1kcm!K1kcn!G1kcw1kd5O1kdc1kdhK1kdj1kdkK1kdm1kehK1kei1kemG1keo1kepG1ker1kevG1kew!K1kf41kfdO1ko01koiK1koj1komG1kts!K1kw01lllK1log1lriK1ls01lxfK1o1s1oviK1ovk1ovsI1s001sg6K1z401zjsK1zk01zkuK1zkw1zl5O1zo01zotK1zow1zp0G1zpc1zqnK1zqo1zquG1zr41zr7K1zrk1zrtO1zs31zsnK1zst1ztbK20cg20e7K20hs20juK20jz!G20k0!K20k120ljG20lr20luG20lv20m7K20o020o1K20o3!K20o4!G20og20ohG2dc0!J2dlw2dlzJ2fpc2fsaK2fsg2fssK2fsw2ft4K2ftc2ftlK2ftp2ftqG2fts2ftvI2jxh2jxlG2jxp2jxuG2jxv2jy2I2jy32jyaG2jyd2jyjG2jze2jzhG2k3m2k3oG2kg02kicK2kie2kkcK2kke2kkfK2kki!K2kkl2kkmK2kkp2kksK2kku2kl5K2kl7!K2kl92klfK2klh2kn9K2knb2kneK2knh2knoK2knq2knwK2kny2kopK2kor2kouK2kow2kp0K2kp2!K2kp62kpcK2kpe2kytK2kyw2kzkK2kzm2l0aK2l0c2l16K2l182l1wK2l1y2l2sK2l2u2l3iK2l3k2l4eK2l4g2l54K2l562l60K2l622l6qK2l6s2l6zK2l722l8fO2lmo2lo6G2lob2lpoG2lpx!G2lqc!G2lqz2lr3G2lr52lrjG2mtc2mtiG2mtk2mu0G2mu32mu9G2mub2mucG2mue2muiG2n0g2n1oK2n1s2n1yG2n1z2n25K2n282n2hO2n2m!K2ncw2ne3K2ne42ne7G2ne82nehO2oe82ojoK2ok02ok6G2olc2on7K2on82oneG2onf!K2onk2ontO2pkw2pkzK2pl12plrK2plt2pluK2plw!K2plz!K2pm12pmaK2pmc2pmfK2pmh!K2pmj!K2pmq!K2pmv!K2pmx!K2pmz!K2pn12pn3K2pn52pn6K2pn8!K2pnb!K2pnd!K2pnf!K2pnh!K2pnj!K2pnl2pnmK2pno!K2pnr2pnuK2pnw2po2K2po42po7K2po92pocK2poe!K2pog2popK2por2pp7K2ppd2ppfK2pph2pplK2ppn2pq3K2q7k2q89K2q8g2q95K2q9c2qa1K2qcm2qdbH2qrf2qrjG2sc02sc9Ojny9!Ijnz4jo1rGjo5cjobzG",231,C.IQ,C.yP,H.Z("d2"))}) +s($,"aLG","awk",function(){var q=t.N +return new H.VN(P.aJ(["birthday","bday","birthdayDay","bday-day","birthdayMonth","bday-month","birthdayYear","bday-year","countryCode","country","countryName","country-name","creditCardExpirationDate","cc-exp","creditCardExpirationMonth","cc-exp-month","creditCardExpirationYear","cc-exp-year","creditCardFamilyName","cc-family-name","creditCardGivenName","cc-given-name","creditCardMiddleName","cc-additional-name","creditCardName","cc-name","creditCardNumber","cc-number","creditCardSecurityCode","cc-csc","creditCardType","cc-type","email","email","familyName","family-name","fullStreetAddress","street-address","gender","sex","givenName","given-name","impp","impp","jobTitle","organization-title","language","language","middleName","middleName","name","name","namePrefix","honorific-prefix","nameSuffix","honorific-suffix","newPassword","new-password","nickname","nickname","oneTimeCode","one-time-code","organizationName","organization","password","current-password","photo","photo","postalCode","postal-code","streetAddressLevel1","address-level1","streetAddressLevel2","address-level2","streetAddressLevel3","address-level3","streetAddressLevel4","address-level4","streetAddressLine1","address-line1","streetAddressLine2","address-line2","streetAddressLine3","address-line3","telephoneNumber","tel","telephoneNumberAreaCode","tel-area-code","telephoneNumberCountryCode","tel-country-code","telephoneNumberExtension","tel-extension","telephoneNumberLocal","tel-local","telephoneNumberLocalPrefix","tel-local-prefix","telephoneNumberLocalSuffix","tel-local-suffix","telephoneNumberNational","tel-national","transactionAmount","transaction-amount","transactionCurrency","transaction-currency","url","url","username","username"],q,q))}) +s($,"aPc","apH",function(){var q=new H.a_w() +q.a=new H.a90(q) +return q}) +s($,"aOI","ay5",function(){return H.yp(4)}) +s($,"aOG","apD",function(){return H.yp(16)}) +s($,"aOH","ay4",function(){return H.aDD($.apD())}) +s($,"aNU","apv",function(){return H.aKm()?"-apple-system, BlinkMacSystemFont":"Arial"}) +r($,"aP6","c1",function(){W.EL() +return C.A4.gaiT()}) +s($,"aPe","be",function(){var q=$.bs(),p=new H.Hd(0,q,P.dK(null,t.H),C.hq) +p.YM(0,q) +return p}) +s($,"aLV","UK",function(){return H.avI("_$dart_dartClosure")}) +s($,"aNf","axg",function(){return H.ask(0)}) +s($,"aP2","alL",function(){return C.I.pb(new H.al1(),t.v7)}) +s($,"aMT","awX",function(){return H.kD(H.a9P({ +toString:function(){return"$receiver$"}}))}) +s($,"aMU","awY",function(){return H.kD(H.a9P({$method$:null, +toString:function(){return"$receiver$"}}))}) +s($,"aMV","awZ",function(){return H.kD(H.a9P(null))}) +s($,"aMW","ax_",function(){return H.kD(function(){var $argumentsExpr$="$arguments$" +try{null.$method$($argumentsExpr$)}catch(q){return q.message}}())}) +s($,"aMZ","ax2",function(){return H.kD(H.a9P(void 0))}) +s($,"aN_","ax3",function(){return H.kD(function(){var $argumentsExpr$="$arguments$" +try{(void 0).$method$($argumentsExpr$)}catch(q){return q.message}}())}) +s($,"aMY","ax1",function(){return H.kD(H.atz(null))}) +s($,"aMX","ax0",function(){return H.kD(function(){try{null.$method$}catch(q){return q.message}}())}) +s($,"aN1","ax5",function(){return H.kD(H.atz(void 0))}) +s($,"aN0","ax4",function(){return H.kD(function(){try{(void 0).$method$}catch(q){return q.message}}())}) +s($,"aN8","apo",function(){return P.aFY()}) +s($,"aMg","EM",function(){return H.Z("a3").a($.alL())}) +s($,"aNt","axl",function(){var q=t.z +return P.hP(q,q)}) +s($,"aN2","ax6",function(){return new P.aa2().$0()}) +s($,"aN3","ax7",function(){return new P.aa1().$0()}) +s($,"aNa","app",function(){return H.aDO(H.vj(H.a([-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-1,-2,-2,-2,-2,-2,62,-2,62,-2,63,52,53,54,55,56,57,58,59,60,61,-2,-2,-2,-1,-2,-2,-2,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-2,-2,-2,-2,63,-2,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,-2,-2,-2,-2,-2],t.t)))}) +r($,"aN9","axb",function(){return H.ask(0)}) +s($,"aNA","axq",function(){return P.eS("^[\\-\\.0-9A-Z_a-z~]*$",!0)}) +r($,"aNX","axy",function(){return new Error().stack!=void 0}) +s($,"aMJ","alH",function(){H.aEo() +return $.a3C}) +s($,"aOj","axQ",function(){return P.aHC()}) +s($,"aLS","awp",function(){return{}}) +s($,"aNk","axk",function(){return P.iR(["A","ABBR","ACRONYM","ADDRESS","AREA","ARTICLE","ASIDE","AUDIO","B","BDI","BDO","BIG","BLOCKQUOTE","BR","BUTTON","CANVAS","CAPTION","CENTER","CITE","CODE","COL","COLGROUP","COMMAND","DATA","DATALIST","DD","DEL","DETAILS","DFN","DIR","DIV","DL","DT","EM","FIELDSET","FIGCAPTION","FIGURE","FONT","FOOTER","FORM","H1","H2","H3","H4","H5","H6","HEADER","HGROUP","HR","I","IFRAME","IMG","INPUT","INS","KBD","LABEL","LEGEND","LI","MAP","MARK","MENU","METER","NAV","NOBR","OL","OPTGROUP","OPTION","OUTPUT","P","PRE","PROGRESS","Q","S","SAMP","SECTION","SELECT","SMALL","SOURCE","SPAN","STRIKE","STRONG","SUB","SUMMARY","SUP","TABLE","TBODY","TD","TEXTAREA","TFOOT","TH","THEAD","TIME","TR","TRACK","TT","U","UL","VAR","VIDEO","WBR"],t.N)}) +s($,"aM0","alC",function(){return C.b.mr(P.Xa(),"Opera",0)}) +s($,"aM_","awt",function(){return!$.alC()&&C.b.mr(P.Xa(),"Trident/",0)}) +s($,"aLZ","aws",function(){return C.b.mr(P.Xa(),"Firefox",0)}) +s($,"aM1","awu",function(){return!$.alC()&&C.b.mr(P.Xa(),"WebKit",0)}) +s($,"aLY","awr",function(){return"-"+$.awv()+"-"}) +s($,"aM2","awv",function(){if($.aws())var q="moz" +else if($.awt())q="ms" +else q=$.alC()?"o":"webkit" +return q}) +s($,"aNm","aLx",function(){var q=P.ath() +q.fJ(0) +return q}) +s($,"aNl","aLw",function(){return P.aCy().a}) +s($,"aNY","axz",function(){return new P.z()}) +s($,"aNP","pW",function(){return P.aHt(P.akp(self))}) +s($,"aNg","apq",function(){return H.avI("_$dart_dartObject")}) +s($,"aNQ","apt",function(){return function DartObject(a){this.o=a}}) +s($,"aM6","dt",function(){return H.k6(H.asj(H.a([1],t.t)).buffer,0,null).getInt8(0)===1?C.al:C.Ac}) +s($,"aOT","UT",function(){return new P.W9(P.A(t.N,H.Z("kL")))}) +s($,"aP4","ayk",function(){return new P.a3h()}) +s($,"aM9","aww",function(){var q,p,o=$.apk() +if(W.aw8("#__file_picker_web-file-input")==null){q=W.aCQ("flt-file-picker-inputs") +q.id="__file_picker_web-file-input" +p=W.aw8("body") +p.toString +J.l4(p).H(0,q)}return new G.YU(o)}) +s($,"aMa","apk",function(){return new P.z()}) +s($,"aO0","axC",function(){return M.atg(1,1,500)}) +s($,"aOU","aye",function(){return new L.ad9()}) +s($,"aOV","ayf",function(){return new F.WU()}) +s($,"aOJ","ay6",function(){return new U.akn().$0()}) +s($,"aNL","axs",function(){return new U.ajm().$0()}) +r($,"aMc","fp",function(){return $.aD3}) +s($,"aNR","UM",function(){return P.fG(null,t.N)}) +s($,"aNS","apu",function(){return P.ath()}) +s($,"aN7","axa",function(){return H.aDP(H.a([0,0,0,0,0,0,0,0],t.t))}) +s($,"aMI","awR",function(){return P.eS("^\\s*at ([^\\s]+).*$",!0)}) +s($,"aOX","ayg",function(){return new L.adw()}) +s($,"aNw","axn",function(){return R.anX(0.75,1,t.i)}) +s($,"aNx","axo",function(){return R.jL(C.SB)}) +s($,"aMl","awB",function(){return R.jL(C.b1)}) +s($,"aMm","awC",function(){return R.jL(C.Hv)}) +s($,"aP_","ayi",function(){return P.aJ([C.bm,null,C.e_,K.iB(2),C.rO,null,C.fY,K.iB(2),C.cQ,null],H.Z("lL"),t.dk)}) +s($,"aNd","axe",function(){return R.jL(C.Hz).CQ(R.jL(C.jO))}) +s($,"aNe","axf",function(){return R.jL(C.Hy).CQ(R.jL(C.jO))}) +s($,"aNb","axc",function(){return R.jL(C.jO)}) +s($,"aNc","axd",function(){return R.jL(C.MB)}) +s($,"aNh","axh",function(){return R.anX(0.875,1,t.i).CQ(R.jL(C.cC))}) +s($,"aP0","ayj",function(){return new F.a1g()}) +s($,"aMR","awV",function(){return X.aFB()}) +s($,"aMQ","awU",function(){return new X.OY(P.A(H.Z("ux"),t.we),5,H.Z("OY"))}) +s($,"aLC","awj",function(){return P.eS("/?(\\d+(\\.\\d*)?)x$",!0)}) +s($,"aMp","alF",function(){return H.aDN(4)}) +r($,"aMu","awG",function(){return C.CF}) +r($,"aMw","awI",function(){var q=null +return P.a9x(q,C.ly,q,q,q,q,"sans-serif",q,q,18,q,q,q,q,q,q,q,q,q,q)}) +r($,"aMv","awH",function(){var q=null +return P.JF(q,q,q,q,q,q,q,q,q,C.hk,C.l,q)}) +s($,"aNy","axp",function(){return E.aDE()}) +s($,"aMB","alG",function(){return A.oL()}) +s($,"aMA","awM",function(){return H.ash(0)}) +s($,"aMC","awN",function(){return H.ash(0)}) +s($,"aMD","awO",function(){return E.aDF().a}) +s($,"aP7","UU",function(){var q=t.N +return new Q.a39(P.A(q,H.Z("a9")),P.A(q,t.L0))}) +s($,"aMn","awD",function(){return P.aJ([4294967562,C.HG,4294967564,C.HH,4294967556,C.HF],t.S,t.SQ)}) +s($,"aP5","ayl",function(){return new R.a3i()}) +s($,"aMt","apm",function(){var q=t.v3 +return new B.a3R(H.a([],H.Z("r<~(i2)>")),P.A(q,t.bd),P.aT(q))}) +s($,"aMs","awF",function(){var q,p,o=P.A(t.v3,t.bd) +o.p(0,C.e2,C.jb) +for(q=$.a3S.giN($.a3S),q=q.gX(q);q.t();){p=q.gE(q) +o.p(0,p.gh3(p),p.gm(p))}return o}) +s($,"aMb","awx",function(){return new B.Hr("\n")}) +s($,"aMP","hx",function(){var q=new N.Md() +q.a=C.t2 +q.gff().tR(q.ga63()) +return q}) +r($,"aN6","ax9",function(){var q=H.Z("~(aS)") +return P.aJ([C.T4,U.ark(!0),C.TQ,U.ark(!1),C.Tt,new U.KS(R.bq(q)),C.Tn,new U.J1(R.bq(q)),C.Tr,new U.K6(R.bq(q)),C.T2,new U.GQ(R.bq(q)),C.Tu,new F.L8(R.bq(q)),C.Ts,new U.K8(R.bq(q))],t.n,t.od)}) +s($,"aLX","awq",function(){var q=H.Z("~(aS)") +return P.aJ([C.TN,new E.Ox(R.bq(q)),C.T1,new E.Or(R.bq(q)),C.T_,new E.On(R.bq(q)),C.SZ,new E.Om(R.bq(q)),C.T0,new E.Oq(R.bq(q)),C.TI,new E.Op(R.bq(q)),C.SM,new E.Oo(R.bq(q)),C.SN,new E.OO(R.bq(q)),C.TK,new E.OP(R.bq(q)),C.TL,new E.OR(R.bq(q)),C.Tm,new E.OQ(R.bq(q)),C.Tf,new E.OS(R.bq(q)),C.TS,new E.OU(R.bq(q)),C.SP,new E.OV(R.bq(q)),C.SQ,new E.OT(R.bq(q)),C.TR,new E.OW(R.bq(q)),C.T6,new E.OX(R.bq(q)),C.SJ,new E.OK(R.bq(q)),C.SO,new E.OL(R.bq(q)),C.TT,new E.OM(R.bq(q)),C.TP,new E.ON(R.bq(q)),C.Th,new E.Q4(R.bq(q)),C.SK,new E.Q5(R.bq(q)),C.SL,new E.Q6(R.bq(q)),C.Ti,new E.Q7(R.bq(q)),C.SU,new E.Q8(R.bq(q)),C.SV,new E.Q9(R.bq(q)),C.Tj,new E.Qa(R.bq(q)),C.Tk,new E.Qb(R.bq(q)),C.Ta,new E.Qc(R.bq(q)),C.Tl,new E.Qd(R.bq(q)),C.Tv,new E.RT(R.bq(q)),C.SX,new E.NU(R.bq(q)),C.SY,new E.O9(R.bq(q)),C.Tq,new E.Qx(R.bq(q))],t.n,t.od)}) +r($,"aNo","apr",function(){var q=($.bi+1)%16777215 +$.bi=q +return new N.Qn(q,new N.Qo(null),C.ab,P.bu(t.u))}) +s($,"aNj","axj",function(){return R.anX(1,0,t.i)}) +r($,"aNu","alJ",function(){var q=B.aFS(null),p=P.aCq(t.H) +return new K.Qm(C.eh,q,p)}) +s($,"aNi","axi",function(){return P.cV(16667,0)}) +s($,"aMy","awK",function(){return M.atg(0.5,1.1,100)}) +s($,"aMz","awL",function(){var q,p +$.B.toString +q=$.be() +p=q.gwk(q) +$.B.toString +return new N.AO(1/q.gwk(q),1/(0.05*p))}) +s($,"aLN","awn",function(){return P.avP(0.78)/P.avP(0.9)}) +s($,"aMq","awE",function(){return new Y.a2Y(P.A(t.K,H.Z("lV")))}) +s($,"aON","aya",function(){return P.eS("^( *,?([^(]+)\\(([^)]*)\\))*$",!0)}) +s($,"aOM","ay9",function(){return P.eS(" *,?([^(]+)\\(([^)]*)\\)",!0)}) +s($,"aOP","US",function(){return P.eS("( *, *| +)",!0)}) +s($,"aOQ","ayc",function(){return P.eS("\\s",!0)}) +s($,"aNW","apw",function(){var q=P.aDV() +q.so2(C.eU) +q.smq(C.AZ) +return q}) +s($,"aM5","apj",function(){return D.aCf(C.J2)}) +s($,"aPb","apG",function(){return new G.a8I()}) +r($,"aMM","awS",function(){return new G.a8N()}) +s($,"aMN","awT",function(){return new G.a8O()}) +s($,"aOO","ayb",function(){return W.aqM()}) +s($,"aNJ","axr",function(){return W.aoS().querySelector("base")}) +s($,"aPd","ayn",function(){return new D.a3j(P.A(t.N,H.Z("a9?(cj?)")))}) +s($,"aNM","axt",function(){return A.aDI("plugins.flutter.io/image_picker")}) +s($,"aMk","apl",function(){return new P.z()}) +r($,"aDi","awA",function(){return new L.a1m($.apl())}) +s($,"aMS","awW",function(){return O.fu(G.Ez("\n",null),Q.bC(G.Ez("\r",null),M.asp(G.Ez("\n",null),t.N)))}) +s($,"aOn","axT",function(){return A.fc(V.aoM(),new E.akh(),!1,t.N,t.eg)}) +s($,"aOh","axO",function(){return A.fc(Q.bC(Q.bC(V.aoM(),G.Ez("-",null)),V.aoM()),new E.ak1(),!1,t.j,t.eg)}) +s($,"aOk","axR",function(){return A.fc(Z.aEd(O.fu($.axO(),$.axT()),t.z),new E.akg(),!1,t.j,H.Z("el"))}) +s($,"aOg","axN",function(){return A.fc(Q.bC(M.asp(G.Ez("^",null),t.N),$.axR()),new E.ak0(),!1,t.j,H.Z("el"))}) +s($,"aNZ","axA",function(){return!H.Z("x").b(H.a([],t.Y))}) +r($,"aN5","apn",function(){return W.aCH()}) +r($,"aF1","awP",function(){return new F.a1n()}) +s($,"aOL","ay8",function(){return P.eS("[&<]|]]>",!0)}) +s($,"aOm","axS",function(){return P.eS("['&<\\n\\r\\t]",!0)}) +s($,"aNT","axv",function(){return P.eS('["&<\\n\\r\\t]',!0)}) +s($,"aOY","ayh",function(){return new B.MN(new G.akz(),5,P.A(H.Z("u6"),t._X),H.Z("MN>"))})})();(function nativeSupport(){!function(){var s=function(a){var m={} +m[a]=1 +return Object.keys(hunkHelpers.convertToFastObject(m))[0]} +v.getIsolateTag=function(a){return s("___dart_"+a+v.isolateTag)} +var r="___dart_isolate_tags_" +var q=Object[r]||(Object[r]=Object.create(null)) +var p="_ZxYxX" +for(var o=0;;o++){var n=s(p+"_"+o+"_") +if(!(n in q)){q[n]=1 +v.isolateTag=n +break}}v.dispatchPropertyName=v.getIsolateTag("dispatch_record")}() +hunkHelpers.setOrUpdateInterceptorsByTag({AnimationEffectReadOnly:J.i,AnimationEffectTiming:J.i,AnimationEffectTimingReadOnly:J.i,AnimationTimeline:J.i,AnimationWorkletGlobalScope:J.i,AuthenticatorAssertionResponse:J.i,AuthenticatorAttestationResponse:J.i,AuthenticatorResponse:J.i,BackgroundFetchFetch:J.i,BackgroundFetchManager:J.i,BackgroundFetchSettledFetch:J.i,BarProp:J.i,BarcodeDetector:J.i,BluetoothRemoteGATTDescriptor:J.i,BudgetState:J.i,CacheStorage:J.i,CanvasGradient:J.i,CanvasPattern:J.i,Client:J.i,Clients:J.i,CookieStore:J.i,Coordinates:J.i,CredentialsContainer:J.i,Crypto:J.i,CryptoKey:J.i,CSS:J.i,CSSVariableReferenceValue:J.i,CustomElementRegistry:J.i,DataTransfer:J.i,DataTransferItem:J.i,DeprecatedStorageInfo:J.i,DeprecatedStorageQuota:J.i,DeprecationReport:J.i,DetectedBarcode:J.i,DetectedFace:J.i,DetectedText:J.i,DeviceAcceleration:J.i,DeviceRotationRate:J.i,DirectoryReader:J.i,DocumentOrShadowRoot:J.i,DocumentTimeline:J.i,DOMImplementation:J.i,Iterator:J.i,DOMMatrix:J.i,DOMMatrixReadOnly:J.i,DOMParser:J.i,DOMPoint:J.i,DOMPointReadOnly:J.i,DOMQuad:J.i,DOMStringMap:J.i,External:J.i,FaceDetector:J.i,FontFaceSource:J.i,FormData:J.i,GamepadButton:J.i,GamepadPose:J.i,Geolocation:J.i,Position:J.i,GeolocationPosition:J.i,Headers:J.i,HTMLHyperlinkElementUtils:J.i,IdleDeadline:J.i,ImageBitmap:J.i,ImageBitmapRenderingContext:J.i,ImageCapture:J.i,InputDeviceCapabilities:J.i,IntersectionObserver:J.i,IntersectionObserverEntry:J.i,InterventionReport:J.i,KeyframeEffect:J.i,KeyframeEffectReadOnly:J.i,MediaCapabilities:J.i,MediaCapabilitiesInfo:J.i,MediaDeviceInfo:J.i,MediaError:J.i,MediaKeyStatusMap:J.i,MediaKeySystemAccess:J.i,MediaKeys:J.i,MediaKeysPolicy:J.i,MediaMetadata:J.i,MediaSession:J.i,MediaSettingsRange:J.i,MemoryInfo:J.i,MessageChannel:J.i,Metadata:J.i,MutationObserver:J.i,WebKitMutationObserver:J.i,MutationRecord:J.i,NavigationPreloadManager:J.i,Navigator:J.i,NavigatorAutomationInformation:J.i,NavigatorConcurrentHardware:J.i,NavigatorCookies:J.i,NodeFilter:J.i,NodeIterator:J.i,NonDocumentTypeChildNode:J.i,NonElementParentNode:J.i,NoncedElement:J.i,OffscreenCanvasRenderingContext2D:J.i,PaintRenderingContext2D:J.i,PaintSize:J.i,PaintWorkletGlobalScope:J.i,Path2D:J.i,PaymentAddress:J.i,PaymentInstruments:J.i,PaymentManager:J.i,PaymentResponse:J.i,PerformanceNavigation:J.i,PerformanceObserver:J.i,PerformanceObserverEntryList:J.i,PerformanceTiming:J.i,Permissions:J.i,PhotoCapabilities:J.i,PositionError:J.i,GeolocationPositionError:J.i,Presentation:J.i,PresentationReceiver:J.i,PushManager:J.i,PushSubscription:J.i,PushSubscriptionOptions:J.i,Range:J.i,RelatedApplication:J.i,ReportBody:J.i,ReportingObserver:J.i,ResizeObserver:J.i,ResizeObserverEntry:J.i,RTCCertificate:J.i,RTCIceCandidate:J.i,mozRTCIceCandidate:J.i,RTCLegacyStatsReport:J.i,RTCRtpContributingSource:J.i,RTCRtpReceiver:J.i,RTCRtpSender:J.i,RTCSessionDescription:J.i,mozRTCSessionDescription:J.i,RTCStatsResponse:J.i,Screen:J.i,ScrollState:J.i,ScrollTimeline:J.i,Selection:J.i,SharedArrayBuffer:J.i,SpeechRecognitionAlternative:J.i,StaticRange:J.i,StorageManager:J.i,StyleMedia:J.i,StylePropertyMap:J.i,StylePropertyMapReadonly:J.i,SyncManager:J.i,TextDetector:J.i,TextMetrics:J.i,TrackDefault:J.i,TreeWalker:J.i,TrustedHTML:J.i,TrustedScriptURL:J.i,TrustedURL:J.i,UnderlyingSourceBase:J.i,URLSearchParams:J.i,VRCoordinateSystem:J.i,VRDisplayCapabilities:J.i,VREyeParameters:J.i,VRFrameData:J.i,VRFrameOfReference:J.i,VRPose:J.i,VRStageBounds:J.i,VRStageBoundsPoint:J.i,VRStageParameters:J.i,ValidityState:J.i,VideoPlaybackQuality:J.i,VideoTrack:J.i,WindowClient:J.i,WorkletAnimation:J.i,WorkletGlobalScope:J.i,XPathEvaluator:J.i,XPathExpression:J.i,XPathNSResolver:J.i,XPathResult:J.i,XMLSerializer:J.i,XSLTProcessor:J.i,Bluetooth:J.i,BluetoothCharacteristicProperties:J.i,BluetoothRemoteGATTServer:J.i,BluetoothRemoteGATTService:J.i,BluetoothUUID:J.i,BudgetService:J.i,Cache:J.i,DOMFileSystemSync:J.i,DirectoryEntrySync:J.i,DirectoryReaderSync:J.i,EntrySync:J.i,FileEntrySync:J.i,FileReaderSync:J.i,FileWriterSync:J.i,HTMLAllCollection:J.i,Mojo:J.i,MojoHandle:J.i,MojoWatcher:J.i,NFC:J.i,PagePopupController:J.i,Report:J.i,SubtleCrypto:J.i,USBAlternateInterface:J.i,USBConfiguration:J.i,USBDevice:J.i,USBEndpoint:J.i,USBInTransferResult:J.i,USBInterface:J.i,USBIsochronousInTransferPacket:J.i,USBIsochronousInTransferResult:J.i,USBIsochronousOutTransferPacket:J.i,USBIsochronousOutTransferResult:J.i,USBOutTransferResult:J.i,WorkerLocation:J.i,WorkerNavigator:J.i,Worklet:J.i,IDBCursor:J.i,IDBCursorWithValue:J.i,IDBFactory:J.i,IDBObservation:J.i,IDBObserver:J.i,IDBObserverChanges:J.i,SVGAngle:J.i,SVGAnimatedAngle:J.i,SVGAnimatedBoolean:J.i,SVGAnimatedEnumeration:J.i,SVGAnimatedInteger:J.i,SVGAnimatedLength:J.i,SVGAnimatedLengthList:J.i,SVGAnimatedNumber:J.i,SVGAnimatedNumberList:J.i,SVGAnimatedPreserveAspectRatio:J.i,SVGAnimatedRect:J.i,SVGAnimatedString:J.i,SVGAnimatedTransformList:J.i,SVGMatrix:J.i,SVGPoint:J.i,SVGPreserveAspectRatio:J.i,SVGUnitTypes:J.i,AudioListener:J.i,AudioParam:J.i,AudioTrack:J.i,AudioWorkletGlobalScope:J.i,AudioWorkletProcessor:J.i,PeriodicWave:J.i,ANGLEInstancedArrays:J.i,ANGLE_instanced_arrays:J.i,WebGLBuffer:J.i,WebGLCanvas:J.i,WebGLColorBufferFloat:J.i,WebGLCompressedTextureASTC:J.i,WebGLCompressedTextureATC:J.i,WEBGL_compressed_texture_atc:J.i,WebGLCompressedTextureETC1:J.i,WEBGL_compressed_texture_etc1:J.i,WebGLCompressedTextureETC:J.i,WebGLCompressedTexturePVRTC:J.i,WEBGL_compressed_texture_pvrtc:J.i,WebGLCompressedTextureS3TC:J.i,WEBGL_compressed_texture_s3tc:J.i,WebGLCompressedTextureS3TCsRGB:J.i,WebGLDebugRendererInfo:J.i,WEBGL_debug_renderer_info:J.i,WebGLDebugShaders:J.i,WEBGL_debug_shaders:J.i,WebGLDepthTexture:J.i,WEBGL_depth_texture:J.i,WebGLDrawBuffers:J.i,WEBGL_draw_buffers:J.i,EXTsRGB:J.i,EXT_sRGB:J.i,EXTBlendMinMax:J.i,EXT_blend_minmax:J.i,EXTColorBufferFloat:J.i,EXTColorBufferHalfFloat:J.i,EXTDisjointTimerQuery:J.i,EXTDisjointTimerQueryWebGL2:J.i,EXTFragDepth:J.i,EXT_frag_depth:J.i,EXTShaderTextureLOD:J.i,EXT_shader_texture_lod:J.i,EXTTextureFilterAnisotropic:J.i,EXT_texture_filter_anisotropic:J.i,WebGLFramebuffer:J.i,WebGLGetBufferSubDataAsync:J.i,WebGLLoseContext:J.i,WebGLExtensionLoseContext:J.i,WEBGL_lose_context:J.i,OESElementIndexUint:J.i,OES_element_index_uint:J.i,OESStandardDerivatives:J.i,OES_standard_derivatives:J.i,OESTextureFloat:J.i,OES_texture_float:J.i,OESTextureFloatLinear:J.i,OES_texture_float_linear:J.i,OESTextureHalfFloat:J.i,OES_texture_half_float:J.i,OESTextureHalfFloatLinear:J.i,OES_texture_half_float_linear:J.i,OESVertexArrayObject:J.i,OES_vertex_array_object:J.i,WebGLProgram:J.i,WebGLQuery:J.i,WebGLRenderbuffer:J.i,WebGLRenderingContext:J.i,WebGL2RenderingContext:J.i,WebGLSampler:J.i,WebGLShader:J.i,WebGLShaderPrecisionFormat:J.i,WebGLSync:J.i,WebGLTexture:J.i,WebGLTimerQueryEXT:J.i,WebGLTransformFeedback:J.i,WebGLUniformLocation:J.i,WebGLVertexArrayObject:J.i,WebGLVertexArrayObjectOES:J.i,WebGL:J.i,WebGL2RenderingContextBase:J.i,Database:J.i,SQLError:J.i,SQLResultSet:J.i,SQLTransaction:J.i,ArrayBuffer:H.oh,ArrayBufferView:H.dz,DataView:H.yn,Float32Array:H.yo,Float64Array:H.IU,Int16Array:H.IV,Int32Array:H.yq,Int8Array:H.IW,Uint16Array:H.IX,Uint32Array:H.IY,Uint8ClampedArray:H.yr,CanvasPixelArray:H.yr,Uint8Array:H.oi,HTMLBRElement:W.ae,HTMLContentElement:W.ae,HTMLDListElement:W.ae,HTMLDataElement:W.ae,HTMLDataListElement:W.ae,HTMLDetailsElement:W.ae,HTMLDialogElement:W.ae,HTMLHRElement:W.ae,HTMLHeadElement:W.ae,HTMLHeadingElement:W.ae,HTMLHtmlElement:W.ae,HTMLLIElement:W.ae,HTMLLegendElement:W.ae,HTMLLinkElement:W.ae,HTMLMenuElement:W.ae,HTMLMeterElement:W.ae,HTMLModElement:W.ae,HTMLOListElement:W.ae,HTMLOptGroupElement:W.ae,HTMLOptionElement:W.ae,HTMLPictureElement:W.ae,HTMLPreElement:W.ae,HTMLProgressElement:W.ae,HTMLQuoteElement:W.ae,HTMLShadowElement:W.ae,HTMLSourceElement:W.ae,HTMLTableCaptionElement:W.ae,HTMLTableCellElement:W.ae,HTMLTableDataCellElement:W.ae,HTMLTableHeaderCellElement:W.ae,HTMLTableColElement:W.ae,HTMLTimeElement:W.ae,HTMLTitleElement:W.ae,HTMLTrackElement:W.ae,HTMLUListElement:W.ae,HTMLUnknownElement:W.ae,HTMLDirectoryElement:W.ae,HTMLFontElement:W.ae,HTMLFrameElement:W.ae,HTMLFrameSetElement:W.ae,HTMLMarqueeElement:W.ae,HTMLElement:W.ae,AccessibleNodeList:W.Vd,HTMLAnchorElement:W.F0,HTMLAreaElement:W.F6,HTMLBaseElement:W.q8,Blob:W.n4,Body:W.vW,Request:W.vW,Response:W.vW,HTMLBodyElement:W.n5,BroadcastChannel:W.VM,HTMLButtonElement:W.Fs,HTMLCanvasElement:W.lb,CanvasRenderingContext2D:W.Fy,CDATASection:W.iE,CharacterData:W.iE,Comment:W.iE,ProcessingInstruction:W.iE,Text:W.iE,PublicKeyCredential:W.ws,Credential:W.ws,CredentialUserData:W.WL,CSSKeyframesRule:W.qw,MozCSSKeyframesRule:W.qw,WebKitCSSKeyframesRule:W.qw,CSSPerspective:W.WM,CSSCharsetRule:W.ck,CSSConditionRule:W.ck,CSSFontFaceRule:W.ck,CSSGroupingRule:W.ck,CSSImportRule:W.ck,CSSKeyframeRule:W.ck,MozCSSKeyframeRule:W.ck,WebKitCSSKeyframeRule:W.ck,CSSMediaRule:W.ck,CSSNamespaceRule:W.ck,CSSPageRule:W.ck,CSSStyleRule:W.ck,CSSSupportsRule:W.ck,CSSViewportRule:W.ck,CSSRule:W.ck,CSSStyleDeclaration:W.qx,MSStyleCSSProperties:W.qx,CSS2Properties:W.qx,CSSStyleSheet:W.qy,CSSImageValue:W.hI,CSSKeywordValue:W.hI,CSSNumericValue:W.hI,CSSPositionValue:W.hI,CSSResourceValue:W.hI,CSSUnitValue:W.hI,CSSURLImageValue:W.hI,CSSStyleValue:W.hI,CSSMatrixComponent:W.jJ,CSSRotation:W.jJ,CSSScale:W.jJ,CSSSkew:W.jJ,CSSTranslation:W.jJ,CSSTransformComponent:W.jJ,CSSTransformValue:W.WO,CSSUnparsedValue:W.WP,DataTransferItemList:W.WX,HTMLDivElement:W.lk,Document:W.jO,HTMLDocument:W.jO,XMLDocument:W.jO,DOMError:W.Xt,DOMException:W.qF,ClientRectList:W.wG,DOMRectList:W.wG,DOMRectReadOnly:W.wH,DOMStringList:W.GW,DOMTokenList:W.XB,Element:W.az,HTMLEmbedElement:W.H6,DirectoryEntry:W.wU,Entry:W.wU,FileEntry:W.wU,AbortPaymentEvent:W.a4,AnimationEvent:W.a4,AnimationPlaybackEvent:W.a4,ApplicationCacheErrorEvent:W.a4,BackgroundFetchClickEvent:W.a4,BackgroundFetchEvent:W.a4,BackgroundFetchFailEvent:W.a4,BackgroundFetchedEvent:W.a4,BeforeInstallPromptEvent:W.a4,BeforeUnloadEvent:W.a4,BlobEvent:W.a4,CanMakePaymentEvent:W.a4,ClipboardEvent:W.a4,CloseEvent:W.a4,CustomEvent:W.a4,DeviceMotionEvent:W.a4,DeviceOrientationEvent:W.a4,ErrorEvent:W.a4,ExtendableEvent:W.a4,ExtendableMessageEvent:W.a4,FetchEvent:W.a4,FontFaceSetLoadEvent:W.a4,ForeignFetchEvent:W.a4,GamepadEvent:W.a4,HashChangeEvent:W.a4,InstallEvent:W.a4,MediaEncryptedEvent:W.a4,MediaKeyMessageEvent:W.a4,MediaStreamEvent:W.a4,MediaStreamTrackEvent:W.a4,MessageEvent:W.a4,MIDIConnectionEvent:W.a4,MIDIMessageEvent:W.a4,MutationEvent:W.a4,NotificationEvent:W.a4,PageTransitionEvent:W.a4,PaymentRequestEvent:W.a4,PaymentRequestUpdateEvent:W.a4,PopStateEvent:W.a4,PresentationConnectionAvailableEvent:W.a4,PresentationConnectionCloseEvent:W.a4,PromiseRejectionEvent:W.a4,PushEvent:W.a4,RTCDataChannelEvent:W.a4,RTCDTMFToneChangeEvent:W.a4,RTCPeerConnectionIceEvent:W.a4,RTCTrackEvent:W.a4,SecurityPolicyViolationEvent:W.a4,SensorErrorEvent:W.a4,SpeechRecognitionError:W.a4,SpeechRecognitionEvent:W.a4,StorageEvent:W.a4,SyncEvent:W.a4,TrackEvent:W.a4,TransitionEvent:W.a4,WebKitTransitionEvent:W.a4,VRDeviceEvent:W.a4,VRDisplayEvent:W.a4,VRSessionEvent:W.a4,MojoInterfaceRequestEvent:W.a4,USBConnectionEvent:W.a4,AudioProcessingEvent:W.a4,OfflineAudioCompletionEvent:W.a4,WebGLContextEvent:W.a4,Event:W.a4,InputEvent:W.a4,SubmitEvent:W.a4,AbsoluteOrientationSensor:W.a6,Accelerometer:W.a6,AccessibleNode:W.a6,AmbientLightSensor:W.a6,Animation:W.a6,ApplicationCache:W.a6,DOMApplicationCache:W.a6,OfflineResourceList:W.a6,BackgroundFetchRegistration:W.a6,BatteryManager:W.a6,EventSource:W.a6,FileReader:W.a6,FontFaceSet:W.a6,Gyroscope:W.a6,LinearAccelerationSensor:W.a6,Magnetometer:W.a6,MediaDevices:W.a6,MediaRecorder:W.a6,MediaSource:W.a6,MediaStream:W.a6,MIDIAccess:W.a6,NetworkInformation:W.a6,Notification:W.a6,OrientationSensor:W.a6,PaymentRequest:W.a6,Performance:W.a6,PermissionStatus:W.a6,PresentationAvailability:W.a6,PresentationConnection:W.a6,PresentationConnectionList:W.a6,PresentationRequest:W.a6,RelativeOrientationSensor:W.a6,RemotePlayback:W.a6,RTCDataChannel:W.a6,DataChannel:W.a6,RTCDTMFSender:W.a6,RTCPeerConnection:W.a6,webkitRTCPeerConnection:W.a6,mozRTCPeerConnection:W.a6,Sensor:W.a6,ServiceWorker:W.a6,ServiceWorkerContainer:W.a6,ServiceWorkerRegistration:W.a6,SharedWorker:W.a6,SpeechRecognition:W.a6,SpeechSynthesis:W.a6,VR:W.a6,VRDevice:W.a6,VRDisplay:W.a6,VRSession:W.a6,VisualViewport:W.a6,WebSocket:W.a6,Worker:W.a6,WorkerPerformance:W.a6,BluetoothDevice:W.a6,BluetoothRemoteGATTCharacteristic:W.a6,Clipboard:W.a6,MojoInterfaceInterceptor:W.a6,USB:W.a6,IDBOpenDBRequest:W.a6,IDBVersionChangeRequest:W.a6,IDBRequest:W.a6,IDBTransaction:W.a6,AnalyserNode:W.a6,RealtimeAnalyserNode:W.a6,AudioBufferSourceNode:W.a6,AudioDestinationNode:W.a6,AudioNode:W.a6,AudioScheduledSourceNode:W.a6,AudioWorkletNode:W.a6,BiquadFilterNode:W.a6,ChannelMergerNode:W.a6,AudioChannelMerger:W.a6,ChannelSplitterNode:W.a6,AudioChannelSplitter:W.a6,ConstantSourceNode:W.a6,ConvolverNode:W.a6,DelayNode:W.a6,DynamicsCompressorNode:W.a6,GainNode:W.a6,AudioGainNode:W.a6,IIRFilterNode:W.a6,MediaElementAudioSourceNode:W.a6,MediaStreamAudioDestinationNode:W.a6,MediaStreamAudioSourceNode:W.a6,OscillatorNode:W.a6,Oscillator:W.a6,PannerNode:W.a6,AudioPannerNode:W.a6,webkitAudioPannerNode:W.a6,ScriptProcessorNode:W.a6,JavaScriptAudioNode:W.a6,StereoPannerNode:W.a6,WaveShaperNode:W.a6,EventTarget:W.a6,FederatedCredential:W.YP,HTMLFieldSetElement:W.Hp,File:W.fy,FileList:W.ny,DOMFileSystem:W.YV,FileWriter:W.YX,FontFace:W.nE,HTMLFormElement:W.jU,Gamepad:W.hN,History:W.a_k,HTMLCollection:W.nN,HTMLFormControlsCollection:W.nN,HTMLOptionsCollection:W.nN,XMLHttpRequest:W.lw,XMLHttpRequestUpload:W.xr,XMLHttpRequestEventTarget:W.xr,HTMLIFrameElement:W.HY,ImageData:W.nQ,HTMLImageElement:W.nR,HTMLInputElement:W.nU,KeyboardEvent:W.k0,HTMLLabelElement:W.xS,Location:W.a10,HTMLMapElement:W.IF,HTMLAudioElement:W.od,HTMLMediaElement:W.od,MediaKeySession:W.a1k,MediaList:W.a1l,MediaQueryList:W.IL,MediaQueryListEvent:W.rk,CanvasCaptureMediaStreamTrack:W.lN,MediaStreamTrack:W.lN,MessagePort:W.yk,HTMLMetaElement:W.lP,MIDIInputMap:W.IM,MIDIOutputMap:W.IN,MIDIInput:W.yl,MIDIOutput:W.yl,MIDIPort:W.yl,MimeType:W.hX,MimeTypeArray:W.IO,MouseEvent:W.eQ,DragEvent:W.eQ,NavigatorUserMediaError:W.a2d,DocumentFragment:W.ab,ShadowRoot:W.ab,DocumentType:W.ab,Node:W.ab,NodeList:W.ru,RadioNodeList:W.ru,HTMLObjectElement:W.J8,OffscreenCanvas:W.J9,HTMLOutputElement:W.Jf,OverconstrainedError:W.a2y,HTMLParagraphElement:W.yE,HTMLParamElement:W.JG,PasswordCredential:W.a2M,PerformanceEntry:W.j2,PerformanceLongTaskTiming:W.j2,PerformanceMark:W.j2,PerformanceMeasure:W.j2,PerformanceNavigationTiming:W.j2,PerformancePaintTiming:W.j2,PerformanceResourceTiming:W.j2,TaskAttributionTiming:W.j2,PerformanceServerTiming:W.a2R,Plugin:W.i1,PluginArray:W.K3,PointerEvent:W.kf,ProgressEvent:W.j7,ResourceProgressEvent:W.j7,PushMessageData:W.a3H,RTCStatsReport:W.L1,ScreenOrientation:W.a5R,HTMLScriptElement:W.zP,HTMLSelectElement:W.Lg,SharedWorkerGlobalScope:W.Lm,HTMLSlotElement:W.LK,SourceBuffer:W.ia,SourceBufferList:W.LP,HTMLSpanElement:W.tz,SpeechGrammar:W.ib,SpeechGrammarList:W.LR,SpeechRecognitionResult:W.ic,SpeechSynthesisEvent:W.LS,SpeechSynthesisUtterance:W.a8a,SpeechSynthesisVoice:W.a8b,Storage:W.Al,HTMLStyleElement:W.Am,StyleSheet:W.fR,HTMLTableElement:W.Ar,HTMLTableRowElement:W.M4,HTMLTableSectionElement:W.M5,HTMLTemplateElement:W.tI,HTMLTextAreaElement:W.tJ,TextTrack:W.ii,TextTrackCue:W.fU,TextTrackCueList:W.Mg,TextTrackList:W.Mh,TimeRanges:W.a9B,Touch:W.ij,TouchEvent:W.mp,TouchList:W.AR,TrackDefaultList:W.a9J,CompositionEvent:W.kF,FocusEvent:W.kF,TextEvent:W.kF,UIEvent:W.kF,URL:W.a9W,HTMLVideoElement:W.MC,VideoTrackList:W.aa5,VTTCue:W.MG,VTTRegion:W.aa6,WheelEvent:W.pi,Window:W.pj,DOMWindow:W.pj,DedicatedWorkerGlobalScope:W.jm,ServiceWorkerGlobalScope:W.jm,WorkerGlobalScope:W.jm,Attr:W.ua,CSSRuleList:W.NW,ClientRect:W.Bx,DOMRect:W.Bx,GamepadList:W.Pf,NamedNodeMap:W.Cz,MozNamedAttrMap:W.Cz,SpeechRecognitionResultList:W.Sb,StyleSheetList:W.Sr,IDBDatabase:P.WY,IDBIndex:P.a03,IDBKeyRange:P.xP,IDBObjectStore:P.a2r,IDBVersionChangeEvent:P.MA,SVGAElement:P.cw,SVGCircleElement:P.cw,SVGClipPathElement:P.cw,SVGDefsElement:P.cw,SVGEllipseElement:P.cw,SVGForeignObjectElement:P.cw,SVGGElement:P.cw,SVGGeometryElement:P.cw,SVGImageElement:P.cw,SVGLineElement:P.cw,SVGPathElement:P.cw,SVGPolygonElement:P.cw,SVGPolylineElement:P.cw,SVGRectElement:P.cw,SVGSwitchElement:P.cw,SVGTSpanElement:P.cw,SVGTextContentElement:P.cw,SVGTextElement:P.cw,SVGTextPathElement:P.cw,SVGTextPositioningElement:P.cw,SVGUseElement:P.cw,SVGGraphicsElement:P.cw,SVGLength:P.k2,SVGLengthList:P.Iq,SVGNumber:P.k8,SVGNumberList:P.J6,SVGPointList:P.a3k,SVGRect:P.a49,SVGScriptElement:P.t2,SVGStringList:P.LY,SVGAnimateElement:P.aR,SVGAnimateMotionElement:P.aR,SVGAnimateTransformElement:P.aR,SVGAnimationElement:P.aR,SVGDescElement:P.aR,SVGDiscardElement:P.aR,SVGFEBlendElement:P.aR,SVGFEColorMatrixElement:P.aR,SVGFEComponentTransferElement:P.aR,SVGFECompositeElement:P.aR,SVGFEConvolveMatrixElement:P.aR,SVGFEDiffuseLightingElement:P.aR,SVGFEDisplacementMapElement:P.aR,SVGFEDistantLightElement:P.aR,SVGFEFloodElement:P.aR,SVGFEFuncAElement:P.aR,SVGFEFuncBElement:P.aR,SVGFEFuncGElement:P.aR,SVGFEFuncRElement:P.aR,SVGFEGaussianBlurElement:P.aR,SVGFEImageElement:P.aR,SVGFEMergeElement:P.aR,SVGFEMergeNodeElement:P.aR,SVGFEMorphologyElement:P.aR,SVGFEOffsetElement:P.aR,SVGFEPointLightElement:P.aR,SVGFESpecularLightingElement:P.aR,SVGFESpotLightElement:P.aR,SVGFETileElement:P.aR,SVGFETurbulenceElement:P.aR,SVGFilterElement:P.aR,SVGLinearGradientElement:P.aR,SVGMarkerElement:P.aR,SVGMaskElement:P.aR,SVGMetadataElement:P.aR,SVGPatternElement:P.aR,SVGRadialGradientElement:P.aR,SVGSetElement:P.aR,SVGStopElement:P.aR,SVGStyleElement:P.aR,SVGSymbolElement:P.aR,SVGTitleElement:P.aR,SVGViewElement:P.aR,SVGGradientElement:P.aR,SVGComponentTransferFunctionElement:P.aR,SVGFEDropShadowElement:P.aR,SVGMPathElement:P.aR,SVGElement:P.aR,SVGSVGElement:P.p_,SVGTransform:P.kB,SVGTransformList:P.Mo,AudioBuffer:P.Vt,AudioParamMap:P.Fb,AudioTrackList:P.Vw,AudioContext:P.q7,webkitAudioContext:P.q7,BaseAudioContext:P.q7,OfflineAudioContext:P.a2u,WebGLActiveInfo:P.Vh,SQLResultSetRowList:P.LT}) +hunkHelpers.setOrUpdateLeafTags({AnimationEffectReadOnly:true,AnimationEffectTiming:true,AnimationEffectTimingReadOnly:true,AnimationTimeline:true,AnimationWorkletGlobalScope:true,AuthenticatorAssertionResponse:true,AuthenticatorAttestationResponse:true,AuthenticatorResponse:true,BackgroundFetchFetch:true,BackgroundFetchManager:true,BackgroundFetchSettledFetch:true,BarProp:true,BarcodeDetector:true,BluetoothRemoteGATTDescriptor:true,BudgetState:true,CacheStorage:true,CanvasGradient:true,CanvasPattern:true,Client:true,Clients:true,CookieStore:true,Coordinates:true,CredentialsContainer:true,Crypto:true,CryptoKey:true,CSS:true,CSSVariableReferenceValue:true,CustomElementRegistry:true,DataTransfer:true,DataTransferItem:true,DeprecatedStorageInfo:true,DeprecatedStorageQuota:true,DeprecationReport:true,DetectedBarcode:true,DetectedFace:true,DetectedText:true,DeviceAcceleration:true,DeviceRotationRate:true,DirectoryReader:true,DocumentOrShadowRoot:true,DocumentTimeline:true,DOMImplementation:true,Iterator:true,DOMMatrix:true,DOMMatrixReadOnly:true,DOMParser:true,DOMPoint:true,DOMPointReadOnly:true,DOMQuad:true,DOMStringMap:true,External:true,FaceDetector:true,FontFaceSource:true,FormData:true,GamepadButton:true,GamepadPose:true,Geolocation:true,Position:true,GeolocationPosition:true,Headers:true,HTMLHyperlinkElementUtils:true,IdleDeadline:true,ImageBitmap:true,ImageBitmapRenderingContext:true,ImageCapture:true,InputDeviceCapabilities:true,IntersectionObserver:true,IntersectionObserverEntry:true,InterventionReport:true,KeyframeEffect:true,KeyframeEffectReadOnly:true,MediaCapabilities:true,MediaCapabilitiesInfo:true,MediaDeviceInfo:true,MediaError:true,MediaKeyStatusMap:true,MediaKeySystemAccess:true,MediaKeys:true,MediaKeysPolicy:true,MediaMetadata:true,MediaSession:true,MediaSettingsRange:true,MemoryInfo:true,MessageChannel:true,Metadata:true,MutationObserver:true,WebKitMutationObserver:true,MutationRecord:true,NavigationPreloadManager:true,Navigator:true,NavigatorAutomationInformation:true,NavigatorConcurrentHardware:true,NavigatorCookies:true,NodeFilter:true,NodeIterator:true,NonDocumentTypeChildNode:true,NonElementParentNode:true,NoncedElement:true,OffscreenCanvasRenderingContext2D:true,PaintRenderingContext2D:true,PaintSize:true,PaintWorkletGlobalScope:true,Path2D:true,PaymentAddress:true,PaymentInstruments:true,PaymentManager:true,PaymentResponse:true,PerformanceNavigation:true,PerformanceObserver:true,PerformanceObserverEntryList:true,PerformanceTiming:true,Permissions:true,PhotoCapabilities:true,PositionError:true,GeolocationPositionError:true,Presentation:true,PresentationReceiver:true,PushManager:true,PushSubscription:true,PushSubscriptionOptions:true,Range:true,RelatedApplication:true,ReportBody:true,ReportingObserver:true,ResizeObserver:true,ResizeObserverEntry:true,RTCCertificate:true,RTCIceCandidate:true,mozRTCIceCandidate:true,RTCLegacyStatsReport:true,RTCRtpContributingSource:true,RTCRtpReceiver:true,RTCRtpSender:true,RTCSessionDescription:true,mozRTCSessionDescription:true,RTCStatsResponse:true,Screen:true,ScrollState:true,ScrollTimeline:true,Selection:true,SharedArrayBuffer:true,SpeechRecognitionAlternative:true,StaticRange:true,StorageManager:true,StyleMedia:true,StylePropertyMap:true,StylePropertyMapReadonly:true,SyncManager:true,TextDetector:true,TextMetrics:true,TrackDefault:true,TreeWalker:true,TrustedHTML:true,TrustedScriptURL:true,TrustedURL:true,UnderlyingSourceBase:true,URLSearchParams:true,VRCoordinateSystem:true,VRDisplayCapabilities:true,VREyeParameters:true,VRFrameData:true,VRFrameOfReference:true,VRPose:true,VRStageBounds:true,VRStageBoundsPoint:true,VRStageParameters:true,ValidityState:true,VideoPlaybackQuality:true,VideoTrack:true,WindowClient:true,WorkletAnimation:true,WorkletGlobalScope:true,XPathEvaluator:true,XPathExpression:true,XPathNSResolver:true,XPathResult:true,XMLSerializer:true,XSLTProcessor:true,Bluetooth:true,BluetoothCharacteristicProperties:true,BluetoothRemoteGATTServer:true,BluetoothRemoteGATTService:true,BluetoothUUID:true,BudgetService:true,Cache:true,DOMFileSystemSync:true,DirectoryEntrySync:true,DirectoryReaderSync:true,EntrySync:true,FileEntrySync:true,FileReaderSync:true,FileWriterSync:true,HTMLAllCollection:true,Mojo:true,MojoHandle:true,MojoWatcher:true,NFC:true,PagePopupController:true,Report:true,SubtleCrypto:true,USBAlternateInterface:true,USBConfiguration:true,USBDevice:true,USBEndpoint:true,USBInTransferResult:true,USBInterface:true,USBIsochronousInTransferPacket:true,USBIsochronousInTransferResult:true,USBIsochronousOutTransferPacket:true,USBIsochronousOutTransferResult:true,USBOutTransferResult:true,WorkerLocation:true,WorkerNavigator:true,Worklet:true,IDBCursor:true,IDBCursorWithValue:true,IDBFactory:true,IDBObservation:true,IDBObserver:true,IDBObserverChanges:true,SVGAngle:true,SVGAnimatedAngle:true,SVGAnimatedBoolean:true,SVGAnimatedEnumeration:true,SVGAnimatedInteger:true,SVGAnimatedLength:true,SVGAnimatedLengthList:true,SVGAnimatedNumber:true,SVGAnimatedNumberList:true,SVGAnimatedPreserveAspectRatio:true,SVGAnimatedRect:true,SVGAnimatedString:true,SVGAnimatedTransformList:true,SVGMatrix:true,SVGPoint:true,SVGPreserveAspectRatio:true,SVGUnitTypes:true,AudioListener:true,AudioParam:true,AudioTrack:true,AudioWorkletGlobalScope:true,AudioWorkletProcessor:true,PeriodicWave:true,ANGLEInstancedArrays:true,ANGLE_instanced_arrays:true,WebGLBuffer:true,WebGLCanvas:true,WebGLColorBufferFloat:true,WebGLCompressedTextureASTC:true,WebGLCompressedTextureATC:true,WEBGL_compressed_texture_atc:true,WebGLCompressedTextureETC1:true,WEBGL_compressed_texture_etc1:true,WebGLCompressedTextureETC:true,WebGLCompressedTexturePVRTC:true,WEBGL_compressed_texture_pvrtc:true,WebGLCompressedTextureS3TC:true,WEBGL_compressed_texture_s3tc:true,WebGLCompressedTextureS3TCsRGB:true,WebGLDebugRendererInfo:true,WEBGL_debug_renderer_info:true,WebGLDebugShaders:true,WEBGL_debug_shaders:true,WebGLDepthTexture:true,WEBGL_depth_texture:true,WebGLDrawBuffers:true,WEBGL_draw_buffers:true,EXTsRGB:true,EXT_sRGB:true,EXTBlendMinMax:true,EXT_blend_minmax:true,EXTColorBufferFloat:true,EXTColorBufferHalfFloat:true,EXTDisjointTimerQuery:true,EXTDisjointTimerQueryWebGL2:true,EXTFragDepth:true,EXT_frag_depth:true,EXTShaderTextureLOD:true,EXT_shader_texture_lod:true,EXTTextureFilterAnisotropic:true,EXT_texture_filter_anisotropic:true,WebGLFramebuffer:true,WebGLGetBufferSubDataAsync:true,WebGLLoseContext:true,WebGLExtensionLoseContext:true,WEBGL_lose_context:true,OESElementIndexUint:true,OES_element_index_uint:true,OESStandardDerivatives:true,OES_standard_derivatives:true,OESTextureFloat:true,OES_texture_float:true,OESTextureFloatLinear:true,OES_texture_float_linear:true,OESTextureHalfFloat:true,OES_texture_half_float:true,OESTextureHalfFloatLinear:true,OES_texture_half_float_linear:true,OESVertexArrayObject:true,OES_vertex_array_object:true,WebGLProgram:true,WebGLQuery:true,WebGLRenderbuffer:true,WebGLRenderingContext:true,WebGL2RenderingContext:true,WebGLSampler:true,WebGLShader:true,WebGLShaderPrecisionFormat:true,WebGLSync:true,WebGLTexture:true,WebGLTimerQueryEXT:true,WebGLTransformFeedback:true,WebGLUniformLocation:true,WebGLVertexArrayObject:true,WebGLVertexArrayObjectOES:true,WebGL:true,WebGL2RenderingContextBase:true,Database:true,SQLError:true,SQLResultSet:true,SQLTransaction:true,ArrayBuffer:true,ArrayBufferView:false,DataView:true,Float32Array:true,Float64Array:true,Int16Array:true,Int32Array:true,Int8Array:true,Uint16Array:true,Uint32Array:true,Uint8ClampedArray:true,CanvasPixelArray:true,Uint8Array:false,HTMLBRElement:true,HTMLContentElement:true,HTMLDListElement:true,HTMLDataElement:true,HTMLDataListElement:true,HTMLDetailsElement:true,HTMLDialogElement:true,HTMLHRElement:true,HTMLHeadElement:true,HTMLHeadingElement:true,HTMLHtmlElement:true,HTMLLIElement:true,HTMLLegendElement:true,HTMLLinkElement:true,HTMLMenuElement:true,HTMLMeterElement:true,HTMLModElement:true,HTMLOListElement:true,HTMLOptGroupElement:true,HTMLOptionElement:true,HTMLPictureElement:true,HTMLPreElement:true,HTMLProgressElement:true,HTMLQuoteElement:true,HTMLShadowElement:true,HTMLSourceElement:true,HTMLTableCaptionElement:true,HTMLTableCellElement:true,HTMLTableDataCellElement:true,HTMLTableHeaderCellElement:true,HTMLTableColElement:true,HTMLTimeElement:true,HTMLTitleElement:true,HTMLTrackElement:true,HTMLUListElement:true,HTMLUnknownElement:true,HTMLDirectoryElement:true,HTMLFontElement:true,HTMLFrameElement:true,HTMLFrameSetElement:true,HTMLMarqueeElement:true,HTMLElement:false,AccessibleNodeList:true,HTMLAnchorElement:true,HTMLAreaElement:true,HTMLBaseElement:true,Blob:false,Body:true,Request:true,Response:true,HTMLBodyElement:true,BroadcastChannel:true,HTMLButtonElement:true,HTMLCanvasElement:true,CanvasRenderingContext2D:true,CDATASection:true,CharacterData:true,Comment:true,ProcessingInstruction:true,Text:true,PublicKeyCredential:true,Credential:false,CredentialUserData:true,CSSKeyframesRule:true,MozCSSKeyframesRule:true,WebKitCSSKeyframesRule:true,CSSPerspective:true,CSSCharsetRule:true,CSSConditionRule:true,CSSFontFaceRule:true,CSSGroupingRule:true,CSSImportRule:true,CSSKeyframeRule:true,MozCSSKeyframeRule:true,WebKitCSSKeyframeRule:true,CSSMediaRule:true,CSSNamespaceRule:true,CSSPageRule:true,CSSStyleRule:true,CSSSupportsRule:true,CSSViewportRule:true,CSSRule:false,CSSStyleDeclaration:true,MSStyleCSSProperties:true,CSS2Properties:true,CSSStyleSheet:true,CSSImageValue:true,CSSKeywordValue:true,CSSNumericValue:true,CSSPositionValue:true,CSSResourceValue:true,CSSUnitValue:true,CSSURLImageValue:true,CSSStyleValue:false,CSSMatrixComponent:true,CSSRotation:true,CSSScale:true,CSSSkew:true,CSSTranslation:true,CSSTransformComponent:false,CSSTransformValue:true,CSSUnparsedValue:true,DataTransferItemList:true,HTMLDivElement:true,Document:true,HTMLDocument:true,XMLDocument:true,DOMError:true,DOMException:true,ClientRectList:true,DOMRectList:true,DOMRectReadOnly:false,DOMStringList:true,DOMTokenList:true,Element:false,HTMLEmbedElement:true,DirectoryEntry:true,Entry:true,FileEntry:true,AbortPaymentEvent:true,AnimationEvent:true,AnimationPlaybackEvent:true,ApplicationCacheErrorEvent:true,BackgroundFetchClickEvent:true,BackgroundFetchEvent:true,BackgroundFetchFailEvent:true,BackgroundFetchedEvent:true,BeforeInstallPromptEvent:true,BeforeUnloadEvent:true,BlobEvent:true,CanMakePaymentEvent:true,ClipboardEvent:true,CloseEvent:true,CustomEvent:true,DeviceMotionEvent:true,DeviceOrientationEvent:true,ErrorEvent:true,ExtendableEvent:true,ExtendableMessageEvent:true,FetchEvent:true,FontFaceSetLoadEvent:true,ForeignFetchEvent:true,GamepadEvent:true,HashChangeEvent:true,InstallEvent:true,MediaEncryptedEvent:true,MediaKeyMessageEvent:true,MediaStreamEvent:true,MediaStreamTrackEvent:true,MessageEvent:true,MIDIConnectionEvent:true,MIDIMessageEvent:true,MutationEvent:true,NotificationEvent:true,PageTransitionEvent:true,PaymentRequestEvent:true,PaymentRequestUpdateEvent:true,PopStateEvent:true,PresentationConnectionAvailableEvent:true,PresentationConnectionCloseEvent:true,PromiseRejectionEvent:true,PushEvent:true,RTCDataChannelEvent:true,RTCDTMFToneChangeEvent:true,RTCPeerConnectionIceEvent:true,RTCTrackEvent:true,SecurityPolicyViolationEvent:true,SensorErrorEvent:true,SpeechRecognitionError:true,SpeechRecognitionEvent:true,StorageEvent:true,SyncEvent:true,TrackEvent:true,TransitionEvent:true,WebKitTransitionEvent:true,VRDeviceEvent:true,VRDisplayEvent:true,VRSessionEvent:true,MojoInterfaceRequestEvent:true,USBConnectionEvent:true,AudioProcessingEvent:true,OfflineAudioCompletionEvent:true,WebGLContextEvent:true,Event:false,InputEvent:false,SubmitEvent:false,AbsoluteOrientationSensor:true,Accelerometer:true,AccessibleNode:true,AmbientLightSensor:true,Animation:true,ApplicationCache:true,DOMApplicationCache:true,OfflineResourceList:true,BackgroundFetchRegistration:true,BatteryManager:true,EventSource:true,FileReader:true,FontFaceSet:true,Gyroscope:true,LinearAccelerationSensor:true,Magnetometer:true,MediaDevices:true,MediaRecorder:true,MediaSource:true,MediaStream:true,MIDIAccess:true,NetworkInformation:true,Notification:true,OrientationSensor:true,PaymentRequest:true,Performance:true,PermissionStatus:true,PresentationAvailability:true,PresentationConnection:true,PresentationConnectionList:true,PresentationRequest:true,RelativeOrientationSensor:true,RemotePlayback:true,RTCDataChannel:true,DataChannel:true,RTCDTMFSender:true,RTCPeerConnection:true,webkitRTCPeerConnection:true,mozRTCPeerConnection:true,Sensor:true,ServiceWorker:true,ServiceWorkerContainer:true,ServiceWorkerRegistration:true,SharedWorker:true,SpeechRecognition:true,SpeechSynthesis:true,VR:true,VRDevice:true,VRDisplay:true,VRSession:true,VisualViewport:true,WebSocket:true,Worker:true,WorkerPerformance:true,BluetoothDevice:true,BluetoothRemoteGATTCharacteristic:true,Clipboard:true,MojoInterfaceInterceptor:true,USB:true,IDBOpenDBRequest:true,IDBVersionChangeRequest:true,IDBRequest:true,IDBTransaction:true,AnalyserNode:true,RealtimeAnalyserNode:true,AudioBufferSourceNode:true,AudioDestinationNode:true,AudioNode:true,AudioScheduledSourceNode:true,AudioWorkletNode:true,BiquadFilterNode:true,ChannelMergerNode:true,AudioChannelMerger:true,ChannelSplitterNode:true,AudioChannelSplitter:true,ConstantSourceNode:true,ConvolverNode:true,DelayNode:true,DynamicsCompressorNode:true,GainNode:true,AudioGainNode:true,IIRFilterNode:true,MediaElementAudioSourceNode:true,MediaStreamAudioDestinationNode:true,MediaStreamAudioSourceNode:true,OscillatorNode:true,Oscillator:true,PannerNode:true,AudioPannerNode:true,webkitAudioPannerNode:true,ScriptProcessorNode:true,JavaScriptAudioNode:true,StereoPannerNode:true,WaveShaperNode:true,EventTarget:false,FederatedCredential:true,HTMLFieldSetElement:true,File:true,FileList:true,DOMFileSystem:true,FileWriter:true,FontFace:true,HTMLFormElement:true,Gamepad:true,History:true,HTMLCollection:true,HTMLFormControlsCollection:true,HTMLOptionsCollection:true,XMLHttpRequest:true,XMLHttpRequestUpload:true,XMLHttpRequestEventTarget:false,HTMLIFrameElement:true,ImageData:true,HTMLImageElement:true,HTMLInputElement:true,KeyboardEvent:true,HTMLLabelElement:true,Location:true,HTMLMapElement:true,HTMLAudioElement:true,HTMLMediaElement:false,MediaKeySession:true,MediaList:true,MediaQueryList:true,MediaQueryListEvent:true,CanvasCaptureMediaStreamTrack:true,MediaStreamTrack:true,MessagePort:true,HTMLMetaElement:true,MIDIInputMap:true,MIDIOutputMap:true,MIDIInput:true,MIDIOutput:true,MIDIPort:true,MimeType:true,MimeTypeArray:true,MouseEvent:false,DragEvent:false,NavigatorUserMediaError:true,DocumentFragment:true,ShadowRoot:true,DocumentType:true,Node:false,NodeList:true,RadioNodeList:true,HTMLObjectElement:true,OffscreenCanvas:true,HTMLOutputElement:true,OverconstrainedError:true,HTMLParagraphElement:true,HTMLParamElement:true,PasswordCredential:true,PerformanceEntry:true,PerformanceLongTaskTiming:true,PerformanceMark:true,PerformanceMeasure:true,PerformanceNavigationTiming:true,PerformancePaintTiming:true,PerformanceResourceTiming:true,TaskAttributionTiming:true,PerformanceServerTiming:true,Plugin:true,PluginArray:true,PointerEvent:true,ProgressEvent:true,ResourceProgressEvent:true,PushMessageData:true,RTCStatsReport:true,ScreenOrientation:true,HTMLScriptElement:true,HTMLSelectElement:true,SharedWorkerGlobalScope:true,HTMLSlotElement:true,SourceBuffer:true,SourceBufferList:true,HTMLSpanElement:true,SpeechGrammar:true,SpeechGrammarList:true,SpeechRecognitionResult:true,SpeechSynthesisEvent:true,SpeechSynthesisUtterance:true,SpeechSynthesisVoice:true,Storage:true,HTMLStyleElement:true,StyleSheet:false,HTMLTableElement:true,HTMLTableRowElement:true,HTMLTableSectionElement:true,HTMLTemplateElement:true,HTMLTextAreaElement:true,TextTrack:true,TextTrackCue:false,TextTrackCueList:true,TextTrackList:true,TimeRanges:true,Touch:true,TouchEvent:true,TouchList:true,TrackDefaultList:true,CompositionEvent:true,FocusEvent:true,TextEvent:true,UIEvent:false,URL:true,HTMLVideoElement:true,VideoTrackList:true,VTTCue:true,VTTRegion:true,WheelEvent:true,Window:true,DOMWindow:true,DedicatedWorkerGlobalScope:true,ServiceWorkerGlobalScope:true,WorkerGlobalScope:false,Attr:true,CSSRuleList:true,ClientRect:true,DOMRect:true,GamepadList:true,NamedNodeMap:true,MozNamedAttrMap:true,SpeechRecognitionResultList:true,StyleSheetList:true,IDBDatabase:true,IDBIndex:true,IDBKeyRange:true,IDBObjectStore:true,IDBVersionChangeEvent:true,SVGAElement:true,SVGCircleElement:true,SVGClipPathElement:true,SVGDefsElement:true,SVGEllipseElement:true,SVGForeignObjectElement:true,SVGGElement:true,SVGGeometryElement:true,SVGImageElement:true,SVGLineElement:true,SVGPathElement:true,SVGPolygonElement:true,SVGPolylineElement:true,SVGRectElement:true,SVGSwitchElement:true,SVGTSpanElement:true,SVGTextContentElement:true,SVGTextElement:true,SVGTextPathElement:true,SVGTextPositioningElement:true,SVGUseElement:true,SVGGraphicsElement:false,SVGLength:true,SVGLengthList:true,SVGNumber:true,SVGNumberList:true,SVGPointList:true,SVGRect:true,SVGScriptElement:true,SVGStringList:true,SVGAnimateElement:true,SVGAnimateMotionElement:true,SVGAnimateTransformElement:true,SVGAnimationElement:true,SVGDescElement:true,SVGDiscardElement:true,SVGFEBlendElement:true,SVGFEColorMatrixElement:true,SVGFEComponentTransferElement:true,SVGFECompositeElement:true,SVGFEConvolveMatrixElement:true,SVGFEDiffuseLightingElement:true,SVGFEDisplacementMapElement:true,SVGFEDistantLightElement:true,SVGFEFloodElement:true,SVGFEFuncAElement:true,SVGFEFuncBElement:true,SVGFEFuncGElement:true,SVGFEFuncRElement:true,SVGFEGaussianBlurElement:true,SVGFEImageElement:true,SVGFEMergeElement:true,SVGFEMergeNodeElement:true,SVGFEMorphologyElement:true,SVGFEOffsetElement:true,SVGFEPointLightElement:true,SVGFESpecularLightingElement:true,SVGFESpotLightElement:true,SVGFETileElement:true,SVGFETurbulenceElement:true,SVGFilterElement:true,SVGLinearGradientElement:true,SVGMarkerElement:true,SVGMaskElement:true,SVGMetadataElement:true,SVGPatternElement:true,SVGRadialGradientElement:true,SVGSetElement:true,SVGStopElement:true,SVGStyleElement:true,SVGSymbolElement:true,SVGTitleElement:true,SVGViewElement:true,SVGGradientElement:true,SVGComponentTransferFunctionElement:true,SVGFEDropShadowElement:true,SVGMPathElement:true,SVGElement:false,SVGSVGElement:true,SVGTransform:true,SVGTransformList:true,AudioBuffer:true,AudioParamMap:true,AudioTrackList:true,AudioContext:true,webkitAudioContext:true,BaseAudioContext:false,OfflineAudioContext:true,WebGLActiveInfo:true,SQLResultSetRowList:true}) +H.rr.$nativeSuperclassTag="ArrayBufferView" +H.CA.$nativeSuperclassTag="ArrayBufferView" +H.CB.$nativeSuperclassTag="ArrayBufferView" +H.lQ.$nativeSuperclassTag="ArrayBufferView" +H.CC.$nativeSuperclassTag="ArrayBufferView" +H.CD.$nativeSuperclassTag="ArrayBufferView" +H.fM.$nativeSuperclassTag="ArrayBufferView" +W.Dp.$nativeSuperclassTag="EventTarget" +W.Dq.$nativeSuperclassTag="EventTarget" +W.DJ.$nativeSuperclassTag="EventTarget" +W.DK.$nativeSuperclassTag="EventTarget"})() +Function.prototype.$1=function(a){return this(a)} +Function.prototype.$0=function(){return this()} +Function.prototype.$2=function(a,b){return this(a,b)} +Function.prototype.$3=function(a,b,c){return this(a,b,c)} +Function.prototype.$2$1=function(a){return this(a)} +Function.prototype.$1$1=function(a){return this(a)} +Function.prototype.$4=function(a,b,c,d){return this(a,b,c,d)} +Function.prototype.$3$1=function(a){return this(a)} +Function.prototype.$3$3=function(a,b,c){return this(a,b,c)} +Function.prototype.$2$2=function(a,b){return this(a,b)} +Function.prototype.$1$2=function(a,b){return this(a,b)} +Function.prototype.$1$0=function(){return this()} +Function.prototype.$5=function(a,b,c,d,e){return this(a,b,c,d,e)} +Function.prototype.$6=function(a,b,c,d,e,f){return this(a,b,c,d,e,f)} +Function.prototype.$2$0=function(){return this()} +Function.prototype.$11=function(a,b,c,d,e,f,g,h,i,j,k){return this(a,b,c,d,e,f,g,h,i,j,k)} +Function.prototype.$9=function(a,b,c,d,e,f,g,h,i){return this(a,b,c,d,e,f,g,h,i)} +Function.prototype.$7=function(a,b,c,d,e,f,g){return this(a,b,c,d,e,f,g)} +Function.prototype.$2$3=function(a,b,c){return this(a,b,c)} +convertAllToFastObject(w) +convertToFastObject($);(function(a){if(typeof document==="undefined"){a(null) +return}if(typeof document.currentScript!="undefined"){a(document.currentScript) +return}var s=document.scripts +function onLoad(b){for(var q=0;qI'm the {{ title }} \ No newline at end of file diff --git a/website/src/contact/index.html b/website/src/contact/index.html new file mode 100644 index 0000000000..c9c2e752a6 --- /dev/null +++ b/website/src/contact/index.html @@ -0,0 +1,207 @@ + + + + + + + + SimpleX chat: private, secure, no global identities + + + + + + + + + + +
+ +
+ +
+
+

This link is the invitation from a SimpleX Chat user

+ +
+
+

If you already installed SimpleX Chat for the + terminal v1.0.0+, copy the command below and use it in the chat: +

+ +

+ + + Copy to clipboard + + +

+
+ +
+ +
+

Scan QR code from mobile app

+

+ To make a connection: +

+
    +
  1. install SimpleX app
  2. +
  3. tap the button below
  4. +
  5. tap Connect button in the app
  6. +
+ + +
+
+
+
+
+ +
+
+

To install SimpleX Chat for the terminal

+
+

+ use this command: +

+
+

curl -o- https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/install.sh + | + bash + + Copy to clipboard + + +

+
+
+ +
+

+ See SimpleX Chat + GitHub repository + + for the instructions how to download or compile it from the source code. +

+
+ +
+
+ +
+
+
+

Use SimpleX

+

+ SimpleX chat terminal client + v2.0.0 is + released!
+ – groups and files
+ – two-layer E2E encryption, with double-ratchet algorithm
+ – protocol is compatible with mobile apps
+

+

+ You can use our servers or deploy your own, e.g. using + + StackScript on Linode. +

+

+ Sign up to be updated about the new releases. +

+ +
+ + +
+
+ +
+
+ + +
+ Star +
+
+
+ + + diff --git a/website/src/contact/index.js b/website/src/contact/index.js new file mode 100644 index 0000000000..bf1427628d --- /dev/null +++ b/website/src/contact/index.js @@ -0,0 +1,56 @@ +(async function () { + const connURIel = document.getElementById("conn_req_uri_text"); + const connURI = document.location.toString().replace(/\/(contact|invitation)\//, "/$1"); + connURIel.innerText = "/c " + connURI; + const mobileConnURIanchor = document.getElementById("mobile_conn_req_uri"); + mobileConnURIanchor.href = connURI.replace("https://simplex.chat", "simplex:"); + if (document.location.pathname.indexOf("/contact") >= 0) { + document.querySelector("#conn_req .conn_mode").innerText = "address of"; + } + const els = document.querySelectorAll(".content_copy_with_tooltip"); + if (navigator.clipboard) { + els.forEach(contentCopyWithTooltip) + } else { + els.forEach(el => el.style.visibility = "hidden") + } + + const connQRCode = document.getElementById("conn_req_uri_qrcode"); + try { + await QRCode.toCanvas(connQRCode, connURI, { + errorCorrectionLevel: "M", + color: {dark: "#062D56"} + }); + connQRCode.style.width = "360px"; + connQRCode.style.height = "360px"; + } catch (err) { + console.error(err); + } + + function contentCopyWithTooltip(parent) { + const content = parent.querySelector(".content"); + const tooltip = parent.querySelector(".tooltiptext"); + console.log(parent.querySelector(".content_copy") ,111) + console.log(parent) + const copyButton = parent.querySelector(".content_copy"); + copyButton.addEventListener("click", copyAddress) + copyButton.addEventListener("mouseout", resetTooltip) + + function copyAddress() { + navigator.clipboard.writeText(content.innerText || content.value); + tooltip.innerHTML = "Copied!"; + } + + function resetTooltip() { + tooltip.innerHTML = "Copy to clipboard"; + } + } + + function copyAddress() { + navigator.clipboard.writeText(connURI); + tooltipEl.innerHTML = "Copied!"; + } + + function resetTooltip() { + tooltipEl.innerHTML = "Copy to clipboard"; + } +})(); diff --git a/website/src/contact/qrcode.js b/website/src/contact/qrcode.js new file mode 100644 index 0000000000..95b885fe2c --- /dev/null +++ b/website/src/contact/qrcode.js @@ -0,0 +1 @@ +var QRCode=function(t){"use strict";var r,e=function(){return"function"==typeof Promise&&Promise.prototype&&Promise.prototype.then},n=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706],o=function(t){if(!t)throw new Error('"version" cannot be null or undefined');if(t<1||t>40)throw new Error('"version" should be in range from 1 to 40');return 4*t+17},a=function(t){return n[t]},i=function(t){for(var r=0;0!==t;)r++,t>>>=1;return r},u=function(t){if("function"!=typeof t)throw new Error('"toSJISFunc" is not a valid function.');r=t},s=function(){return void 0!==r},f=function(t){return r(t)};function h(t,r){return t(r={exports:{}},r.exports),r.exports}var c=h((function(t,r){r.L={bit:1},r.M={bit:0},r.Q={bit:3},r.H={bit:2},r.isValid=function(t){return t&&void 0!==t.bit&&t.bit>=0&&t.bit<4},r.from=function(t,e){if(r.isValid(t))return t;try{return function(t){if("string"!=typeof t)throw new Error("Param is not a string");switch(t.toLowerCase()){case"l":case"low":return r.L;case"m":case"medium":return r.M;case"q":case"quartile":return r.Q;case"h":case"high":return r.H;default:throw new Error("Unknown EC Level: "+t)}}(t)}catch(t){return e}}}));function g(){this.buffer=[],this.length=0}c.L,c.M,c.Q,c.H,c.isValid,g.prototype={get:function(t){var r=Math.floor(t/8);return 1==(this.buffer[r]>>>7-t%8&1)},put:function(t,r){for(var e=0;e>>r-e-1&1))},getLengthInBits:function(){return this.length},putBit:function(t){var r=Math.floor(this.length/8);this.buffer.length<=r&&this.buffer.push(0),t&&(this.buffer[r]|=128>>>this.length%8),this.length++}};var d=g;function l(t){if(!t||t<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=t,this.data=new Uint8Array(t*t),this.reservedBit=new Uint8Array(t*t)}l.prototype.set=function(t,r,e,n){var o=t*this.size+r;this.data[o]=e,n&&(this.reservedBit[o]=!0)},l.prototype.get=function(t,r){return this.data[t*this.size+r]},l.prototype.xor=function(t,r,e){this.data[t*this.size+r]^=e},l.prototype.isReserved=function(t,r){return this.reservedBit[t*this.size+r]};var v=l,p=h((function(t,r){var e=o;r.getRowColCoords=function(t){if(1===t)return[];for(var r=Math.floor(t/7)+2,n=e(t),o=145===n?26:2*Math.ceil((n-13)/(2*r-2)),a=[n-7],i=1;i=0&&t<=7},r.from=function(t){return r.isValid(t)?parseInt(t,10):void 0},r.getPenaltyN1=function(t){for(var r=t.size,n=0,o=0,a=0,i=null,u=null,s=0;s=5&&(n+=e+(o-5)),i=h,o=1),(h=t.get(f,s))===u?a++:(a>=5&&(n+=e+(a-5)),u=h,a=1)}o>=5&&(n+=e+(o-5)),a>=5&&(n+=e+(a-5))}return n},r.getPenaltyN2=function(t){for(var r=t.size,e=0,o=0;o=10&&(1488===n||93===n)&&e++,a=a<<1&2047|t.get(u,i),u>=10&&(1488===a||93===a)&&e++}return e*o},r.getPenaltyN4=function(t){for(var r=0,e=t.data.length,n=0;n=0;){for(var n=e[0],o=0;o0){var o=new Uint8Array(this.degree);return o.set(e,n),o}return e};var L=T,b=function(t){return!isNaN(t)&&t>=1&&t<=40},U="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+",x="(?:(?![A-Z0-9 $%*+\\-./:]|"+(U=U.replace(/u/g,"\\u"))+")(?:.|[\r\n]))+",k=new RegExp(U,"g"),F=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),S=new RegExp(x,"g"),D=new RegExp("[0-9]+","g"),Y=new RegExp("[A-Z $%*+\\-./:]+","g"),_=new RegExp("^"+U+"$"),z=new RegExp("^[0-9]+$"),H=new RegExp("^[A-Z0-9 $%*+\\-./:]+$"),J={KANJI:k,BYTE_KANJI:F,BYTE:S,NUMERIC:D,ALPHANUMERIC:Y,testKanji:function(t){return _.test(t)},testNumeric:function(t){return z.test(t)},testAlphanumeric:function(t){return H.test(t)}},K=h((function(t,r){r.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},r.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},r.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},r.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},r.MIXED={bit:-1},r.getCharCountIndicator=function(t,r){if(!t.ccBits)throw new Error("Invalid mode: "+t);if(!b(r))throw new Error("Invalid version: "+r);return r>=1&&r<10?t.ccBits[0]:r<27?t.ccBits[1]:t.ccBits[2]},r.getBestModeForData=function(t){return J.testNumeric(t)?r.NUMERIC:J.testAlphanumeric(t)?r.ALPHANUMERIC:J.testKanji(t)?r.KANJI:r.BYTE},r.toString=function(t){if(t&&t.id)return t.id;throw new Error("Invalid mode")},r.isValid=function(t){return t&&t.bit&&t.ccBits},r.from=function(t,e){if(r.isValid(t))return t;try{return function(t){if("string"!=typeof t)throw new Error("Param is not a string");switch(t.toLowerCase()){case"numeric":return r.NUMERIC;case"alphanumeric":return r.ALPHANUMERIC;case"kanji":return r.KANJI;case"byte":return r.BYTE;default:throw new Error("Unknown mode: "+t)}}(t)}catch(t){return e}}}));K.NUMERIC,K.ALPHANUMERIC,K.BYTE,K.KANJI,K.MIXED,K.getCharCountIndicator,K.getBestModeForData,K.isValid;var O=h((function(t,r){var e=i(7973);function n(t,r){return K.getCharCountIndicator(t,r)+4}function o(t,r){var e=0;return t.forEach((function(t){var o=n(t.mode,r);e+=o+t.getBitsLength()})),e}r.from=function(t,r){return b(t)?parseInt(t,10):r},r.getCapacity=function(t,r,e){if(!b(t))throw new Error("Invalid QR Code version");void 0===e&&(e=K.BYTE);var o=8*(a(t)-M(t,r));if(e===K.MIXED)return o;var i=o-n(e,t);switch(e){case K.NUMERIC:return Math.floor(i/10*3);case K.ALPHANUMERIC:return Math.floor(i/11*2);case K.KANJI:return Math.floor(i/13);case K.BYTE:default:return Math.floor(i/8)}},r.getBestVersionForData=function(t,e){var n,a=c.from(e,c.M);if(Array.isArray(t)){if(t.length>1)return function(t,e){for(var n=1;n<=40;n++){if(o(t,n)<=r.getCapacity(n,e,K.MIXED))return n}}(t,a);if(0===t.length)return 1;n=t[0]}else n=t;return function(t,e,n){for(var o=1;o<=40;o++)if(e<=r.getCapacity(o,n,t))return o}(n.mode,n.getLength(),a)},r.getEncodedBits=function(t){if(!b(t)||t<7)throw new Error("Invalid QR Code version");for(var r=t<<12;i(r)-e>=0;)r^=7973<=0;)n^=1335<0&&(e=this.data.substr(r),n=parseInt(e,10),t.put(n,3*o+1))};var j=q,$=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function X(t){this.mode=K.ALPHANUMERIC,this.data=t}X.getBitsLength=function(t){return 11*Math.floor(t/2)+t%2*6},X.prototype.getLength=function(){return this.data.length},X.prototype.getBitsLength=function(){return X.getBitsLength(this.data.length)},X.prototype.write=function(t){var r;for(r=0;r+2<=this.data.length;r+=2){var e=45*$.indexOf(this.data[r]);e+=$.indexOf(this.data[r+1]),t.put(e,11)}this.data.length%2&&t.put($.indexOf(this.data[r]),6)};var Z=X;function W(t){this.mode=K.BYTE,this.data=new Uint8Array(function(t){for(var r=[],e=t.length,n=0;n=55296&&o<=56319&&e>n+1){var a=t.charCodeAt(n+1);a>=56320&&a<=57343&&(o=1024*(o-55296)+a-56320+65536,n+=1)}o<128?r.push(o):o<2048?(r.push(o>>6|192),r.push(63&o|128)):o<55296||o>=57344&&o<65536?(r.push(o>>12|224),r.push(o>>6&63|128),r.push(63&o|128)):o>=65536&&o<=1114111?(r.push(o>>18|240),r.push(o>>12&63|128),r.push(o>>6&63|128),r.push(63&o|128)):r.push(239,191,189)}return new Uint8Array(r).buffer}(t))}W.getBitsLength=function(t){return 8*t},W.prototype.getLength=function(){return this.data.length},W.prototype.getBitsLength=function(){return W.getBitsLength(this.data.length)},W.prototype.write=function(t){for(var r=0,e=this.data.length;r=33088&&e<=40956)e-=33088;else{if(!(e>=57408&&e<=60351))throw new Error("Invalid SJIS character: "+this.data[r]+"\nMake sure your charset is UTF-8");e-=49472}e=192*(e>>>8&255)+(255&e),t.put(e,13)}};var rt=tt,et=h((function(t){var r={single_source_shortest_paths:function(t,e,n){var o={},a={};a[e]=0;var i,u,s,f,h,c,g,d=r.PriorityQueue.make();for(d.push(e,0);!d.empty();)for(s in u=(i=d.pop()).value,f=i.cost,h=t[u]||{})h.hasOwnProperty(s)&&(c=f+h[s],g=a[s],(void 0===a[s]||g>c)&&(a[s]=c,d.push(s,c),o[s]=u));if(void 0!==n&&void 0===a[n]){var l=["Could not find a path from ",e," to ",n,"."].join("");throw new Error(l)}return o},extract_shortest_path_from_predecessor_list:function(t,r){for(var e=[],n=r;n;)e.push(n),n=t[n];return e.reverse(),e},find_path:function(t,e,n){var o=r.single_source_shortest_paths(t,e,n);return r.extract_shortest_path_from_predecessor_list(o,n)},PriorityQueue:{make:function(t){var e,n=r.PriorityQueue,o={};for(e in t=t||{},n)n.hasOwnProperty(e)&&(o[e]=n[e]);return o.queue=[],o.sorter=t.sorter||n.default_sorter,o},default_sorter:function(t,r){return t.cost-r.cost},push:function(t,r){var e={value:t,cost:r};this.queue.push(e),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return 0===this.queue.length}}};t.exports=r})),nt=h((function(t,r){function e(t){return unescape(encodeURIComponent(t)).length}function n(t,r,e){for(var n,o=[];null!==(n=t.exec(e));)o.push({data:n[0],index:n.index,mode:r,length:n[0].length});return o}function o(t){var r,e,o=n(J.NUMERIC,K.NUMERIC,t),a=n(J.ALPHANUMERIC,K.ALPHANUMERIC,t);return s()?(r=n(J.BYTE,K.BYTE,t),e=n(J.KANJI,K.KANJI,t)):(r=n(J.BYTE_KANJI,K.BYTE,t),e=[]),o.concat(a,r,e).sort((function(t,r){return t.index-r.index})).map((function(t){return{data:t.data,mode:t.mode,length:t.length}}))}function a(t,r){switch(r){case K.NUMERIC:return j.getBitsLength(t);case K.ALPHANUMERIC:return Z.getBitsLength(t);case K.KANJI:return rt.getBitsLength(t);case K.BYTE:return G.getBitsLength(t)}}function i(t,r){var e,n=K.getBestModeForData(t);if((e=K.from(r,n))!==K.BYTE&&e.bit=0?t[t.length-1]:null;return e&&e.mode===r.mode?(t[t.length-1].data+=r.data,t):(t.push(r),t)}),[])}(s))},r.rawSplit=function(t){return r.fromArray(o(t))}}));function ot(t,r,e){var n,o,a=t.size,i=V(r,e);for(n=0;n<15;n++)o=1==(i>>n&1),n<6?t.set(n,8,o,!0):n<8?t.set(n+1,8,o,!0):t.set(a-15+n,8,o,!0),n<8?t.set(8,a-n-1,o,!0):n<9?t.set(8,15-n-1+1,o,!0):t.set(8,15-n-1,o,!0);t.set(a-8,8,1,!0)}function at(t,r,e){var n=new d;e.forEach((function(r){n.put(r.mode.bit,4),n.put(r.getLength(),K.getCharCountIndicator(r.mode,t)),r.write(n)}));var o=8*(a(t)-M(t,r));for(n.getLengthInBits()+4<=o&&n.put(0,4);n.getLengthInBits()%8!=0;)n.putBit(0);for(var i=(o-n.getLengthInBits())/8,u=0;u=0&&u<=6&&(0===s||6===s)||s>=0&&s<=6&&(0===u||6===u)||u>=2&&u<=4&&s>=2&&s<=4?t.set(a+u,i+s,!0,!0):t.set(a+u,i+s,!1,!0))}(c,r),function(t){for(var r=t.size,e=8;e=7&&function(t,r){for(var e,n,o,a=t.size,i=O.getEncodedBits(r),u=0;u<18;u++)e=Math.floor(u/3),n=u%3+a-8-3,o=1==(i>>u&1),t.set(e,n,o,!0),t.set(n,e,o,!0)}(c,r),function(t,r){for(var e=t.size,n=-1,o=e-1,a=7,i=0,u=e-1;u>0;u-=2)for(6===u&&u--;;){for(var s=0;s<2;s++)if(!t.isReserved(o,u-s)){var f=!1;i>>a&1)),t.set(o,u-s,f),-1===--a&&(i++,a=7)}if((o+=n)<0||e<=o){o-=n,n=-n;break}}}(c,f),isNaN(n)&&(n=E.getBestMask(c,ot.bind(null,c,e))),E.applyMask(n,c),ot(c,e,n),{modules:c,version:r,errorCorrectionLevel:e,maskPattern:n,segments:a}}nt.fromArray,nt.fromString,nt.rawSplit;var ut=function(t,r){if(void 0===t||""===t)throw new Error("No input text");var e,n,o=c.M;return void 0!==r&&(o=c.from(r.errorCorrectionLevel,c.M),e=O.from(r.version),n=E.from(r.maskPattern),r.toSJISFunc&&u(r.toSJISFunc)),it(t,e,o,n)},st=h((function(t,r){function e(t){if("number"==typeof t&&(t=t.toString()),"string"!=typeof t)throw new Error("Color should be defined as hex string");var r=t.slice().replace("#","").split("");if(r.length<3||5===r.length||r.length>8)throw new Error("Invalid hex color: "+t);3!==r.length&&4!==r.length||(r=Array.prototype.concat.apply([],r.map((function(t){return[t,t]})))),6===r.length&&r.push("F","F");var e=parseInt(r.join(""),16);return{r:e>>24&255,g:e>>16&255,b:e>>8&255,a:255&e,hex:"#"+r.slice(0,6).join("")}}r.getOptions=function(t){t||(t={}),t.color||(t.color={});var r=void 0===t.margin||null===t.margin||t.margin<0?4:t.margin,n=t.width&&t.width>=21?t.width:void 0,o=t.scale||4;return{width:n,scale:n?4:o,margin:r,color:{dark:e(t.color.dark||"#000000ff"),light:e(t.color.light||"#ffffffff")},type:t.type,rendererOpts:t.rendererOpts||{}}},r.getScale=function(t,r){return r.width&&r.width>=t+2*r.margin?r.width/(t+2*r.margin):r.scale},r.getImageWidth=function(t,e){var n=r.getScale(t,e);return Math.floor((t+2*e.margin)*n)},r.qrToImageData=function(t,e,n){for(var o=e.modules.size,a=e.modules.data,i=r.getScale(o,n),u=Math.floor((o+2*n.margin)*i),s=n.margin*i,f=[n.color.light,n.color.dark],h=0;h=s&&c>=s&&h':"",s="0&&s>0&&t[u-1]||(n+=a?ct("M",s+e,.5+f+e):ct("m",o,0),o=0,a=!1),s+1',f='viewBox="0 0 '+i+" "+i+'"',h=''+u+s+"\n";return"function"==typeof e&&e(null,h),h};function dt(t,r,n,o,a){var i=[].slice.call(arguments,1),u=i.length,s="function"==typeof i[u-1];if(!s&&!e())throw new Error("Callback required as last argument");if(!s){if(u<1)throw new Error("Too few arguments provided");return 1===u?(n=r,r=o=void 0):2!==u||r.getContext||(o=n,n=r,r=void 0),new Promise((function(e,a){try{var i=ut(n,o);e(t(i,r,o))}catch(t){a(t)}}))}if(u<2)throw new Error("Too few arguments provided");2===u?(a=n,n=r,r=o=void 0):3===u&&(r.getContext&&void 0===a?(a=o,o=void 0):(a=o,o=n,n=r,r=void 0));try{var f=ut(n,o);a(null,t(f,r,o))}catch(t){a(t)}}var lt=ut,vt=dt.bind(null,ft.render),pt=dt.bind(null,ft.renderToDataURL),wt=dt.bind(null,(function(t,r,e){return gt(t,e)})),mt={create:lt,toCanvas:vt,toDataURL:pt,toString:wt};return t.create=lt,t.default=mt,t.toCanvas=vt,t.toDataURL=pt,t.toString=wt,Object.defineProperty(t,"__esModule",{value:!0}),t}({}); diff --git a/website/src/css/Raleway-Bold.woff2 b/website/src/css/Raleway-Bold.woff2 new file mode 100644 index 0000000000..4361c92c55 Binary files /dev/null and b/website/src/css/Raleway-Bold.woff2 differ diff --git a/website/src/css/Raleway-Medium.woff2 b/website/src/css/Raleway-Medium.woff2 new file mode 100644 index 0000000000..ec11f6bf70 Binary files /dev/null and b/website/src/css/Raleway-Medium.woff2 differ diff --git a/website/src/css/Raleway-Regular.woff2 b/website/src/css/Raleway-Regular.woff2 new file mode 100644 index 0000000000..ba1d8a9e29 Binary files /dev/null and b/website/src/css/Raleway-Regular.woff2 differ diff --git a/website/src/css/contact.css b/website/src/css/contact.css index a674b60493..181a900a9d 100644 --- a/website/src/css/contact.css +++ b/website/src/css/contact.css @@ -1,3 +1 @@ -body{ - background-color: coral; -} \ No newline at end of file +*{margin:0;padding:0;box-sizing:border-box}body{font-family:Raleway,Arial,Helvetica,sans-serif}h2,h3,p,ol{color:#062d56}h2{font-size:2.2rem}h3{font-size:1.8rem}@media(max-width: 576px){h2{font-size:1.9rem}h3{font-size:1.5rem}}p,ol{font-size:1.1rem;letter-spacing:.6px;line-height:30px}a{color:tomato;font-size:1.1rem;letter-spacing:.6px;text-decoration:none}input,button,span.button{border:none;outline:none;padding:.8rem 1.5rem;font-size:1rem;letter-spacing:1px;border-radius:25px}input{color:#062d56;font-family:Raleway,Arial,Helvetica,sans-serif;background-color:#f1f1f1;width:280px}button,span.button{display:inline-block;background-color:#07b4b9;color:#fff;text-align:center;cursor:pointer}button:active,button:hover,span.button:active,span.button:hover{filter:saturate(125%)}header{background-color:#fbd561;width:100%;position:sticky;top:0;z-index:10}nav{display:flex;align-items:center;justify-content:space-between}nav .nav__buttons{display:flex;align-items:center;flex-direction:row-reverse;gap:1rem}nav .nav__buttons .button{padding:.4rem 1.5rem}nav .logo{padding:.6rem 0rem}#simplex{background-color:#fff;padding:5rem 0rem}#simplex>div{display:flex;justify-content:space-between;gap:8rem}#simplex>div .half{flex:1;display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:space-between}@media(max-width: 1050px){#simplex>div{flex-direction:column}}#simplex form.sign-up{width:100%}#simplex form.sign-up div{display:flex;gap:.5rem}@media(max-width: 576px){#simplex form.sign-up div{flex-direction:column;align-items:center;width:inherit;gap:1rem}#simplex form.sign-up div input{display:block;width:inherit}}#simplex #use-simplex a{font-weight:500}#simplex #contacts{display:flex;flex-direction:column;gap:1rem}#simplex #contacts span.button{width:100px}#simplex #contacts a{color:#062d56;font-size:1.1rem;letter-spacing:.53px;line-height:25px}#conn_req{position:relative;padding:2rem 0rem;overflow:hidden !important}#conn_req h2{text-align:center;margin-bottom:2rem}@media(max-width: 576px){#conn_req h2{text-align:left;margin-bottom:1rem}}#conn_req h2,#conn_req p{text-align:center}#conn_req div.app__links{width:100%;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.2rem;line-height:32px;margin-bottom:5rem;vertical-align:middle}#conn_req div.app__links a{color:#062d56;display:inline-flex;font-weight:400;align-items:center}#conn_req div.app__links a span{font-weight:500;color:tomato}@media(max-width: 576px){#conn_req div.app__links{margin-bottom:1.5rem}}#conn_req div.app__links img{display:inline;vertical-align:middle}#conn_req .conn_req_uri{display:flex;justify-content:space-around}@media(max-width: 1050px){#conn_req .conn_req_uri{justify-content:flex-start;gap:10rem}}@media(max-width: 992px){#conn_req .conn_req_uri{justify-content:center}}#conn_req .conn_req_uri>div,#conn_req .conn_req_uri .conn_req__qrcode>div{display:flex;flex-direction:column;align-items:center;width:360px}@media(max-width: 576px){#conn_req .conn_req_uri>div,#conn_req .conn_req_uri .conn_req__qrcode>div{width:100%}}#conn_req .conn_req_uri .conn_req__qrcode>div p{padding:0 2.4rem;width:360px;margin-top:40px}@media(max-width: 576px){#conn_req .conn_req_uri .conn_req__qrcode>div p{padding:0;width:100%;margin-top:10px}}#conn_req .conn_req_uri .conn_req__qrcode>div .open-in-mobile{padding:0 2.4rem;width:360px;margin:30px 0 20px 0}@media(max-width: 576px){#conn_req .conn_req_uri .conn_req__qrcode>div .open-in-mobile{padding:0;width:100%}}@media(min-width: 992px){#conn_req .conn_req_uri .open-in-mobile{display:none}}@media(max-width: 576px){#conn_req .conn_req_uri .open-in-mobile{display:flex;align-items:center;justify-content:center}#conn_req .conn_req_uri .open-in-mobile a span{padding:.8rem 2rem;font-size:1.3rem;font-weight:500}}#conn_req .conn_req_uri .conn_req__qrcode{position:relative;display:flex;align-items:center;justify-content:flex-start}@media(max-width: 576px){#conn_req .conn_req_uri .conn_req__qrcode{flex:1}}#conn_req .conn_req_uri .conn_req__qrcode>div{z-index:2}#conn_req .conn_req_uri .conn_req__qrcode img{position:absolute;width:460px;top:-3rem}#conn_req .conn_req_uri .content_copy_with_tooltip{display:flex;align-items:flex-end;gap:1rem;position:relative}#conn_req .conn_req_uri .content_copy_with_tooltip .tooltip{position:absolute;display:inline-block;right:-2rem;bottom:0}#conn_req .conn_req_uri .content_copy_with_tooltip textarea{word-break:break-all;width:360px;height:360px;resize:none;outline:none;padding:1rem;box-sizing:border-box;border-radius:7px;border-color:#ccc}#conn_req .conn_req_uri canvas{width:100%;height:auto;margin-top:20px}@media(max-width: 576px){#conn_req .conn_req_uri canvas{margin-top:0px;align-self:center}}#conn_req .conn_req_uri a.chat-for-terminal{font-weight:500}#conn_req .content,#install_chat .content{font-family:"Courier New",Courier,monospace;font-size:1rem;color:#000}#conn_req .content_copy:hover,#install_chat .content_copy:hover{cursor:pointer}#conn_req .tooltip,#install_chat .tooltip{position:relative;display:inline-block;font-family:Raleway,Arial,Helvetica,sans-serif}#conn_req .tooltip .tooltiptext,#install_chat .tooltip .tooltiptext{visibility:hidden;width:140px;background-color:rgba(255,255,255,.8);text-align:center;border:1px solid #ccc;border-radius:4px;padding:5px;position:absolute;z-index:1;bottom:150%;left:50%;margin-left:-75px;opacity:0;transition:opacity .3s;font-size:14px}#conn_req .tooltip .tooltiptext::after,#install_chat .tooltip .tooltiptext::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#062d56 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}#conn_req .tooltip:hover .tooltiptext,#install_chat .tooltip:hover .tooltiptext{visibility:visible;opacity:1}#install_chat{background-color:#f8f8f6;padding:4rem 0rem}#install_chat h2,#install_chat .install__command,#install_chat .github__redirection{display:flex;flex-direction:column;align-items:center}#install_chat .github__redirection a{font-weight:500;color:#062d56;letter-spacing:.53px;text-decoration:underline}#install_chat .github__redirection a.github{vertical-align:-5px}#install_chat>div{display:flex;flex-direction:column;align-items:stretch;gap:1.5rem}footer{padding:1rem 0rem;background-color:#f8f8f6}footer>div{display:flex;justify-content:space-between;align-items:center}@media(max-width: 992px){footer>div{justify-content:center}}footer p{display:flex;align-items:center;gap:.2rem}@media(max-width: 576px){footer p{text-align:center}}footer .copyright img{width:22px;height:22px}footer a{display:flex;align-items:center}@font-face{font-family:Raleway;src:url(./Raleway-Regular.woff2);font-weight:normal}@font-face{font-family:Raleway;src:url(./Raleway-Medium.woff2);font-weight:500}@font-face{font-family:Raleway;src:url(./Raleway-Bold.woff2);font-weight:bold}.container{max-width:1320px;margin:auto;padding:0rem 2rem}@media(max-width: 1200px){.container{max-width:1140px}}@media(max-width: 992px){.container{max-width:960px}.d-none-992{display:none !important}}@media(max-width: 768px){.container{max-width:720px}}@media(max-width: 576px){.container{max-width:100%;padding:0rem 1rem}.d-none-576{display:none !important;visibility:hidden !important}}@media(min-width: 992px){.d-none-on-mobile{display:none !important;visibility:hidden !important}}/*# sourceMappingURL=contact.css.map */ diff --git a/website/src/css/global.css b/website/src/css/global.css deleted file mode 100644 index f82bc48f15..0000000000 --- a/website/src/css/global.css +++ /dev/null @@ -1,5 +0,0 @@ -@import url('./reset.css'); - -body{ - background-color: aquamarine; -} \ No newline at end of file diff --git a/website/src/css/index.css b/website/src/css/index.css new file mode 100644 index 0000000000..28225cfe42 --- /dev/null +++ b/website/src/css/index.css @@ -0,0 +1 @@ +*{margin:0;padding:0;box-sizing:border-box}body{font-family:Raleway,Arial,Helvetica,sans-serif}h2,h3,p{color:#062d56}h2{font-size:2.2rem}h3{font-size:1.8rem}@media(max-width: 576px){h2{font-size:1.9rem}h3{font-size:1.5rem}}p{font-size:1.1rem;letter-spacing:.6px;line-height:30px}a{color:tomato;font-size:1.1rem;letter-spacing:.6px;text-decoration:none}input,button,span.button{border:none;outline:none;padding:.8rem 1.5rem;font-size:1rem;letter-spacing:1px;border-radius:25px}input{color:#062d56;font-family:Raleway,Arial,Helvetica,sans-serif;background-color:#f1f1f1;width:280px}button,span.button{display:inline-block;background-color:#07b4b9;color:#fff;text-align:center;cursor:pointer}button:active,button:hover,span.button:active,span.button:hover{filter:saturate(125%)}header{background-color:#fbd561;width:100%;position:sticky;top:0;z-index:10;border-bottom:1px solid #fff}nav{display:flex;align-items:center;justify-content:space-between}nav .nav__buttons{display:flex;align-items:center;flex-direction:row-reverse;gap:1rem}nav .nav__buttons .button{padding:.4rem 1.5rem}nav .logo{padding:.6rem 0rem}button,span.button{display:inline-block;background-color:#07b4b9;color:#fff;font-family:Raleway;text-align:center;cursor:pointer}button:active,span.button:active{filter:saturate(125%)}.github-button{visibility:hidden}@media(max-width: 1050px){#demo div.all-users{width:100%}#demo div.all-users div.user.bob .terminal,#demo div.all-users div.user.tom .terminal{width:477px}#demo div.all-users div.user.bob{left:397px}}@media(min-width: 1050px){#demo div.all-users{width:1020px}#demo div.all-users div.user.bob .terminal,#demo div.all-users div.user.tom .terminal{width:492px}#demo div.all-users div.user.bob{left:528px}}#demo{padding:2rem 0rem;background-image:url(../img/bg.svg),linear-gradient(180deg, #fbd561 0%, #efa647 100%);background-size:800px 800px,auto;text-align:center}#demo h1{font-size:2.3rem;margin-bottom:2.5rem}#demo h3{font-size:1.5rem;margin-bottom:2rem}#demo a{font-weight:500}#demo div.container{display:flex;flex-direction:column;align-items:center}#demo div.app__links{width:100%;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.2rem;line-height:32px;vertical-align:middle;margin-bottom:2rem}#demo div.app__links p{font-size:19px;padding:0;width:fit-content}#demo div.app__links a{display:inline-flex;align-items:center;margin:0;font-family:Raleway,Arial,Helvetica,sans-serif;font-weight:bold;text-decoration:none;color:#062d56;letter-spacing:.53px;font-weight:400}#demo div.app__links a span{font-weight:500;color:tomato}#demo div.app__links img{display:inline;vertical-align:middle}#demo div.all-users{position:relative;height:612px}@media(max-width: 890px){#demo div.all-users{display:flex;align-items:center;justify-content:center;height:450px}#demo div.all-users div.user{left:auto}}#demo div.all-users .simplex_mobile{right:30px}@media(max-width: 1050px){#demo div.all-users .simplex_mobile{right:0}}#demo div.all-users .run-demo,#demo div.all-users .run-faster,#demo div.all-users .try-it{position:absolute;width:140px;height:40px;bottom:70px;border-radius:20px;font-size:17px;letter-spacing:.53px}#demo div.all-users .run-demo:disabled,#demo div.all-users .run-faster:disabled,#demo div.all-users .try-it:disabled{filter:brightness(75%)}#demo div.all-users .run-demo{left:60px}#demo div.all-users .run-faster{left:60px;display:none}#demo div.all-users .try-it{left:220px}#demo div.user{position:absolute}#demo div.user h3{position:absolute;top:-38px;text-align:left;padding:0 0 9px 12px;color:#ffb;mix-blend-mode:difference}#demo div.user .terminal{text-align:left;position:relative;background-color:rgba(0,0,0,.8);border:1px solid #fff;border-radius:10px;box-sizing:border-box;padding:10px 10px;color:#fff;overflow-y:hidden}#demo div.user .terminal:before{content:"";display:block;position:absolute;top:0px;left:0px;width:100%;height:20px;background:#666 url(../img/topbar.svg) no-repeat 8px center;border-radius:10px 10px 0 0;z-index:2}#demo div.user .terminal input,#demo div.user .terminal .input,#demo div.user .terminal .display{font-family:Menlo,"Lucida Console",Monaco,monospace;font-size:14px;letter-spacing:.27px;line-height:28px;position:absolute;left:10px;right:10px}#demo div.user .terminal input,#demo div.user .terminal .input{color:#fff;display:block;height:30px;bottom:0}#demo div.user .terminal input{background-color:#000;display:none;left:25px;width:calc(100% - 30px)}#demo div.user .terminal .display{color:#fff;text-align:left;bottom:30px;z-index:1;overflow-x:hidden;word-wrap:break-word}#demo div.user .terminal .display div.info{color:#fff}#demo div.user .terminal .display div.error{color:tomato}#demo div.user .terminal .display div.sent span.group{color:aqua}#demo div.user .terminal .display div.received span.group{color:#ff0}#demo div.user .terminal .display span{font-family:Menlo,Monaco,"Lucida Console",monospace;text-align:left;margin:0 0}#demo div.user .terminal .display span.recipient{color:aqua}#demo div.user .terminal .display span.sender{color:#ff0}#demo div.user .terminal .display span.secret{color:rgba(0,0,0,.4);background-color:rgba(0,0,0,.4)}#demo div.user.alice{left:0;top:68px}#demo div.user.alice .terminal{width:503px;height:362px}@media(max-width: 570px){#demo div.user.alice .terminal{width:400px}}@media(max-width: 440px){#demo div.user.alice .terminal{width:330px}}#demo div.user.bob{top:38px}#demo div.user.bob .terminal{height:282px}#demo div.user.tom{left:397px;top:358px}#demo div.user.tom .terminal{height:254px}#demo .content_copy_with_tooltip{background-color:#f8f8f6;border-radius:50px;padding-bottom:4px;padding-top:8px;margin-top:16px;margin-bottom:16px}#demo .content_copy_with_tooltip .tooltip{vertical-align:-6px}#demo .content_copy_with_tooltip .content{font-size:15px}#conn_req h1,#conn_req h2,#conn_req h3,#install_chat h1,#install_chat h2,#install_chat h3,#demo h1,#demo h2,#demo h3{color:#062d56}#conn_req p.install,#install_chat p.install,#demo p.install{padding:.4rem 1.5rem}#conn_req a.github,#install_chat a.github,#demo a.github{vertical-align:-5px}#conn_req a,#install_chat a,#demo a{color:#124d86}#conn_req .content,#install_chat .content,#demo .content{font-family:"Courier New",Courier,monospace;font-size:14px;color:#000}#conn_req .content_copy:hover,#install_chat .content_copy:hover,#demo .content_copy:hover{cursor:pointer}#conn_req .tooltip,#install_chat .tooltip,#demo .tooltip{position:relative;display:inline-block}#conn_req .tooltip .tooltiptext,#install_chat .tooltip .tooltiptext,#demo .tooltip .tooltiptext{visibility:hidden;width:140px;background-color:rgba(255,255,255,.8);text-align:center;border:1px solid #ccc;border-radius:4px;padding:5px;position:absolute;z-index:1;bottom:150%;left:50%;margin-left:-75px;opacity:0;transition:opacity .3s;font-size:14px}#conn_req .tooltip .tooltiptext::after,#install_chat .tooltip .tooltiptext::after,#demo .tooltip .tooltiptext::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#062d56 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}#conn_req .tooltip:hover .tooltiptext,#install_chat .tooltip:hover .tooltiptext,#demo .tooltip:hover .tooltiptext{visibility:visible;opacity:1}#conn_req{margin-top:120px;height:700px;position:relative;display:block}#conn_req .conn_req_uri{width:960px;margin:0 auto}#conn_req .conn_req_uri .content_copy_with_tooltip{float:left;width:500px;padding:24px 0 0 24px}#conn_req .conn_req_uri .content_copy_with_tooltip textarea{word-break:break-all;width:340px;height:340px;resize:none;outline:none;padding:5px;box-sizing:border-box;border-radius:4px;border-color:#ccc}#conn_req .conn_req_uri canvas{width:360px;height:360px;padding-top:12px}#conn_req span.button{border-radius:18px;height:40px;line-height:40px;width:200px}#install_chat{padding-top:24px;height:345px;background-color:#f8f8f6}figure.party{display:flex;align-items:flex-end;justify-content:center;width:102px;height:139px;background:no-repeat center top;position:relative}figure.party.small{width:90px;height:118px;background-size:88px 88px}figure.party.small:before{width:88px;height:88px}figure.party:before{content:"";display:block;position:absolute;border-radius:100%;top:0;left:1px;width:99px;height:99px;background-color:#fff;z-index:-1}figure.party.transparent:before{opacity:25%}figure.party.alice{background-image:url(../img/alice.svg)}figure.party.bob{background-image:url(../img/bob.svg)}#introduction{padding:2rem 0rem;background-image:linear-gradient(180deg, #fbd561 0%, #efa647 100%)}#introduction div.container{display:flex;flex-direction:column;align-items:center}#introduction h2{color:tomato;margin-bottom:2.5rem}#introduction p{text-align:center;padding-top:3px}#introduction p:first-of-type{padding-top:36px}#introduction figure.section{display:flex;align-items:center;justify-content:space-between;max-width:900px;margin-top:70px}#introduction figure.section .feature{display:flex;align-items:center;flex-direction:column;width:300px}#introduction figure.section .feature p{text-align:center;width:85%;padding-top:12px}#introduction figure.section .feature h4{padding-top:12px}#introduction figure.section .doodle{border:4px solid #fff;border-radius:100%;width:163px;height:163px;position:relative;margin:0 auto;background:url(../img/doodle.svg);background-size:400px 400px;background-clip:content-box}#introduction figure.section .doodle:before{content:"";display:block;position:absolute;top:0px;left:0px;right:0px;bottom:0px;border:7px solid #f8b650;border-radius:100%}#introduction figure.section .doodle.control{background-position:410px 235px}#introduction figure.section .doodle.privacy{background-position:185px 350px}#introduction figure.section .doodle.convenience{background-position:305px 160px}@media(max-width: 930px){#introduction figure.section{flex-direction:column;gap:2.5rem}}#problem{padding:3rem 0rem;background-color:#f8f8f6;position:relative;z-index:1}#problem .problem-section{align-self:start;overflow:auto}#problem .explained{display:none}#problem div.container{display:flex;flex-direction:column;align-items:center}#problem h2{color:tomato;text-align:center;margin-bottom:2.5rem}#problem h3{text-align:center;margin-bottom:1.5rem}#problem p{text-align:center}#problem #problem-explained{display:none}#problem #problem-explained:target~.intro{display:none}#problem #problem-explained:target~.explained{display:block}#problem #problem-explained:target~.pagination .page.intro{background-color:#cdcdcd}#problem #problem-explained:target~.pagination .page.explained{background-color:#3e96fc}#problem .pagination{width:44px;height:12px;margin:0 auto}#problem .pagination .page{display:block;float:left;background-color:#cdcdcd;border-radius:100%;width:14px;height:14px}#problem .pagination .page.intro{margin-right:16px;background-color:#3e96fc}#problem .communication{width:645px;height:148px;margin:40px auto 15px auto}#problem .communication figure{float:left}#problem .communication img{display:block;float:left;margin:20px -12px;position:relative;z-index:-2}#problem .communication .tom{text-align:center;position:relative;bottom:48px;right:3px}@supports(background-blend-mode: multiply) and (not (-webkit-touch-callout: none)){#solution{background-image:url(../img/doodle.svg);background-blend-mode:multiply}}#solution{padding:4rem 0rem;background-color:#062d56;background-size:800px 800px}#solution div.container{display:flex;flex-direction:column;align-items:center}#solution h2{color:tomato;text-align:center}#solution p{text-align:center;color:#fff;padding-top:12px}#solution p:first-of-type{padding-top:53px}#connection{padding:2rem 0rem;background-color:#f8f8f6}#connection h2{color:tomato;margin-bottom:2rem;text-align:center}#connection h3{margin-bottom:1.5rem;text-align:center}#connection h4{color:#062d56;font-size:21px;line-height:29px;margin-bottom:1rem;text-align:center}#connection p{margin-bottom:2.5rem;text-align:center}#connection a{font-weight:500}#connection div.container{display:flex;flex-direction:column;align-items:center}#connection figure.section{display:flex;align-items:center;gap:.5rem}#connection figure.section .arrow{width:40px}#connection figure.section .party{margin-top:2rem}#connection figure.conn-stage{display:flex;flex-direction:column;align-items:center;gap:1rem}#connection figure.conn-stage p{width:170px;font-size:15px;color:#062d56;margin-bottom:.3rem}#connection figure.device{width:185px}@media(max-width: 992px){#connection figure.section{display:grid;grid-template-columns:1fr 1fr 1fr}#connection figure.section>*:nth-child(2){margin:auto;width:50px}#connection figure.section>*:nth-child(4){grid-column-start:3;margin:auto;width:50px;transform:rotate(90deg);padding:3.5rem 0}#connection figure.section>*:nth-child(5){grid-column-start:3}#connection figure.section>*:nth-child(6){grid-column-start:2;grid-row-start:3;margin:auto;width:50px;transform:rotate(180deg)}#connection figure.section>*:nth-child(7){grid-column-start:1;grid-row-start:3}}@media(max-width: 500px){#connection figure.section{display:flex;flex-direction:column}#connection figure.section>*:nth-child(even){transform:rotate(90deg);padding:1.5rem 0}}#comparison{padding:2rem 0rem;overflow:hidden;position:relative}#comparison .table-holder{align-self:start;overflow:auto}#comparison div.container{display:flex;flex-direction:column;align-items:center}#comparison h2{color:tomato;text-align:center}#comparison table,#comparison ol,#comparison ul{font-family:Raleway,Arial,Helvetica,sans-serif;color:#062d56}#comparison table{border-collapse:separate;border-spacing:10px;margin:59px auto 0 auto;background-color:#f8f8f6;padding-bottom:60px}#comparison table th{font-weight:normal;height:40px}#comparison table th.simplex{font-weight:bold}#comparison table th.simplex img{width:25px;height:23px;vertical-align:-6px}#comparison table td,#comparison table th{font-size:15px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:.47px}#comparison table td .equal,#comparison table th .equal{font-size:18px}#comparison table td{height:40px;margin:0 10px 10px 0}#comparison table td.highlight{text-align:center;color:#fff;font-weight:500}#comparison table td.bad{background-color:#f95a2c}#comparison table td.medium{background-color:#ffbd12}#comparison table td.good{background-color:#07b4b9}#comparison .table-comments{padding:0 2rem;display:flex;gap:4rem}#comparison .table-comments ul.legend,#comparison .table-comments .footnotes{font-size:13px;font-weight:normal;font-stretch:normal;font-style:normal;margin-top:29px}#comparison .table-comments ul.legend{list-style:none;line-height:2.31;letter-spacing:.41px;padding-top:20px}#comparison .table-comments ul.legend li.bad::before{background-color:#f95a2c}#comparison .table-comments ul.legend li.medium::before{background-color:#ffbd12}#comparison .table-comments ul.legend li.good::before{background-color:#07b4b9}#comparison .table-comments ul.legend li::before{content:"";display:inline-block;width:20px;height:20px;margin-right:10px;vertical-align:-6px}#comparison .table-comments .footnotes{line-height:1.62;letter-spacing:.41px}#comparison .table-comments .footnotes a{color:#f95a2c;font-weight:bold;font-size:.8rem;text-decoration:underline}@media(max-width: 1050px){#comparison table{width:900px}#comparison table td{width:190px}#comparison table td.highlight{width:140px}#comparison .table-comments{max-width:900px}}@media(min-width: 1050px){#comparison table{width:1050px}#comparison table td{width:215px}#comparison table td.highlight{width:155px}#comparison .table-comments{max-width:1050px}}#messaging{background-image:linear-gradient(180deg, #fbd561 0%, #efa647 100%);display:flex;flex-direction:column;align-items:center;padding:2rem 0rem}#messaging img{max-width:100%}#messaging div.container div{max-width:750px;text-align:center}#messaging h2{color:tomato;margin-bottom:2rem}#messaging h3{margin-bottom:1.5rem}#messaging p{margin-bottom:2.5rem}#messaging figure.section{display:flex;align-items:center;justify-content:center}#messaging figure.section .party{margin:80px 9px}#chat{background-color:#f8f8f6;display:flex;flex-direction:column;align-items:center;padding:2rem 0rem}#chat img{max-width:100%}#chat div.container div{max-width:740px;text-align:center}#chat div.container div h2{color:tomato;margin-bottom:2rem}#chat div.container div h3{margin-bottom:1.5rem}#chat div.container div p{margin-bottom:2.5rem}#chat figure.section{display:flex;align-items:center;justify-content:center}#chat figure.section .party{margin:80px 9px}#simplex{background-color:#fff;padding:5rem 0rem}#simplex h3{text-align:center}#simplex>div{display:flex;justify-content:space-between;gap:8rem}#simplex>div .half{flex:1;display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between}@media(max-width: 1050px){#simplex>div{flex-direction:column}}#simplex form.sign-up{width:100%}#simplex form.sign-up div{display:flex;gap:.5rem}@media(max-width: 576px){#simplex form.sign-up div{flex-direction:column;align-items:center;width:inherit;gap:1rem}#simplex form.sign-up div input{display:block;width:inherit}}#simplex #use-simplex a{font-weight:500}#simplex #contacts{display:flex;flex-direction:column;gap:1rem}#simplex #contacts span.button{width:100px}#simplex #contacts a{color:#062d56;font-size:1.1rem;letter-spacing:.53px;line-height:25px}.d-none{display:none}footer{padding:1rem 0rem;background-color:#f8f8f6}footer>div{display:flex;justify-content:space-between;align-items:center}@media(max-width: 992px){footer>div{justify-content:center}}footer p{display:flex;align-items:center;gap:.2rem}@media(max-width: 576px){footer p{text-align:center}}footer .copyright img{width:22px;height:22px}footer a{display:flex;align-items:center}footer .copyright__text_and_links{display:flex}footer .copyright__text_and_links div{padding:0 .2rem;display:flex;gap:3px}@media(max-width: 576px){footer .copyright__text_and_links{flex-direction:column;align-items:center;gap:1rem}}@font-face{font-family:Raleway;src:url(./Raleway-Regular.woff2);font-weight:normal}@font-face{font-family:Raleway;src:url(./Raleway-Medium.woff2);font-weight:500}@font-face{font-family:Raleway;src:url(./Raleway-Bold.woff2);font-weight:bold}.container{max-width:1320px;margin:auto;padding:0rem 2rem}@media(max-width: 1200px){.container{max-width:1140px}}@media(max-width: 992px){.container{max-width:960px}.d-none-992{display:none !important}}@media(max-width: 768px){.container{max-width:720px}.d-none-768{display:none !important}}@media(max-width: 576px){.container{max-width:100%;padding:0rem 1rem}.d-none-576{display:none !important}}@media(min-width: 992px){.d-none-on-mobile{display:none}}@media(max-width: 890px){.d-none-890{display:none}}/*# sourceMappingURL=index.css.map */ diff --git a/website/src/img/1_show_qr_code.png b/website/src/img/1_show_qr_code.png new file mode 100644 index 0000000000..95bec2bf14 Binary files /dev/null and b/website/src/img/1_show_qr_code.png differ diff --git a/website/src/img/2_scan_qr_code.png b/website/src/img/2_scan_qr_code.png new file mode 100644 index 0000000000..9a6166f510 Binary files /dev/null and b/website/src/img/2_scan_qr_code.png differ diff --git a/website/src/img/3_connected.png b/website/src/img/3_connected.png new file mode 100644 index 0000000000..b7b2e0c38f Binary files /dev/null and b/website/src/img/3_connected.png differ diff --git a/website/src/img/4_chat.png b/website/src/img/4_chat.png new file mode 100644 index 0000000000..b977f57850 Binary files /dev/null and b/website/src/img/4_chat.png differ diff --git a/website/src/img/alice.svg b/website/src/img/alice.svg new file mode 100644 index 0000000000..5501242644 --- /dev/null +++ b/website/src/img/alice.svg @@ -0,0 +1,25 @@ + + + Group 4 + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/src/img/apk_icon.png b/website/src/img/apk_icon.png new file mode 100644 index 0000000000..60ff342d36 Binary files /dev/null and b/website/src/img/apk_icon.png differ diff --git a/website/src/img/apple_store.svg b/website/src/img/apple_store.svg new file mode 100644 index 0000000000..b977fa2cf9 --- /dev/null +++ b/website/src/img/apple_store.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/src/img/arrow.svg b/website/src/img/arrow.svg new file mode 100644 index 0000000000..31157c4b9b --- /dev/null +++ b/website/src/img/arrow.svg @@ -0,0 +1,19 @@ + + + + 4BF2AAB0-320C-476F-91DE-744A4F8CD509 + Created with sketchtool. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/website/src/img/bg.svg b/website/src/img/bg.svg new file mode 100644 index 0000000000..958b8e76b1 --- /dev/null +++ b/website/src/img/bg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/website/src/img/bob.svg b/website/src/img/bob.svg new file mode 100644 index 0000000000..31be156266 --- /dev/null +++ b/website/src/img/bob.svg @@ -0,0 +1,20 @@ + + + Group 3 + + + + + + + + + + + + + + + + + diff --git a/website/src/img/chat.png b/website/src/img/chat.png new file mode 100644 index 0000000000..57afdf6135 Binary files /dev/null and b/website/src/img/chat.png differ diff --git a/website/src/img/chat.svg b/website/src/img/chat.svg new file mode 100644 index 0000000000..4560615f2b --- /dev/null +++ b/website/src/img/chat.svg @@ -0,0 +1,150 @@ + + + row 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/src/img/conn1.svg b/website/src/img/conn1.svg new file mode 100644 index 0000000000..dcb676411f --- /dev/null +++ b/website/src/img/conn1.svg @@ -0,0 +1,29 @@ + + + Group 12 + + + + + + + + + + + + + + + + + + + + ADD CONTACT + + + + + + \ No newline at end of file diff --git a/website/src/img/conn2.svg b/website/src/img/conn2.svg new file mode 100644 index 0000000000..6a21cadb2e --- /dev/null +++ b/website/src/img/conn2.svg @@ -0,0 +1,29 @@ + + + Group 15 + + + + + + + + + + + + + + + + + + + SCAN QR CODE + + + + + + + diff --git a/website/src/img/conn3.svg b/website/src/img/conn3.svg new file mode 100644 index 0000000000..d92b939302 --- /dev/null +++ b/website/src/img/conn3.svg @@ -0,0 +1,45 @@ + + + Group 25 + + + + + + + + + + + + + + + + + + + + + + Bob + + + + + + + + + + + + + CONFIRM + + + + + + + diff --git a/website/src/img/conn4.svg b/website/src/img/conn4.svg new file mode 100644 index 0000000000..84a5c4041b --- /dev/null +++ b/website/src/img/conn4.svg @@ -0,0 +1,34 @@ + + + button + + + + + + + + + + + + CHAT: ALICE + + + Alice: Hello + + + + + + Alice: Where + are you? + + + Hello + + + + + + diff --git a/website/src/img/doodle.svg b/website/src/img/doodle.svg new file mode 100644 index 0000000000..78f0ae2bd2 --- /dev/null +++ b/website/src/img/doodle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/website/src/img/f_droid.svg b/website/src/img/f_droid.svg new file mode 100644 index 0000000000..2d6ec68710 --- /dev/null +++ b/website/src/img/f_droid.svg @@ -0,0 +1,372 @@ + + + + + + + + + + + + + GET IT ON + F-Droid + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/src/img/google_play.svg b/website/src/img/google_play.svg new file mode 100644 index 0000000000..6cda5f6d31 --- /dev/null +++ b/website/src/img/google_play.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/src/img/icon.svg b/website/src/img/icon.svg new file mode 100644 index 0000000000..78004878d7 --- /dev/null +++ b/website/src/img/icon.svg @@ -0,0 +1,16 @@ + + + + 7D1F159A-EDEB-4E00-A1B8-9D852C99C1C8 + Created with sketchtool. + + + + + + + + + + + \ No newline at end of file diff --git a/website/src/img/icons/at.svg b/website/src/img/icons/at.svg new file mode 100644 index 0000000000..a71ceff309 --- /dev/null +++ b/website/src/img/icons/at.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/website/src/img/icons/content-copy.svg b/website/src/img/icons/content-copy.svg new file mode 100644 index 0000000000..0968db1a75 --- /dev/null +++ b/website/src/img/icons/content-copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/website/src/img/icons/email.svg b/website/src/img/icons/email.svg new file mode 100644 index 0000000000..b43653a071 --- /dev/null +++ b/website/src/img/icons/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/website/src/img/icons/github.svg b/website/src/img/icons/github.svg new file mode 100644 index 0000000000..8d837acd02 --- /dev/null +++ b/website/src/img/icons/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/website/src/img/icons/linkedin.svg b/website/src/img/icons/linkedin.svg new file mode 100644 index 0000000000..65f54f28d9 --- /dev/null +++ b/website/src/img/icons/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/website/src/img/icons/reddit.svg b/website/src/img/icons/reddit.svg new file mode 100644 index 0000000000..1c9a4ab7a4 --- /dev/null +++ b/website/src/img/icons/reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/website/src/img/icons/twitter.svg b/website/src/img/icons/twitter.svg new file mode 100644 index 0000000000..bb5c58d872 --- /dev/null +++ b/website/src/img/icons/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/website/src/img/iphone.png b/website/src/img/iphone.png new file mode 100644 index 0000000000..af008e1ff4 Binary files /dev/null and b/website/src/img/iphone.png differ diff --git a/website/src/img/messaging.png b/website/src/img/messaging.png new file mode 100644 index 0000000000..9430c09876 Binary files /dev/null and b/website/src/img/messaging.png differ diff --git a/website/src/img/messaging.svg b/website/src/img/messaging.svg new file mode 100644 index 0000000000..51c8581561 --- /dev/null +++ b/website/src/img/messaging.svg @@ -0,0 +1,124 @@ + + + Group 14 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/src/img/mobile.png b/website/src/img/mobile.png new file mode 100644 index 0000000000..fbda63a576 Binary files /dev/null and b/website/src/img/mobile.png differ diff --git a/website/src/img/problem11.svg b/website/src/img/problem11.svg new file mode 100644 index 0000000000..ff73751ebb --- /dev/null +++ b/website/src/img/problem11.svg @@ -0,0 +1,103 @@ + + + Group 22 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/src/img/problem12.svg b/website/src/img/problem12.svg new file mode 100644 index 0000000000..66f585bc37 --- /dev/null +++ b/website/src/img/problem12.svg @@ -0,0 +1,118 @@ + + + Group 7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/src/img/problem21.svg b/website/src/img/problem21.svg new file mode 100644 index 0000000000..d711fba43a --- /dev/null +++ b/website/src/img/problem21.svg @@ -0,0 +1,121 @@ + + + Group 21 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/src/img/problem22.svg b/website/src/img/problem22.svg new file mode 100644 index 0000000000..d4c542339f --- /dev/null +++ b/website/src/img/problem22.svg @@ -0,0 +1,147 @@ + + + Group 23 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/src/img/share_simplex.png b/website/src/img/share_simplex.png new file mode 100644 index 0000000000..17e4c05bbc Binary files /dev/null and b/website/src/img/share_simplex.png differ diff --git a/website/src/img/simplex.svg b/website/src/img/simplex.svg new file mode 100644 index 0000000000..16e2aecd6d --- /dev/null +++ b/website/src/img/simplex.svg @@ -0,0 +1,25 @@ + + + + 19FEDE76-3BC6-47AE-A25D-6847121EA783 + Created with sketchtool. + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/website/src/img/simplex_mobile.png b/website/src/img/simplex_mobile.png new file mode 100644 index 0000000000..e1e51d1f46 Binary files /dev/null and b/website/src/img/simplex_mobile.png differ diff --git a/website/src/img/testflight.png b/website/src/img/testflight.png new file mode 100644 index 0000000000..8111a69d54 Binary files /dev/null and b/website/src/img/testflight.png differ diff --git a/website/src/img/topbar.svg b/website/src/img/topbar.svg new file mode 100644 index 0000000000..0280d9f620 --- /dev/null +++ b/website/src/img/topbar.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/website/src/index.html b/website/src/index.html index f3bc10cd40..06d6d16939 100644 --- a/website/src/index.html +++ b/website/src/index.html @@ -1,20 +1,448 @@ ---- -layout: layouts/base.html -title: 11ty demo ---- + + + + + + + SimpleX Chat: private, secure, no user identitifiers + + + + + + + + + + + + -

{{ title }}

-

i am also on the home page

-go to contact + +
+ +
-This is a Hotel Picture. +
+
+

SimpleX Chat

+

Private & encrypted - the only platform without user identifiers!

+ +

You can download terminal chat app from GitHub or using this command:

+

+ curl -o- https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/install.sh | bash + + Copy to clipboard + + +

+
+
+

Alice

+
+
+
+ +
+
+
+

Bob

+
+
+
+ +
+
+
+ +
+
+

Tom

+
+
+
+ +
+
+ + + +
+
+
-{% for item in card %} -{% Card title=item.title ,link=item.link, linkText=item.linkText %} -{% endfor %} +
+
+

Privacy redefined

+

SimpleX advantage:

+

SimpleX ensures data and meta-data privacy

+

with a new protocol design – it delivers messages

+

without using senders' and recipients' identifiers,

+

unlike any other messaging platform.

+
+
+
+

Security

+

Two-layer encryption and communication integrity

+
+
+
+

Privacy

+

Your contacts and messages are stored on your device

+
+
+
+

Convenience

+

Easy to add contacts and start talking

+
+
+
+
-

- {% include "../markdown/index.md" %} -

+
+
+

Problem: chat security

+ +
+

End-to-end encryption?

+

Alice sends the key to Bob (e.g. via p2p network or via chat server)

+
+
+
Alice
+ Alice sends the key to Bob +
Bob
+
+
+

Now Bob can send encrypted messages to Alice - he believes it is secure!

+
+
+
Alice
+ They believe it is secure +
Bob
+
+
+
+
+

Man-in-the-middle attack!

+

But the key can be intercepted and substituted by Tom (the attacker)

+
+
+
Alice
+ key is intercepted +
Bob
+
Tom
+
+
+

Now the attacker can read the messages without Alice or Bob knowing

+
+
+
Alice
+ attacker can read messages +
Bob
+
Tom
+
+
+
+ +
+
+ +
+
+

What is the solution?

+

+ To create secure encrypted channel you need an existing secure channel +
where you can pass the encryption key (or key fingerprint). +

+

Any alternative solution can be compromised.

+
+
+ +
+
+

Make a private connection!

+

To add contact and to start chat

+

+ Adding a contact in mobile app will require sharing your one-time QR code. +
In the terminal UI you need to share an invitation with your contact. +

+

After creating your chat profile in the app:

+
+
+

1.
Show QR code or share link

+
+ mobile app: show QR code to add contact +
+
Alice
+
+ +
+

2.
Your contact scans QR code or opens link

+
+ mobile app: scan QR code +
+
Bob
+
+ +
+

3.
A private connection is established

+
+ mobile app: confirm contact +
+
Alice
+
+ +
+

4.
Now you can chat privately!

+
+ mobile app: start chat +
+
Bob
+
+
+
+
+ +
+
+

Comparison with other protocols

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
simplex logo SimpleX chatSignal, big platformsXMPP, MatrixP2P protocols
Requires global identityNo - privateYes 1Yes 2Yes 3
Possibility of MITMNo - secureYes 4YesYes
Dependence on DNSNo - resilientYesYesNo
Single or centralized networkNo - decentralizedYesNo - federated 5Yes 6
Central component or other network-wide attackNo - resilientYesYes 2Yes 7
+
+ +
+
    +
  • Good
  • +
  • Bad
  • +
+ +
+
    +
  1. Usually based on a phone number, in some cases on usernames
  2. +
  3. DNS-based addresses
  4. +
  5. Public key or some other globally unique ID
  6. +
  7. If operator’s servers are compromised
  8. +
  9. Does not protect users' metadata
  10. +
  11. + While P2P are distributed, they are not federated - they operate as a single network +
  12. +
  13. + P2P networks either have a central authority or the whole network can be compromised - + see + here +
  14. +
+
+
+
+
+ +
+
+
+

SimpleX messaging protocol

+

Unidirectional (simplex) queues

+

+ Simplex messaging protocol + (SMP) for messaging via secure persistent queues will serve as the low level protocol for + SimpleX chat - see + demo server implementation.
+ It uses different encryption keys for each message queue - the key is passed via existing + secure channel - e.g. QR code or another simplex queue.
+

+
+ simplex messaging protocol +
+
+ +
+
+
+

Chat

+

Communication integrity

+

+ Each chat uses two (or more) simplex queues for duplex communication. Each message contains the + hash of the previous message to detect if messages are lost or changed. +

+
+ simplex chat: duplex conversation +
+
+ +
+
+
+

Use SimpleX

+

+ SimpleX chat terminal client + v2.0.0 is + released!
+ – groups and files
+ – two-layer E2E encryption, with double-ratchet algorithm
+ – protocol is compatible with mobile apps
+

+

+ You can use our servers or deploy your own, e.g. using + + StackScript on Linode. +

+

+ Sign up to be updated about the new releases. +

+ +
+ + +
+
+ +
+
+ + +
+ Star +
+
+
+ + diff --git a/website/src/invitation/index.html b/website/src/invitation/index.html new file mode 100644 index 0000000000..5ced156bf4 --- /dev/null +++ b/website/src/invitation/index.html @@ -0,0 +1,207 @@ + + + + + + + + SimpleX chat: private, secure, no global identities + + + + + + + + + + +
+ +
+ +
+
+

This link is the invitation from a SimpleX Chat user

+ +
+
+

If you already installed SimpleX Chat for the + terminal v1.0.0+, copy the command below and use it in the chat: +

+ +

+ + + Copy to clipboard + + +

+
+ +
+ +
+

Scan QR code from mobile app

+

+ To make a connection: +

+
    +
  1. install SimpleX app
  2. +
  3. tap the button below
  4. +
  5. tap Connect button in the app
  6. +
+ + +
+
+
+
+
+ +
+
+

To install SimpleX Chat for the terminal

+
+

+ use this command: +

+
+

curl -o- https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/install.sh + | + bash + + Copy to clipboard + + +

+
+
+ +
+

+ See SimpleX Chat + GitHub repository + + for the instructions how to download or compile it from the source code. +

+
+ +
+
+ +
+
+
+

Use SimpleX

+

+ SimpleX chat terminal client + v2.0.0 is + released!
+ – groups and files
+ – two-layer E2E encryption, with double-ratchet algorithm
+ – protocol is compatible with mobile apps
+

+

+ You can use our servers or deploy your own, e.g. using + + StackScript on Linode. +

+

+ Sign up to be updated about the new releases. +

+ +
+ + +
+
+ +
+
+ + +
+ Star +
+
+
+ + + diff --git a/website/src/js/index.js b/website/src/js/index.js new file mode 100644 index 0000000000..761c53e711 --- /dev/null +++ b/website/src/js/index.js @@ -0,0 +1,382 @@ +(async function () { + let DELAY = 0; + const DISTR = 0.33; + + class User { + constructor(name) { + this.userWindow = document.querySelector(`#demo .user.${name}`); + this.terminal = this.userWindow.querySelector(`.terminal`); + this.input = this.terminal.querySelector(".input"); + this.demoInput = this.terminal.querySelector("input"); + this.resetInput(); + this.setupDemo(); + this.group = []; + this.display = this.terminal.querySelector(".display"); + this.setupMoveWindow(); + this.name = name; + } + + reset() { + this.resetInput(); + this.display.innerHTML = ""; + } + + setGroup(groupName, users) { + this.users = users; + this.group = users.filter((u) => u !== this); + this.groupName = groupName; + } + + tryDemo() { + this.reset(); + show(this.demoInput); + this.demoInput.value = ""; + } + + async send(to, message, typeTo, paste, secret) { + await this._sendMsg(`@${to.name}`, message, typeTo, paste, secret); + await to.receive(this, toSecret(secret, message)); + await delay(20); + } + + async sendGroup(message, typeTo, paste) { + await this._sendMsg(`#${this.groupName}`, message, typeTo, paste); + await this.receiveGroup(message); + await delay(10); + } + + async _sendMsg(toStr, message, typeTo, paste, secret) { + await this.type(`${toStr} `, !typeTo); + if (secret) await this.type("#"); + await this.type(message, paste); + if (secret) await this.type("#"); + await delay(10); + this.resetInput(); + this.show("sent", `${toStr} ${toSecret(secret, message)}`); + } + + async type(str, paste) { + if (paste) { + await delay(10); + this.input.insertAdjacentHTML("beforeend", str); + } else { + for (const char of str) { + await delay(isAlpha(char) ? 1 : 2); + this.input.insertAdjacentHTML("beforeend", char); + } + } + await delay(2); + } + + resetInput() { + this.input.innerHTML = "> "; + show(this.demoInput, false); + } + + async receive(from, message, edit, group) { + await delay(10); + let g = group ? `#${this.groupName} ` : ""; + this.show("received", `${g}${from.name}> ${message}`, edit); + } + + async receiveGroup(message, edit) { + await Promise.all(this.group.map((u) => u.receive(this, message, edit, true))); + } + + show(mode, str, edit) { + if (edit && this.lastMessage) { + this.lastMessage.innerHTML = highlight(str); + return; + } + this.display.insertAdjacentHTML("beforeend", `
${highlight(str)}
`); + } + + setupDemo() { + if (!this.demoInput) return; + let editMode = false; + + on("keypress", this.demoInput, async ({ key }) => { + if (key === "Enter") { + const edit = editMode; + editMode = false; + const [to, ...words] = this.demoInput.value.trim().split(" "); + const message = words.join(" "); + switch (to[0]) { + case undefined: + if (message !== "") { + this.show("error", "Message should start with @user or #group"); + } + break; + case "@": + await this.sendInput(to.slice(1), message, edit); + break; + case "#": + await this.sendInputGroup(to.slice(1), message, edit); + break; + default: + this.show("error", "Message should start with @user or #group"); + } + } else if (this.demoInput.value === "" && key !== "@" && key !== "#") { + const channel = this.currentChannel(); + if (channel) this.demoInput.value = channel + " "; + } + }); + on("keydown", this.demoInput, async (e) => { + switch (e.key) { + case "ArrowUp": + if (this.demoInput.value === "" && this.lastMessage) { + const str = (this.demoInput.value = this.lastMessage.innerText); + editMode = true; + await delay(0); + this.demoInput.selectionStart = str.length; + } + break; + case "Tab": { + e.preventDefault(); + const userIndex = this.users.indexOf(this); + const nextIndex = (userIndex + 1) % this.users.length; + this.users[nextIndex].demoInput.focus(); + } + } + }); + } + + async sendInput(name, message, edit) { + if (name === this.name) { + this.show("error", "Can't send message to yourself"); + return; + } + const recipient = this.group.find((u) => u.name === name); + if (recipient === undefined) { + const knownNames = this.group.map((u) => `@${u.name}`).join(", ") + ` or @${this.name}`; + this.show("error", `Unknown recipient @${name} (try ${knownNames})`); + return; + } + this.show("sent", `@${name} ${message}`, edit); + this.demoInput.value = ""; + await recipient.receive(this, message, edit); + } + + async sendInputGroup(name, message, edit) { + if (name !== this.groupName) { + this.show("error", `Unknown group #${name} (try #team)`); + return; + } + this.show("sent", `#${name} ${message}`, edit); + this.demoInput.value = ""; + await this.receiveGroup(message, edit); + } + + get lastMessage() { + const messages = this.display.childNodes; + return messages[messages.length - 1]; + } + + currentChannel() { + return this.lastMessage && toContact(this.lastMessage.childNodes[0].innerHTML); + } + + setupMoveWindow() { + let moving = false; + let startX, startY; + const user = this.userWindow; + const parent = user.parentNode; + + on("mousedown", this.terminal, (e) => { + if (e.clientY - this.terminal.getBoundingClientRect().top > 20) return; + moving = true; + startX = user.offsetLeft - e.clientX; + startY = user.offsetTop - e.clientY; + parent.removeChild(user); + parent.appendChild(user); + }); + on("mouseup", this.terminal, () => (moving = false)); + on("mouseleave", this.terminal, () => (moving = false)); + on("mousemove", this.terminal, (e) => { + if (!moving) return; + user.style.left = e.clientX + startX + "px"; + user.style.top = e.clientY + startY + "px"; + }); + } + } + + function toContact(str) { + return str.endsWith(">") ? "@" + str.slice(0, -4) : str; + } + + function setGroup(groupName, users) { + users.forEach((u) => u.setGroup(groupName, users)); + } + + const alice = new User("alice"); + const bob = new User("bob"); + const tom = new User("tom"); + const team = [alice, bob, tom]; + setGroup("team", team); + + async function chatDemo() { + team.forEach((u) => u.reset()); + await alice.sendGroup("please review my PR project/site#72", true); + await tom.sendGroup("anybody got application key 🔑?"); + await bob.sendGroup("looking at it now @alice 👀"); + await alice.sendGroup("thanks @bob!"); + await alice.sendGroup("will DM @tom"); + await alice.send(tom, "w3@o6CewoZx#%$SQETXbWnus", true, true, true); + await tom.send(alice, "you're the savior 🙏!"); + await alice.send(bob, "please check the tests too", true); + await bob.send(alice, "all looks good 👍"); + await alice.send(bob, "thank you!"); + DELAY = 80; + } + + const invitation = + "smp::example.com:5223#1XNE1m2E1m0lm92​WG​Ket9CL6+lO742Vy5​G6nsrkvgs8=::St9hPY+k6nfrbaXj::rsa:MII​BoTANBgkqhkiG9w0B​AQEFAAOCAY4AMIIBiQKCAQEA03XGpEqh3faDN​Gl06pPhaT=="; + + async function establishConnection() { + team.forEach((u) => u.reset()); + await alice.type("/add bob"); + await delay(10); + alice.resetInput(); + // alice.show("/add bob"); + alice.show("sent", "pass this invitation to your contact (via any channel):"); + alice.show("sent", " "); + alice.show("sent", invitation); + alice.show("sent", " "); + alice.show("sent", "and ask them to connect:"); + alice.show("sent", "/c name_for_you invitation_above"); + await delay(20); + await bob.type("/connect alice "); + await bob.type(invitation, true); + await delay(20); + bob.resetInput(); + await bob.show("received", "/connect alice " + invitation); + await delay(10); + bob.show("received", "@alice connected"); + await delay(2); + alice.show("received", "@bob connected"); + await alice.send(bob, "hello bob"); + await bob.send(alice, "hi alice"); + } + + await chatDemo(); + const RUN_DEMO = "#demo .run-demo"; + const RUN_FASTER = "#demo .run-faster"; + const TRY_IT = "#demo .try-it"; + onClick(RUN_DEMO, runChatDemo); + // onClick(RUN_DEMO, establishConnection); + onClick(RUN_FASTER, () => (DELAY /= 2)); + onClick(TRY_IT, tryChatDemo); + + async function runChatDemo() { + document.querySelectorAll('.all-users div.user').forEach(e => e.classList.remove('d-none')); + document.querySelector('.all-users div.simplex_mobile').classList.add('d-none'); + show(RUN_DEMO, false); + show(RUN_FASTER); + enable(TRY_IT, false); + await chatDemo(); + show(RUN_DEMO); + show(RUN_FASTER, false); + enable(TRY_IT); + } + + function tryChatDemo() { + document.querySelectorAll('.all-users div.user').forEach(e => e.classList.remove('d-none')); + document.querySelector('.all-users div.simplex_mobile').classList.add('d-none'); + team.forEach((u) => u.tryDemo()); + alice.demoInput.focus(); + } + + async function delay(units) { + // delay is random with `1 +/- DISTR` range + const ms = units * DELAY * (1 - DISTR + 2 * DISTR * Math.random()); + return new Promise((resolve) => setTimeout(resolve, ms)); + } + + function highlight(str) { + return str + .replace(/(@[a-z]+)([^0-9]|$)/gi, `$1$2`) + .replace(/([a-z]+>)([^0-9]|$)/gi, `$1$2`) + .replace(/(#[a-z]+)([^0-9]|$)/gi, `$1$2`) + .replace(/#([^\s]+)#([\s]|$)/gi, `#$1#$2`); + } + + function toSecret(secret, message) { + return secret ? `#${message}#` : message; + } + + function isAlpha(c) { + c = c.toUpperCase(); + return c >= "A" && c <= "Z"; + } + + let flipper = setInterval(flipProblem, 10000); + + onClick("#problem .pagination", () => { + clearInterval(flipper); + flipper = setInterval(flipProblem, 20000); + }); + + function flipProblem() { + if (isElementInViewport(document.getElementById("problem"))) { + window.location.hash = + window.location.hash === "#problem-explained" ? "#problem-intro" : "#problem-explained"; + } + } + + function isElementInViewport(el) { + const r = el.getBoundingClientRect(); + return r.bottom >= 0 && r.top <= window.innerHeight; + } + + function onClick(selector, handler, enable = true) { + const el = document.querySelector(selector); + if (el) on("click", el, handler, enable); + } + + function on(event, el, handler, enable = true) { + const method = enable ? "addEventListener" : "removeEventListener"; + el[method](event, handler); + } + + function show(selector, visible = true) { + const el = typeof selector === "string" ? document.querySelector(selector) : selector; + if (el) el.style.display = visible ? "block" : "none"; + } + + function enable(selector, enabled = true) { + const el = document.querySelector(selector); + el.disabled = enabled ? "" : "true"; + } + + const copyEls = document.querySelectorAll(".content_copy_with_tooltip"); + if (navigator.clipboard) { + copyEls.forEach(contentCopyWithTooltip) + } else { + copyEls.forEach(el => el.style.visibility = "hidden") + } + + function contentCopyWithTooltip(parent) { + const content = parent.querySelector(".content"); + const tooltip = parent.querySelector(".tooltiptext"); + const copyButton = parent.querySelector(".content_copy"); + copyButton.addEventListener("click", copyAddress) + copyButton.addEventListener("mouseout", resetTooltip) + + function copyAddress() { + navigator.clipboard.writeText(content.innerText || content.value); + tooltip.innerHTML = "Copied!"; + } + + function resetTooltip() { + tooltip.innerHTML = "Copy to clipboard"; + } + } + + // Setting width for scrollable sections + const element = document.querySelector('.container'); + const computedStyle = getComputedStyle(element); + const screenWidth = element.clientWidth - (parseFloat(computedStyle.paddingLeft) + parseFloat(computedStyle.paddingRight)); + document.querySelector('.table-holder').style.width = `${screenWidth}px`; + Array.from(document.querySelectorAll('.problem-section')).forEach(ele => ele.style.width = `${screenWidth}px`); + +})();