[
  {
    "path": ".gitignore",
    "content": ".idea/\npackages/\nbin/\nobj/\nbuild/\ndist/\n*~\n.vs/\n*.user\n"
  },
  {
    "path": "GlobalAssemblyInfo.cs",
    "content": "//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System.Reflection;\nusing System.Resources;\n\n[assembly: AssemblyProduct(\"Tomighty\")]\n[assembly: AssemblyCopyright(\"Copyright © 2010-2017 Celio Cidral Junior\")]\n[assembly: NeutralResourcesLanguage(\"en-US\")]\n"
  },
  {
    "path": "LICENSE.txt",
    "content": "\r\n                                 Apache License\r\n                           Version 2.0, January 2004\r\n                        http://www.apache.org/licenses/\r\n\r\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\r\n\r\n   1. Definitions.\r\n\r\n      \"License\" shall mean the terms and conditions for use, reproduction,\r\n      and distribution as defined by Sections 1 through 9 of this document.\r\n\r\n      \"Licensor\" shall mean the copyright owner or entity authorized by\r\n      the copyright owner that is granting the License.\r\n\r\n      \"Legal Entity\" shall mean the union of the acting entity and all\r\n      other entities that control, are controlled by, or are under common\r\n      control with that entity. For the purposes of this definition,\r\n      \"control\" means (i) the power, direct or indirect, to cause the\r\n      direction or management of such entity, whether by contract or\r\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\r\n      outstanding shares, or (iii) beneficial ownership of such entity.\r\n\r\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\r\n      exercising permissions granted by this License.\r\n\r\n      \"Source\" form shall mean the preferred form for making modifications,\r\n      including but not limited to software source code, documentation\r\n      source, and configuration files.\r\n\r\n      \"Object\" form shall mean any form resulting from mechanical\r\n      transformation or translation of a Source form, including but\r\n      not limited to compiled object code, generated documentation,\r\n      and conversions to other media types.\r\n\r\n      \"Work\" shall mean the work of authorship, whether in Source or\r\n      Object form, made available under the License, as indicated by a\r\n      copyright notice that is included in or attached to the work\r\n      (an example is provided in the Appendix below).\r\n\r\n      \"Derivative Works\" shall mean any work, whether in Source or Object\r\n      form, that is based on (or derived from) the Work and for which the\r\n      editorial revisions, annotations, elaborations, or other modifications\r\n      represent, as a whole, an original work of authorship. For the purposes\r\n      of this License, Derivative Works shall not include works that remain\r\n      separable from, or merely link (or bind by name) to the interfaces of,\r\n      the Work and Derivative Works thereof.\r\n\r\n      \"Contribution\" shall mean any work of authorship, including\r\n      the original version of the Work and any modifications or additions\r\n      to that Work or Derivative Works thereof, that is intentionally\r\n      submitted to Licensor for inclusion in the Work by the copyright owner\r\n      or by an individual or Legal Entity authorized to submit on behalf of\r\n      the copyright owner. For the purposes of this definition, \"submitted\"\r\n      means any form of electronic, verbal, or written communication sent\r\n      to the Licensor or its representatives, including but not limited to\r\n      communication on electronic mailing lists, source code control systems,\r\n      and issue tracking systems that are managed by, or on behalf of, the\r\n      Licensor for the purpose of discussing and improving the Work, but\r\n      excluding communication that is conspicuously marked or otherwise\r\n      designated in writing by the copyright owner as \"Not a Contribution.\"\r\n\r\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\r\n      on behalf of whom a Contribution has been received by Licensor and\r\n      subsequently incorporated within the Work.\r\n\r\n   2. Grant of Copyright License. Subject to the terms and conditions of\r\n      this License, each Contributor hereby grants to You a perpetual,\r\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r\n      copyright license to reproduce, prepare Derivative Works of,\r\n      publicly display, publicly perform, sublicense, and distribute the\r\n      Work and such Derivative Works in Source or Object form.\r\n\r\n   3. Grant of Patent License. Subject to the terms and conditions of\r\n      this License, each Contributor hereby grants to You a perpetual,\r\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r\n      (except as stated in this section) patent license to make, have made,\r\n      use, offer to sell, sell, import, and otherwise transfer the Work,\r\n      where such license applies only to those patent claims licensable\r\n      by such Contributor that are necessarily infringed by their\r\n      Contribution(s) alone or by combination of their Contribution(s)\r\n      with the Work to which such Contribution(s) was submitted. If You\r\n      institute patent litigation against any entity (including a\r\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\r\n      or a Contribution incorporated within the Work constitutes direct\r\n      or contributory patent infringement, then any patent licenses\r\n      granted to You under this License for that Work shall terminate\r\n      as of the date such litigation is filed.\r\n\r\n   4. Redistribution. You may reproduce and distribute copies of the\r\n      Work or Derivative Works thereof in any medium, with or without\r\n      modifications, and in Source or Object form, provided that You\r\n      meet the following conditions:\r\n\r\n      (a) You must give any other recipients of the Work or\r\n          Derivative Works a copy of this License; and\r\n\r\n      (b) You must cause any modified files to carry prominent notices\r\n          stating that You changed the files; and\r\n\r\n      (c) You must retain, in the Source form of any Derivative Works\r\n          that You distribute, all copyright, patent, trademark, and\r\n          attribution notices from the Source form of the Work,\r\n          excluding those notices that do not pertain to any part of\r\n          the Derivative Works; and\r\n\r\n      (d) If the Work includes a \"NOTICE\" text file as part of its\r\n          distribution, then any Derivative Works that You distribute must\r\n          include a readable copy of the attribution notices contained\r\n          within such NOTICE file, excluding those notices that do not\r\n          pertain to any part of the Derivative Works, in at least one\r\n          of the following places: within a NOTICE text file distributed\r\n          as part of the Derivative Works; within the Source form or\r\n          documentation, if provided along with the Derivative Works; or,\r\n          within a display generated by the Derivative Works, if and\r\n          wherever such third-party notices normally appear. The contents\r\n          of the NOTICE file are for informational purposes only and\r\n          do not modify the License. You may add Your own attribution\r\n          notices within Derivative Works that You distribute, alongside\r\n          or as an addendum to the NOTICE text from the Work, provided\r\n          that such additional attribution notices cannot be construed\r\n          as modifying the License.\r\n\r\n      You may add Your own copyright statement to Your modifications and\r\n      may provide additional or different license terms and conditions\r\n      for use, reproduction, or distribution of Your modifications, or\r\n      for any such Derivative Works as a whole, provided Your use,\r\n      reproduction, and distribution of the Work otherwise complies with\r\n      the conditions stated in this License.\r\n\r\n   5. Submission of Contributions. Unless You explicitly state otherwise,\r\n      any Contribution intentionally submitted for inclusion in the Work\r\n      by You to the Licensor shall be under the terms and conditions of\r\n      this License, without any additional terms or conditions.\r\n      Notwithstanding the above, nothing herein shall supersede or modify\r\n      the terms of any separate license agreement you may have executed\r\n      with Licensor regarding such Contributions.\r\n\r\n   6. Trademarks. This License does not grant permission to use the trade\r\n      names, trademarks, service marks, or product names of the Licensor,\r\n      except as required for reasonable and customary use in describing the\r\n      origin of the Work and reproducing the content of the NOTICE file.\r\n\r\n   7. Disclaimer of Warranty. Unless required by applicable law or\r\n      agreed to in writing, Licensor provides the Work (and each\r\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\r\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\r\n      implied, including, without limitation, any warranties or conditions\r\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\r\n      PARTICULAR PURPOSE. You are solely responsible for determining the\r\n      appropriateness of using or redistributing the Work and assume any\r\n      risks associated with Your exercise of permissions under this License.\r\n\r\n   8. Limitation of Liability. In no event and under no legal theory,\r\n      whether in tort (including negligence), contract, or otherwise,\r\n      unless required by applicable law (such as deliberate and grossly\r\n      negligent acts) or agreed to in writing, shall any Contributor be\r\n      liable to You for damages, including any direct, indirect, special,\r\n      incidental, or consequential damages of any character arising as a\r\n      result of this License or out of the use or inability to use the\r\n      Work (including but not limited to damages for loss of goodwill,\r\n      work stoppage, computer failure or malfunction, or any and all\r\n      other commercial damages or losses), even if such Contributor\r\n      has been advised of the possibility of such damages.\r\n\r\n   9. Accepting Warranty or Additional Liability. While redistributing\r\n      the Work or Derivative Works thereof, You may choose to offer,\r\n      and charge a fee for, acceptance of support, warranty, indemnity,\r\n      or other liability obligations and/or rights consistent with this\r\n      License. However, in accepting such obligations, You may act only\r\n      on Your own behalf and on Your sole responsibility, not on behalf\r\n      of any other Contributor, and only if You agree to indemnify,\r\n      defend, and hold each Contributor harmless for any liability\r\n      incurred by, or claims asserted against, such Contributor by reason\r\n      of your accepting any such warranty or additional liability.\r\n\r\n   END OF TERMS AND CONDITIONS\r\n"
  },
  {
    "path": "NOTICE.txt",
    "content": "   =========================================================================\r\n   ==  NOTICE file corresponding to section 4(d) of the Apache License,   ==\r\n   ==  Version 2.0, in this case for the Tomighty distribution.           ==\r\n   =========================================================================\r\n\r\n   Tomighty is a software developed by Célio Cidral Junior. You can find it\r\n   at http://www.tomighty.org\r\n   \r\n   Pomodoro Technique® and Pomodoro™ are registered and filed trademarks\r\n   owned by Francesco Cirillo. Tomighty is not affiliated by, associated\r\n   with nor endorsed by Francesco Cirillo.\r\n\r\n   Tomato icon designed by José Campos <www.thenounproject.com/jcampos>\r\n\r\n   Clock icon designed by Thomas Le Bas <www.thenounproject.com/tlb>\r\n"
  },
  {
    "path": "README.md",
    "content": "Tomighty for Windows\r\n====================\r\n\r\nAvailable for download at http://www.tomighty.org\r\n\r\nThis repository contains the source code for the .NET version of Tomighty.\r\nIf you are looking for the source code of the old, multiplatform (Java) version, see https://github.com/ccidral/tomighty\r\n\r\nDevelopment Workflow\r\n====================\r\n\r\nWe follow the development model presented by Vincent Driessen:\r\n\r\nhttp://nvie.com/posts/a-successful-git-branching-model/\r\n\r\nDiscuss\r\n=======\r\n\r\nFor development related discussions, please subscribe to:\r\n\r\nhttps://groups.google.com/forum/#!forum/tomighty-developers\r\n\r\nLicense\r\n=======\r\n\r\nTomighty for Windows is licensed under the terms of the Apache License 2.0. Read it here: https://www.apache.org/licenses/LICENSE-2.0.html\r\n"
  },
  {
    "path": "Tomighty.Core/Duration.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nusing System;\n\nnamespace Tomighty\n{\n    public struct Duration\n    {\n        public static readonly Duration Zero = new Duration();\n\n        public static Duration InSeconds(int seconds) => new Duration(seconds);\n        public static Duration InMinutes(int minutes) => new Duration(minutes * 60);\n\n        public Duration(int seconds)\n        {\n            if(seconds < 0)\n                throw new ArgumentException($\"Invalid duration of {seconds} seconds\");\n\n            Seconds = seconds;\n        }\n\n        public int Seconds { get; }\r\n        public int Minutes => Seconds / 60;\r\n\r\n        public Duration AddSeconds(int delta) => new Duration(Seconds + delta);\n\n        public override string ToString() => $\"{GetType().Name}({Seconds})\";\n\n        public string ToTimeString()\n        {\n            int minutes = Seconds / 60;\n            int seconds = Seconds - minutes * 60;\n            return $\"{minutes.ToString(\"0#\")}:{seconds.ToString(\"0#\")}\";\n        }\n\n        public static bool operator ==(Duration a, Duration b) => a.Seconds == b.Seconds;\r\n        public static bool operator !=(Duration a, Duration b) => a.Seconds != b.Seconds;\r\n    }\n}"
  },
  {
    "path": "Tomighty.Core/Events/PomodoroCompleted.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nnamespace Tomighty.Events\n{\n    public class PomodoroCompleted\n    {\n        public PomodoroCompleted(Duration duration)\n        {\n            Duration = duration;\n        }\n\n        public Duration Duration { get; }\n    }\n}"
  },
  {
    "path": "Tomighty.Core/Events/PomodoroCountChanged.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nnamespace Tomighty.Events\n{\n    public class PomodoroCountChanged\n    {\n        public PomodoroCountChanged(int count)\n        {\n            PomodoroCount = count;\n        }\n\n        public int PomodoroCount { get; }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Core/Events/TimeElapsed.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nnamespace Tomighty.Events\n{\n    public class TimeElapsed\n    {\n        public TimeElapsed(IntervalType intervalType, Duration duration, Duration remainingTime)\n        {\n            IntervalType = intervalType;\n            Duration = duration;\n            RemainingTime = remainingTime;\n        }\n\n        public Duration Duration { get; }\n        public IntervalType IntervalType { get; }\n        public Duration RemainingTime { get; }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Core/Events/TimerStarted.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nnamespace Tomighty.Events\n{\n    public class TimerStarted\n    {\n        public IntervalType IntervalType { get; }\n        public Duration Duration { get; }\n        public Duration RemainingTime { get; }\n\n        public TimerStarted(IntervalType intervalType, Duration duration, Duration remainingTime)\n        {\n            IntervalType = intervalType;\n            Duration = duration;\n            RemainingTime = remainingTime;\n        }\n    }\n}"
  },
  {
    "path": "Tomighty.Core/Events/TimerStopped.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nnamespace Tomighty.Events\n{\n    public class TimerStopped\n    {\n        public IntervalType IntervalType { get; }\n        public Duration Duration { get; }\n        public Duration RemainingTime { get; }\r\n        public bool IsIntervalCompleted => RemainingTime == Duration.Zero;\r\n\r\n        public TimerStopped(IntervalType intervalType, Duration duration, Duration remainingTime)\n        {\n            IntervalType = intervalType;\n            Duration = duration;\n            RemainingTime = remainingTime;\n        }\n    }\n}"
  },
  {
    "path": "Tomighty.Core/ICountdownClock.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nnamespace Tomighty\n{\n    public interface ICountdownClock\n    {\n        Duration RemainingTime { get; }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Core/IEventHub.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nusing System;\n\nnamespace Tomighty\n{\n    public interface IEventHub\n    {\n        void Publish(object @event);\n        void Subscribe<T>(Action<T> eventHandler);\n    }\n}"
  },
  {
    "path": "Tomighty.Core/IMutableUserPreferences.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nnamespace Tomighty\n{\n    public interface IMutableUserPreferences : IUserPreferences\n    {\n        void SetIntervalDuration(IntervalType intervalType, Duration duration);\n        new bool ShowToastNotifications { get; set; }\n        new bool PlaySoundNotifications { get; set; }\n        new int MaxPomodoroCount { get; set; }\n        new bool AutoUpdate { get; set; }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Core/IPomodoroEngine.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nnamespace Tomighty\n{\n    public interface IPomodoroEngine\n    {\n        void StartTimer(IntervalType intervalType);\n        void StopTimer();\n        void ResetPomodoroCount();\r\n\r\n        int PomodoroCount { get; }\r\n        IntervalType SuggestedBreakType { get; }\r\n    }\n}\n"
  },
  {
    "path": "Tomighty.Core/ITimer.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nnamespace Tomighty\n{\n    public interface ITimer : ICountdownClock\n    {\n        void Start(Duration duration, IntervalType intervalType);\n        void Stop();\n    }\n}"
  },
  {
    "path": "Tomighty.Core/IUserPreferences.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nusing System;\r\n\r\nnamespace Tomighty\n{\n    public interface IUserPreferences\n    {\n        Duration GetIntervalDuration(IntervalType intervalType);\n        int MaxPomodoroCount { get; }\r\n        bool ShowToastNotifications { get; }\r\n        bool PlaySoundNotifications { get; }\r\n        bool AutoUpdate { get; }\r\n\r\n        void Update(Action<IMutableUserPreferences> action);\n    }\n}"
  },
  {
    "path": "Tomighty.Core/IntervalType.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nnamespace Tomighty\r\n{\r\n    public enum IntervalType\r\n    {\r\n        Pomodoro,\r\n        ShortBreak,\r\n        LongBreak\r\n    }\r\n}"
  },
  {
    "path": "Tomighty.Core/PomodoroEngine.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nusing Tomighty.Events;\n\nnamespace Tomighty\n{\n    public class PomodoroEngine : IPomodoroEngine\n    {\n        private readonly ITimer timer;\n        private readonly IUserPreferences userPreferences;\n        private readonly IEventHub eventHub;\n        private int _pomodoroCount;\n\n        public PomodoroEngine(ITimer timer, IUserPreferences userPreferences, IEventHub eventHub)\n        {\n            this.timer = timer;\n            this.userPreferences = userPreferences;\n            this.eventHub = eventHub;\n\n            eventHub.Subscribe<TimerStopped>(OnTimerStopped);\n        }\n\n        public int PomodoroCount\r\n        {\r\n            get\r\n            {\r\n                return _pomodoroCount;\r\n            }\r\n            private set\r\n            {\r\n                if (value != _pomodoroCount)\r\n                {\r\n                    _pomodoroCount = value;\r\n                    eventHub.Publish(new PomodoroCountChanged(value));\r\n                }\r\n            }\r\n        }\r\n\r\n        public IntervalType SuggestedBreakType => PomodoroCount != userPreferences.MaxPomodoroCount ? IntervalType.ShortBreak : IntervalType.LongBreak;\r\n\r\n        public void StartTimer(IntervalType intervalType)\n        {\n            var duration = userPreferences.GetIntervalDuration(intervalType);\n            timer.Start(duration, intervalType);\n        }\n\n        public void StopTimer()\n        {\n            timer.Stop();\n        }\n\n        private void OnTimerStopped(TimerStopped timerStopped)\n        {\n            if (timerStopped.IntervalType == IntervalType.Pomodoro && timerStopped.IsIntervalCompleted)\n            {\n                PomodoroCompleted(timerStopped.Duration);\n            }\n        }\n\n        private void PomodoroCompleted(Duration duration)\n        {\n            IncreasePomodoroCount();\n            eventHub.Publish(new PomodoroCompleted(duration));\n        }\n\n        private void IncreasePomodoroCount()\n        {\n            var newCount = PomodoroCount + 1;\n            PomodoroCount = newCount > userPreferences.MaxPomodoroCount ? 1 : newCount;\n        }\r\n\r\n        public void ResetPomodoroCount()\r\n        {\r\n            PomodoroCount = 0;\r\n        }\r\n    }\n}\n"
  },
  {
    "path": "Tomighty.Core/Properties/AssemblyInfo.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nusing System.Reflection;\nusing System.Runtime.InteropServices;\n\n[assembly: AssemblyTitle(\"Tomighty Core\")]\n[assembly: ComVisible(false)]\n[assembly: Guid(\"C7FF3B3E-0CC1-4EC7-A7C1-39B6361B5895\")]\n"
  },
  {
    "path": "Tomighty.Core/SynchronousEventHub.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nusing System;\nusing System.Collections.Generic;\n\nnamespace Tomighty\n{\n    public class SynchronousEventHub : IEventHub\n    {\n        private readonly IDictionary<Type, List<Action<object>>> allSubscribers = new Dictionary<Type, List<Action<object>>>();\n\n        public void Publish(object @event)\n        {\n            var eventType = @event.GetType();\n\n            if (!allSubscribers.ContainsKey(eventType))\n                return;\n\n            foreach (var subscriber in allSubscribers[eventType])\n            {\n                subscriber(@event);\n            }\n        }\n\n        public void Subscribe<T>(Action<T> eventHandler)\n        {\n            List<Action<object>> subscribers;\n            var eventType = typeof(T);\n\n            if (allSubscribers.ContainsKey(eventType))\n            {\n                subscribers = allSubscribers[eventType];\n            }\n            else\n            {\n                subscribers = new List<Action<object>>();\n                allSubscribers[eventType] = subscribers;\n            }\n\n            subscribers.Add(e => eventHandler((T) e));\n        }\n    }\n}"
  },
  {
    "path": "Tomighty.Core/Timer.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nusing System.Timers;\r\nusing Tomighty.Events;\r\nusing SystemTimer = System.Timers.Timer;\r\n\r\nnamespace Tomighty\r\n{\r\n    public class Timer : ITimer\r\n    {\r\n        private const int IntervalInSeconds = 1;\r\n\r\n        private readonly SystemTimer systemTimer = new SystemTimer();\r\n        private readonly IEventHub eventHub;\r\n\r\n        // Mutable fields\r\n        private Duration remainingTime = Duration.Zero;\r\n        private IntervalType intervalType;\r\n        private Duration duration;\r\n\r\n        public Timer(IEventHub eventHub)\r\n        {\r\n            this.eventHub = eventHub;\r\n\r\n            systemTimer.Interval = IntervalInSeconds * 1000;\r\n            systemTimer.AutoReset = true;\r\n            systemTimer.Elapsed += SystemTimerOnElapsed;\r\n        }\r\n\r\n        public Duration RemainingTime => remainingTime;\r\n\r\n        public void Start(Duration duration, IntervalType intervalType)\r\n        {\r\n            this.duration = duration;\r\n            this.intervalType = intervalType;\r\n\r\n            remainingTime = duration;\r\n\r\n            systemTimer.Start();\r\n\r\n            eventHub.Publish(new TimerStarted(intervalType, duration, remainingTime));\r\n        }\r\n\r\n        public void Stop()\r\n        {\r\n            systemTimer.Stop();\r\n\r\n            eventHub.Publish(new TimerStopped(intervalType, duration, remainingTime));\r\n\r\n            remainingTime = Duration.Zero;\r\n        }\r\n\r\n        private void DecreaseRemainingTime(int seconds)\r\n        {\r\n            remainingTime = remainingTime.AddSeconds(-seconds);\r\n\r\n            eventHub.Publish(new TimeElapsed(intervalType, duration, remainingTime));\r\n\r\n            if (remainingTime.Seconds == 0)\r\n            {\r\n                Stop();\r\n            }\r\n        }\r\n\r\n        private void SystemTimerOnElapsed(object sender, ElapsedEventArgs elapsedEventArgs)\r\n        {\r\n            DecreaseRemainingTime(IntervalInSeconds);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "Tomighty.Core/Tomighty.Core.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\r\n  <PropertyGroup>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProjectGuid>{C7FF3B3E-0CC1-4EC7-A7C1-39B6361B5895}</ProjectGuid>\r\n    <OutputType>Library</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>Tomighty</RootNamespace>\r\n    <AssemblyName>Tomighty.Core</AssemblyName>\r\n    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r\n    <FileAlignment>512</FileAlignment>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <PlatformTarget>AnyCPU</PlatformTarget>\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>bin\\Debug\\</OutputPath>\r\n    <DefineConstants>DEBUG;TRACE</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <PlatformTarget>AnyCPU</PlatformTarget>\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>bin\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <Reference Include=\"System\" />\r\n    <Reference Include=\"System.Core\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"..\\GlobalAssemblyInfo.cs\">\r\n      <Link>GlobalAssemblyInfo.cs</Link>\r\n    </Compile>\r\n    <Compile Include=\"Events\\PomodoroCompleted.cs\" />\r\n    <Compile Include=\"Events\\PomodoroCountChanged.cs\" />\r\n    <Compile Include=\"Events\\TimeElapsed.cs\" />\r\n    <Compile Include=\"Events\\TimerStarted.cs\" />\r\n    <Compile Include=\"Events\\TimerStopped.cs\" />\r\n    <Compile Include=\"ICountdownClock.cs\" />\r\n    <Compile Include=\"IEventHub.cs\" />\r\n    <Compile Include=\"IMutableUserPreferences.cs\" />\r\n    <Compile Include=\"IntervalType.cs\" />\r\n    <Compile Include=\"ITimer.cs\" />\r\n    <Compile Include=\"IUserPreferences.cs\" />\r\n    <Compile Include=\"IPomodoroEngine.cs\" />\r\n    <Compile Include=\"PomodoroEngine.cs\" />\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n    <Compile Include=\"Duration.cs\" />\r\n    <Compile Include=\"SynchronousEventHub.cs\" />\r\n    <Compile Include=\"Timer.cs\" />\r\n  </ItemGroup>\r\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>\r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "Tomighty.Core.Test/FakeEventHub.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nusing System;\nusing System.Collections.Generic;\nusing System.Linq;\n\nnamespace Tomighty.Test\n{\n    public class FakeEventHub : IEventHub\n    {\n        private readonly List<Subscriber> subscribers = new List<Subscriber>();\n        private readonly List<object> publishedEvents = new List<object>();\n\n        public IEnumerable<T> PublishedEvents<T>()\n        {\n            return publishedEvents.Where(e => e.GetType() == typeof(T)).Select(e => (T) e);\n        }\n\n        public T LastEvent<T>()\n        {\n            return PublishedEvents<T>().LastOrDefault();\n        }\n\n        public void Publish(object @event)\n        {\n            publishedEvents.Add(@event);\n\n            foreach (var subscriber in subscribers)\n            {\n                subscriber.Handle(@event);\n            }\n        }\n\n        public void Subscribe<T>(Action<T> eventHandler)\n        {\n            Action<object> proxy = @event => eventHandler((T) @event);\n            subscribers.Add(new Subscriber(typeof(T), proxy));\n        }\n\n        private class Subscriber\n        {\n            private readonly Type eventType;\n            private readonly Action<object> eventHandler;\n\n            public Subscriber(Type eventType, Action<object> eventHandler)\n            {\n                this.eventType = eventType;\n                this.eventHandler = eventHandler;\n            }\n\n            public void Handle(object @event)\n            {\n                if (eventType == @event.GetType())\n                {\n                    eventHandler(@event);\n                }\n            }\n        }\n    }\n}"
  },
  {
    "path": "Tomighty.Core.Test/PomodoroEngineTest.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nusing System.Linq;\nusing NSubstitute;\nusing NUnit.Framework;\nusing Tomighty.Events;\n\nnamespace Tomighty.Test\n{\n    [TestFixture]\n    public class PomodoroEngineTest\n    {\n        private IPomodoroEngine engine;\n        private IUserPreferences userPreferences;\n        private ITimer timer;\n        private FakeEventHub eventHub;\n\n        [SetUp]\n        public void SetUp()\n        {\n            userPreferences = Substitute.For<IUserPreferences>();\n            timer = Substitute.For<ITimer>();\n            eventHub = new FakeEventHub();\n            engine = new PomodoroEngine(timer, userPreferences, eventHub);\n        }\n\n        [Test]\n        public void Initial_pomodoro_count_is_zero()\n        {\n            Assert.AreEqual(0, engine.PomodoroCount);\n        }\n\n        [Test]\n        public void Start_the_timer()\n        {\n            var duration = Duration.InMinutes(25);\n            var intervalType = IntervalType.Pomodoro;\n\n            userPreferences.GetIntervalDuration(intervalType).Returns(duration);\n\n            engine.StartTimer(intervalType);\n\n            timer.Received().Start(duration, intervalType);\n        }\n\n        [Test]\n        public void Stop_the_timer()\n        {\n            engine.StopTimer();\n            timer.Received().Stop();\n        }\n\n        [Test]\n        public void Publish_PomodoroCompleted_event_when_timer_stops_with_zero_remaining_time()\n        {\n            var remainingTime = Duration.Zero;\n            var duration = Duration.InMinutes(25);\n            var pomodoroCompletedEvent = new TimerStopped(IntervalType.Pomodoro, duration, remainingTime);\r\n\r\n            eventHub.Publish(pomodoroCompletedEvent);\n\n            var pomodoroCompleted = eventHub.PublishedEvents<PomodoroCompleted>().Single();\n            Assert.AreEqual(duration, pomodoroCompleted.Duration);\n        }\n\n        [Test]\n        public void Do_not_publish_PomodoroCompleted_event_when_timer_stops_with_remaining_time_greater_than_zero()\n        {\n            var remainingTime = Duration.InSeconds(1);\n            var duration = Duration.InMinutes(25);\n\n            eventHub.Publish(new TimerStopped(IntervalType.Pomodoro, duration, remainingTime));\n\n            var pomodoroCompletedEvents = eventHub.PublishedEvents<PomodoroCompleted>();\n            Assert.AreEqual(0, pomodoroCompletedEvents.Count());\n        }\n\n        [Test]\n        public void Do_not_publish_PomodoroCompleted_event_when_timer_stops_and_interval_type_is_not_Pomodoro()\n        {\n            var remainingTime = Duration.Zero;\n            var duration = Duration.InMinutes(25);\n\n            eventHub.Publish(new TimerStopped(IntervalType.ShortBreak, duration, remainingTime));\n\n            var pomodoroCompletedEvents = eventHub.PublishedEvents<PomodoroCompleted>();\n            Assert.AreEqual(0, pomodoroCompletedEvents.Count());\n        }\n\n        [Test]\n        public void Increase_pomodoro_count_when_timer_stops_with_zero_remaining_time()\n        {\n            userPreferences.MaxPomodoroCount.Returns(999);\n\n            eventHub.Publish(PomodoroCompletedEvent());\n            Assert.AreEqual(1, engine.PomodoroCount);\n\n            eventHub.Publish(PomodoroCompletedEvent());\n            Assert.AreEqual(2, engine.PomodoroCount);\n\n            eventHub.Publish(PomodoroCompletedEvent());\n            Assert.AreEqual(3, engine.PomodoroCount);\n        }\n\n        [Test]\n        public void Reset_pomodoro_count_when_it_is_greater_than_limit_defined_by_user_preferences()\n        {\n            userPreferences.MaxPomodoroCount.Returns(3);\n\n            eventHub.Publish(PomodoroCompletedEvent());\n            Assert.AreEqual(1, engine.PomodoroCount);\n\n            eventHub.Publish(PomodoroCompletedEvent());\n            Assert.AreEqual(2, engine.PomodoroCount);\n\n            eventHub.Publish(PomodoroCompletedEvent());\n            Assert.AreEqual(3, engine.PomodoroCount);\n\n            eventHub.Publish(PomodoroCompletedEvent());\n            Assert.AreEqual(1, engine.PomodoroCount);\n\n            eventHub.Publish(PomodoroCompletedEvent());\n            Assert.AreEqual(2, engine.PomodoroCount);\n\n            eventHub.Publish(PomodoroCompletedEvent());\n            Assert.AreEqual(3, engine.PomodoroCount);\n\n            eventHub.Publish(PomodoroCompletedEvent());\n            Assert.AreEqual(1, engine.PomodoroCount);\n        }\n\n        [Test]\n        public void Suggested_timer_action_is_ShortBreak_when_pomodoro_count_is_different_than_user_defined_count_limit()\r\n        {\r\n            userPreferences.MaxPomodoroCount.Returns(3);\n\n            // pomodoro count: 0\n            Assert.AreEqual(IntervalType.ShortBreak, engine.SuggestedBreakType);\n\n            // pomodoro count: 1\n            eventHub.Publish(PomodoroCompletedEvent());\n            Assert.AreEqual(IntervalType.ShortBreak, engine.SuggestedBreakType);\n\n            // pomodoro count: 2\n            eventHub.Publish(PomodoroCompletedEvent());\n            Assert.AreEqual(IntervalType.ShortBreak, engine.SuggestedBreakType);\n        }\n\n        [Test]\n        public void Suggested_timer_action_is_LongBreak_when_pomodoro_count_is_equal_to_user_defined_count_limit()\r\n        {\r\n            userPreferences.MaxPomodoroCount.Returns(3);\n\n            eventHub.Publish(PomodoroCompletedEvent()); // pomodoro count: 1\n            eventHub.Publish(PomodoroCompletedEvent()); // pomodoro count: 2\n            eventHub.Publish(PomodoroCompletedEvent()); // pomodoro count: 3\n\n            Assert.AreEqual(IntervalType.LongBreak, engine.SuggestedBreakType);\n        }\n\n        [Test]\n        public void Manually_reset_pomodoro_count()\r\n        {\r\n            userPreferences.MaxPomodoroCount.Returns(999);\n\n            eventHub.Publish(PomodoroCompletedEvent());\n            eventHub.Publish(PomodoroCompletedEvent());\n            eventHub.Publish(PomodoroCompletedEvent());\n\r\n            engine.ResetPomodoroCount();\r\n\r\n            Assert.AreEqual(0, engine.PomodoroCount);\r\n        }\n\n        [Test]\n        public void Publish_event_when_pomodoro_count_changes()\r\n        {\r\n            userPreferences.MaxPomodoroCount.Returns(3);\r\n\r\n            eventHub.Publish(PomodoroCompletedEvent());\r\n            Assert.AreEqual(1, eventHub.PublishedEvents<PomodoroCountChanged>().Count());\n            Assert.AreEqual(1, eventHub.LastEvent<PomodoroCountChanged>().PomodoroCount);\r\n\r\n            eventHub.Publish(PomodoroCompletedEvent());\n            Assert.AreEqual(2, eventHub.PublishedEvents<PomodoroCountChanged>().Count());\n            Assert.AreEqual(2, eventHub.LastEvent<PomodoroCountChanged>().PomodoroCount);\n\n            eventHub.Publish(PomodoroCompletedEvent());\n            Assert.AreEqual(3, eventHub.PublishedEvents<PomodoroCountChanged>().Count());\n            Assert.AreEqual(3, eventHub.LastEvent<PomodoroCountChanged>().PomodoroCount);\n\n            eventHub.Publish(PomodoroCompletedEvent());\n            Assert.AreEqual(4, eventHub.PublishedEvents<PomodoroCountChanged>().Count());\n            Assert.AreEqual(1, eventHub.LastEvent<PomodoroCountChanged>().PomodoroCount);\n\n            engine.ResetPomodoroCount();\n            Assert.AreEqual(5, eventHub.PublishedEvents<PomodoroCountChanged>().Count());\n            Assert.AreEqual(0, eventHub.LastEvent<PomodoroCountChanged>().PomodoroCount);\n        }\r\n\r\n        private static TimerStopped PomodoroCompletedEvent()\r\n        {\r\n            var remainingTime = Duration.Zero;\n            var duration = Duration.InMinutes(25);\n            return new TimerStopped(IntervalType.Pomodoro, duration, remainingTime);\r\n        }\r\n    }\n}\n"
  },
  {
    "path": "Tomighty.Core.Test/Properties/AssemblyInfo.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nusing System.Reflection;\nusing System.Runtime.InteropServices;\n\n[assembly: AssemblyTitle(\"Tomighty Core Tests\")]\n[assembly: ComVisible(false)]\n[assembly: Guid(\"CAC6A930-C0E3-422B-A49E-7DE000DC9A40\")]\n"
  },
  {
    "path": "Tomighty.Core.Test/Tomighty.Core.Test.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\r\n  <PropertyGroup>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProjectGuid>{CAC6A930-C0E3-422B-A49E-7DE000DC9A40}</ProjectGuid>\r\n    <OutputType>Library</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>Tomighty</RootNamespace>\r\n    <AssemblyName>Tomighty.Core.Test</AssemblyName>\r\n    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r\n    <FileAlignment>512</FileAlignment>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <PlatformTarget>AnyCPU</PlatformTarget>\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>bin\\Debug\\</OutputPath>\r\n    <DefineConstants>DEBUG;TRACE</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <PlatformTarget>AnyCPU</PlatformTarget>\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>bin\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <Reference Include=\"NSubstitute, Version=2.0.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca\">\r\n      <HintPath>..\\packages\\NSubstitute.2.0.0-rc\\lib\\net45\\NSubstitute.dll</HintPath>\r\n    </Reference>\r\n    <Reference Include=\"nunit.framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb\">\r\n      <HintPath>..\\packages\\NUnit.3.4.1\\lib\\net45\\nunit.framework.dll</HintPath>\r\n    </Reference>\r\n    <Reference Include=\"System\" />\r\n    <Reference Include=\"System.Core\" />\r\n    <Reference Include=\"System.Data\" />\r\n    <Reference Include=\"System.Runtime\" />\r\n    <Reference Include=\"System.Xml\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"..\\GlobalAssemblyInfo.cs\">\r\n      <Link>GlobalAssemblyInfo.cs</Link>\r\n    </Compile>\r\n    <Compile Include=\"FakeEventHub.cs\" />\r\n    <Compile Include=\"PomodoroEngineTest.cs\" />\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Content Include=\"packages.config\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <ProjectReference Include=\"..\\Tomighty.Core\\Tomighty.Core.csproj\">\r\n      <Project>{C7FF3B3E-0CC1-4EC7-A7C1-39B6361B5895}</Project>\r\n      <Name>Tomighty.Core</Name>\r\n    </ProjectReference>\r\n  </ItemGroup>\r\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>\r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "Tomighty.Core.Test/packages.config",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<packages>\r\n  <package id=\"NSubstitute\" version=\"2.0.0-rc\" targetFramework=\"net45\" />\r\n  <package id=\"NUnit\" version=\"3.4.1\" targetFramework=\"net45\" />\r\n  <package id=\"NUnit.ConsoleRunner\" version=\"3.4.1\" targetFramework=\"net45\" />\r\n  <package id=\"NUnit.Extension.NUnitProjectLoader\" version=\"3.4.1\" targetFramework=\"net45\" />\r\n  <package id=\"NUnit.Extension.NUnitV2Driver\" version=\"3.4.1\" targetFramework=\"net45\" />\r\n  <package id=\"NUnit.Extension.NUnitV2ResultWriter\" version=\"3.4.1\" targetFramework=\"net45\" />\r\n  <package id=\"NUnit.Extension.TeamCityEventListener\" version=\"1.0.1\" targetFramework=\"net45\" />\r\n  <package id=\"NUnit.Extension.VSProjectLoader\" version=\"3.4.1\" targetFramework=\"net45\" />\r\n  <package id=\"NUnit.Runners\" version=\"3.4.1\" targetFramework=\"net45\" />\r\n</packages>"
  },
  {
    "path": "Tomighty.Update.Swap/App.config",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<configuration>\n    <startup> \n        <supportedRuntime version=\"v4.0\" sku=\".NETFramework,Version=v4.5.2\" />\n    </startup>\n</configuration>"
  },
  {
    "path": "Tomighty.Update.Swap/Program.cs",
    "content": "﻿using System;\nusing System.Diagnostics;\nusing System.IO;\nusing System.IO.Compression;\nusing System.Text.RegularExpressions;\nusing System.Threading;\nusing Tomighty.Windows;\n\nnamespace Tomighty.Update.Swap\n{\n    static class Program\n    {\n        private static readonly Logger logger = new Logger(\"swap\");\n\n        [STAThread]\n        static void Main()\n        {\n            string[] args = Environment.GetCommandLineArgs();\n\n            if (args.Length != 5)\n            {\n                logger.Error($\"Wrong number of arguments: {args.Length}, exiting now\");\n                return;\n            }\n\n            var processId = args[1];\n            var exePath = args[2];\n            var sourcePackage = args[3];\n            var restart = args[4];\n\n            if (!IsInteger(processId))\n            {\n                logger.Error($\"Invalid process id: {processId}\");\n                return;\n            }\n\n            if (!File.Exists(exePath))\n            {\n                logger.Error($\"File not found: {exePath}\");\n                return;\n            }\n\n            if (!File.Exists(sourcePackage))\n            {\n                logger.Error($\"File not found: {sourcePackage}\");\n                return;\n            }\n\n            var targetDir = Path.GetDirectoryName(exePath);\n\n            try\n            {\n                Swap(int.Parse(processId), exePath, sourcePackage, targetDir, restart == \"true\");\n            }\n            catch (Exception e)\n            {\n                logger.Error(e);\n            }\n        }\n\n        private static void Swap(int processId, string exePath, string sourcePackage, string targetDir, bool restart)\n        {\n            try\n            {\n                logger.Info($\"Waiting for process {processId} to exit\");\n                Process.GetProcessById(processId).WaitForExit();\n\n                logger.Info($\"Process {processId} has exited\");\n            }\n            catch (ArgumentException)\n            {\n                logger.Info($\"Process {processId} doesn't exist, probably exited\");\n            }\n\n            Thread.Sleep(500);\n\n            logger.Info($\"Deleting directory contents: {targetDir}\");\n            DeleteDirectoryContents(targetDir);\n\n            logger.Info($\"Extracting files from `{sourcePackage}` into `{targetDir}`\");\n            ZipFile.ExtractToDirectory(sourcePackage, targetDir);\n\n            if (restart)\n            {\n                logger.Info($\"Starting process {exePath}\");\n                Process.Start(exePath);\n            }\n\n            StartupEventFlags.Flags.TurnOn(StartupEventFlags.AppUpdatedFlag);\n\n            logger.Info($\"Done\");\n        }\n\n        private static void DeleteDirectoryContents(string targetDir)\n        {\n            foreach (var file in Directory.GetFiles(targetDir))\n            {\n                File.Delete(file);\n            }\n\n            foreach (var dir in Directory.GetDirectories(targetDir))\n            {\n                new DirectoryInfo(dir).Delete(true);\n            }\n        }\n\n        private static bool IsInteger(string s)\n        {\n            return s != null && Regex.IsMatch(s, @\"^\\d+$\");\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Update.Swap/Properties/AssemblyInfo.cs",
    "content": "﻿using System.Reflection;\nusing System.Runtime.CompilerServices;\nusing System.Runtime.InteropServices;\n\n[assembly: AssemblyTitle(\"Tomighty.Update.Swap\")]\n[assembly: ComVisible(false)]\n[assembly: Guid(\"3fc0dc20-6120-4cd7-8f54-a1ca6f8886bf\")]\n"
  },
  {
    "path": "Tomighty.Update.Swap/Properties/Settings.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\n// <auto-generated>\n//     This code was generated by a tool.\n//     Runtime Version:4.0.30319.42000\n//\n//     Changes to this file may cause incorrect behavior and will be lost if\n//     the code is regenerated.\n// </auto-generated>\n//------------------------------------------------------------------------------\n\nnamespace Tomighty.Update.Swap.Properties\n{\n\n\n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator\", \"11.0.0.0\")]\n    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase\n    {\n\n        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));\n\n        public static Settings Default\n        {\n            get\n            {\n                return defaultInstance;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Update.Swap/Properties/Settings.settings",
    "content": "﻿<?xml version='1.0' encoding='utf-8'?>\n<SettingsFile xmlns=\"http://schemas.microsoft.com/VisualStudio/2004/01/settings\" CurrentProfile=\"(Default)\">\n  <Profiles>\n    <Profile Name=\"(Default)\" />\n  </Profiles>\n  <Settings />\n</SettingsFile>\n"
  },
  {
    "path": "Tomighty.Update.Swap/Tomighty.Update.Swap.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"14.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\n  <PropertyGroup>\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\n    <ProjectGuid>{3FC0DC20-6120-4CD7-8F54-A1CA6F8886BF}</ProjectGuid>\n    <OutputType>WinExe</OutputType>\n    <AppDesignerFolder>Properties</AppDesignerFolder>\n    <RootNamespace>Tomighty.Update.Swap</RootNamespace>\n    <AssemblyName>Tomighty.Update.Swap</AssemblyName>\n    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>\n    <FileAlignment>512</FileAlignment>\n    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\n    <PlatformTarget>AnyCPU</PlatformTarget>\n    <DebugSymbols>true</DebugSymbols>\n    <DebugType>full</DebugType>\n    <Optimize>false</Optimize>\n    <OutputPath>bin\\Debug\\</OutputPath>\n    <DefineConstants>DEBUG;TRACE</DefineConstants>\n    <ErrorReport>prompt</ErrorReport>\n    <WarningLevel>4</WarningLevel>\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\n    <PlatformTarget>AnyCPU</PlatformTarget>\n    <DebugType>pdbonly</DebugType>\n    <Optimize>true</Optimize>\n    <OutputPath>bin\\Release\\</OutputPath>\n    <DefineConstants>TRACE</DefineConstants>\n    <ErrorReport>prompt</ErrorReport>\n    <WarningLevel>4</WarningLevel>\n  </PropertyGroup>\n  <ItemGroup>\n    <Reference Include=\"System\" />\n    <Reference Include=\"System.Core\" />\n    <Reference Include=\"System.IO.Compression\" />\n    <Reference Include=\"System.IO.Compression.FileSystem\" />\n    <Reference Include=\"System.Xml.Linq\" />\n    <Reference Include=\"System.Data.DataSetExtensions\" />\n    <Reference Include=\"Microsoft.CSharp\" />\n    <Reference Include=\"System.Data\" />\n    <Reference Include=\"System.Deployment\" />\n    <Reference Include=\"System.Drawing\" />\n    <Reference Include=\"System.Net.Http\" />\n    <Reference Include=\"System.Windows.Forms\" />\n    <Reference Include=\"System.Xml\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Compile Include=\"..\\Tomighty.Windows\\Directories.cs\">\n      <Link>Directories.cs</Link>\n    </Compile>\n    <Compile Include=\"..\\Tomighty.Windows\\Flags.cs\">\n      <Link>Flags.cs</Link>\n    </Compile>\n    <Compile Include=\"..\\Tomighty.Windows\\Logger.cs\">\n      <Link>Logger.cs</Link>\n    </Compile>\n    <Compile Include=\"..\\Tomighty.Windows\\StartupEventFlags.cs\">\n      <Link>StartupEventFlags.cs</Link>\n    </Compile>\n    <Compile Include=\"Program.cs\" />\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\n    <None Include=\"Properties\\Settings.settings\">\n      <Generator>SettingsSingleFileGenerator</Generator>\n      <LastGenOutput>Settings.Designer.cs</LastGenOutput>\n    </None>\n    <Compile Include=\"Properties\\Settings.Designer.cs\">\n      <AutoGen>True</AutoGen>\n      <DependentUpon>Settings.settings</DependentUpon>\n      <DesignTimeSharedInput>True</DesignTimeSharedInput>\n    </Compile>\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"App.config\" />\n  </ItemGroup>\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \n       Other similar extension points exist, see Microsoft.Common.targets.\n  <Target Name=\"BeforeBuild\">\n  </Target>\n  <Target Name=\"AfterBuild\">\n  </Target>\n  -->\n</Project>"
  },
  {
    "path": "Tomighty.Windows/About/AboutWindow.Designer.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nnamespace Tomighty.Windows.About\n{\n    partial class AboutWindow\n    {\n        /// <summary>\n        /// Required designer variable.\n        /// </summary>\n        private System.ComponentModel.IContainer components = null;\n\n        /// <summary>\n        /// Clean up any resources being used.\n        /// </summary>\n        /// <param name=\"disposing\">true if managed resources should be disposed; otherwise, false.</param>\n        protected override void Dispose(bool disposing)\n        {\n            if (disposing && (components != null))\n            {\n                components.Dispose();\n            }\n            base.Dispose(disposing);\n        }\n\n        #region Windows Form Designer generated code\n\n        /// <summary>\n        /// Required method for Designer support - do not modify\n        /// the contents of this method with the code editor.\n        /// </summary>\n        private void InitializeComponent()\n        {\n            this.titleLabel = new System.Windows.Forms.Label();\n            this.urlLabel = new System.Windows.Forms.Label();\n            this.licenseTextBox = new System.Windows.Forms.TextBox();\n            this.closeButton = new System.Windows.Forms.Button();\n            this.productVersionTextBox = new System.Windows.Forms.TextBox();\n            this.SuspendLayout();\n            // \n            // titleLabel\n            // \n            this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) \n            | System.Windows.Forms.AnchorStyles.Right)));\n            this.titleLabel.Font = new System.Drawing.Font(\"Microsoft Sans Serif\", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\n            this.titleLabel.Location = new System.Drawing.Point(12, 9);\n            this.titleLabel.Name = \"titleLabel\";\n            this.titleLabel.Size = new System.Drawing.Size(612, 40);\n            this.titleLabel.TabIndex = 1;\n            this.titleLabel.Text = \"Tomighty\";\n            this.titleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;\n            // \n            // urlLabel\n            // \n            this.urlLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) \n            | System.Windows.Forms.AnchorStyles.Right)));\n            this.urlLabel.Location = new System.Drawing.Point(12, 49);\n            this.urlLabel.Name = \"urlLabel\";\n            this.urlLabel.Size = new System.Drawing.Size(612, 20);\n            this.urlLabel.TabIndex = 2;\n            this.urlLabel.Text = \"http://www.tomighty.org\";\n            this.urlLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;\n            // \n            // licenseTextBox\n            // \n            this.licenseTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \n            | System.Windows.Forms.AnchorStyles.Left) \n            | System.Windows.Forms.AnchorStyles.Right)));\n            this.licenseTextBox.Font = new System.Drawing.Font(\"Courier New\", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\n            this.licenseTextBox.Location = new System.Drawing.Point(18, 91);\n            this.licenseTextBox.Multiline = true;\n            this.licenseTextBox.Name = \"licenseTextBox\";\n            this.licenseTextBox.ReadOnly = true;\n            this.licenseTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;\n            this.licenseTextBox.Size = new System.Drawing.Size(606, 282);\n            this.licenseTextBox.TabIndex = 3;\n            this.licenseTextBox.WordWrap = false;\n            // \n            // closeButton\n            // \n            this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\n            this.closeButton.Location = new System.Drawing.Point(549, 379);\n            this.closeButton.Name = \"closeButton\";\n            this.closeButton.Size = new System.Drawing.Size(75, 23);\n            this.closeButton.TabIndex = 0;\n            this.closeButton.Text = \"Close\";\n            this.closeButton.UseVisualStyleBackColor = true;\n            this.closeButton.Click += new System.EventHandler(this.closeButton_Click);\n            // \n            // productVersionTextBox\n            // \n            this.productVersionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) \n            | System.Windows.Forms.AnchorStyles.Right)));\n            this.productVersionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;\n            this.productVersionTextBox.Location = new System.Drawing.Point(18, 72);\n            this.productVersionTextBox.Name = \"productVersionTextBox\";\n            this.productVersionTextBox.ReadOnly = true;\n            this.productVersionTextBox.Size = new System.Drawing.Size(606, 13);\n            this.productVersionTextBox.TabIndex = 4;\n            this.productVersionTextBox.Text = \"<product version>\";\n            this.productVersionTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;\n            // \n            // AboutWindow\n            // \n            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\n            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\n            this.ClientSize = new System.Drawing.Size(636, 414);\n            this.Controls.Add(this.productVersionTextBox);\n            this.Controls.Add(this.closeButton);\n            this.Controls.Add(this.licenseTextBox);\n            this.Controls.Add(this.urlLabel);\n            this.Controls.Add(this.titleLabel);\n            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;\n            this.MaximizeBox = false;\n            this.MinimizeBox = false;\n            this.Name = \"AboutWindow\";\n            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\n            this.Text = \"About Tomighty\";\n            this.Load += new System.EventHandler(this.AboutForm_Load);\n            this.ResumeLayout(false);\n            this.PerformLayout();\n\n        }\n\n        #endregion\n\n        private System.Windows.Forms.Label titleLabel;\n        private System.Windows.Forms.Label urlLabel;\n        private System.Windows.Forms.TextBox licenseTextBox;\n        private System.Windows.Forms.Button closeButton;\n        private System.Windows.Forms.TextBox productVersionTextBox;\n    }\n}"
  },
  {
    "path": "Tomighty.Windows/About/AboutWindow.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System;\nusing System.IO;\nusing System.Reflection;\nusing System.Windows.Forms;\n\nnamespace Tomighty.Windows.About\n{\n    public partial class AboutWindow : Form\n    {\n        public AboutWindow()\n        {\n            InitializeComponent();\n        }\n\n        private void AboutForm_Load(object sender, EventArgs e)\n        {\n            var version = Assembly.GetExecutingAssembly().GetName().Version;\n\n            titleLabel.Text = $\"Tomighty {version.Major}.{version.Minor}.{version.Build}\";\n            licenseTextBox.Text = File.ReadAllText(@\"LICENSE.txt\");\n            productVersionTextBox.Text = Version.Product;\n        }\n\n        private void closeButton_Click(object sender, EventArgs e)\n        {\n            Close();\n            Dispose();\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/About/AboutWindow.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n</root>"
  },
  {
    "path": "Tomighty.Windows/About/AboutWindowPresenter.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System.Windows.Forms;\n\nnamespace Tomighty.Windows.About\n{\n    internal class AboutWindowPresenter\n    {\n        private AboutWindow window;\n\n        public void Show()\n        {\n            if (window == null)\n            {\n                window = new AboutWindow();\n                window.FormClosed += OnWindowClosed;\n            }\n\n            if (window.Visible)\n            {\n                window.Focus();\n            }\n            else\n            {\n                window.ShowDialog();\n            }\n        }\n\n        private void OnWindowClosed(object sender, FormClosedEventArgs e)\n        {\n            window.Dispose();\n            window = null;\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/App.config",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<configuration>\n    <startup> \n        <supportedRuntime version=\"v4.0\" sku=\".NETFramework,Version=v4.5.2\" />\n    </startup>\n</configuration>"
  },
  {
    "path": "Tomighty.Windows/AutoUpdate.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Net.Http;\nusing System.Reflection;\nusing System.Threading.Tasks;\nusing System.Windows.Forms;\nusing Tomighty.Windows.Preferences;\nusing Tomighty.Windows.Util;\n\nnamespace Tomighty.Windows\n{\n    internal class AutoUpdate\n    {\n        private const int CheckIntervalInHours = 72;\n\n        private static readonly Logger logger = new Logger(\"update\");\n\n        private readonly UserPreferences userPreferences;\n\n        public AutoUpdate(UserPreferences userPreferences)\n        {\n            this.userPreferences = userPreferences;\n            Application.ApplicationExit += Update;\n        }\n\n        private static string LatestPackageFile => Path.Combine(Directories.AppData, \"latest.zip\");\n\n        private static string LastDownloadedVersionFile => Path.Combine(Directories.AppData, \"latest.version\");\n\n        private static string SwapProgramFile => Path.Combine(Directories.ProgramLocation, \"Tomighty.Update.Swap.exe\");\n\n        public void Start()\n        {\n            if (userPreferences.AutoUpdate)\n            {\n                Task.Run(async () =>\n                {\n                    try\n                    {\n                        await CheckIfNecessary();\n                    }\n                    catch(Exception e)\n                    {\n                        logger.Error(e);\n                    }\n                });\n            }\n        }\n\n        private async Task CheckIfNecessary()\n        {\n            if (IsTimeToCheck)\n            {\n                await Check();\n            }\n        }\n\n        public bool IsTimeToCheck => \n            !File.Exists(LastDownloadedVersionFile) ||\n            (DateTime.Now - LastCheckTime).TotalHours > CheckIntervalInHours;\n\n        private static DateTime LastCheckTime => File.GetLastWriteTime(LastDownloadedVersionFile);\n\n        private static void ResetLastCheckTime()\n        {\n            if (File.Exists(LastDownloadedVersionFile))\n            {\n                File.SetLastWriteTime(LastDownloadedVersionFile, DateTime.Now);\n            }\n            else\n            {\n                File.Create(LastDownloadedVersionFile).Close();\n            }\n        }\n\n        private async Task Check()\n        {\n            logger.Info(\"Checking\");\n\n            var client = new HttpClient();\n            var result = await client.GetAsync(URLs.UpdateFeed);\n\n            if (result.StatusCode != System.Net.HttpStatusCode.OK)\n            {\n                logger.Error($\"Received {result.StatusCode} from {URLs.UpdateFeed}\");\n                return;\n            }\n\n            var content = await result.Content.ReadAsStringAsync();\n            var lines = content.Split('\\t');\n\n            if (lines.Length != 3)\n            {\n                logger.Error($\"Invalid feed file\");\n                return;\n            }\n\n            var latestVersion = lines[0];\n\n            if (latestVersion == GetLastDownloadedVersion())\n            {\n                logger.Info($\"Latest version has already been downloaded: {latestVersion}\");\n                ResetLastCheckTime();\n                return;\n            }\n\n            if (Version.Product == latestVersion)\n            {\n                logger.Info($\"Already running the latest version: {latestVersion}\");\n                ResetLastCheckTime();\n                return;\n            }\n\n            var url = lines[1];\n            var sha256 = lines[2];\n\n            if (await Download(url, sha256))\n            {\n                File.WriteAllText(LastDownloadedVersionFile, latestVersion);\n            }\n        }\n\n        private async Task<bool> Download(string url, string expectedSha256)\n        {\n            logger.Info($\"Downloading {url}\");\n\n            var client = new HttpClient();\n            var result = await client.GetAsync(url);\n\n            if (result.StatusCode != System.Net.HttpStatusCode.OK)\n            {\n                logger.Error($\"Received {result.StatusCode} from {url}\");\n                return false;\n            }\n\n            var tempFile = LatestPackageFile + \".tmp\";\n\n            using (var input = await result.Content.ReadAsStreamAsync())\n            {\n                using (var output = new FileStream(tempFile, FileMode.Create))\n                {\n                    await input.CopyToAsync(output);\n                }\n            }\n\n            logger.Info($\"Download completed\");\n\n            using (var stream = new FileStream(tempFile, FileMode.Open))\n            {\n                var sha256 = Hash.Sha256(stream);\n                if (sha256 != expectedSha256)\n                {\n                    logger.Error($\"Integrity error: expected hash {expectedSha256} instead of {sha256}\");\n                    return false;\n                }\n            }\n\n            if (File.Exists(LatestPackageFile))\n            {\n                File.Delete(LatestPackageFile);\n            }\n\n            File.Move(tempFile, LatestPackageFile);\n\n            logger.Info($\"New version available at {LatestPackageFile}\");\n\n            return true;\n        }\n\n        private void Update(object sender, EventArgs e)\n        {\n            try\n            {\n                if (ShouldUpdate)\n                {\n                    logger.Info($\"Updating from version {Version.Product} to {GetLastDownloadedVersion()}\");\n\n                    var processId = Process.GetCurrentProcess().Id;\n                    var tomighty = Assembly.GetEntryAssembly().Location;\n                    var restart = false;\n                    var tempSwapProgramFile = CopySwapProgramFileToTempDir();\n                    Process.Start(tempSwapProgramFile, $\"{processId} \\\"{tomighty}\\\" \\\"{LatestPackageFile}\\\" {restart}\");\n                }\n            }\n            catch(Exception ex)\n            {\n                logger.Error(ex);\n            }\n        }\n\n        private static string CopySwapProgramFileToTempDir()\n        {\n            var file = Path.Combine(Path.GetTempPath(), Path.GetFileName(SwapProgramFile));\n            File.Copy(SwapProgramFile, file, true);\n            return file;\n        }\n\n        public bool ShouldUpdate =>\n            userPreferences.AutoUpdate &&\n            IsOutdated &&\n            File.Exists(LatestPackageFile);\n\n        private static bool IsOutdated\n        {\n            get\n            {\n                string latest = GetLastDownloadedVersion();\n                return !string.IsNullOrEmpty(latest) && Version.Product != latest;\n            }\n        }\n\n        private static string GetLastDownloadedVersion()\n        {\n            var file = LastDownloadedVersionFile;\n            return File.Exists(file) ? File.ReadAllText(file) : null;\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Directories.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System;\nusing System.IO;\nusing System.Reflection;\n\nnamespace Tomighty.Windows\n{\n    internal class Directories\n    {\n        public static string ProgramLocation => Path.GetDirectoryName(Assembly.GetEntryAssembly().Location);\n\n        public static string AppData\n        {\n            get\n            {\n                var path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), \"Tomighty\");\n                if (!Directory.Exists(path))\n                    Directory.CreateDirectory(path);\n                return path;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/ErrorReportWindow.Designer.cs",
    "content": "﻿namespace Tomighty.Windows\n{\n    partial class ErrorReportWindow\n    {\n        /// <summary>\n        /// Required designer variable.\n        /// </summary>\n        private System.ComponentModel.IContainer components = null;\n\n        /// <summary>\n        /// Clean up any resources being used.\n        /// </summary>\n        /// <param name=\"disposing\">true if managed resources should be disposed; otherwise, false.</param>\n        protected override void Dispose(bool disposing)\n        {\n            if (disposing && (components != null))\n            {\n                components.Dispose();\n            }\n            base.Dispose(disposing);\n        }\n\n        #region Windows Form Designer generated code\n\n        /// <summary>\n        /// Required method for Designer support - do not modify\n        /// the contents of this method with the code editor.\n        /// </summary>\n        private void InitializeComponent()\n        {\n            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ErrorReportWindow));\n            this.label1 = new System.Windows.Forms.Label();\n            this.errorDescription = new System.Windows.Forms.TextBox();\n            this.reportButton = new System.Windows.Forms.Button();\n            this.pictureBox1 = new System.Windows.Forms.PictureBox();\n            this.label2 = new System.Windows.Forms.Label();\n            this.progressLabel = new System.Windows.Forms.Label();\n            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();\n            this.SuspendLayout();\n            // \n            // label1\n            // \n            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) \n            | System.Windows.Forms.AnchorStyles.Right)));\n            this.label1.Location = new System.Drawing.Point(55, 19);\n            this.label1.Name = \"label1\";\n            this.label1.Size = new System.Drawing.Size(326, 46);\n            this.label1.TabIndex = 1;\n            this.label1.Text = \"Oops! Looks like you found a bug in Tomighty. Below you can see the ugly details \" +\n    \"of the bug. There\\'s nothing to worry about, it\\'s totally safe to close Tomighty.\" +\n    \" We apologize for the inconvenience.\";\n            // \n            // errorDescription\n            // \n            this.errorDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \n            | System.Windows.Forms.AnchorStyles.Left) \n            | System.Windows.Forms.AnchorStyles.Right)));\n            this.errorDescription.BackColor = System.Drawing.Color.White;\n            this.errorDescription.Font = new System.Drawing.Font(\"Courier New\", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\n            this.errorDescription.Location = new System.Drawing.Point(17, 68);\n            this.errorDescription.Multiline = true;\n            this.errorDescription.Name = \"errorDescription\";\n            this.errorDescription.ReadOnly = true;\n            this.errorDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;\n            this.errorDescription.Size = new System.Drawing.Size(364, 147);\n            this.errorDescription.TabIndex = 2;\n            this.errorDescription.WordWrap = false;\n            // \n            // reportButton\n            // \n            this.reportButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\n            this.reportButton.Location = new System.Drawing.Point(271, 274);\n            this.reportButton.Name = \"reportButton\";\n            this.reportButton.Size = new System.Drawing.Size(110, 23);\n            this.reportButton.TabIndex = 0;\n            this.reportButton.Text = \"Send Report Error\";\n            this.reportButton.UseVisualStyleBackColor = true;\n            this.reportButton.Click += new System.EventHandler(this.reportButton_Click);\n            // \n            // pictureBox1\n            // \n            this.pictureBox1.Image = global::Tomighty.Windows.Properties.Resources.image_warning;\n            this.pictureBox1.Location = new System.Drawing.Point(17, 19);\n            this.pictureBox1.Name = \"pictureBox1\";\n            this.pictureBox1.Size = new System.Drawing.Size(32, 32);\n            this.pictureBox1.TabIndex = 3;\n            this.pictureBox1.TabStop = false;\n            // \n            // label2\n            // \n            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) \n            | System.Windows.Forms.AnchorStyles.Right)));\n            this.label2.Location = new System.Drawing.Point(17, 230);\n            this.label2.Name = \"label2\";\n            this.label2.Size = new System.Drawing.Size(364, 41);\n            this.label2.TabIndex = 4;\n            this.label2.Text = \"Anyway, it would be great if you send us an error report by clicking the button b\" +\n    \"elow. Don\\'t worry, no personal information will be sent, we only send the techni\" +\n    \"cal tidbits about this error.\";\n            // \n            // progressLabel\n            // \n            this.progressLabel.Font = new System.Drawing.Font(\"Microsoft Sans Serif\", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\n            this.progressLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));\n            this.progressLabel.Location = new System.Drawing.Point(17, 274);\n            this.progressLabel.Name = \"progressLabel\";\n            this.progressLabel.Size = new System.Drawing.Size(248, 23);\n            this.progressLabel.TabIndex = 5;\n            this.progressLabel.Text = \"Progress message\";\n            this.progressLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\n            this.progressLabel.Visible = false;\n            // \n            // ErrorReportWindow\n            // \n            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\n            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\n            this.ClientSize = new System.Drawing.Size(397, 313);\n            this.Controls.Add(this.progressLabel);\n            this.Controls.Add(this.label2);\n            this.Controls.Add(this.pictureBox1);\n            this.Controls.Add(this.reportButton);\n            this.Controls.Add(this.errorDescription);\n            this.Controls.Add(this.label1);\n            this.Icon = ((System.Drawing.Icon)(resources.GetObject(\"$this.Icon\")));\n            this.MaximizeBox = false;\n            this.MinimizeBox = false;\n            this.Name = \"ErrorReportWindow\";\n            this.Padding = new System.Windows.Forms.Padding(4);\n            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\n            this.Text = \"Program Error - Tomighty\";\n            this.TopMost = true;\n            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ErrorReportWindow_FormClosed);\n            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();\n            this.ResumeLayout(false);\n            this.PerformLayout();\n\n        }\n\n        #endregion\n\n        private System.Windows.Forms.Label label1;\n        private System.Windows.Forms.TextBox errorDescription;\n        private System.Windows.Forms.Button reportButton;\n        private System.Windows.Forms.PictureBox pictureBox1;\n        private System.Windows.Forms.Label label2;\n        private System.Windows.Forms.Label progressLabel;\n    }\n}"
  },
  {
    "path": "Tomighty.Windows/ErrorReportWindow.cs",
    "content": "﻿using System;\nusing System.ComponentModel;\nusing System.Drawing;\nusing System.IO;\nusing System.Net.Http;\nusing System.Runtime.Serialization;\nusing System.Runtime.Serialization.Json;\nusing System.Text;\nusing System.Windows.Forms;\n\nnamespace Tomighty.Windows\n{\n    public partial class ErrorReportWindow : Form\n    {\n        public ErrorReportWindow(Exception exception)\n        {\n            InitializeComponent();\n            errorDescription.Text = exception.ToString();\n        }\n\n        private void ErrorReportWindow_FormClosed(object sender, FormClosedEventArgs e)\n        {\n            Application.Exit();\n        }\n\n        private void reportButton_Click(object sender, EventArgs e)\n        {\n            reportButton.Enabled = false;\n            progressLabel.Text = \"Sending error report, please wait...\";\n            progressLabel.ForeColor = Color.Blue;\n            progressLabel.Visible = true;\n\n            var worker = new BackgroundWorker();\n            worker.DoWork += SendErrorReport;\n            worker.RunWorkerCompleted += OnErrorReportSent;\n            worker.RunWorkerAsync();\n        }\n\n        private void SendErrorReport(object sender, EventArgs e)\n        {\n            var data = GetReportData();\n            var client = new HttpClient();\n            var json = ToJson(data);\n            var content = new StringContent(json, Encoding.UTF8, \"application/json\");\n            var task = client.PostAsync(URLs.ErrorReport, content);\n\n            task.Wait();\n\n            if (task.Exception != null)\n                throw new Exception(\"Failed to send error report\", task.Exception);\n        }\n\n        private static string ToJson(ReportData data)\n        {\n            var serializer = new DataContractJsonSerializer(typeof(ReportData));\n            var stream = new MemoryStream();\n            serializer.WriteObject(stream, data);\n            return Encoding.UTF8.GetString(stream.ToArray());\n        }\n\n        private ReportData GetReportData()\n        {\n            return new ReportData\n            {\n                version = Version.Product,\n                host_id = Host.Id,\n                error = errorDescription.Text\n            };\n        }\n\n        private void OnErrorReportSent(object sender, RunWorkerCompletedEventArgs e)\n        {\n            var success = e.Error == null;\n            if (success)\n            {\n                progressLabel.Text = \"Done\";\n                progressLabel.ForeColor = Color.Green;\n                MessageBox.Show(this, \"Thanks for sending the error report. Bye!\", \"Error Report Sent\", MessageBoxButtons.OK, MessageBoxIcon.Information, MessageBoxDefaultButton.Button1);\n                Application.Exit();\n            }\n            else\n            {\n                reportButton.Enabled = true;\n                progressLabel.Text = \"Failed to send report. Try again later.\";\n                progressLabel.ForeColor = Color.Red;\n            }\n        }\n\n        [DataContract]\n        private class ReportData\n        {\n            [DataMember] public string version { get; set; }\n            [DataMember] public string host_id { get; set; }\n            [DataMember] public string error { get; set; }\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/ErrorReportWindow.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <assembly alias=\"System.Drawing\" name=\"System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\" />\n  <data name=\"$this.Icon\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n    <value>\n        AAABAAYAAAAAAAEAIAAoIAQAZgAAAICAAAABACAAKAgBAI4gBABAQAAAAQAgAChCAAC2KAUAMDAAAAEA\n        IACoJQAA3moFACAgAAABACAAqBAAAIaQBQAQEAAAAQAgAGgEAAAuoQUAKAAAAAABAAAAAgAAAQAgAAAA\n        AAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3QEASt4BAEreAQBK3wIASt4EAErdBABJ3AIARtsBAEfbAQBH\n        2wEAR9sBAEfbAQBH2wEAR9sBAEfbAQBH2wEAR9sBAEfbAQBH2wEAR9sBAEfbAQBH2wEAR9sBAEfbAQBH\n        2wEAR9sBAEfbAQBH2wEAR9sBAEfbAQBH2wEAR9sBAEfbAQBH2wEAR9sBAEfbAQBH2wEAR9sBAEfbAQBH\n        2wEAR9sBAEbbAQBK3AMASt4EAEneAwBJ3QIASt4BAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABJ3QEASd0CAEreBABJ3gQAStsBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt8CAErdBABK3gMASd8CAEreAQBK\n        3wEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBJ\n        3gEASt4EAEnfAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL3QcAS98WAErfOQBK3lwASt6FAErepwBK\n        3q4ASt6tAErerQBK3q0ASt6tAErerQBK3q0ASt6tAErerQBK3q0ASt6tAErerQBK3q0ASt6tAErerQBK\n        3q0ASt6tAErerQBK3q0ASt6tAErerQBK3q0ASt6tAErerQBK3q0ASt6tAErerQBK3q0ASt6tAErerQBK\n        3q0ASt6tAErerQBK3q0ASt6uAErenwBK3nUASd5SAErdLgBL3hAASd4EAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASuABAEreBABJ3gIASt8BAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErfAQBK3gIASt0FAEveAwAA\n        AAAAAAAAAAAAAAAAAAAATuMBAEjbDABJ3SwASt5aAEreiwBK3rgASt7fAEre9QBK3v0ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7xAEre1ABK3qwASt57AEreSgBJ\n        3h4ASt0HAAAAAAAAAAAAAAAAAAAAAABF2QEAS98EAEreBABJ3wIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3gIASt0EAEreAwAAAAAAAAAAAAAAAAAA\n        AAAAS9oDAEneIwBK3lQASt6QAErewgBK3uoASt77AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3vsASt78AEre/ABK3vwASt78AEre/ABK3vwASt78AEre/ABK3vwASt78AEre/ABK3vwASt78AEre/ABK\n        3vwASt78AEre/ABK3vwASt78AEre/ABK3vwASt78AEre/ABK3vwASt78AEre/ABK3vwASt78AEre/ABK\n        3vwASt78AEre/ABK3vwASt78AEre/ABK3vwASt77AEre+wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt74AEre4ABK3rQASt59AEneRABL4BMASNcBAAAAAAAAAAAAAAAAAAAAAABJ3gQASt4EAEvfAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3wEASd4DAErdBABK2wEAAAAAAAAAAAAAAAAATOQFAEneNABK\n        3nAASt6eAEre0gBK3vkASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt77AEre/ABK3v4ASt7+AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v4ASt79AEre+wBK\n        3vsASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7xAErewgBK3pAASt5fAEnfIQBC2AEAAAAAAAAAAAAA\n        AAAAS94CAEreBABK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt8BAEneAwBK3QMAAAAAAAAAAAAAAAAASuABAEneJgBK3WUASt6YAEre1QBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/gBK3vsASt79AEre/gBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/gBK3v4ASt7+AEre/ABK3vwASt7+AEre/wBK3v8ASt7/AEre/wBK3vcASt7FAEreiQBK\n        3lEATN8VAAAAAABJ3QEAAAAAAEnaAQBK3gQASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAErfAQBK3gMASt4DAAAAAAAAAAAAAAAAAEviBQBJ3TgASt5+AErexABK3vkASt7/AEre/wBK\n        3v8ASt7/AEre/ABK3vsASt79AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v4ASt79AEre+gBK3v0ASt7/AEre/wBK\n        3v8ASt7/AEre7QBK3qwASt5oAErfIwBA5wEAAAAAAAAAAABH2wEASt0EAEveAgAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4CAEreAwAAAAAAAAAAAAAAAABK4AkASd5OAErekwBK3tYASt7+AEre/wBK3v8ASt7/AEre/ABK\n        3vsASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3vwASt77AEre/gBK3v8ASt7/AEre/wBK3vkASt7DAEregABK3jQATtYBAAAAAAAAAAAASuABAEneBABK\n        3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEveAQBK\n        3gMASd8CAAAAAAAAAAAATeAEAEreOQBK3osASt7dAEre/wBK3v4ASt7/AEre/gBK3vsASt78AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre+wBK3vwASt7/AEre/wBK3v8ASt78AErexABK3nEAS94hAAAAAAAA\n        AAAAAAAAAEneAwBJ3QMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt0CAEneAwAA\n        AAAAReABAAAAAABK3iIASt59AEre1wBK3v4ASt7/AEre/wBK3v0ASt76AEre/QBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt77AEre/gBK3v8ASt7/AEre+ABK\n        3r0ASt5hAEncDwAAAAAAAAAAAEngAQBJ3gMASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMASd0CAAAAAAAA\n        AAAATd8KAEreUQBK3rAASt73AEre/wBK3v8ASt7+AEre+wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/ABK\n        3v8ASt7+AEre/wBK3uYASt6QAEjdNABK3AIAAAAAAAAAAABJ3gMASt4CAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEndAwBK3QEAR+IBAAAAAABK\n        3SAASt6HAEre4wBK3v8ASt7+AEre/wBK3vwASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/ABK3v0ASt7/AEre/wBK3v0ASt7LAEreYQBJ3gsAAAAAAAAAAABL3gIASt0CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAS94DAEzeAQAAAAAAR94BAEreOABK\n        3p8ASt7zAEre/wBK3v8ASt79AEre/ABK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3vsASt7+AEre/gBK3v8ASt7gAErefQBK3xwAAAAAAAAAAABJ\n        3gIASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEjgAQBK3QMAS9wBAAAAAABV5AIASd5LAErewgBK\n        3v4ASt7/AEre/wBK3vwASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt79AEre/wBK3v8ASt70AErenwBK\n        3SsAAAAAAAAAAABK3QIASd4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErdAwBJ3QIAAAAAAEvZBABK3lIASt7IAEre/wBK\n        3v8ASt7+AEre/ABK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt78AEre/gBK\n        3v8ASt75AErepABK3jEAAAAAAAAAAABJ3QIASt8CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEreAgAAAAAAR+IGAEreXQBK3s8ASt7/AEre/wBK\n        3v0ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt78AEre/gBK3v8ASt76AErerQBK3jkAAAAAAEXZAQBK3gMAS98CAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIASt8CAAAAAAAAAAAASd1HAEreyABK3v8ASt7+AEre/QBK\n        3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt78AEre/gBK3v8ASt77AEreogBL3yYAAAAAAEveAQBK3wMAS94BAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAErfAQBK3gMASN0BAAAAAABJ3jIASt6xAEre/wBK3v8ASt79AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/QBK3v8ASt71AErekQBK3hwAAAAAAEzeAgBL\n        3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAwBJ3gIAAAAAAEndFwBK3pwASt78AEre/wBK3v0ASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre/gBK3v8ASt7wAErecgBN\n        3gYAAAAAAEreAwBJ3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASd0BAErdAwAAAAAASeAFAEreaABK3ukASt7/AEre/QBK3vwASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre/gBK\n        3v8ASt7NAErfQQAAAAAAS94BAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASd8DAEneAgAAAAAASt5AAEreygBK3v8ASt7+AEre/ABK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt78AEre/wBK3v0ASt6jAEreHAAAAAAAS94DAErfAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABL3wEASt4DAAAAAABI3A0ASt6OAEre/ABK3v8ASt79AEre/QBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v0ASt78AEre/wBK3ukASt5ZAAAAAABH3gEASt4DAEveAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABJ3gIAS94CAAAAAABK3kMASt7YAEre/wBK3vwASt78AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt7+AEre/wBK3q8ASt8eAAAAAABL3wMASd4BAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEngAQBJ3gQAAAAAAErgCQBK3pQASt7/AEre/wBK3vwASt7+AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3vwASt7/AEre7wBK3l4AAAAAAEndAgBL\n        3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEveAQBL3gMAAAAAAEneLgBK3swASt7/AEre/ABK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v4ASt7/AEreoABK\n        3Q8AAAAAAErfAwBJ3wEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEndAgBL3AIAAAAAAEreaABK3vQASt7/AEre+wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/ABK\n        3v8ASt7WAErePAAAAAAAS94DAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreBAAAAAAAS94NAErepwBK3v8ASt79AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt78AEre/wBK3vwASt5zAAAAAABK3QIASt8CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASd8BAEreAwAAAAAASdwnAErezwBK3v8ASt78AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v0ASt78AEre/wBK3qAAS9sKAAAAAABL3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAS98BAEvfAwAAAAAASt5SAEre7QBK3v8ASt78AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt7/AEreyABK3yIAAAAAAEvfBAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4CAEveAwAAAAAASt58AEre/wBK3v4ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre+wBK3v8ASt7rAErfQwAAAAAASt4EAEneAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAS98CAAAAAABT4wQASt6ZAEre/wBK3vwASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3vcASt5dAAAAAABJ\n        3gMASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4DAAAAAABJ3REASt61AEre/wBK3vwASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt79AEre/wBK\n        3noAAAAAAEzfAgBK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4DAAAAAABL3x0ASt7RAEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3vsASt7/AEremAAAAAAAStwBAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAS98DAAAAAABL3yEASt7XAEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/ABK3v8ASt6hAEbkBABJ2gEASd4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt0DAAAAAABJ3igASt7dAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3qwAS98JAAAAAABK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4DAAAAAABK3S8ASt7lAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AEreugBL3QwAAAAAAEreAgAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4DAAAAAABK3icASt7hAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v8ASt6xAEvhBgBI2wEASt8CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAS94DAAAAAABL3yMASt7dAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3qcAR+QCAEnaAQBJ\n        3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4CAAAAAABJ3iAASt7YAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AErenwAA\n        AAAAStoBAEngAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAS94CAAAAAABL3hAASt7KAEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK\n        3v8ASt6NAAAAAABJ3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4BAAAAAABK2QQASt6zAEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt77AEre/wBK3nUAAAAAAErdBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEjbAwAAAAAASt6aAEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt7+AEre/gBK3v4ASt7+AEre/gBK3v4ASt7+AEre/gBK3v4ASt7+AEre/gBK3v4ASt7+AEre/gBK\n        3v4ASt7+AEre/gBK3v4ASt7+AEre/gBK3v4ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/gBK3v0ASt7/AEreXAAAAAAASt0EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAwAAAAAASt5/AEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3vgAS94/AAAAAABL3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEveAwAAAAAASt5VAEre/wBK3v0ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt7/AEre6ABK3tkASt7mAEre4gBK3uIASt7iAEre4gBK3uIASt7iAEre4gBK3uIASt7iAEre4gBK\n        3uIASt7iAEre4gBK3uIASt7iAEre4gBK3uIASt7iAEre5gBK3toASt7oAEre/wBK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7/AEre4ABJ3iEAAAAAAEreAgAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEneAgAAAAAASd4uAEre7ABK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt79AEre/wBK3tUASt8pAAAAAABK3g0ASt4JAEreCQBK3gkASt4JAEreCQBK3gkASt4JAEreCQBK\n        3gkASt4JAEreCQBK3gkASt4JAEreCQBK3gkASt4JAEreDQAAAAAASt8mAEre0wBK3v8ASt79AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt6/AE7eBQAAAAAAS94BAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAQAAAAAAS98TAEre0gBK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt7/AEre5ABK3joAAAAAAEveAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErcAgAAAAAASt03AEre4QBK3v8ASt79AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3pMAAAAAAErgAwAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABL3wIAAAAAAErepABK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt71AEreVwAAAAAASt4EAEreAgBK3gEASt4BAEreAQBK\n        3gEASt4BAEreAQBK3gEASt4BAEreAQBK3gEASt0CAEneBAAAAAAASt5UAEre8gBK3v8ASt79AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEreXAAA\n        AAAASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABL3gMAAAAAAEreZgBK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/QBK3v8ASt5yAAAAAABK3QMASt4CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEndAwAAAAAASt5xAEre/gBK3v0ASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK\n        3usASt4qAAAAAABK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gIAAAAAAErfLwBK3vAASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre/wBK3pYAStwDAErkAQBK\n        3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAFDjAQAtxQEASt6QAEre/wBK3vwASt79AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vwASt7/AErewgBF3AUAAAAAAEjdAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3QEAAAAAAEndBwBK3sYASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt7/AEretABL\n        3xIAAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAASt4DAAAAAABJ3w8ASt6vAEre/wBK3vwASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/ABK3v8ASt6IAAAAAABK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt8DAAAAAABK3oEASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre+wBK\n        3v8ASt7NAErfHgAAAAAASt4EAAAAAAAAAAAAS94EAAAAAABL3xwASt7JAEre/wBK3vsASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3j8AAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4DAAAAAABK3jgASt75AEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v4ASt7+AEre/gBK\n        3v4ASt76AEre/wBK3uIASt01AAAAAABJ3wIAS94DAAAAAABK4DMASt7gAEre/wBK3voASt7+AEre/gBK\n        3v4ASt7+AEre/gBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt7LAEjeCAAAAAAASt4BAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAS98BAAAAAABQ4wUASt7FAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/gBK3v4ASt79AEre/ABK3vwASt77AEre+gBK3vwASt79AEre/gBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt7/AEre9wBK3lwAAAAAAAAAAABK3lcASt70AEre/wBK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v0ASt78AEre+wBK3vsASt78AEre/ABK3v0ASt7+AEre/gBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3oEAAAAAAErfAwAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAErfAwAAAAAASt57AEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/gBK3v0ASt78AEre+wBK\n        3vsASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK\n        3vcASt71AEre8wBK3u4ASt7lAEre3wBK3uMASt7iAEreSwBK3kYASt7hAEre3wBK3tcASt7cAEre5ABK\n        3u0ASt7yAEre9QBK3vgASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/gBK3vsASt77AEre/ABK3v0ASt7+AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v8ASt75AEvfNwAAAAAAS94CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAgAAAAAAS94rAEre8QBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v4ASt79AEre+wBK3vsASt7+AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt74AEre6QBK3s8ASt64AErepgBK3pIASt5/AErebQBK3l0ASt5OAErePgBK\n        3S8ASt0jAErfGwBK3RIASt0MAEreCgBK3gkASt4GAErhCABK3g8ASt4PAErhCABK5AQASuIHAErgBwBJ\n        3gkASt4MAEreEQBL4BkASt4jAEreMABK3j4ASt5LAEneWQBK3moASt59AErekABK3qMASt63AEre0gBK\n        3uwASt74AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre+wBK3vwASt79AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3rwAAAAAAEvgAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL3gIAAAAAAErerQBK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/gBK3v0ASt77AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7sAErezABK\n        3q0ASt6PAErecgBJ3VUASd46AErfHwBI3wsAS94DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABG\n        3wQASN0NAErdIQBK3j0ASt5ZAEredgBK3pUASt6xAEre1ABK3vMASt7+AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre+wBK3vsASt7+AEre/gBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7/AEreXgAA\n        AAAASd4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3QMAAAAAAErdTABK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/gBK\n        3vsASt77AEre/gBK3v8ASt7/AEre/wBK3v8ASt79AEre8ABK3swASt6iAEreegBK3lYAS94wAEzeDwBP\n        3QIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL3QEAS94CAEreAwBK3gUASt4EAEreAwBK\n        3gMASt4DAErdAgBK3gIASt8BAErdAQBK3gEASt4BAEreAQBK3gEASt8BAAAAAAAAAAAASt8BAErfAQBK\n        3wEASt4BAEreAQBK3gEASt4BAErfAQBK3gIASt4CAEreAwBK3gMASd4DAEreBABK3gUASd0EAEvfAgBL\n        3AEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL4AQASd4WAEveOQBK3l4ASt6EAErerQBK\n        3tcASt71AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre+wBK3v0ASt7+AEre/gBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK\n        3t0AS98VAAAAAABL3wEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABI3QEAAAAAAEDcBQBK3swASt7/AEre/QBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3vsASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt7xAErezQBK3psASt5lAErdOQBJ3RMAS98CAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAErgAQBK3wQASt4FAErdAwBJ3gMASt4BAEnfAQBK3gEASt4BAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4BAEreAQBJ3gEASd4BAEreAwBK3gMASt4FAErdBABL3AEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAATOAEAEveGwBK3kQASt50AErepQBK3tkASt73AEre/wBK3v8ASt7/AEre/wBK3v4ASt77AEre/ABK\n        3v4ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vwASt7/AEreiQAAAAAASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4EAAAAAABK3mQASt7/AEre/ABK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt77AEre/gBK3v8ASt7/AEre/wBK\n        3v0ASt7mAEresABK3nUASt47AErdEgBK3wMAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIASt4EAEreAwBL\n        3gIAS94BAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gEAS94CAEreBABK\n        3gQATd0BAAAAAAAAAAAAAAAAAAAAAAAAAAAAS90FAEnfGwBK3kwASt6FAErevwBK3u0ASt7+AEre/wBK\n        3v8ASt7/AEre/gBK3vsASt79AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/wBK3vIASt0nAAAAAABK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAAAAAABK3w0ASt7YAEre/wBK3v0ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt77AEre/QBK3v8ASt7/AEre/wBK3v4ASt7nAErerQBK\n        3m4ASt0yAEncCgAAAAAAAAAAAAAAAAAAAAAAAAAAAEveAwBK3gQASt0CAEreAQBK3gEAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gEASt4BAEreAwBK3gQAS94CAAAAAAAAAAAAAAAAAAAAAABN4QEASd0OAErePQBK\n        3nsASt69AEre7wBK3v8ASt7/AEre/wBK3v8ASt78AEre+wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3vsASt7/AEremgAAAAAASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEvfAwAAAAAASt5zAEre/wBK3vwASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre+wBK3v4ASt7/AEre/wBK3v8ASt71AErewwBK3noASt85AErfCwAA\n        AAAAAAAAAAAAAAAAAAAAS94BAEveBABK3gIASt4BAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEASt4BAEreBABJ3gQASdwBAAAAAAAA\n        AAAAAAAAAAAAAABK3hEASt9GAEreiwBK3tIASt76AEre/wBK3v8ASt7/AEre/ABK3vsASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3voAS98xAAAAAABL3wIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQAAAAAASt8UAEre4gBK3v8ASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3vsASt7+AEre/wBK3v8ASt7/AEre4QBK3pwASt5YAEvfGgBJ4gEAAAAAAAAAAAAA\n        AAAASt8BAEreBABK3QIASd4BAEneAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK\n        3gEASt4DAEreBABI3AEAAAAAAAAAAAAAAAAATeEDAEveJQBK3mcASt6wAEre8QBK3v8ASt7+AEre/wBK\n        3v0ASt77AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AErepwAAAAAASN0CAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL3gQAAAAAAEredQBK3v8ASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt77AEre/gBK3v8ASt7/AEre/wBK3tQASt6LAEreSgBK4AsAAAAAAAAAAAAAAAAAStsBAEreBABK\n        3wMASt4BAEndAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4BAEreAQBK3wMASd4DAAAAAAAAAAAATOABAAAAAABK3BoASt5fAEreogBK\n        3uoASt7/AEre/gBK3v8ASt78AEre/ABK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3vwAS98yAAAAAABL3wIAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3wEAAAAAAEvfDQBK3tsASt7/AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/ABK\n        3v0ASt7/AEre/wBK3v8ASt7aAErejQBK3kEAS9wGAAAAAAAAAAAAAAAAAEndAwBK3gQAS98BAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEAS90BAErfBABL4AIAAAAAAEnfAQAA\n        AAAASd8SAErdWQBK3qIASt7qAEre/wBK3v4ASt7/AEre/ABK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AErenQAAAAAASt4DAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4EAAAAAABL3mcASt7/AEre/ABK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt78AEre/wBK\n        3v8ASt7/AEre7ABK3qAASt1FAEvbBwAAAAAAAAAAAAAAAABK3gQASt4DAErfAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErdAQBK\n        3gQAS9wDAAAAAABJ3gEAAAAAAEreEQBK3lwASt64AEre9gBK3v8ASt7/AEre/gBK3vsASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3vYASd4oAAAAAABJ\n        3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAS90BAAAAAABO3AYASt7SAEre/wBK\n        3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v0ASt7/AEre/wBK\n        3vkASt60AEreWgBI2xIAAAAAAAAAAAAAAAAASt4DAEreAwBK3QEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3wEASt0EAEveAwAAAAAAAAAAAAAAAABL3R8ASt5xAErezQBK3v8ASt7/AEre/wBK\n        3vwASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AErejwAA\n        AAAASt8DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwAAAAAASt5TAEre/wBK\n        3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre/wBK3v4ASt7/AEne1wBK\n        3oEASt4rAAAAAABO4QEAAAAAAErdAwBL3QMASt0BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreBABL3gEAAAAAAAAAAABK2AQASt5HAErenQBK\n        3u0ASt7/AEre/wBK3v4ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK\n        3ugASt0UAAAAAABK3QEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3QEAAAAAAEresgBK\n        3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3vwASt7/AEre/wBK3vsASt69AEreVABF\n        3AcAAAAAAAAAAABJ3gIASt4EAEncAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEveAgBK3gQARtoBAEveAQAA\n        AAAASd4bAEredgBK3tQASt7/AEre/wBK3v4ASt78AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vwASt7/AEreaAAAAAAASt4EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3wIAAAAAAErfMABK\n        3vsASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/QBK3v8ASt7/AEre7QBK3pEASt4uAAAAAAAA\n        AAAAAAAAAEreAwBK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gMASt0DAAAAAAAAAAAAStsFAEreRgBK3q4ASt76AEre/wBK3v8ASt78AEre/QBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt79AEre/wBK3sgASt4CAAAAAABK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAAAAAABK\n        3o0ASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt79AEre/wBK3v8ASt7YAEreeQBJ3xsAAAAAAErcAQBL\n        3gEASt4DAEjdAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABJ3gIASt4EAAAAAABH3wEAAAAAAEreMQBK3pgASt7vAEre/wBK3v4ASt78AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AErdRAAAAAAASt0DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAAAAAABK\n        3gwASt7iAEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v0ASt7+AEre/wBK3tEASt1aAErdBwAAAAAAAAAAAEneAwBJ\n        3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3QEASt4DAErdAgAAAAAAAAAAAErdGQBK3oQASt7rAEre/wBK\n        3v4ASt79AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3pwAAAAAAEneAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwAA\n        AAAASt5VAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre/QBK3v8ASt7/AErexABK3lUAR98GAAAAAABJ3gEASt0EAEnfAgAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEndAwBJ3gEAAAAAAEnfFQBK\n        3nUASt7dAEre/wBK3v4ASt78AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v8ASt7pAEjcEwAAAAAASd0BAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gIAAAAAAErepwBK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v0ASt79AEre/gBK3v8ASt7MAErdSwBE6AEAAAAAAEfbAQBK3AMASt0BAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEveAwBK\n        3gEAAAAAAErdCgBK3m4ASt7jAEre/wBK3v4ASt78AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3l4AAAAAAEreBAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL\n        3gEAAAAAAEveGwBK3vAASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3vwASt7+AEre/wBK3skASt5TAEraBAAAAAAASN0CAEneBABK3wEAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4CAEreBABK3wEAAAAAAEneDwBK3nIASt7hAEre/wBK3v4ASt78AEre/gBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt6yAAAAAABK2gEAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4EAAAAAABK3mcASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/ABK3v4ASt7/AEre2QBK3lkAQtoDAAAAAABI3QEASt8DAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt0BAEreAwBL3gEAAAAAAEreDgBK3oEASt7yAEre/wBK3v0ASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre9QBL3yAAAAAAAEveAgAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEfbAQAAAAAASt6uAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt78AEre/gBK3v8ASt7hAErebABI3woAAAAAAEneAgBK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASd4CAEreBABK3gEAAAAAAEvfHwBK3pUASt73AEre/wBK\n        3v0ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt5nAAAAAABK\n        3gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEveAQAAAAAAS98WAEre7gBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt79AEre/wBK3vQASt6JAEneEgAAAAAASt0BAEreAwBI3QEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAErfAwBJ3gEAAAAAAEneMABK\n        3rYASt7/AEre/wBK3vwASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AErerAAA\n        AAAAStsBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gQAAAAAAEreWwBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3vwASt7/AEre/ABK3qQASt0nAAAAAABM3gEASt8DAEjeAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAS98CAEvfAwAA\n        AAAAAAAAAEreSQBK3soASt7/AEre/gBK3vwASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK\n        3u4AS94WAAAAAABL3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAS94CAAAAAABK3p8ASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK\n        3v4ASt7/AErezABK30MAAAAAAEngAQBL3gMASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASd4CAErfAgAAAAAASN4GAErebQBK3usASt7/AEre/ABK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt7/AEreWgAAAAAASt4EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4BAAAAAABK3gkASt7gAEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/ABK\n        3v8ASt7sAErecgBK3AgAAAAAAEveAwBK3QIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4DAErdAgAAAAAASd4cAErengBK3v0ASt7/AEre/ABK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt77AEre/wBK3pYAAAAAAEneAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEvdAgAAAAAAS902AEre/gBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre/gBK\n        3v8ASt6uAErfHwAAAAAASt8DAErfAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAS98BAEvfAQBK3gEASt4BAEreAQBK\n        3gEAS94BAErfAQBK3wEAS98BAAAAAAAAAAAASt4BAErfAQBK3wEASt4BAEreAQBK3gEASd4BAEveAQBK\n        3gEASt0BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3gEASt4DAEvfAQAAAAAASt5HAEre2QBK3v8ASt79AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3v8ASt7VAEreBQAAAAAASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gQAAAAAAEredABK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt78AEre/wBK\n        3uEASt5UAAAAAABM3wEASt4DAErdAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gEASd4BAEreAQBL3QIASt4DAEreAwBK3gQASt4FAEreBABK3gIARtoBAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABL3AEAS98CAEveBABK3gUASd4EAEreAwBK3gMAS94CAEndAQBJ3gEAS94BAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3gIASt0DAAAAAABJ3gwASt6JAEre+QBK\n        3v8ASt78AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt7/AEre+gBK3yoAAAAAAErfAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAAAAAABK3q8ASt7/AEre/ABK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt7+AEre/wBK\n        3psATN8PAAAAAABL3wMASt8CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEASt8BAEreAgBK3gMASt4FAEreBABJ\n        3QEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT+UCAEvgBwBK\n        3gkASt4LAEreDgBL3hUASeAWAEvgHgBL4BgATuABAAAAAABK3gUASt8VAErfEABK3g0ASt4LAErdCgBI\n        3gcATuADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3QEAS94EAEveBQBK3gMASt4CAEreAQBK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3gMASd0CAAAAAABL\n        3zMASt7PAEre/wBK3v0ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt5pAAAAAABK3gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASd0BAAAAAABH3A0ASt7oAEre/wBK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3vwASt7/AEre4QBK\n        3koAAAAAAEneAgBK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4BAEreAQBK3gIASt4EAEveBABJ3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAE3eAgBH3gkASt4WAEvdLQBK3kQASt5ZAErebQBK3n8ASt6RAEreogBK3rEASt6/AErezQBK\n        3tkASt7hAEre6QBK3vAASt7zAEre8gBK3v4ASt7OAEreBwAAAAAASt89AEre9QBK3vIASt7vAEre6gBK\n        3uUASt7ZAEre0ABK3sYASt67AErerQBK3p4ASt6PAErefwBJ3m4ASt5YAEreQQBL3isASdwVAEjdCABW\n        3wEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErfAQBK3QQAS94EAEneAgBK3QEASt4BAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK\n        3gMAAAAAAEjfBgBK3n0ASt74AEre/wBK3vwASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AEreoAAAAAAASt0CAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEndAgAAAAAASd02AEre/QBK3v8ASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v4ASt7/AEreowBL\n        3RAAAAAAAErdAwBK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASd4BAEreAwBK3gUASt4EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEnfAwBL4BIASt4yAEreUwBK\n        3nQASt6TAErerQBK3sgASt7jAEre9ABK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7/AEre1gBK3ggAAAAAAErfQABK3v8ASt7/AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre8wBK\n        3uAASt7FAEreqwBK3pIASt50AEreUwBK3jEASt4SAEnaAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ\n        3gMASt4FAEreAgBK3QEASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAgBJ3gIAAAAAAErfMQBK3tAASt7/AEre/ABK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3tUASt4FAAAAAABK3gEAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gQAAAAAAEreagBK3v8ASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre+wBK3v8ASt7sAEreWwAA\n        AAAATOABAEvfAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEASt0BAEreBABK\n        3wQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASd0PAEreOQBK3mUASt6LAErergBK3tIASt7xAEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v0ASt78AEre+gBK3vsASt78AEre/ABK\n        3vwASt79AEre/QBK3v0ASt7+AEre/gBK3v4ASt78AEre/wBK3tQASt4IAAAAAABK30AASt7/AEre/gBK\n        3v0ASt7+AEre/gBK3v0ASt79AEre/QBK3vwASt78AEre+wBK3vsASt76AEre/ABK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre8QBK3tMASt6rAErehQBK3l4ASd43AEvdDwAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3wQASt4EAErdAQBJ3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASd8BAEreAwAAAAAAR9wKAErekQBK3v8ASt7+AEre/ABK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v8ASt73AEvfIAAAAAAAS94CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAS98DAAAAAABK3pkASt7/AEre+wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/ABK3v8ASt63AEzfIQAA\n        AAAASt4DAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt0CAErdBABJ3gMAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABJ3xQASt5AAErebABK3pEASt68AEre6gBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre+wBK3vsASt78AEre/ABK3v4ASt7+AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt7VAEreCAAAAAAASt9AAEre/wBK\n        3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3v4ASt7+AEre/gBK3v0ASt77AEre+wBK3vsASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3uoASt68AErelABK3nEASt5CAEndEQAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwBK3gQASt4CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEneAgAAAAAASt5IAEre4QBK3v8ASt78AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3lQAAAAAAEreAwAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAAAAAABK3gMASt7NAEre/wBK\n        3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3voASt58AFDkAgAA\n        AAAASd0DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreBABJ3gQAAAAAAAAAAAAAAAAAAAAAAEXjAgBK\n        3igASt5fAEreiwBK3rwASt7uAEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3voASt78AEre/QBK\n        3v4ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7/AEre1QBK3ggAAAAAAErfQABK\n        3v8ASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7+AEre/QBK3vwASt77AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3usASt66AEreiQBK3lwASt0kAEbgAgAAAAAAAAAAAAAAAAAA\n        AAAASt8EAEveBABJ3wEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3QEASd0DAAAAAABK3RgASt6yAEre/wBK\n        3vwASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v8ASt6EAAAAAABL\n        3gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEvfAQAAAAAAS+AVAEre8gBK\n        3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt77AEre/wBK3uAASd1CAAAAAABK\n        3gMAS98CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAErfAgBJ3gQASd8BAAAAAAAAAAAAAAAAAEDcAQBJ3SUASt1lAErelwBK\n        3s8ASt76AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre+gBK3vwASt7+AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3tYASt4KAAAAAABK\n        30EASt7/AEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/gBK3vwASt77AEre/ABK3v4ASt7/AEre/wBK3v8ASt7/AEre+ABK3soASt6WAEreZQBK\n        3iYAROIBAAAAAAAAAAAAAAAAAErfAQBK3gQASt8CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMAAAAAACbYAQBK\n        3nsASt77AEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AErerwAA\n        AAAASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3wIAAAAAAEnfOgBK\n        3v8ASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt77AEre/wBK3rYASd8UAAAAAABK\n        3gQASt8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gIASt4EAEzeAQAAAAAAAAAAAAAAAABJ3hEASt5NAEreiABK3sUASt75AEre/wBK\n        3v8ASt7/AEre/wBK3v0ASt76AEre/QBK3v4ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt7UAEreBwAA\n        AAAASt89AEre/wBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt76AEre/QBK3v8ASt7/AEre/wBK\n        3v8ASt75AErexQBK3osASt5VAEjfFQAAAAAAS94BAAAAAABK2wEASt4EAErfAgBK3gEAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAgBJ\n        3QMAAAAAAErfQABK3uUASt7/AEre+wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK\n        3tcASt4GAAAAAABK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4EAAAAAABK\n        3mIASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt79AEre/wBK3okARNoDAAAAAABJ\n        3QMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt0BAEreBABK4wEAAAAAAAAAAAAAAAAAS98oAErecgBK3q0ASt7pAEre/wBK3v8ASt7/AEre/wBK\n        3vwASt77AEre/QBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre3wBL\n        30EAS98xAErebABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/QBK\n        3vsASt78AEre/wBK3v8ASt7/AEre/wBK3uwASt6tAErecQBK3y0ATOACAAAAAAAAAAAAAAAAAEreAwBK\n        3QMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASd4BAEneBAAAAAAASd4cAErevgBK3v8ASt78AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3v8ASt71AEnfGgAAAAAASd8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErfBAAA\n        AAAASt6JAEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEre7wBK3lUAAAAAAEreAwBJ\n        3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASd8BAEneAQAA\n        AAAAAAAAAAAAAAAAAAAATuECAEreJgBK3nEASt6+AEre+QBK3v8ASt7/AEre/wBK3v4ASt77AEre/ABK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt79AEre+gBK3v0ASt7/AEre/wBK3v8ASt77AErexgBK3ngASt8tAEvfAwAA\n        AAAAAAAAAEzdAQBK3gQASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt8DAAAAAABL5AUASt6MAEre/wBK3v0ASt79AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt7/AEre/wBK3kEAAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        2wEAAAAAAErerwBK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEre2ABK3i8AAAAAAEncBABL\n        3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL3gEASt4DAEnfAgAA\n        AAAASt0BAAAAAABK3RsASt5+AEreygBK3voASt7/AEre/wBK3v8ASt78AEre+wBK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vsASt78AEre/wBK3v8ASt7/AEre/ABK\n        3tIASt6DAErdMQAAAAAAAAAAAAAAAABJ3wIASt8EAEvfAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3gIASt4DAAAAAABK3mQASt73AEre/wBK3vwASt7/AEre/wBK\n        3v8ASt7/AEre/ABK3v8ASt5oAAAAAABK3gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL\n        3gEAAAAAAFPeAwBK3s0ASt7/AEre/QBK3v8ASt7/AEre/gBK3vwASt7/AEreuQBK3xUAAAAAAEreBAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErfAgBK3gMAAAAAAAAAAABO\n        5wEASd4VAEncBgAAAAAASt5eAEre/wBK3v0ASt7/AEre/ABK3vwASt7+AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre/ABK\n        3v8ASt7/AEre/wBK3vwASt7AAEredABK3iMAAAAAAE3iAQAAAAAAS98DAEvfAgAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gQAAAAAAEreQwBK3ugASt7/AEre+wBK\n        3v8ASt7/AEre/wBK3vsASt7/AErehQAAAAAASt4EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt8BAAAAAABK3wwASt7pAEre/wBK3v4ASt7/AEre/gBK3vwASt7/AEremABK4QMAAAAAAEreAwAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3AEASt4DAEnfAQAAAAAAAAAAAE3fCgBK\n        3k4ASt68AEresQBKywEAAAAAAEreXABK3v8ASt76AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/QBK3vsASt7/AEre/wBK3v8ASt71AErerQBK3lcAS+AOAAAAAAAAAAAASt8BAErfAwBK\n        3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEneBAAAAAAASd4iAEre0wBK\n        3v8ASt77AEre/wBK3v8ASt77AEre/wBK3qIAAAAAAEveAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEveAgAAAAAAS98iAEre9wBK3v8ASt7+AEre/QBK3v0ASt7/AErefgAAAAAASd4CAEvfAgAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEneAgBK3gQAAAAAAAAAAAAAAAAASt8sAEreiQBK\n        3uIASt7+AEre/wBK3rkAAAAAAAAAAABK3l0ASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt78AEre/wBK3v4ASt7/AEre6ABK3pAAS98sADbiAQAA\n        AAAAAAAAAEreAwBL3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAAAAAABL\n        3xIASt64AEre/wBK3vsASt7+AEre/QBK3v8ASt6/AAAAAAAAAAAASt8BAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gMAAAAAAEreQABK3v8ASt7/AEre/ABK3v8ASt74AEreYAAAAAAASt4DAEneAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASd4CAEreAwAAAAAAAAAAAEvbCQBK3loASt6/AEre+wBK\n        3v8ASt7/AEre+gBK3v8ASt64AAAAAAAAAAAASt5dAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt77AEre/QBK3v8ASt7/AEre/ABK\n        3sEASt5fAEzeDAAAAAAAAAAAAEvfAgBK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gMAAAAAAE3eBQBK3pkASt7/AEre/ABK3vwASt7/AEre3QBK3gcAAAAAAEreAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4EAAAAAABK3loASt7/AEre+wBK3v8ASt7zAEreSwAAAAAAS94EAEvfAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMAS98CAAAAAAAAAAAASd0XAErecgBK3tcASt7/AEre/gBK\n        3v8ASt77AEre/QBK3vwASt7/AEreuQAAAAAAAAAAAEreXQBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/ABK\n        3v8ASt7+AEre/wBK3t0ASt59AEveHwAAAAAAAAAAAEveAgBK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAErfAgBL3AMAAAAAAErehABK3v8ASt77AEre/wBK3vMAS9wTAAAAAABL3QEAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreBAAAAAAASt5uAEre/wBK3v8ASt7pAEreOwAAAAAASt4EAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAwBL3wIAAAAAAAAAAABK3jAASt6bAEre8ABK3v8ASt7/AEre/QBK\n        3vwASt7+AEre/wBK3v8ASt78AEre/wBK3rkAAAAAAAAAAABK3l0ASt7/AEre/QBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/ABK3v0ASt7/AEre/wBK3vYASt6lAErdMwAAAAAAAAAAAErdAQBK3QMAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4BAEndAwAAAAAASt5wAEre/wBK3v8ASt73AErdJgAAAAAASt4CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gQAAAAAAErefQBK3v8ASt7aAEndKQAAAAAASd0EAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABN3wEASt4EAEreAQAAAAAAAAAAAEreRABK3rgASt78AEre/wBK3v8ASt78AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt65AAAAAAAAAAAASt5dAEre/wBK3v0ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3vwASt7/AEre/wBK3vwASt66AEreTABM2wMAAAAAAEjdAgBK\n        3QQATN8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3wEASt4DAAAAAABK3lsASt78AEre/gBL3jgAAAAAAEveAgAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAAAAAABK3poASt7rAEndIAAAAAAASd4EAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gMAR94BAAAAAAA22gIASt5IAEreuQBK3v8ASt7/AEre/gBK3vwASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEreuQBK1wMAAAAAAEreXABK3v8ASt79AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt7+AEre/wBK3v8ASt7DAEreTQBV\n        4wIAAAAAAE3fAQBK3wMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gQAAAAAAEreVQBK3v8ASt5QAAAAAABK\n        3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt55AEreLgAAAAAASt4DAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAwBK3gIAAAAAAE/fBgBK3lUASt7CAEre/wBK3v8ASt79AEre/ABK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3rgAAAAAAAAAAABK3mQASt7/AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt79AEre/wBK\n        3v8ASt7GAEreVQBM3QUAAAAAAEreAgBK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEneBAAAAAAASt5aAErfVgAA\n        AAAASt8DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATN4BAEzeBAAAAAAASt0CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASd4CAEveAgAAAAAAAAAAAEreSgBK3tAASt7/AEre/gBK3v0ASt78AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt66AErdNQBK3pwASt7vAEre/wBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vwASt79AEre/gBK3v8ASt7MAEreSwBD6gEAAAAAAEveAgBK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt8CAErfAgBK\n        3wQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK4AEASt8BAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ\n        3wIASd8CAErjAQAAAAAASt4/AErewQBK3v8ASt7/AEre/QBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+gBK3vsASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3vwASt79AEre/wBK3v8ASt7FAErfRgAAAAAAAAAAAEreAgBJ3gIAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL\n        3wIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErdAQBK\n        3gMAStwBAAAAAABJ3iwASt6qAEre/QBK3v8ASt79AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre+wBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt79AEre/wBK3v8ASt6xAEreLwAAAAAASd8BAEreAwBL\n        3wEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEveAwBL\n        3gIAAAAAAEneGwBK3pwASt75AEre/wBK3v0ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt79AEre/wBK3voASt6hAEneIQAA\n        AAAASt4CAEndAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEveAwAA\n        AAAAS9wGAEreagBK3uoASt7/AEre/QBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt79AEre/wBK\n        3u4ASt52AEvhCgAAAAAASt8DAEvfAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEASt4DAEncAQAA\n        AAAASt5GAErezQBK3v8ASt7+AEre/ABK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3vwASt7+AEre/wBK3tQASt1RAAAAAABI3gEASt4DAEvfAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIASt4DAAAAAABJ\n        3iUASt6pAEre/gBK3v8ASt78AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3vwASt7+AEre/wBK3q8ATN8nAAAAAABJ3QMASt4DAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBJ3QMAAAAAAErdBQBK\n        3nEASt7vAEre/wBK3vwASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3vwASt7/AEre8QBK3noAS+EJAAAAAABL3gMAS98BAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErfAgBJ3gIAAAAAAEreLwBK\n        3sIASt7/AEre/QBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v0ASt7/AErezABK3TYAAAAAAErdAgBK\n        3QIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEneAwAAAAAAS98JAEregABK\n        3vcASt7/AEre/ABK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre+wBK3v8ASt75AErehgBM\n        3wsAAAAAAErfBABK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt0CAErdAwAAAAAASt1AAEre1gBK\n        3v8ASt79AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/ABK\n        3v8ASt7WAEvePgAAAAAASt0DAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ4AEASt4DAAAAAABH3gUASt5+AEre+gBK\n        3v8ASt78AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt78AEre/wBK3vkASt6AAEfeBwAAAAAASd8DAEnfAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3QEASt4DAAAAAABJ3SYASt7GAEre/wBK\n        3vwASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v0ASt78AEre/wBK3soASt4rAAAAAABJ3QMASt0CAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3QMASNoBAAAAAABK3mMASt7xAEre/wBK\n        3vsASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vsASt7/AEre9ABK3mkAAAAAAE7bAQBL3wMAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErfAQBJ3QQAAAAAAEndFABK3q8ASt7/AEre/QBK\n        3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v0ASt7/AEresgBK3RgAAAAAAEreBABI\n        4AEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gMAAAAAAEndNABK3tkASt7/AEre+wBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/ABK3v8ASt7fAEvePQAA\n        AAAASt0DAEnfAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBM3QIAAAAAAEreZQBK3vUASt7/AEre+wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK\n        3vkASt5sAAAAAABL3AIASd4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErdAQAAAAAASt0LAEreoABK3v8ASt79AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt78AEre/wBK3qQASd4LAAAAAABK3QQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEneAQAAAAAARt4EAErewgBK3v8ASt77AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/gBK3vwASt7/AEreywBJ3igAAAAAAEreBABI3wEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAErdAQBI3gEAAAAAAEjeEgBK3vIASt7/AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre+wBK3v8ASt7sAEreTgAAAAAASt8DAErfAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEvfAQAAAAAAR9YDAAAAAABI3hEASt7wAEre/wBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/gBK3v0ASt5yAAAAAABM3QIASt4CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEzjAQBF1wMASt6BAEvfJQAAAAAASN4TAEre8gBK\n        3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt78AEre/wBK3pYATOMFAEvWAQBK\n        3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAAAAAABN3wgASt6rAEre/gBL3x8AAAAAAEjeEwBK\n        3vIASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vsASt7/AEreuABJ\n        3xAAAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAAAAAABK3xYASt6+AEre/wBK3vMAS98hAAAAAABI\n        3hMASt7yAEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK\n        3v8ASt7MAEreHQAAAAAASt0EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4EAAAAAABK3igASt7VAEre/wBK3v4ASt73AEvfIQAA\n        AAAASN4TAEre8gBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt78AEre/wBK3t4ASt4vAAAAAABK3gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASd0EAAAAAABK3j0ASt7nAEre/wBK3vsASt7/AEre9wBL\n        3yEAAAAAAEjeEwBK3vIASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3vwASt7/AEre6wBK3j8AAAAAAEreBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4EAAAAAABK3kkASt7xAEre/wBK3vwASt7+AEre/wBK\n        3vcAS98hAAAAAABI3hUASt7zAEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt7yAEreSgAAAAAAS98EAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASd4DAAAAAABK3lkASt74AEre/wBK3v0ASt7/AEre/gBK\n        3v8ASt73AEvfIQAAAAAASt4QAEre8QBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3vkASt5bAAAAAABJ3gMAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASd0CAAAAAABK3mEASt7+AEre/QBK3v0ASt7/AEre/wBK\n        3v4ASt7/AEre9wBL3yQAAAAAAEreRgBK3v8ASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt79AEre/wBK3mEAAAAAAEfeAgAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAS98CAAAAAABK3mYASt7/AEre/QBK3v4ASt7/AEre/wBK\n        3v8ASt7+AEre/wBK3vcAS+AUAEreTwBK3vUASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v0ASt7+AEreZAAA\n        AAAAS90CAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAAAAAABK3kwASt7/AEre/QBK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre/gBK3v8ASt7xAErekgBK3vkASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/QBK\n        3v8ASd5KAAAAAABJ3gMAAAAAAAAAAAAAAAAAAAAAAEreBAAAAAAASt6FAEre/wBK3voASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vkASt7/AEnehAAAAAAASd4EAAAAAAAAAAAAAAAAAAAAAABK4AIAAAAAAErepQBK3v8ASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt77AEre/wBK3qMAAAAAAEneAgAAAAAAAAAAAAAAAABK3gEAAAAAAEreAgBK3soASt7/AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3v8ASt7IAF/zAQAAAAAAS98BAAAAAAAAAAAASt8BAAAAAABJ3w4ASt7sAEre/wBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt7/AEre6gBJ3g0AAAAAAEreAQAAAAAAAAAAAEveAgAAAAAAS94sAEre+wBK\n        3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3voASt8rAAAAAABK3wIAAAAAAAAAAABK3gMAAAAAAEreUQBK\n        3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AErfTwAAAAAASt8DAAAAAAAAAAAASt4EAAAAAABK\n        3nEASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3m8AAAAAAEreBAAAAAAAAAAAAEreBAAA\n        AAAASt6MAEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v8ASt6KAAAAAABK3QQAAAAAAAAAAABK\n        3gEAAAAAAErerABK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEreqQAAAAAASt4CAAAAAABK\n        3gEAAAAAAErfAgBK3sgASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3sUASuIBAAAAAABK\n        3gEASt4BAAAAAABK3gkASt7iAEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt7fAEreCAAA\n        AAAASt4BAEreAQAAAAAASt8WAEre9ABK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre8wBJ\n        3BQAAAAAAEndAQBL3wIAAAAAAEvfMQBK3vwASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK\n        3vsAS94uAAAAAABL3gIASt4DAAAAAABK3kcASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEreRQAAAAAASt4DAEneBAAAAAAASd5bAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt79AEre/wBK3lkAAAAAAEreBABJ3gQAAAAAAEnecABK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/ABK3v8ASt5tAAAAAABK3gQASt4FAAAAAABK3oQASt7/AEre+gBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3voASt7/AEregAAAAAAASt4FAEveAwAAAAAASt6VAEre/wBK3vsASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3pIAAAAAAEreBABK3gIAAAAAAEreogBK3v8ASt77AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v8ASt6gAAAAAABL3QMASt4BAAAAAABK3rAASt7/AEre/ABK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AErergAAAAAAStsBAAAAAAAAAAAASt6+AEre/wBK\n        3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3rwAAAAAAAAAAAAAAAAASt4BAEreyQBK\n        3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt7HAEreAQAAAAAAAAAAAEreAwBK\n        3s8ASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7/AErezQBB3gMAAAAAAAAAAABP\n        3gUASt7WAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3tQARN4EAAAAAAAA\n        AAAASt4HAEre3QBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt7bAEreBwAA\n        AAAAAAAAAEreCABK3uEASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7/AEre3wBK\n        2ggAAAAAAAAAAABK3ggASt7fAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK\n        3t4ASt4HAAAAAAAAAAAASt4HAEre3QBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3v8ASt7bAEreBwAAAAAAAAAAAEreBwBK3tsASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt7/AEre2gBK3gYAAAAAAAAAAABK2QUASt7XAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt79AEre/wBK3tYASt4FAAAAAAAAAAAASt4CAErezABK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3v8ASt7LAErRAgAAAAAAAAAAAAAAAABK3r8ASt7/AEre/ABK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3vwASt7/AErevQAAAAAAAAAAAEriAQAAAAAASt6zAEre/wBK3vwASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3rEAAAAAAEreAQBK3gIAAAAAAErepQBK3v8ASt77AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v8ASt6iAAAAAABL3wIASt4EAAAAAABK3owASt7/AEre+wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt7NAEretgBK3v8ASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3rQASt7OAEre/wBK3v0ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AEreigAAAAAASt4EAEreBQAAAAAASt5zAEre/wBK\n        3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AErevgBL4goASt61AEre/wBK\n        3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3rMASN0JAErewQBK3v8ASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3nIAAAAAAEreBQBK3QQAAAAAAErdWQBK\n        3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3r8AAAAAAEjdCgBK\n        3rQASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3rIAS+EJAAAAAABK3sIASt7/AEre/ABK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt5XAAAAAABK3gQASd4DAAAAAABJ\n        3j0ASt7/AEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt66AAAAAAAA\n        AAAAS+AJAErergBK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3qsASdsIAAAAAAAAAAAASt69AEre/wBK\n        3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v8ASt7/AErdOwAAAAAASt0DAEveAQAA\n        AAAAS94aAEre9QBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEretgAA\n        AAAASuACAEzjAQBJ2wcASt6sAEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3qgATeEGAEXaAQBM4QIAAAAAAEreuQBK\n        3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre9ABK3hgAAAAAAEreAQBK\n        3gEAAAAAAEreBgBK3tcASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK\n        3rcAAAAAAAAAAABK3gIATtwBAEPeAwBK3qEASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3p4AUdMCAErgAQBK3QIAAAAAAAAAAABK\n        3rsASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3tQASt4FAAAAAABK\n        3gEAAAAAAEreAgAAAAAASt6mAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK\n        3v8ASt6/AAAAAAAAAAAAAAAAAErdAQBI3wEAVc8BAEremwBK3v8ASt77AEre/gBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt77AEre/wBK3pgAAAAAAEfeAgBL3wEAAAAAAAAAAAAA\n        AAAASt7DAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v8ASt6kAAAAAABK\n        3gIAAAAAAAAAAABK3gQAAAAAAEredQBK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt7/AEreyABf8wEAAAAAAEvfAQAAAAAASt0BAEvgAgAAAAAASt6OAEre/wBK3vwASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre/wBK3osAAAAAAEjdAgBK3wEAAAAAAEreAQAA\n        AAAASt4CAErezABK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AErecgAA\n        AAAASt4EAAAAAAAAAAAAS98CAAAAAABL3zkASt7+AEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt79AEre/wBK3s8AQ94DAAAAAABJ3gEAAAAAAAAAAABK3gEASd0DAAAAAABK3n8ASt7/AEre/ABK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre/wBK3nwAAAAAAEzfAgBL3gEAAAAAAAAAAABK\n        3gEAAAAAAEreBQBK3tMASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre/QBK\n        3TYAAAAAAErdAgAAAAAAAAAAAEneAQAAAAAAR98IAEre3QBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3v8ASt7YAEreBgAAAAAASt4BAAAAAAAAAAAAAAAAAEndAQBL3gMAAAAAAErebABK\n        3v4ASt7+AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7+AEre/QBK3moAAAAAAEreAwBK3gEAAAAAAAAAAAAA\n        AAAASt4BAAAAAABK3gcASt7cAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK\n        3tsASt4HAAAAAABK3gEAAAAAAAAAAAAAAAAASt8DAAAAAABK3pQASt7/AEre+wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt7/AEre6wBK3gwAAAAAAEreAQAAAAAAAAAAAAAAAAAAAAAAS98BAEneBAAA\n        AAAASt5ZAEre9wBK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEre9gBK3lcAAAAAAEneBABJ3gEAAAAAAAAAAAAA\n        AAAAAAAAAEneAQAAAAAASN4OAEre7QBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK\n        3v8ASt6TAAAAAABL3gMAAAAAAAAAAAAAAAAAAAAAAEveAwAAAAAAS95CAEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3vYASd0cAAAAAABK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4EAAAAAABK3kUASt7vAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEre7ABK3kIAAAAAAEndBAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gIAAAAAAEveIABK3vcASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEreQQAAAAAASt4DAAAAAAAAAAAAAAAAAAAAAABK3gEAAAAAAEneAwBK3soASt7/AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v8ASt78AEreMgAAAAAASt4CAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABL3gQAAAAAAEveMABK3uAASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AEre4ABL3i4AAAAAAEvfBAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAS98CAAAAAABL3zYASt7+AEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt7/AEreyABL6QIAAAAAAErfAQAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwAAAAAASt5gAEre/wBK\n        3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK30cAAAAAAErfAwAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAErfAwAAAAAAS98gAErezABK3v8ASt77AEre/gBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vsASt7/AEreyQBK3h0AAAAAAEveAwAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEveAwAAAAAAS95LAEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt78AEre/wBK3l4AAAAAAEvfAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3QEAAAAAAE3YAwBK\n        3ssASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt5nAAAAAABK3gQAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAAAAAABK3xAASt6xAEre/wBK3vwASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt7/AErerwBM3A4AAAAAAErdAwAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gQAAAAAAEreawBK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt78AEre/wBK3soARucCAAAAAABK3wEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwAA\n        AAAASt5IAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AEreiwAAAAAASt4EAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL3wMARtwBAGP0AQBK3o0ASt7/AEre/ABK\n        3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v0ASt7/AEreigAAAAAAR9sBAEveAwAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAS94EAAAAAABK3o4ASt7/AEre+wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3v8ASd1HAAAAAABJ3QMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt0CAAAAAABK3ooASt7/AEre+gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3q8AAAAAAErbAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gMAAAAAAEreYwBK\n        3vgASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt74AEreYQAAAAAAS90DAEvdAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEraAQAAAAAASt6yAEre/wBK3vwASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre+wBK3v8ASt6IAAAAAABK3wIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAUt0CAErerABK3v8ASt77AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt7XAEreBgAA\n        AAAASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEndAwAA\n        AAAASt08AEre4gBK3v8ASt77AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre+wBK3v8ASt7gAEveOgAAAAAASt4DAEveAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQAAAAAASt4GAEre2gBK3v8ASt79AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt79AEre+wBK3v8ASt6qADnOAQBN5AEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAS94BAAAAAABO3wkASt6kAEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre9wBL\n        3iIAAAAAAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ\n        3gEASt4EAAAAAABJ3hsASt68AEre/wBK3vwASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre/ABK3v8ASt66AEndGgAAAAAASt4EAEndAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3wIAAAAAAErfJgBK3vgASt7/AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/gBK3v8ASt6jAEjdCAAAAAAASd0BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEASd0CAAAAAABK3mUASt7jAEre/wBK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3v8ASt5aAAAAAABK3gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3wMAAAAAAE3dBABK3owASt7/AEre/gBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt78AEre/gBK3v8ASt6KAETeBAAAAAAASt0DAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASd4EAAAAAABJ3l4ASt7/AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/wBK3uMASt5kAAAAAABL3wIASd4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEveAQBJ3QMAAAAAAErepgBK3v8ASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vsASt7/AErejAAAAAAASt8EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEneAgBJ3gMAAAAAAEreTwBK3ugASt7/AEre+wBK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt78AEre/wBK3ucASt5NAAAAAABK3gMASt4CAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErfAwAAAAAASt6QAEre/wBK\n        3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/ABK3v8ASt6lAAAAAABL3QMASt0BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL3gIAAAAAAEveNABK3vwASt7/AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt79AEre/wBK3swASt4DAAAAAABK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEndAwAAAAAASt4bAEretgBK3v8ASt79AEre/ABK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3vwASt79AEre/wBK3rQAS98aAAAAAABK3gQAS94BAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQAAAAAASt4EAEre0ABK\n        3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt7/AEre/ABJ3TMAAAAAAEndAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4EAAAAAABK3mUASt7/AEre/ABK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/gBK3v8ASt76AEneLAAAAAAASd4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAAAAAABK4wEASt5xAEre9QBK\n        3v8ASt78AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3vwASt7/AEre9ABK3m8AAAAAAFboAQBL3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3wIAAAAAAEnfMABK\n        3vwASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt5jAAAAAABK3gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreBAAAAAAASt5wAEre/wBK\n        3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3nMAAAAAAEreBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIASd0DAAAAAABJ\n        3y0ASt6+AEre/wBK3v4ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/ABK3v4ASt7/AErevQBJ3ywAAAAAAEreAwBL3wIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4EAAAAAABK\n        3ncASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AErebwAAAAAASt4EAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gQAAAAAAEreYwBK\n        3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt7EAEj3AQAAAAAASt8BAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEvfAQBJ\n        3gMAAAAAAFHUAgBK3moASt7tAEre/wBK3v0ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt78AEre/QBK3v8ASt7sAEreaQBW3gIAAAAAAErdAwBI3AEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAS94BAAAAAABV\n        3gIASt7IAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBJ3mIAAAAAAEneBAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAAAAAABK\n        3kEASt7/AEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre/wBL3j0AAAAAAEveAgAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEnfAgBJ3gMAAAAAAEneGQBK3qMASt7/AEre/wBK3v0ASt78AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vwASt79AEre/wBK3v0ASt6eAEvfGQAAAAAAS94DAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErfAwAA\n        AAAASt9CAEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3v8ASd5AAAAAAABJ3gMAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErdAQAA\n        AAAASt0SAEre7QBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v8ASt6dAAAAAABK3QMAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAS9wBAEreAwBK3AEAAAAAAEneOwBK3rsASt7/AEre/wBK3v0ASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK\n        3v0ASt7/AEre/wBK3roASt85AAAAAABL4AEAS98DAEveAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL\n        3gIAAAAAAEreoQBK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v8ASt7rAEneEQAAAAAASt4BAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4BAAAAAABK3rAASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre9QBK3ykAAAAAAErfAgAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASd4CAEndAgAAAAAAAAAAAEreSgBK3scASt7/AEre/gBK\n        3v8ASt77AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt77AEre/wBK\n        3v4ASt7/AErexQBK3kgAAAAAAAAAAABL3gIAS94CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gIAAAAAAEreLQBK3vcASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AErerwAAAAAATeEBAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreBAAAAAAASt5kAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v8ASt6XAAAAAABL\n        3QMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASd4DAEnfAgAAAAAASuIDAErfTQBK\n        3rgASt78AEre/wBK3v8ASt7+AEre+wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre+wBK3v4ASt7/AEre/wBK\n        3vwASt63AEreSQBP5AMAAAAAAEreAgBK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4DAAAAAABK3psASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3mIAAAAAAEreBAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gEAAAAAAErfFgBK3uoASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre+QBK\n        3jMAAAAAAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASd0DAErfAQAA\n        AAAAAAAAAEreLQBK3o0ASt7iAEre/wBK3v4ASt7/AEre/wBK3vwASt77AEre/QBK3v4ASt7+AEre/gBK\n        3v4ASt7/AEre/wBK3v4ASt7+AEre/gBK3v4ASt79AEre+wBK3vwASt7/AEre/wBK3v4ASt7/AEre4gBK\n        3owASt8sAAAAAAAAAAAAS9wBAErdAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4DAAAAAABK3jYASt77AEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3uoASt4VAAAAAABK\n        3QEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAwAAAAAASt6UAEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK\n        3v8ASt66AAAAAABN4AIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt8DAEvfAgAAAAAAAAAAAEnfCwBK3k0ASt6bAEre4ABK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/gBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3t8ASt6bAEneSwBL\n        3QoAAAAAAAAAAABJ3QIASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAErhAgAAAAAASt69AEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v8ASt6RAAAAAABK\n        3wMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3wIAAAAAAEnfLwBK3vkASt7/AEre/gBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt79AEre/wBK3mwAAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt8CAErfAwAAAAAAAAAAAAAAAABG2ggASt43AErfawBK3p0ASt7IAEre5QBK\n        3vcASt79AEre/wBK3v8ASt7/AEre/wBK3v0ASt73AEre5QBK3scASt6cAEreawBK3jYAStwIAAAAAAAA\n        AAAAAAAAAEnfAwBK3wIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAwAAAAAASt5xAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v8ASt74AEvdLQAA\n        AAAAS90CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEneAgAAAAAASt6dAEre/wBK3vsASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/gBK3v8ASt71AEreNwAAAAAASt4EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreAwBK3QMAAAAAAAAAAAAAAAAAAAAAAE3hAgBM\n        3wkASt0eAEreNABK3z4ASd5JAEreSQBL3z4ASt40AEvdHgBM3QkASN8CAAAAAAAAAAAAAAAAAAAAAABJ\n        3gMASt4DAErdAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreBAAAAAAASt47AEre+ABK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AEremwAA\n        AAAASt8DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIAAAAAAEreJwBK3vEASt7/AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3tkASd4cAAAAAABJ3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEjdAQBK3gIASt8EAEjeAwAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL3wMASt4EAEreAgBK\n        3QEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAErfAwAAAAAASt8fAEre3ABK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre8QBK\n        3SYAAAAAAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwAAAAAASt6CAEre/wBK\n        3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AErexQBL3Q4AAAAAAEveAwAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4BAEveAQBK3gIASt4CAEreAgBJ3gMASt4DAEveAgBK3gIAS94CAEveAQBJ3gEAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEneAwAAAAAASN0RAEreygBK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK\n        3oEAAAAAAEnfAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3QEAAAAAAErdEABK\n        3tcASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt69AEreEgAAAAAASd4DAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAwAAAAAAS98SAErewABK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK\n        3tYAS+APAAAAAABK3wEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEvfAwAA\n        AAAASt5SAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3s0AS98cAAAAAABK\n        3gQAS94BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAS94BAEreBAAAAAAASt8fAEre0ABK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3v8ASt5QAAAAAABK3QMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAATN4CAAAAAABK3qEASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AEre5ABK\n        3kAAAAAAAEreAwBK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4DAEnfAwAAAAAASt5DAEre5QBK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK\n        3v8ASt6gAAAAAABJ3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEvfAQAAAAAATOAbAEre3gBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3v8ASt75AEregQBM3ggAAAAAAErdAwBK3QEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ\n        3gEASt4DAAAAAABM3wgASt6DAEre+gBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3v8ASt7dAErfGgAAAAAASt8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt8DAAAAAABK3koASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt79AEre/ABK3v8ASt7MAEreOwAAAAAAS94BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASeABAAAAAABK3z4ASt7MAEre/wBK3vwASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt7/AEreRwAAAAAASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMAAAAAAErehABK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt77AEre/gBK3v8ASt6jAEreDgAAAAAASt4BAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ\n        4AEAAAAAAEjhDwBK3qQASt7/AEre/gBK3vsASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vwASt7/AEreggAAAAAASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASdwBAEzgAQBI2QEASt63AEre/wBK3vsASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt78AEre/QBK3v8ASt73AErefgBA1QMAAAAAAEjcAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAS98BAAAAAABN4QQASt6AAEre9wBK3v8ASt79AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vsASt7/AEretgBnwwEASN4CAEzeAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIAAAAAAEveGQBK3tkASt7/AEre/ABK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3vwASt7+AEre/wBK3v8ASt61AErdKAAAAAAASNwBAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt0BAAAAAABK3ysASt62AEre/wBK3v8ASt7+AEre/ABK3v0ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vwASt7/AEre2ABL3RgAAAAAAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwAAAAAASt01AEre8QBK\n        3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt78AEre+gBK3vsASt78AEre/ABK3vwASt79AEre/gBK3v4ASt7+AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/gBK\n        3v0ASt77AEre/gBK3v8ASt7/AEre+wBK3rYASt5EAAAAAABJ4gEASt0DAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3wIAAAAAAAAAAABK3kUASt64AEre/ABK3v8ASt7/AEre/gBK\n        3vsASt79AEre/gBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/gBK3v4ASt7+AEre/gBK3v0ASt78AEre/ABK3vwASt77AEre+gBK3vwASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt7/AEre8ABJ3TQAAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt0DAAAAAABK\n        3lEASt7+AEre/gBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3vwASt77AEre+wBK3vsASt77AEre/ABK3vwASt79AEre/QBK3v0ASt79AEre/gBK\n        3v4ASt7+AEre/gBK3v4ASt7+AEre/gBK3v4ASt79AEre/QBK3vwASt78AEre+wBK3voASt79AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7kAErekwBK3jIAAAAAAAAAAABK3wIASt4CAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErdAQBK3gEASt4BAEreAQBK\n        3gEASt4BAEreAQBK3gEASt4BAEreAQBK3gEASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErfAgBL3gIAAAAAAAAAAABJ3TQASt6UAEre5ABK\n        3v8ASt7+AEre/wBK3v8ASt7/AEre/QBK3voASt77AEre/ABK3vwASt79AEre/QBK3v4ASt7+AEre/gBK\n        3v4ASt7+AEre/gBK3v4ASt7+AEre/QBK3v0ASt79AEre/QBK3vwASt78AEre/ABK3vsASt76AEre+wBK\n        3vwASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt7+AEre/QBK3lAAAAAAAEveAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gQAAAAAAEreaABK3v8ASt78AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v0ASt7/AErerQBK3l8ASt6EAErekQBK3qMASt61AErexgBK3tcASt7qAEre9ABK\n        3vkASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt7qAErevQBK3oMASt5GAEnfCwAAAAAAAAAAAEnfAgBK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwBK3gIAAAAAAAAAAABJ\n        3gwASt5HAErehABK3r4ASt7rAEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre+QBK3vQASt7pAEre1wBK3sYASt60AEreogBK3pEASt6DAEreXwBK\n        3q8ASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt79AEre/wBK3mUAAAAAAEvfAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEveAwAAAAAASt56AEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3u8ASt44AAAAAABK3gIAAAAAAAAAAABD0wEATN0GAEnfCwBK\n        3xcAS90oAEreOABK3UcASt5WAEreZgBK3nUASt6EAErelABK3qIASt6yAEreuwBK3sQASt7OAEre1wBK\n        3t0ASt7jAEre6gBK3u8ASt7xAEre8QBK3vIASt7uAEre5ABK3tsASt7OAErevgBK3rAASt6YAEreeQBK\n        3lsASt4zAErcDQBL4wEAAAAAAAAAAAAAAAAAS90DAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAStcCAErdBABK\n        3gQASt4EAEreBABK3gQASt4EAEreBABK3gQASt4EAEreBABK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAgBL\n        3wMAAAAAAAAAAAAAAAAASugBAEreDgBK3zQASt9cAEreegBK3pkASt6wAErevgBK3s4ASt7bAEre5ABK\n        3u4ASt7yAEre8QBK3vEASt7vAEre6gBK3uMASt7eAEre1wBK3s0ASt7EAEreuwBK3rEASt6jAErekwBK\n        3oQASt50AEreZgBL3lYASt1HAEreOABL3igAS98WAEreCwBK3gYASuwBAAAAAAAAAAAASd4CAAAAAABK\n        3joASt7xAEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt78AEre/wBK3ncAAAAAAEneAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASd4DAAAAAABK3oQASt7/AEre+wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre9ABK3kgAAAAAAEreBgBI3wEAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErbAwBK\n        4gYASuAIAEreCQBK3gsASt4NAEreDgBK3g4ASt4OAEreDQBK3gkASt4HAELaAwAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAR+EBAEneBABK3gMASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3wQAAAAAAEreawBK\n        3uMASt7PAEre0wBK3tMASt7TAEre0wBK3tMASt7TAEre0ABK3uEASd5/AAAAAABM3wIAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAQBK3gMASt8EAEjfAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQtoDAEreBwBK\n        3gkASt4NAEreDgBK3g4ASt4OAEreDQBK3gsASt0JAEreCABN4gYAUOMDAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABM3gEASt4GAAAAAABK\n        3ksASt72AEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt77AEre/wBK3oMAAAAAAEvdAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEndAQBK3wMAAAAAAErejABK3v8ASt78AEre/gBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt7zAErfTAAAAAAAS98EAEreAgBK\n        3gEASt4BAEreAQBK3QIASt4CAErdAwBK3gQASt4EAEreBQBJ3gUAS98DAEzdAgBI2QEAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEfeAQBK\n        3gMASt4FAEreAwBK3gIASt4BAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATN4CAAAAAABK\n        3qYASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEreuwAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3wEASt4BAErfAgBK3wQASt4FAEveAwBG3gEAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEjZAQBM\n        3QIASt8DAEveBQBK3gUASt4EAEveBABK3QMASt4CAEveAgBL3wEASt4BAEreAQBL3gIASt0EAAAAAABK\n        3k4ASt7zAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt78AEre/wBK3osAAAAAAErgAgBK3QEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATN8BAEvdAgAAAAAASt6JAEre/wBK3vwASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3vgASt5dAAAAAABK\n        3wMAS98BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEndAQBK\n        3gEASt4BAErfAQBK3wEASt4BAEreAQBK3gEASt4BAEreAQBK3gEASt4BAEreAQBK3gEASd4BAEvfAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAAAAAABK\n        3gEASt7FAEre/wBK3vsASt79AEre/QBK3v0ASt79AEre/QBK3v0ASt77AEre/wBK3tYASt4GAAAAAABK\n        3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEvfAQBJ\n        3gEASt4BAEreAQBK3gEASt4BAEreAQBK3gEASt4BAEreAQBK3gEASt4BAEvfAQBL3wEASt4BAEndAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3QEASt0DAAAAAABK\n        3mMASt76AEre/gBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt78AEre/wBK3oYAAAAAAEffAgBL3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3wEASt0DAAAAAABK3nsASt7/AEre/ABK\n        3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt79AEre/wBK\n        3oMAAAAAAEfdAQBK3QMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQAA\n        AAAASt4JAEre4wBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v8ASt7vAEvdDwAA\n        AAAASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMAAAAAAAAAAABK\n        3oYASt7/AEre/QBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt78AEre/wBK3noAAAAAAEveAwBJ3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEvfAQBK3wMAAAAAAEreawBK\n        3v4ASt7+AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3vwASt7/AErerwBK3xIAAAAAAEvfBABK3wEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3wEAAAAAAErfHABK3vYASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre+QBK\n        3ycAAAAAAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEneAgBK3gMAAAAAAEvdEwBK\n        3rIASt7/AEre/ABK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vwASt7+AEre/gBK3mkAAAAAAEvdAwBL3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAS98BAEjeAwAA\n        AAAAS95RAEre8ABK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/ABK3v8ASt7cAEreQQAAAAAASd0CAErdAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3wIAS98DAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4CAAAAAABK3jUASt79AEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK\n        3v8ASt88AAAAAABK3wMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErdAwBK3QIAAAAAAErdQwBK\n        3twASt7/AEre+wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vwASt7/AEre8ABK3lAAAAAAAEreAwBK3QEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4EAAAAAABJ3jMASt7fAEre/wBK3vsASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3vwASt6SAEzeDwAAAAAAS98DAEreAwAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreBABJ3QMAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAErfAwAAAAAASt9DAEre/wBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt7/AErdSAAAAAAASt0DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL3QMASt4EAEreAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAErfAgAAAAAASt8QAErelgBK\n        3v0ASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3vsASt7/AEre3gBL3jMAAAAAAErdAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gQAAAAAAErfGQBK3rkASt7/AEre/ABK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt78AEre/wBK3toASt5VAAAAAAAAAAAASd8CAErdAwBL\n        3QEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt0BAEnfAgBK3gQAS90BAAAAAABM3wEAAAAAAEvfFwBL\n        30sATN0FAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABJ3QMAAAAAAEndSQBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/wBJ3k0AAAAAAEneAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAR9wGAEreSwBL3xcAAAAAAErfAQAAAAAASd8BAErdBABJ\n        3gIASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEnfAQBK3gMATN0CAAAAAABn6gEASd5XAEre3ABK\n        3v8ASt78AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3vwASt7/AEreuQBL3xkAAAAAAEneBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEneAwAAAAAAReEEAEreiwBK3v8ASt7+AEre/ABK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt7+AEre/wBK3rwASt5EAFLmAQAA\n        AAAAAAAAAEreAwBL3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAS94BAEneAQBK3gQASt0DAAAAAAAAAAAAAAAAAAAAAABK3xUASt5bAErengBK\n        3vEASt7WAEreBAAAAAAASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4DAAAAAABK3kYASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/gBK3v8ASt5JAAAAAABK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3gEAAAAAAEXeBQBK3toASt7wAErengBK3loASt4UAAAAAAAA\n        AAAAAAAAAAAAAABK3gMASt4EAErdAQBK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEreAwAAAAAAAAAAAErqAQBK3kYASt7AAEre/wBK\n        3v4ASt78AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK\n        3v4ASt7/AEreigBK3QQAAAAAAErdAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreAwAAAAAASt9MAEre5QBK3v8ASt78AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v0ASt7/AEre/wBK\n        3sIASt5UAEzbBwAAAAAAAAAAAEvkAQBK3wQASt4DAEveAQBL3wEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gEASt0BAEreAgBK3gQASd4DAAAAAAAAAAAAAAAAAAAAAABI2wMASd4tAErecQBK3rMASt7vAEre/wBK\n        3vwASt7/AEretgAAAAAAUuYBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAgAAAAAASt43AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/gBK3v8ASt79AErdNgAAAAAASt0CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt66AEre/wBK3vwASt7/AEre7wBK\n        3rIASt5wAEreLABN4gMAAAAAAAAAAAAAAAAAAAAAAErfAwBK3gQASd4CAEveAQBJ3QEAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3QEASd4BAErfAwBK3gQAQ94BAAAAAAAAAAAAS98IAEreVgBK3sQASt7/AEre/wBK\n        3v0ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/ABK\n        3v8ASt7kAEreSgAAAAAASd4DAErfAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEASd4EAAAAAABK3hgASt6vAEre/wBK\n        3v4ASt78AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK\n        3v0ASt7/AEre/wBK3tkASt59AEveLABA3gEAAAAAAAAAAAAAAAAATd4BAEvfAwBJ3gQASd4DAEveAgBL\n        3gEASt4BAEreAQBK3gEASd4BAEneAQBK3gEASt4BAEreAQBK3gEASt4BAErdAgBK3gIASt8EAEneBABK\n        3gIAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3QIASd4hAEreXABK3pQASt7RAEre/ABK3v8ASt7/AEre/wBK\n        3vwASt73AEre/wBK3pIAAAAAAErfAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3QEAAAAAAEndEQBK3uwASt7/AEre+wBK3v4ASt7+AEre/wBK\n        3v8ASt7/AEre/gBK3vwASt7/AEre8QBK3hQAAAAAAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3gMAAAAAAErelQBK3v8ASt73AEre/QBK\n        3v8ASt7/AEre/wBK3vwASt7RAErelABK3VsAS90hAEjdAgAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAgBK\n        3QQASt4EAEneAgBK3QIASt4BAEreAQBK3gEASt4BAEreAQBJ3gEASd4BAEreAQBK3gEASt4BAErfAQBK\n        3QIASt0DAEreBABK3gMAStsBAAAAAAAAAAAAAAAAAE3nAQBK3i8ASt6AAEre2wBK3v8ASt7/AEre/QBK\n        3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre/gBK\n        3v8ASt6uAEneFwAAAAAASt0EAEveAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3wMATOABAAAAAABK\n        3lsASt7lAEre/wBK3v0ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/ABK3v0ASt7/AEre/wBK3vsASt7IAEregQBK3kEATN4PAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEzjAQBK3Q8ASt45AEreagBK3pgASt7NAEre+ABK3v8ASt7/AEre/wBK3v8ASt78AEre+wBK\n        3v4ASt7/AEre/QBK3v8ASt5iAAAAAABK3gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEneAgAAAAAASt6CAEre/wBK3v0ASt7/AEre/wBK\n        3v8ASt7+AEre/gBK3v8ASt78AEre/wBK3pgAAAAAAErgAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4EAAAAAABK3mUASt7/AEre/ABK\n        3v8ASt7+AEre+wBK3vwASt7/AEre/wBK3v8ASt7/AEre+ABK3swASt6XAEreaQBK3jkAS90PAEfTAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABI3xAASt9CAEreggBK3soASt78AEre/wBK3v8ASt79AEre/ABK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt79AEre/wBK\n        3uUASt5aAAAAAABP3gEAS98DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAgBL\n        3wMAAAAAAEjeFQBK3pwASt79AEre/wBK3v0ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3vwASt7/AEre/wBK3v8ASt7/AEre6gBK3rsASt6PAEneaABJ\n        3kUAS94pAEveEgBK3gkASuEFAErdAQAAAAAAAAAAAEzlAgBN3QMASt4FAEreCQBJ3hYASt0rAErePwBK\n        310ASt6AAEreowBK3sUASt7qAEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre+wBK3v0ASt7+AEre/wBK\n        3v8ASt7/AEre/gBK3v8ASt73AEneIwAAAAAASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARtkBAAAAAABK3lcASt68AEre8ABK\n        3v0ASt7/AEre/wBK3v8ASt77AEre3QBK3noATOIKAAAAAABM4QEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErfAgAAAAAASt8mAEre+ABK\n        3v8ASt7+AEre/wBK3v8ASt7/AEre/gBK3v0ASt77AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre6gBK\n        3sQASt6iAEregABK3lwASd4+AErdKgBK3RUASt4JAEreBQBN3gMATOMBAAAAAAAAAAAATuEBAErgBQBJ\n        3gkASt8SAEreKQBK3UYASt5pAErekABK3rwASt7rAEre/wBK3v8ASt7/AEre/wBK3vwASt79AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3vwASt7/AEre/ABK\n        3poAS98UAAAAAABK3wMASt8CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEneAwBJ4AEAAAAAAEreOABK3r4ASt7/AEre/gBK3v0ASt79AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt77AEre/gBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre+gBK3vIASt7jAEre0wBK3skASt7EAErexABK3soASt7PAEre1QBK3uUASt70AEre+wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vkASt77AEre+wBK3vwASt7+AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3vwASt7/AErevgAAAAAAAAAAAErdAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABI3gEAAAAAAEbtAQBL\n        3xIAS942AErfSwBJ3VIASt1KAEreKgBG3gUAAAAAAEjfAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3wEAAAAAAAAAAABK\n        3sEASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/ABK3vsASt77AEre+QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3voASt70AEre5ABK3tUASt7QAEreyQBK3sQASt7EAEreyQBK\n        3tQASt7kAEre8gBK3voASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt77AEre/ABK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/QBK3v4ASt7/AErevQBL\n        3jcAAAAAAEzfAQBK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASd4CAEreAgAAAAAAVewCAEreVQBK3tAASt7/AEre/gBK3v0ASt78AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/ABK\n        3voASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre+gBK3vkASt7/AEre9gBK3ssASt7jAEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3moAAAAAAEneBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASd8CAEreBgBL\n        3QIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreBQBK3wIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreBAAA\n        AAAASt5tAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3uIASt7KAEre9gBK3v8ASt75AEre+gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt76AEre/ABK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt79AEre/gBK3v8ASt7PAEreVQBT\n        8wIAAAAAAEreAgBL3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt8DAErfAgAAAAAARN4FAEreVgBK3ssASt7/AEre/gBK\n        3v8ASt78AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt7+AEre/gBK3v4ASt79AEre/QBK3v0ASt79AEre/QBK3v0ASt79AEre/QBK\n        3v0ASt77AEre/QBK3v4ASt7/AErewgBK3oEASt7TAEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3ugAS90WAAAAAABK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEngAQAA\n        AAAAAAAAAEreBABK3gYASd4GAEneBgBK3gcASt4FAAAAAAAAAAAATN8BAEvdAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gEAAAAAAErfGABK3uoASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt7/AEre0gBK3oIASt7CAEre/wBK3v4ASt79AEre+wBK3v0ASt79AEre/QBK3v0ASt79AEre/QBK\n        3v0ASt79AEre/QBK3v0ASt7+AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/ABK3v8ASt7+AEre/wBK3ssASt5WAEzZBQAA\n        AAAASt4CAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAS94DAEvcAQAAAAAARdsEAEreTgBK\n        3rEASt74AEre/wBK3v8ASt7+AEre+wBK3vwASt7+AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7+AEre/ABK\n        3vwASt7/AEre/gBK3v8ASt7NAEreTABK3lkASt7mAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v8ASt6LAAAAAABJ3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAAAAAABK\n        3ygASd09AE3cAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK4AEASd48AErfKQAAAAAASt8CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAwAAAAAASt6PAEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3v8ASt7nAEreYABK3k8ASt7LAEre/wBK3v4ASt7/AEre/ABK3vwASt7+AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt7+AEre/ABK3vwASt7/AEre/wBK3v8ASt73AEresABJ3U0ASNoEAAAAAABJ\n        2wEASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3gEASd4DAEjcAQBJ\n        4QEAAAAAAEreJQBK3oAASt7SAEre/QBK3v8ASt7/AEre/wBK3v4ASt77AEre/ABK3v0ASt7+AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v4ASt79AEre/ABK3vsASt7+AEre/wBK\n        3v8ASt7/AEre8wBK3q4ASt4/ADvHAQBK3nwASt79AEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v8ASt7vAErfIgAAAAAASt8CAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEndAQAA\n        AAAASt67AEre/wBK3tEASt6VAEreZABJ3UwASt5MAErfZABK3pQASt7RAEre/wBK3r4AAAAAAEvfAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABL3gIAAAAAAEveJgBK3vMASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3v8ASt6QAEfZDgBJ3jsASt6uAEre9ABK3v8ASt7/AEre/wBK\n        3v4ASt77AEre/ABK3v0ASt7+AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3v4ASt79AEre/ABK3vsASt7+AEre/wBK3v8ASt7/AEre/QBK3tEASt5/AEveJAAAAAAAS+IBAEneAQBK\n        3gMAS9wBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4DAEneAgAAAAAAAAAAAEfeAwBL3zQASt5/AErexgBK3vUASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/QBK3vwASt77AEre+wBK3vsASt78AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vEASt60AErebQBJ4B4AAAAAAEvfIgBK3scASt7/AEre/ABK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEreiQAAAAAASd4DAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEveBAAA\n        AAAASt5dAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7/AEreYAAA\n        AAAASt4EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEzfAwAAAAAASt6QAEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre/wBK3twASt46AAAAAABI3BsASt5uAEretgBK\n        3vEASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/ABK3vsASt77AEre+wBK3vwASt79AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vQASt7FAErefwBK3TMATOADAAAAAAAAAAAASt8CAEndAwAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4CAEneAwAAAAAAAAAAAAAAAABD3gEASd4aAEreUABK3ogASt61AEre2wBK\n        3vYASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre9wBK3t0ASt60AEreiABK\n        3lAAS98YAE7gAQAAAAAAUN4BAErebgBK3vUASt7/AEre/ABK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7/AEre4QBK3xcAAAAAAErfAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEneAQAA\n        AAAASd0aAEre3wBK3v8ASt79AEre/QBK3voASt78AEre/gBK3v4ASt78AEre+gBK3v0ASt79AEre/wBK\n        3uEAS98cAAAAAABL3wIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3wEAAAAAAEnfGwBK3uQASt7/AEre/gBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt7/AEre/wBK3pcATN4PAAAAAABS\n        5AEATd8XAEreUQBK3ogASt60AEre3gBK3vcASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt79AEre9QBK3tsASt61AErehwBK3lAASt4aAE3XAQAAAAAAAAAAAAAAAABK3gMAS94CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEveAwBL3wQASuMBAAAAAAAAAAAAAAAAAAAAAABK\n        3wYAS94aAErdOgBK3U4ASt5dAEreagBK3nYASt54AErecQBK3mUASd5UAEndPABK3h0ASd4GAAAAAAAA\n        AAAAAAAAAErcAQAAAAAASd04AErexgBK3v8ASt79AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3mIAAAAAAEreAwAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL\n        3wMAAAAAAEreowBK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vwASt7/AErepwAAAAAAS94CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErfAwAAAAAASt5lAEre/wBK3v0ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3vwASt7/AEre4QBK\n        3lgAAAAAAAAAAAAAAAAAAAAAAAAAAABJ4AYASd4dAEvePABK3lQASt5lAErecQBK3ngASt52AEreagBK\n        3l0ASt1OAErdOgBK3RkAR98FAAAAAAAAAAAAAAAAAAAAAABK4wEASt4EAErdAwBK3gEAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3wIASt4EAErdBABK\n        3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ\n        3gEASt8EAEjbAgBM3yIASt6TAEre+QBK3v8ASt78AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3rcAAAAAAEreAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gMAAAAAAEreYABK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3v8ASt5jAAAAAABK3wQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASd8BAAAAAABK3rkASt7/AEre/ABK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/ABK\n        3v4ASt7/AEretwBK3hMAAAAAAErfBQBK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABI3wEASd0EAEreBABK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4BAEreAQBK3gEASt0DAErdAwBK3gQASt4EAEreBQBK3gUASt4EAEreBABJ3gQASd0DAEreAQBK\n        3gEASt8BAEreAgAAAAAASt6bAEre/wBK3voASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3vIAS98tAAAAAABK3wIAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gMAAAAAAEndKwBK3u0ASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt7/AEre7gBJ3i4AAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAgAAAAAASt8wAEre8wBK\n        3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt75AEre/wBK3rAARdQCAAAAAABJ3AEASt8BAErfAQBK3gEAS90DAEreBABK3gQASt4EAEreBQBK\n        3gQASt4EAEreBABK3QMASt0DAEreAQBJ3gEAS94BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gEAAAAAAEndDQBK3rkASt7/AEre+wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt5wAAAAAABJ3gMAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gEAAAAAAEvdDQBK3ssASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt7NAEveDgAAAAAASt4BAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt8DAAAAAABK\n        3m8ASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt77AEre/wBK3rQAS9sJAAAAAABK3QEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEveAQAAAAAATN8LAErergBK3v8ASt78AEre/QBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt6sAAAAAABJ3AIAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3wEASd0DAAAAAABK3qIASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3qQAAAAAAEjeAgBM3gEAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL\n        3QIAAAAAAEreqwBK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt78AEre/wBK3qsASN0KAAAAAABJ3QEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEffAQBP3gQASt6GAEre/gBK3v8ASt77AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt7bAEzgGgAAAAAAS98CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4DAAAAAABK3oAASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AErehAAAAAAAS94DAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAS98CAAAAAABM4BoASt7bAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3vwASt7/AEre/QBK3ocAStwDAEneAQBK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL3wEAS94DAAAAAABK3kUASt7aAEre/wBK\n        3v0ASt78AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v8ASt71AEveOwAAAAAASt4DAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4EAAAAAABK3m4ASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt5zAAAAAABL\n        3wQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gMAAAAAAEreOQBK3vUASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7+AEre/ABK\n        3v0ASt7/AEre2QBK3kMAAAAAAErdAwBJ3QEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gMAAAAAAErcDgBK\n        3oMASt7zAEre/wBK3v4ASt77AEre/QBK3v8ASt7/AEre/gBK3vwASt7/AEreXQAAAAAASt4DAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL\n        3wEAS94EAAAAAABK3mQASt7/AEre/QBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7+AEre/wBK\n        3mcAAAAAAEndBABM3wEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAwAAAAAASt5hAEre/wBK3vwASt7+AEre/wBK3v4ASt78AEre/gBK\n        3v8ASt70AEreggBK3QwAAAAAAEvdAwBK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEvfAwBK\n        3gEAAAAAAEneJABK3pgASt71AEre/wBK3v8ASt79AEre/ABK3vsASt7/AErefwAAAAAASd0EAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gEASd4DAAAAAABK3mwASt7/AEre/QBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3v0ASt7/AErebgAAAAAASd0DAEveAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAS90DAAAAAABK3oUASt7/AEre+gBK3vwASt7/AEre/wBK\n        3vcASt6bAErfIwAAAAAASt8BAEvfAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4BAEndAwBI3QEAAAAAAErfJQBK3osASt7nAEre/wBK3vwASt7/AErelAAAAAAASt0CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gIASN4CAAAAAABK3oAASt7/AEre/QBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/ABK3v8ASt6CAAAAAABG3QIASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK2wIAAAAAAErelwBK3v8ASt7/AEre7ABK\n        3pEASt0mAAAAAABK3wEASd4DAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASd4CAEreAwAAAAAAAAAAAEreEgBK3mIASt7MAErepQAAAAAATtsBAErfAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErcAQBK\n        3gQAAAAAAErdCwBK3qEASt7/AEre/ABK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt78AEre/wBK3qIAS90KAAAAAABK3wQASd4BAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAS94BAAAAAABO3AUASt6MAEredABK\n        4BMAAAAAAAAAAABL3wMASt8CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt8CAEndAwAAAAAAAAAAAE7dBABM2wUAReQBAEvfAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt8BAErdAwBK\n        3wIAAAAAAEreMABK3s4ASt7/AEre/ABK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt7/AErezwBK3jAAAAAAAErfAgBL3wMAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL4AEASt8BAAAAAAAA\n        AAAAAAAAAEveAwBK3QIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreBABL3gEAS90BAErfAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt8BAEvdAQAA\n        AAAAS9oHAEredwBK3vMASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt7zAEredgBI3ggAAAAAAEreAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK\n        3gIAS94DAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAS94BAErdAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ\n        3wYASt1ZAEre0gBK3v8ASt77AEre+QBK3v0ASt7+AEre/gBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre/gBK3v4ASt7+AEre/QBK3vwASt75AEre+wBK3v8ASt7SAEreVwBJ\n        3AkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAR9sBAAAAAABK\n        3kAASt7FAEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt79AEre/ABK\n        3voASt76AEre+wBK3vsASt77AEre+wBK3vwASt78AEre/ABK3vwASt78AEre+wBK3vsASt77AEre+wBK\n        3vsASt76AEre+wBK3v0ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vsASt6mAEveJAAAAAAAS94BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASd4RAErdJQBL3jkASt9dAErefgBK3poASt60AEreywBK3uIASt70AEre+wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre9QBK3uUASt7NAEretgBK3qAASt6FAEreZgBK\n        3kEASt0bAEreDwBL3goAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL3wIASd0JAEndFQBJ3ywASt5DAEreUwBK\n        3l8ASt5tAErefABK3okASt6XAErengBK3qAASt6lAErepwBK3q0ASt6tAErerQBK3qkASt6kAErenwBK\n        3poASt6WAErejQBK3nwASt5uAEreXgBK3lAAS95BAEneLwBJ3hgAS90KAEncAwAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt0CAEveAgBK3wQASt4FAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEveAwBK\n        3gQASt4EAEreAwBK3gEASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEveAQBK3gEASd0BAEreAgBK\n        3gMASt4DAEreBABK3gQASt4EAEreBABL3wMASd8CAEnfAgBI3gIASd8CAEjcAQBH2wEAR9sBAEjeAgBJ\n        3gIASd8CAEnfAgBJ3wMASt4EAEneBABK3gQASt4DAEreAwBL3gMASd4CAEreAQBK3gEASt4BAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////////////////////////////////////////////\n        ////////////////////////////////////////////////////////////////////////////////\n        ////////////////////+AAAAAAf//////////////////////////////////4AAAAAAAB/////////\n        ////////////////////////wAAAAAAAAAP///////////////////////////////wAAAAAAAAAAB//\n        ////////////////////////////wAAAAAAAAAAAAf////////////////////////////4AAAAAAAAA\n        AAAAP///////////////////////////4AAAAAAAAAAAAAAD//////////////////////////8AAAAA\n        AAAAAAAAAAD//////////////////////////AAAAAAAAAAAAAAAAB/////////////////////////g\n        AAAAAAAAAAAAAAAAA////////////////////////wAAAAAAAAAAAAAAAAAA////////////////////\n        ///8AAAAAAAAAAAAAAAAAAA///////////////////////AAAAAAAAAAAAAAAAAAAAf/////////////\n        ////////wAAAAAAAAAAAAAAAAAAAAf////////////////////8AAAAAAAAAAAAAAAAAAAAAf///////\n        /////////////AAAAAAAAAAAAAAAAAAAAAAf///////////////////wAAAAAAAAAAAAAAAAAAAAAAf/\n        /////////////////8AAAAAAAAAAAAAAAAAAAAAAA///////////////////gAAAAAAAAAAAAAAAAAAA\n        AAAA//////////////////4AAAAAAAAAAAAAAAAAAAAAAAA/////////////////+AAAAAAAAAAAAAAA\n        AAAAAAAAAB/////////////////wAAAAAAAAAAAAAAAAAAAAAAAAB////////////////8AAAAAAAAAA\n        AAAAAAAAAAAAAAAD////////////////gAAAAAAAAAAAAAAAAAAAAAAAAAD///////////////8AAAAA\n        AAAAAAAAAAAAAAAAAAAAAH///////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAP//////////////4\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAP//////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAf/////////\n        ////4AAAAAAAAAAAAAAAAAAAAAAAAAAAA/////////////+AAAAAAAAAAAAAAAAAAAAAAAAAAAAB////\n        /////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAD////////////+AAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AD////////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH///////////+AAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAP///////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAf//////////+AAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAA///////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//////////+AAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAD//////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH/////////+AAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAf/////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//////////AAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAB/////////4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///////\n        //AAAAAAAAAAAAAAB///4AAAAAAAAAAAAAAH////////4AAAAAAAAAAAAAAD///AAAAAAAAAAAAAAAP/\n        ///////AAAAAAAAAAAAAAAH//4AAAAAAAAAAAAAAA////////8AAAAAAAAAAAAAAAP//AAAAAAAAAAAA\n        AAAB////////gAAAAAAAAAAAAAAAP/wAAAAAAAAAAAAAAAD///////8AAAAAAAAAAAAAAAAf+AAAAAAA\n        AAAAAAAAAH///////gAAAAAAAAAAAAAAAA/wAAAAAAAAAAAAAAAAf//////+AAAAAAAAAAAAAAAAB+AA\n        AAAAAAAAAAAAAAA///////wAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAB///////AAAAAAAAAAAAAAA\n        AAGAAAAAAAAAAAAAAAAAH//////4AAAAAAAAAAAAAAB/////AAAAAAAAAAAAAAAP//////AAAAAAAAAA\n        AAAA////////gAAAAAAAAAAAAA//////8AAAAAAAAAAAAH/////////+AAAAAAAAAAAAB//////gAAAA\n        AAAAAAAP///////////4AAAAAAAAAAAD/////+AAAAAAAAAAAf////////////+AAAAAAAAAAAP/////\n        wAAAAAAAAAAf//////////////wAAAAAAAAAAf/////AAAAAAAAAAf///////////////4AAAAAAAAAB\n        /////4AAAAAAAAAP////////////////+AAAAAAAAAD/////gAAAAAAAAH//////////////////AAAA\n        AAAAAP////8AAAAAAAAD///////////////////gAAAAAAAAf////wAAAAAAAB//////////////////\n        //wAAAAAAAB////+AAAAAAAA/////////////////////4AAAAAAAD////4AAAAAAAP/////////////\n        ////////4AAAAAAAP////AAAAAAAH//////////////////////8AAAAAAA////8AAAAAAB/////////\n        //////////////8AAAAAAB////gAAAAAA////////////////////////8AAAAAAH///+AAAAAAP////\n        ////////////////////8AAAAAAP///4AAAAAD/////////////////////////+AAAAAA////AAAAAA\n        //////////////////////////+AAAAAD///8AAAAAP//////////////////////////+AAAAAH///w\n        AAAAD///////////////////////////8AAAAAf//+AAAAA////////////////////////////8AAAA\n        B///4AAAAH////////////////////////////8AAAAD///gAAAB////////////////////////////\n        /8AAAAP//8AAAAf/////////////////////////////8AAAA///wAAAH///////////////////////\n        ///////4AAAB///AAAA///////////////////////////////4AAAH//8AAAP//////////////////\n        /////////////wAAAf//gAAB////////////////////////////////wAAB//+AAAf/////////////\n        wAHAA//////////////wAAD//4AAD////////////wAAAcAAAP////////////gAAP//gAA/////////\n        //+AAAABwAAAAf///////////AAA//8AAH//////////8AAAAAHAAAAAD///////////AAD//wAB////\n        //////4AAAAAAcAAAAAAf/////////+AAH//AAP/////////4AAAAAABwAAAAAAH/////////+AAf/8A\n        B/////////4AAAAAAAHAAAAAAAB/////////8AB//wAP////////8AAAAAAAAcAAAAAAAA/////////4\n        AH/+AD////////+AAAAAAAAAAAAAAAAAAf////////wAf/4Af////////AAAAAAAAAAAAAAAAAAAH///\n        /////wB//gD////////4AAAAAAAAAAAAAAAAAAAH////////gD/+Af///////zgAAAAAAAAAAAAAAAAA\n        AAD////////AP/4H///////4OAAAAAAAAAAAAAAAAAAAAB///////+A//g///////+A4AAAAAAAAAAAA\n        AAAAAAAAB///////8D/+H///////gDgAAAAAAAAAAAAAAAAAAAAB///////4P/4///////wAOAAAAAAA\n        AAAAAAAAAAAAAAA///////4//n//////8AA4AAAAAAAAAAAAAAAAAAAAAA///////z/8///////AADgA\n        AAAAAAAAAAAAAAAAAAAAA///////v////////wAAOAAAAAAAAAAAAAAAAAAAAAAA///////////////8\n        AAAgAAAAAAAAAAAAAAAAAAAAAAA///////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAA//////////\n        ////wAAAAAAAAAAAAAAAAAAAAAAAAAAAA/////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAA////\n        /////////gAAAAAAAAAAAAAAAAAAAAAAAAAAAAB////////////4AAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AB///////////+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB///////////wAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAD//////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//////////AAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAD/////////4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH/////////AAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAH////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///////+AAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAf///////gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAf//////8AAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA///////gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//////\n        4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD\n        /////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH/////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAP////3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///+cAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAf///xwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA///+HAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAB///wcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//+BwAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAH//wHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/+AcAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAf/wBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+AAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AA/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/wAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAD+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB8AA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAA8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8AA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAD4AAAAAAAAAAACAAAAAAAAAAAAAAAABAAAAAAAAAAAAfgAAAAAAAAAAAMAAAAAAAAAAAAAAAA\n        MAAAAAAAAAAAB+AAAAAAAAAAAA4AAAAAAAAAAAAAAABwAAAAAAAAAAAH4AAAAAAAAAAADwAAAAAAAAAA\n        AAAAAPAAAAAAAAAAAAfgAAAAAAAAAAAPgAAAAAAAAAAAAAAB8AAAAAAAAAAAB+AAAAAAAAAAAA/AAAAA\n        AAAAAAAAAAPwAAAAAAAAAAAH8AAAAAAAAAAAD+AAAAAAAAAAAAAAB/AAAAAAAAAAAA/wAAAAAAAAAAAP\n        +AAAAAAAAAAAAAAf8AAAAAAAAAAAD/AAAAAAAAAAAA/8AAAAAAAAAAAAAD/wAAAAAAAAAAAP8AAAAAAA\n        AAAAD/4AAAAAAAAAAAAAf/AAAAAAAAAAAA/4AAAAAAAAAAAP/wAAAAAAAAAAAAD/8AAAAAAAAAAAH/gA\n        AAAAAAAAAA//gAAAAAAAAAAAAf/wAAAAAAAAAAAf/AAAAAAAAAAAD//AAAAAAAAAAAAD//AAAAAAAAAA\n        AD/8AAAAAAAAAAAP/+AAAAAAAAAAAAf/8AAAAAAAAAAAP/4AAAAAAAAAAAf/8AAAAAAAAAAAD//gAAAA\n        AAAAAAB//gAAAAAAAAAAB//8AAAAAAAAAAA//+AAAAAAAAAAAH//AAAAAAAAAAAH//4AAAAAAAAAAH//\n        4AAAAAAAAAAA//+AAAAAAAAAAAf//wAAAAAAAAAA///gAAAAAAAAAAH//+AAAAAAAAAAB///gAAAAAAA\n        AAH//+AAAAAAAAAAB///4AAAAAAAAAAD///gAAAAAAAAB///wAAAAAAAAAAH///gAAAAAAAAAAP///AA\n        AAAAAAAP///AAAAAAAAAAAf//+AAAAAAAAAAA////AAAAAAAAD///8AAAAAAAAAAB///4AAAAAAAAAAD\n        ///+AAAAAAAAf///wAAAAAAAAAAH///gAAAAAAAAAAH///+AAAAAAAH///+AAAAAAAAAAAf//+AAAAAA\n        AAAAAf///8AAAAAAA////4AAAAAAAAAAB///4AAAAAAAAAAA////8AAAAAAP////AAAAAAAAAAAH///g\n        AAAAAAAAAAD////8AAAAAD////8AAAAAAAAAAAf///AAAAAAAAAAAH////8AAAAA/////gAAAAAAAAAA\n        D///8AAAAAAAAAAAf////8AAAAP////+AAAAAAAAAAAP///wAAAAAAAAAAA/////+AAAH/////wAAAAA\n        AAAAAA////gAAAAAAAAAAD//////gAH//////AAAAAAAAAAAH///+AAAAAAAAAAAH//////////////4\n        AAAAAAAAAAAf///8AAAAAAAAAAAP//////////////AAAAAAAAAAAD////wAAAAAAAAAAAf/////////\n        ////4AAAAAAAAAAAP////gAAAAAAAAAAA//////////////AAAAAAAAAAAB/////AAAAAAAAAAAB////\n        /////////4AAAAAAAAAAAP////8AAAAAAAAAAAD/////////////AAAAAAAAAAAA/////4AAAAAAAAAA\n        AD////////////wAAAAAAAAAAAH/////wAAAAAAAAAAAH///////////+AAAAAAAAAAAA//////AAAAA\n        AAAAAAAH///////////gAAAAAAAAAAAD/////+AAAAAAAAAAAA///////////+AAAAAAAAAAAAf/////\n        8AAAAAAAAAAAH///////////+AAAAAAAAAAAD//////4AAAAAAAAAAB////////////+AAAAAAAAAAAf\n        //////wAAAAAAAAAAf////////////+AAAAAAAAAAD///////gAAQAAAAAAP//////////////AAAAAA\n        AgAAf///////AAB//wAAA////////////////8AAAP/+AAD///////8AAD/////////////gB///////\n        //////wAAP///////4AAH////////////8AD////////////+AAB////////wAAP////////////wAP/\n        ///////////wAAP////////wAAP////////////AA////////////8AAD/////////gAAf//////////\n        /8AD////////////gAAf/////////AAA////////////wAP///////////8AAD/////////+AAA/////\n        ///////AA////////////AAAf/////////8AAB///////////8AD///////////4AAD//////////4AA\n        B///////4///wAP//8f//////+AAAf//////////4AAB//////8D///AA///wP//////gAAH////////\n        ///wAAB/////8AP//8AD///AD/////wAAA////////////wAAAf///8AB///wAP//+AA////4AAAP///\n        /////////gAAAH//wAAH///wD///4AAD//4AAAB/////////////gAAAAAAAAAf////////gAAAAAAAA\n        Af/////////////gAAAAAAAAD/////////AAAAAAAAAH//////////////gAAAAAAAAP////////8AAA\n        AAAAAB///////////////gAAAAAwAA/////////wAAwAAAAAf///////////////gAAAAOAAH///w8P/\n        //gAAwAAAAP////////////////4AAAHgAAf///AA///+AAB4AAAH/////////////////8AAD8AAD//\n        /4AB///8AAB8AAD//////////////////////AAAf///AAD///4AAD/////////////////////////w\n        AAB///8AAP///gAAD////////////////////////+AAAP///gAAf///AAAP////////////////////\n        ////8AAB///8AAA///+AAB/////////////////////////4AAH///gAAB///4AAP///////////////\n        //////////wAA///8AAAD///wAB//////////////////////////wAH///wAAAP///gAf//////////\n        ////////////////gA///+AAAAf///AD///////////////////////////gH///wAAAA///8A//////\n        //////////////////////gf//8AAAAA///4P////////////////////////////z///gAAAAB///3/\n        ///////////////////////////////8AAAAAD////////////////////////////////////gAAAAA\n        H///////////////////////////////////4AAAAAAH//////////////////////////////////+A\n        AAAAAAH///////////////////////////////////gAAAAAH///////////////////////////////\n        //////8AAf//////////////////////////////////////////////////////////////////////\n        /////////////////////////////////////////////////////////////////////////////ygA\n        AACAAAAAAAEAAAEAIAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3gEASt4CAEreBABK\n        3gQASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gQASt4EAEreAgBK\n        3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAgBK3gQASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAASt0GAEreGwBK3jsASt5YAEreWQBK\n        3lkASt5ZAEreWQBK3lkASt5ZAEreWQBK3lkASt5ZAEreWQBK3lkASt5ZAEreWQBK3lkASt5ZAEreWQBK\n        3loASt5HAEneJABK3gwAAAAAAAAAAAAAAAAAAAAAAAAAAABL3gIASt4EAEreAwBK3gEAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAEreBABK3QEAAAAAAAAAAAAAAAAASd0DAEreIwBK\n        3lgASt6HAEretwBK3uAASt73AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre6gBK3sYASt6WAEreagBK\n        3jUASt8LAAAAAAAAAAAAAAAAAAAAAABK3gMASt4EAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIASt4EAEneAQAA\n        AAAAAAAAAEniAgBK3iYASt5gAErepQBK3tcASt76AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/ABK\n        3vwASt78AEre/ABK3vwASt78AEre/ABK3vwASt78AEre/ABK3vwASt78AEre/ABK3vwASt78AEre/ABK\n        3vwASt78AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3uUASt65AEreeABK3jkAS98KAAAAAAAA\n        AAAAAAAAAEreAwBK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAQBK3gQASt4CAAAAAAAAAAAASt8FAEreOgBK3oQASt7NAEre+wBK3v8ASt7/AEre/wBK\n        3v8ASt78AEre+wBK3vwASt79AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v4ASt78AEre+wBK\n        3vsASt7+AEre/wBK3v8ASt7/AEre/wBK3uEASt6eAEreUwBK3hIAAAAAAEreAQBL3gEASt4EAEreAgAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAgBK3gQAS94BAAAAAAAAAAAASt4sAErehABK\n        3tYASt7/AEre/wBK3v8ASt7/AEre+wBK3vsASt79AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/ABK3vsASt7+AEre/wBK\n        3v4ASt7/AEre6wBK3qEASt5JAEndBgAAAAAAAAAAAEreAwBK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAgBK\n        3gQASt4BAAAAAABK3gsASt5dAErevgBK3vsASt7/AEre/wBK3v0ASt77AEre/ABK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre+wBK3vwASt7/AEre/gBK3v8ASt7ZAEregABK\n        3h8AAAAAAEreAQBK3gIASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gMASt4BAAAAAABK3hcASt5+AEre4QBK3v8ASt7+AEre/gBK\n        3vsASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt77AEre/QBK3v8ASt7/AEre9QBK3qMASt41AAAAAAAAAAAASt4DAEreAwAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMASt4CAAAAAABJ\n        3hsASt6KAEre7gBK3v8ASt7+AEre/ABK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3vsASt7+AEre/wBK3v0ASt60AEreOgAAAAAAS98BAEreAwBK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gIASt4DAAAAAABJ3g4ASt5+AEre8ABK3v8ASt7+AEre+wBK3v0ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt77AEre/QBK3v8ASt7/AErerwBK\n        3iwAAAAAAEreAgBK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4EAEvfAQAAAAAASt5aAEre5ABK\n        3v8ASt79AEre+wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v0ASt7/AEre+wBK3pIASt8RAAAAAABK3gQASt4CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4CAEreAwAAAAAASt4pAErewABK3v8ASt7+AEre/ABK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vwASt79AEre/wBK3ucASt5YAAAAAABJ3gIASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwBK3QEAAAAAAEredQBK3vYASt7/AEre+wBK\n        3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt77AEre/gBK3v8ASt6tAEreGAAA\n        AAAASt4EAErdAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gQAAAAAAErfGwBK3rkASt7/AEre/ABK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre+wBK3v8ASt7nAEreSgAAAAAASt4DAEreAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3QEASt4EAAAAAABK3kQASt7qAEre/wBK3vsASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK\n        3v4ASt7/AErehAAAAAAASd8CAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreAwAA\n        AAAASt5zAEre/gBK3v4ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3vsASt7/AEresgBK3w8AAAAAAEreAwAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAgBK3wIAAAAAAErelABK3v8ASt78AEre/QBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3vsASt7/AEre0ABK3iAAAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIASdwBAEvfBQBK\n        3q0ASt7/AEre+gBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AEre5QBK\n        3i8AAAAAAEreBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4CAAAAAABL3gkASt62AEre/wBK3voASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEre7ABK3jgAAAAAAEreBAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErfAQBJ3gEAS+AFAEretQBK\n        3v8ASt76AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vwASt7/AEre7QBK3jIAAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gEASd4CAAAAAABK3qwASt7/AEre+gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt7+AEre/gBK3v4ASt7+AEre/gBK3v4ASt7+AEre/gBK3v4ASt7+AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEre5wBK3icAAAAAAEreAwAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwAAAAAASt6TAEre/wBK\n        3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3vwASt7/AEre2ABK3hcAAAAAAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gQAAAAAAEredABK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7kAEre4wBK3usASt7oAEre6ABK3ugASt7oAEre6ABK3ugASt7rAEre4wBK\n        3uQASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AErewABJ\n        3gUAAAAAAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAAAAAABK3kkASt7+AEre/QBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3r4ASt4UAEreBQBK\n        3hEASt4NAEreDQBK3g0ASt4NAEreEQBK3gUASt8TAErevQBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AErelQAAAAAASt4DAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAgAAAAAASt4dAEre5gBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3ssASt4bAAAAAABK3gEAAAAAAAAAAABK3gEAAAAAAEreGgBK\n        3soASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vwASt7/AEreXwAAAAAASt4EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAAAAAABK3rMASt7/AEre/ABK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK\n        3uUASt42AAAAAABK3gQASt4EAAAAAABK3jMASt7jAEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v8ASt7wAEreKQAAAAAASt4CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreBAAAAAAASt5sAEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7+AEre/ABK\n        3vwASt77AEre+wBK3vwASt78AEre/gBK3v8ASt7+AEre/wBK3vcASt5XAAAAAAAAAAAASt5WAEre9wBK\n        3v8ASt7+AEre/wBK3v8ASt79AEre/ABK3vwASt77AEre+wBK3vwASt79AEre/gBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/ABK3v8ASt68AAAAAABL3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIAAAAAAEreJgBK3vAASt7/AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt79AEre+wBK3vsASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK\n        3vUASt7uAEre7wBK3vMASt5PAEreTABK3vAASt7rAEre6wBK3vMASt75AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vsASt77AEre/ABK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v8ASt5sAAAAAABK\n        3gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEveAgAAAAAASt6tAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre/ABK3vsASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre5gBK\n        3ssASt6uAErekABK3nQASt5bAEreRgBK3jYASt4pAEreHABK3hQASt4MAErfDQBK3xUASt8VAErgDABJ\n        3goASt4RAEreFwBK3iIASt4uAErePABK3k8ASt5nAEregwBK3qEASt7AAEre2gBK3vUASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt77AEre+wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3uwASt4eAAAAAABK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMAAAAAAEreTQBK3v8ASt79AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt77AEre/ABK3v8ASt7/AEre/wBK\n        3v8ASt71AEre1ABK3qMASt51AEreSgBK3icAS94LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASd0EAEreGwBK3jwASt5lAErekgBK3sIASt7sAEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt77AEre/ABK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK\n        3p0AAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3wIASt7JAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3vsASt7+AEre/wBK3v8ASt7/AEre8wBK3sMASt6GAEreTABK3hoASd0DAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt8BAEreAwBK3gQASt4EAEreBABK3gMASt4DAEreAgBK3gIASt4BAEreAQBK3gEASt8BAErfAQBK\n        3wEASt4BAEreAQBK3gEASt4CAEreAgBK3gMASt4DAEreBABK3gQASt4DAEreAgAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3g8ASt44AErecABK3qoASt7kAEre/gBK3v8ASt7/AEre/wBK3vsASt78AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3jYAAAAAAEreAgAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMAAAAAAEreXQBK3v8ASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre+wBK3v4ASt7/AEre/wBK3v8ASt7aAErelwBK3lIASd8XAAAAAAAA\n        AAAAAAAAAAAAAABJ3AEASt4DAEreBABK3gMASt4CAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gIASt4DAEreBABK3gQAS94BAAAAAAAAAAAAAAAAAAAAAABK\n        3gkASt44AErefQBK3sIASt75AEre/wBK3v8ASt7+AEre+wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vwASt7/AErerwAAAAAASd0CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4BAAAAAABL3wMASt7OAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/ABK3v8ASt7/AEre/gBK\n        3tYASt6GAEreNwBK3wYAAAAAAAAAAAAAAAAASt8BAEreBABK3gMASt4CAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4BAEreAwBK3gQASt4DAAAAAAAAAAAAAAAAAAAAAABK3iIASt5pAErevABK\n        3vYASt7/AEre/wBK3v0ASt77AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEreOQAAAAAASt4CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMAAAAAAEreVABK3v8ASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt77AEre/gBK3v8ASt7/AEre5wBK3pUASt47AErcBAAAAAAAAAAAAAAAAABK3gQASt4EAErfAgAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4BAEreAgBK3gQASt8CAAAAAABL3QEAAAAAAEreIABK3nMASt7MAEre/wBK3v8ASt7/AEre+wBK\n        3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/ABK3v8ASt6nAAAAAABK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAQAAAAAASt68AEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt77AEre/gBK3v8ASt79AErewQBK3lkAS98OAAAAAAAA\n        AAAASd0BAEreBABK3gMASt8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEreBABK\n        3gIAAAAAAAAAAABL3gIASt46AErenwBK3vEASt7/AEre/wBK3vwASt78AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3vcASt4mAAAAAABK\n        3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIAAAAAAEreNQBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre/gBK\n        3v8ASt7zAErenwBK3jIAAAAAAAAAAAAAAAAASt4EAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIASt4EAEreAQAAAAAAAAAAAEreFgBK\n        3nYASt7eAEre/wBK3v4ASt78AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3oMAAAAAAEreBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreBAAAAAAASt6PAEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt77AEre/gBK3v8ASt7uAEreiwBK3hwAAAAAAEreAQBK3gIASt4EAEreAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAwBK3gMASt4BAAAAAABK3ggASt5gAEre0wBK3v8ASt7+AEre/ABK\n        3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7/AEre2gBJ\n        3QgAAAAAAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEAAAAAAEreCwBK3t4ASt7/AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/QBK3v8ASt7wAEreiABK\n        3hYAAAAAAErdAQBK3gMASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gIASt4EAErdAQAAAAAAStwDAEreWABK3tMASt7/AEre/gBK3vwASt7+AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7/AEreSQAAAAAASt4DAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAwAAAAAASt5KAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt78AEre/ABK3v8ASt73AErelABK3hkAAAAAAEreAQBK3gQASt4CAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreBABK3gIAAAAAAErfBABK\n        3mMASt7hAEre/wBK3v0ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK\n        3v8ASt6dAAAAAABK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4EAAAAAABK3pcASt7/AEre+wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/ABK3v8ASt7/AEresABK3igAAAAAAEreAQBK\n        3gQASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMASt4CAAAAAABJ3gwASt5/AEre8gBK3v8ASt78AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3t4AS94JAAAAAABK3gEAAAAAAAAAAAAA\n        AAAAAAAAAEreAQAAAAAASt8EAEre2ABK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK\n        3vwASt7/AEre1gBK3kYAAAAAAErdAQBK3gMASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gEASt4CAEreAwBK3gMASt4EAEreBABK\n        3gQASt4EAEreBABK3gIAAAAAAEreBABK3gQASt4EAEreBABK3gQASt4DAEreAwBK3gIASt4BAEreAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4DAEreAgAAAAAASt4eAEreqQBK3v8ASt7+AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/wBK3j8AAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAASt4CAAAAAABK3i4ASt7/AEre/wBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/gBK3vsASt7/AEre+ABK3oAASuAHAAAAAABK3gMASt4DAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEreAwBK3gQASt4EAEreAwBK\n        3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEvdAQBK3gMASt4EAEreBABK3gMASt4CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASd4BAEreAwBL3gEAAAAAAEreTABK\n        3t8ASt7/AEre/ABK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AErefwAAAAAASt4EAAAAAAAA\n        AAAAAAAAAAAAAABK3gQAAAAAAEreagBK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK3v0ASt78AEre/wBK\n        3sgASt4sAAAAAABK3gMASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreAwBK\n        3gQASt4DAEvfAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3gkASt4ZAEreLABK3j0ASt5PAEreYABK\n        3m8ASt55AErefwBK3pEASt44AErfCgBK3oMASt5+AEredQBK3moASt5eAEreTgBK3j4ASt4sAEreGABK\n        3ggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASN4BAEreAwBK3gQASt4DAEreAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAgBK3gMAAAAAAEreDABK3pQASt7/AEre/gBK3vwASt7/AEre/wBK\n        3v8ASt7/AEre/ABK3v8ASt6+AAAAAABL3QIAAAAAAAAAAAAAAAAAAAAAAEreAwAAAAAASt6jAEre/wBK\n        3vsASt7/AEre/wBK3v8ASt78AEre/wBK3v0ASt6AAEncAwAAAAAASt4EAEreAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEneAQBK3gMASt4EAEreAgAAAAAAAAAAAAAAAAAAAAAASeEBAEreGQBK3j8ASt5lAEreigBK\n        3q8ASt7MAEre4wBK3vQASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3msASt8VAEre/wBK\n        3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v0ASt7zAEre4QBK3ssASt6vAEreigBK3mMASt48AEreGQBL\n        3gEAAAAAAAAAAAAAAAAAAAAAAEreAgBK3gQASt4DAEneAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gMASt4CAAAAAABK3kUASt7iAEre/wBK3vsASt7+AEre/wBK3v8ASt7+AEre/wBK3uoAS94QAAAAAABK\n        3gEAAAAAAAAAAABK3gEAAAAAAEreAgBK3tMASt7/AEre/QBK3v8ASt7+AEre+wBK3v8ASt7bAEreOQAA\n        AAAASt4DAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreAwBK3gMAAAAAAAAAAAAAAAAAAAAAAEreEQBK\n        3j0ASt5xAEreqABK3s8ASt7zAEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/ABK\n        3vwASt77AEre+wBK3vcASt7/AEreaABK3xcASt77AEre/ABK3voASt77AEre/ABK3vwASt79AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7zAEre0ABK3qkASt5wAErePABJ3g8AAAAAAAAAAAAA\n        AAAAAAAAAEreAwBK3gQASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEASt4EAAAAAABK3REASt6qAEre/wBK\n        3vwASt79AEre/wBK3v8ASt7+AEre/wBK3jkAAAAAAEreAwAAAAAAAAAAAEreAgAAAAAASt4bAEre9ABK\n        3v8ASt7+AEre/gBK3vwASt7/AEreqgBJ3Q4AAAAAAEreBABK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJ3gEAAAAAAEreAQAA\n        AAAAAAAAAAAAAABJ3ggASt44AEreegBK3rwASt7rAEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre+wBK\n        3vsASt78AEre/ABK3v4ASt7+AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v8ASt5nAErfEgBK\n        3v4ASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7+AEre/gBK3v0ASt78AEre/ABK3vsASt77AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre6gBK3rwASt56AEreOgBK3woAAAAAAAAAAAAAAAAASt4DAEreBABJ\n        3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4DAEveAgAAAAAASt5tAEre+gBK3v8ASt78AEre/wBK3vwASt7/AEreZgAA\n        AAAASt4EAAAAAAAAAAAASt4DAAAAAABK3j4ASt7/AEre/gBK3vwASt7+AEre/gBK3ncAAAAAAErfAgBK\n        3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gIASt4EAAAAAAAAAAAAAAAAAEreDwBK3k8ASt6iAEre4QBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre+wBK3vsASt79AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3sIASt6gAEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v0ASt77AEre+wBK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre4gBK3qMASt5TAErfEQAAAAAAAAAAAAAAAABK3gQASt4DAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEreBAAA\n        AAAASt47AEre4gBK3v8ASt77AEre+wBK3v8ASt6QAAAAAABK3gQAAAAAAAAAAABK3gQAAAAAAEreYwBK\n        3v8ASt74AEre/wBK3u8ASt5KAAAAAABK3gQASd4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEneAQBK3gMASt4BAAAAAAAAAAAASt4MAAAAAABK\n        3ngASt70AEre/gBK3v8ASt7/AEre/gBK3vsASt78AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre+wBK3v4ASt7/AEre/wBK3v8ASt7uAEreqgBK\n        3k8ASt4MAAAAAAAAAAAASt4BAEreBABK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreBAAAAAAASt4YAErexQBK3v8ASt73AEre/wBK\n        3rkAAAAAAEreAgAAAAAAAAAAAEreBAAAAAAASt6DAEre/wBK3v8ASt7dAEreKwAAAAAASt4FAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAgBK\n        3gQASd4BAAAAAAAAAAAASt4uAEremABK3r8AAAAAAEreqwBK3v8ASt75AEre+wBK3v0ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v0ASt77AEre/ABK3v8ASt7+AEre/wBK3uQASt6SAEreMgAAAAAAAAAAAEvfAQBK\n        3gQASt0CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAwAAAAAASt4GAErepQBK3v8ASt7/AEre0gBK9QEAAAAAAErfAQAAAAAASt4DAAAAAABK\n        3p4ASt7/AErexQBJ3hcAAAAAAEreBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAgBK3gQAS94BAAAAAABJ3ggASt5WAErexABK3vsASt7/AEre2QAA\n        AAAASt6oAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3vsASt78AEre/wBK3v8ASt79AErexgBK3loASt4LAAAAAABK3QEASt4DAEreAgAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAgBK3gMAAAAAAErehgBK\n        3v8ASt7nAErdDgAAAAAASt4BAAAAAABK3gIAAAAAAErexQBK3sYASt4JAAAAAABK3gMAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gMASt4BAAAAAABK\n        3hQASt55AEre3wBK3v8ASt7/AEre/ABK3v8ASt7ZAAAAAABK3qkASt7/AEre/ABK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre+wBK3v4ASt7+AEre/wBK\n        3uIASt57AEreFwAAAAAASt4BAEreAwBK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gQAAAAAAEredQBK3voASt4fAAAAAABK3gIAAAAAAAAAAABK\n        4AUASt57AErdEQAAAAAASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEneAQBK3gQAS94BAAAAAABK3hkASt6DAEre6wBK3v8ASt7+AEre/ABK3vwASt78AEre/wBK\n        3tcAAAAAAErergBK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt78AEre/gBK3v8ASt7uAErehQBK3hkAAAAAAEreAQBK\n        3gMASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK\n        3gQAAAAAAEreagBK3jIAAAAAAEreAgAAAAAAAAAAAEreAQBK3gIASt4BAEreAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMASt4CAAAAAABK3xIASt6DAEre8QBK\n        3v8ASt7+AEre+wBK3v0ASt7/AEre/wBK3v4ASt7/AEre5wBK3rEASt77AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt79AEre+wBK3v4ASt7/AEre8ABK3oUASt8UAAAAAABK3gIASt4DAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIASeABAEngAgAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAgBK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gIASt4DAAAAAABJ3ggASt5vAEre5wBK3v8ASt79AEre+wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vsASt79AEre/wBK\n        3ukASt5xAEneCQAAAAAASt4DAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEASt4DAEvdAQAAAAAASt5HAEre1ABK3v8ASt79AEre/ABK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre/QBK3v8ASt7YAEreTAAAAAAASeABAEreAwBK\n        3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEreAwAA\n        AAAASt4fAErerwBK3v8ASt7+AEre/ABK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt79AEre/ABK3v4ASt7/AEresQBL3yEAAAAAAEreAwBK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAwAAAAAASNwBAEreaQBK3vAASt7/AEre/ABK3vwASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3vwASt7/AEre8wBK\n        3m0AT+MBAAAAAABK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEneAQBK3gQAAAAAAEreIgBK\n        3sEASt7/AEre/QBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt79AEre/wBK3sEASt4jAAAAAABK3gQASt4BAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gIASd0CAAAAAABK3l8ASt7yAEre/wBK3vsASt79AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt77AEre/wBK3vMASt5iAAAAAABL3QIASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASd4BAAAAAABJ3QwASt6lAEre/wBK\n        3v0ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/QBK3v8ASt6pAEveDgAA\n        AAAASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASd4BAEreAwAAAAAASt4sAEre1ABK3v8ASt77AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre+wBK3v8ASt7XAEreLgAAAAAASt4EAErfAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gMAAAAAAEneDABK3uIASt7/AEre+wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK\n        3v8ASt70AEreWQAAAAAASt4EAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gIAAAAAAEneCwBK3iMASd4PAEre7wBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v0ASt7/AEreggAAAAAASt4CAEreAgAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEreAQAAAAAASt6vAErejQAAAAAASt7zAEre/wBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/gBK3vsASt7/AEreowBK3QQASt4BAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwAA\n        AAAAS94NAEresgBK3v8ASt6CAETgAwBK3vQASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3voASt7/AEreugBK\n        3g4AAAAAAEreAwAAAAAAAAAAAAAAAABK3gEAAAAAAEreFQBK3sgASt7/AEre/wBK3oYAAAAAAEre8wBK\n        3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AEreyABK3hYAAAAAAEreAQAAAAAASt4CAAAAAABK\n        3hkASt7SAEre/wBK3vcASt7/AErefgBK3lQASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vsASt7/AEre0QBL3hkAAAAAAEreAQBK3gMAAAAAAErerQBK3v8ASt76AEre/gBK3v8ASt7hAEre9QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3voASt7/AErerAAAAAAASt4DAAAAAABK\n        3gIASt7VAEre/wBK3v0ASt7/AEre/wBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3v8ASt7VAFHeAgAAAAAAAAAAAEreFwBK3vIASt7/AEre/gBK3v8ASt7/AEre/gBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3vEASt4WAAAAAAAA\n        AAAASt40AEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3jMAAAAAAAAAAABK3k8ASt7/AEre/ABK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEreTgAA\n        AAAAAAAAAErebwBK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v8ASt5uAAAAAAAAAAAASt6IAEre/wBK3vsASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK\n        3ogAAAAAAAAAAABK3qIASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AEreoAAAAAAAAAAAAEretwBK3v8ASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK\n        3v8ASt62AAAAAAAAAAAASt7GAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3sQAAAAAAEreAgBK3tIASt7/AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt7/AEre0QBK5gIASt4IAEre2gBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt7aAEreBwBK3gsASt7gAEre/wBK\n        3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt79AEre/wBK3t8ASN4LAEreDQBK3uMASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre4gBK3gwASt4MAEre4QBK\n        3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3v8ASt7hAEreDABK3gkASt7dAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3twASt4JAEreAwBK\n        3tMASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt79AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v0ASt7/AEre0gBK3gIAAAAAAErexABK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre8ABK\n        3usASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3uoASt7wAEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt7EAAAAAAAA\n        AAAASt6uAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt7QAEreOwBK3uwASt7/AEre/ABK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt7rAEreOwBK\n        3tEASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3q0AAAAAAAAAAABK3owASt7/AEre+wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK\n        3tgAAAAAAEreNABK3uwASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3vwASt7/AEre6wBK3jIAAAAAAEre2QBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AEreiwAA\n        AAAAAAAAAEreYQBK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7/AEre1wBK3gcAAAAAAEreLwBK3uYASt7/AEre/ABK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3uYASt4uAAAAAABK\n        3ggASt7YAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt5gAAAAAAAAAAAASt4uAEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3v8ASt7eAEreBwBK3gIAAAAAAEreJwBK3t0ASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre+wBK3v8ASt7cAEreJgAAAAAASt4BAEreCABK3uAASt7/AEre/QBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3i4AAAAAAAAAAABK2QMASt7WAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3ugASt4NAAAAAABK3gQAAAAAAEreGwBK\n        3s4ASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AErezgBK3hoAAAAAAEreBAAA\n        AAAASt4OAEre6QBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt7WAEneAwAAAAAASt4EAAAAAABK3oQASt7/AEre+wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt7/AEre9ABK3hsAAAAAAEreAQBK3gMAAAAAAEreDwBK3rwASt7/AEre+gBK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt77AEre/wBK3roASt0OAAAAAABK3gMASt4BAAAAAABK3hwASt71AEre/wBK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK\n        3oMAAAAAAEreBABK3QIAAAAAAErdHwBK3vAASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEreMQAAAAAASt4CAAAAAABK\n        3gIAAAAAAEzgBQBK3qEASt7/AEre+wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre+wBK3v8ASt6gAEveBABJ3wEASt4CAAAAAABK\n        3gIAAAAAAEreMwBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt7vAEreHgAAAAAASt4CAAAAAABK3gMAAAAAAErecwBK\n        3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/ABK3v8ASt5RAAAAAABK3gMAAAAAAAAAAABK3gIASd4DAAAAAABK3nwASt7/AEre/gBK\n        3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK\n        3v4ASt7/AEreewAAAAAASd0DAEreAgAAAAAAAAAAAEreAwAAAAAASt5TAEre/wBK3vwASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK\n        3nIAAAAAAEreAwAAAAAAAAAAAAAAAABJ3QIAAAAAAErelABK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3n4AAAAAAEreBAAA\n        AAAAAAAAAAAAAABK3gEASt4EAAAAAABK3lAASt7wAEre/wBK3vsASt7+AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vsASt7/AEre8ABK3k8AAAAAAEreBABK3gEAAAAAAAAAAAAA\n        AAAASt4EAAAAAABK3oAASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt6UAAAAAABK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3QQAAAAAAEregABK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3vwASt7/AEretQAAAAAASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4EAAAAAABK\n        3iYASt7LAEre/wBK3vwASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt78AEre/wBK\n        3skASt4lAAAAAABK3gQAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIAAAAAAEreuABK3v8ASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEregAAA\n        AAAASt4EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreBAAAAAAASt6ZAEre/wBK3vsASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v8ASt7pAEreEwAA\n        AAAASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAAAAAABL3gUASt6KAEre/wBK3v8ASt77AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v0ASt77AEre/wBK3v8ASt6JAEvgBQAAAAAASt4DAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt8BAAAAAABK3xUASt7rAEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v8ASt6YAAAAAABK3gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4DAAAAAABK3rYASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt5TAAAAAABK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4CAEreAwAAAAAASt49AEre0wBK3v8ASt79AEre+wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt77AEre/QBK3v8ASt7TAErePQAA\n        AAAASt4DAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMAAAAAAEreVQBK3v8ASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK\n        3rUAAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gQAAAAAAErejQBK3v8ASt77AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK\n        3rEAAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreAwAAAAAAS94HAEredgBK\n        3u0ASt7/AEre/gBK3vwASt78AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3vwASt78AEre/gBK3v8ASt7sAEredABL3wcAAAAAAEreAwBK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAgAAAAAASt6zAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AErejQAAAAAASt4EAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAwAAAAAASt5JAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre/gBK3jYAAAAAAEreAwAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAwBK3gIAAAAAAEreFgBK3oUASt7pAEre/wBK3v4ASt7/AEre/QBK\n        3vsASt77AEre+wBK3vsASt77AEre+wBK3v0ASt7/AEre/gBK3v8ASt7pAErehABJ3RUAAAAAAEreAgBK\n        3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMAAAAAAEreNwBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3v8ASt5JAAAAAABK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAAAAAABK3gcASt7YAEre/wBK\n        3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vwASt7/AEreswAAAAAASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK\n        3gMASt8BAAAAAABK3g8ASt5gAEreuABK3vIASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vIASt63AEreXwBK3g8AAAAAAEreAQBK3gMASt8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAErfAwAAAAAASt61AEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7/AEre1wBK2wcAAAAAAErdAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4DAAAAAABK3nEASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEreZwAAAAAASt4FAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIASt4EAAAAAAAAAAAAAAAAAEreFgBK\n        3kYASt5xAErejwBK3p4ASt6eAErejgBK3nEASt5FAEreFQAAAAAAAAAAAAAAAABK3gQASt4CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gUAAAAAAEreagBK3v8ASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK\n        3v8ASt5wAAAAAABK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEAAAAAAEreCwBK\n        3tYASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/gBK3v8ASt74AEreQQAAAAAASt4FAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4BAEreBABK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAgBK3gQASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4FAAAAAABK3kMASt75AEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7/AEre1gBL3QsAAAAAAEveAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMAAAAAAEreVABK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v8ASt7xAEreQwAA\n        AAAASt4EAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gEASt4DAEreBABK3gQASt4DAEreAwBK3gQASt4EAEreAwBK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEreBAAAAAAASt5FAEre8QBK3v8ASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK\n        3v8ASt5TAAAAAABK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL\n        3gMAAAAAAEreowBK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v4ASt76AErebwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAErecABK3vsASt7+AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AEreogAAAAAASd4DAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQAAAAAASt4TAEre2wBK3v8ASt79AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3voASt7/AErezgBK3iwAAAAAAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIAAAAAAErfLQBK3s4ASt7/AEre+gBK3v0ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK\n        3toASt4TAAAAAABK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAwAAAAAASt47AEre+QBK3v4ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt79AEre/ABK3vsASt77AEre+wBK3vsASt78AEre/ABK3v0ASt79AEre/QBK3v4ASt7+AEre/gBK\n        3v4ASt7+AEre/QBK3v0ASt78AEre+wBK3vwASt7/AEre/gBK3v8ASt6/AEreJQAAAAAASt4CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gEASt4BAEreAQBK\n        3gEASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAgAA\n        AAAASt4lAErewABK3v8ASt7+AEre/wBK3vwASt77AEre/ABK3v0ASt79AEre/gBK3v4ASt7+AEre/gBK\n        3v4ASt79AEre/QBK3v0ASt78AEre/ABK3vsASt77AEre+wBK3vsASt78AEre/QBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v4ASt74AEveOgAAAAAASt4DAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreBAAAAAAASt5fAEre/wBK\n        3vwASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre+QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vUASt6vAEreQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreQQBK3rAASt71AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre+QBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre/wBK\n        3l4AAAAAAEreBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreBAAAAAAASt54AEre/wBK3vsASt7+AEre/wBK3v8ASt7/AEre/QBK\n        3v8ASt6ZAEreMgBK3l4ASt5tAEregABK3pIASt6jAEretABK3sMASt7QAEre2QBK3uEASt7nAEre7ABK\n        3u4ASt7tAEre5wBK3twASt7NAEreswBK3okASt5UAEreGgAAAAAAAAAAAEreAgBK3gIAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3QYASt4KAEreCQBK\n        3gkASt4JAEreBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAgBK3gIAAAAAAAAAAABK3hoASt5UAEreigBK3rMASt7NAEre3ABK3ucASt7tAEre7gBK\n        3uwASt7nAEre4QBK3tkASt7QAErewwBK3rQASt6jAErekgBK3oAASt5tAEreXgBK3jIASt6bAEre/wBK\n        3v0ASt7/AEre/wBK3v8ASt7+AEre+wBK3v8ASt53AAAAAABK3gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreBAAA\n        AAAASt6EAEre/wBK3vsASt7+AEre/wBK3v8ASt7+AEre/wBK3vsASt5UAAAAAABK3gIAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAStwEAErfCQBK3wwASt4QAEreEQBK3hAASt4MAEreBgAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAgBK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gEAAAAAAEresABK3usASt7fAEre3wBK3uoASt64AAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMASt4CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4GAEreDABK3hEASt4RAEreEABK3gwAS98JAEreBAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gIAAAAAAEreVQBK3vwASt7/AEre/gBK3v8ASt7/AEre/gBK3vsASt7/AEregwAA\n        AAAASt4EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwAAAAAASt6AAEre/wBK3vwASt79AEre/wBK\n        3v8ASt7/AEre/gBK3v8ASt58AAAAAABK3gMASt4IAEreAwBK3gMASt0CAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEvfAQBK3gMASt4EAEreBABK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAAAAAABK3goASt7jAEre/wBK\n        3v0ASt7+AEre/wBK3ukASt4OAAAAAABK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreBABK3gQASt4DAEvcAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL3gIASt4DAEreAwBK3ggASt4DAAAAAABK3n4ASt7/AEre/gBK\n        3v8ASt7/AEre/wBK3v0ASt78AEre/wBK3oAAAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4BAEreBAAAAAAASt5uAEre/wBK3v4ASt78AEre/wBK3v8ASt7+AEre+wBK3v8ASt6nAEreDwAA\n        AAAASt4DAEreBABK3gEAAAAAAEreAQBK3gEASt4BAEreAQBK3gEASt4BAEreAQBK3gEAS94BAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEreBABK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gIAAAAAAEreHABK3vMASt7/AEre/ABK3vwASt7/AEre9gBK3iAAAAAAAEreAgAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAgBK3gQASt4CAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gEASt4BAEreAQBK3gEASt4BAErfAQBK3gEAAAAAAEndAQBK\n        3gQASt4DAAAAAABK3RAASt6nAEre/wBK3vsASt7+AEre/wBK3v8ASt78AEre/gBK3v8ASt5tAAAAAABK\n        3gQASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt8BAEreBAAAAAAASt5NAEre8ABK\n        3v8ASt77AEre/gBK3v8ASt7+AEre+wBK3v8ASt7hAEreUAAAAAAAAAAAAErdAQBK3gQASt4DAEreAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreAgBK3gQASt4EAAAAAAAA\n        AAAAAAAAAAAAAABK3xwASt4GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAgAAAAAASt4pAEre+wBK\n        3v8ASt7+AEre/gBK3v8ASt79AEreKwAAAAAASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEneBgBK\n        3hsAAAAAAAAAAAAAAAAAAAAAAEreBABK3gQASt4CAErdAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4BAEreAwBK3gQASt4BAAAAAAAAAAAASt5SAEre4gBK3v8ASt77AEre/gBK\n        3v8ASt7+AEre+wBK3v8ASt7wAEreTQAAAAAASt4EAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreBAAAAAAASt4lAEreyQBK3v8ASt78AEre/ABK3v8ASt7/AEre/ABK\n        3v4ASt7/AErevgBK3kcATNwDAAAAAAAAAAAAAAAAAEreAgBK3gQASt4EAEreBABK3gQASt4EAEreBABK\n        3gQASt4DAEreAQAAAAAAAAAAAAAAAAAAAAAASd0DAEreKwBK3m0ASt7EAEre0wBK3gcAAAAAAEreAQAA\n        AAAAAAAAAAAAAAAAAAAASt4CAAAAAABK3SUASt76AEre/QBK3voASt76AEre/ABK3voASt4mAAAAAABK\n        3gIAAAAAAAAAAAAAAAAAAAAAAEneAQAAAAAASN4IAEre1ABK3sMASt5tAEreKwBK3gMAAAAAAAAAAAAA\n        AAAAAAAAAErdAQBK3gMASt4EAEreBABK3gQASt4EAEreBABK3gQASt4EAEreAgAAAAAAAAAAAAAAAABJ\n        3wMASt5HAErewABK3v8ASt7+AEre/ABK3v8ASt7/AEre/ABK3vwASt7/AEreyABK3iUAAAAAAEreBAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwAA\n        AAAASd4FAEreggBK3voASt7/AEre/ABK3vwASt7/AEre/QBK3v0ASt7/AEre/wBK3tIASt58AEreNABL\n        3wkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAErdCgBK3i4ASt5dAEremgBK\n        3tUASt78AEre/ABK3v8ASt64AAAAAABK3wIAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEAAAAAAEndBQBK\n        3tEASt7/AEre/QBK3v0ASt7/AEre2ABL3gcAAAAAAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAEneAgAA\n        AAAASt66AEre/wBK3vwASt78AEre1QBK3poASt5cAEreLgBK3QkAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEneCQBK3jQASt59AEre0wBK3v8ASt7/AEre/QBK3v0ASt7/AEre/ABK\n        3vwASt7/AEre+QBK3oIAS98FAAAAAABK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAgBK3gMAAAAAAEreLgBK3rwASt7/AEre/wBK\n        3v0ASt77AEre/gBK3vwASt79AEre/wBK3v8ASt7+AEre4wBK3roASt6WAErefABK3mwASt5nAEreawBK\n        3nQASt6HAErenwBK3swASt7pAEre+QBK3v8ASt7/AEre/wBK3v4ASt73AEre/wBK3nUAAAAAAEreBAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEAAAAAAEreHABK3nYASt6fAErepgBK3ogASt4nAAAAAABK\n        3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4EAAAAAABK3ncASt7/AEre9wBK3v4ASt7/AEre/wBK\n        3v8ASt75AEre6ABK3ssASt6eAErehwBK3nQASt5rAEreZwBK3mwASt59AErelgBK3rsASt7jAEre/gBK\n        3v8ASt7/AEre/QBK3vwASt7+AEre+wBK3v0ASt7/AEre/wBK3rsASt4uAAAAAABK3gMASt4CAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAQBK3gMAAAAAAAAAAABK3ksASt7HAEre/wBK3v4ASt7/AEre/ABK3vsASt76AEre+gBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre6wBK3tMASt76AEre/QBK\n        3vsASt79AEre/gBK3v8ASt73AEreJQAAAAAASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gIAAAAAAEreJwBK3vgASt7/AEre/gBK3v0ASt77AEre/QBK3voASt7TAEre6wBK3v8ASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre+gBK3voASt77AEre/ABK3v8ASt7+AEre/wBK\n        3sYASt5KAAAAAAAAAAAASt4DAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMASt4CAAAAAABH\n        3wIASt5BAErepgBK3u8ASt7/AEre/gBK3v8ASt7/AEre/wBK3v0ASt76AEre+gBK3vwASt7/AEre/wBK\n        3v4ASt7/AEre1wBK3ngASt6QAEre8wBK3v8ASt7+AEre/wBK3v8ASt78AEre/wBK3qQAAAAAAEneAwAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAgBK3oMASt5pAErdMQBK3jAASt5pAErehABK\n        3QMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIAAAAAAErepgBK3v8ASt78AEre/wBK\n        3v8ASt7+AEre/wBK3vMASt6YAErefQBK3tUASt7/AEre/gBK3v8ASt7/AEre/ABK3voASt76AEre/QBK\n        3v8ASt7/AEre/wBK3v4ASt7/AEre7wBK3qUASt5BAEXaAgAAAAAASt4CAEreAwAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAEreAgAAAAAAAAAAAEveEwBK3lQASt6WAEreywBK\n        3uwASt78AEre/wBK3v8ASt7/AEre/QBK3uwASt7MAErekQBK3jcASt4kAErepwBK3v8ASt7+AEre/gBK\n        3v8ASt7/AEre/gBK3v8ASt74AEreLgAAAAAASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreBAAA\n        AAAASt5ZAEre/wBK3v0ASt7+AEre/gBK3v0ASt7/AEreWwAAAAAASt4EAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAgAAAAAASt4wAEre+QBK3v8ASt7+AEre/wBK3v8ASt7/AEre/gBK3v8ASt61AEreMwBK\n        3jcASt6UAErezABK3u0ASt79AEre/wBK3v8ASt7/AEre/ABK3uwASt7LAErelgBK3lQASt0TAAAAAAAA\n        AAAASt4CAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAwBK3gMAAAAAAAAAAAAAAAAAAAAAAEreEABK3icASt42AErePgBK3jkASt4qAEreEQAA\n        AAAATOEEAEreZABK3uoASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3ocAAAAAAEreAwAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIAAAAAAEreGwBK3uUASt7/AEre+gBK3v8ASt7/AEre+gBK\n        3v8ASt7mAEreHQAAAAAASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwAAAAAASt6JAEre/wBK\n        3vsASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt71AEreeQAAAAAASuQBAEreEQBK3ioASt45AErePgBK\n        3jYASt4nAEreEAAAAAAAAAAAAAAAAAAAAAAASt4DAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEASt4EAEreBABK\n        3QEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAAAAAABK3i8ASt71AEre/wBK3vgASt7+AEre/wBK\n        3v8ASt7/AEre/ABK3v8ASt7SAEvfCwAAAAAASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreAgAA\n        AAAASt60AEre/wBK3vwASt7/AEre/gBK3v4ASt7/AEre/ABK3v8ASt61AAAAAABK3gIASt4BAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt8BAAAAAABK3wsASt7SAEre/wBK3vwASt7/AEre/wBK3v8ASt79AEre+QBK\n        3v8ASt6nAAAAAABK3wIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEndAQBK3gQASt4EAEreAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEASt4CAEreAwBK3gMASt4DAEreAgBK\n        3gEASt4CAAAAAABK3jAASt7eAEre/wBK3vwASt78AEre/gBK3v4ASt7+AEre+QBK3jcAAAAAAEreAwAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAErfAQBK3gUAAAAAAEreiABK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre+wBK3v8ASt6KAAAAAABK3gQASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAAAAAABK\n        3jYASt75AEre/gBK3v4ASt79AEre+wBK3v4ASt7/AErejAAAAAAAAAAAAEreAQBK3gEASt4CAEreAwBK\n        3gMASt4DAEreAgBK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAAAAAABK3hEASt6bAEre/QBK\n        3v8ASt7+AEre+wBK3v8ASt5lAAAAAABK3gQAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEASt4FAAAAAABK\n        3nQASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt52AAAAAABK\n        3gQASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4EAAAAAABK3mUASt7/AEre/ABK3v4ASt7/AEre3ABK\n        3koAAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4CAEreAgAAAAAASt4xAEreqQBK3vUASt7/AErehAAAAAAASt4EAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4EAEreAgAAAAAASt56AEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt58AAAAAABJ3gIASt4EAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4EAAAAAABK3oYASt7/AEre2gBK3m0ASt8KAAAAAABK3gMASt4BAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEreAwAA\n        AAAAAAAAAEreJwBK3l0ASd8FAEvcAQAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQAAAAAASt4JAErenABK\n        3v8ASt77AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre+wBK\n        3v8ASt6cAEreCQAAAAAASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEvdCABK3kAASt8LAAAAAABK\n        3gEASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwBK3gMAAAAAAAAAAABK3gIAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4MAEreYABK3uIASt7/AEre/gBK3v8ASt7/AEre/QBK3vwASt78AEre/ABK\n        3vwASt78AEre/ABK3vwASt78AEre/gBK3v8ASt7/AEre/gBK3v8ASt7jAEreXwBK3QsAAAAAAEreAQAA\n        AAAAAAAAAAAAAAAAAAAASt4CAAAAAABL3wEASt4EAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gIASt4EAAAAAAAAAAAAAAAAAAAAAAAAAAAAS94BAAAAAABK3kMASt6xAErezQBK\n        3tYASt7tAEre+gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3vUASt7lAErezQBK3sMASt6gAEreMQAAAAAASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAEreAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreBABK3hAASt4iAEreMABK3jsASt5JAEreUgBK\n        3lUASt5ZAEreWABK3lMASt5NAEreQwBK3jUASt4pAEreGgBK3goASecBAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreAwBJ\n        3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4DAEreBABK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////////\n        ///////////////////////////////////////////AAAAD///////////////8AAAAAD//////////\n        ////wAAAAAAD/////////////gAAAAAAAH////////////gAAAAAAAAP///////////gAAAAAAAAA///\n        ////////AAAAAAAAAAD//////////gAAAAAAAAAAP/////////gAAAAAAAAAAA/////////gAAAAAAAA\n        AAAH////////wAAAAAAAAAAAAf///////wAAAAAAAAAAAAD///////4AAAAAAAAAAAAAP//////8AAAA\n        AAAAAAAAAB//////8AAAAAAAAAAAAAAP/////+AAAAAAAAAAAAAAB//////AAAAAAAAAAAAAAAP/////\n        gAAAAAAAAAAAAAAB/////wAAAAAAAAAAAAAAAP////4AAAAAAAAAAAAAAAB////+AAAAAAAAAAAAAAAA\n        P////AAAAAAAH/gAAAAAAB////gAAAAAAA/wAAAAAAAf///wAAAAAAAH4AAAAAAAD///8AAAAAAAA8AA\n        AAAAAAf//+AAAAAAAAGAAAAAAAAH///AAAAAAAP//8AAAAAAA///wAAAAAH/////gAAAAAH//4AAAAAf\n        //////wAAAAB//+AAAAB////////wAAAAP//AAAAD/////////gAAAD//wAAAH//////////AAAAf/4A\n        AAP//////////8AAAH/+AAAP///////////4AAA//AAAP////////////gAAP/wAAP////////////+A\n        AD/8AAP/////////////4AAf+AAP//////////////gAH/gAP//////////////8AB/4AH//////////\n        /////wAf+AH///////2///////+AD/AD/////8ABgAP/////4A/wD/////gAAYAAH/////AP8B////+A\n        AAGAAAH////8D/B////4AAAAAAAAH////gfw////4AAAAAAAAAP///8H4f///kAAAAAAAAAAf///h+P/\n        //hAAAAAAAAAAB///8fn///gQAAAAAAAAAAH///3////AEAAAAAAAAAAAP///////AAAAAAAAAAAAAA/\n        //////gAAAAAAAAAAAAAH//////gAAAAAAAAAAAAAAf/////gAAAAAAAAAAAAAAB/////wAAAAAAAAAA\n        AAAAAP////wAAAAAAAAAAAAAAAA////4AAAAAAAAAAAAAAAAH///4AAAAAAAAAAAAAAAAAf//8AAAAAA\n        AAAAAAAAAAAD//+AAAAAAAAAAAAAAAAAAf//gAAAAAAAAAAAAAAAAAB//IAAAAAAAAAAAAAAAAAAP/iA\n        AAAAAAAAAAAAAAAAAB/wgAAAAAAAAAAAAAAAAAAP4YAAAAAAAAAAAAAAAAAAB8AAAAAAAAAAAAAAAAAA\n        AAPAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAAAAAAAPAAAAAAAAAAAAA\n        AAAAAAADwAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAA\n        AAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAA\n        AAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAA\n        AAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAACAAAAAAAAQAAAAAGAAAAAAwAAAAAA\n        AMAAAAABwAAAAAOAAAAAAAHAAAAAA8AAAAADwAAAAAADwAAAAAPAAAAAA+AAAAAAB8AAAAADwAAAAAPw\n        AAAAAA/AAAAAA+AAAAAD+AAAAAAfwAAAAAfwAAAAA/4AAAAAf8AAAAAP8AAAAAP/AAAAAP+AAAAAD/gA\n        AAAB/4AAAAH/gAAAAB/4AAAAAf/AAAAD/4AAAAAf+AAAAAH/8AAAD/+AAAAAH/gAAAAA//wAAD//AAAA\n        AB/8AAAAAP/+AAB//wAAAAA//AAAAAB//8AD//4AAAAAP/4AAAAAf//8P//+AAAAAH/+AAAAAD//////\n        /AAAAAB//wAAAAAf//////gAAAAA//8AAAAAD//////wAAAAAP//gAAAAAP/////wAAAAAH//8AAAAAD\n        /////8AAAAAD///gAAAAD//////wAAAAB///8AcAAH///////gAA4A////AH//////gf/////+AP///4\n        A//////4H//////AH////gD/////+B//////AH////8Af/////gf/////gD/////gB///5/4H/n///gB\n        /////8AH//gf+B/4H//gA//////wAD4AP/4//AB8AA///////AAAAD////wAAAA///////8AAIA/+9/8\n        AQAA////////4AMAf/gf/gDAB//////////+AH/wD/4Af////////////AD/4Af/AD////////////4B\n        /8AD/4B/////////////A//AA//B/////////////8P/gAH/x////////////////gAAf///////////\n        //////wAAD/////////////////4AAAf////////////////////////////////////////////////\n        //8oAAAAQAAAAIAAAAABACAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gMASt4EAEreAQAAAAAAAAAAAAAAAAAAAAAASt4RAEreLgBK3jYASt41AEreNQBK3jUASt41AEreNQBK\n        3jUASt42AEreMgBK3hYASt4BAAAAAAAAAAAAAAAAAEreAQBK3gQASt4DAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4BAEreBABK3gIAAAAAAAAAAABK3wIASt4mAEreYABK3pkASt7IAEre6QBK3vsASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7tAErezgBK3qIASt5qAEreMABK3gUAAAAAAAAAAABK\n        3gEASt4EAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4EAEreAQAAAAAAAAAAAEreLwBK3oYASt7SAEre/ABK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7cAErelABK3j0ASt4DAAAAAABK3gEASt4EAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMASt4CAAAAAABK3ggASt5aAErexQBK3v0ASt7/AEre/wBK\n        3v8ASt77AEre+wBK3v0ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt79AEre+wBK3vsASt7+AEre/wBK3v8ASt7/AEre1ABK3m0ASt4QAAAAAABK3gIASt4DAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gMAAAAAAErfAwBK3mEASt7cAEre/wBK\n        3v4ASt7+AEre+wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt77AEre/QBK3v4ASt7/AEre6QBK\n        3nkASt4NAAAAAABK3gMASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAgBK3gMAAAAAAEreOwBK\n        3s4ASt7/AEre/gBK3vwASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt78AEre+wBK3v4ASt7/AEre4QBK3lMAAAAAAEreAgBK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwAA\n        AAAASt4FAErejABK3v8ASt7/AEre/ABK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre+wBK3v4ASt7/AEreqgBK3hIAAAAAAEreBAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreBAAAAAAASt4cAErexwBK3v8ASt77AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre+wBK\n        3v8ASt7gAEreNAAAAAAASt4EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreBAAAAAAASt4xAEre5QBK3v8ASt77AEre/gBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3vYASt5PAAAAAABK3gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwAAAAAASt42AEre7wBK3v8ASt77AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt79AEre+wBK3vsASt77AEre+wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7+AEre/gBK3lgAAAAAAEreBAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAgAAAAAASt4qAEre6wBK\n        3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3v0ASt79AEreSgAAAAAASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQAA\n        AAAASt4SAEre1wBK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3q0ASt5oAErefwBK3n8ASt5oAErerQBK\n        3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3vAASt4sAAAAAABK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gIAAAAAAEreqgBK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre+wBK3vsASt78AEre/QBK3v8ASt7sAEreQwAA\n        AAAAAAAAAEreQgBK3uwASt7/AEre/QBK3vwASt77AEre+wBK3vwASt79AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AErezQBK3gkAAAAAAEreAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMAAAAAAEreYgBK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre+wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt77AEre+wBK3vwASt5XAEreVABK3vsASt75AEre+QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt77AEre+wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK\n        3v8ASt6KAAAAAABK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEAAAAAAEreFwBK3uYASt7/AEre/gBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/ABK3vwASt7/AEre/wBK3v8ASt7/AEre6wBK\n        3sMASt6YAErecQBK3lEASt43AEreJgBK3hcASt4SAEreGABK3hcASt4RAEreFQBK3iIASt4yAEreSwBK\n        3moASt6RAEreuwBK3uQASt7+AEre/wBK3v8ASt7/AEre/ABK3vsASt7+AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre+wBK3jUAAAAAAEreAgAAAAAAAAAAAAAAAAAAAAAASt4DAAAAAABK\n        3osASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt77AEre/wBK3v8ASt7/AEre8QBK\n        3rgASt50AEreOABK3g4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4JAEreLgBK3mcASt6qAEre6QBK3v8ASt7/AEre/wBK\n        3vsASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt6yAAAAAABK3gIAAAAAAAAAAAAA\n        AAAASt4BAAAAAABK3h0ASt7vAEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/QBK3vwASt7/AEre/wBK\n        3vYASt6yAEreWQBK3hQAAAAAAEreAQAAAAAAAAAAAEreAQBK3gQASt4EAEreBABK3gMASt4CAEreAQBK\n        3gEASt4BAErfAQBK3gEASt4BAEreAgBK3gIASt4DAEreBABK3gQASt4CAAAAAAAAAAAASt4BAAAAAABK\n        3g0ASt5LAEreoQBK3u4ASt7/AEre/wBK3vwASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK\n        3j0AAAAAAEreAwAAAAAAAAAAAEreBAAAAAAASt57AEre/wBK3vsASt7/AEre/wBK3v8ASt79AEre/ABK\n        3v4ASt7/AEre4QBK3nwASt4dAAAAAABJ3gEAAAAAAEreAgBK3gQASt4DAEreAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gEASt4CAEreBABK3gMAAAAAAEreAQAAAAAASt4TAEreaQBK3tIASt7/AEre/wBK3vwASt79AEre/wBK\n        3v8ASt7/AEre/ABK3v8ASt6kAAAAAABK3gMAAAAAAEreAQAAAAAASt4EAEre1ABK3v8ASt79AEre/wBK\n        3v4ASt78AEre/gBK3v8ASt7bAEreYwBK3gkAAAAAAAAAAABK3gMASt4EAEreAQAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gMASt4DAAAAAAAAAAAASt4DAEreTQBK\n        3skASt7/AEre/gBK3vwASt7+AEre/wBK3v4ASt7/AEre8ABK3hwAAAAAAEreAgBK3gMAAAAAAErePABK\n        3v8ASt7+AEre/wBK3v0ASt78AEre/wBK3ukASt5sAEreBwAAAAAASt4BAEreBABK3gIAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gIASt4DAEreBABK3gQASt4EAEreAwBK3gIASt0BAEreAQBK\n        3gIASt4DAEreBABK3gQASt4EAEreAwBK3gIASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gEASt4EAEreAgAAAAAASeABAEreVABK3toASt7/AEre/ABK3vwASt7/AEre/ABK3v8ASt5kAAAAAABK\n        3gQASt4EAAAAAABK3oMASt7/AEre+wBK3vwASt7+AEre/wBK3pgASt4SAAAAAABK3gIASt4EAEreAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gQASt4EAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIASt4EAEreAwBK\n        3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4EAEreAgAAAAAASt4HAErefABK3vcASt7/AEre+wBK\n        3vsASt7/AErerQAAAAAASt4DAEreAgAAAAAASt7AAEre/wBK3vgASt7/AEre3QBK3kAAAAAAAEreAgBK\n        3gQASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAEreAgAAAAAAAAAAAAAAAAAAAAAASt4NAEreLgBK\n        3lAASt5wAErejABK3qEASt6vAEreygBK3nwASt5hAEreygBK3q0ASt6hAEreiwBK3nAASt5QAEreLQBK\n        3g0AAAAAAAAAAAAAAAAAAAAAAEreAgBK3gQASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4DAEreAwAA\n        AAAASt4pAErexwBK3v8ASt76AEre/wBK3uMASt4KAAAAAAAAAAAASt4PAEre6ABK3v8ASt7/AErepABK\n        3g0AAAAAAEreBABK3gIAAAAAAAAAAAAAAAAAAAAAAEreAwBK3gMAAAAAAAAAAAAAAAAASt4WAEreUABK\n        3o4ASt7DAEre6QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt6lAEregQBK3v8ASt77AEre/wBK\n        3v8ASt7/AEre/wBK3v4ASt7pAErewgBK3o0ASt5QAEreFwAAAAAAAAAAAAAAAABK3gMASt4DAAAAAAAA\n        AAAAAAAAAAAAAABK3gEASt4EAAAAAABK3QIASt6GAEre/wBK3v0ASt7+AEreLQAAAAAAAAAAAEreLABK\n        3v8ASt7+AErebwAAAAAASt4CAEreAwAAAAAAAAAAAAAAAABK3gEASt4EAEreAQAAAAAASt4CAErcAgBK\n        3lkASt69AEre8gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3vsASt77AEre+wBK3vsASt7/AEre6QBK\n        3uIASt7/AEre+wBK3vsASt77AEre+wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3vMASt67AEreawBK\n        3hwAAAAAAAAAAABK3gEASt4EAEreAQAAAAAAAAAAAAAAAABK3gIASt4EAAAAAABK3lAASt7vAEre/wBK\n        3lAAAAAAAAAAAABK3k0ASt7/AEreSAAAAAAASt4FAEreAgAAAAAAAAAAAAAAAABK3gMASt4CAAAAAABK\n        3gMASt5EAErewQBK3mUASt7AAEre/wBK3v0ASt78AEre+wBK3vwASt7+AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt78AEre+wBK\n        3vwASt7/AEre/gBK3v8ASt71AEresABK3kkASd4EAAAAAABK3gEASt4EAAAAAAAAAAAAAAAAAEreAQBK\n        3gUAAAAAAEreKwBK3vQASt55AAAAAAAAAAAASt5QAEreSQAAAAAASt4FAAAAAAAAAAAAAAAAAEreAwBK\n        3gIAAAAAAEreCABK3mAASt7UAEre/QBK3v8ASt5uAErevQBK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt77AEre/wBK3v4ASt7/AEre1QBK3mEASt4IAAAAAABK\n        3gIASt4DAAAAAAAAAAAAAAAAAEreBAAAAAAASt4vAEreZAAAAAAAAAAAAEreAgBK3gEASt4DAAAAAAAA\n        AAAASt4BAEreAwAAAAAASd4BAEreWQBK3tsASt7/AEre/gBK3vwASt7+AEre5QBK3vgASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt77AEre/QBK\n        3v4ASt7/AEre2wBK3lsASt0CAAAAAABK3gMASt4BAAAAAAAAAAAASt4CAEreAQBK3wIAAAAAAAAAAABK\n        3gEASt4CAAAAAAAAAAAASt4DAEreAwAAAAAASt40AErexgBK3v8ASt7+AEre/ABK3vwASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre/ABK3v4ASt7/AEreyABK3jYAAAAAAEreAwBK3gMAAAAAAAAAAABK\n        3gIASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAAAAAABK3ggASt6LAEre/ABK3v8ASt78AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/ABK3v8ASt79AErejABK\n        3ggAAAAAAEreBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEASt4EAAAAAABK3i4ASt7SAEre/wBK\n        3vwASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt78AEre/ABK3v8ASt7TAEreLwAAAAAASt4EAEreAQAAAAAAAAAAAAAAAABK3gEASt4FAAAAAABK\n        3kgASt75AEre/wBK3vsASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt77AEre/wBK3vcASt5gAAAAAABK3gQASt4BAAAAAABK\n        3gEAAAAAAEreDABK3j8ASt6EAEre/wBK3vgASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt78AEre/wBK\n        3okAAAAAAEreAgBK3gEAAAAAAAAAAABK3rMASt62AErecwBK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/gBK3voASt7/AEreowBK3gIAAAAAAAAAAABK3p0ASt7/AEre0ABK3s0ASt7/AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+gBK3v8ASt6fAAAAAABK3g8ASt7kAEre/wBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre5ABK\n        3g8ASt4qAEre9wBK3v8ASt79AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/wBK3vcASt4pAEreRQBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEreRQBK3l8ASt7/AEre/QBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3l4ASt5yAEre/wBK\n        3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK\n        3v8ASt5yAEregABK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3vwASt7/AErefwBK3oMASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt79AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3oMASt57AEre/wBK3vwASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt57AEreZgBK\n        3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt7/AEre5gBK3sUASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v8ASt7FAEre5wBK\n        3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt7/AEreZQBK3kQASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3uAASt4TAEreuQBK3v8ASt76AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+gBK\n        3v8ASt64AEreEwBK3uEASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3kMASt4WAEre6ABK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v8ASt7qAEreDgBK3gMASt6vAEre/wBK\n        3voASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre+gBK3v8ASt6vAErfAwBK3g4ASt7rAEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3ugASt4VAAAAAABK3p8ASt7/AEre/ABK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre9QBK\n        3h0AAAAAAEvfAgBK3pgASt7/AEre+wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre+wBK3v8ASt6XAErcAgAAAAAASt4eAEre9gBK3v8ASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt6fAAAAAAAA\n        AAAASt4fAEre4ABK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/gBK3v8ASt45AAAAAABK3gYAAAAAAErecgBK3v4ASt7/AEre+wBK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt77AEre/wBK3v4ASt5yAAAAAABK3gYAAAAAAEreOgBK\n        3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3v8ASt7gAEreHwAAAAAASt4EAAAAAABK3lAASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AErebgAAAAAASt4FAEreBAAAAAAASt5AAEre4QBK\n        3v8ASt79AEre+wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/QBK3vsASt79AEre/wBK3uAASt4/AAAAAABK\n        3gQASt4FAAAAAABK3m8ASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v0ASt7/AEreUAAAAAAASt4EAEreAwAAAAAASt5TAEre/wBK3vwASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3rwAAAAAAEreAwAA\n        AAAASt4EAAAAAABK3g8ASt6UAEre+wBK3v8ASt7/AEre/gBK3vwASt78AEre/gBK3v8ASt7/AEre+gBK\n        3pMASt4PAAAAAABK3gQAAAAAAEreAgAAAAAASt69AEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/wBK3lIAAAAAAEreAwBK3gIAAAAAAEreGwBK\n        3vAASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt7/AEreQAAAAAAASt4FAAAAAABK3gMASt4CAAAAAABK3ikASt6WAEre5QBK3v8ASt7/AEre/wBK\n        3v8ASt7lAErelgBK3ikAAAAAAEreAgBK3gMAAAAAAEreBQAAAAAASt5BAEre/wBK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK3vAASt4bAAAAAABK\n        3gIAAAAAAEreAwAAAAAASt6TAEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3tMASt4PAAAAAABK3gEAAAAAAEreAQBK3gMAAAAAAAAAAABK\n        3goASt4zAEreTgBK3k4ASt4yAEreCgAAAAAAAAAAAEreAwBK3gEAAAAAAEreAQAAAAAASt4QAEre1ABK\n        3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK\n        3v8ASt6TAAAAAABK3gMAAAAAAAAAAABK3gEAAAAAAEreGABK3uUASt7/AEre/QBK3v8ASt7/AEre/wBK\n        3vwASt77AEre/ABK3v0ASt79AEre/gBK3v4ASt7+AEre/gBK3voASt7/AErexQBK3iAAAAAAAEreAQAA\n        AAAAAAAAAEreAgBK3gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4EAEreAgAAAAAAAAAAAEreAQAA\n        AAAASt4gAErexgBK3v8ASt76AEre/gBK3v4ASt7+AEre/gBK3v0ASt79AEre/ABK3vsASt78AEre/wBK\n        3v8ASt7/AEre/QBK3v8ASt7lAEreGAAAAAAASt4BAAAAAAAAAAAAAAAAAEreAwAAAAAASt5OAEre/wBK\n        3vwASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3v8ASt7RAEreEAAAAAAASt4BAAAAAAAAAAAAAAAAAEreAQBK3gIAAAAAAAAAAABK3gIASt4BAAAAAAAA\n        AAAAAAAAAEreAQAAAAAASt4QAEre0QBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt7/AEreTgAAAAAASt4DAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4EAAAAAABK3nUASt7/AEre+wBK3v0ASt7/AEreswBK3qMASt7HAEre0ABK3t0ASt7mAEre7ABK\n        3u4ASt7oAEre2QBK3rcASt5tAEreFQAAAAAASt4BAEreAQAAAAAAAAAAAAAAAAAAAAAASt4FAEreDgBK\n        3g4ASt4FAAAAAAAAAAAAAAAAAAAAAABK3gEASt4BAAAAAABK3hUASt5tAEretwBK3toASt7oAEre7gBK\n        3uwASt7mAEre3QBK3tAASt7HAEreowBK3rMASt7/AEre/QBK3vsASt7/AEredQAAAAAASt4EAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMAAAAAAEregQBK3v8ASt75AEre/wBK3sYASt4VAAAAAABK\n        3gIASt4IAEreDQBK3hAASt4RAEreDQBL3gMAAAAAAAAAAABK3gEASt4EAEreAQAAAAAAAAAAAAAAAABK\n        3gQAAAAAAEreZQBK3vQASt71AEreagAAAAAASt4EAAAAAAAAAAAAAAAAAEreAQBK3gQASt4BAAAAAAAA\n        AAAASt4DAEreDQBK3hEASt4QAEreDQBK3ggASd0CAAAAAABK3hYASt7HAEre/wBK3vkASt7/AEregAAA\n        AAAASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreBAAAAAAASt5uAEre/wBK\n        3v4ASt7/AEre6wBK3lQAAAAAAEreAQAAAAAAAAAAAAAAAAAAAAAASt4BAEreAgAAAAAAAAAAAAAAAABK\n        3wMASt4MAAAAAAAAAAAASt4EAAAAAABK3owASt7/AEre/wBK3o4AAAAAAEreBAAAAAAAAAAAAEreDABK\n        3gMAAAAAAAAAAAAAAAAASt4CAEreAQAAAAAAAAAAAAAAAAAAAAAASt4BAAAAAABK3lQASt7rAEre/wBK\n        3v4ASt7+AErebgAAAAAASt4EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4EAAAAAABK3j8ASt7eAEre/wBK3v0ASt7/AErevABK3lQASt4VAAAAAAAAAAAAAAAAAAAAAABK\n        3gQASt4XAErePwBK3nsASt7ZAEreZgAAAAAASt4EAEreBAAAAAAASt59AEre/wBK3v8ASt5/AAAAAABK\n        3gQASt4EAAAAAABK3mcASt7ZAEreewBK3j8ASt4XAEreBAAAAAAAAAAAAAAAAAAAAAAASt4VAEreVABK\n        3r0ASt7/AEre/QBK3v8ASt7dAErePwAAAAAASt4EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMAAAAAAEreDABK3oEASt7vAEre/wBK3v4ASt7/AEre8wBK\n        3s8ASt66AErevABK3s0ASt7DAEre4wBK3v8ASt7/AEre/gBK3i4AAAAAAEreAgAAAAAAAAAAAEreBwBK\n        3jcASt49AEreCgAAAAAAAAAAAEreAgAAAAAASt4vAEre/wBK3v8ASt7/AEre4wBK3sMASt7LAErevABK\n        3roASt7PAEre8wBK3v8ASt7+AEre/wBK3u4ASt6BAEreDAAAAAAASt4DAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwBK3gIAAAAAAEreFQBK\n        3moASt62AEre4wBK3vsASt7/AEre/wBK3uEASt6cAErewABK3v8ASt75AEre/wBK3q0AAAAAAEreAgAA\n        AAAASt4EAAAAAABK3nUASt6bAEremgBK3nUAAAAAAEreBAAAAAAASt4CAAAAAABK3q4ASt7/AEre+gBK\n        3v8ASt7EAErepgBK3uIASt7/AEre/wBK3vsASt7jAEretgBK3moASt4VAAAAAABK3gIASt4DAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4BAEreAwAAAAAAAAAAAAAAAABK3goASt4fAEreJABK3hIASt4HAErevgBK3v8ASt75AEre/gBK\n        3vQASt4qAAAAAABK3gIASt4FAAAAAABK3jsASt77AEre/wBK3v8ASt77AEreOwAAAAAASt4FAEreAgAA\n        AAAASt4rAEre9ABK3v4ASt74AEre/wBK3qkAAAAAAEreFABK3iMASt4fAEreCgAAAAAAAAAAAAAAAABK\n        3gMASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreBABK3gIAAAAAAAAAAAAAAAAASt4BAAAAAABK\n        3lYASt7kAEre/wBK3v8ASt5mAAAAAABK3gMASt4CAAAAAABK3h4ASt7gAEre/wBK3vkASt75AEre/wBK\n        3uAASt4fAAAAAABK3gIASt4DAAAAAABK3mYASt7/AEre/wBK3sYASt4tAAAAAABK3gEAAAAAAAAAAAAA\n        AAAASt4CAEreBABK3gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK\n        3gIASt4CAEreAQBK3gEAAAAAAEreDABK3n0ASt57AAAAAABK3gIASt4BAAAAAABK3jQASt7gAEre/wBK\n        3v0ASt7/AEre/wBK3v0ASt7/AEre4QBK3jUAAAAAAEreAQBK3gIAAAAAAEredQBK3mAAAAAAAAAAAABK\n        3gEASt4BAEreAgBK3gIASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwBK3gEAAAAAAAAAAABK3gIASt4BAAAAAABK\n        3kcASt7ZAEre9QBK3vMASt79AEre/wBK3v4ASt78AEre8QBK3vIASt7VAErePwAAAAAASt4CAEreAgAA\n        AAAAAAAAAEreAgBK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreBABK\n        3gMAAAAAAAAAAAAAAAAASt4JAEreCQBK3hQASt4mAEreMABK3jUASt40AEreLgBK3iIASt4QAEreBQBK\n        3gcAAAAAAAAAAAAAAAAASt4DAEreBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP//////////////AAD/\n        //////AAAA//////wAAAA/////8AAAAA/////AAAAAA////wAAAAAA///+AAAAAAB///wAAAAAAD//+A\n        AAAAAAH//wAAAAAAAP/+AAADwAAAf/wAAAPAAAA//AAAAYAAAB/4AAB//gAAH/AAD///8AAP8AB////+\n        AA/wA//////AB+AP//////AH4D///////AfAf///////A8H//+GH//+Dw//4AAAf/8PP/8AAAAP/89/+\n        gAAAAH/7//iAAAAAH///4AAAAAAH//+AAAAAAAH//gAAAAAAAH/8AAAAAAAAP/gAAAAAAAAf8AAAAAAA\n        AAfIAAAAAAAAA4AAAAAAAAABgAAAAAAAAAGAAAAAAAAAAYAAAAAAAAABgAAAAAAAAAGAAAAAAAAAAQAA\n        AAAAAAABAAAAAAAAAACAAAAAAAAAAYAAAAAAAAABgAAQAAAIAAGAABgAABgAAYAAHAAAOAABwAAfAAD4\n        AAPgAB+AAfgAB+AAD8AD8AAH4AAP8A/wAAfgAAf//+AAB/AAA///wAAP+AAB//+AAB/8AAf//+AAP/wf\n        //5///g//w///D//8P//g/9+fv/B///AAH/+AAP///gAfn4AH////+D8Pwf/////8fgfj///////8A//\n        ///////gB///////////////KAAAADAAAABgAAAAAQAgAAAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEASt4EAEreAQAA\n        AAAAAAAAAAAAAABK3g8ASt43AEreXgBK3moASt5pAEreaQBK3mkASt5pAEreagBK3mIASt48AEreFAAA\n        AAAAAAAAAAAAAABK3gEASt4EAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreBABK\n        3gEAAAAAAEreAgBK3jEASt57AEreuwBK3ucASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre7ABK3sIASt6EAEreOgBK3gUAAAAAAAAAAABK3gMASt4BAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK\n        3gMASt4CAAAAAABK3hAASt5tAEre0ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3vwASt78AEre/ABK\n        3vwASt78AEre/ABK3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3toASt57AEreGAAAAAAASt4CAEreAwAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4BAEreAwAAAAAASt4JAEredwBK3uoASt7/AEre/gBK3v4ASt77AEre/ABK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt77AEre/QBK3v4ASt7/AEre8gBK\n        3ooASt4SAAAAAABK3gMASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gEASt4EAAAAAABK3kIASt7bAEre/wBK3v4ASt77AEre/ABK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt77AEre/QBK3v8ASt7oAEreVgAAAAAASt4DAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAQBK3gIAAAAAAEreggBK3v8ASt7/AEre+wBK3v0ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vsASt79AEre/wBK3psASt4FAEreAQBK3gIAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreAQBK3gQASt6nAEre/wBK3vsASt79AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre+wBK3vsASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre+gBK3v8ASt6/AEreDwAA\n        AAAASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEASt4CAEndAQBK3qwASt7/AEre+gBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3voASt7/AErexQBK3gwAAAAAAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMAAAAAAErelABK\n        3v8ASt76AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v0ASt78AEre/ABK\n        3vcASt6bAErekgBK3pIASt6bAEre9wBK3vwASt78AEre/QBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt76AEre/wBK3rAAAAAAAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwAA\n        AAAASt5eAEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK3vsASt78AEre/wBK\n        3v8ASt7/AEre/QBK3v8ASt7CAEreEABK3hAASt7BAEre/wBK3v0ASt7/AEre/wBK3v8ASt78AEre+wBK\n        3vwASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+gBK3v8ASt57AAAAAABK3gMAAAAAAAAAAAAA\n        AAAASt4BAAAAAABK3hsASt7pAEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/QBK3vsASt7+AEre/wBK\n        3v8ASt7/AEre+wBK3uIASt7EAEreqQBK3pEASt6ZAEreVABK3lIASt6XAErejQBK3qQASt6/AEre3QBK\n        3vkASt7/AEre/wBK3v8ASt7/AEre+wBK3vwASt7/AEre/wBK3v8ASt7/AEre/gBK3v4ASt75AEreMQAA\n        AAAASt4CAAAAAAAAAAAASt4DAAAAAABK3pYASt7/AEre+wBK3v8ASt7/AEre/wBK3vwASt79AEre/wBK\n        3v8ASt78AErezwBK3o4ASt5RAEreJABK3gcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreBQBK3h8ASt5KAErehQBK3sYASt74AEre/wBK3v8ASt79AEre+wBK3v8ASt7/AEre/wBK\n        3vwASt7/AEreswAAAAAASt4CAAAAAABK3gIAAAAAAEreJQBK3vUASt7/AEre/gBK3v8ASt78AEre/QBK\n        3v8ASt7/AEre1gBK3noASt4pAEvgAQAAAAAAAAAAAAAAAAAAAAAASt4BAEreAwBK3gQASt4EAEreAgBK\n        3gIASt4EAEreBABK3gQASt4CAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4hAErebgBK3ssASt7/AEre/wBK\n        3v0ASt78AEre/wBK3v8ASt7+AEre/wBK3j4AAAAAAEreAwBK3gQAAAAAAEregwBK3v8ASt77AEre/QBK\n        3vwASt7/AEre/wBK3rsASt5GAEreAwAAAAAAAAAAAEreAQBK3gQASt4EAEreAgBK3gEAAAAAAEreAQBK\n        3gEASt4BAEreAQBK3gEASt4BAEreAQBK3gEAAAAAAEreAQBK3gIASt4DAEreBABK3gEAAAAAAAAAAABJ\n        3wEASt45AErerABK3vsASt7/AEre/ABK3v0ASt78AEre/wBK3qIAAAAAAEreAwAAAAAASt4DAEre1QBK\n        3v8ASt76AEre/QBK3v8ASt7EAErePQAAAAAAAAAAAEreAQBK3gQASt4CAEreAQBK3gEASt4DAEreBABK\n        3gQASt4BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreBABK3gQASt4DAEreAQAA\n        AAAASt4CAEreBABK3gIASt4BAAAAAABK3i4ASt60AEre/wBK3v4ASt77AEre/wBK3usASt4TAAAAAAAA\n        AAAASt4xAEre/wBK3vsASt7/AEre6wBK3l4AAAAAAAAAAABK3gMASt4DAEreAQBK3gEASt4EAEreAgAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAwBK3g8ASt4bAEreFgBK3hMASt4aAEreDwBK3gMAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gIASt4EAEreAgAAAAAASt4DAEreAwBK3gEAAAAAAEreSwBK3t8ASt7/AEre+QBK\n        3v8ASt5MAAAAAAAAAAAASt5lAEre/wBK3v8ASt6zAEreFwAAAAAASt4DAEreAwBK3gEASt4DAEreAwAA\n        AAAAAAAAAAAAAABK3hMASt5CAEredABK3qIASt7EAEre3ABK3ugASt7/AEresQBK3pwASt7/AEre6ABK\n        3twASt7EAEreoQBK3nQASt5CAEreEgAAAAAAAAAAAAAAAABK3gIASt4EAAAAAABK3gMASt4DAAAAAABK\n        3gwASt6eAEre/wBK3v8ASt6EAAAAAAAAAAAASt6UAEre/wBK3nYAAAAAAEreAQBK3gQASt4BAEreAwBK\n        3gEAAAAAAAAAAABK3g4ASt5rAErevABK3vAASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt7/AEre4gBK\n        3toASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7/AEre8ABK3rsASt5wAEreIQAAAAAAAAAAAEreAQBK\n        3gQAAAAAAEreAwBK3gMAAAAAAEreXgBK3v8ASt6zAAAAAAAAAAAASt6xAEreYwAAAAAASt4EAEreAgBK\n        3gMASt4CAAAAAABK3gQASt5LAEreuwBK3ncASt7vAEre/wBK3v8ASt79AEre+wBK3vsASt78AEre/QBK\n        3v4ASt7+AEre/gBK3v4ASt7+AEre/gBK3v0ASt78AEre+wBK3vsASt79AEre/wBK3v8ASt7/AEre+ABK\n        3rcASt5NAEreBAAAAAAASt4CAEreAwBK3gEASt4FAAAAAABK3kcASt7AAEreBABK3gUASt4jAAAAAABK\n        3gMASt4CAEreAwAAAAAASt4CAEreWABK3tMASt7/AEre/wBK3rEASt7zAEre/gBK3v4ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3vwASt77AEre/gBK3v4ASt7/AEre1ABK3lkASt4DAAAAAABK3gMASt4BAEreAwAAAAAASt4gAEreCwAA\n        AAAASt4BAEreAgBK3gIASt4DAAAAAABK3joASt7KAEre/wBK3v4ASt78AEre+wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vwASt78AEre/gBK3v8ASt7MAEreOwAAAAAASt4DAEreAgBK\n        3gIASt4BAAAAAAAAAAAASt4CAEreAwAAAAAASt4JAErekgBK3v8ASt7/AEre/ABK3vwASt7/AEre/wBK\n        3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3vwASt7/AEre/wBK\n        3pMASt4KAAAAAABK3gMASt4BAAAAAAAAAAAASt4EAAAAAABK3isASt7VAEre/wBK3vsASt78AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt78AEre+wBK3v8ASt7VAEreLQAAAAAASt4EAAAAAABK3gEASt4DAEreIABK3qQASt7/AEre+ABK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3vsASt7/AEre9QBK3lIAAAAAAEreAgAAAAAASt50AErewQBK\n        3qEASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt78AEre/QBK3v8ASt5mAAAAAABK\n        3jAASt78AEre9QBK3vQASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3v4ASt76AEreMABK3loASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3vwASt7/AEreWQBK3noASt7/AEre/ABK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEreeQBK3pMASt7/AEre/ABK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AErekwBK3qMASt7/AEre/ABK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEreogBK\n        3qYASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3v0ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3vwASt7/AErepgBK3pkASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt79AEre8gBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3vIASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3vwASt7/AEremQBK3noASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEreVwBK3s0ASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AErezQBK3lcASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEreeQBK3j8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7/AEreOgBK3gwASt7RAEre/wBK3voASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre+gBK3v8ASt7QAEreCwBK3jsASt7/AEre/QBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AErePwAAAAAASt65AEre/wBK\n        3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt7/AEreWwAAAAAASt4RAEretABK\n        3v8ASt77AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt77AEre/wBK3rQASt4QAAAAAABK\n        3lwASt7/AEre/ABK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3v8ASt65AAAAAAAA\n        AAAASt4hAEre8gBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vsASt7/AEreigAA\n        AAAASt4FAAAAAABK3oIASt7+AEre/wBK3v0ASt77AEre/ABK3vwASt77AEre/QBK3v8ASt7+AEreggAA\n        AAAASt4FAAAAAABK3osASt7/AEre+wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7+AEre/wBK\n        3vIASt4gAAAAAAAAAAAASt4MAEre5QBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt7/AEre1ABK3gQASt4DAEreBAAAAAAASt44AErexgBK3v8ASt7+AEre/wBK3v8ASt7+AEre/wBK\n        3sYASt43AAAAAABK3gQASt4DAEreBABK3tUASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/wBK3uQASt4MAAAAAABK3gMAAAAAAErenQBK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3mkAAAAAAEreBABK3gMAAAAAAErfAQBK3j4ASt6PAEretQBK\n        3rUASt6OAErePgBK3wEAAAAAAEreAwBK3gQAAAAAAEreagBK3v8ASt78AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3p0AAAAAAEreAwBK3gIAAAAAAEreJABK3vAASt7/AEre/gBK\n        3v8ASt7/AEre/QBK3vwASt77AEre+wBK3vsASt76AEre/ABK3vgASt5eAAAAAAAAAAAASt4DAEreAgAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gIASt4DAAAAAAAAAAAASt5fAEre+ABK3vwASt76AEre+wBK\n        3vsASt77AEre/ABK3v0ASt7/AEre/wBK3v4ASt7/AEre8ABK3iQAAAAAAEreAgAAAAAASt4DAAAAAABK\n        3mAASt7/AEre+wBK3v8ASt77AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/gBK3v8ASt7kAEreJQAA\n        AAAASt4CAAAAAABK3gMASt4EAAAAAAAAAAAASt4EAEreAwAAAAAASt4CAAAAAABK3iYASt7kAEre/wBK\n        3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt77AEre/wBK3vsASt7/AEreYAAAAAAASt4DAAAAAAAA\n        AAAAAAAAAEreAwAAAAAASt5+AEre/wBK3v8ASt7iAEreTQBK3kgASt5sAEreeQBK3oAASt5/AErebwBK\n        3kYASt4LAAAAAABK3gEAAAAAAEreAQAAAAAASt4MAEredABK3nYASt4OAAAAAABK3gEAAAAAAEreAQAA\n        AAAASt4LAEreRgBK3m8ASt5/AEregABK3nkASt5sAEreSABK3k0ASt7iAEre/wBK3v8ASt5+AAAAAABK\n        3gMAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gMAAAAAAEredQBK3v8ASt7/AErewQBK3h8AAAAAAEreAQAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gcASt4GAEreAQAAAAAASt4tAEre/wBK3v8ASt4uAAAAAABK\n        3gEASt4GAEreBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEAAAAAAEreHwBK3sIASt7/AEre/wBK\n        3nUAAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4EAAAAAABK3kUASt7fAEre/wBK\n        3vwASt6rAEreTgBK3iQASt4ZAEreJwBK3jYASt5XAEremQBK3tAASt4YAAAAAAAAAAAASt4aAErezQBK\n        3tEASt4bAAAAAAAAAAAASt4ZAEre0ABK3pkASt5WAEreNgBK3iYASt4ZAEreJABK3k4ASt6sAEre/ABK\n        3v8ASt7eAEreRQAAAAAASt4EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwAA\n        AAAASt4MAErebgBK3tcASt7/AEre/gBK3v8ASt78AErezQBK3tIASt7+AEre/wBK3rIAAAAAAEreAwAA\n        AAAASt4NAEreSABK3koASt4OAAAAAABK3gMAAAAAAEreswBK3v8ASt7+AEre1ABK3tIASt78AEre/wBK\n        3v4ASt7/AEre1gBK3m4ASt4MAAAAAABK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gMASt4BAAAAAABK3wMASt4mAEreSwBK3lkASt41AErekQBK3v8ASt78AEre+ABK\n        3jEAAAAAAEreCAAAAAAASt6MAEre/wBK3v8ASt6MAAAAAABK3gcAAAAAAEreMgBK3vgASt79AEre/wBK\n        3oIASt4xAEreWQBK3ksASt4mAEreAwAAAAAASt4BAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4BAEreBABK3gEAAAAAAAAAAABK3gIAAAAAAEreNABK\n        3sYASt7/AErecQAAAAAASt4FAAAAAABK3mIASt7/AEre+gBK3voASt7/AEreYwAAAAAASt4FAAAAAABK\n        3nEASt7/AEreqwBK3hwAAAAAAEreAQAAAAAAAAAAAEreAQBK3gQASt4BAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASt4CAEreAwBK\n        3gQASt4DAAAAAABK3gQASt4vAEreBwAAAAAASt4GAErehwBK3v8ASt7+AEre/wBK3v8ASt7/AEre/wBK\n        3oUASt4EAAAAAABK3gcASt4kAAAAAAAAAAAASt4DAEreBABK3gMASt4CAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAgBK3gIAAAAAAEreAwAAAAAASt4MAEreRQBK3k0ASt5eAEreaABK\n        3mcASt5cAEreSQBK3kAASt4KAAAAAABK3gMAAAAAAEreAwBK3gIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///////wAA//+AAP//AAD//AAAP/8AAP/w\n        AAAH/wAA/8AAAAP/AAD/AAAAAP8AAP4AAAAAfwAA/AAAAAA/AAD4AAAAAB8AAPgAAYAAHwAA8AABgAAP\n        AADgAP//AAcAAOAP///wBwAAwD////wDAADA/////wMAAMP/////wwAAx//AA//hAACf/AAAP/kAAL/o\n        AAAH/QAA/4AAAAH/AAD+AAAAAH8AAPgAAAAAHwAA8AAAAAAPAADgAAAAAAcAAMAAAAAAAwAAgAAAAAAB\n        AACAAAAAAAEAAIAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAgAAQAEAAIAD\n        AADAAQAAgAOAAcABAADAAcADgAMAAMAB8A+AAwAAwAH8P4ADAADgAP//AAcAAPAAf/4ADwAA+Pf//+8f\n        AAD8f/5//j8AAP4fnnn4fwAA/4Af+AH/AAD//Dw8P/8AAP/+fD5//wAA///wD///AAD///////8AACgA\n        AAAgAAAAQAAAAAEAIAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAASt4BAEreAwAAAAAAAAAAAEreAgBK3ioASt5jAErekwBK3qIASt6hAEreoQBK3qIASt6WAEreZwBK\n        3i8ASt4EAAAAAAAAAAAASt4DAEreAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAwBK3gIAAAAAAEreHABK3noASt7OAEre+gBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre+wBK3tMASt6DAEreIgAAAAAASt4CAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gMAAAAAAEreDwBK3o0ASt72AEre/wBK3v4ASt7/AEre/QBK3vwASt78AEre/ABK\n        3vwASt78AEre/ABK3v0ASt7/AEre/wBK3v8ASt76AEremgBK3hYAAAAAAEreBAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAASt4EAAAAAABK3jwASt7hAEre/wBK3v0ASt77AEre/QBK3v8ASt7/AEre/wBK\n        3v4ASt78AEre/ABK3v4ASt7/AEre/wBK3v8ASt79AEre+wBK3v0ASt7/AEre6gBK3ksAAAAAAEreBAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAEreAwAAAAAASt5XAEre/ABK3v8ASt77AEre/gBK3v8ASt7/AEre/wBK\n        3v8ASt7+AEre/gBK3v8ASt7/AEre/gBK3v4ASt7/AEre/wBK3v8ASt7/AEre/gBK3vsASt7+AEre/wBK\n        3mkAAAAAAEreAwAAAAAAAAAAAAAAAABK3gMAAAAAAEreSQBK3v4ASt79AEre/ABK3v8ASt7/AEre/QBK\n        3vsASt77AEre/ABK3v8ASt7tAEresgBK3rIASt7tAEre/wBK3vwASt77AEre+wBK3v0ASt7/AEre/wBK\n        3v0ASt78AEre/wBK3lsAAAAAAEreAwAAAAAASt4CAAAAAABK3hwASt7oAEre/wBK3v0ASt7+AEre+wBK\n        3v0ASt7/AEre/wBK3v8ASt7/AEre/gBK3vIASt5KAEreSQBK3vAASt79AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt77AEre/gBK3v0ASt7/AEre8wBK3ioAAAAAAEreAgBK3gMAAAAAAEreoABK3v8ASt76AEre/ABK\n        3v4ASt7/AEre/wBK3uQASt6oAErebwBK3kQASt4nAEreHABK3hwASt4cAEreGgBK3iUASt5BAEreawBK\n        3qIASt7fAEre/wBK3v8ASt7+AEre+wBK3voASt7/AEretAAAAAAASt4CAAAAAABK3isASt78AEre/ABK\n        3vwASt7/AEre9QBK3qQASt5EAEreCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAABK3gYASt48AEremwBK3vEASt7/AEre/QBK3voASt7/AErePAAAAAAAAAAAAEreggBK\n        3v8ASt78AEre+QBK3pUASt4dAAAAAABK3gEASt4CAEreBgBK3gIAAAAAAAAAAAAAAAAASt4BAEreAQAA\n        AAAAAAAAAAAAAABK3gIASt4GAEreAwAAAAAAAAAAAEreFgBK3okASt71AEre/QBK3v8ASt6XAAAAAAAA\n        AAAASt7FAEre/wBK3sIASt4rAAAAAABK3gIASt4FAEreAQAAAAAAAAAAAEreCABK3iYASt5BAEreWwBK\n        3k0ASt5IAEreWwBK3kEASt4mAEreCAAAAAAAAAAAAAAAAABK3gUASt4DAAAAAABK3iIASt63AEre/wBK\n        3tYASt4FAEreGgBK3vIASt6JAAAAAABK3gEASt4EAAAAAAAAAAAASt4aAErecgBK3rUASt7kAEre/ABK\n        3v4ASt7/AEre4QBK3tsASt7/AEre/gBK3vwASt7kAEretQBK3nIASt4lAAAAAAAAAAAASt4EAEreAgAA\n        AAAASt52AEre+QBK3isASt40AEreYgAAAAAASt4FAAAAAABK3gIASt5QAEreswBK3qcASt7/AEre/QBK\n        3v8ASt7/AEre/QBK3vsASt78AEre/ABK3vsASt79AEre/wBK3v8ASt7/AEre/wBK3vsASt69AEreTwBK\n        3gIAAAAAAEreBgAAAAAASt5YAEreQgBK3gIASt4BAEreAwAAAAAASt5AAErezABK3v8ASt79AEre9QBK\n        3vwASt77AEre/QBK3v8ASt7/AEre/wBK3v4ASt7+AEre/wBK3v8ASt7/AEre/QBK3vwASt77AEre/gBK\n        3v4ASt7/AErezQBK3kEAAAAAAEreBABK3gIASt4CAEreAwBK3gEASt4LAEremQBK3v8ASt7/AEre/ABK\n        3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/ABK3vwASt7/AEre/wBK3poASt4KAAAAAABK3gMASt4BAEreCgBK3q8ASt7/AEre+gBK\n        3vwASt7/AEre/wBK3v4ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3vwASt77AEre/wBK3tQASt4jAAAAAABK3jcASt7CAEre2ABK\n        3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt77AEre/wBK3uUASt4uAErekABK\n        3v8ASt77AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt76AEre/wBK\n        3o8ASt6vAEre/wBK3vwASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt7/AErergBK3sQASt7/AEre/QBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v0ASt7+AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v4ASt79AEre/wBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/QBK3v8ASt7DAErexgBK3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK\n        3v0ASt79AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/wBK3v8ASt79AEre/QBK3v8ASt7/AEre/wBK\n        3v8ASt7/AEre/wBK3v8ASt79AEre/wBK3sYASt6xAEre/wBK3v0ASt7/AEre/wBK3v8ASt7/AEre/QBK\n        3v8ASt6uAEre3gBK3v8ASt77AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre+wBK3v8ASt7eAErergBK\n        3v8ASt79AEre/wBK3v8ASt7/AEre/wBK3v0ASt7/AEresABK3nEASt7/AEre/QBK3v8ASt7/AEre/wBK\n        3v8ASt77AEre/wBK3nkASt4gAEre6gBK3v8ASt76AEre/QBK3v8ASt7/AEre/QBK3voASt7/AEre6gBK\n        3iAASt56AEre/wBK3vsASt7/AEre/wBK3v8ASt7/AEre/QBK3v8ASt5wAEreBQBK3sYASt7/AEre/QBK\n        3v8ASt7/AEre/wBK3vsASt7/AEreqgAAAAAASt4gAErexABK3v8ASt79AEre/wBK3v8ASt79AEre/wBK\n        3sQASt4gAAAAAABK3qoASt7/AEre+wBK3v8ASt7/AEre/wBK3v0ASt7/AErexgBK3gUAAAAAAErekQBK\n        3v8ASt77AEre/wBK3v0ASt79AEre/ABK3v8ASt7oAEreFQAAAAAASt4FAErebABK3twASt7+AEre/gBK\n        3twASt5sAEreBQAAAAAASt4VAEre6ABK3v8ASt78AEre/QBK3v0ASt7/AEre+wBK3v8ASt6RAAAAAAAA\n        AAAASt4wAEre+wBK3v4ASt7+AEre/wBK3v8ASt7/AEre/QBK3v8ASt60AEreEABK3gEAAAAAAEreBgBK\n        3iUASt4lAEreBgAAAAAASt4BAEreEQBK3rUASt7/AEre/QBK3v8ASt7/AEre/wBK3v4ASt7+AEre+wBK\n        3jAAAAAAAEreAwAAAAAASt5xAEre/wBK3vwASt7LAEre1ABK3u0ASt7xAEre6wBK3tgASt4/AAAAAABK\n        3gYASt4BAErdAQBK3gEASt4BAEreBgAAAAAASt4/AEre2ABK3uoASt7xAEre7QBK3tQASt7LAEre/ABK\n        3v8ASt5xAAAAAABK3gMAAAAAAEreAwAAAAAASt55AEre/wBK3rcASt4UAAAAAABK3gEAAAAAAAAAAAAA\n        AAAASt4KAEreAwAAAAAASt7LAErezQAAAAAASt4DAEreCgAAAAAAAAAAAAAAAABK3gEAAAAAAEreFABK\n        3rgASt7/AEreeQAAAAAASt4DAAAAAAAAAAAAAAAAAEreAwAAAAAASt5KAEre5gBK3vgASt6kAErecQBK\n        3l0ASt5lAErewQBK3pIAAAAAAAAAAABK3nsASt59AAAAAAAAAAAASt6TAErewQBK3mUASt5fAErecQBK\n        3qQASt74AEre5gBK3koAAAAAAEreAwAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwAAAAAASt4FAEreUABK\n        3poASt6VAErepgBK3v8ASt7/AEreQQAAAAAASt4UAErergBK3q8ASt4UAAAAAABK3kEASt7/AEre/wBK\n        3p8ASt6VAEremgBK3lAASt4FAAAAAABK3gMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEreAwBK\n        3gEAAAAAAEreAQAAAAAASt4QAEreoQBK3nYAAAAAAEreGABK3sEASt7/AEre/wBK3sEASt4YAAAAAABK\n        3nUASt6QAEreBwAAAAAASt4BAAAAAABK3gEASt4DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAEreAQBK3gQASt4EAEreBABK3gIAAAAAAEreAgAAAAAASt5NAEreoQBK3psASt6aAErenwBK\n        3koAAAAAAEreAgAAAAAASt4CAEreBABK3gQASt4DAEreAQAAAAAAAAAAAAAAAAAAAAAAAAAA//gf///A\n        Af/+AAB//AAAP/gAAB/wAAAP4AGAB8Af+APA//8Dg///wY////GfwAP9/gAAf/gAAB/gAAAHwAAAA4AA\n        AAEAAAAAAAAAAAAAAAAAAAAAAAAAAIBgBgGAMAwBgDw8AcAf+APgH/gH8/5/z/jn5x/+DnB//9w7///8\n        P/8oAAAAEAAAACAAAAABACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABK3gEASt4CAAAAAABK\n        3i0ASt6IAErexgBK3tUASt7VAEreyABK3owASt4wAAAAAABK3gIASt4CAAAAAABK3gEAAAAAAEreDgBK\n        3psASt77AEre/wBK3v8ASt7/AEre/wBK3v8ASt7/AEre/ABK3qIASt4SAAAAAABK3gIAAAAAAEreEQBK\n        3s0ASt7/AEre/QBK3v4ASt7/AEre6wBK3usASt7/AEre/gBK3v0ASt7/AEre1QBK3hYAAAAAAAAAAABK\n        3qAASt7/AEre/QBK3vUASt7FAEreowBK3lUASt5UAEreoQBK3sMASt70AEre/QBK3v8ASt6pAAAAAABK\n        3jQASt7/AEre4wBK3m8ASt4RAAAAAABK3gEAAAAAAAAAAABK3gEAAAAAAEreDgBK3mkASt7eAEre/wBK\n        3j4ASt6JAEreowBK3gIAAAAAAEreIQBK3m0ASt6fAEreowBK3qEASt6fAErebABK3iUAAAAAAAAAAABK\n        3pwASt6TAEreJwAAAAAASt5DAErevwBK3usASt7/AEre/gBK3v8ASt7/AEre/wBK3v8ASt7+AErexwBK\n        3kIAAAAAAEreJgAAAAAASt6TAEre/wBK3v4ASt7+AEre+wBK3vsASt78AEre/ABK3vsASt77AEre/gBK\n        3v4ASt7/AErenABK3gUASt6lAEre/wBK3v0ASt77AEre/QBK3v4ASt7/AEre/wBK3v8ASt7/AEre/gBK\n        3v4ASt78AEre+wBK3v8ASt6vAEre4QBK3v8ASt7+AEre/wBK3v8ASt79AEre/gBK3v8ASt7/AEre/gBK\n        3v0ASt7/AEre/wBK3v4ASt7/AEre4ABK3uAASt7/AEre/QBK3v8ASt7qAEre8gBK3v8ASt76AEre+gBK\n        3v8ASt7yAEre6gBK3v8ASt79AEre/wBK3uAASt6aAEre/wBK3vkASt7/AEretwBK3kAASt70AEre/wBK\n        3v8ASt70AEreQABK3rcASt7/AEre+QBK3v8ASt6aAEreOABK3vsASt7+AEre/gBK3v8ASt46AEreFgBK\n        3oAASt6AAEreFgBK3joASt7/AEre/gBK3v4ASt77AEreOAAAAAAASt59AEre9QBK3ooASt6AAEreRAAA\n        AAAASt4sAEreLAAAAAAASt5FAEregABK3ooASt71AErefQAAAAAASt4CAAAAAABK3kwASt58AEreWwBK\n        3r4ASt4lAErebABK3m0ASt4lAErevQBK3lkASt58AEreTAAAAAAASt4CAAAAAABK3gIAAAAAAAAAAABK\n        3hoASt5TAEreFgBK3sEASt7AAEreFgBK3k4ASt4XAEreAQAAAAAASt4CAAAAAPgfAADgBwAAwAMAAIGB\n        AACf+QAAPDwAAOAHAACAAQAAAAAAAAAAAAAAAAAABCAAAIZhAADH4wAA+98AAP5/AAA=\n</value>\n  </data>\n</root>"
  },
  {
    "path": "Tomighty.Windows/Events.cs",
    "content": "﻿namespace Tomighty.Windows.Events\n{\n    public class FirstRun { }\n    public class AppUpdated { }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Flags.cs",
    "content": "﻿using System;\nusing System.IO;\n\nnamespace Tomighty.Windows\n{\n    public class Flags\n    {\n        private readonly string dir;\n\n        public Flags(string name)\n        {\n            dir = Path.Combine(Directories.AppData, name);\n        }\n\n        public bool IsOn(string name, bool defaultValue)\n        {\n            return ReadFile(name, defaultValue);\n        }\n\n        public void TurnOn(string name)\n        {\n            WriteFile(name, true);\n        }\n\n        public void TurnOff(string name)\n        {\n            WriteFile(name, false);\n        }\n\n        private string GetFile(string name) => Path.Combine(dir, name);\n\n        private void EnsureDirectoryExists()\n        {\n            if (!Directory.Exists(dir))\n                Directory.CreateDirectory(dir);\n        }\n\n        private void WriteFile(string name, bool value)\n        {\n            EnsureDirectoryExists();\n            File.WriteAllText(GetFile(name), value ? \"1\" : \"0\");\n        }\n\n        private bool ReadFile(string name, bool defaultValue)\n        {\n            EnsureDirectoryExists();\n\n            var file = GetFile(name);\n\n            if (File.Exists(file))\n                return File.ReadAllText(file) == \"1\" ? true : false;\n\n            return defaultValue;\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Host.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System;\nusing System.IO;\nusing System.Management;\nusing Tomighty.Windows.Util;\n\nnamespace Tomighty.Windows\n{\n    internal class Host\n    {\n        private static string id;\n\n        public static string Id\n        {\n            get\n            {\n                if (id == null) id = GetId();\n                return id;\n            }\n        }\n\n        private static string GetId()\n        {\n            try\n            {\n                return ComputeId();\n            }\n            catch\n            {\n                try\n                {\n                   return GenerateId();\n                }\n                catch\n                {\n                    return \"undefined\";\n                }\n            }\n        }\n\n        private static string GenerateId()\n        {\n            string uuid = null;\n            var path = Path.Combine(Directories.AppData, \"machine_id\");\n\n            if (File.Exists(path))\n                uuid = File.ReadAllText(path);\n            \n            if (uuid == null || uuid.Length != Guid.Empty.ToString().Length)\n            {\n                uuid = Guid.NewGuid().ToString();\n                File.WriteAllText(path, uuid);\n            }\n\n            return uuid;\n        }\n\n        private static string ComputeId()\n        {\n            var mgmt = new ManagementClass(\"win32_processor\");\n            var data = \"\";\n            foreach (ManagementObject mo in mgmt.GetInstances())\n                data += GetProcessorInfo(mo);\n            return Hash.Sha1(data);\n        }\n\n        private static string GetProcessorInfo(ManagementObject mo)\n        {\n            return \"[\" +\n                mo.Properties[\"processorID\"].Value + \"|\" +\n                mo.Properties[\"Architecture\"].Value + \"|\" +\n                mo.Properties[\"Family\"].Value + \"|\" +\n                mo.Properties[\"Caption\"].Value + \"]\";\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/IntervalTypeExtensions.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System;\nusing Tomighty.Windows.Properties;\n\nnamespace Tomighty.Windows\n{\n    internal static class IntervalTypeExtensions\n    {\n        public static string GetName(this IntervalType intervalType)\n        {\n            switch (intervalType)\n            {\n                case IntervalType.Pomodoro: return Resources.String_Pomodoro;\n                case IntervalType.ShortBreak: return Resources.String_ShortBreak;\n                case IntervalType.LongBreak: return Resources.String_LongBreak;\n                default: throw new ArgumentException($\"Unknown interval type: {intervalType}\");\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/LICENSE.txt",
    "content": "\r\n                                 Apache License\r\n                           Version 2.0, January 2004\r\n                        http://www.apache.org/licenses/\r\n\r\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\r\n\r\n   1. Definitions.\r\n\r\n      \"License\" shall mean the terms and conditions for use, reproduction,\r\n      and distribution as defined by Sections 1 through 9 of this document.\r\n\r\n      \"Licensor\" shall mean the copyright owner or entity authorized by\r\n      the copyright owner that is granting the License.\r\n\r\n      \"Legal Entity\" shall mean the union of the acting entity and all\r\n      other entities that control, are controlled by, or are under common\r\n      control with that entity. For the purposes of this definition,\r\n      \"control\" means (i) the power, direct or indirect, to cause the\r\n      direction or management of such entity, whether by contract or\r\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\r\n      outstanding shares, or (iii) beneficial ownership of such entity.\r\n\r\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\r\n      exercising permissions granted by this License.\r\n\r\n      \"Source\" form shall mean the preferred form for making modifications,\r\n      including but not limited to software source code, documentation\r\n      source, and configuration files.\r\n\r\n      \"Object\" form shall mean any form resulting from mechanical\r\n      transformation or translation of a Source form, including but\r\n      not limited to compiled object code, generated documentation,\r\n      and conversions to other media types.\r\n\r\n      \"Work\" shall mean the work of authorship, whether in Source or\r\n      Object form, made available under the License, as indicated by a\r\n      copyright notice that is included in or attached to the work\r\n      (an example is provided in the Appendix below).\r\n\r\n      \"Derivative Works\" shall mean any work, whether in Source or Object\r\n      form, that is based on (or derived from) the Work and for which the\r\n      editorial revisions, annotations, elaborations, or other modifications\r\n      represent, as a whole, an original work of authorship. For the purposes\r\n      of this License, Derivative Works shall not include works that remain\r\n      separable from, or merely link (or bind by name) to the interfaces of,\r\n      the Work and Derivative Works thereof.\r\n\r\n      \"Contribution\" shall mean any work of authorship, including\r\n      the original version of the Work and any modifications or additions\r\n      to that Work or Derivative Works thereof, that is intentionally\r\n      submitted to Licensor for inclusion in the Work by the copyright owner\r\n      or by an individual or Legal Entity authorized to submit on behalf of\r\n      the copyright owner. For the purposes of this definition, \"submitted\"\r\n      means any form of electronic, verbal, or written communication sent\r\n      to the Licensor or its representatives, including but not limited to\r\n      communication on electronic mailing lists, source code control systems,\r\n      and issue tracking systems that are managed by, or on behalf of, the\r\n      Licensor for the purpose of discussing and improving the Work, but\r\n      excluding communication that is conspicuously marked or otherwise\r\n      designated in writing by the copyright owner as \"Not a Contribution.\"\r\n\r\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\r\n      on behalf of whom a Contribution has been received by Licensor and\r\n      subsequently incorporated within the Work.\r\n\r\n   2. Grant of Copyright License. Subject to the terms and conditions of\r\n      this License, each Contributor hereby grants to You a perpetual,\r\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r\n      copyright license to reproduce, prepare Derivative Works of,\r\n      publicly display, publicly perform, sublicense, and distribute the\r\n      Work and such Derivative Works in Source or Object form.\r\n\r\n   3. Grant of Patent License. Subject to the terms and conditions of\r\n      this License, each Contributor hereby grants to You a perpetual,\r\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r\n      (except as stated in this section) patent license to make, have made,\r\n      use, offer to sell, sell, import, and otherwise transfer the Work,\r\n      where such license applies only to those patent claims licensable\r\n      by such Contributor that are necessarily infringed by their\r\n      Contribution(s) alone or by combination of their Contribution(s)\r\n      with the Work to which such Contribution(s) was submitted. If You\r\n      institute patent litigation against any entity (including a\r\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\r\n      or a Contribution incorporated within the Work constitutes direct\r\n      or contributory patent infringement, then any patent licenses\r\n      granted to You under this License for that Work shall terminate\r\n      as of the date such litigation is filed.\r\n\r\n   4. Redistribution. You may reproduce and distribute copies of the\r\n      Work or Derivative Works thereof in any medium, with or without\r\n      modifications, and in Source or Object form, provided that You\r\n      meet the following conditions:\r\n\r\n      (a) You must give any other recipients of the Work or\r\n          Derivative Works a copy of this License; and\r\n\r\n      (b) You must cause any modified files to carry prominent notices\r\n          stating that You changed the files; and\r\n\r\n      (c) You must retain, in the Source form of any Derivative Works\r\n          that You distribute, all copyright, patent, trademark, and\r\n          attribution notices from the Source form of the Work,\r\n          excluding those notices that do not pertain to any part of\r\n          the Derivative Works; and\r\n\r\n      (d) If the Work includes a \"NOTICE\" text file as part of its\r\n          distribution, then any Derivative Works that You distribute must\r\n          include a readable copy of the attribution notices contained\r\n          within such NOTICE file, excluding those notices that do not\r\n          pertain to any part of the Derivative Works, in at least one\r\n          of the following places: within a NOTICE text file distributed\r\n          as part of the Derivative Works; within the Source form or\r\n          documentation, if provided along with the Derivative Works; or,\r\n          within a display generated by the Derivative Works, if and\r\n          wherever such third-party notices normally appear. The contents\r\n          of the NOTICE file are for informational purposes only and\r\n          do not modify the License. You may add Your own attribution\r\n          notices within Derivative Works that You distribute, alongside\r\n          or as an addendum to the NOTICE text from the Work, provided\r\n          that such additional attribution notices cannot be construed\r\n          as modifying the License.\r\n\r\n      You may add Your own copyright statement to Your modifications and\r\n      may provide additional or different license terms and conditions\r\n      for use, reproduction, or distribution of Your modifications, or\r\n      for any such Derivative Works as a whole, provided Your use,\r\n      reproduction, and distribution of the Work otherwise complies with\r\n      the conditions stated in this License.\r\n\r\n   5. Submission of Contributions. Unless You explicitly state otherwise,\r\n      any Contribution intentionally submitted for inclusion in the Work\r\n      by You to the Licensor shall be under the terms and conditions of\r\n      this License, without any additional terms or conditions.\r\n      Notwithstanding the above, nothing herein shall supersede or modify\r\n      the terms of any separate license agreement you may have executed\r\n      with Licensor regarding such Contributions.\r\n\r\n   6. Trademarks. This License does not grant permission to use the trade\r\n      names, trademarks, service marks, or product names of the Licensor,\r\n      except as required for reasonable and customary use in describing the\r\n      origin of the Work and reproducing the content of the NOTICE file.\r\n\r\n   7. Disclaimer of Warranty. Unless required by applicable law or\r\n      agreed to in writing, Licensor provides the Work (and each\r\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\r\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\r\n      implied, including, without limitation, any warranties or conditions\r\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\r\n      PARTICULAR PURPOSE. You are solely responsible for determining the\r\n      appropriateness of using or redistributing the Work and assume any\r\n      risks associated with Your exercise of permissions under this License.\r\n\r\n   8. Limitation of Liability. In no event and under no legal theory,\r\n      whether in tort (including negligence), contract, or otherwise,\r\n      unless required by applicable law (such as deliberate and grossly\r\n      negligent acts) or agreed to in writing, shall any Contributor be\r\n      liable to You for damages, including any direct, indirect, special,\r\n      incidental, or consequential damages of any character arising as a\r\n      result of this License or out of the use or inability to use the\r\n      Work (including but not limited to damages for loss of goodwill,\r\n      work stoppage, computer failure or malfunction, or any and all\r\n      other commercial damages or losses), even if such Contributor\r\n      has been advised of the possibility of such damages.\r\n\r\n   9. Accepting Warranty or Additional Liability. While redistributing\r\n      the Work or Derivative Works thereof, You may choose to offer,\r\n      and charge a fee for, acceptance of support, warranty, indemnity,\r\n      or other liability obligations and/or rights consistent with this\r\n      License. However, in accepting such obligations, You may act only\r\n      on Your own behalf and on Your sole responsibility, not on behalf\r\n      of any other Contributor, and only if You agree to indemnify,\r\n      defend, and hold each Contributor harmless for any liability\r\n      incurred by, or claims asserted against, such Contributor by reason\r\n      of your accepting any such warranty or additional liability.\r\n\r\n   END OF TERMS AND CONDITIONS\r\n"
  },
  {
    "path": "Tomighty.Windows/Logger.cs",
    "content": "﻿using System;\nusing System.IO;\n\nnamespace Tomighty.Windows\n{\n    class Logger : IDisposable\n    {\n        private const long MaxFileSize = 1024 * 512; //512KB\n\n        private readonly StreamWriter writer;\n\n        public Logger(string name)\n        {\n            writer = new StreamWriter(GetFile(name + \".log\"));\n        }\n\n        private FileStream GetFile(string name)\n        {\n            var path = Path.Combine(Directories.AppData, name);\n\n            if (HasReachedSizeLimit(path))\n            {\n                try\n                {\n                   File.Delete(path);\n                }\n                catch\n                {\n                    //That's ok, let's not break the program just because\n                    //we can't delete the log file\n                }\n            }\n            return new FileStream(path, FileMode.Append);\n        }\n\n        private bool HasReachedSizeLimit(string filepath)\n        {\n            return File.Exists(filepath) \n                && new FileInfo(filepath).Length > MaxFileSize;\n        }\n\n        private void Log(string level, string msg)\n        {\n            writer.WriteLine($\"{DateTimeOffset.Now.ToString()} [{level}] {msg}\");\n            writer.Flush();\n        }\n\n        public void Info(string msg)\n        {\n            Log(\"INFO\", msg);\n        }\n\n        public void Error(string msg)\n        {\n            Log(\"ERROR\", msg);\n        }\n\n        public void Error(Exception e)\n        {\n            Error(e.ToString());\n        }\n\n        public void Dispose()\n        {\n            if (writer != null)\n                writer.Close();\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/NOTICE.txt",
    "content": "   =========================================================================\r\n   ==  NOTICE file corresponding to section 4(d) of the Apache License,   ==\r\n   ==  Version 2.0, in this case for the Tomighty distribution.           ==\r\n   =========================================================================\r\n\r\n   Tomighty is a software developed by Célio Cidral Junior. You can find it\r\n   at http://www.tomighty.org\r\n   \r\n   Pomodoro Technique® and Pomodoro™ are registered and filed trademarks\r\n   owned by Francesco Cirillo. Tomighty is not affiliated by, associated\r\n   with nor endorsed by Francesco Cirillo.\r\n\r\n   Tomato icon designed by José Campos <www.thenounproject.com/jcampos>\r\n\r\n   Clock icon designed by Thomas Le Bas <www.thenounproject.com/tlb>\r\n"
  },
  {
    "path": "Tomighty.Windows/Notifications/NotificationsPresenter.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing Tomighty.Events;\nusing Tomighty.Windows.Events;\nusing Windows.UI.Notifications;\n\nnamespace Tomighty.Windows.Notifications\n{\n    internal class NotificationsPresenter\n    {\n        private readonly IPomodoroEngine pomodoroEngine;\n        private readonly IUserPreferences userPreferences;\n        private readonly ToastNotifier toastNotifier = ToastNotificationManager.CreateToastNotifier(\"Tomighty\");\n\n        public NotificationsPresenter(IPomodoroEngine pomodoroEngine, IUserPreferences userPreferences, IEventHub eventHub)\n        {\n            this.pomodoroEngine = pomodoroEngine;\n            this.userPreferences = userPreferences;\n            eventHub.Subscribe<TimerStopped>(OnTimerStopped);\n            eventHub.Subscribe<AppUpdated>(OnAppUpdated);\n            eventHub.Subscribe<FirstRun>(OnFirstRun);\n        }\n\n        private void OnFirstRun(FirstRun @event)\n        {\n            var toast = Toasts.FirstRun();\n            toastNotifier.Show(toast);\n        }\n\n        private void OnAppUpdated(AppUpdated @event)\n        {\n            toastNotifier.Show(Toasts.AppUpdated());\n        }\n\n        private void OnTimerStopped(TimerStopped @event)\n        {\n            if (@event.IsIntervalCompleted && userPreferences.ShowToastNotifications)\n            {\n                var toast = Toasts.IntervalCompleted(@event.IntervalType, pomodoroEngine.SuggestedBreakType);\n                toast.Activated += OnToastActivated;\n                toastNotifier.Show(toast);\n            }\n        }\n\n        private void OnToastActivated(ToastNotification sender, object args)\n        {\n            if (args is ToastActivatedEventArgs)\n            {\n                var activation = args as ToastActivatedEventArgs;\n\n                if (Toasts.TimerAction.WithArgs.ContainsKey(activation.Arguments))\n                {\n                    var timerAction = Toasts.TimerAction.WithArgs[activation.Arguments];\n\n                    pomodoroEngine.StartTimer(timerAction.IntervalType);\n                }\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Notifications/SoundNotificationPlayer.cs",
    "content": "﻿using System.Media;\nusing Tomighty.Events;\n\nnamespace Tomighty.Windows.Notifications\n{\n    public class SoundNotificationPlayer\n    {\n        private readonly IUserPreferences userPreferences;\n        private readonly SoundPlayer intervalCompletedNotification = new SoundPlayer(Properties.Resources.audio_deskbell);\n\n        public SoundNotificationPlayer(IUserPreferences userPreferences, IEventHub eventHub)\n        {\n            this.userPreferences = userPreferences;\n            eventHub.Subscribe<TimerStopped>(OnTimerStopped);\n        }\n\n        private void OnTimerStopped(TimerStopped @event)\n        {\n            if (@event.IsIntervalCompleted && userPreferences.PlaySoundNotifications)\n            {\n                intervalCompletedNotification.Play();\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Notifications/Toasts.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System;\nusing System.Collections.Generic;\nusing System.IO;\nusing Windows.Data.Xml.Dom;\nusing Windows.UI.Notifications;\n\nnamespace Tomighty.Windows.Notifications\n{\n    internal static class Toasts\n    {\n        private static readonly string RedTomatoImage = new Uri(Path.GetFullPath(@\"Resources\\Toasts\\image_toast_tomato_red.png\")).AbsoluteUri;\n        private static readonly string GreenTomatoImage = new Uri(Path.GetFullPath(@\"Resources\\Toasts\\image_toast_tomato_green.png\")).AbsoluteUri;\n        private static readonly string BlueTomatoImage = new Uri(Path.GetFullPath(@\"Resources\\Toasts\\image_toast_tomato_blue.png\")).AbsoluteUri;\n        private static readonly XmlDocument PomodoroCompletedTakeShortBreakTemplate = FillIntervalCompletedTemplate(\"Pomodoro\", RedTomatoImage, TimerAction.StartShortBreak);\n        private static readonly XmlDocument PomodoroCompletedTakeLongBreakTemplate = FillIntervalCompletedTemplate(\"Pomodoro\", RedTomatoImage, TimerAction.StartLongBreak);\n        private static readonly XmlDocument ShortBreakCompletedTemplate = FillIntervalCompletedTemplate(\"Short break\", GreenTomatoImage, TimerAction.StartPomodoro);\n        private static readonly XmlDocument LongBreakCompletedTemplate = FillIntervalCompletedTemplate(\"Long break\", BlueTomatoImage, TimerAction.StartPomodoro);\n        private static readonly XmlDocument FirstRunTemplate = ToXmlDocument(Properties.Resources.toast_template_first_run.Replace(\"{image_src}\", RedTomatoImage));\n        private static readonly XmlDocument AppUpdatedTemplate = ToXmlDocument(Properties.Resources.toast_template_app_updated.Replace(\"{image_src}\", RedTomatoImage));\n\n        public static ToastNotification FirstRun()\n        {\n            return new ToastNotification(FirstRunTemplate);\n        }\n\n        public static ToastNotification AppUpdated()\n        {\n            return new ToastNotification(AppUpdatedTemplate);\n        }\n\n        public static ToastNotification IntervalCompleted(IntervalType completedIntervalType, IntervalType suggestedBreakType)\n        {\n            if (completedIntervalType == IntervalType.Pomodoro && suggestedBreakType == IntervalType.ShortBreak)\n                return new ToastNotification(PomodoroCompletedTakeShortBreakTemplate);\n\n            if (completedIntervalType == IntervalType.Pomodoro && suggestedBreakType == IntervalType.LongBreak)\n                return new ToastNotification(PomodoroCompletedTakeLongBreakTemplate);\n\n            if (completedIntervalType == IntervalType.ShortBreak)\n                return new ToastNotification(ShortBreakCompletedTemplate);\n\n            if (completedIntervalType == IntervalType.LongBreak)\n                return new ToastNotification(LongBreakCompletedTemplate);\n\n            throw new ArgumentException($\"Invalid arguments: {nameof(completedIntervalType)}={completedIntervalType} {nameof(suggestedBreakType)}={suggestedBreakType}\");\n        }\n\n        private static XmlDocument FillIntervalCompletedTemplate(string intervalType, string imageSrc, TimerAction action)\n        {\n            return ToXmlDocument(Properties.Resources.toast_template_interval_completed\n                .Replace(\"{interval_type}\", intervalType)\n                .Replace(\"{image_src}\", imageSrc)\n                .Replace(\"{action_content}\", action.Content)\n                .Replace(\"{action_args}\", action.Args));\n        }\n\n        private static XmlDocument ToXmlDocument(string xml)\n        {\n            var doc = new XmlDocument();\n            doc.LoadXml(xml);\n            return doc;\n        }\n\n        public class TimerAction\n        {\n            public static readonly TimerAction StartPomodoro = new TimerAction(\"start_pomodoro\", \"Start pomodoro\", IntervalType.Pomodoro);\n            public static readonly TimerAction StartShortBreak = new TimerAction(\"start_short_break\", \"Take a short break\", IntervalType.ShortBreak);\n            public static readonly TimerAction StartLongBreak = new TimerAction(\"start_long_break\", \"Take a long break\", IntervalType.LongBreak);\n\n            public static readonly IDictionary<string, TimerAction> WithArgs = new Dictionary<string, TimerAction>\n            {\n                { StartPomodoro.Args, StartPomodoro },\n                { StartShortBreak.Args, StartShortBreak },\n                { StartLongBreak.Args, StartLongBreak }\n            };\n\n            private TimerAction(string args, string content, IntervalType intervalType)\n            {\n                Args = args;\n                Content = content;\n                IntervalType = intervalType;\n            }\n\n            public string Args { get; }\n            public string Content { get; }\n            public IntervalType IntervalType { get; }\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Preferences/UserPreferences.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System;\nusing System.IO;\nusing System.Runtime.Serialization;\nusing System.Runtime.Serialization.Json;\n\nnamespace Tomighty.Windows.Preferences\n{\n    public class UserPreferences : IMutableUserPreferences\n    {\n        private static readonly string FilePath = Path.Combine(Directories.AppData, \"preferences.json\");\n        private static readonly DataContractJsonSerializer Json = new DataContractJsonSerializer(typeof(Values));\n\n        private readonly Values values;\n\n        public UserPreferences()\n        {\n            values = ReadFromFile() ?? DefaultValues;\n        }\n\n        private static Values ReadFromFile()\n        {\n            if (!File.Exists(FilePath))\n                return null;\n\n            using (var file = File.OpenRead(FilePath))\n            {\n                try\n                {\n                    return ReplaceInvalidSettingsWithDefaultValues((Values)Json.ReadObject(file));\n                }\n                catch(SerializationException)\n                {\n                    return DefaultValues;\n                }\n            }\n        }\n\n        private static Values ReplaceInvalidSettingsWithDefaultValues(Values values)\n        {\n            if (values.PomodoroDuration <= 0) values.PomodoroDuration = DefaultValues.PomodoroDuration;\n            if (values.ShortBreakDuration <= 0) values.ShortBreakDuration = DefaultValues.ShortBreakDuration;\n            if (values.LongBreakDuration <= 0) values.LongBreakDuration = DefaultValues.LongBreakDuration;\n            if (values.MaxPomodoroCount <= 0) values.MaxPomodoroCount = DefaultValues.MaxPomodoroCount;\n            return values;\n        }\n\n        private static Values DefaultValues => new Values\n        {\n            PomodoroDuration = Duration.InMinutes(25).Seconds,\n            ShortBreakDuration = Duration.InMinutes(5).Seconds,\n            LongBreakDuration = Duration.InMinutes(15).Seconds,\n            MaxPomodoroCount = 4,\n            ShowToastNotifications = true,\n            PlaySoundNotifications = true,\n            AutoUpdate = true\n        };\n\n        public Duration GetIntervalDuration(IntervalType intervalType)\n        {\n            if (intervalType == IntervalType.Pomodoro) return new Duration(values.PomodoroDuration);\n            if (intervalType == IntervalType.ShortBreak) return new Duration(values.ShortBreakDuration);\n            if (intervalType == IntervalType.LongBreak) return new Duration(values.LongBreakDuration);\n            throw new ArgumentException($\"Unsupported interval type: {intervalType}\");\n        }\n\n        public void SetIntervalDuration(IntervalType intervalType, Duration duration)\n        {\n            if (intervalType == IntervalType.Pomodoro) values.PomodoroDuration = duration.Seconds;\n            else if (intervalType == IntervalType.ShortBreak) values.ShortBreakDuration = duration.Seconds;\n            else if (intervalType == IntervalType.LongBreak) values.LongBreakDuration = duration.Seconds;\n            else throw new ArgumentException($\"Unsupported interval type: {intervalType}\");\n        }\n\n        public int MaxPomodoroCount\n        {\n            get { return values.MaxPomodoroCount; }\n            set { values.MaxPomodoroCount = value; }\n        }\n\n        public bool ShowToastNotifications\n        {\n            get { return values.ShowToastNotifications; }\n            set { values.ShowToastNotifications = value; }\n        }\n\n        public bool PlaySoundNotifications\n        {\n            get { return values.PlaySoundNotifications; }\n            set { values.PlaySoundNotifications = value; }\n        }\n        \n        public bool AutoUpdate\n        {\n            get { return values.AutoUpdate; }\n            set { values.AutoUpdate = value; }\n        }\n\n        public void Update(Action<IMutableUserPreferences> action)\n        {\n            action(this);\n            using (var file = new FileStream(FilePath, FileMode.Create))\n            {\n                Json.WriteObject(file, values);\n            }\n        }\n\n        [DataContract]\n        private class Values\n        {\n            [DataMember] public int PomodoroDuration { get; set; }\n            [DataMember] public int ShortBreakDuration { get; set; }\n            [DataMember] public int LongBreakDuration { get; set; }\n            [DataMember] public int MaxPomodoroCount { get; set; }\n            [DataMember] public bool ShowToastNotifications { get; set; }\n            [DataMember] public bool PlaySoundNotifications { get; set; }\n            [DataMember] public bool AutoUpdate { get; set; }\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Preferences/UserPreferencesForm.Designer.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nnamespace Tomighty.Windows.Preferences\n{\n    partial class UserPreferencesForm\n    {\n        /// <summary>\n        /// Required designer variable.\n        /// </summary>\n        private System.ComponentModel.IContainer components = null;\n\n        /// <summary>\n        /// Clean up any resources being used.\n        /// </summary>\n        /// <param name=\"disposing\">true if managed resources should be disposed; otherwise, false.</param>\n        protected override void Dispose(bool disposing)\n        {\n            if (disposing && (components != null))\n            {\n                components.Dispose();\n            }\n            base.Dispose(disposing);\n        }\n\n        #region Windows Form Designer generated code\n\n        /// <summary>\n        /// Required method for Designer support - do not modify\n        /// the contents of this method with the code editor.\n        /// </summary>\n        private void InitializeComponent()\n        {\n            this.groupBox1 = new System.Windows.Forms.GroupBox();\n            this.longBreakDurationTextBox = new System.Windows.Forms.NumericUpDown();\n            this.shortBreakDurationTextBox = new System.Windows.Forms.NumericUpDown();\n            this.pomodoroDurationTextBox = new System.Windows.Forms.NumericUpDown();\n            this.label5 = new System.Windows.Forms.Label();\n            this.label6 = new System.Windows.Forms.Label();\n            this.label3 = new System.Windows.Forms.Label();\n            this.label4 = new System.Windows.Forms.Label();\n            this.label2 = new System.Windows.Forms.Label();\n            this.label1 = new System.Windows.Forms.Label();\n            this.groupBox2 = new System.Windows.Forms.GroupBox();\n            this.maxPomodoroCountTextBox = new System.Windows.Forms.NumericUpDown();\n            this.label7 = new System.Windows.Forms.Label();\n            this.okButton = new System.Windows.Forms.Button();\n            this.cancelButton = new System.Windows.Forms.Button();\n            this.tabControl1 = new System.Windows.Forms.TabControl();\n            this.tabPage1 = new System.Windows.Forms.TabPage();\n            this.tabPage2 = new System.Windows.Forms.TabPage();\n            this.soundNotifications = new System.Windows.Forms.CheckBox();\n            this.toastNotification = new System.Windows.Forms.CheckBox();\n            this.label8 = new System.Windows.Forms.Label();\n            this.tabPage3 = new System.Windows.Forms.TabPage();\n            this.autoupdate = new System.Windows.Forms.CheckBox();\n            this.groupBox1.SuspendLayout();\n            ((System.ComponentModel.ISupportInitialize)(this.longBreakDurationTextBox)).BeginInit();\n            ((System.ComponentModel.ISupportInitialize)(this.shortBreakDurationTextBox)).BeginInit();\n            ((System.ComponentModel.ISupportInitialize)(this.pomodoroDurationTextBox)).BeginInit();\n            this.groupBox2.SuspendLayout();\n            ((System.ComponentModel.ISupportInitialize)(this.maxPomodoroCountTextBox)).BeginInit();\n            this.tabControl1.SuspendLayout();\n            this.tabPage1.SuspendLayout();\n            this.tabPage2.SuspendLayout();\n            this.tabPage3.SuspendLayout();\n            this.SuspendLayout();\n            // \n            // groupBox1\n            // \n            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) \n            | System.Windows.Forms.AnchorStyles.Right)));\n            this.groupBox1.Controls.Add(this.longBreakDurationTextBox);\n            this.groupBox1.Controls.Add(this.shortBreakDurationTextBox);\n            this.groupBox1.Controls.Add(this.pomodoroDurationTextBox);\n            this.groupBox1.Controls.Add(this.label5);\n            this.groupBox1.Controls.Add(this.label6);\n            this.groupBox1.Controls.Add(this.label3);\n            this.groupBox1.Controls.Add(this.label4);\n            this.groupBox1.Controls.Add(this.label2);\n            this.groupBox1.Controls.Add(this.label1);\n            this.groupBox1.Location = new System.Drawing.Point(13, 13);\n            this.groupBox1.Name = \"groupBox1\";\n            this.groupBox1.Size = new System.Drawing.Size(229, 113);\n            this.groupBox1.TabIndex = 0;\n            this.groupBox1.TabStop = false;\n            this.groupBox1.Text = \"Duration\";\n            // \n            // longBreakDurationTextBox\n            // \n            this.longBreakDurationTextBox.Location = new System.Drawing.Point(69, 80);\n            this.longBreakDurationTextBox.Maximum = new decimal(new int[] {\n            999,\n            0,\n            0,\n            0});\n            this.longBreakDurationTextBox.Minimum = new decimal(new int[] {\n            1,\n            0,\n            0,\n            0});\n            this.longBreakDurationTextBox.Name = \"longBreakDurationTextBox\";\n            this.longBreakDurationTextBox.Size = new System.Drawing.Size(52, 20);\n            this.longBreakDurationTextBox.TabIndex = 7;\n            this.longBreakDurationTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\n            this.longBreakDurationTextBox.Value = new decimal(new int[] {\n            1,\n            0,\n            0,\n            0});\n            // \n            // shortBreakDurationTextBox\n            // \n            this.shortBreakDurationTextBox.Location = new System.Drawing.Point(69, 54);\n            this.shortBreakDurationTextBox.Maximum = new decimal(new int[] {\n            999,\n            0,\n            0,\n            0});\n            this.shortBreakDurationTextBox.Minimum = new decimal(new int[] {\n            1,\n            0,\n            0,\n            0});\n            this.shortBreakDurationTextBox.Name = \"shortBreakDurationTextBox\";\n            this.shortBreakDurationTextBox.Size = new System.Drawing.Size(52, 20);\n            this.shortBreakDurationTextBox.TabIndex = 4;\n            this.shortBreakDurationTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\n            this.shortBreakDurationTextBox.Value = new decimal(new int[] {\n            1,\n            0,\n            0,\n            0});\n            // \n            // pomodoroDurationTextBox\n            // \n            this.pomodoroDurationTextBox.Location = new System.Drawing.Point(69, 28);\n            this.pomodoroDurationTextBox.Maximum = new decimal(new int[] {\n            999,\n            0,\n            0,\n            0});\n            this.pomodoroDurationTextBox.Minimum = new decimal(new int[] {\n            1,\n            0,\n            0,\n            0});\n            this.pomodoroDurationTextBox.Name = \"pomodoroDurationTextBox\";\n            this.pomodoroDurationTextBox.Size = new System.Drawing.Size(52, 20);\n            this.pomodoroDurationTextBox.TabIndex = 1;\n            this.pomodoroDurationTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\n            this.pomodoroDurationTextBox.Value = new decimal(new int[] {\n            1,\n            0,\n            0,\n            0});\n            // \n            // label5\n            // \n            this.label5.AutoSize = true;\n            this.label5.Location = new System.Drawing.Point(127, 82);\n            this.label5.Name = \"label5\";\n            this.label5.Size = new System.Drawing.Size(43, 13);\n            this.label5.TabIndex = 8;\n            this.label5.Text = \"minutes\";\n            // \n            // label6\n            // \n            this.label6.AutoSize = true;\n            this.label6.Location = new System.Drawing.Point(6, 82);\n            this.label6.Name = \"label6\";\n            this.label6.Size = new System.Drawing.Size(61, 13);\n            this.label6.TabIndex = 6;\n            this.label6.Text = \"&Long break\";\n            // \n            // label3\n            // \n            this.label3.AutoSize = true;\n            this.label3.Location = new System.Drawing.Point(127, 56);\n            this.label3.Name = \"label3\";\n            this.label3.Size = new System.Drawing.Size(43, 13);\n            this.label3.TabIndex = 5;\n            this.label3.Text = \"minutes\";\n            // \n            // label4\n            // \n            this.label4.AutoSize = true;\n            this.label4.Location = new System.Drawing.Point(6, 56);\n            this.label4.Name = \"label4\";\n            this.label4.Size = new System.Drawing.Size(62, 13);\n            this.label4.TabIndex = 3;\n            this.label4.Text = \"&Short break\";\n            // \n            // label2\n            // \n            this.label2.AutoSize = true;\n            this.label2.Location = new System.Drawing.Point(127, 30);\n            this.label2.Name = \"label2\";\n            this.label2.Size = new System.Drawing.Size(43, 13);\n            this.label2.TabIndex = 2;\n            this.label2.Text = \"minutes\";\n            // \n            // label1\n            // \n            this.label1.AutoSize = true;\n            this.label1.Location = new System.Drawing.Point(6, 30);\n            this.label1.Name = \"label1\";\n            this.label1.Size = new System.Drawing.Size(55, 13);\n            this.label1.TabIndex = 0;\n            this.label1.Text = \"&Pomodoro\";\n            // \n            // groupBox2\n            // \n            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) \n            | System.Windows.Forms.AnchorStyles.Right)));\n            this.groupBox2.Controls.Add(this.maxPomodoroCountTextBox);\n            this.groupBox2.Controls.Add(this.label7);\n            this.groupBox2.Location = new System.Drawing.Point(10, 132);\n            this.groupBox2.Name = \"groupBox2\";\n            this.groupBox2.Size = new System.Drawing.Size(232, 81);\n            this.groupBox2.TabIndex = 1;\n            this.groupBox2.TabStop = false;\n            this.groupBox2.Text = \"Long Break Cycle\";\n            // \n            // maxPomodoroCountTextBox\n            // \n            this.maxPomodoroCountTextBox.Location = new System.Drawing.Point(10, 48);\n            this.maxPomodoroCountTextBox.Maximum = new decimal(new int[] {\n            999,\n            0,\n            0,\n            0});\n            this.maxPomodoroCountTextBox.Minimum = new decimal(new int[] {\n            1,\n            0,\n            0,\n            0});\n            this.maxPomodoroCountTextBox.Name = \"maxPomodoroCountTextBox\";\n            this.maxPomodoroCountTextBox.Size = new System.Drawing.Size(52, 20);\n            this.maxPomodoroCountTextBox.TabIndex = 1;\n            this.maxPomodoroCountTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\n            this.maxPomodoroCountTextBox.Value = new decimal(new int[] {\n            1,\n            0,\n            0,\n            0});\n            // \n            // label7\n            // \n            this.label7.AutoSize = true;\n            this.label7.Location = new System.Drawing.Point(7, 32);\n            this.label7.Name = \"label7\";\n            this.label7.Size = new System.Drawing.Size(209, 13);\n            this.label7.TabIndex = 0;\n            this.label7.Text = \"&Number of pomodoros before a long break:\";\n            // \n            // okButton\n            // \n            this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\n            this.okButton.Location = new System.Drawing.Point(119, 273);\n            this.okButton.Name = \"okButton\";\n            this.okButton.Size = new System.Drawing.Size(75, 23);\n            this.okButton.TabIndex = 2;\n            this.okButton.Text = \"O&K\";\n            this.okButton.UseVisualStyleBackColor = true;\n            this.okButton.Click += new System.EventHandler(this.OnOkButtonClick);\n            // \n            // cancelButton\n            // \n            this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\n            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;\n            this.cancelButton.Location = new System.Drawing.Point(200, 273);\n            this.cancelButton.Name = \"cancelButton\";\n            this.cancelButton.Size = new System.Drawing.Size(75, 23);\n            this.cancelButton.TabIndex = 3;\n            this.cancelButton.Text = \"&Cancel\";\n            this.cancelButton.UseVisualStyleBackColor = true;\n            this.cancelButton.Click += new System.EventHandler(this.OnCancelButtonClick);\n            // \n            // tabControl1\n            // \n            this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \n            | System.Windows.Forms.AnchorStyles.Left) \n            | System.Windows.Forms.AnchorStyles.Right)));\n            this.tabControl1.Controls.Add(this.tabPage1);\n            this.tabControl1.Controls.Add(this.tabPage2);\n            this.tabControl1.Controls.Add(this.tabPage3);\n            this.tabControl1.Location = new System.Drawing.Point(12, 12);\n            this.tabControl1.Name = \"tabControl1\";\n            this.tabControl1.SelectedIndex = 0;\n            this.tabControl1.Size = new System.Drawing.Size(263, 255);\n            this.tabControl1.TabIndex = 4;\n            // \n            // tabPage1\n            // \n            this.tabPage1.Controls.Add(this.groupBox1);\n            this.tabPage1.Controls.Add(this.groupBox2);\n            this.tabPage1.Location = new System.Drawing.Point(4, 22);\n            this.tabPage1.Name = \"tabPage1\";\n            this.tabPage1.Padding = new System.Windows.Forms.Padding(10);\n            this.tabPage1.Size = new System.Drawing.Size(255, 229);\n            this.tabPage1.TabIndex = 0;\n            this.tabPage1.Text = \"Cycles\";\n            this.tabPage1.UseVisualStyleBackColor = true;\n            // \n            // tabPage2\n            // \n            this.tabPage2.Controls.Add(this.soundNotifications);\n            this.tabPage2.Controls.Add(this.toastNotification);\n            this.tabPage2.Controls.Add(this.label8);\n            this.tabPage2.Location = new System.Drawing.Point(4, 22);\n            this.tabPage2.Name = \"tabPage2\";\n            this.tabPage2.Padding = new System.Windows.Forms.Padding(10);\n            this.tabPage2.Size = new System.Drawing.Size(255, 229);\n            this.tabPage2.TabIndex = 1;\n            this.tabPage2.Text = \"Notifications\";\n            this.tabPage2.UseVisualStyleBackColor = true;\n            // \n            // soundNotifications\n            // \n            this.soundNotifications.AutoSize = true;\n            this.soundNotifications.Location = new System.Drawing.Point(16, 59);\n            this.soundNotifications.Name = \"soundNotifications\";\n            this.soundNotifications.Size = new System.Drawing.Size(87, 17);\n            this.soundNotifications.TabIndex = 2;\n            this.soundNotifications.Text = \"Play a sound\";\n            this.soundNotifications.UseVisualStyleBackColor = true;\n            // \n            // toastNotification\n            // \n            this.toastNotification.AutoSize = true;\n            this.toastNotification.Location = new System.Drawing.Point(16, 36);\n            this.toastNotification.Name = \"toastNotification\";\n            this.toastNotification.Size = new System.Drawing.Size(142, 17);\n            this.toastNotification.TabIndex = 1;\n            this.toastNotification.Text = \"Show a toast notification\";\n            this.toastNotification.UseVisualStyleBackColor = true;\n            // \n            // label8\n            // \n            this.label8.AutoSize = true;\n            this.label8.Location = new System.Drawing.Point(13, 10);\n            this.label8.Name = \"label8\";\n            this.label8.Size = new System.Drawing.Size(120, 13);\n            this.label8.TabIndex = 0;\n            this.label8.Text = \"When the timer finishes:\";\n            // \n            // tabPage3\n            // \n            this.tabPage3.Controls.Add(this.autoupdate);\n            this.tabPage3.Location = new System.Drawing.Point(4, 22);\n            this.tabPage3.Name = \"tabPage3\";\n            this.tabPage3.Padding = new System.Windows.Forms.Padding(10);\n            this.tabPage3.Size = new System.Drawing.Size(255, 229);\n            this.tabPage3.TabIndex = 2;\n            this.tabPage3.Text = \"Miscellaneous\";\n            this.tabPage3.UseVisualStyleBackColor = true;\n            // \n            // autoupdate\n            // \n            this.autoupdate.AutoSize = true;\n            this.autoupdate.Location = new System.Drawing.Point(14, 14);\n            this.autoupdate.Name = \"autoupdate\";\n            this.autoupdate.Size = new System.Drawing.Size(228, 17);\n            this.autoupdate.TabIndex = 0;\n            this.autoupdate.Text = \"Automatically download and install updates\";\n            this.autoupdate.UseVisualStyleBackColor = true;\n            // \n            // UserPreferencesForm\n            // \n            this.AcceptButton = this.okButton;\n            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\n            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\n            this.CancelButton = this.cancelButton;\n            this.ClientSize = new System.Drawing.Size(287, 308);\n            this.Controls.Add(this.tabControl1);\n            this.Controls.Add(this.cancelButton);\n            this.Controls.Add(this.okButton);\n            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;\n            this.MaximizeBox = false;\n            this.MinimizeBox = false;\n            this.Name = \"UserPreferencesForm\";\n            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\n            this.Text = \"Tomighty Preferences\";\n            this.groupBox1.ResumeLayout(false);\n            this.groupBox1.PerformLayout();\n            ((System.ComponentModel.ISupportInitialize)(this.longBreakDurationTextBox)).EndInit();\n            ((System.ComponentModel.ISupportInitialize)(this.shortBreakDurationTextBox)).EndInit();\n            ((System.ComponentModel.ISupportInitialize)(this.pomodoroDurationTextBox)).EndInit();\n            this.groupBox2.ResumeLayout(false);\n            this.groupBox2.PerformLayout();\n            ((System.ComponentModel.ISupportInitialize)(this.maxPomodoroCountTextBox)).EndInit();\n            this.tabControl1.ResumeLayout(false);\n            this.tabPage1.ResumeLayout(false);\n            this.tabPage2.ResumeLayout(false);\n            this.tabPage2.PerformLayout();\n            this.tabPage3.ResumeLayout(false);\n            this.tabPage3.PerformLayout();\n            this.ResumeLayout(false);\n\n        }\n\n        #endregion\n\n        private System.Windows.Forms.GroupBox groupBox1;\n        private System.Windows.Forms.Label label2;\n        private System.Windows.Forms.Label label1;\n        private System.Windows.Forms.Label label5;\n        private System.Windows.Forms.Label label6;\n        private System.Windows.Forms.Label label3;\n        private System.Windows.Forms.Label label4;\n        private System.Windows.Forms.GroupBox groupBox2;\n        private System.Windows.Forms.Label label7;\n        private System.Windows.Forms.NumericUpDown maxPomodoroCountTextBox;\n        private System.Windows.Forms.NumericUpDown longBreakDurationTextBox;\n        private System.Windows.Forms.NumericUpDown shortBreakDurationTextBox;\n        private System.Windows.Forms.NumericUpDown pomodoroDurationTextBox;\n        private System.Windows.Forms.Button okButton;\n        private System.Windows.Forms.Button cancelButton;\n        private System.Windows.Forms.TabControl tabControl1;\n        private System.Windows.Forms.TabPage tabPage1;\n        private System.Windows.Forms.TabPage tabPage2;\n        private System.Windows.Forms.Label label8;\n        private System.Windows.Forms.CheckBox toastNotification;\n        private System.Windows.Forms.CheckBox soundNotifications;\n        private System.Windows.Forms.TabPage tabPage3;\n        private System.Windows.Forms.CheckBox autoupdate;\n    }\n}"
  },
  {
    "path": "Tomighty.Windows/Preferences/UserPreferencesForm.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System.Windows.Forms;\n\nnamespace Tomighty.Windows.Preferences\n{\n    public partial class UserPreferencesForm : Form\n    {\n        private IUserPreferences userPreferences;\n\n        public UserPreferencesForm(IUserPreferences userPreferences)\n        {\n            this.userPreferences = userPreferences;\n\n            InitializeComponent();\n\n            pomodoroDurationTextBox.Value = userPreferences.GetIntervalDuration(IntervalType.Pomodoro).Minutes;\n            shortBreakDurationTextBox.Value = userPreferences.GetIntervalDuration(IntervalType.ShortBreak).Minutes;\n            longBreakDurationTextBox.Value = userPreferences.GetIntervalDuration(IntervalType.LongBreak).Minutes;\n            maxPomodoroCountTextBox.Value = userPreferences.MaxPomodoroCount;\n            toastNotification.Checked = userPreferences.ShowToastNotifications;\n            soundNotifications.Checked = userPreferences.PlaySoundNotifications;\n            autoupdate.Checked = userPreferences.AutoUpdate;\n        }\n\n        private void OnCancelButtonClick(object sender, System.EventArgs e)\n        {\n            Close();\n        }\n\n        private void OnOkButtonClick(object sender, System.EventArgs e)\n        {\n            userPreferences.Update(newPreferences =>\n            {\n                newPreferences.SetIntervalDuration(IntervalType.Pomodoro, Duration.InMinutes((int)pomodoroDurationTextBox.Value));\n                newPreferences.SetIntervalDuration(IntervalType.ShortBreak, Duration.InMinutes((int)shortBreakDurationTextBox.Value));\n                newPreferences.SetIntervalDuration(IntervalType.LongBreak, Duration.InMinutes((int)longBreakDurationTextBox.Value));\n                newPreferences.MaxPomodoroCount = (int)maxPomodoroCountTextBox.Value;\n                newPreferences.ShowToastNotifications = toastNotification.Checked;\n                newPreferences.PlaySoundNotifications = soundNotifications.Checked;\n                newPreferences.AutoUpdate = autoupdate.Checked;\n            });\n\n            Close();\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Preferences/UserPreferencesForm.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n</root>"
  },
  {
    "path": "Tomighty.Windows/Preferences/UserPreferencesPresenter.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System.Windows.Forms;\n\nnamespace Tomighty.Windows.Preferences\n{\n    internal class UserPreferencesPresenter\n    {\n        private readonly IUserPreferences userPreferences;\n        private UserPreferencesForm window;\n\n        public UserPreferencesPresenter(IUserPreferences userPreferences)\n        {\n            this.userPreferences = userPreferences;\n        }\n\n        public void Show()\n        {\n            if (window == null)\n            {\n                window = new UserPreferencesForm(userPreferences);\n                window.FormClosed += OnWindowClosed;\n            }\n\n            if (window.Visible)\n            {\n                window.Focus();\n            }\n            else\n            {\n                window.ShowDialog();\n            }\n        }\n\n        private void OnWindowClosed(object sender, FormClosedEventArgs e)\n        {\n            window.Dispose();\n            window = null;\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Program.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nusing System;\nusing System.Windows.Forms;\r\n\r\nnamespace Tomighty.Windows\n{\n    static class Program\n    {\n        [STAThread]\n        static void Main()\n        {\n            Application.EnableVisualStyles();\n            Application.SetCompatibleTextRenderingDefault(false);\n            AppDomain.CurrentDomain.UnhandledException += (sender, args) => HandleUnhandledException(args.ExceptionObject as Exception);\r\n            Application.ThreadException += (sender, args) => HandleUnhandledException(args.Exception);\n\n            try\r\n            {\r\n                Application.Run(new TomightyApplication());\n            }\n            catch(Exception e)\n            {\r\n                Application.Run(new ErrorReportWindow(e));\r\n            }\n        }\r\n\r\n        private static void HandleUnhandledException(Exception exception)\r\n        {\r\n            new ErrorReportWindow(exception).Show();\r\n        }\r\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Properties/AssemblyInfo.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System.Reflection;\nusing System.Runtime.InteropServices;\n\n[assembly: AssemblyTitle(\"Tomighty\")]\n[assembly: AssemblyDescription(\"Tomighty for Windows\")]\n[assembly: ComVisible(false)]\n[assembly: Guid(\"f45108d8-e103-4db9-a43f-82f864fd9217\")]\n"
  },
  {
    "path": "Tomighty.Windows/Properties/Resources.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\n// <auto-generated>\n//     This code was generated by a tool.\n//     Runtime Version:4.0.30319.42000\n//\n//     Changes to this file may cause incorrect behavior and will be lost if\n//     the code is regenerated.\n// </auto-generated>\n//------------------------------------------------------------------------------\n\nnamespace Tomighty.Windows.Properties {\n    using System;\n    \n    \n    /// <summary>\n    ///   A strongly-typed resource class, for looking up localized strings, etc.\n    /// </summary>\n    // This class was auto-generated by the StronglyTypedResourceBuilder\n    // class via a tool like ResGen or Visual Studio.\n    // To add or remove a member, edit your .ResX file then rerun ResGen\n    // with the /str option, or rebuild your VS project.\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"System.Resources.Tools.StronglyTypedResourceBuilder\", \"4.0.0.0\")]\n    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\n    internal class Resources {\n        \n        private static global::System.Resources.ResourceManager resourceMan;\n        \n        private static global::System.Globalization.CultureInfo resourceCulture;\n        \n        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(\"Microsoft.Performance\", \"CA1811:AvoidUncalledPrivateCode\")]\n        internal Resources() {\n        }\n        \n        /// <summary>\n        ///   Returns the cached ResourceManager instance used by this class.\n        /// </summary>\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\n        internal static global::System.Resources.ResourceManager ResourceManager {\n            get {\n                if (object.ReferenceEquals(resourceMan, null)) {\n                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager(\"Tomighty.Windows.Properties.Resources\", typeof(Resources).Assembly);\n                    resourceMan = temp;\n                }\n                return resourceMan;\n            }\n        }\n        \n        /// <summary>\n        ///   Overrides the current thread's CurrentUICulture property for all\n        ///   resource lookups using this strongly typed resource class.\n        /// </summary>\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\n        internal static global::System.Globalization.CultureInfo Culture {\n            get {\n                return resourceCulture;\n            }\n            set {\n                resourceCulture = value;\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.\n        /// </summary>\n        internal static System.IO.UnmanagedMemoryStream audio_deskbell {\n            get {\n                return ResourceManager.GetStream(\"audio_deskbell\", resourceCulture);\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized resource of type System.Drawing.Icon similar to (Icon).\n        /// </summary>\n        internal static System.Drawing.Icon icon_tomato_black {\n            get {\n                object obj = ResourceManager.GetObject(\"icon_tomato_black\", resourceCulture);\n                return ((System.Drawing.Icon)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized resource of type System.Drawing.Icon similar to (Icon).\n        /// </summary>\n        internal static System.Drawing.Icon icon_tomato_blue {\n            get {\n                object obj = ResourceManager.GetObject(\"icon_tomato_blue\", resourceCulture);\n                return ((System.Drawing.Icon)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized resource of type System.Drawing.Icon similar to (Icon).\n        /// </summary>\n        internal static System.Drawing.Icon icon_tomato_green {\n            get {\n                object obj = ResourceManager.GetObject(\"icon_tomato_green\", resourceCulture);\n                return ((System.Drawing.Icon)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized resource of type System.Drawing.Icon similar to (Icon).\n        /// </summary>\n        internal static System.Drawing.Icon icon_tomato_red {\n            get {\n                object obj = ResourceManager.GetObject(\"icon_tomato_red\", resourceCulture);\n                return ((System.Drawing.Icon)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized resource of type System.Drawing.Icon similar to (Icon).\n        /// </summary>\n        internal static System.Drawing.Icon icon_tomato_white {\n            get {\n                object obj = ResourceManager.GetObject(\"icon_tomato_white\", resourceCulture);\n                return ((System.Drawing.Icon)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized resource of type System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap image_clock {\n            get {\n                object obj = ResourceManager.GetObject(\"image_clock\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized resource of type System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap image_pinned {\n            get {\n                object obj = ResourceManager.GetObject(\"image_pinned\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized resource of type System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap image_stop {\n            get {\n                object obj = ResourceManager.GetObject(\"image_stop\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized resource of type System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap image_tomato_black {\n            get {\n                object obj = ResourceManager.GetObject(\"image_tomato_black\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized resource of type System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap image_tomato_blue {\n            get {\n                object obj = ResourceManager.GetObject(\"image_tomato_blue\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized resource of type System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap image_tomato_green {\n            get {\n                object obj = ResourceManager.GetObject(\"image_tomato_green\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized resource of type System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap image_tomato_red {\n            get {\n                object obj = ResourceManager.GetObject(\"image_tomato_red\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized resource of type System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap image_unpinned {\n            get {\n                object obj = ResourceManager.GetObject(\"image_unpinned\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized resource of type System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap image_warning {\n            get {\n                object obj = ResourceManager.GetObject(\"image_warning\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized resource of type System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap image_x {\n            get {\n                object obj = ResourceManager.GetObject(\"image_x\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized string similar to Long break.\n        /// </summary>\n        internal static string String_LongBreak {\n            get {\n                return ResourceManager.GetString(\"String_LongBreak\", resourceCulture);\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized string similar to Pomodoro.\n        /// </summary>\n        internal static string String_Pomodoro {\n            get {\n                return ResourceManager.GetString(\"String_Pomodoro\", resourceCulture);\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized string similar to Short break.\n        /// </summary>\n        internal static string String_ShortBreak {\n            get {\n                return ResourceManager.GetString(\"String_ShortBreak\", resourceCulture);\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt; \n        ///&lt;toast launch=&quot;tomighty&quot;&gt;\n        ///  &lt;visual&gt;\n        ///    &lt;binding template=&quot;ToastGeneric&quot;&gt;\n        ///      &lt;text&gt;First time using Tomighty?&lt;/text&gt;\n        ///      &lt;text&gt;There should be a tomato-shaped icon somewhere in your task bar.&lt;/text&gt;\n        ///      &lt;text&gt;Start by clicking on it. The left button shows the menu.&lt;/text&gt;\n        ///      &lt;image src=&apos;{image_src}&apos; placement=&apos;appLogoOverride&apos;/&gt;\n        ///    &lt;/binding&gt;\n        ///  &lt;/visual&gt;\n        ///  &lt;actions&gt;\n        ///    &lt;action content=&quot;Got It&quot; arguments=&quot;dismiss&quot; /&gt;\n        ///  &lt;/actions&gt;\n        ///  &lt;audio src=&quot;ms-winsound [rest of string was truncated]&quot;;.\n        /// </summary>\n        internal static string toast_template_app_updated {\n            get {\n                return ResourceManager.GetString(\"toast_template_app_updated\", resourceCulture);\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt; \n        ///&lt;toast launch=&quot;tomighty&quot;&gt;\n        ///  &lt;visual&gt;\n        ///    &lt;binding template=&quot;ToastGeneric&quot;&gt;\n        ///      &lt;text&gt;First time using Tomighty?&lt;/text&gt;\n        ///      &lt;text&gt;There should be a tomato-shaped icon somewhere in your task bar.&lt;/text&gt;\n        ///      &lt;text&gt;Start by clicking on it. The left button shows the menu.&lt;/text&gt;\n        ///      &lt;image src=&apos;{image_src}&apos; placement=&apos;appLogoOverride&apos;/&gt;\n        ///    &lt;/binding&gt;\n        ///  &lt;/visual&gt;\n        ///  &lt;actions&gt;\n        ///    &lt;action content=&quot;Got It&quot; arguments=&quot;dismiss&quot; /&gt;\n        ///  &lt;/actions&gt;\n        ///  &lt;audio src=&quot;ms-winsound [rest of string was truncated]&quot;;.\n        /// </summary>\n        internal static string toast_template_first_run {\n            get {\n                return ResourceManager.GetString(\"toast_template_first_run\", resourceCulture);\n            }\n        }\n        \n        /// <summary>\n        ///   Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt; \n        ///&lt;toast launch=&quot;tomighty&quot;&gt;\n        ///  &lt;visual&gt;\n        ///    &lt;binding template=&quot;ToastGeneric&quot;&gt;\n        ///      &lt;text&gt;{interval_type} completed&lt;/text&gt;\n        ///      &lt;image src=&apos;{image_src}&apos; placement=&apos;appLogoOverride&apos;/&gt;\n        ///    &lt;/binding&gt;\n        ///  &lt;/visual&gt;\n        ///  &lt;actions&gt;\n        ///    &lt;action content=&quot;{action_content}&quot; arguments=&quot;{action_args}&quot; /&gt;\n        ///    &lt;action content=&quot;Dismiss&quot; arguments=&quot;dismiss&quot; /&gt;\n        ///  &lt;/actions&gt;\n        ///  &lt;audio src=&quot;ms-winsoundevent:Notification.Reminder&quot;/&gt;\n        ///&lt;/toast&gt;\n        ///.\n        /// </summary>\n        internal static string toast_template_interval_completed {\n            get {\n                return ResourceManager.GetString(\"toast_template_interval_completed\", resourceCulture);\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Properties/Resources.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <assembly alias=\"System.Windows.Forms\" name=\"System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\" />\n  <data name=\"icon_tomato_black\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\resources\\icon_tomato_black.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"icon_tomato_blue\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\resources\\icon_tomato_blue.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"icon_tomato_green\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\resources\\icon_tomato_green.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"icon_tomato_red\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\resources\\icon_tomato_red.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"icon_tomato_white\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\resources\\icon_tomato_white.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"image_clock\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\resources\\image_clock.tiff;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"image_pinned\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\resources\\image_pinned.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"image_stop\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\resources\\image_stop.tiff;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"image_tomato_black\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\resources\\image_tomato_black.tiff;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"image_tomato_blue\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\resources\\image_tomato_blue.tiff;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"image_tomato_green\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\resources\\image_tomato_green.tiff;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"image_tomato_red\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\resources\\image_tomato_red.tiff;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"image_unpinned\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\resources\\image_unpinned.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"image_x\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\resources\\image_x.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"String_LongBreak\" xml:space=\"preserve\">\n    <value>Long break</value>\n  </data>\n  <data name=\"String_Pomodoro\" xml:space=\"preserve\">\n    <value>Pomodoro</value>\n  </data>\n  <data name=\"String_ShortBreak\" xml:space=\"preserve\">\n    <value>Short break</value>\n  </data>\n  <data name=\"toast_template_interval_completed\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\Toasts\\interval-completed.xml;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>\n  </data>\n  <data name=\"audio_deskbell\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\Audio\\deskbell.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </data>\n  <data name=\"image_warning\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\image_warning.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"toast_template_first_run\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\Toasts\\first-run.xml;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>\n  </data>\n  <data name=\"toast_template_app_updated\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\Toasts\\app-updated.xml;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>\n  </data>\n</root>"
  },
  {
    "path": "Tomighty.Windows/Properties/Settings.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\n// <auto-generated>\n//     This code was generated by a tool.\n//     Runtime Version:4.0.30319.42000\n//\n//     Changes to this file may cause incorrect behavior and will be lost if\n//     the code is regenerated.\n// </auto-generated>\n//------------------------------------------------------------------------------\n\nnamespace Tomighty.Windows.Properties\n{\n\n\n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator\", \"11.0.0.0\")]\n    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase\n    {\n\n        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));\n\n        public static Settings Default\n        {\n            get\n            {\n                return defaultInstance;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Properties/Settings.settings",
    "content": "﻿<?xml version='1.0' encoding='utf-8'?>\n<SettingsFile xmlns=\"http://schemas.microsoft.com/VisualStudio/2004/01/settings\" CurrentProfile=\"(Default)\">\n  <Profiles>\n    <Profile Name=\"(Default)\" />\n  </Profiles>\n  <Settings />\n</SettingsFile>\n"
  },
  {
    "path": "Tomighty.Windows/Resources/Toasts/app-updated.xml",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\" ?> \n<toast launch=\"tomighty\">\n  <visual>\n    <binding template=\"ToastGeneric\">\n      <text>Tomighty Updated</text>\n      <text>A new version of Tomighty has been automatically installed</text>\n      <image src='{image_src}' placement='appLogoOverride'/>\n    </binding>\n  </visual>\n  <actions>\n    <action content=\"OK\" arguments=\"dismiss\" />\n  </actions>\n  <audio src=\"ms-winsoundevent:Notification.Default\"/>\n</toast>\n"
  },
  {
    "path": "Tomighty.Windows/Resources/Toasts/first-run.xml",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\" ?> \n<toast launch=\"tomighty\">\n  <visual>\n    <binding template=\"ToastGeneric\">\n      <text>First time using Tomighty?</text>\n      <text>There should be a tomato-shaped icon somewhere in your task bar.</text>\n      <text>Start by clicking on it. The left button shows the menu.</text>\n      <image src='{image_src}' placement='appLogoOverride'/>\n    </binding>\n  </visual>\n  <actions>\n    <action content=\"Got It\" arguments=\"dismiss\" />\n  </actions>\n  <audio src=\"ms-winsoundevent:Notification.Default\"/>\n</toast>\n"
  },
  {
    "path": "Tomighty.Windows/Resources/Toasts/interval-completed.xml",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\" ?> \n<toast launch=\"tomighty\">\n  <visual>\n    <binding template=\"ToastGeneric\">\n      <text>{interval_type} completed</text>\n      <image src='{image_src}' placement='appLogoOverride'/>\n    </binding>\n  </visual>\n  <actions>\n    <action content=\"{action_content}\" arguments=\"{action_args}\" />\n    <action content=\"Dismiss\" arguments=\"dismiss\" />\n  </actions>\n  <audio src=\"ms-winsoundevent:Notification.Reminder\"/>\n</toast>\n"
  },
  {
    "path": "Tomighty.Windows/StartupEventFlags.cs",
    "content": "﻿namespace Tomighty.Windows\n{\n    public class StartupEventFlags\n    {\n        public static readonly Flags Flags = new Flags(\"startup\");\n        public static readonly string FirstRunFlag = \"firstrun\";\n        public static readonly string AppUpdatedFlag = \"app_updated\";\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/StartupEvents.cs",
    "content": "﻿using System;\nusing System.Threading.Tasks;\nusing Tomighty.Windows.Events;\n\nnamespace Tomighty.Windows\n{\n    public class StartupEvents : StartupEventFlags\n    {\n        public StartupEvents(IEventHub eventHub)\n        {\n            Task.Run(() =>\n            {\n                if (Flags.IsOn(FirstRunFlag, true))\n                {\n                    Flags.TurnOff(FirstRunFlag);\n                    eventHub.Publish(new FirstRun());\n                }\n\n                if (Flags.IsOn(AppUpdatedFlag, false))\n                {\n                    Flags.TurnOff(AppUpdatedFlag);\n                    eventHub.Publish(new AppUpdated());\n                }\n            });\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Timer/Taskbar.cs",
    "content": "﻿using System;\nusing System.Drawing;\nusing System.Runtime.InteropServices;\n\n// Shamelessly copied from https://winsharp93.wordpress.com/2009/06/29/find-out-size-and-position-of-the-taskbar/\n\nnamespace Tomighty.Windows.Timer\n{\n    public enum TaskbarPosition\n    {\n        Unknown = -1,\n        Left,\n        Top,\n        Right,\n        Bottom,\n    }\n\n    public sealed class Taskbar\n    {\n        private const string ClassName = \"Shell_TrayWnd\";\n\n        public Taskbar()\n        {\n            IntPtr taskbarHandle = User32.FindWindow(Taskbar.ClassName, null);\n\n            APPBARDATA data = new APPBARDATA();\n            data.cbSize = (uint)Marshal.SizeOf(typeof(APPBARDATA));\n            data.hWnd = taskbarHandle;\n            IntPtr result = Shell32.SHAppBarMessage(ABM.GetTaskbarPos, ref data);\n            if (result == IntPtr.Zero)\n                throw new InvalidOperationException();\n\n            this.Position = (TaskbarPosition)data.uEdge;\n            this.Bounds = Rectangle.FromLTRB(data.rc.left, data.rc.top, data.rc.right, data.rc.bottom);\n\n            data.cbSize = (uint)Marshal.SizeOf(typeof(APPBARDATA));\n            result = Shell32.SHAppBarMessage(ABM.GetState, ref data);\n            int state = result.ToInt32();\n            this.AlwaysOnTop = (state & ABS.AlwaysOnTop) == ABS.AlwaysOnTop;\n            this.AutoHide = (state & ABS.Autohide) == ABS.Autohide;\n        }\n\n        public Rectangle Bounds\n        {\n            get;\n            private set;\n        }\n\n        public TaskbarPosition Position\n        {\n            get;\n            private set;\n        }\n\n        public Point Location\n        {\n            get\n            {\n                return this.Bounds.Location;\n            }\n        }\n\n        public Size Size\n        {\n            get\n            {\n                return this.Bounds.Size;\n            }\n        }\n\n        //Always returns false under Windows 7\n        public bool AlwaysOnTop\n        {\n            get;\n            private set;\n        }\n\n        public bool AutoHide\n        {\n            get;\n            private set;\n        }\n    }\n\n    public enum ABM : uint\n    {\n        New = 0x00000000,\n        Remove = 0x00000001,\n        QueryPos = 0x00000002,\n        SetPos = 0x00000003,\n        GetState = 0x00000004,\n        GetTaskbarPos = 0x00000005,\n        Activate = 0x00000006,\n        GetAutoHideBar = 0x00000007,\n        SetAutoHideBar = 0x00000008,\n        WindowPosChanged = 0x00000009,\n        SetState = 0x0000000A,\n    }\n\n    public enum ABE : uint\n    {\n        Left = 0,\n        Top = 1,\n        Right = 2,\n        Bottom = 3\n    }\n\n    public static class ABS\n    {\n        public const int Autohide = 0x0000001;\n        public const int AlwaysOnTop = 0x0000002;\n    }\n\n    public static class Shell32\n    {\n        [DllImport(\"shell32.dll\", SetLastError = true)]\n        public static extern IntPtr SHAppBarMessage(ABM dwMessage, [In] ref APPBARDATA pData);\n    }\n\n    public static class User32\n    {\n        [DllImport(\"user32.dll\", SetLastError = true)]\n        public static extern IntPtr FindWindow(string lpClassName, string lpWindowName);\n    }\n\n    [StructLayout(LayoutKind.Sequential)]\n    public struct APPBARDATA\n    {\n        public uint cbSize;\n        public IntPtr hWnd;\n        public uint uCallbackMessage;\n        public ABE uEdge;\n        public RECT rc;\n        public int lParam;\n    }\n\n    [StructLayout(LayoutKind.Sequential)]\n    public struct RECT\n    {\n        public int left;\n        public int top;\n        public int right;\n        public int bottom;\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Timer/TimerWindow.Designer.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nnamespace Tomighty.Windows.Timer\n{\n    partial class TimerWindow\n    {\n        /// <summary>\n        /// Required designer variable.\n        /// </summary>\n        private System.ComponentModel.IContainer components = null;\n\n        /// <summary>\n        /// Clean up any resources being used.\n        /// </summary>\n        /// <param name=\"disposing\">true if managed resources should be disposed; otherwise, false.</param>\n        protected override void Dispose(bool disposing)\n        {\n            if (disposing && (components != null))\n            {\n                components.Dispose();\n            }\n            base.Dispose(disposing);\n        }\n\n        #region Windows Form Designer generated code\n\n        /// <summary>\n        /// Required method for Designer support - do not modify\n        /// the contents of this method with the code editor.\n        /// </summary>\n        private void InitializeComponent()\n        {\n            this.timeLabel = new Tomighty.Windows.Timer.TimerWindow.TransparentLabel();\n            this.pinButton = new System.Windows.Forms.Button();\n            this.closeButton = new System.Windows.Forms.Button();\n            this.titleLabel = new Tomighty.Windows.Timer.TimerWindow.TransparentLabel();\n            this.timerButton = new System.Windows.Forms.Button();\n            this.SuspendLayout();\n            // \n            // timeLabel\n            // \n            this.timeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \n            | System.Windows.Forms.AnchorStyles.Left) \n            | System.Windows.Forms.AnchorStyles.Right)));\n            this.timeLabel.BackColor = System.Drawing.Color.Transparent;\n            this.timeLabel.ForeColor = System.Drawing.Color.White;\n            this.timeLabel.Location = new System.Drawing.Point(12, 28);\n            this.timeLabel.Name = \"timeLabel\";\n            this.timeLabel.Size = new System.Drawing.Size(153, 67);\n            this.timeLabel.TabIndex = 0;\n            this.timeLabel.Text = \"--:--\";\n            this.timeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;\n            // \n            // pinButton\n            // \n            this.pinButton.CausesValidation = false;\n            this.pinButton.FlatAppearance.BorderSize = 0;\n            this.pinButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\n            this.pinButton.Image = global::Tomighty.Windows.Properties.Resources.image_unpinned;\n            this.pinButton.Location = new System.Drawing.Point(2, 2);\n            this.pinButton.Name = \"pinButton\";\n            this.pinButton.Size = new System.Drawing.Size(22, 23);\n            this.pinButton.TabIndex = 1;\n            this.pinButton.TabStop = false;\n            this.pinButton.UseVisualStyleBackColor = true;\n            // \n            // closeButton\n            // \n            this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\n            this.closeButton.CausesValidation = false;\n            this.closeButton.FlatAppearance.BorderSize = 0;\n            this.closeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\n            this.closeButton.Image = global::Tomighty.Windows.Properties.Resources.image_x;\n            this.closeButton.Location = new System.Drawing.Point(152, 2);\n            this.closeButton.Name = \"closeButton\";\n            this.closeButton.Size = new System.Drawing.Size(22, 23);\n            this.closeButton.TabIndex = 2;\n            this.closeButton.TabStop = false;\n            this.closeButton.UseVisualStyleBackColor = true;\n            // \n            // titleLabel\n            // \n            this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) \n            | System.Windows.Forms.AnchorStyles.Right)));\n            this.titleLabel.BackColor = System.Drawing.Color.Transparent;\n            this.titleLabel.ForeColor = System.Drawing.Color.White;\n            this.titleLabel.Location = new System.Drawing.Point(31, 8);\n            this.titleLabel.Name = \"titleLabel\";\n            this.titleLabel.Size = new System.Drawing.Size(115, 30);\n            this.titleLabel.TabIndex = 3;\n            this.titleLabel.Text = \"Title\";\n            this.titleLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;\n            // \n            // timerButton\n            // \n            this.timerButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) \n            | System.Windows.Forms.AnchorStyles.Right)));\n            this.timerButton.BackColor = System.Drawing.Color.Silver;\n            this.timerButton.FlatAppearance.BorderColor = System.Drawing.Color.DarkGray;\n            this.timerButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver;\n            this.timerButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver;\n            this.timerButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\n            this.timerButton.Location = new System.Drawing.Point(12, 98);\n            this.timerButton.Name = \"timerButton\";\n            this.timerButton.Size = new System.Drawing.Size(153, 28);\n            this.timerButton.TabIndex = 4;\n            this.timerButton.Text = \"Timer Action\";\n            this.timerButton.UseVisualStyleBackColor = false;\n            this.timerButton.Click += new System.EventHandler(this.OnTimerButtonClick);\n            // \n            // TimerWindow\n            // \n            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\n            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\n            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));\n            this.ClientSize = new System.Drawing.Size(177, 138);\n            this.ControlBox = false;\n            this.Controls.Add(this.timerButton);\n            this.Controls.Add(this.titleLabel);\n            this.Controls.Add(this.closeButton);\n            this.Controls.Add(this.pinButton);\n            this.Controls.Add(this.timeLabel);\n            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;\n            this.MaximizeBox = false;\n            this.MinimizeBox = false;\n            this.Name = \"TimerWindow\";\n            this.ShowIcon = false;\n            this.ShowInTaskbar = false;\n            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;\n            this.Text = \"Tomighty\";\n            this.TopMost = true;\n            this.ResumeLayout(false);\n\n        }\n\n        #endregion\n\n        private TransparentLabel timeLabel;\n        private System.Windows.Forms.Button pinButton;\n        private System.Windows.Forms.Button closeButton;\n        private TransparentLabel titleLabel;\n        private System.Windows.Forms.Button timerButton;\n    }\n}"
  },
  {
    "path": "Tomighty.Windows/Timer/TimerWindow.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System;\nusing System.Drawing;\nusing System.Drawing.Drawing2D;\nusing System.Windows.Forms;\n\nnamespace Tomighty.Windows.Timer\n{\n    public partial class TimerWindow : Form\n    {\n        public static readonly Color DarkGray = Color.FromArgb(41, 41, 41);\n        public static readonly Color Red = Color.FromArgb(168, 32, 41);\n        public static readonly Color Green = Color.FromArgb(26, 102, 41);\n        public static readonly Color Blue = Color.FromArgb(22, 57, 101);\n\n        private ColorScheme currentColorScheme;\n        private Action currentTimerAction;\n\n        private readonly Action<string> UpdateTimeDisplayDelegate;\n        private readonly Action<string> UpdateTitleDelegate;\n        private readonly Action<string, Action> UpdateTimerButtonTextDelegate;\n\n        public TimerWindow()\n        {\n            InitializeComponent();\n\n            currentColorScheme = CreateColorScheme(DarkGray);\n\n            SetTransparentBackground(pinButton);\n            SetTransparentBackground(closeButton);\n            Icon = Properties.Resources.icon_tomato_red;\n\n            timeLabel.Font = new Font(SystemFonts.DefaultFont.FontFamily, 32f);\n\n            UpdateTimeDisplayDelegate = (text) => timeLabel.Text = text;\n            UpdateTitleDelegate = (text) => titleLabel.Text = text;\n            UpdateTimerButtonTextDelegate = (text, action) => timerButton.Text = text;\n        }\n\n        public Button PinButton => pinButton;\n        public Button CloseButton => closeButton;\n\n        public void UpdateTitle(string text)\n        {\n            if (IsHandleCreated)\n                timeLabel.BeginInvoke(UpdateTitleDelegate, text);\n            else\n                UpdateTitleDelegate(text);\n        }\n\n        public void SetTimerAction(string text, Action action)\n        {\n            currentTimerAction = action;\n\n            if (IsHandleCreated)\n                timerButton.BeginInvoke(UpdateTimerButtonTextDelegate, text, action);\n            else\n                UpdateTimerButtonTextDelegate(text, action);\n        }\n\n        public void UpdateTimeDisplay(string text)\n        {\n            if (IsHandleCreated)\n                timeLabel.BeginInvoke(UpdateTimeDisplayDelegate, text);\n            else\n                UpdateTimeDisplayDelegate(text);\n        }\n\n        public void UpdateColorScheme(Color color)\n        {\n            currentColorScheme = CreateColorScheme(color);\n            Invalidate();\n        }\n\n        public void UpdatePinButtonState(bool pinned)\n        {\n            pinButton.Image = pinned ? Properties.Resources.image_pinned : Properties.Resources.image_unpinned;\n        }\n\n        public void Show(Point location)\n        {\n            Location = location;\n            Show();\n        }\n\n        private static void SetTransparentBackground(Button button)\n        {\n            button.BackColor = Color.Transparent;\n            button.FlatAppearance.CheckedBackColor = Color.Transparent;\n            button.FlatAppearance.MouseDownBackColor = Color.Transparent;\n            button.FlatAppearance.MouseOverBackColor = Color.Transparent;\n        }\n\n        protected override void OnPaintBackground(PaintEventArgs e)\n        {\n            var background = new Rectangle(0, 0, Width, Height);\n            var border = new Rectangle(0, 0, Width - 1, Height - 1);\n            e.Graphics.FillRectangle(currentColorScheme.Fill, background);\n            e.Graphics.DrawRectangle(currentColorScheme.Border, border);\n        }\n\n        private class TransparentLabel : Label\n        {\n            private const int WM_NCHITTEST = 0x0084;\n            private const int HTTRANSPARENT = (-1);\n\n            public TransparentLabel()\n            {\n                BackColor = Color.Transparent;\n            }\n\n            protected override void WndProc(ref Message m)\n            {\n                // Bubble up mouse events to the parent component so as to\n                // allow the timer window to be dragged around even when\n                // the user clicks on and moves the mouse over this label\n                if (m.Msg == WM_NCHITTEST)\n                {\n                    m.Result = (IntPtr)HTTRANSPARENT;\n                }\n                else\n                {\n                    base.WndProc(ref m);\n                }\n            }\n        }\n\n        private void OnTimerButtonClick(object sender, EventArgs e)\n        {\n            currentTimerAction?.Invoke();\n        }\n        \n        public ColorScheme CreateColorScheme(Color color)\n        {\n            return new ColorScheme\n            (\n                fill: CreateGradientBrush(color),\n                border: new Pen(Darker(color), 1f)\n            );\n        }\n\n        private Brush CreateGradientBrush(Color color)\n        {\n            return new LinearGradientBrush(\n                new Point(),\n                new Point(0, Height),\n                Brighter(color),\n                Darker(color)\n            );\n        }\n\n        private Color Darker(Color color)\n        {\n            return AdjustBrightness(color, -40);\n        }\n\n        private Color Brighter(Color color)\n        {\n            return AdjustBrightness(color, 20);\n        }\n\n        private static Color AdjustBrightness(Color color, int offset)\n        {\n            var r = Math.Max(0, color.R + offset);\n            var g = Math.Max(0, color.G + offset);\n            var b = Math.Max(0, color.B + offset);\n            return Color.FromArgb(r, g, b);\n        }\n    }\n\n    public class ColorScheme\n    {\n        public ColorScheme(Brush fill, Pen border)\n        {\n            Fill = fill;\n            Border = border;\n        }\n\n        public Brush Fill { get; }\n        public Pen Border { get; }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Timer/TimerWindow.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n</root>"
  },
  {
    "path": "Tomighty.Windows/Timer/TimerWindowPresenter.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System;\nusing System.Drawing;\nusing System.Windows.Forms;\nusing Tomighty.Events;\n\nnamespace Tomighty.Windows.Timer\n{\n    internal class TimerWindowPresenter\n    {\n        private readonly ICountdownClock countdownClock;\n        private readonly IWindowState idleState;\n        private readonly IWindowState pomodoroState;\n        private readonly IWindowState shortBreakState;\n        private readonly IWindowState longBreakState;\n        private readonly IWindowState pomodoroCompletedState;\n        private readonly IWindowState breakFinishedState;\n        private readonly IWindowState pomodoroInterruptedState;\n        private readonly IWindowState breakInterruptedState;\n\n        private IWindowState currentState;\n        private TimerWindow window;\n        private Taskbar _taskbar;\n        private bool _isPinned;\n\n        public TimerWindowPresenter(IPomodoroEngine pomodoroEngine, ICountdownClock countdownClock, IEventHub eventHub)\n        {\n            this.countdownClock = countdownClock;\n\n            idleState = new IdleState(pomodoroEngine);\n            pomodoroState = new PomodoroState(pomodoroEngine);\n            shortBreakState = new ShortBreakState(pomodoroEngine);\n            longBreakState = new LongBreakState(pomodoroEngine);\n            pomodoroCompletedState = new PomodoroCompletedState(pomodoroEngine);\n            breakFinishedState = new BreakFinishedState(pomodoroEngine);\n            pomodoroInterruptedState = new TimerInterruptedState(\"Pomodoro Interrupted\", pomodoroEngine);\n            breakInterruptedState = new TimerInterruptedState(\"Break Interrupted\", pomodoroEngine);\n\n            currentState = idleState;\n\n            eventHub.Subscribe<TimerStarted>(OnTimerStarted);\n            eventHub.Subscribe<TimeElapsed>(OnTimeElapsed);\n            eventHub.Subscribe<TimerStopped>(OnTimerStopped);\n        }\n\n        private TimerWindow CreateTimerWindow()\n        {\n            var window = new TimerWindow();\n\n            foreach (var control in window.Controls)\n                ((Control)control).LostFocus += OnLostFocus;\n\n            window.LostFocus += OnLostFocus;\n            window.VisibleChanged += OnWindowVisibleChanged;\n            window.PinButton.Click += OnPinButtonClick;\n            window.CloseButton.Click += OnCloseButtonClick;\n\n            new DragAroundController(window, () => IsPinned);\n\n            return window;\n        }\n        \n        public void Toggle(Point approximateLocation)\n        {\n            var shouldCreateWindow = window == null;\n\n            if (shouldCreateWindow)\n            {\n                window = CreateTimerWindow();\n            }\n\n            if (window.Visible)\n            {\n                if (!IsPinned)\n                    window.Hide();\n            }\n            else\n            {\n                Point location = GetLocationNearTrayIcon(approximateLocation);\n                window.Show(location);\n\n                if (shouldCreateWindow)\n                {\n                    currentState.Apply(window, countdownClock.RemainingTime);\n                }\n            }\n        }\n\n        private void OnTimerStarted(TimerStarted @event)\n        {\n            EnterState(GetRunningTimerStateFor(@event.IntervalType), @event.RemainingTime);\n        }\n\n        private void OnTimerStopped(TimerStopped @event)\n        {\n            if (@event.IsIntervalCompleted)\n            {\n                EnterState(GetCompletedIntervalStateFor(@event.IntervalType), @event.RemainingTime);\n            }\n            else\n            {\n                EnterState(GetTimerInterruptedStateFor(@event.IntervalType), @event.RemainingTime);\n            }\n        }\n\n        private void OnTimeElapsed(TimeElapsed @event)\n        {\n            if (window != null)\n            {\n                window.UpdateTimeDisplay(@event.RemainingTime.ToTimeString());\n            }\n        }\n        \n        private void EnterState(IWindowState newState, Duration remainingTime)\n        {\n            if (newState != currentState)\n            {\n                currentState = newState;\n                currentState.Apply(window, remainingTime);\n            }\n        }\n\n        private IWindowState GetRunningTimerStateFor(IntervalType intervalType)\n        {\n            if (intervalType == IntervalType.Pomodoro) return pomodoroState;\n            if (intervalType == IntervalType.ShortBreak) return shortBreakState;\n            if (intervalType == IntervalType.LongBreak) return longBreakState;\n            throw new ArgumentException($\"Unknown interval type: {intervalType}\");\n        }\n\n        private IWindowState GetCompletedIntervalStateFor(IntervalType intervalType)\n        {\n            if (intervalType == IntervalType.Pomodoro) return pomodoroCompletedState;\n            if (intervalType == IntervalType.ShortBreak || intervalType == IntervalType.LongBreak) return breakFinishedState;\n            throw new ArgumentException($\"Unknown interval type: {intervalType}\");\n        }\n\n        private IWindowState GetTimerInterruptedStateFor(IntervalType intervalType)\n        {\n            if (intervalType == IntervalType.Pomodoro) return pomodoroInterruptedState;\n            if (intervalType == IntervalType.ShortBreak || intervalType == IntervalType.LongBreak) return breakInterruptedState;\n            throw new ArgumentException($\"Unknown interval type: {intervalType}\");\n        }\n\n        private Point GetLocationNearTrayIcon(Point approximateLocation)\n        {\n            var screen = Screen.FromPoint(approximateLocation);\n            var x = approximateLocation.X - window.Width / 2;\n            var y = screen.Bounds.Height - window.Height - Taskbar.Size.Height - 2;\n            return new Point(x, y);\n        }\n\n        private void OnPinButtonClick(object sender, System.EventArgs e)\n        {\n            IsPinned = !IsPinned;\n        }\n\n        private void OnCloseButtonClick(object sender, System.EventArgs e)\n        {\n            window.Hide();\n            IsPinned = false;\n        }\n\n        private void OnWindowVisibleChanged(object sender, System.EventArgs e)\n        {\n            if (window.Visible)\n                window.Focus();\n        }\n\n        private void OnLostFocus(object sender, System.EventArgs e)\n        {\n            if (!IsPinned && !window.ContainsFocus)\n                window.Hide();\n        }\n        \n        private Taskbar Taskbar => _taskbar == null ? _taskbar = new Taskbar() : _taskbar;\n\n        private bool IsPinned\n        {\n            get { return _isPinned; }\n            set\n            {\n                if (value != _isPinned)\n                {\n                    _isPinned = value;\n\n                    if (window != null)\n                    {\n                        window.UpdatePinButtonState(_isPinned);\n                    }\n                }\n            }\n        }\n\n        private interface IWindowState\n        {\n            void Apply(TimerWindow window, Duration remainingTime);\n        }\n\n        private class IdleState : IWindowState\n        {\n            private readonly IPomodoroEngine pomodoroEngine;\n\n            public IdleState(IPomodoroEngine pomodoroEngine)\n            {\n                this.pomodoroEngine = pomodoroEngine;\n            }\n\n            public void Apply(TimerWindow window, Duration remainingTime)\n            {\n                if (window == null)\n                    return;\n\n                window.UpdateTitle(\"Idle\");\n                window.UpdateColorScheme(TimerWindow.DarkGray);\n                window.UpdateTimeDisplay(Duration.Zero.ToTimeString());\n                window.SetTimerAction(\"Start Pomodoro\", StartTimer);\n            }\n\n            private void StartTimer()\n            {\n                pomodoroEngine.StartTimer(IntervalType.Pomodoro);\n            }\n        }\n\n        private class PomodoroState : IWindowState\n        {\n            private readonly IPomodoroEngine pomodoroEngine;\n\n            public PomodoroState(IPomodoroEngine pomodoroEngine)\n            {\n                this.pomodoroEngine = pomodoroEngine;\n            }\n\n            public void Apply(TimerWindow window, Duration remainingTime)\n            {\n                if (window == null)\n                    return;\n\n                window.UpdateTitle(\"Pomodoro\");\n                window.UpdateColorScheme(TimerWindow.Red);\n                window.UpdateTimeDisplay(remainingTime.ToTimeString());\n                window.SetTimerAction(\"Interrupt\", pomodoroEngine.StopTimer);\n            }\n        }\n\n        private class ShortBreakState : IWindowState\n        {\n            private readonly IPomodoroEngine pomodoroEngine;\n\n            public ShortBreakState(IPomodoroEngine pomodoroEngine)\n            {\n                this.pomodoroEngine = pomodoroEngine;\n            }\n\n            public void Apply(TimerWindow window, Duration remainingTime)\n            {\n                if (window == null)\n                    return;\n\n                window.UpdateTitle(\"Short Break\");\n                window.UpdateColorScheme(TimerWindow.Green);\n                window.UpdateTimeDisplay(remainingTime.ToTimeString());\n                window.SetTimerAction(\"Interrupt\", pomodoroEngine.StopTimer);\n            }\n        }\n\n        private class LongBreakState : IWindowState\n        {\n            private readonly IPomodoroEngine pomodoroEngine;\n\n            public LongBreakState(IPomodoroEngine pomodoroEngine)\n            {\n                this.pomodoroEngine = pomodoroEngine;\n            }\n\n            public void Apply(TimerWindow window, Duration remainingTime)\n            {\n                if (window == null)\n                    return;\n\n                window.UpdateTitle(\"Long Break\");\n                window.UpdateColorScheme(TimerWindow.Blue);\n                window.UpdateTimeDisplay(remainingTime.ToTimeString());\n                window.SetTimerAction(\"Interrupt\", pomodoroEngine.StopTimer);\n            }\n        }\n\n        private class PomodoroCompletedState : IWindowState\n        {\n            private readonly IPomodoroEngine pomodoroEngine;\n\n            public PomodoroCompletedState(IPomodoroEngine pomodoroEngine)\n            {\n                this.pomodoroEngine = pomodoroEngine;\n            }\n\n            public void Apply(TimerWindow window, Duration remainingTime)\n            {\n                if (window == null)\n                    return;\n\n                window.UpdateTitle(\"Pomodoro Completed\");\n                window.UpdateColorScheme(TimerWindow.DarkGray);\n                window.UpdateTimeDisplay(Duration.Zero.ToTimeString());\n                window.SetTimerAction($\"Start {pomodoroEngine.SuggestedBreakType.GetName()}\", StartTimer);\n            }\n\n            private void StartTimer()\n            {\n                pomodoroEngine.StartTimer(pomodoroEngine.SuggestedBreakType);\n            }\n        }\n\n        private class BreakFinishedState : IWindowState\n        {\n            private readonly IPomodoroEngine pomodoroEngine;\n\n            public BreakFinishedState(IPomodoroEngine pomodoroEngine)\n            {\n                this.pomodoroEngine = pomodoroEngine;\n            }\n\n            public void Apply(TimerWindow window, Duration remainingTime)\n            {\n                if (window == null)\n                    return;\n\n                window.UpdateTitle(\"Break Finished\");\n                window.UpdateColorScheme(TimerWindow.DarkGray);\n                window.UpdateTimeDisplay(Duration.Zero.ToTimeString());\n                window.SetTimerAction(\"Start Pomodoro\", StartTimer);\n            }\n\n            private void StartTimer()\n            {\n                pomodoroEngine.StartTimer(IntervalType.Pomodoro);\n            }\n        }\n\n        private class TimerInterruptedState : IWindowState\n        {\n            private readonly string title;\n            private readonly IPomodoroEngine pomodoroEngine;\n\n            public TimerInterruptedState(string title, IPomodoroEngine pomodoroEngine)\n            {\n                this.title = title;\n                this.pomodoroEngine = pomodoroEngine;\n            }\n\n            public void Apply(TimerWindow window, Duration remainingTime)\n            {\n                if (window == null)\n                    return;\n\n                window.UpdateTitle(title);\n                window.UpdateColorScheme(TimerWindow.DarkGray);\n                window.UpdateTimeDisplay(remainingTime.ToTimeString());\n                window.SetTimerAction(\"Start Pomodoro\", StartTimer);\n            }\n\n            private void StartTimer()\n            {\n                pomodoroEngine.StartTimer(IntervalType.Pomodoro);\n            }\n        }\n\n        private class DragAroundController\n        {\n            private readonly Form form;\n            private readonly Func<bool> canStartDraggingAround;\n            private bool dragAround;\n            private int offsetX, offsetY;\n\n            public DragAroundController(Form form, Func<bool> canStartDraggingAround)\n            {\n                this.form = form;\n                this.canStartDraggingAround = canStartDraggingAround;\n\n                form.MouseDown += OnMouseDown;\n                form.MouseUp += OnMouseUp;\n                form.MouseMove += OnMouseMove;\n            }\n\n            private void OnMouseDown(object sender, MouseEventArgs e)\n            {\n                if (canStartDraggingAround())\n                {\n                    dragAround = true;\n                    offsetX = e.Location.X;\n                    offsetY = e.Location.Y;\n                }\n            }\n\n            private void OnMouseUp(object sender, MouseEventArgs e)\n            {\n                dragAround = false;\n            }\n\n            private void OnMouseMove(object sender, MouseEventArgs e)\n            {\n                if (dragAround)\n                {\n                    var relativeX = e.Location.X;\n                    var relativeY = e.Location.Y;\n\n                    var deltaX = relativeX - offsetX;\n                    var deltaY = relativeY - offsetY;\n\n                    form.Location = new Point(\n                        form.Location.X + deltaX,\n                        form.Location.Y + deltaY\n                    );\n                }\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Tomighty.Windows.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"14.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\r\n  <PropertyGroup>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProjectGuid>{F45108D8-E103-4DB9-A43F-82F864FD9217}</ProjectGuid>\r\n    <OutputType>WinExe</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>Tomighty.Windows</RootNamespace>\r\n    <AssemblyName>Tomighty.Windows</AssemblyName>\r\n    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>\r\n    <FileAlignment>512</FileAlignment>\r\n    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>\r\n    <PublishUrl>publish\\</PublishUrl>\r\n    <Install>true</Install>\r\n    <InstallFrom>Disk</InstallFrom>\r\n    <UpdateEnabled>false</UpdateEnabled>\r\n    <UpdateMode>Foreground</UpdateMode>\r\n    <UpdateInterval>7</UpdateInterval>\r\n    <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r\n    <UpdatePeriodically>false</UpdatePeriodically>\r\n    <UpdateRequired>false</UpdateRequired>\r\n    <MapFileExtensions>true</MapFileExtensions>\r\n    <ApplicationRevision>0</ApplicationRevision>\r\n    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r\n    <IsWebBootstrapper>false</IsWebBootstrapper>\r\n    <UseApplicationTrust>false</UseApplicationTrust>\r\n    <BootstrapperEnabled>true</BootstrapperEnabled>\r\n    <TargetPlatformVersion>8.0</TargetPlatformVersion>\r\n    <NuGetPackageImportStamp>\r\n    </NuGetPackageImportStamp>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <PlatformTarget>AnyCPU</PlatformTarget>\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>bin\\Debug\\</OutputPath>\r\n    <DefineConstants>DEBUG;TRACE</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <PlatformTarget>AnyCPU</PlatformTarget>\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>bin\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup>\r\n    <StartupObject>Tomighty.Windows.Program</StartupObject>\r\n  </PropertyGroup>\r\n  <PropertyGroup>\r\n    <ApplicationIcon>Resources\\icon_tomato_red.ico</ApplicationIcon>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <Reference Include=\"Microsoft.Toolkit.Uwp.Notifications, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL\">\r\n      <HintPath>..\\packages\\Microsoft.Toolkit.Uwp.Notifications.1.0.0\\lib\\dotnet\\Microsoft.Toolkit.Uwp.Notifications.dll</HintPath>\r\n      <Private>True</Private>\r\n    </Reference>\r\n    <Reference Include=\"System\" />\r\n    <Reference Include=\"System.Core\" />\r\n    <Reference Include=\"System.Data\" />\r\n    <Reference Include=\"System.Management\" />\r\n    <Reference Include=\"System.Net.Http\" />\r\n    <Reference Include=\"System.Runtime.Serialization\" />\r\n    <Reference Include=\"Microsoft.CSharp\" />\r\n    <Reference Include=\"System.Drawing\" />\r\n    <Reference Include=\"System.Windows.Forms\" />\r\n    <Reference Include=\"System.XML\" />\r\n    <Reference Include=\"Windows.Data\" />\r\n    <Reference Include=\"Windows.Foundation\" />\r\n    <Reference Include=\"Windows.UI\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"..\\GlobalAssemblyInfo.cs\">\r\n      <Link>GlobalAssemblyInfo.cs</Link>\r\n    </Compile>\r\n    <Compile Include=\"About\\AboutWindow.cs\">\r\n      <SubType>Form</SubType>\r\n    </Compile>\r\n    <Compile Include=\"About\\AboutWindow.Designer.cs\">\r\n      <DependentUpon>AboutWindow.cs</DependentUpon>\r\n    </Compile>\r\n    <Compile Include=\"About\\AboutWindowPresenter.cs\" />\r\n    <Compile Include=\"AutoUpdate.cs\" />\r\n    <Compile Include=\"Directories.cs\" />\r\n    <Compile Include=\"ErrorReportWindow.cs\">\r\n      <SubType>Form</SubType>\r\n    </Compile>\r\n    <Compile Include=\"ErrorReportWindow.Designer.cs\">\r\n      <DependentUpon>ErrorReportWindow.cs</DependentUpon>\r\n    </Compile>\r\n    <Compile Include=\"Events.cs\" />\r\n    <Compile Include=\"IntervalTypeExtensions.cs\" />\r\n    <Compile Include=\"Host.cs\" />\r\n    <Compile Include=\"Logger.cs\" />\r\n    <Compile Include=\"Notifications\\SoundNotificationPlayer.cs\" />\r\n    <Compile Include=\"Preferences\\UserPreferencesPresenter.cs\" />\r\n    <Compile Include=\"Flags.cs\" />\r\n    <Compile Include=\"StartupEventFlags.cs\" />\r\n    <Compile Include=\"StartupEvents.cs\" />\r\n    <Compile Include=\"Tray\\ITrayMenu.cs\" />\r\n    <Compile Include=\"Tray\\ITrayMenuMutator.cs\" />\r\n    <Compile Include=\"Tray\\TrayMenu.cs\" />\r\n    <Compile Include=\"Tray\\TrayMenuController.cs\" />\r\n    <Compile Include=\"Properties\\Resources.Designer.cs\">\r\n      <AutoGen>True</AutoGen>\r\n      <DesignTime>True</DesignTime>\r\n      <DependentUpon>Resources.resx</DependentUpon>\r\n    </Compile>\r\n    <Compile Include=\"Timer\\Taskbar.cs\" />\r\n    <Compile Include=\"Timer\\TimerWindow.cs\">\r\n      <SubType>Form</SubType>\r\n    </Compile>\r\n    <Compile Include=\"Timer\\TimerWindow.Designer.cs\">\r\n      <DependentUpon>TimerWindow.cs</DependentUpon>\r\n    </Compile>\r\n    <Compile Include=\"Program.cs\" />\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n    <Compile Include=\"Timer\\TimerWindowPresenter.cs\" />\r\n    <Compile Include=\"Notifications\\NotificationsPresenter.cs\" />\r\n    <Compile Include=\"Notifications\\Toasts.cs\" />\r\n    <Compile Include=\"TomightyApplication.cs\" />\r\n    <Compile Include=\"Preferences\\UserPreferences.cs\" />\r\n    <Compile Include=\"Preferences\\UserPreferencesForm.cs\">\r\n      <SubType>Form</SubType>\r\n    </Compile>\r\n    <Compile Include=\"Preferences\\UserPreferencesForm.Designer.cs\">\r\n      <DependentUpon>UserPreferencesForm.cs</DependentUpon>\r\n    </Compile>\r\n    <Compile Include=\"Tray\\TrayIconController.cs\" />\r\n    <Compile Include=\"URLs.cs\" />\r\n    <Compile Include=\"Util\\Hash.cs\" />\r\n    <Compile Include=\"Version.cs\" />\r\n    <EmbeddedResource Include=\"About\\AboutWindow.resx\">\r\n      <DependentUpon>AboutWindow.cs</DependentUpon>\r\n    </EmbeddedResource>\r\n    <EmbeddedResource Include=\"ErrorReportWindow.resx\">\r\n      <DependentUpon>ErrorReportWindow.cs</DependentUpon>\r\n    </EmbeddedResource>\r\n    <EmbeddedResource Include=\"Timer\\TimerWindow.resx\">\r\n      <DependentUpon>TimerWindow.cs</DependentUpon>\r\n    </EmbeddedResource>\r\n    <EmbeddedResource Include=\"Properties\\Resources.resx\">\r\n      <Generator>ResXFileCodeGenerator</Generator>\r\n      <SubType>Designer</SubType>\r\n      <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r\n    </EmbeddedResource>\r\n    <EmbeddedResource Include=\"Preferences\\UserPreferencesForm.resx\">\r\n      <DependentUpon>UserPreferencesForm.cs</DependentUpon>\r\n    </EmbeddedResource>\r\n    <None Include=\"packages.config\" />\r\n    <None Include=\"Properties\\Settings.settings\">\r\n      <Generator>SettingsSingleFileGenerator</Generator>\r\n      <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r\n    </None>\r\n    <Compile Include=\"Properties\\Settings.Designer.cs\">\r\n      <AutoGen>True</AutoGen>\r\n      <DependentUpon>Settings.settings</DependentUpon>\r\n      <DesignTimeSharedInput>True</DesignTimeSharedInput>\r\n    </Compile>\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <None Include=\"App.config\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <None Include=\"Resources\\icon_tomato_black.ico\" />\r\n    <None Include=\"Resources\\icon_tomato_blue.ico\" />\r\n    <None Include=\"Resources\\icon_tomato_green.ico\" />\r\n    <None Include=\"Resources\\icon_tomato_red.ico\" />\r\n    <None Include=\"Resources\\icon_tomato_white.ico\" />\r\n    <Content Include=\"Resources\\Audio\\deskbell.wav\" />\r\n    <Content Include=\"Resources\\image_warning.png\" />\r\n    <Content Include=\"Resources\\image_clock.tiff\" />\r\n    <Content Include=\"Resources\\image_tomato_black.tiff\" />\r\n    <Content Include=\"Resources\\image_tomato_blue.tiff\" />\r\n    <Content Include=\"Resources\\image_tomato_red.tiff\" />\r\n    <Content Include=\"Resources\\image_tomato_green.tiff\" />\r\n    <Content Include=\"Resources\\image_stop.tiff\" />\r\n    <Content Include=\"LICENSE.txt\">\r\n      <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r\n    </Content>\r\n    <Content Include=\"NOTICE.txt\">\r\n      <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r\n    </Content>\r\n    <None Include=\"Resources\\image_unpinned.png\" />\r\n    <None Include=\"Resources\\image_pinned.png\" />\r\n    <None Include=\"Resources\\image_x.png\" />\r\n    <Content Include=\"Resources\\Toasts\\app-updated.xml\">\r\n      <SubType>Designer</SubType>\r\n    </Content>\r\n    <Content Include=\"Resources\\Toasts\\first-run.xml\">\r\n      <SubType>Designer</SubType>\r\n    </Content>\r\n    <Content Include=\"Resources\\Toasts\\interval-completed.xml\">\r\n      <SubType>Designer</SubType>\r\n    </Content>\r\n    <Content Include=\"Resources\\Toasts\\image_toast_tomato_blue.png\">\r\n      <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r\n    </Content>\r\n    <Content Include=\"Resources\\Toasts\\image_toast_tomato_green.png\">\r\n      <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r\n    </Content>\r\n    <Content Include=\"Resources\\Toasts\\image_toast_tomato_red.png\">\r\n      <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r\n    </Content>\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <ProjectReference Include=\"..\\Tomighty.Core\\Tomighty.Core.csproj\">\r\n      <Project>{c7ff3b3e-0cc1-4ec7-a7c1-39b6361b5895}</Project>\r\n      <Name>Tomighty.Core</Name>\r\n    </ProjectReference>\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <BootstrapperPackage Include=\".NETFramework,Version=v4.5.2\">\r\n      <Visible>False</Visible>\r\n      <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>\r\n      <Install>true</Install>\r\n    </BootstrapperPackage>\r\n    <BootstrapperPackage Include=\"Microsoft.Net.Framework.3.5.SP1\">\r\n      <Visible>False</Visible>\r\n      <ProductName>.NET Framework 3.5 SP1</ProductName>\r\n      <Install>false</Install>\r\n    </BootstrapperPackage>\r\n  </ItemGroup>\r\n  <ItemGroup />\r\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\r\n  <Import Project=\"..\\packages\\GitVersionTask.3.6.5\\build\\dotnet\\GitVersionTask.targets\" Condition=\"Exists('..\\packages\\GitVersionTask.3.6.5\\build\\dotnet\\GitVersionTask.targets')\" />\r\n  <Target Name=\"EnsureNuGetPackageBuildImports\" BeforeTargets=\"PrepareForBuild\">\r\n    <PropertyGroup>\r\n      <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>\r\n    </PropertyGroup>\r\n    <Error Condition=\"!Exists('..\\packages\\GitVersionTask.3.6.5\\build\\dotnet\\GitVersionTask.targets')\" Text=\"$([System.String]::Format('$(ErrorText)', '..\\packages\\GitVersionTask.3.6.5\\build\\dotnet\\GitVersionTask.targets'))\" />\r\n  </Target>\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \n       Other similar extension points exist, see Microsoft.Common.targets.\n  <Target Name=\"BeforeBuild\">\n  </Target>\n  <Target Name=\"AfterBuild\">\n  </Target>\n  -->\r\n</Project>"
  },
  {
    "path": "Tomighty.Windows/TomightyApplication.cs",
    "content": "﻿//\r\n//  Tomighty - http://www.tomighty.org\r\n//\r\n//  This software is licensed under the Apache License Version 2.0:\r\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\r\n//\n\nusing System.ComponentModel;\nusing System.Windows.Forms;\nusing Tomighty.Windows.About;\r\nusing Tomighty.Windows.Notifications;\r\nusing Tomighty.Windows.Preferences;\r\nusing Tomighty.Windows.Timer;\r\nusing Tomighty.Windows.Tray;\r\n\r\nnamespace Tomighty.Windows\n{\n    internal class TomightyApplication : ApplicationContext\n    {\n        public TomightyApplication()\n        {\n            var eventHub = new SynchronousEventHub();\n            var timer = new Tomighty.Timer(eventHub);\n            var userPreferences = new UserPreferences();\n            var pomodoroEngine = new PomodoroEngine(timer, userPreferences, eventHub);\r\n\r\n            var trayMenu = new TrayMenu() as ITrayMenu;\r\n            var trayIcon = CreateTrayIcon(trayMenu);\r\n            var timerWindowPresenter = new TimerWindowPresenter(pomodoroEngine, timer, eventHub);\r\n\r\n            new TrayIconController(trayIcon, timerWindowPresenter, eventHub);\r\n            new TrayMenuController(trayMenu, this, pomodoroEngine, eventHub);\n            new NotificationsPresenter(pomodoroEngine, userPreferences, eventHub);\n            new SoundNotificationPlayer(userPreferences, eventHub);\n            new AutoUpdate(userPreferences).Start();\n\n            var aboutWindowPresenter = new AboutWindowPresenter();\n            var userPreferencesPresenter = new UserPreferencesPresenter(userPreferences);\n\n            trayMenu.OnAboutClick((sender, e) => aboutWindowPresenter.Show());\n            trayMenu.OnPreferencesClick((sender, e) => userPreferencesPresenter.Show());\n\n            ThreadExit += (sender, e) => trayIcon.Dispose();\n\n            new StartupEvents(eventHub);\n        }\r\n        \r\n        private static NotifyIcon CreateTrayIcon(ITrayMenu trayMenu)\r\n        {\r\n            var trayIcon = new NotifyIcon(new Container());\r\n\r\n            trayIcon.Text = \"Tomighty\";\r\n            trayIcon.Icon = Properties.Resources.icon_tomato_white;\n            trayIcon.ContextMenuStrip = trayMenu.Component;\r\n            trayIcon.Visible = true;\r\n\r\n            return trayIcon;\r\n        }\r\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Tray/ITrayMenu.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System;\nusing System.Windows.Forms;\n\nnamespace Tomighty.Windows.Tray\n{\n    internal interface ITrayMenu\n    {\n        ContextMenuStrip Component { get; }\n\n        void OnAboutClick(EventHandler handler);\n        void OnPreferencesClick(EventHandler handler);\n        void OnStartPomodoroClick(EventHandler handler);\n        void OnStartLongBreakClick(EventHandler handler);\n        void OnStartShortBreakClick(EventHandler handler);\n        void OnStopTimerClick(EventHandler handler);\n        void OnResetPomodoroCountClick(EventHandler handler);\n        void OnExitClick(EventHandler handler);\n        void Update(Action<ITrayMenuMutator> action);\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Tray/ITrayMenuMutator.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nnamespace Tomighty.Windows.Tray\n{\n    internal interface ITrayMenuMutator\n    {\n        void UpdateRemainingTime(string text);\n        void EnableStartPomodoroItem(bool enable);\n        void EnableStartShortBreakItem(bool enable);\n        void EnableStartLongBreakItem(bool enable);\n        void EnableStopTimerItem(bool enable);\n        void EnableResetPomodoroCountItem(bool enable);\n        void UpdatePomodoroCount(int count);\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Tray/TrayIconController.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System;\nusing System.Drawing;\nusing System.Windows.Forms;\nusing Tomighty.Events;\nusing Tomighty.Windows.Timer;\n\nnamespace Tomighty.Windows.Tray\n{\n    internal class TrayIconController : IDisposable\n    {\n        private readonly NotifyIcon notifyIcon;\n        private readonly TimerWindowPresenter timerWindowPresenter;\n\n        public TrayIconController(NotifyIcon notifyIcon, TimerWindowPresenter timerWindowPresenter, IEventHub eventHub)\n        {\n            this.notifyIcon = notifyIcon;\n            this.timerWindowPresenter = timerWindowPresenter;\n\n            notifyIcon.Click += OnNotifyIconClick;\n\n            eventHub.Subscribe<TimerStarted>(OnTimerStarted);\n            eventHub.Subscribe<TimerStopped>(OnTimerStopped);\n        }\n        \n        public void Dispose()\n        {\n            notifyIcon.Container.Dispose();\n        }\n\n        private void OnNotifyIconClick(object sender, EventArgs @event)\n        {\n            if (((MouseEventArgs)@event).Button == MouseButtons.Left)\n            {\n                timerWindowPresenter.Toggle(Cursor.Position);\n            }\n        }\n\n        private void OnTimerStarted(TimerStarted @event)\n        {\n            notifyIcon.Icon = GetIcon(@event.IntervalType);\n        }\n\n        private void OnTimerStopped(TimerStopped @event)\n        {\n            notifyIcon.Icon = Properties.Resources.icon_tomato_white;\n        }\n\n        private Icon GetIcon(IntervalType intervalType)\n        {\n            if (intervalType == IntervalType.Pomodoro) return Properties.Resources.icon_tomato_red;\n            if (intervalType == IntervalType.ShortBreak) return Properties.Resources.icon_tomato_green;\n            if (intervalType == IntervalType.LongBreak) return Properties.Resources.icon_tomato_blue;\n            throw new ArgumentException($\"Invalid interval type: {intervalType}\");\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Tray/TrayMenu.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System;\nusing System.Drawing;\nusing System.Windows.Forms;\n\nnamespace Tomighty.Windows.Tray\n{\n    internal class TrayMenu : ITrayMenu, ITrayMenuMutator\n    {\n        private readonly ContextMenuStrip contextMenu;\n        private readonly ToolStripMenuItem remainingTimeItem;\n        private readonly ToolStripMenuItem stopTimerItem;\n        private readonly ToolStripMenuItem pomodoroCountItem;\n        private readonly ToolStripMenuItem resetPomodoroCountItem;\n        private readonly ToolStripMenuItem startPomodoroItem;\n        private readonly ToolStripMenuItem startShortBreakItem;\n        private readonly ToolStripMenuItem startLongBreakItem;\n        private readonly ToolStripMenuItem aboutItem;\n        private readonly ToolStripMenuItem exitItem;\n        private readonly ToolStripMenuItem preferencesItem;\n\n        public TrayMenu()\n        {\n            remainingTimeItem = new ToolStripMenuItem(\"00:00\", Properties.Resources.image_clock);\n            remainingTimeItem.Enabled = false;\n            remainingTimeItem.Font = new Font(remainingTimeItem.Font, FontStyle.Bold);\n\n            stopTimerItem = new ToolStripMenuItem(\"Stop\", Properties.Resources.image_stop);\n\n            pomodoroCountItem = new ToolStripMenuItem();\n            pomodoroCountItem.Enabled = false;\n\n            resetPomodoroCountItem = new ToolStripMenuItem(\"Reset count\");\n            resetPomodoroCountItem.Enabled = false;\n\n            startPomodoroItem = new ToolStripMenuItem(\"Pomodoro\", Properties.Resources.image_tomato_red);\n            startShortBreakItem = new ToolStripMenuItem(\"Short break\", Properties.Resources.image_tomato_green);\n            startLongBreakItem = new ToolStripMenuItem(\"Long break\", Properties.Resources.image_tomato_blue);\n\n            aboutItem = new ToolStripMenuItem(\"About Tomighty\");\n            preferencesItem = new ToolStripMenuItem(\"Preferences...\");\n            exitItem = new ToolStripMenuItem(\"Exit\");\n\n            contextMenu = new ContextMenuStrip();\n            contextMenu.Items.Add(remainingTimeItem);\n            contextMenu.Items.Add(stopTimerItem);\n            contextMenu.Items.Add(new ToolStripSeparator());\n            contextMenu.Items.Add(pomodoroCountItem);\n            contextMenu.Items.Add(resetPomodoroCountItem);\n            contextMenu.Items.Add(new ToolStripSeparator());\n            contextMenu.Items.Add(startPomodoroItem);\n            contextMenu.Items.Add(startShortBreakItem);\n            contextMenu.Items.Add(startLongBreakItem);\n            contextMenu.Items.Add(new ToolStripSeparator());\n            contextMenu.Items.Add(aboutItem);\n            contextMenu.Items.Add(preferencesItem);\n            contextMenu.Items.Add(new ToolStripSeparator());\n            contextMenu.Items.Add(exitItem);\n        }\n\n        public ContextMenuStrip Component => contextMenu;\n\n        public void OnStartPomodoroClick(EventHandler handler) => startPomodoroItem.Click += handler;\n        public void OnStartLongBreakClick(EventHandler handler) => startLongBreakItem.Click += handler;\n        public void OnStartShortBreakClick(EventHandler handler) => startShortBreakItem.Click += handler;\n        public void OnStopTimerClick(EventHandler handler) => stopTimerItem.Click += handler;\n        public void OnResetPomodoroCountClick(EventHandler handler) => resetPomodoroCountItem.Click += handler;\n        public void OnAboutClick(EventHandler handler) => aboutItem.Click += handler;\n        public void OnPreferencesClick(EventHandler handler) => preferencesItem.Click += handler;\n        public void OnExitClick(EventHandler handler) => exitItem.Click += handler;\n\n        public void UpdateRemainingTime(string text) => remainingTimeItem.Text = text;\n        public void UpdatePomodoroCount(int count) => pomodoroCountItem.Text = $\"Completed pomodoros: {count}\";\n        public void EnableStartPomodoroItem(bool enable) => startPomodoroItem.Enabled = enable;\n        public void EnableStartShortBreakItem(bool enable) => startShortBreakItem.Enabled = enable;\n        public void EnableStartLongBreakItem(bool enable) => startLongBreakItem.Enabled = enable;\n        public void EnableStopTimerItem(bool enable) => stopTimerItem.Enabled = enable;\n        public void EnableResetPomodoroCountItem(bool enable) => resetPomodoroCountItem.Enabled = enable;\n\n        public void Update(Action<ITrayMenuMutator> action)\n        {\n            if (contextMenu.IsHandleCreated)\n            {\n                contextMenu.BeginInvoke(action, this);\n            }\n            else\n            {\n                action(this);\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Tray/TrayMenuController.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System;\nusing System.Threading.Tasks;\nusing System.Windows.Forms;\nusing Tomighty.Events;\n\nnamespace Tomighty.Windows.Tray\n{\n    internal class TrayMenuController\n    {\n        private readonly ITrayMenu menu;\n        private readonly ApplicationContext app;\n        private readonly IPomodoroEngine pomodoroEngine;\n\n        public TrayMenuController(ITrayMenu menu, ApplicationContext app, IPomodoroEngine pomodoroEngine, IEventHub eventHub)\n        {\n            this.menu = menu;\n            this.app = app;\n            this.pomodoroEngine = pomodoroEngine;\n\n            menu.OnStartPomodoroClick(OnStartPomodoroClick);\n            menu.OnStartLongBreakClick(OnStartLongBreakClick);\n            menu.OnStartShortBreakClick(OnStartShortBreakClick);\n            menu.OnStopTimerClick(OnStopTimerClick);\n            menu.OnResetPomodoroCountClick(OnResetPomodoroCountClick);\n            menu.OnExitClick(OnExitClick);\n\n            eventHub.Subscribe<TimerStarted>(OnTimerStarted);\n            eventHub.Subscribe<TimerStopped>(OnTimerStopped);\n            eventHub.Subscribe<TimeElapsed>(OnTimeElasped);\n            eventHub.Subscribe<PomodoroCountChanged>(OnPomodoroCountChanged);\n\n            menu.Update(mutator =>\n            {\n                mutator.UpdateRemainingTime(Duration.Zero.ToTimeString());\n                mutator.UpdatePomodoroCount(0);\n                mutator.EnableStopTimerItem(false);\n            });\n        }\n\n        private void OnStartPomodoroClick(object sender, EventArgs e) => StartTimer(IntervalType.Pomodoro);\n        private void OnStartLongBreakClick(object sender, EventArgs e) => StartTimer(IntervalType.LongBreak);\n        private void OnStartShortBreakClick(object sender, EventArgs e) => StartTimer(IntervalType.ShortBreak);\n        private void OnStopTimerClick(object sender, EventArgs e) => Task.Run(() => pomodoroEngine.StopTimer());\n        private void OnResetPomodoroCountClick(object sender, EventArgs e) => Task.Run(() => pomodoroEngine.ResetPomodoroCount());\n\n        private void OnExitClick(object sender, EventArgs e)\n        {\n            app.ExitThread();\n        }\n\n        private void OnTimerStarted(TimerStarted @event)\n        {\n            menu.Update(mutator =>\n            {\n                mutator.UpdateRemainingTime(@event.RemainingTime.ToTimeString());\n                mutator.EnableStartPomodoroItem(@event.IntervalType != IntervalType.Pomodoro);\n                mutator.EnableStartShortBreakItem(@event.IntervalType != IntervalType.ShortBreak);\n                mutator.EnableStartLongBreakItem(@event.IntervalType != IntervalType.LongBreak);\n                mutator.EnableStopTimerItem(true);\n            });\n        }\n\n        private void OnTimerStopped(TimerStopped timerStopped)\n        {\n            menu.Update(mutator =>\n            {\n                mutator.UpdateRemainingTime(Duration.Zero.ToTimeString());\n                mutator.EnableStartPomodoroItem(true);\n                mutator.EnableStartShortBreakItem(true);\n                mutator.EnableStartLongBreakItem(true);\n                mutator.EnableStopTimerItem(false);\n            });\n        }\n\n        private void OnTimeElasped(TimeElapsed @event)\n        {\n            menu.Update(mutator =>\n            {\n                mutator.UpdateRemainingTime(@event.RemainingTime.ToTimeString());\n            });\n        }\n        \n        private void OnPomodoroCountChanged(PomodoroCountChanged @event)\n        {\n            menu.Update(mutator =>\n            {\n                var count = @event.PomodoroCount;\n                mutator.UpdatePomodoroCount(count);\n                mutator.EnableResetPomodoroCountItem(count > 0);\n            });\n        }\n        \n        private void StartTimer(IntervalType intervalType)\n        {\n            Task.Run(() => pomodoroEngine.StartTimer(intervalType));\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/URLs.cs",
    "content": "﻿namespace Tomighty.Windows\n{\n    internal class URLs\n    {\n        public static readonly string UpdateFeed = \"https://raw.githubusercontent.com/tomighty/tomighty-update-feed/master/windows\";\n        public static readonly string ErrorReport = \"https://tomighty-errors.herokuapp.com\";\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Util/Hash.cs",
    "content": "﻿//\n//  Tomighty - http://www.tomighty.org\n//\n//  This software is licensed under the Apache License Version 2.0:\n//  http://www.apache.org/licenses/LICENSE-2.0.txt\n//\n\nusing System;\nusing System.IO;\nusing System.Security.Cryptography;\nusing System.Text;\n\nnamespace Tomighty.Windows.Util\n{\n    public class Hash\n    {\n        public static string Sha1(string s)\n        {\n            var sha = new SHA1CryptoServiceProvider();\n            var data = Encoding.UTF8.GetBytes(s);\n            var hash = sha.ComputeHash(data);\n            return BitConverter.ToString(hash).Replace(\"-\", string.Empty).ToLower();\n        }\n\n        public static string Sha256(Stream stream)\n        {\n            var sha = new SHA256CryptoServiceProvider();\n            var hash = sha.ComputeHash(stream);\n            return BitConverter.ToString(hash).Replace(\"-\", string.Empty).ToLower();\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/Version.cs",
    "content": "﻿using System.Diagnostics;\nusing System.Reflection;\n\nnamespace Tomighty.Windows\n{\n    internal class Version\n    {\n        private static string product;\n\n        public static string Product\n        {\n            get\n            {\n                if (product == null)\n                    product = FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).ProductVersion;\n                return product;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "Tomighty.Windows/packages.config",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<packages>\r\n  <package id=\"GitVersionTask\" version=\"3.6.5\" targetFramework=\"net452\" developmentDependency=\"true\" />\r\n  <package id=\"Microsoft.Toolkit.Uwp.Notifications\" version=\"1.0.0\" targetFramework=\"net452\" />\r\n</packages>"
  },
  {
    "path": "Tomighty.sln",
    "content": "﻿\r\nMicrosoft Visual Studio Solution File, Format Version 12.00\r\n# Visual Studio 14\r\nVisualStudioVersion = 14.0.25420.1\r\nMinimumVisualStudioVersion = 10.0.40219.1\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"Tomighty.Core\", \"Tomighty.Core\\Tomighty.Core.csproj\", \"{C7FF3B3E-0CC1-4EC7-A7C1-39B6361B5895}\"\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"Tomighty.Core.Test\", \"Tomighty.Core.Test\\Tomighty.Core.Test.csproj\", \"{CAC6A930-C0E3-422B-A49E-7DE000DC9A40}\"\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"Tomighty.Windows\", \"Tomighty.Windows\\Tomighty.Windows.csproj\", \"{F45108D8-E103-4DB9-A43F-82F864FD9217}\"\r\nEndProject\r\nProject(\"{2150E333-8FDC-42A3-9474-1A3956D46DE8}\") = \"Solution Items\", \"Solution Items\", \"{619DA42E-31A3-4B97-8451-0F8F1E16CA6A}\"\r\n\tProjectSection(SolutionItems) = preProject\r\n\t\t.gitignore = .gitignore\r\n\t\tdist.bat = dist.bat\r\n\t\tGlobalAssemblyInfo.cs = GlobalAssemblyInfo.cs\r\n\t\tLICENSE.txt = LICENSE.txt\r\n\t\tNOTICE.txt = NOTICE.txt\r\n\t\tpack.ps1 = pack.ps1\r\n\t\tREADME.md = README.md\r\n\tEndProjectSection\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"Tomighty.Update.Swap\", \"Tomighty.Update.Swap\\Tomighty.Update.Swap.csproj\", \"{3FC0DC20-6120-4CD7-8F54-A1CA6F8886BF}\"\r\nEndProject\r\nGlobal\r\n\tGlobalSection(SolutionConfigurationPlatforms) = preSolution\r\n\t\tDebug|Any CPU = Debug|Any CPU\r\n\t\tRelease|Any CPU = Release|Any CPU\r\n\tEndGlobalSection\r\n\tGlobalSection(ProjectConfigurationPlatforms) = postSolution\r\n\t\t{C7FF3B3E-0CC1-4EC7-A7C1-39B6361B5895}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{C7FF3B3E-0CC1-4EC7-A7C1-39B6361B5895}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{C7FF3B3E-0CC1-4EC7-A7C1-39B6361B5895}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{C7FF3B3E-0CC1-4EC7-A7C1-39B6361B5895}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{CAC6A930-C0E3-422B-A49E-7DE000DC9A40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{CAC6A930-C0E3-422B-A49E-7DE000DC9A40}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{CAC6A930-C0E3-422B-A49E-7DE000DC9A40}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{CAC6A930-C0E3-422B-A49E-7DE000DC9A40}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{F45108D8-E103-4DB9-A43F-82F864FD9217}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{F45108D8-E103-4DB9-A43F-82F864FD9217}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{F45108D8-E103-4DB9-A43F-82F864FD9217}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{F45108D8-E103-4DB9-A43F-82F864FD9217}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{3FC0DC20-6120-4CD7-8F54-A1CA6F8886BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{3FC0DC20-6120-4CD7-8F54-A1CA6F8886BF}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{3FC0DC20-6120-4CD7-8F54-A1CA6F8886BF}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{3FC0DC20-6120-4CD7-8F54-A1CA6F8886BF}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\tEndGlobalSection\r\n\tGlobalSection(SolutionProperties) = preSolution\r\n\t\tHideSolutionNode = FALSE\r\n\tEndGlobalSection\r\nEndGlobal\r\n"
  },
  {
    "path": "dist.bat",
    "content": "@echo off\n\necho ==========================================================================\necho Building Tomighty\necho ==========================================================================\necho.\n\nmsbuild Tomighty.sln /t:rebuild /p:Configuration=Release\n\nfor /f %%i in ('powershell -noprofile -executionpolicy bypass \"(Get-Item Tomighty.Windows\\bin\\Release\\Tomighty.Windows.exe).VersionInfo.FileVersion\"') do set version=%%i\n\nset tag=%1\nif \"%tag%\"==\"commit\" (for /f %%i in ('git rev-parse --short HEAD') do set tag=%%i)\n\nset artifact=tomighty-windows-%version%\nif not \"%tag%\"==\"\" (set artifact=%artifact%-%tag%)\n\nset zipfile=dist\\%artifact%.zip\nset src=Tomighty.Windows\\bin\\Release\nset dest=build\\%artifact%\n\nIF NOT EXIST build (\n    mkdir build\n)\n\nIF NOT EXIST dist (\n    mkdir dist\n)\n\nIF EXIST %dest% (\n    rmdir %dest% /S /Q\n)\n\nif exist %zipfile% (\n    del %zipfile%\n)\n\nmkdir %dest%\\Resources\n\nxcopy /f LICENSE.txt %dest%\nxcopy /f NOTICE.txt %dest%\nxcopy /f %src%\\Tomighty.Windows.exe %dest%\nxcopy /f %src%\\Tomighty.Core.dll %dest%\nxcopy /f %src%\\Microsoft.Toolkit.Uwp.Notifications.dll %dest%\nxcopy /f /s %src%\\Resources %dest%\\Resources\nxcopy /f Tomighty.Update.Swap\\bin\\Release\\Tomighty.Update.Swap.exe %dest%\n\npowershell -executionpolicy bypass -file pack.ps1 \"%dest%\" \"%zipfile%\"\n\nmakensis -DPRODUCT_NAME=Tomighty -DPRODUCT_VERSION=%version% -DPRODUCT_FILE_VERSION=%version% -DARTIFACT_NAME=%artifact% -DBUILD_DIR=%dest% setup.nsi\n\necho.\necho --------------------------------------------------------------------------\necho Package: %zipfile%\necho Build finished\necho --------------------------------------------------------------------------\n"
  },
  {
    "path": "pack.ps1",
    "content": "param (\n    [string]$directory,\n    [string]$name\n)\n\nAdd-Type -Assembly System.IO.Compression.FileSystem\n[System.IO.Compression.ZipFile]::CreateFromDirectory($directory, $name, [System.IO.Compression.CompressionLevel]::Optimal, $false)"
  },
  {
    "path": "setup.nsi",
    "content": ";======================================================\n; Includes\n\n  !include MUI.nsh\n  !include Sections.nsh\n  !include FileFunc.nsh\n\n;======================================================\n; Installer Information\n\n  Name \"Tomighty\"\n  OutFile \"dist\\${ARTIFACT_NAME}-install.exe\"\n  SetCompressor /SOLID lzma\n  XPStyle on\n  CRCCheck on\n  InstallDir \"C:\\Program Files\\${PRODUCT_NAME}\\\"\n  AutoCloseWindow false\n  ShowInstDetails show\n  Icon \"${NSISDIR}\\Contrib\\Graphics\\Icons\\orange-install.ico\"\n\n;======================================================\n; Version Tab information for Setup.exe properties\n\n  VIProductVersion 2008.3.22.0\n  VIAddVersionKey ProductName \"${PRODUCT_NAME}\"\n  VIAddVersionKey ProductVersion \"${PRODUCT_VERSION}\"\n  VIAddVersionKey FileVersion \"${PRODUCT_FILE_VERSION}\"\n\n;======================================================\n; Variables\n\n\n;======================================================\n; Modern Interface Configuration\n\n  !define MUI_HEADERIMAGE\n  !define MUI_ABORTWARNING\n  !define MUI_COMPONENTSPAGE_SMALLDESC\n  !define MUI_HEADERIMAGE_BITMAP_NOSTRETCH\n  !define MUI_ICON \"${NSISDIR}\\Contrib\\Graphics\\Icons\\orange-install.ico\"\n  !define MUI_FINISHPAGE_RUN\n  !define MUI_FINISHPAGE_RUN_TEXT \"Run Tomighty\"\n  !define MUI_FINISHPAGE_RUN_FUNCTION \"LaunchLink\"\n  !define REG_UNINSTALL \"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Tomighty\"\n\n;======================================================\n; Modern Interface Pages\n\n  !define MUI_DIRECTORYPAGE_VERIFYONLEAVE\n  !insertmacro MUI_PAGE_LICENSE .\\LICENSE.txt\n  !insertmacro MUI_PAGE_DIRECTORY\n  !insertmacro MUI_PAGE_COMPONENTS\n  !insertmacro MUI_PAGE_INSTFILES\n  !insertmacro MUI_PAGE_FINISH\n\n;======================================================\n; Languages\n\n  !insertmacro MUI_LANGUAGE \"English\"\n\n;======================================================\n; Installer Sections\n\nSection \"Tomighty\"\n    SectionIn RO\n    SetOutPath $INSTDIR\n    SetOverwrite on\n    File \"${BUILD_DIR}\\Tomighty.Windows.exe\"\n    File \"${BUILD_DIR}\\Tomighty.Update.Swap.exe\"\n    File \"${BUILD_DIR}\\Tomighty.Core.dll\"\n    File \"${BUILD_DIR}\\Microsoft.Toolkit.Uwp.Notifications.dll\"\n    File \"${BUILD_DIR}\\NOTICE.txt\"\n    File \"${BUILD_DIR}\\LICENSE.txt\"\n    File /r \"${BUILD_DIR}\\Resources\"\n    WriteUninstaller $INSTDIR\\uninstall.exe\nSectionEnd\n\nSection \"Start menu shortcuts\"\n    SetShellVarContext all\n    CreateDirectory \"$SMPROGRAMS\\${PRODUCT_NAME}\"\n    CreateShortCut \"$SMPROGRAMS\\${PRODUCT_NAME}\\Tomighty.lnk\" \"$INSTDIR\\Tomighty.Windows.exe\" \"\" \"$INSTDIR\\Tomighty.Windows.exe\" 0\n    CreateShortCut \"$SMPROGRAMS\\${PRODUCT_NAME}\\Uninstall.lnk\" \"$INSTDIR\\uninstall.exe\" \"\" \"$INSTDIR\\uninstall.exe\" 0\nSectionEnd\n\nSection \"Desktop shortcut\"\n    SetShellVarContext all\n    CreateShortCut \"$DESKTOP\\Tomighty.lnk\" \"$INSTDIR\\Tomighty.Windows.exe\" \"\" \"$INSTDIR\\Tomighty.Windows.exe\" 0\nSectionEnd\n\n; Installer functions\nFunction .onInstSuccess\n  WriteRegStr HKLM \"${REG_UNINSTALL}\" \"DisplayName\" \"Tomighty - Desktop Pomodoro Timer\"\n  WriteRegStr HKLM \"${REG_UNINSTALL}\" \"UninstallString\" \"$\\\"$INSTDIR\\uninstall.exe$\\\"\"\n  WriteRegStr HKLM \"${REG_UNINSTALL}\" \"Publisher\" \"Open Source\"\n  WriteRegStr HKLM \"${REG_UNINSTALL}\" \"DisplayIcon\" \"$\\\"$INSTDIR\\Tomighty.Windows.exe$\\\"\"\n\n  ${GetSize} \"$INSTDIR\" \"/S=0K\" $0 $1 $2\n  IntFmt $0 \"0x%08X\" $0\n  WriteRegDWORD HKLM \"${REG_UNINSTALL}\" \"EstimatedSize\" \"$0\"\nFunctionEnd\n\nFunction LaunchLink\n  ExecShell \"\" \"$SMPROGRAMS\\${PRODUCT_NAME}\\Tomighty.lnk\"\nFunctionEnd\n\nSection \"uninstall\"\n  SetShellVarContext all\n\n  delete \"$DESKTOP\\Tomighty.lnk\"\n  RMDir /r \"$SMPROGRAMS\\${PRODUCT_NAME}\"\n  RMDir /r \"$INSTDIR\"\n  DeleteRegKey HKLM ${REG_UNINSTALL}\nSectionEnd\n\nFunction .onInit\n    InitPluginsDir\nFunctionEnd"
  }
]