aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2019-03-16 17:43:05 +0100
committerDimitri Staessens <dimitri@ouroboros.rocks>2019-03-16 17:43:05 +0100
commit79acfcf1599496e67b20c39c00a100b07c383ab1 (patch)
tree0651646a631545b2ff56074f4c8f492d69dbb170 /themes
parent4b98568dbdc0dddf8255abbbb08565821b79f839 (diff)
downloadwebsite-79acfcf1599496e67b20c39c00a100b07c383ab1.tar.gz
website-79acfcf1599496e67b20c39c00a100b07c383ab1.zip
theme: Add terrassa theme
Diffstat (limited to 'themes')
-rw-r--r--themes/terrassa/.dockerignore12
-rw-r--r--themes/terrassa/CONTRIBUTING.md7
-rw-r--r--themes/terrassa/Dockerfile7
-rw-r--r--themes/terrassa/LICENSE20
-rw-r--r--themes/terrassa/README.md165
-rw-r--r--themes/terrassa/archetypes/default.md10
-rw-r--r--themes/terrassa/archetypes/page.md8
-rw-r--r--themes/terrassa/archetypes/section.md6
-rw-r--r--themes/terrassa/assets/css/animations.css10
-rw-r--r--themes/terrassa/assets/css/base.css73
-rw-r--r--themes/terrassa/assets/css/media-queries.css187
-rw-r--r--themes/terrassa/assets/css/reset.css180
-rw-r--r--themes/terrassa/assets/css/style.css581
-rw-r--r--themes/terrassa/assets/js/form.js3
-rw-r--r--themes/terrassa/assets/js/header.js7
-rw-r--r--themes/terrassa/exampleSite/config.toml93
-rw-r--r--themes/terrassa/exampleSite/content/_index.md11
-rw-r--r--themes/terrassa/exampleSite/content/about.md18
-rw-r--r--themes/terrassa/exampleSite/content/contact/_index.md8
-rw-r--r--themes/terrassa/exampleSite/content/posts/16-things-free-songs.md20
-rw-r--r--themes/terrassa/exampleSite/content/posts/_index.md8
-rw-r--r--themes/terrassa/exampleSite/content/posts/bad-architects.md30
-rw-r--r--themes/terrassa/exampleSite/content/posts/game-websites/images/dummy-image.jpgbin0 -> 4370078 bytes
-rw-r--r--themes/terrassa/exampleSite/content/posts/game-websites/index.md24
-rw-r--r--themes/terrassa/exampleSite/content/posts/preventative-medicines.md18
-rw-r--r--themes/terrassa/exampleSite/content/sections/simple-choices.md8
-rw-r--r--themes/terrassa/exampleSite/content/sections/simple-people.md10
-rw-r--r--themes/terrassa/exampleSite/content/sections/simple-values.md8
-rw-r--r--themes/terrassa/exampleSite/content/sections/simple.md8
-rw-r--r--themes/terrassa/images/blog-screenshot.pngbin0 -> 93613 bytes
-rw-r--r--themes/terrassa/images/screenshot.pngbin0 -> 105438 bytes
-rw-r--r--themes/terrassa/images/tn.pngbin0 -> 70302 bytes
-rw-r--r--themes/terrassa/layouts/404.html5
-rw-r--r--themes/terrassa/layouts/_default/baseof.html11
-rw-r--r--themes/terrassa/layouts/_default/card.html28
-rw-r--r--themes/terrassa/layouts/_default/list.html11
-rw-r--r--themes/terrassa/layouts/_default/single.html31
-rw-r--r--themes/terrassa/layouts/_default/tags.html12
-rw-r--r--themes/terrassa/layouts/contact/list.html46
-rw-r--r--themes/terrassa/layouts/index.html4
-rw-r--r--themes/terrassa/layouts/partials/cta-btn.html4
-rw-r--r--themes/terrassa/layouts/partials/footer.html66
-rw-r--r--themes/terrassa/layouts/partials/hamburger-menu.html18
-rw-r--r--themes/terrassa/layouts/partials/head.html21
-rw-r--r--themes/terrassa/layouts/partials/header.html14
-rw-r--r--themes/terrassa/layouts/partials/hero.html10
-rw-r--r--themes/terrassa/layouts/partials/menu.html13
-rw-r--r--themes/terrassa/layouts/partials/scripts.html8
-rw-r--r--themes/terrassa/layouts/partials/section.html6
-rw-r--r--themes/terrassa/layouts/partials/sections.html10
-rw-r--r--themes/terrassa/layouts/partials/separator.html3
-rw-r--r--themes/terrassa/layouts/partials/styles.html9
-rw-r--r--themes/terrassa/makefile29
-rw-r--r--themes/terrassa/static/favicon.icobin0 -> 15086 bytes
-rw-r--r--themes/terrassa/static/images/undraw_freelancer_b0my.svg1
-rw-r--r--themes/terrassa/static/logo.svg17
-rw-r--r--themes/terrassa/theme.toml18
-rwxr-xr-xthemes/terrassa/usage.sh5
58 files changed, 1940 insertions, 0 deletions
diff --git a/themes/terrassa/.dockerignore b/themes/terrassa/.dockerignore
new file mode 100644
index 0000000..0ad3d41
--- /dev/null
+++ b/themes/terrassa/.dockerignore
@@ -0,0 +1,12 @@
+.git
+.gitignore
+LICENSE
+README.md
+theme.toml
+
+/archetypes/
+/assets/
+/images/
+/layouts/
+/static/
+
diff --git a/themes/terrassa/CONTRIBUTING.md b/themes/terrassa/CONTRIBUTING.md
new file mode 100644
index 0000000..59a27e8
--- /dev/null
+++ b/themes/terrassa/CONTRIBUTING.md
@@ -0,0 +1,7 @@
+All contributions are welcome.
+
+**Features**: if you are adding a feature, fork the repository, create a new branch for your feature and submit a PR. Make sure to put documentation for your new feature. If making additions that will affect the config file, make sure you update the *config.toml* on the *exampleSite*.
+
+**Issues** or **Bugs**: submit a new issue with information about your issue or bug. If you have a solution, then submit a new PR as described above.
+
+Thank you very much for helping to improve Terrassa. \ No newline at end of file
diff --git a/themes/terrassa/Dockerfile b/themes/terrassa/Dockerfile
new file mode 100644
index 0000000..43a450f
--- /dev/null
+++ b/themes/terrassa/Dockerfile
@@ -0,0 +1,7 @@
+FROM nginx
+LABEL maintainer="d94.zaragoza@gmail.com"
+ARG EXPOSE=80
+EXPOSE ${EXPOSE}/tcp
+EXPOSE ${EXPOSE}/udp
+ARG HUGO_SITE=exampleSite
+COPY /${HUGO_SITE}/public/ /usr/share/nginx/html/ \ No newline at end of file
diff --git a/themes/terrassa/LICENSE b/themes/terrassa/LICENSE
new file mode 100644
index 0000000..47f7640
--- /dev/null
+++ b/themes/terrassa/LICENSE
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2018-2019 Daniel Zaragoza "Danielkvist" (d94.zaragoza@gmail.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/themes/terrassa/README.md b/themes/terrassa/README.md
new file mode 100644
index 0000000..d74f1db
--- /dev/null
+++ b/themes/terrassa/README.md
@@ -0,0 +1,165 @@
+# Terrassa - Hugo Theme
+
+Terrassa is a simple, fast and responsive theme for Hugo with a strong focus on accessibility made from scratch.
+
+![Hugo Terrassa theme screenshot](https://github.com/danielkvist/hugo-terrassa-theme/blob/master/images/screenshot.png)
+
+## Theme features
+
+- Coherent responsive design.
+- Consistent design throughout the entire site.
+- Classic navigation menu in large screen sizes.
+- Hamburger navigation menu in small screen sizes.
+- Great focus on accessibility.
+- Customizable call to action on the home page.
+- Contact form.
+- Ready for blogging.
+
+And much more.
+
+## Installation
+
+To install Terrassa run the followings command inside your Hugo site:
+
+```bash
+$ cd themes
+$ git clone https://github.com/danielkvist/hugo-terrassa-theme.git terrassa
+```
+
+Or
+
+```bash
+$ cd themes
+$ git submodule add https://github.com/danielkvist/hugo-terrassa-theme.git terrassa
+```
+
+> You can also download the last release [here](https://github.com/danielkvist/hugo-terrassa-theme/releases).
+
+Back to your Hugo site directory open the *config.toml* file and add the following line:
+
+```toml
+theme = "terrassa"
+```
+
+And that's it.
+
+## Archetypes
+
+Terrassa includes three base archetypes:
+* *default*: for content such as blogs posts.
+* *section*: for the sections on your Home page.
+* *page*: for pages like the About page.
+
+So be careful. Creating a new site with Hugo also creates a default archetype that replaces the one provided by Terrassa.
+
+### Home and Single pages
+
+To create your home page run the following command inside your Hugo site:
+
+```bash
+$ hugo new _index.md -k page
+```
+
+Or to create another page:
+
+```bash
+$ hugo new example.md -k page
+```
+
+You'll get something like this:
+
+```markdown
+---
+title: ""
+description: ""
+images: []
+draft: true
+menu: main
+weight: 0
+---
+```
+
+Some properties are used as follows:
+* *title*: is the name that will be displayed in the menu. In the rest of the single pages the main title of the content.
+* *description*: in the case of the home page the description is not shown. In the rest of the single pages it is shown as a subtitle.
+* *images*: in the case of the home page the first image is used as the background image for the hero and to share on social networks (with [Twitter Cards](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards.html) and [Facebook Graph](https://developers.facebook.com/docs/graph-api/)). In every other page or post is used only for share on social networks.
+* *weight*: sets the order of the items in the menu.
+
+## Home page Sections
+
+To create a new section in your Home page follow the next steps:
+
+```bash
+$ hugo new sections/example.md -k section
+```
+
+You'll come across something like this:
+
+```markdown
+---
+title: "Example"
+description: ""
+draft: true
+weight: 0
+---
+```
+
+The *title* is used as the title of your new section and the content is the body. At this moment the *description* is not used for anything.
+
+The *weight* defines the order in case of having more than one section.
+
+### Blog or List pages
+
+To create a Blog or a page with a similar structure follow these steps:
+
+```bash
+$ hugo new posts/_index.md -k page
+```
+
+> In this case it is only necessary to set, if wanted, the *title* and the *weight* in the *_index.md*.
+
+To add a new posts run the following command:
+
+```bash
+$ hugo new posts/bad-example.md
+```
+
+Inside this file you'll find something like this:
+
+```markdown
+---
+title: "Bad example"
+description: ""
+date: 2018-12-27T21:09:45+01:00
+publishDate: 2018-12-27T21:09:45+01:00
+author: "John Doe"
+images: []
+draft: true
+tags: []
+---
+```
+The *title* and *description* are used as the main title and subtitle respectively.
+
+> You can find more information about each parameter in the [official documentation](https://gohugo.io/content-management/front-matter/).
+
+Then, the corresponding section will show a list of cards with the *title*, the *date*, a *summary of the content* (truncated to 480 words) and a list of *tags* if any.
+
+![Hugo Terrassa theme Blog section screenshot](https://github.com/danielkvist/hugo-terrassa-theme/blob/master/images/blog-screenshot.png)
+
+### Contact
+
+For the contact page follow these instructions:
+
+```bash
+$ hugo new contact/_index.md -k page
+```
+
+The *title* and *description* will be used as the main title and subtitle respectively with a contact form. The rest of the options are defined in the [config.toml](https://github.com/danielkvist/hugo-terrassa-theme/blob/master/exampleSite/config.toml).
+
+## Config
+
+For the configuration check the [config.toml](https://github.com/danielkvist/hugo-terrassa-theme/blob/master/exampleSite/config.toml) of the *exampleSite* and the [official documentation](https://gohugo.io/getting-started/configuration/) to see all the options.
+
+## Font Awesome
+
+Terrassa uses the [Font Awesome](https://fontawesome.com/) icons through a CDN. Something that for the moment affects the performance.
diff --git a/themes/terrassa/archetypes/default.md b/themes/terrassa/archetypes/default.md
new file mode 100644
index 0000000..33b7e3d
--- /dev/null
+++ b/themes/terrassa/archetypes/default.md
@@ -0,0 +1,10 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+description: ""
+date: {{ .Date }}
+publishDate: {{ .Date }}
+author: "John Doe"
+images: []
+draft: true
+tags: []
+--- \ No newline at end of file
diff --git a/themes/terrassa/archetypes/page.md b/themes/terrassa/archetypes/page.md
new file mode 100644
index 0000000..2789892
--- /dev/null
+++ b/themes/terrassa/archetypes/page.md
@@ -0,0 +1,8 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+description: ""
+images: []
+draft: true
+menu: main
+weight: 0
+--- \ No newline at end of file
diff --git a/themes/terrassa/archetypes/section.md b/themes/terrassa/archetypes/section.md
new file mode 100644
index 0000000..efe83a1
--- /dev/null
+++ b/themes/terrassa/archetypes/section.md
@@ -0,0 +1,6 @@
+---
+title : "{{ replace .Name "-" " " | title }}"
+description: ""
+draft: true
+weight: 0
+--- \ No newline at end of file
diff --git a/themes/terrassa/assets/css/animations.css b/themes/terrassa/assets/css/animations.css
new file mode 100644
index 0000000..ce65162
--- /dev/null
+++ b/themes/terrassa/assets/css/animations.css
@@ -0,0 +1,10 @@
+@keyframes focus {
+ 0% {
+ filter: blur(14px);
+ opacity: 0;
+ }
+ 100% {
+ filter: blur(0);
+ opacity: 1;
+ }
+} \ No newline at end of file
diff --git a/themes/terrassa/assets/css/base.css b/themes/terrassa/assets/css/base.css
new file mode 100644
index 0000000..71b9569
--- /dev/null
+++ b/themes/terrassa/assets/css/base.css
@@ -0,0 +1,73 @@
+:root {
+ /* Font Sizes */
+ --title: 3.998rem;
+ --subtitle: 2.827rem;
+ --header: 1.999rem;
+ --subheader: 1.414rem;
+
+ /* Colors */
+ --primary: #ffc107;
+ --primary-dark: #ffa000;
+ --primary-light: #ffecb3;
+ --primary-text: #212121;
+ --secondary-text: #333333;
+ --accent: #536dfe;
+ --divider: #bdbdbd;
+ --white: #fdfdfd;
+
+ /* Breackpoints */
+ --sm: 576px;
+ --md: 768px;
+ --lg: 992px;
+ --xl: 1200px;
+}
+
+a {
+ color: var(--accent);
+}
+
+a:hover {
+ color: var(--primary-dark);
+}
+
+body {
+ color: var(--primary-text);
+}
+
+figcaption {
+ font-size: 0.9rem;
+ text-align: center;
+}
+
+hr {
+ color: var(--divider);
+ opacity: 0.30;
+ width: 25%;
+}
+
+i {
+ font-size: var(--subheader);
+}
+
+input,
+textarea {
+ border: 2px solid var(--divider);
+}
+
+input:focus,
+textarea:focus {
+ border: 2px solid var(--accent);
+}
+
+pre {
+ border: 1px solid var(--divider);
+ overflow: auto;
+ margin-bottom: 1.75rem;
+ padding: 1rem 1.75rem;
+ text-align: left;
+ width: 100%;
+}
+
+textarea {
+ resize: none;
+}
diff --git a/themes/terrassa/assets/css/media-queries.css b/themes/terrassa/assets/css/media-queries.css
new file mode 100644
index 0000000..57455d6
--- /dev/null
+++ b/themes/terrassa/assets/css/media-queries.css
@@ -0,0 +1,187 @@
+@media only screen and (max-width: 1024px) {
+ .hero {
+ background-position: 20% 0;
+ background-size: cover;
+ }
+
+ .section {
+ margin: 2.75rem 19%;
+ }
+
+ .card {
+ margin-bottom: 0.75rem;
+ }
+
+ .post__body {
+ margin: 0 19%;
+ }
+
+ .pagination {
+ width: 40%;
+ }
+
+ .footer__contact {
+ align-items: start;
+ flex-direction: column;
+ padding: 1.75rem 4.5rem;
+ }
+
+ .footer__contact__item {
+ padding-bottom: 1.75rem;
+ }
+
+ .footer__contact__item:last-of-type {
+ padding-bottom: 0;
+ }
+
+ .copy {
+ align-items: flex-end;
+ padding-right: 4.5rem;
+ }
+}
+
+@media only screen and (max-width: 992px) {
+ .hero__caption > h1 {
+ font-size: var(--subtitle);
+ }
+
+ .hero__caption > h2 {
+ font-size: 1.25rem;
+ }
+
+ .pagination {
+ width: 50%;
+ }
+
+ .footer__social {
+ padding: 1rem 0;
+ }
+}
+
+@media only screen and (max-width: 768px) {
+ .header__title {
+ font-size: 1rem;
+ }
+
+ .menu {
+ display: none;
+ visibility: hidden;
+ }
+
+ .hamburger-menu {
+ display: grid;
+ visibility: visible;
+ }
+
+ .hamburger__items__item {
+ margin-right: 1.75rem;
+ }
+
+ .section {
+ margin: 2.75rem 9%;
+ }
+
+ .card {
+ width: 85%;
+ }
+
+ .contact__form {
+ grid-template-areas: "name" "email" "msg" "submit";
+ }
+
+ .contact__field > input {
+ width: 25rem;
+ }
+
+ .contact__field--name {
+ margin-right: 0;
+ }
+
+ .contact__field--msg {
+ margin-top: 0;
+ }
+
+ .contact__field--submit {
+ margin: 1.75rem 0;
+ }
+
+ .post__header {
+ padding: 0 10%;
+ }
+
+ .post__body {
+ margin: 0 9%;
+ }
+
+ .post__body > blockquote > p {
+ margin: 0 5%;
+ }
+
+ .post__footer {
+ margin: 0 10% 0.75rem;
+ }
+
+ .pagination {
+ width: 70%;
+ }
+}
+
+@media only screen and (max-width: 576px) {
+ .header__title {
+ margin-left: 1.75rem;
+ }
+
+ .toggle {
+ right: 1.75rem;
+ }
+
+ .hero {
+ background-position: 30% 0;
+ }
+
+ .hero__caption {
+ margin: 0 1.75rem 0;
+ }
+
+ .contact__field > input {
+ width: 20rem;
+ }
+
+ .card {
+ width: 90%;
+ }
+
+ .pagination {
+ width: 90%;
+ }
+
+ .footer {
+ grid-template-areas: "social" "contact" "copy";
+ grid-template-columns: 1fr;
+ }
+
+ .footer__social__link {
+ height: 40px;
+ line-height: 40px;
+ margin: 0.75rem;
+ width: 40px;
+ }
+
+ .footer__contact {
+ padding: 1.75rem;
+ }
+
+ .copy {
+ justify-content: center;
+ margin-bottom: 1.75rem;
+ margin-left: 5%;
+ margin-right: 5%;
+ padding: 0;
+ }
+}
+
+@media only screen and (max-width: 340px) {
+ .contact__field > input {
+ width: 17rem;
+ }
+}
diff --git a/themes/terrassa/assets/css/reset.css b/themes/terrassa/assets/css/reset.css
new file mode 100644
index 0000000..b3abac5
--- /dev/null
+++ b/themes/terrassa/assets/css/reset.css
@@ -0,0 +1,180 @@
+html,
+body,
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+a,
+p,
+span,
+em,
+small,
+strong,
+sub,
+sup,
+mark,
+del,
+ins,
+strike,
+abbr,
+dfn,
+blockquote,
+q,
+cite,
+code,
+pre,
+li,
+dl,
+dt,
+dd,
+div,
+section,
+article,
+main,
+aside,
+nav,
+header,
+hgroup,
+footer,
+img,
+figure,
+figcaption,
+address,
+time,
+audio,
+video,
+canvas,
+iframe,
+details,
+summary,
+fieldset,
+form,
+label,
+legend,
+table,
+caption,
+tbody,
+tfoot,
+thead,
+tr,
+th,
+td {
+ border: 0;
+ padding: 0;
+ margin: 0;
+}
+
+html {
+ box-sizing: border-box;
+ font-size: 1em;
+}
+
+*,
+*::before,
+*::after {
+ box-sizing: inherit;
+}
+
+a {
+ text-decoration: none;
+}
+
+body {
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Oxygen, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
+ font-kerning: auto;
+ -moz-osx-font-smoothing: grayscale;
+ -webkit-font-smoothing: antialised;
+ font-weight: 400;
+ height: 100vh;
+ hyphens: auto;
+ line-height: 1.62;
+ overflow-wrap: break-word;
+ text-rendering: optimizeLegibility;
+}
+
+blockquote,
+q {
+ quotes: none;
+}
+
+blockquote:after,
+blockquote:before,
+q:after,
+q:before {
+ content: "";
+}
+
+h1,
+h2,
+h3,
+h4 {
+ font-weight: inherit;
+ line-height: 1.2;
+ margin: 1.414rem 0 0.5rem;
+}
+
+hr {
+ box-sizing: content-box;
+ overflow: visible;
+}
+
+img,
+video,
+figure {
+ display: block;
+ height: auto;
+ max-width: 100%;
+}
+
+img {
+ border-style: none;
+}
+
+main,
+header,
+footer {
+ display: block;
+}
+
+ol,
+ul {
+ list-style: none;
+ margin-left: 0;
+ margin-right: 0;
+ padding: 0;
+}
+
+p {
+ margin-bottom: 1.1rem;
+}
+
+pre,
+code,
+kbd {
+ font-family: monospace;
+ font-size: 1em;
+ white-space: pre-wrap;
+}
+
+select {
+ text-transform: none;
+}
+
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+
+[hidden] {
+ display: none;
+}
+
+[disabled] {
+ cursor: not-allowed;
+}
+
+:focus:not(:focus-visible) {
+ outline: none;
+}
diff --git a/themes/terrassa/assets/css/style.css b/themes/terrassa/assets/css/style.css
new file mode 100644
index 0000000..ed94b13
--- /dev/null
+++ b/themes/terrassa/assets/css/style.css
@@ -0,0 +1,581 @@
+/* HEADER */
+.header {
+ background-color: var(--white);
+ box-shadow: 0 1px 5px var(--divider);
+ display: grid;
+ grid-template-columns: repeat(2, 1fr);
+ grid-template-rows: 1fr;
+ position: fixed;
+ top: 0;
+ width: 100%;
+ z-index: 999;
+}
+
+.header__title {
+ align-items: center;
+ display: flex;
+ font-size: 1.1rem;
+ justify-content: flex-start;
+ margin: 1rem 4.5rem;
+}
+
+.header__title__link {
+ color: var(--primary-dark);
+}
+
+.header__title__logo {
+ max-width: 7rem;
+ vertical-align: middle;
+ width: 100%;
+}
+
+/* MENU */
+.menu {
+ align-items: center;
+ display: flex;
+ hyphens: none;
+ margin-right: 4.5rem;
+}
+
+.menu__items {
+ display: flex;
+ justify-content: space-evenly;
+ width: 100%;
+}
+
+.menu__items__item {
+ margin: 0 1.5rem;
+}
+
+.menu__items__item__link {
+ color: var(--primary-text);
+ padding: 0.5rem 0;
+ position: relative;
+}
+
+.menu__items__item__link:hover,
+.menu__items__item__link:focus {
+ color: var(--primary-text);
+}
+
+.menu__items__item__link::before {
+ bottom: 0;
+ content: "";
+ display: block;
+ height: 3px;
+ position: absolute;
+ transition: all 0.25s ease-in-out;
+ width: 0%;
+}
+
+.menu__items__item__link::before {
+ background-color: var(--primary);
+}
+
+.menu__items__item__link:hover::before,
+.menu__items__item__link:focus::before {
+ opacity: 1;
+ width: 100%;
+}
+
+.menu__items__item__link.active::before {
+ opacity: 1;
+ width: 100%;
+}
+
+/* HAMBURGER MENU */
+.hamburger-menu {
+ display: none;
+ visibility: hidden;
+}
+
+.toggle,
+.hamburger__toggle {
+ user-select: none;
+}
+
+.toggle {
+ align-self: center;
+ position: absolute;
+ right: 4.5rem;
+}
+
+.hamburger__toggle {
+ height: 32px;
+ left: -5px;
+ opacity: 0;
+ position: absolute;
+ top: -7px;
+ width: 40px;
+}
+
+.hamburger__items {
+ background-color: var(--white);
+ box-shadow: -1px 2px 5px var(--divider);
+ height: 100vh;
+ position: absolute;
+ transform: translate(100%, 0);
+ transform-origin: 0% 0%;
+ transition: transform 0.15s ease-in-out;
+ visibility: hidden;
+ width: 50vw;
+}
+
+.hamburger__items__item {
+ margin: 1.75rem 0 0 2.75rem;
+}
+
+.hamburger__items__item__link {
+ color: var(--primary-text);
+}
+
+.hamburger__items__item__link:hover {
+ color: var(--primary-dark);
+}
+
+.toggle .hamburger__toggle:checked ~ .hamburger__items {
+ transform: translate(-70%, 0);
+ visibility: visible;
+}
+
+/* HERO */
+.hero {
+ align-content: center;
+ background-attachment: fixed;
+ background-position: 100% 20%;
+ background-repeat: no-repeat;
+ background-size: contain;
+ display: flex;
+ height: 90vh;
+ justify-content: flex-start;
+ width: 100%;
+}
+
+.hero__caption {
+ align-items: flex-start;
+ animation: focus 0.95s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ margin-left: 4.5rem;
+}
+
+.hero__caption > h1 {
+ font-size: var(--title);
+}
+
+.hero__caption > h2 {
+ font-size: var(--subheader);
+ margin-top: 0.45rem;
+}
+
+/* CTA */
+.cta__btn {
+ margin-top: 4.5rem;
+}
+
+/* SECTION */
+.section {
+ margin: 2.75rem 24%;
+ text-justify: distribute;
+}
+
+.section__title {
+ padding: 0 20%;
+ margin-bottom: 1.75rem;
+ text-align: center;
+}
+
+/* SEPARATOR */
+.separator {
+ align-items: center;
+ display: flex;
+ font-size: 0.45rem;
+ justify-content: center;
+}
+
+/* CONTENT */
+.content {
+ display: grid;
+ grid-auto-flow: row;
+ grid-template-columns: 1fr;
+ grid-template-rows: 1fr;
+ justify-items: center;
+ min-height: 90vh;
+}
+
+/* CARD */
+.card {
+ margin-bottom: 2.75rem;
+ max-width: 900px;
+ text-justify: distribute;
+ width: 70%;
+}
+
+.card__header__link {
+ color: var(--primary-text);
+}
+
+.card__header__link:hover {
+ color: var(--primary);
+}
+
+.card__header__author {
+ margin-bottom: 0.75rem;
+ text-align: left;
+}
+
+/* POST */
+.post {
+ min-height: 90vh;
+ text-justify: distribute;
+}
+
+.post__header {
+ display: grid;
+ grid-template-areas: "title" "date" "subtitle" "author";
+ grid-template-rows: auto;
+ justify-content: center;
+ padding: 0 20%;
+}
+
+.post__title {
+ font-size: var(--header);
+ grid-area: title;
+}
+
+.post__subtitle {
+ grid-area: subtitle;
+ margin-top: 0.75rem;
+ text-align: center;
+}
+
+.post__author {
+ grid-area: author;
+ text-align: center;
+}
+
+.post__date {
+ grid-area: date;
+ margin-bottom: 1.75rem;
+}
+
+.post__body {
+ margin: 1.75rem 24% 0.75rem;
+}
+
+.post__body > figure {
+ margin-bottom: 1.75rem;
+}
+
+.post__body > ol {
+ list-style-type: decimal;
+}
+
+.post__body > ul {
+ list-style-type: disc;
+}
+
+.post__body > blockquote > p {
+ margin: 0.75rem 24%;
+ text-align: center;
+}
+
+.post__body > blockquote > p::before,
+.post__body > blockquote > p::after {
+ background-color: var(--divider);
+ content: "";
+ display: block;
+ height: 1px;
+ width: 100%;
+}
+
+.post__body > blockquote > p::before {
+ margin-bottom: 1rem;
+}
+
+.post__body > blockquote > p::after {
+ margin-top: 1rem;
+}
+
+.post__body > blockquote > p::after {
+ margin-bottom: 1.1rem;
+}
+
+.post__body > ul,
+.post__body > ol {
+ margin-left: 3.75rem;
+}
+
+.post__footer {
+ display: flex;
+ justify-content: center;
+ margin: 0 30% 0.75rem;
+}
+
+/* PAGINATION */
+.pagination {
+ display: flex;
+ justify-content: space-evenly;
+ margin-bottom: 2.75rem;
+ width: 20%;
+}
+
+.page-item.disabled > .page-link {
+ cursor: not-allowed;
+ opacity: 0.7;
+}
+
+.page-item.active > .page-link {
+ color: var(--primary-dark);
+}
+
+.page-link {
+ color: var(--primary-text);
+}
+
+/* CONTACT */
+.contact {
+ align-items: center;
+ display: flex;
+ flex-direction: column;
+ justify-content: flex-start;
+ min-height: 90vh;
+}
+
+.contact__content {
+ text-align: center;
+}
+
+.contact__form {
+ display: grid;
+ grid-template-areas: "name email" "msg msg" "submit submit";
+ grid-template-columns: 1fr;
+ grid-template-rows: repeat(3, auto);
+ margin-top: 1.75rem;
+}
+
+.contact__field {
+ display: flex;
+ flex-direction: column;
+ margin-bottom: 0.75rem;
+}
+
+.contact__field > label {
+ margin-bottom: 0.45rem;
+}
+
+.contact__field > input {
+ font-size: 1rem;
+ height: 1.9rem;
+ padding: 1rem 0.75rem;
+ width: 20rem;
+}
+
+.contact__field > textarea {
+ font-family: sans-serif;
+ font-size: 1rem;
+ height: 12rem;
+ padding: 0.75rem 0.75rem;
+ width: 100%;
+}
+
+.contact__field--name {
+ grid-area: name;
+ margin-right: 1rem;
+}
+
+.contact__field--email {
+ grid-area: email;
+}
+
+.contact__field--msg {
+ grid-area: msg;
+ margin-top: 1.75rem;
+}
+
+.contact__field--submit {
+ align-content: center;
+ display: grid;
+ grid-area: submit;
+ justify-content: center;
+ margin: 1.75rem 0 2.75rem;
+}
+
+.submit {
+ font-size: 1rem;
+}
+
+/* FOOTER */
+.footer {
+ background-color: var(--primary-dark);
+ display: grid;
+ grid-auto-flow: row;
+ grid-template-areas: "social social social" "contact contact copy";
+ grid-template-columns: repeat(3, 1fr);
+ grid-template-rows: repeat(2, auto);
+}
+
+.footer__social {
+ align-items: center;
+ background-color: var(--white);
+ border-top: 1px solid var(--divider);
+ border-bottom: 1px solid var(--divider);
+ display: flex;
+ flex-wrap: wrap;
+ grid-area: social;
+ justify-content: space-evenly;
+ padding: 1rem 20%;
+}
+
+.footer__social__link {
+ background-color: var(--primary-text);
+ border-radius: 50%;
+ color: var(--white);
+ font-size: var(--subheader);
+ height: 35px;
+ line-height: 35px;
+ position: relative;
+ text-align: center;
+ width: 35px;
+}
+
+.footer__social__link::after {
+ background: transparent;
+ border: 1.5px solid var(--primary-text);
+ border-radius: 50%;
+ bottom: 0;
+ content: "";
+ display: block;
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 0;
+ transition: 0.3s all;
+}
+
+.footer__social__link:hover,
+.footer__social__link:focus {
+ background-color: transparent;
+ color: var(--secondary-text);
+}
+
+.footer__social__link:hover::after,
+.footer__social__link:focus::after {
+ border-color: var(--secondary-text);
+ transform: scale(1.5);
+}
+
+.footer__contact {
+ align-items: center;
+ display: flex;
+ grid-area: contact;
+ justify-content: space-around;
+ width: 100%;
+}
+
+.footer__contact__item {
+ color: var(--white);
+ margin: 0;
+}
+
+.footer__contact__item > span {
+ color: var(--primary-text);
+ margin-right: 0.25rem;
+}
+
+.footer__contact__link,
+.footer__contact__link:hover {
+ color: var(--white);
+}
+
+/* 404 */
+.notfound {
+ align-items: center;
+ display: flex;
+ justify-content: center;
+ min-height: 90vh;
+}
+
+.notfound__title {
+ font-size: var(--title);
+}
+
+/* COPY */
+.copy {
+ align-items: center;
+ display: flex;
+ font-size: 0.95rem;
+ grid-area: copy;
+ justify-content: flex-end;
+ padding: 1.75rem;
+}
+
+.copy > p {
+ margin: 0;
+}
+
+/* AUTHOR */
+.author {
+ font-size: 0.95rem;
+ font-weight: 400;
+}
+
+/* DATE */
+.date {
+ font-size: 0.95rem;
+ font-weight: 400;
+ margin: 0 0 0.75rem 0;
+}
+
+/* TAGS */
+.tags {
+ display: flex;
+ flex-wrap: wrap;
+ padding: 0;
+}
+
+.tags__tag {
+ margin-right: 0.75rem;
+}
+
+/* RIPPLE */
+.ripple-btn {
+ background-color: var(--primary-dark);
+ border: none;
+ color: var(--white);
+ overflow: hidden;
+ padding: 1.15rem 4.5rem;
+ position: relative;
+ transform: translate3d(0, 0, 0);
+ transition: all 0.25s;
+}
+
+.ripple-btn:hover,
+.ripple-btn:focus {
+ color: var(--white);
+ background-color: var(--primary);
+}
+
+.ripple-btn::after {
+ background-image: radial-gradient(circle, var(--primary-light) 10%, transparent 10.01%);
+ background-position: 50%;
+ background-repeat: no-repeat;
+ content: "";
+ display: block;
+ height: 100%;
+ left: 0;
+ opacity: 0;
+ position: absolute;
+ pointer-events: none;
+ top: 0;
+ transform: scale(10, 10);
+ transition: transform .5s, opacity 1s;
+ width: 100%;
+}
+
+.ripple-btn:active::after {
+ opacity: 0.7;
+ transform: scale(0, 0);
+ transition: 0s;
+} \ No newline at end of file
diff --git a/themes/terrassa/assets/js/form.js b/themes/terrassa/assets/js/form.js
new file mode 100644
index 0000000..1c9bd4d
--- /dev/null
+++ b/themes/terrassa/assets/js/form.js
@@ -0,0 +1,3 @@
+function cleanForm() {
+ document.getElementById("contact-form").reset();
+} \ No newline at end of file
diff --git a/themes/terrassa/assets/js/header.js b/themes/terrassa/assets/js/header.js
new file mode 100644
index 0000000..12de881
--- /dev/null
+++ b/themes/terrassa/assets/js/header.js
@@ -0,0 +1,7 @@
+const header = document.querySelector("header");
+
+function paddingHeader() {
+ document.body.style.paddingTop = `${header.offsetHeight}px`;
+}
+
+window.addEventListener("load", paddingHeader); \ No newline at end of file
diff --git a/themes/terrassa/exampleSite/config.toml b/themes/terrassa/exampleSite/config.toml
new file mode 100644
index 0000000..d40ac0d
--- /dev/null
+++ b/themes/terrassa/exampleSite/config.toml
@@ -0,0 +1,93 @@
+baseurl = "/"
+title = "Terrassa"
+author = "Daniel Zaragoza (Danielkvist)"
+googleAnalytics = ""
+defaultContentLanguage = "en"
+language = "en-US"
+paginate = 3 # Number of posts per page
+
+theme = "hugo-terrassa-theme"
+themesDir = "../.." # Not necessary on production sites
+
+[outputs]
+ home = ["HTML", "RSS"]
+ page = ["HTML", "RSS"]
+
+[params]
+ description = "Terrassa is a simple, fast and responsive theme for Hugo with a strong focus on accessibility made from scratch."
+ favicon = "favicon.ico" # Relative URL
+ logo = "" # Absolute URL
+
+[params.hero]
+ textColor = "" # Empty for default color
+
+[params.cta] # Call To Action
+ show = true
+ cta = "Contact"
+ link = "contact" # Relative URL
+
+[params.form] # Contact form
+ netlify = true # Use only if you are using Netlify
+ action = "https://formspree.io/your@email.com"
+ method = "POST"
+ inputNameName = "name"
+ inputNameLabel = "Name"
+ inputNamePlaceholder = "Your name"
+ inputEmailName = "email"
+ inputEmailLabel = "Email"
+ inputEmailPlaceholder = "Your email"
+ inputMsgName = "message"
+ inputMsgLabel = "Write something"
+ inputMsgLength = 750
+ inputSubmitValue = "Send"
+
+[params.posts]
+ showAuthor = true
+ showDate = true
+ showTags = true
+ dateFormat = "Monday, Jan, 2006"
+
+[params.contact] # Contact info
+ email = "example@gmail.com"
+ phone = "xxx xxx xxx"
+ skype = ""
+ address = "419 Creek St. Revere, MA 02151"
+
+[params.social] # Social networks
+ twitter = "https://twitter.com/john"
+ facebook = "https://facebook.com/john"
+ github = "https://github.com/john"
+ gitlab = ""
+ codepen = "https://codepen.io/john"
+ instagram = "https://instagram.com/john"
+ pinterest = ""
+ youtube = ""
+ linkedin = ""
+ weibo = ""
+ mastodon = ""
+ tumblr = ""
+ flickr = ""
+ "500px" = ""
+
+[params.copy] # Copyright
+ copy = "" # Empty for default content
+
+[privacy]
+ [privacy.googleAnalytics]
+ anonymizeIP = true
+ disable = false
+ respectDoNotTrack = true
+ useSessionStorage = false
+ [privacy.instagram]
+ disable = false
+ simple = false
+ [privacy.twitter]
+ disable = false
+ enableDNT = true
+ simple = false
+ [privacy.vimeo]
+ disable = false
+ simple = false
+ [privacy.youtube]
+ disable = false
+ privacyEnhanced = true \ No newline at end of file
diff --git a/themes/terrassa/exampleSite/content/_index.md b/themes/terrassa/exampleSite/content/_index.md
new file mode 100644
index 0000000..6aefa55
--- /dev/null
+++ b/themes/terrassa/exampleSite/content/_index.md
@@ -0,0 +1,11 @@
+---
+title: "Home"
+description: ""
+images: ["undraw_freelancer_b0my.svg"]
+draft: false
+menu: main
+weight: 1
+---
+
+# Terrassa
+## The Hugo theme for you. Or for your company. \ No newline at end of file
diff --git a/themes/terrassa/exampleSite/content/about.md b/themes/terrassa/exampleSite/content/about.md
new file mode 100644
index 0000000..8bc89c7
--- /dev/null
+++ b/themes/terrassa/exampleSite/content/about.md
@@ -0,0 +1,18 @@
+---
+title: "About"
+description: ""
+images: []
+draft: false
+menu: main
+weight: 3
+---
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Felis donec et odio pellentesque diam. Sapien nec sagittis aliquam malesuada bibendum. Velit dignissim sodales ut eu sem integer vitae justo. Vulputate sapien nec sagittis aliquam malesuada bibendum. Eu ultrices vitae auctor eu augue ut. Amet mattis vulputate enim nulla aliquet porttitor lacus luctus. Mauris in aliquam sem fringilla. Sed faucibus turpis in eu mi bibendum. Nunc consequat interdum varius sit amet mattis vulputate enim. Tincidunt praesent semper feugiat nibh sed pulvinar. Curabitur vitae nunc sed velit dignissim sodales ut eu sem. Arcu odio ut sem nulla pharetra diam sit amet. Vitae justo eget magna fermentum iaculis. Sit amet consectetur adipiscing elit ut aliquam. Suspendisse sed nisi lacus sed viverra tellus in hac. Arcu felis bibendum ut tristique et egestas. Egestas pretium aenean pharetra magna ac placerat vestibulum. Tempus egestas sed sed risus pretium quam vulputate.
+
+Quam nulla porttitor massa id neque. Convallis convallis tellus id interdum velit laoreet id donec ultrices. In mollis nunc sed id semper risus in. Id nibh tortor id aliquet. Amet mattis vulputate enim nulla aliquet porttitor lacus. Eget nulla facilisi etiam dignissim diam quis enim lobortis scelerisque. Interdum consectetur libero id faucibus nisl tincidunt eget nullam. Hac habitasse platea dictumst vestibulum rhoncus est pellentesque. Facilisis mauris sit amet massa vitae tortor. Massa placerat duis ultricies lacus sed. Lectus sit amet est placerat in egestas erat imperdiet. Tempus egestas sed sed risus. Congue eu consequat ac felis donec et odio pellentesque diam. Volutpat lacus laoreet non curabitur gravida arcu. Tortor dignissim convallis aenean et tortor. Pretium vulputate sapien nec sagittis aliquam malesuada bibendum arcu. Sit amet luctus venenatis lectus magna fringilla urna porttitor.
+
+Elementum pulvinar etiam non quam. Vulputate enim nulla aliquet porttitor lacus luctus accumsan tortor posuere. Ut tristique et egestas quis ipsum suspendisse ultrices gravida dictum. Dui ut ornare lectus sit. Commodo sed egestas egestas fringilla phasellus faucibus scelerisque eleifend. Venenatis cras sed felis eget velit. Lectus mauris ultrices eros in cursus turpis massa tincidunt dui. Ac turpis egestas maecenas pharetra convallis posuere morbi leo urna. Sed odio morbi quis commodo odio aenean. Adipiscing at in tellus integer feugiat scelerisque varius. Massa sapien faucibus et molestie ac feugiat sed. Dolor purus non enim praesent elementum facilisis. Vitae suscipit tellus mauris a diam maecenas. Vel fringilla est ullamcorper eget nulla facilisi etiam dignissim diam. Vitae et leo duis ut diam quam. Lectus quam id leo in vitae turpis. Vitae ultricies leo integer malesuada nunc.
+
+Ornare lectus sit amet est placerat in egestas erat. Massa vitae tortor condimentum lacinia quis vel. Ornare massa eget egestas purus. Varius quam quisque id diam vel quam. Convallis tellus id interdum velit. Aenean pharetra magna ac placerat vestibulum. Vitae congue eu consequat ac felis donec et. Dignissim suspendisse in est ante in nibh mauris. Lobortis scelerisque fermentum dui faucibus in ornare. At urna condimentum mattis pellentesque id nibh tortor id. Purus non enim praesent elementum facilisis leo vel. Rutrum quisque non tellus orci ac auctor augue mauris. Eget arcu dictum varius duis at consectetur lorem. Elit scelerisque mauris pellentesque pulvinar pellentesque habitant morbi tristique. Quam pellentesque nec nam aliquam sem. Dignissim convallis aenean et tortor at risus viverra adipiscing at. Ante in nibh mauris cursus. At risus viverra adipiscing at in tellus.
+
+Duis at tellus at urna condimentum. Felis bibendum ut tristique et egestas quis. Diam vel quam elementum pulvinar etiam non quam lacus suspendisse. Dui accumsan sit amet nulla facilisi morbi tempus iaculis. Congue eu consequat ac felis donec et. Mattis pellentesque id nibh tortor id aliquet lectus proin. Interdum varius sit amet mattis vulputate enim nulla. Aenean et tortor at risus viverra adipiscing at in. Diam volutpat commodo sed egestas egestas. Nulla pharetra diam sit amet nisl. Odio pellentesque diam volutpat commodo sed egestas egestas fringilla. Augue interdum velit euismod in pellentesque massa. Tempus egestas sed sed risus. Id semper risus in hendrerit gravida rutrum quisque non. Cras ornare arcu dui vivamus arcu felis bibendum ut. Vitae ultricies leo integer malesuada nunc vel risus commodo viverra. Volutpat diam ut venenatis tellus in metus. \ No newline at end of file
diff --git a/themes/terrassa/exampleSite/content/contact/_index.md b/themes/terrassa/exampleSite/content/contact/_index.md
new file mode 100644
index 0000000..199af07
--- /dev/null
+++ b/themes/terrassa/exampleSite/content/contact/_index.md
@@ -0,0 +1,8 @@
+---
+title: "Contact"
+description: "Send me a message!"
+images: []
+draft: false
+menu: main
+weight: 4
+--- \ No newline at end of file
diff --git a/themes/terrassa/exampleSite/content/posts/16-things-free-songs.md b/themes/terrassa/exampleSite/content/posts/16-things-free-songs.md
new file mode 100644
index 0000000..0c046d8
--- /dev/null
+++ b/themes/terrassa/exampleSite/content/posts/16-things-free-songs.md
@@ -0,0 +1,20 @@
+---
+title: "16 things that won't happen in free songs"
+description: "Why country music festivals will change your life."
+date: 2018-12-17T22:21:42+01:00
+publishDate: 2018-12-19T22:21:42+01:00
+author: "John Doe"
+images: []
+draft: false
+tags: ["music", "songs" , "free"]
+---
+
+5 ways country song ringtones can make you rich. [Why country music festivals will change your life](#). The unconventional guide to music notes. Why our world would end if music videos disappeared. 8 insane (but true) things about top country songs. How twitter can teach you about popular songs. 13 facts about latin music videos that'll keep you up at night. Why do people think free dances are a good idea? Why your free song never works out the way you plan. The 6 best music video youtube videos.
+
+> "The unconventional guide to piano stores. Why concert events should be 1 of the 7 deadly sins".
+
+How free dances are making the world a better place. 7 least favorite music videos. 7 ways live shows could leave you needing a lawyer. 11 great articles about popular songs. [7 movies with unbelievable scenes about free songs](#). If you read one article about billboard music awards read this one. 18 ways latin music videos could leave you needing a lawyer. How best rock songs can help you live a better life. The 17 best country music festival twitter feeds to follow. Expose: you're losing money by not using top country songs.
+
+[How jazz coffee bars can help you predict the future](#). What wikipedia can't tell you about music festivals. 10 bs facts about rock bands everyone thinks are true. What the world would be like if summer music festivals didn't exist. How hollywood got latin music videos all wrong. Why pop music books are on crack about pop music books. The evolution of top country songs. How not knowing pop music books makes you a rookie. Why do people think concert tickets are a good idea? How twitter can teach you about jazz coffee bars.
+
+6 ways top country songs can make you rich. [7 facts about summer music festivals that'll keep you up at night](#). 8 problems with free dances. What everyone is saying about music festivals. Free songs by the numbers. Why concert tickets are on crack about concert tickets. 9 problems with live shows. Why popular songs are on crack about popular songs. The unconventional guide to piano stores. Why concert events should be 1 of the 7 deadly sins. \ No newline at end of file
diff --git a/themes/terrassa/exampleSite/content/posts/_index.md b/themes/terrassa/exampleSite/content/posts/_index.md
new file mode 100644
index 0000000..02c64d7
--- /dev/null
+++ b/themes/terrassa/exampleSite/content/posts/_index.md
@@ -0,0 +1,8 @@
+---
+title: "Blog"
+description: ""
+images: []
+draft: false
+menu: main
+weight: 2
+--- \ No newline at end of file
diff --git a/themes/terrassa/exampleSite/content/posts/bad-architects.md b/themes/terrassa/exampleSite/content/posts/bad-architects.md
new file mode 100644
index 0000000..66bee48
--- /dev/null
+++ b/themes/terrassa/exampleSite/content/posts/bad-architects.md
@@ -0,0 +1,30 @@
+---
+title: "How architects aren't as bad as you think"
+description: "Why living room ideas are killing you."
+date: 2018-12-16T22:34:04+01:00
+publishDate: 2018-12-19T22:21:42+01:00
+author: "John Doe"
+images: []
+draft: false
+tags: ["health", "music", "architecture"]
+---
+
+6 uses for living room decors. [Why living room ideas are killing you](#). The oddest place you will find decorating ideas. Why the world would end without apartment guides. 12 things that won't happen in interior design ideas. How twitter can teach you about bathroom designs. The 12 best floor plan youtube videos. 9 bs facts about living room decors everyone thinks are true. The only home builder resources you will ever need. How decorating ideas can help you predict the future.
+
+> "Show me the code".
+
+[The 10 best resources for modular homes](#). Home builders by the numbers. *Why you'll never succeed at interior design ideas*. 12 myths uncovered about small house plans. How designer furniture can help you live a better life. Why the world would end without floor plans. How hollywood got interior designs all wrong. An expert interview about kitchen designs. Why our world would end if bathroom designs disappeared. Why mom was right about bathroom designs.
+
+```golang
+package main
+
+import "fmt"
+
+func main() {
+ fmt.Println("Hello, Gopher!")
+}
+```
+
+How building is making the world a better place. **An expert interview about living room ideas**. What everyone is saying about modern living rooms. The 20 best interior design twitter feeds to follow. How to be unpopular in the designer furniture world. [Why mom was right about apartments](#). What the world would be like if kitchen designs didn't exist. The 19 biggest studio apartment blunders. 9 great articles about kitchen planners. How to start using kitchen planners.
+
+Why luxury homes are killing you. 12 least favorite interior designs. How to cheat at luxury homes and get away with it. How floor plans made me a better person. [Why floor plans should be 1 of the 7 deadly sins](#). If you read one article about modern homes read this one. Architectural designs in 11 easy steps. The 19 worst architectural designs in history. How rent houses changed how we think about death. 6 insane (but true) things about small house plans. \ No newline at end of file
diff --git a/themes/terrassa/exampleSite/content/posts/game-websites/images/dummy-image.jpg b/themes/terrassa/exampleSite/content/posts/game-websites/images/dummy-image.jpg
new file mode 100644
index 0000000..f70edb8
--- /dev/null
+++ b/themes/terrassa/exampleSite/content/posts/game-websites/images/dummy-image.jpg
Binary files differ
diff --git a/themes/terrassa/exampleSite/content/posts/game-websites/index.md b/themes/terrassa/exampleSite/content/posts/game-websites/index.md
new file mode 100644
index 0000000..d8ec181
--- /dev/null
+++ b/themes/terrassa/exampleSite/content/posts/game-websites/index.md
@@ -0,0 +1,24 @@
+---
+title: "How game websites can help you live a better life"
+description: "The 6 best dish review twitter feeds to follow."
+date: 2018-12-19T22:32:19+01:00
+publishDate: 2018-12-19T22:21:42+01:00
+author: "John Doe"
+images: []
+draft: false
+tags: ["health", "cooking"]
+---
+
+[How to cheat at dish reviews and get away with it](#). The 6 best dish review twitter feeds to follow. The best ways to utilize minute meals. The best ways to utilize safe food handling tips. The best ways to utilize safe food handling tips. 17 facts about food processors that will impress your friends. How cooking healthy food is making the world a better place. Why you'll never succeed at healthy eating facts. 16 things you don't want to hear about chefs. 9 uses for mexican food.
+
+![Dummy image.](./images/dummy-image.jpg)
+
+The unconventional guide to chicken dishes. Why food networks beat peanut butter on pancakes. How fast food isn't as bad as you think. If you read one article about restaurant weeks read this one. Why delicious food is afraid of the truth. Why meatloaf recipes will make you question everything. The oddest place you will find food networks. 16 great articles about breakfast casseroles. Why the next 10 years of healthy cooking tips will smash the last 10. The 16 biggest food network blunders.
+
+{{< figure src="./images/dummy-image.jpg" title="Dummy image using Hugo shortcode." >}}
+
+11 things that won't happen in minute meals. [Why mom was right about mexican food](#). 20 facts about chefs that will impress your friends. 7 uses for delicious food. How to cheat at dish reviews and get away with it. Unbelievable dish review success stories. Why your food network never works out the way you plan. Why food processors are the new black. Why our world would end if healthy lunch ideas disappeared. The 12 best resources for healthy eating facts.
+
+<img src="./images/dummy-image.jpg" alt="Dummy image with HTML.">
+
+14 ways chef uniforms can make you rich. An expert interview about healthy eating facts. 17 things that won't happen in fast food. The 16 worst songs about food stamps. 20 podcasts about thai restaurants. 12 ways easy meals can make you rich. Why restaurant weeks should be 1 of the 7 deadly sins. 15 ideas you can steal from safe food handling tips. Why mexican food is the new black. Why healthy cooking tips are the new black. \ No newline at end of file
diff --git a/themes/terrassa/exampleSite/content/posts/preventative-medicines.md b/themes/terrassa/exampleSite/content/posts/preventative-medicines.md
new file mode 100644
index 0000000..b7664a3
--- /dev/null
+++ b/themes/terrassa/exampleSite/content/posts/preventative-medicines.md
@@ -0,0 +1,18 @@
+---
+title: "Why preventative medicines are afraid of the truth"
+description: "Why vaccination schedules will change your life."
+date: 2018-12-07T22:30:56+01:00
+publishDate: 2018-12-19T22:21:42+01:00
+author: "John Doe"
+images: []
+draft: false
+tags: ["medicine", "health"]
+---
+
+Why vaccination schedules will change your life. How weight loss meal plans can help you live a better life. How not knowing fitness equipment makes you a rookie. The 18 best resources for fitness equipment. 9 problems with home health care products. [17 amazing health care provider picturesi](#). How nutrition facts make you a better lover. The oddest place you will find home health care products. The 15 best health question twitter feeds to follow. Why our world would end if preventative medicines disappeared.
+
+How hollywood got travel medicines all wrong. Expose: you're losing money by not using health care solutions. 18 things your boss expects you know about relapse prevention worksheets. 5 ways vaccination schedules can make you rich. 14 things you don't want to hear about vaccination schedules. The evolution of vaccine ingredients. 19 movies with unbelievable scenes about fitness programs. 17 amazing health care solution pictures. 11 things you don't want to hear about travel vaccines. 12 movies with unbelievable scenes about travel vaccines.
+
+What the world would be like if naturopathic medicines didn't exist. 11 myths uncovered about vaccine ingredients. 9 facts about healthy eating meal plans that'll keep you up at night. Home health care products by the numbers. Why mom was right about health quotes. Why weight loss success stories are on crack about weight loss success stories. What experts are saying about travel medicines. Expose: you're losing money by not using weight loss meal plans. [What wikipedia can't tell you about vaccine ingredientsi](#). 20 facts about fitness magazines that will impress your friends.
+
+18 ways home health care products could leave you needing a lawyer. 6 ways healthy eating tips could leave you needing a lawyer. Why nutrition label makers are on crack about nutrition label makers. Why mom was right about health questions. [Why online nutrition courses will make you question everything](#). 12 facts about health informatics that will impress your friends. 16 facts about health informatics that will impress your friends. The oddest place you will find weight loss meal plans. 16 things about health informatics your kids don't want you to know. What experts are saying about fitness programs. \ No newline at end of file
diff --git a/themes/terrassa/exampleSite/content/sections/simple-choices.md b/themes/terrassa/exampleSite/content/sections/simple-choices.md
new file mode 100644
index 0000000..f0304cb
--- /dev/null
+++ b/themes/terrassa/exampleSite/content/sections/simple-choices.md
@@ -0,0 +1,8 @@
+---
+title : "Simple Choices"
+description: ""
+draft: false
+weight: 2
+---
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \ No newline at end of file
diff --git a/themes/terrassa/exampleSite/content/sections/simple-people.md b/themes/terrassa/exampleSite/content/sections/simple-people.md
new file mode 100644
index 0000000..2caed07
--- /dev/null
+++ b/themes/terrassa/exampleSite/content/sections/simple-people.md
@@ -0,0 +1,10 @@
+---
+title : "Simple People"
+description: ""
+draft: false
+weight: 3
+---
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \ No newline at end of file
diff --git a/themes/terrassa/exampleSite/content/sections/simple-values.md b/themes/terrassa/exampleSite/content/sections/simple-values.md
new file mode 100644
index 0000000..872fcde
--- /dev/null
+++ b/themes/terrassa/exampleSite/content/sections/simple-values.md
@@ -0,0 +1,8 @@
+---
+title : "Simple Values"
+description: ""
+draft: false
+weight: 1
+---
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \ No newline at end of file
diff --git a/themes/terrassa/exampleSite/content/sections/simple.md b/themes/terrassa/exampleSite/content/sections/simple.md
new file mode 100644
index 0000000..7031576
--- /dev/null
+++ b/themes/terrassa/exampleSite/content/sections/simple.md
@@ -0,0 +1,8 @@
+---
+title : "Simple"
+description: ""
+draft: false
+weight: 4
+---
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \ No newline at end of file
diff --git a/themes/terrassa/images/blog-screenshot.png b/themes/terrassa/images/blog-screenshot.png
new file mode 100644
index 0000000..3a84a99
--- /dev/null
+++ b/themes/terrassa/images/blog-screenshot.png
Binary files differ
diff --git a/themes/terrassa/images/screenshot.png b/themes/terrassa/images/screenshot.png
new file mode 100644
index 0000000..c0c3bf2
--- /dev/null
+++ b/themes/terrassa/images/screenshot.png
Binary files differ
diff --git a/themes/terrassa/images/tn.png b/themes/terrassa/images/tn.png
new file mode 100644
index 0000000..f512243
--- /dev/null
+++ b/themes/terrassa/images/tn.png
Binary files differ
diff --git a/themes/terrassa/layouts/404.html b/themes/terrassa/layouts/404.html
new file mode 100644
index 0000000..2384d5a
--- /dev/null
+++ b/themes/terrassa/layouts/404.html
@@ -0,0 +1,5 @@
+{{ define "main" }}
+<main class="notfound">
+ <h1 class="notfound__title">404</h1>
+</main>
+{{ end }} \ No newline at end of file
diff --git a/themes/terrassa/layouts/_default/baseof.html b/themes/terrassa/layouts/_default/baseof.html
new file mode 100644
index 0000000..6e1a936
--- /dev/null
+++ b/themes/terrassa/layouts/_default/baseof.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+{{- partial "head.html" . -}}
+
+<body>
+ {{- partial "header.html" . -}}
+ {{- block "main" . }}{{- end }}
+ {{- partial "footer.html" . -}}
+</body>
+
+</html> \ No newline at end of file
diff --git a/themes/terrassa/layouts/_default/card.html b/themes/terrassa/layouts/_default/card.html
new file mode 100644
index 0000000..6a184f1
--- /dev/null
+++ b/themes/terrassa/layouts/_default/card.html
@@ -0,0 +1,28 @@
+<article class="card">
+ <header class="card__header">
+ <h1 class="card__header__title">
+ <a href="{{ .Permalink }}" class="card__header__link" alt="{{ .Title }}.">
+ {{ .Title }}
+ </a>
+ </h1>
+ {{ if ne .Type "page" }}
+ {{ if and $.Site.Params.posts.showDate $.Site.Params.posts.showAuthor }}
+ <p class="card__header__date date">
+ {{ dateFormat $.Site.Params.posts.dateFormat .Date }} By {{ $.Params.author }}.
+ </p>
+ {{ else if $.Site.Params.posts.showDate }}
+ <p class="card__header__date date">{{ dateFormat $.Site.Params.posts.dateFormat .Date }}</p>
+ {{ else if $.Site.Params.posts.showAuthor }}
+ <p class="card__header__author author">By {{ $.Params.author }}.</p>
+ {{ end }}
+ {{ end }}
+ </header>
+
+ <main class="card__body">
+ {{ .Content | truncate 480 }}
+ </main>
+
+ <footer class="card__footer">
+ {{ .Render "tags" }}
+ </footer>
+</article> \ No newline at end of file
diff --git a/themes/terrassa/layouts/_default/list.html b/themes/terrassa/layouts/_default/list.html
new file mode 100644
index 0000000..c01a3b6
--- /dev/null
+++ b/themes/terrassa/layouts/_default/list.html
@@ -0,0 +1,11 @@
+{{ define "main" }}
+<main class="content">
+ {{ $paginator := .Paginate (where .Data.Pages.ByDate.Reverse "Type" "posts") }}
+
+ {{ range $paginator.Pages }}
+ {{ .Render "card" }}
+ {{ end }}
+
+ {{ template "_internal/pagination.html" . }}
+</main>
+{{ end }} \ No newline at end of file
diff --git a/themes/terrassa/layouts/_default/single.html b/themes/terrassa/layouts/_default/single.html
new file mode 100644
index 0000000..f6b15ae
--- /dev/null
+++ b/themes/terrassa/layouts/_default/single.html
@@ -0,0 +1,31 @@
+{{ define "main" }}
+<article class="post">
+ <header class="post__header">
+ <h1 class="post__title">{{ .Title }}</h1>
+ {{ if .Description }}
+ <p class="post__subtitle">{{ .Description }}</p>
+ {{ end }}
+ {{ if ne .Type "page" }}
+ {{ if and $.Site.Params.posts.showDate $.Site.Params.posts.showAuthor }}
+ <p class="post__date date">
+ {{ dateFormat $.Site.Params.posts.dateFormat .Date }} By {{ $.Params.author }}.
+ </p>
+ {{ else if $.Site.Params.posts.showDate }}
+ <p class="post__date date">{{ dateFormat $.Site.Params.posts.dateFormat .Date }}</p>
+ {{ else if $.Site.Params.posts.showAuthor }}
+ <p class="post__author author">By {{ $.Params.author }}.</p>
+ {{ end }}
+ {{ end }}
+ </header>
+
+ <main class="post__body">
+ {{ .Content }}
+ </main>
+
+ {{ if ne .Type "page" }}
+ <footer class="post__footer">
+ {{ .Render "tags" }}
+ </footer>
+ {{ end }}
+</article>
+{{ end }} \ No newline at end of file
diff --git a/themes/terrassa/layouts/_default/tags.html b/themes/terrassa/layouts/_default/tags.html
new file mode 100644
index 0000000..4618ae3
--- /dev/null
+++ b/themes/terrassa/layouts/_default/tags.html
@@ -0,0 +1,12 @@
+{{ if and $.Site.Params.posts.showTags .Params.Tags }}
+<ul class="tags">
+ {{ range .Params.Tags }}
+ {{ $url := printf "%stags/%s/" $.Site.BaseURL . }}
+ <li class="tags__tag">
+ <a href="{{ $url }}" class="tag__link" alt="{{ . }}.">
+ #{{ . }}
+ </a>
+ </li>
+ {{ end }}
+</ul>
+{{ end }}
diff --git a/themes/terrassa/layouts/contact/list.html b/themes/terrassa/layouts/contact/list.html
new file mode 100644
index 0000000..83b7402
--- /dev/null
+++ b/themes/terrassa/layouts/contact/list.html
@@ -0,0 +1,46 @@
+{{ define "main" }}
+<main class="contact">
+ <h1 class="contact__title">{{ .Title }}</h1>
+ <p class="contact__content">{{ .Description }}</p>
+
+ {{ if $.Site.Params.form.netlify }}
+ <form name="contact" method="POST" data-netlify="true" class="contact__form" id="contactForm">
+ {{ else }}
+ <form action="{{ $.Site.Params.form.action }}" method="{{ lower $.Site.Params.form.method }}" class="contact__form"
+ id="contactForm">
+ {{ end }}
+
+ <!-- Name -->
+ <div class="contact__field contact__field--name">
+ <label for="{{ $.Site.Params.form.inputNameName }}">{{ $.Site.Params.form.inputNameLabel }}</label>
+ <input type="text" name="{{ $.Site.Params.form.inputNameName }}" placeholder="{{ $.Site.Params.form.inputNamePlaceholder }}"
+ class="contact__form__input contact__form__name" id="{{ $.Site.Params.form.inputNameName }}"
+ aria-labelledby="{{ $.Site.Params.form.inputNameName }}" required>
+ </div>
+
+ <!-- Email -->
+ <div class="contact__field contact__field--email">
+ <label for="{{ $.Site.Params.form.inputEmailName }}">{{ $.Site.Params.form.inputEmailLabel }}</label>
+ <input type="email" name="{{ $.Site.Params.form.inputEmailName }}" placeholder="{{ $.Site.Params.form.inputEmailPlaceholder }}"
+ class="contact__form__input contact__form__email" id="{{ $.Site.Params.form.inputEmailName }}"
+ aria-labelledby="{{ $.Site.Params.form.InputEmailName }}" required>
+ </div>
+
+ <!-- Message -->
+ <div class="contact__field contact__field--msg">
+ <label for="{{ $.Site.Params.form.inputMsgName }}">{{ $.Site.Params.form.inputMsgLabel }}</label>
+ <textarea name="{{ $.Site.Params.form.inputMsgName }}" id="{{ $.Site.Params.form.inputMsgName }}" form="contactForm"
+ maxlength="{{ $.Site.Params.form.inputMsgLength }}" id="{{ $.Site.Params.form.inputMsgName }}"
+ arial-labelledby="{{ $.Site.Params.form.InputMsgName }}" required></textarea>
+ </div>
+
+ <!-- Submit -->
+ <div class="contact__field contact__field--submit">
+ <button type="submit" class="ripple-btn submit" onclick="cleanForm" aria-label="{{ $.Site.Params.form.inputSubmitValue }}">
+ {{ $.Site.Params.form.inputSubmitValue }}
+ </button>
+ </div>
+
+ </form>
+</main>
+{{ end }} \ No newline at end of file
diff --git a/themes/terrassa/layouts/index.html b/themes/terrassa/layouts/index.html
new file mode 100644
index 0000000..8575e89
--- /dev/null
+++ b/themes/terrassa/layouts/index.html
@@ -0,0 +1,4 @@
+{{ define "main" }}
+{{ partial "hero.html" . }}
+{{ partial "sections.html" . }}
+{{ end }} \ No newline at end of file
diff --git a/themes/terrassa/layouts/partials/cta-btn.html b/themes/terrassa/layouts/partials/cta-btn.html
new file mode 100644
index 0000000..1d7b73f
--- /dev/null
+++ b/themes/terrassa/layouts/partials/cta-btn.html
@@ -0,0 +1,4 @@
+<a href="{{ $.Site.BaseURL }}{{ $.Site.Params.cta.link }}" class="ripple-btn cta__btn" alt="{{ $.Site.Params.cta.cta }}"
+ aria-label="{{ $.Site.Params.cta.cta }}}">
+ {{ .Site.Params.cta.cta }}
+</a> \ No newline at end of file
diff --git a/themes/terrassa/layouts/partials/footer.html b/themes/terrassa/layouts/partials/footer.html
new file mode 100644
index 0000000..b2b27bc
--- /dev/null
+++ b/themes/terrassa/layouts/partials/footer.html
@@ -0,0 +1,66 @@
+<footer class="footer">
+ {{ if $.Site.Params.social }}
+ {{ $items := $.Site.Params.social }}
+ {{ $len := (len $items) }}
+
+ {{ if gt $len 0 }}
+ <div class="footer__social">
+ {{ range $k, $v := $items }}
+ {{ if $v}}
+ <a href="{{ $v }}" class="footer__social__link" alt="{{ $k }}" target="_blank" aria-label="{{ $v }}" rel="noopener">
+ <span>
+ <i class="fab fa-{{ $k }}"></i>
+ </span>
+ </a>
+ {{ end }}
+ {{ end }}
+ </div>
+ {{ end }}
+ {{ end }}
+
+ <address class="footer__contact">
+ {{ if $.Site.Params.contact.email }}
+ <p class="footer__contact__item">
+ <span><i class="far fa-envelope"></i></span>
+ <a href="mailto:{{ $.Site.Params.contact.email}}" class="footer__contact__link" alt="Email">
+ {{ $.Site.Params.contact.email }}
+ </a>
+ </p>
+ {{ end }}
+
+ {{ if $.Site.Params.contact.phone }}
+ <p class="footer__contact__item">
+ <span><i class="fas fa-phone"></i></span>
+ <a href="tel:{{ $.Site.Params.contact.phone }}" class="footer__contact__link" alt="Phone">
+ {{ $.Site.Params.contact.phone }}
+ </a>
+ </p>
+ {{ end }}
+
+ {{ if $.Site.Params.contact.skype }}
+ <p class="footer__contact__item">
+ <span><i class="fab fa-skype"></i></span>
+ <a href="skype:{{ $.Site.Params.contact.skype }}" class="footer__contact__link" alt="Skype">
+ {{ $.Site.Params.contact.skype }}
+ </a>
+ </p>
+ {{ end }}
+
+ {{ if $.Site.Params.contact.address }}
+ <p class="footer__contact__item">
+ <span><i class="fas fa-map-marker-alt"></i></span>
+ {{ $.Site.Params.contact.address }}
+ </p>
+ {{ end }}
+ </address>
+
+ <div class="copy">
+ {{ if $.Site.Params.copy.copy }}
+ <p>{{ $.Site.Params.copy.copy }}</p>
+ {{ else }}
+ <p>© {{ now.Format "2006" }} - {{ $.Site.Title }}</p>
+ {{ end }}
+ </div>
+
+ {{ partial "scripts.html" . }}
+</footer> \ No newline at end of file
diff --git a/themes/terrassa/layouts/partials/hamburger-menu.html b/themes/terrassa/layouts/partials/hamburger-menu.html
new file mode 100644
index 0000000..40a9ad8
--- /dev/null
+++ b/themes/terrassa/layouts/partials/hamburger-menu.html
@@ -0,0 +1,18 @@
+<nav class="hamburger-menu" aria-label="mobile-menu">
+ <div class="toggle">
+ <input type="checkbox" class="hamburger__toggle" id="hamburgerToggle" name="hamburger toggle" aria-label="Hamburguer menu">
+ <label class="hamburger__toggle__icon" for="hamburgerToggle">
+ <i class="fas fa-bars"></i>
+ </label>
+
+ <ul class="hamburger__items" aria-label="mobile-menu">
+ {{ range .Site.Menus.main }}
+ <li class="hamburger__items__item" aria-label="{{ .Name }}">
+ <a href="{{ .URL }}" class="hamburger__items__item__link" alt="{{ .Name }}" role="menuitem">
+ {{ .Name }}
+ </a>
+ </li>
+ {{ end }}
+ </ul>
+ </div>
+</nav> \ No newline at end of file
diff --git a/themes/terrassa/layouts/partials/head.html b/themes/terrassa/layouts/partials/head.html
new file mode 100644
index 0000000..a2885d2
--- /dev/null
+++ b/themes/terrassa/layouts/partials/head.html
@@ -0,0 +1,21 @@
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="robots" content="index, follow">
+ <meta name="googlebot" content="index, follow, noarchive">
+ <title>{{ .Site.Title }} - {{ .Title }}</title>
+ <link rel="icon" href="{{ $.Site.BaseURL }}{{ $.Site.Params.favicon }}">
+ <meta name="description" content="{{ $.Site.Params.description }}">
+
+ {{ .Hugo.Generator }}
+
+ {{ if .Site.GoogleAnalytics }}
+ {{ template "_internal/google_analytics.html" . }}
+ {{ end }}
+
+ {{ template "_internal/twitter_cards.html" . }}
+ {{ template "_internal/opengraph.html" . }}
+
+ <!-- CSS -->
+ {{ partial "styles.html" . }}
+</head> \ No newline at end of file
diff --git a/themes/terrassa/layouts/partials/header.html b/themes/terrassa/layouts/partials/header.html
new file mode 100644
index 0000000..73142ae
--- /dev/null
+++ b/themes/terrassa/layouts/partials/header.html
@@ -0,0 +1,14 @@
+<header class="header">
+ <div class="header__title">
+ <a href="{{ $.Site.BaseURL }}" class="header__title__link" alt="Home">
+ {{ if $.Site.Params.logo }}
+ <img src="{{ $.Site.BaseURL }}{{ $.Site.Params.logo }}" class="header__title__logo" alt="{{ $.Site.Title }}">
+ {{ else }}
+ {{ $.Site.Title }}
+ {{ end }}
+ </a>
+ </div>
+
+ {{ partial "menu.html" . }}
+ {{ partial "hamburger-menu.html" . }}
+</header>
diff --git a/themes/terrassa/layouts/partials/hero.html b/themes/terrassa/layouts/partials/hero.html
new file mode 100644
index 0000000..138d674
--- /dev/null
+++ b/themes/terrassa/layouts/partials/hero.html
@@ -0,0 +1,10 @@
+<main class="hero" {{ if $.Params.images }} style="background-image: url('{{ $.Site.BaseURL }}images/{{ print (index $.Params.images 0) }}');"
+ {{ end }}>
+ <div class="hero__caption" {{ if $.Site.Params.hero.textColor }} style="color: {{ $.Site.Params.hero.textColor }};"
+ {{ end }}>
+ {{ .Content }}
+ {{ if .Site.Params.cta.show }}
+ {{ partial "cta-btn.html" . }}
+ {{ end }}
+ </div>
+</main> \ No newline at end of file
diff --git a/themes/terrassa/layouts/partials/menu.html b/themes/terrassa/layouts/partials/menu.html
new file mode 100644
index 0000000..abfb92b
--- /dev/null
+++ b/themes/terrassa/layouts/partials/menu.html
@@ -0,0 +1,13 @@
+<nav class="menu" aria-label="menu">
+ <ul class="menu__items" aria-label="menu">
+ {{ $current := . }}
+ {{ range .Site.Menus.main }}
+ <li class="menu__items__item" aria-label="{{ .Name }}">
+ <a href="{{ .URL }}" class="menu__items__item__link {{ if $current.IsMenuCurrent "main" . }}active{{ end }}"
+ alt="{{ .Name }}" role="menuitem">
+ {{ .Name }}
+ </a>
+ </li>
+ {{ end }}
+ </ul>
+</nav> \ No newline at end of file
diff --git a/themes/terrassa/layouts/partials/scripts.html b/themes/terrassa/layouts/partials/scripts.html
new file mode 100644
index 0000000..46beb79
--- /dev/null
+++ b/themes/terrassa/layouts/partials/scripts.html
@@ -0,0 +1,8 @@
+{{ $header := resources.Get "js/header.js" }}
+{{ $form := resources.Get "js/form.js" }}
+{{ $bundle := slice $header $form | resources.Concat "js/bundle.js" }}
+{{ $js := $bundle | resources.Minify | resources.Fingerprint "sha512" }}
+
+<script src="{{ $js.Permalink }}"></script>
+<script defer src="https://use.fontawesome.com/releases/v5.6.1/js/all.js" integrity="sha384-R5JkiUweZpJjELPWqttAYmYM1P3SNEJRM6ecTQF05pFFtxmCO+Y1CiUhvuDzgSVZ"
+ crossorigin="anonymous"></script> \ No newline at end of file
diff --git a/themes/terrassa/layouts/partials/section.html b/themes/terrassa/layouts/partials/section.html
new file mode 100644
index 0000000..ef05877
--- /dev/null
+++ b/themes/terrassa/layouts/partials/section.html
@@ -0,0 +1,6 @@
+<section class="section">
+ <h1 class="section__title">{{ .Title }}</h1>
+ <div class="section__content">
+ {{ .Content }}
+ </div>
+</section> \ No newline at end of file
diff --git a/themes/terrassa/layouts/partials/sections.html b/themes/terrassa/layouts/partials/sections.html
new file mode 100644
index 0000000..6d4cfc3
--- /dev/null
+++ b/themes/terrassa/layouts/partials/sections.html
@@ -0,0 +1,10 @@
+{{ $items := (where $.Site.RegularPages "Type" "sections") }}
+{{ $len := (len $items) }}
+
+{{ range $i, $e := $items }}
+{{ partial "section.html" .}}
+
+{{ if ne (add $i 1) $len }}
+{{ partial "separator.html" . }}
+{{ end }}
+{{ end}} \ No newline at end of file
diff --git a/themes/terrassa/layouts/partials/separator.html b/themes/terrassa/layouts/partials/separator.html
new file mode 100644
index 0000000..e890b22
--- /dev/null
+++ b/themes/terrassa/layouts/partials/separator.html
@@ -0,0 +1,3 @@
+<div class="separator">
+ <i class="fas fa-circle"></i>
+</div> \ No newline at end of file
diff --git a/themes/terrassa/layouts/partials/styles.html b/themes/terrassa/layouts/partials/styles.html
new file mode 100644
index 0000000..4dd5827
--- /dev/null
+++ b/themes/terrassa/layouts/partials/styles.html
@@ -0,0 +1,9 @@
+{{ $reset := resources.Get "css/reset.css" }}
+{{ $base := resources.Get "css/base.css" }}
+{{ $style := resources.Get "css/style.css" }}
+{{ $media := resources.Get "css/media-queries.css" }}
+{{ $animations := resources.Get "css/animations.css" }}
+{{ $bundle := slice $reset $base $style $media $animations | resources.Concat "css/bundle.css" }}
+{{ $css := $bundle | resources.Minify | resources.Fingerprint "sha512" }}
+
+<link rel="stylesheet" href="{{ $css.Permalink }}"> \ No newline at end of file
diff --git a/themes/terrassa/makefile b/themes/terrassa/makefile
new file mode 100644
index 0000000..6f35a8a
--- /dev/null
+++ b/themes/terrassa/makefile
@@ -0,0 +1,29 @@
+IMAGE_NAME=terrassa
+APP_NAME=terrassa
+IMAGE_PORT=80
+HOST_PORT=80
+HUGO_SITE=exampleSite
+HUGO_BASE_URL=https://danielkvist.github.io/terrassa/
+
+build:
+ cd ./$(HUGO_SITE) && hugo
+build-min:
+ cd ./$(HUGO_SITE) && hugo --minify
+build-deploy:
+ cd ./$(HUGO_SITE) && hugo --minify --baseURL="$(HUGO_BASE_URL)"
+server:
+ cd ./$(HUGO_SITE) && hugo server -w
+server-draft:
+ cd ./$(HUGO_SITE) && hugo server -w -D
+docker:
+ docker image build --build-arg HUGO_SITE=$(HUGO_SITE) --build-arg EXPOSE=$(IMAGE_PORT) -t $(IMAGE_NAME) .
+docker-nc:
+ docker image build --build-arg HUGO_SITE=$(HUGO_SITE) --build-arg EXPOSE=$(IMAGE_PORT) --no-cache -t $(IMAGE_NAME) .
+run:
+ docker container run -d -p $(IMAGE_PORT):$(HOST_PORT) --name $(APP_NAME) $(IMAGE_NAME)
+stop:
+ docker container stop $(APP_NAME)
+rm:
+ docker container rm $(APP_NAME)
+clean:
+ docker container stop $(APP_NAME) && docker container rm $(APP_NAME) && docker image rm $(IMAGE_NAME) && cd ./$(HUGO_SITE) && rm -rf ./public
diff --git a/themes/terrassa/static/favicon.ico b/themes/terrassa/static/favicon.ico
new file mode 100644
index 0000000..3669333
--- /dev/null
+++ b/themes/terrassa/static/favicon.ico
Binary files differ
diff --git a/themes/terrassa/static/images/undraw_freelancer_b0my.svg b/themes/terrassa/static/images/undraw_freelancer_b0my.svg
new file mode 100644
index 0000000..5c94559
--- /dev/null
+++ b/themes/terrassa/static/images/undraw_freelancer_b0my.svg
@@ -0,0 +1 @@
+<svg id="95c6c890-4df0-4047-9b20-53c1698e0703" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1139.67" height="810.43" viewBox="0 0 1139.67 810.43"><defs><linearGradient id="27534bda-5ea1-4910-bcb7-b6f2fadd52ae" x1="685.66" y1="732.28" x2="685.66" y2="530.49" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="gray" stop-opacity="0.25"/><stop offset="0.54" stop-color="gray" stop-opacity="0.12"/><stop offset="1" stop-color="gray" stop-opacity="0.1"/></linearGradient></defs><title>freelancer</title><ellipse cx="509" cy="689.93" rx="509" ry="120.5" fill="#6c63ff" opacity="0.1"/><path d="M154.69,406.21S202.1,453.62,175.34,524s45.88,187.34,45.88,187.34-.78-.11-2.22-.37C121.63,693.76,73.24,582.4,127.39,499.66,147.52,468.9,164,432.82,154.69,406.21Z" transform="translate(-30.16 -44.79)" fill="#6c63ff"/><path d="M154.69,406.21s26.76,58.11,0,105.52S150.1,692.2,221.22,711.32" transform="translate(-30.16 -44.79)" fill="none" stroke="#535461" stroke-miterlimit="10" stroke-width="2"/><path d="M70.25,598s54.1-8.62,59,39.87,104,55.2,104,55.2-.65.44-1.86,1.24C149.63,748,71.41,728.49,83.2,657.17,87.58,630.65,87.23,604,70.25,598Z" transform="translate(-30.16 -44.79)" fill="#6c63ff"/><path d="M70.25,598s54.1-8.62,59,39.87,104,55.2,104,55.2-.65.44-1.86,1.24C149.63,748,71.41,728.49,83.2,657.17,87.58,630.65,87.23,604,70.25,598Z" transform="translate(-30.16 -44.79)" fill="#f5f5f5" opacity="0.2"/><path d="M70.25,598s42,9.22,38.54,47.4,62.36,84,124.51,47.67" transform="translate(-30.16 -44.79)" fill="none" stroke="#535461" stroke-miterlimit="10" stroke-width="2"/><path d="M1168.59,405.63c-6.95,34.06-42.63,51.14-62.62,76.55-37.67,47.89-23,117.84.9,173.86,8,18.76,17.08,38.61,13.69,58.72-4.13,24.6-26.08,42.58-49.13,52.12-42,17.37-92.3,13.23-130.91-10.79-33.36-20.75-57.26-54.51-91.19-74.32-56.79-33.15-129.07-20.63-190.74,2.21-43.62,16.15-91.32,37.17-134.67,20.28-30.5-11.88-51.59-40.8-63.08-71.45-5.54-14.8-9.57-30.82-20.16-42.55-6.3-7-14.52-11.93-22.93-16.1-76.88-38.12-174-17.7-248.63-60-50.42-28.55-82.71-82.4-97-138.56s-12.63-115-9-172.88c2.58-41.1,7.21-85,33.47-116.7C124.37,52.49,172,40,215.14,46.39s82.15,29.11,116.52,55.88c43,33.47,82.78,75.13,135.51,88.69,35.91,9.23,73.68,4.18,110.72,2.43,61.92-2.92,123.86,3.58,185.43,10.7,30,3.47,60.1,7.11,89.84,12.39q10,1.77,20,3.81,5,1,10,2.14c2.6.57,5.19,1.17,7.78,1.78q6.13,1.44,12.22,3c11.66,3,23.21,6.45,34.64,10.35,39.74,13.57,71.6,38.2,109.13,55.41,24.46,11.22,51.13,14.32,74.29,28.6C1149.75,339.19,1175.9,369.81,1168.59,405.63Z" transform="translate(-30.16 -44.79)" fill="#6c63ff" opacity="0.1"/><path d="M636.3,688.77s41.1-3.26,52.93,10.88,54.06,46.56,36.63,53.78-111-21.61-111-21.61Z" transform="translate(-30.16 -44.79)" fill="#ffb9b9"/><path d="M467.33,196.56a21.43,21.43,0,0,0-17.48-19.49c-6.26-1-13.25.77-18.63-2.6-2.43-1.53-4.17-3.92-6.13-6-7.68-8.21-19.21-12-30.45-12.33s-22.32,2.39-33.12,5.5c-21.56,6.21-44.34,15.32-55.81,34.6-17.44,29.35-1.35,68.91-15.14,100.14-6,13.64-17.44,24.78-21.16,39.22-5,19.29,4.86,38.86,12.45,57.28a273.18,273.18,0,0,1,15.44,51.2c3.05,15.48,4.75,31.57,1.31,47-1.51,6.75-4,13.62-2.66,20.4,2,10.26,11.92,16.73,20.94,22l2.35,1.38c13,7.6,26.37,15.36,41.26,17.24,9.25,1.16,19-.12,27-4.85s14.09-13.17,14.77-22.46c.76-10.51-5.09-20.35-6.35-30.82a9.37,9.37,0,0,1,.35-4.72c.83-2,2.76-3.29,4.54-4.53,25.64-17.88,39.39-51.34,33.72-82.08-3.86-20.94-15.86-41.76-10.05-62.25,3.21-11.32,11.48-20.49,16.12-31.3a52.54,52.54,0,0,0,1.72-36.42c-2.65-8.26-7.45-16.51-5.8-25,2.91-15.08,23-19.89,30.59-33.25,5.63-9.94,2.3-24-7.2-30.32" transform="translate(-30.16 -44.79)" fill="#b96b6b"/><path d="M467.33,196.56a21.43,21.43,0,0,0-17.48-19.49c-6.26-1-13.25.77-18.63-2.6-2.43-1.53-4.17-3.92-6.13-6-7.68-8.21-19.21-12-30.45-12.33s-22.32,2.39-33.12,5.5c-21.56,6.21-44.34,15.32-55.81,34.6-17.44,29.35-1.35,68.91-15.14,100.14-6,13.64-17.44,24.78-21.16,39.22-5,19.29,4.86,38.86,12.45,57.28a273.18,273.18,0,0,1,15.44,51.2c3.05,15.48,4.75,31.57,1.31,47-1.51,6.75-4,13.62-2.66,20.4,2,10.26,11.92,16.73,20.94,22l2.35,1.38c13,7.6,26.37,15.36,41.26,17.24,9.25,1.16,19-.12,27-4.85s14.09-13.17,14.77-22.46c.76-10.51-5.09-20.35-6.35-30.82a9.37,9.37,0,0,1,.35-4.72c.83-2,2.76-3.29,4.54-4.53,25.64-17.88,39.39-51.34,33.72-82.08-3.86-20.94-15.86-41.76-10.05-62.25,3.21-11.32,11.48-20.49,16.12-31.3a52.54,52.54,0,0,0,1.72-36.42c-2.65-8.26-7.45-16.51-5.8-25,2.91-15.08,23-19.89,30.59-33.25,5.63-9.94,2.3-24-7.2-30.32" transform="translate(-30.16 -44.79)" opacity="0.1"/><polygon points="478.5 675.93 263.5 675.93 263.5 560.93 383.5 606.93 478.5 560.93 478.5 675.93" fill="#777b9b"/><polygon points="478.5 675.93 263.5 675.93 263.5 560.93 383.5 606.93 478.5 560.93 478.5 675.93" opacity="0.1"/><path d="M482.66,731.77s-39,9.32-43,26.4,23,15.53,23,15.53,38-7.77,43-38.83S482.66,731.77,482.66,731.77Z" transform="translate(-30.16 -44.79)" fill="#ffb9b9"/><path d="M482.66,731.77s-39,9.32-43,26.4,23,15.53,23,15.53,38-7.77,43-38.83S482.66,731.77,482.66,731.77Z" transform="translate(-30.16 -44.79)" opacity="0.1"/><path d="M377.93,783.83s-36.77,2.39-37.27,32.22c-.07,4,38.3,5.16,83.85-19.33s48.65-27.07,48.65-27.07-17.6-28.36-30-32.22S377.93,783.83,377.93,783.83Z" transform="translate(-30.16 -44.79)" fill="#cbcdda"/><path d="M162.66,669.71s-42,35,36,84,153,40,153,40,81.36-9.63,93.68-47.82-60.68-70.18-60.68-70.18-80,0-116-23S162.66,669.71,162.66,669.71Z" transform="translate(-30.16 -44.79)" fill="#777b9b"/><path d="M389.66,609.71s36,21,85,0c37.7-16.16,120.4-9.82,156.53-6,16.94,1.77,31.45,13.44,36.08,29.83,3.78,13.37,1,29.8-21.62,45.2-50,34-85,44-98,58s-50,21-50,21-47-7-47-17,43-59,43-59-63,58-128-20S389.66,609.71,389.66,609.71Z" transform="translate(-30.16 -44.79)" fill="#777b9b"/><path d="M371.66,468.71l-127-87s60.92-41.31,66.15-78.23a30,30,0,0,0-4.15-20.77c-25-40,88,0,88,0a236.25,236.25,0,0,0,4.25,31c4.91,24.35,15.27,56.78,36.75,73C472.66,414.71,371.66,468.71,371.66,468.71Z" transform="translate(-30.16 -44.79)" fill="#ffb9b9"/><path d="M398.91,313.67a74.06,74.06,0,0,1-88.1-10.19,30,30,0,0,0-4.15-20.77c-25-40,88,0,88,0A236.25,236.25,0,0,0,398.91,313.67Z" transform="translate(-30.16 -44.79)" opacity="0.1"/><circle cx="331.5" cy="202.93" r="74" fill="#ffb9b9"/><path d="M407.66,345.71s-15,88-40,83-103-93-103-93-81,27-68,93,26,122-1,143-44,119-44,119,86-36,131-22,91,7,102-6,27-41,27-41-23-34-12-51,25-18,33-66,71-65,59-92S456.66,345.71,407.66,345.71Z" transform="translate(-30.16 -44.79)" opacity="0.1"/><path d="M407.66,341.71s-15,88-40,83-103-93-103-93-81,27-68,93,26,122-1,143-44,119-44,119,86-36,131-22,91,7,102-6,27-41,27-41-23-34-12-51,25-18,33-66,71-65,59-92S456.66,341.71,407.66,341.71Z" transform="translate(-30.16 -44.79)" fill="#cbcdda"/><path d="M467.66,702.71s40-10,54,2,61,37,45,47-113-3-113-3Z" transform="translate(-30.16 -44.79)" fill="#ffb9b9"/><g opacity="0.05"><path d="M357.66,424.71a10.68,10.68,0,0,0,6.87-1c-27.78-10.72-99.87-92-99.87-92s-2.84.95-7.38,2.92C271.06,349.94,335.39,420.26,357.66,424.71Z" transform="translate(-30.16 -44.79)"/><path d="M481.66,408.71c27.58-10.61-51,44-59,92s-22,49-33,66,12,51,12,51-16,28-27,41c-6.3,7.45-24.09,12.91-46.59,13.6,27.14.86,49.38-5.09,56.59-13.6,11-13,27-41,27-41s-23-34-12-51,25-18,33-66S475.16,411.21,481.66,408.71Z" transform="translate(-30.16 -44.79)"/><path d="M152.43,682.54c-.51,2.67-.77,4.18-.77,4.18s55.92-23.41,101.18-25.13C217.91,660.14,172.77,675,152.43,682.54Z" transform="translate(-30.16 -44.79)"/></g><path d="M484.66,403.71s9,1,18,48,44,92,44,92a217.87,217.87,0,0,1,32,61c12,36,65.5,83.5,84.5,85.5,0,0-36.5,36.5-32.5,46.5s-4,0-4,0-50-19-61-50-59-81-59-81-64-124-67-144S484.66,403.71,484.66,403.71Z" transform="translate(-30.16 -44.79)" fill="#cbcdda"/><path d="M209.16,572.21s77,9,94,33,95.75-13.94,95.75-13.94" transform="translate(-30.16 -44.79)" opacity="0.1"/><path d="M284.66,435.71s33,121,45,136,105,138,149,130c0,0-13,56-22,58,0,0-91-90-122-89,0,0-57-47-63-70s-54-98-54-98-24-53-14-76S266.66,413.71,284.66,435.71Z" transform="translate(-30.16 -44.79)" opacity="0.1"/><path d="M285.66,433.71s33,121,45,136,105,138,149,130c0,0-13,56-22,58,0,0-91-90-122-89,0,0-57-47-63-70s-54-98-54-98-24-53-14-76S267.66,411.71,285.66,433.71Z" transform="translate(-30.16 -44.79)" fill="#cbcdda"/><path d="M415.33,177.56a21.43,21.43,0,0,0-17.48-19.49c-6.26-1-13.25.77-18.63-2.6-2.43-1.53-4.17-3.92-6.13-6-7.68-8.21-19.21-12-30.45-12.33s-22.32,2.39-33.12,5.5c-21.56,6.21-44.34,15.32-55.81,34.6-17.44,29.35-1.35,68.91-15.14,100.14-6,13.64-17.44,24.78-21.16,39.22-5,19.29,4.86,38.86,12.45,57.28a273.18,273.18,0,0,1,15.44,51.2c3.05,15.48,4.75,31.57,1.31,47-1.51,6.75-4,13.62-2.66,20.4,2,10.26,11.92,16.73,20.94,22l2.35,1.38c13,7.6,26.37,15.36,41.26,17.24,9.25,1.16,19-.12,27-4.85s14.09-13.17,14.77-22.46c.76-10.51-5.09-20.35-6.35-30.82a9.37,9.37,0,0,1,.35-4.72c.83-2,2.76-3.29,4.54-4.53,25.64-17.88,39.39-51.34,33.72-82.08-3.86-20.94-15.86-41.76-10.05-62.25,3.21-11.32,11.48-20.49,16.12-31.3a52.54,52.54,0,0,0,1.72-36.42c-2.65-8.26-7.45-16.51-5.8-25,2.91-15.08,23-19.89,30.59-33.25,5.63-9.94,2.3-24-7.2-30.32" transform="translate(-30.16 -44.79)" opacity="0.1"/><path d="M413.33,176.56a21.43,21.43,0,0,0-17.48-19.49c-6.26-1-13.25.77-18.63-2.6-2.43-1.53-4.17-3.92-6.13-6-7.68-8.21-19.21-12-30.45-12.33s-22.32,2.39-33.12,5.5c-21.56,6.21-44.34,15.32-55.81,34.6-17.44,29.35-1.35,68.91-15.14,100.14-6,13.64-17.44,24.78-21.16,39.22-5,19.29,4.86,38.86,12.45,57.28a273.18,273.18,0,0,1,15.44,51.2c3.05,15.48,4.75,31.57,1.31,47-1.51,6.75-4,13.62-2.66,20.4,2,10.26,11.92,16.73,20.94,22l2.35,1.38c13,7.6,26.37,15.36,41.26,17.24,9.25,1.16,19-.12,27-4.85s14.09-13.17,14.77-22.46c.76-10.51-5.09-20.35-6.35-30.82a9.37,9.37,0,0,1,.35-4.72c.83-2,2.76-3.29,4.54-4.53,25.64-17.88,39.39-51.34,33.72-82.08-3.86-20.94-15.86-41.76-10.05-62.25,3.21-11.32,11.48-20.49,16.12-31.3a52.54,52.54,0,0,0,1.72-36.42c-2.65-8.26-7.45-16.51-5.8-25,2.91-15.08,23-19.89,30.59-33.25,5.63-9.94,2.3-24-7.2-30.32" transform="translate(-30.16 -44.79)" fill="#b96b6b"/><path d="M481.36,812a11.67,11.67,0,0,0,3.83-5.78c.5-2.3-.48-5.05-2.68-5.89-2.46-.94-5.09.76-7.08,2.49s-4.28,3.69-6.89,3.32a10.48,10.48,0,0,0,3.24-9.81,4.1,4.1,0,0,0-.9-2c-1.37-1.46-3.84-.83-5.48.32-5.2,3.66-6.65,10.72-6.68,17.08-.52-2.29-.08-4.68-.1-7s-.66-5-2.64-6.22a8,8,0,0,0-4-.95c-2.34-.09-4.94.15-6.54,1.86-2,2.12-1.47,5.69.26,8s4.35,3.8,6.77,5.42a15,15,0,0,1,4.84,4.61,4.57,4.57,0,0,1,.36.82H472.3A40.83,40.83,0,0,0,481.36,812Z" transform="translate(-30.16 -44.79)" fill="#6c63ff"/><rect x="585" y="227.43" width="318" height="22" fill="#6c63ff" opacity="0.1"/><rect x="585" y="322.43" width="318" height="22" fill="#6c63ff" opacity="0.1"/><rect x="585" y="421.43" width="318" height="22" fill="#6c63ff" opacity="0.1"/><rect x="613" y="170.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="613" y="179.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="613" y="210.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="643" y="170.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="643" y="179.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="643" y="210.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="673" y="170.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="673" y="179.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="673" y="210.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="703" y="170.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="703" y="179.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="703" y="210.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="733" y="170.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="733" y="179.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="733" y="210.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="763" y="170.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="763" y="179.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="763" y="210.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="793" y="170.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="793" y="179.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="793" y="210.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="825.16" y="409.21" width="20" height="57" transform="translate(-137.76 375.95) rotate(-26.63)" fill="#6c63ff" opacity="0.1"/><rect x="817.32" y="420.07" width="20" height="4" transform="translate(-131.58 370.77) rotate(-26.63)" fill="#6c63ff" opacity="0.1"/><rect x="831.21" y="447.78" width="20" height="4" transform="translate(-142.53 379.94) rotate(-26.63)" fill="#6c63ff" opacity="0.1"/><rect x="613" y="266.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="613" y="275.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="613" y="306.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="643" y="266.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="643" y="275.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="643" y="306.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="673" y="266.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="673" y="275.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="673" y="306.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="798" y="266.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="798" y="275.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="798" y="306.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="828" y="266.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="828" y="275.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="828" y="306.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="858" y="266.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="858" y="275.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="858" y="306.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="613" y="364.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="613" y="373.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="613" y="404.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="643" y="364.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="643" y="373.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="643" y="404.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="673" y="364.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="673" y="373.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="673" y="404.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="703" y="364.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="703" y="373.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="703" y="404.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="733" y="364.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="733" y="373.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="733" y="404.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="763" y="364.43" width="20" height="57" fill="#6c63ff" opacity="0.1"/><rect x="763" y="373.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="763" y="404.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><path d="M873.16,220.29v51.92h-20V216.48Q863.2,218.25,873.16,220.29Z" transform="translate(-30.16 -44.79)" fill="#6c63ff" opacity="0.1"/><rect x="823" y="179.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><rect x="823" y="210.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><path d="M903.16,227.23v45h-20V222.43c2.6.57,5.19,1.17,7.78,1.78Q897.08,225.65,903.16,227.23Z" transform="translate(-30.16 -44.79)" fill="#6c63ff" opacity="0.1"/><path d="M903.16,227.23v1h-20v-4h7.78Q897.08,225.65,903.16,227.23Z" transform="translate(-30.16 -44.79)" fill="#6c63ff" opacity="0.1"/><rect x="853" y="210.43" width="20" height="4" fill="#6c63ff" opacity="0.1"/><circle cx="146.7" cy="161.75" r="37.33" fill="#6c63ff" opacity="0.1"/><circle cx="146.7" cy="161.75" r="31.68" fill="#6c63ff" opacity="0.1"/><circle cx="146.7" cy="161.75" r="2.26" fill="#6c63ff" opacity="0.1"/><line x1="160.28" y1="138" x2="147.82" y2="159.8" fill="none" stroke="#6c63ff" stroke-miterlimit="10" opacity="0.1"/><line x1="160.84" y1="169.11" x2="148.74" y2="162.74" fill="none" stroke="#6c63ff" stroke-miterlimit="10" opacity="0.1"/><rect x="468.26" y="715.48" width="117.43" height="16.59" rx="6.5" ry="6.5" fill="#535461"/><g opacity="0.7"><rect x="539.73" y="530.49" width="291.85" height="201.8" rx="28.22" ry="28.22" fill="url(#27534bda-5ea1-4910-bcb7-b6f2fadd52ae)"/></g><rect x="544.94" y="534.21" width="276.47" height="198.07" rx="26.84" ry="26.84" fill="#3e3f49"/><rect x="548.77" y="534.21" width="276.47" height="198.07" rx="26.84" ry="26.84" fill="#535461"/><circle cx="699.92" cy="631.88" r="8.93" fill="#e0e0e0"/><path d="M252.72,765.12s-15.88-5.38-23.52,8.61a25.52,25.52,0,0,0,.34,24.57c5,9.07,15.36,20.85,35,19.8,16.62-.89,22.15-13.57,23.65-25.37a26.06,26.06,0,0,0-34.61-27.9Z" transform="translate(-30.16 -44.79)" fill="#6c63ff"/><path d="M232.9,799.56a25.52,25.52,0,0,1-.34-24.57c7.64-14,23.52-8.61,23.52-8.61l.81-.29a25.83,25.83,0,0,1,18.66.42,25.84,25.84,0,0,0-22-2.1l-.81.29s-15.88-5.38-23.52,8.61a25.52,25.52,0,0,0,.34,24.57c3.31,6,8.92,13.11,18,17A39.35,39.35,0,0,1,232.9,799.56Z" transform="translate(-30.16 -44.79)" fill="#fff" opacity="0.1"/><path d="M244.52,771.85s5.89,4.63,20.18,0" transform="translate(-30.16 -44.79)" opacity="0.2"/><path d="M243.26,738.21s10.09,27.33,9.25,34.48l8-.84s-13.46-24-10.09-33.64Z" transform="translate(-30.16 -44.79)" fill="#6c63ff"/><path d="M243.26,738.21s10.09,27.33,9.25,34.48l8-.84s-13.46-24-10.09-33.64Z" transform="translate(-30.16 -44.79)" opacity="0.2"/><path d="M284.45,740.5s-15.88-8.12-23-1.41-8.2,23.86-8.2,23.86S279.16,766.51,284.45,740.5Z" transform="translate(-30.16 -44.79)" fill="#6c63ff"/><path d="M284.45,740.5s-15.88-8.12-23-1.41-8.2,23.86-8.2,23.86S279.16,766.51,284.45,740.5Z" transform="translate(-30.16 -44.79)" fill="#fff" opacity="0.1"/><path d="M253.26,762.95s4.17-19.91,31.19-22.45" transform="translate(-30.16 -44.79)" fill="none" stroke="#6c63ff" stroke-miterlimit="10"/><g opacity="0.1"><path d="M763.55,347.49s-6.06-2.06-9,3.29a9.75,9.75,0,0,0,.13,9.38c1.92,3.46,5.87,8,13.35,7.56,6.35-.34,8.46-5.18,9-9.69a10,10,0,0,0-13.22-10.66Z" transform="translate(-30.16 -44.79)" fill="#6c63ff"/><path d="M756,360.65a9.75,9.75,0,0,1-.13-9.38c2.92-5.34,9-3.29,9-3.29l.31-.11a9.87,9.87,0,0,1,7.13.16,9.87,9.87,0,0,0-8.41-.8l-.31.11s-6.06-2.06-9,3.29a9.75,9.75,0,0,0,.13,9.38,14.57,14.57,0,0,0,6.86,6.49A15,15,0,0,1,756,360.65Z" transform="translate(-30.16 -44.79)" fill="#6c63ff" opacity="0.1"/><path d="M760.42,350.06s2.25,1.77,7.71,0" transform="translate(-30.16 -44.79)" fill="#6c63ff" opacity="0.2"/><path d="M759.93,337.21s3.85,10.44,3.53,13.17l3.05-.32s-5.14-9.15-3.85-12.85Z" transform="translate(-30.16 -44.79)" fill="#6c63ff"/><path d="M759.93,337.21s3.85,10.44,3.53,13.17l3.05-.32s-5.14-9.15-3.85-12.85Z" transform="translate(-30.16 -44.79)" fill="#6c63ff" opacity="0.2"/><path d="M775.67,338.09s-6.07-3.1-8.78-.54-3.13,9.11-3.13,9.11S773.65,348,775.67,338.09Z" transform="translate(-30.16 -44.79)" fill="#6c63ff"/><path d="M775.67,338.09s-6.07-3.1-8.78-.54-3.13,9.11-3.13,9.11S773.65,348,775.67,338.09Z" transform="translate(-30.16 -44.79)" fill="#6c63ff" opacity="0.1"/><path d="M763.75,346.66s1.59-7.6,11.91-8.58" transform="translate(-30.16 -44.79)" fill="#6c63ff"/></g><g opacity="0.1"><path d="M891.55,446.49s-6.06-2.06-9,3.29a9.75,9.75,0,0,0,.13,9.38c1.92,3.46,5.87,8,13.35,7.56,6.35-.34,8.46-5.18,9-9.69a10,10,0,0,0-13.22-10.66Z" transform="translate(-30.16 -44.79)" fill="#6c63ff"/><path d="M884,459.65a9.75,9.75,0,0,1-.13-9.38c2.92-5.34,9-3.29,9-3.29l.31-.11a9.87,9.87,0,0,1,7.13.16,9.87,9.87,0,0,0-8.41-.8l-.31.11s-6.06-2.06-9,3.29a9.75,9.75,0,0,0,.13,9.38,14.57,14.57,0,0,0,6.86,6.49A15,15,0,0,1,884,459.65Z" transform="translate(-30.16 -44.79)" fill="#6c63ff" opacity="0.1"/><path d="M888.42,449.06s2.25,1.77,7.71,0" transform="translate(-30.16 -44.79)" fill="#6c63ff" opacity="0.2"/><path d="M887.93,436.21s3.85,10.44,3.53,13.17l3.05-.32s-5.14-9.15-3.85-12.85Z" transform="translate(-30.16 -44.79)" fill="#6c63ff"/><path d="M887.93,436.21s3.85,10.44,3.53,13.17l3.05-.32s-5.14-9.15-3.85-12.85Z" transform="translate(-30.16 -44.79)" fill="#6c63ff" opacity="0.2"/><path d="M903.67,437.09s-6.07-3.1-8.78-.54-3.13,9.11-3.13,9.11S901.65,447,903.67,437.09Z" transform="translate(-30.16 -44.79)" fill="#6c63ff"/><path d="M903.67,437.09s-6.07-3.1-8.78-.54-3.13,9.11-3.13,9.11S901.65,447,903.67,437.09Z" transform="translate(-30.16 -44.79)" fill="#6c63ff" opacity="0.1"/><path d="M891.75,445.66s1.59-7.6,11.91-8.58" transform="translate(-30.16 -44.79)" fill="#6c63ff"/></g></svg> \ No newline at end of file
diff --git a/themes/terrassa/static/logo.svg b/themes/terrassa/static/logo.svg
new file mode 100644
index 0000000..69a2301
--- /dev/null
+++ b/themes/terrassa/static/logo.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="512px" height="134px" viewBox="0 0 512 134" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
+ <g fill-rule="evenodd">
+ <path d="M113.888279,85.3712793 L113.888279,43.4462639 C113.888279,37.9943041 111.000777,32.9504354 106.300528,30.1884474 C96.2124474,24.2615244 78.3901835,13.7900442 67.47529,7.37649833 C61.7105747,3.99105693 54.5501192,4.06718821 48.8608493,7.57539987 C39.2004072,13.5321581 24.1284715,22.8256611 14.3994427,28.8259719 C8.53184729,32.4439223 4.95847823,38.843065 4.95847823,45.7360322 L4.95847823,88.6617281 C4.95847823,95.49914 8.58671668,101.822151 14.4886055,105.272407 L50.4006216,126.264064 C55.1742585,129.055545 61.0692887,129.116244 65.9012244,126.425243 C76.3881366,120.583025 94.9614253,110.240145 105.660956,104.2803 C110.736375,101.451097 113.881077,96.0979022 113.881077,90.2886055 L113.881077,85.3709364 L113.888279,85.3712793 Z" fill="#FF4088"></path>
+ <path d="M58.3810315,0.260624246 L58.4760241,0.260624246 L58.5607287,0.261653048 L59.045637,0.261653048 L59.1303416,0.265082384 L59.1406296,0.265082384 L59.2253342,0.268511721 L59.2345934,0.268511721 L59.3203269,0.271941058 L59.3271855,0.271941058 L59.412919,0.275370395 L59.423207,0.275370395 L59.5055111,0.278799732 L59.5157991,0.278799732 L59.5981031,0.282229069 L59.6049618,0.282229069 L59.6906952,0.285658406 L59.7009833,0.285658406 L59.7867167,0.29251708 L59.7970047,0.29251708 L59.8793088,0.299375754 L59.8861674,0.299375754 L59.9684715,0.306234427 L59.9787595,0.306234427 L60.064493,0.313093101 L60.0713516,0.313093101 L60.1536557,0.319951775 L60.1639437,0.319951775 L60.2496772,0.326810449 L60.2599652,0.326810449 L60.3456986,0.333669123 L60.3559866,0.333669123 L60.44172,0.340527796 L60.452008,0.340527796 L60.5343121,0.34738647 L60.5446001,0.34738647 L60.6269042,0.354245144 L60.6371922,0.354245144 L60.7229257,0.361103818 L60.7332137,0.361103818 L60.8189471,0.371391829 L60.8292351,0.371391829 L60.9149685,0.381679839 L60.9218272,0.381679839 L61.0041313,0.39196785 L61.0144193,0.39196785 L61.0967234,0.402255861 L61.1070114,0.402255861 L61.1927448,0.412543871 L61.2030328,0.412543871 L61.2887662,0.422831882 L61.2956249,0.422831882 L61.377929,0.433119893 L61.388217,0.433119893 L61.4739504,0.443407904 L61.4842384,0.443407904 L61.5665425,0.457125251 L61.5768305,0.460554588 L61.662564,0.474271936 L61.672852,0.474271936 L61.7551561,0.487989283 L61.7620147,0.487989283 L61.8477482,0.501706631 L61.8580362,0.501706631 L61.9403403,0.515423979 L61.9506283,0.515423979 L62.0329324,0.529141326 L62.039791,0.529141326 L62.1255244,0.542858674 L62.1358125,0.542858674 L62.2181165,0.556576021 L62.2284046,0.560005358 L62.3107086,0.573722706 L62.3209967,0.577152043 L62.4033007,0.594298727 L62.4135887,0.594298727 L62.4958928,0.608016075 L62.5061808,0.608016075 L62.5884849,0.62516276 L62.5987729,0.62516276 L62.6845064,0.642309444 L62.691365,0.642309444 L62.7736691,0.659456129 L62.7839571,0.659456129 L62.8662612,0.676602813 L62.8731199,0.676602813 L62.9588533,0.693749498 L62.9691413,0.697178835 L63.0548747,0.714325519 L63.0617334,0.714325519 L63.1440375,0.734901541 L63.1543255,0.738330877 L63.2366296,0.758906899 L63.2469176,0.758906899 L63.332651,0.77948292 L63.3395097,0.782912257 L63.4218138,0.800058942 L63.4321018,0.803488279 L63.5144059,0.820634963 L63.5212646,0.8240643 L63.6035687,0.844640322 L63.6138567,0.844640322 L63.6961608,0.865216343 L63.7064488,0.86864568 L63.7887528,0.889221701 L63.7956115,0.892651038 L63.8813449,0.91322706 L63.8882036,0.916656397 L63.9705077,0.937232418 L63.9807957,0.940661755 L64.0630998,0.961237776 L64.0699585,0.961237776 L64.1522626,0.985243135 L64.1625506,0.985243135 L64.248284,1.00581916 L64.258572,1.00924849 L64.3408761,1.02982451 L64.3511641,1.02982451 L64.4334682,1.05382987 L64.4437562,1.05725921 L64.5260603,1.08126457 L64.5363483,1.0846939 L64.6186524,1.10869926 L64.6289404,1.1121286 L64.7112445,1.13613396 L64.7181031,1.1395633 L64.8004072,1.16356865 L64.8106952,1.16699799 L64.8929993,1.19100335 L64.9032873,1.19443269 L64.9855914,1.21843804 L64.9958794,1.22186738 L65.0781835,1.24930208 L65.0850422,1.25273141 L65.1673463,1.28016611 L65.1776343,1.28016611 L65.2599384,1.3076008 L65.2702264,1.3076008 L65.3525305,1.3350355 L65.3628185,1.33846484 L65.4451226,1.36589953 L65.4554106,1.36932887 L65.5377147,1.39676356 L65.5445733,1.4001929 L65.6268774,1.4276276 L65.6371654,1.43105693 L65.7194695,1.45849163 L65.7263282,1.46192096 L65.8086323,1.48935566 L65.815491,1.492785 L65.8943657,1.52021969 L65.9046537,1.52364903 L65.9835285,1.55108372 L65.9938165,1.55451306 L66.0726912,1.58537709 L66.0829792,1.58880643 L66.1652833,1.61967046 L66.1755713,1.6230998 L66.2544461,1.65396383 L66.2613048,1.65739317 L66.3436088,1.68482786 L66.3504675,1.6882572 L66.4327716,1.71912123 L66.4430596,1.72255057 L66.5253637,1.7534146 L66.5356517,1.75684394 L66.6145265,1.78770797 L66.6248145,1.79113731 L66.7036892,1.82543068 L66.7105479,1.82886001 L66.792852,1.85972405 L66.80314,1.86315338 L66.8820147,1.89744675 L66.8923027,1.90087609 L66.9746068,1.93516946 L66.9848948,1.93859879 L67.0671989,1.97289216 L67.0740576,1.9763215 L67.1563617,2.01061487 L67.1632204,2.01404421 L67.2420951,2.04833758 L67.2489538,2.05176691 L67.3278285,2.08606028 L67.3346872,2.08948962 L67.4169913,2.12378299 L67.42385,2.12721232 L67.5027247,2.16150569 L67.5130127,2.16493503 L67.5918875,2.1992284 L67.6021755,2.20265774 L67.6810502,2.23695111 L67.6879089,2.24038044 L67.7667837,2.27810315 L67.7770717,2.28153248 L67.8559464,2.31925519 L67.8662344,2.32268453 L67.9451092,2.36040723 L67.9519678,2.36383657 L68.0308426,2.40155928 L68.0377013,2.40498861 L68.116576,2.44271132 L68.126864,2.44614066 L68.2057388,2.48386336 L68.2160268,2.4872927 L68.2949015,2.52501541 L68.3051896,2.52844474 L68.3840643,2.56616745 L68.390923,2.56959678 L68.4697977,2.61074883 L68.4766564,2.6176075 L68.5555311,2.65533021 L68.5623898,2.65875954 L68.6378352,2.69991159 L68.6481232,2.70334092 L68.726998,2.74106363 L68.7338567,2.74449297 L68.8127314,2.78564501 L68.8230194,2.78907435 L68.8984648,2.83022639 L68.9087528,2.83708506 L68.9876276,2.87823711 L68.9979156,2.88166644 L69.0767904,2.92281849 L69.083649,2.92624782 L69.1590944,2.96739987 L69.1693825,2.97425854 L69.2482572,3.01541058 L69.2551159,3.02226926 L69.3305613,3.06685064 L69.33742,3.07370931 L69.4128654,3.11829069 L69.4231534,3.12172003 L69.4985988,3.16630141 L69.5054575,3.16973074 L69.5809029,3.21431212 L69.5877616,3.2211708 L69.663207,3.26575218 L69.673495,3.27261085 L69.7455111,3.31719223 L69.7523697,3.31719223 L108.606757,26.146288 L108.671914,26.1840107 L108.678773,26.1908694 L108.74393,26.2285921 L108.754218,26.2320214 L108.815946,26.2731735 L108.822805,26.2800322 L108.884533,26.3177549 L108.891392,26.3246135 L108.95312,26.3623362 L108.959979,26.3657656 L109.021707,26.4034883 L109.028565,26.4069176 L109.090293,26.4446403 L109.097152,26.4480697 L109.15888,26.4857924 L109.169168,26.4892217 L109.230896,26.5303737 L109.237755,26.5338031 L109.299483,26.5749551 L109.309771,26.5783845 L109.371499,26.6161072 L109.378358,26.6195365 L109.440086,26.6606885 L109.446944,26.6675472 L109.508672,26.7086993 L109.515531,26.7155579 L109.57383,26.7532806 L109.584118,26.75671 L109.645846,26.797862 L109.652705,26.8012914 L109.714433,26.8424434 L109.721291,26.8458727 L109.77959,26.8870248 L109.786449,26.8904541 L109.844747,26.9316062 L109.851606,26.9350355 L109.909905,26.9761875 L109.916764,26.9830462 L109.975062,27.0241983 L109.981921,27.0276276 L110.04022,27.072209 L110.050508,27.0790676 L110.108806,27.1202197 L110.115665,27.123649 L110.173964,27.1648011 L110.180823,27.1682304 L110.239121,27.2093825 L110.24598,27.2162411 L110.304279,27.2573932 L110.311137,27.2608225 L110.369436,27.3019745 L110.376295,27.3088332 L110.434593,27.3499853 L110.441452,27.3568439 L110.499751,27.4014253 L110.510039,27.408284 L110.564908,27.4528654 L110.575196,27.459724 L110.633495,27.5043054 L110.643783,27.5077348 L110.702082,27.5523161 L110.70894,27.5591748 L110.767239,27.6037562 L110.774098,27.6106149 L110.828967,27.6551962 L110.839255,27.6620549 L110.897554,27.7100656 L110.907842,27.7203537 L111.017581,27.8095164 L111.031298,27.8198044 L111.141037,27.9123965 L111.154754,27.9226845 L111.267922,28.0152766 L111.28164,28.0255646 L111.394808,28.1181567 L111.408525,28.1284447 L111.518264,28.2210368 L111.531981,28.2347542 L111.64172,28.3273463 L111.655437,28.3376343 L111.761747,28.4336557 L111.775464,28.4439437 L111.881774,28.5399652 L111.895491,28.5502532 L112.0018,28.649704 L112.015518,28.659992 L112.118398,28.7560134 L112.132115,28.7663014 L112.238425,28.8657522 L112.252142,28.8794695 L112.355022,28.9789203 L112.368739,28.9926376 L112.47162,29.0920884 L112.485337,29.1058058 L112.584788,29.2052565 L112.598505,29.2189739 L112.697956,29.321854 L112.711673,29.3355713 L112.811124,29.4384514 L112.821412,29.4521688 L112.920863,29.5550489 L112.93458,29.5687662 L113.030601,29.6716463 L113.044319,29.6853637 L113.14034,29.7882438 L113.154058,29.8019612 L113.250079,29.9048413 L113.263796,29.9185586 L113.359818,30.0248681 L113.373535,30.0385854 L113.466127,30.1483242 L113.476415,30.1620415 L113.572437,30.268351 L113.586154,30.2820683 L113.678746,30.3918071 L113.692463,30.4055244 L113.785056,30.5152632 L113.795344,30.5289806 L113.887936,30.6387194 L113.901653,30.6524367 L113.990816,30.7621755 L114.001104,30.7758928 L114.090267,30.8856316 L114.103984,30.899349 L114.193147,31.0125171 L114.203435,31.0262344 L114.289168,31.1394025 L114.299456,31.1531199 L114.38519,31.266288 L114.395478,31.2800054 L114.481211,31.3931735 L114.491499,31.4103202 L114.577232,31.5269176 L114.58752,31.540635 L114.673254,31.6538031 L114.683542,31.6709498 L114.765846,31.7875472 L114.776134,31.8012646 L114.858438,31.917862 L114.868726,31.9315794 L114.95103,32.0481768 L114.961318,32.0653235 L115.040193,32.181921 L115.050481,32.1990676 L115.129356,32.3190944 L115.139644,32.3362411 L115.215089,32.4528386 L115.225377,32.4665559 L115.300823,32.5831534 L115.311111,32.5968707 L115.389985,32.7168975 L115.400273,32.7306149 L115.475719,32.8506417 L115.486007,32.8677883 L115.558023,32.9878151 L115.568311,33.0049618 L115.643756,33.1249886 L115.654044,33.1421353 L115.72606,33.2621621 L115.736348,33.2793088 L115.808364,33.4027649 L115.818652,33.4164823 L115.887239,33.5399384 L115.897527,33.5570851 L115.966114,33.6805412 L115.976402,33.6976879 L116.044989,33.821144 L116.055277,33.8382907 L116.123863,33.9617468 L116.130722,33.9788935 L116.199309,34.105779 L116.206167,34.1229257 L116.271325,34.2498111 L116.278184,34.2669578 L116.343341,34.3938433 L116.353629,34.4075606 L116.415357,34.5378754 L116.422216,34.5550221 L116.487373,34.6819076 L116.494232,34.6990543 L116.55596,34.8259397 L116.566248,34.8430864 L116.624547,34.9734012 L116.631405,34.9905479 L116.689704,35.1208627 L116.696563,35.1380094 L116.754861,35.2683242 L116.76172,35.2854709 L116.820019,35.4157857 L116.826877,35.4329324 L116.881747,35.5632472 L116.888605,35.5803938 L116.943475,35.7107086 L116.950334,35.7278553 L117.001774,35.8615995 L117.008632,35.8787461 L117.060072,36.009061 L117.066931,36.0262076 L117.118371,36.1599518 L117.12523,36.1770985 L117.17667,36.3108426 L117.183528,36.3279893 L117.234969,36.4617334 L117.241827,36.4788801 L117.289838,36.6126242 L117.296697,36.6297709 L117.341278,36.7635151 L117.348137,36.7806618 L117.392718,36.9144059 L117.399577,36.9315526 L117.444158,37.0652967 L117.451017,37.0824434 L117.495598,37.2196169 L117.499027,37.2367636 L117.54018,37.3705077 L117.547038,37.3876544 L117.58819,37.5248279 L117.59162,37.5419745 L117.632772,37.679148 L117.63963,37.6962947 L117.680782,37.8334682 L117.687641,37.8506149 L117.725364,37.9877883 L117.732222,38.004935 L117.769945,38.1421085 L117.773374,38.1592552 L117.807668,38.2964287 L117.814526,38.3170047 L117.852249,38.4576075 L117.855678,38.4747542 L117.889972,38.615357 L117.896831,38.6325037 L117.927695,38.7731065 L117.934553,38.7902532 L117.968847,38.930856 L117.972276,38.951432 L118.00314,39.0920348 L118.006569,39.1091815 L118.037433,39.2497843 L118.040863,39.266931 L118.068297,39.4075338 L118.071727,39.4246805 L118.099161,39.5652833 L118.102591,39.58243 L118.130025,39.7230328 L118.133455,39.7401795 L118.15746,39.8842117 L118.160889,39.9013583 L118.184895,40.0419612 L118.188324,40.0625372 L118.21233,40.2065693 L118.215759,40.2271453 L118.236335,40.3711775 L118.239764,40.3917535 L118.26034,40.5323563 L118.26034,40.5460737 L118.270628,40.6215191 L118.270628,40.6283778 L118.277487,40.7003938 L118.277487,40.7106818 L118.287775,40.7826979 L118.287775,40.7895566 L118.298063,40.8615727 L118.298063,40.8718607 L118.308351,40.9438768 L118.31178,40.9541648 L118.322068,41.0261808 L118.322068,41.0364689 L118.328927,41.1084849 L118.332356,41.1153436 L118.339215,41.1873597 L118.342644,41.1976477 L118.349503,41.2696638 L118.349503,41.2799518 L118.356362,41.3519678 L118.359791,41.3622559 L118.36665,41.4342719 L118.370079,41.4445599 L118.376938,41.516576 L118.376938,41.526864 L118.383796,41.5988801 L118.383796,41.6091681 L118.390655,41.6811842 L118.390655,41.6914722 L118.397514,41.7634883 L118.397514,41.7737763 L118.404372,41.8457924 L118.404372,41.8560804 L118.407802,41.9280965 L118.407802,41.9383845 L118.411231,42.0138299 L118.411231,42.0241179 L118.41809,42.0995633 L118.41809,42.106422 L118.421519,42.178438 L118.421519,42.1887261 L118.424948,42.2607421 L118.424948,42.2710301 L118.428378,42.3430462 L118.428378,42.3533342 L118.431807,42.4253503 L118.431807,42.4356383 L118.435236,42.5110837 L118.435236,42.5213717 L118.438666,42.5933878 L118.438666,42.6036758 L118.442095,42.6756919 L118.442095,42.6825506 L118.445524,42.7545666 L118.445524,90.6281098 L118.442095,90.7069846 L118.442095,90.8064354 L118.438666,90.8853101 L118.438666,90.8955981 L118.435236,90.9710435 L118.435236,90.9779022 L118.431807,91.056777 L118.431807,91.067065 L118.428378,91.1425104 L118.428378,91.1493691 L118.424948,91.2248145 L118.424948,91.2351025 L118.421519,91.3105479 L118.41809,91.3208359 L118.41466,91.3962813 L118.41466,91.4065693 L118.411231,91.4820147 L118.411231,91.4888734 L118.407802,91.5677482 L118.407802,91.5780362 L118.400943,91.6569109 L118.400943,91.6637696 L118.394084,91.7426443 L118.394084,91.7529324 L118.387226,91.8283778 L118.387226,91.8386658 L118.383796,91.9141112 L118.383796,91.9243992 L118.376938,91.9998446 L118.376938,92.0101326 L118.370079,92.085578 L118.370079,92.095866 L118.36322,92.1713115 L118.36322,92.1815995 L118.356362,92.2570449 L118.352932,92.2639035 L118.346074,92.3427783 L118.342644,92.3530663 L118.335786,92.4285117 L118.335786,92.4387997 L118.328927,92.5142451 L118.325498,92.5245332 L118.31521,92.5999786 L118.31521,92.6102666 L118.304922,92.685712 L118.304922,92.6925707 L118.294634,92.7680161 L118.294634,92.7783041 L118.284346,92.8537495 L118.280916,92.8640375 L118.270628,92.9429123 L118.267199,92.9532003 L118.256911,93.0286457 L118.253482,93.0389337 L118.243194,93.1143791 L118.243194,93.1246671 L118.232906,93.2001125 L118.232906,93.2104005 L118.222618,93.2858459 L118.219188,93.296134 L118.2089,93.3715794 L118.205471,93.3818674 L118.191754,93.4573128 L118.191754,93.4641715 L118.181466,93.5396169 L118.181466,93.5464756 L118.167748,93.621921 L118.164319,93.632209 L118.154031,93.7076544 L118.150601,93.7179424 L118.140313,93.7933878 L118.140313,93.8002465 L118.126596,93.8756919 L118.126596,93.8825506 L118.112879,93.957996 L118.112879,93.9648547 L118.099161,94.0403001 L118.099161,94.0505881 L118.085444,94.1226042 L118.082015,94.1328922 L118.068297,94.2049082 L118.064868,94.2151962 L118.051151,94.2906417 L118.047721,94.3009297 L118.030575,94.3763751 L118.030575,94.3832338 L118.013428,94.4586792 L118.013428,94.4655378 L117.999711,94.5375539 L117.999711,94.5478419 L117.982564,94.6232873 L117.982564,94.630146 L117.968847,94.7055914 L117.965417,94.7124501 L117.948271,94.7844662 L117.948271,94.7913248 L117.931124,94.8633409 L117.931124,94.8736289 L117.913977,94.945645 L117.910548,94.955933 L117.893401,95.0279491 L117.889972,95.0382371 L117.872825,95.1102532 L117.869396,95.1171119 L117.852249,95.1891279 L117.84882,95.1959866 L117.831673,95.2680027 L117.828244,95.2782907 L117.807668,95.3503068 L117.804238,95.3605948 L117.787092,95.4326109 L117.783662,95.4428989 L117.763086,95.5149149 L117.763086,95.5252029 L117.74251,95.6006484 L117.739081,95.6109364 L117.718505,95.6829524 L117.718505,95.6932405 L117.697929,95.7652565 L117.6945,95.7755445 L117.673924,95.8475606 L117.670494,95.8578486 L117.649918,95.933294 L117.646489,95.9401527 L117.625913,96.0121688 L117.622484,96.0190275 L117.601908,96.0910435 L117.598478,96.1013315 L117.574473,96.1733476 L117.571044,96.1836356 L117.550468,96.2556517 L117.547038,96.2625104 L117.526462,96.3345265 L117.523033,96.3448145 L117.502457,96.4168305 L117.499027,96.4236892 L117.475022,96.4957053 L117.471593,96.5059933 L117.447587,96.5780094 L117.444158,96.5882974 L117.420153,96.6603135 L117.416723,96.6706015 L117.392718,96.7426175 L117.389289,96.7529056 L117.365283,96.8249216 L117.361854,96.8317803 L117.337849,96.9037964 L117.334419,96.9140844 L117.310414,96.9861005 L117.306985,96.9963885 L117.282979,97.0684046 L117.27955,97.0752632 L117.255545,97.1472793 L117.252115,97.1575673 L117.22811,97.2295834 L117.224681,97.2398714 L117.197246,97.3084581 L117.193816,97.3187461 L117.169811,97.3873329 L117.166382,97.3976209 L117.142376,97.4662076 L117.138947,97.4764956 L117.114942,97.5485117 L117.111512,97.5587997 L117.084078,97.6308158 L117.080648,97.6411038 L117.053214,97.7096906 L117.049784,97.7199786 L117.02235,97.7885653 L117.01892,97.7988533 L116.991486,97.8674401 L116.988056,97.8777281 L116.960622,97.9463148 L116.957192,97.9566028 L116.929758,98.0251896 L116.926328,98.0354776 L116.898894,98.1040643 L116.895464,98.110923 L116.8646,98.1795097 L116.861171,98.1897977 L116.830307,98.2618138 L116.826877,98.2721018 L116.799443,98.3406885 L116.796013,98.3509766 L116.765149,98.4195633 L116.76172,98.4298513 L116.730856,98.498438 L116.727427,98.5087261 L116.696563,98.5773128 L116.693133,98.5841715 L116.662269,98.6527582 L116.65884,98.6630462 L116.627976,98.731633 L116.624547,98.7384916 L116.593683,98.8070784 L116.590253,98.813937 L116.559389,98.8825238 L116.55596,98.8893825 L116.525096,98.9579692 L116.521666,98.9648279 L116.487373,99.0334146 L116.483944,99.0402733 L116.44965,99.1054307 L116.446221,99.1157187 L116.415357,99.1843054 L116.411928,99.1911641 L116.377634,99.2563215 L116.374205,99.2666095 L116.343341,99.3351962 L116.339912,99.3420549 L116.305618,99.4106417 L116.302189,99.4209297 L116.267896,99.4895164 L116.264466,99.4963751 L116.230173,99.5615325 L116.226743,99.5683912 L116.19245,99.6369779 L116.189021,99.6472659 L116.154727,99.7158526 L116.151298,99.7261407 L116.117005,99.7947274 L116.110146,99.8050154 L116.075853,99.8701728 L116.072423,99.8770315 L116.03813,99.9456182 L116.034701,99.9559062 L116.000407,100.024493 L115.996978,100.034781 L115.959255,100.099938 L115.952397,100.106797 L115.914674,100.171954 L115.911244,100.178813 L115.873522,100.243971 L115.870092,100.250829 L115.83237,100.315987 L115.82894,100.322845 L115.791218,100.388003 L115.787788,100.394861 L115.750066,100.460019 L115.746636,100.470307 L115.708914,100.535464 L115.705484,100.542323 L115.667762,100.60748 L115.664332,100.617768 L115.62661,100.682926 L115.619751,100.689784 L115.582028,100.754942 L115.575169,100.7618 L115.537447,100.826958 L115.534017,100.833816 L115.496295,100.898974 L115.492865,100.909262 L115.451713,100.974419 L115.448284,100.981278 L115.410561,101.043006 L115.407132,101.053294 L115.369409,101.115022 L115.362551,101.121881 L115.321399,101.187038 L115.317969,101.197326 L115.276817,101.259054 L115.269958,101.265913 L115.228806,101.327641 L115.225377,101.3345 L115.184225,101.399657 L115.177366,101.409945 L115.136214,101.471673 L115.129356,101.478532 L115.088204,101.54026 L115.084774,101.547119 L115.043622,101.612276 L115.040193,101.619135 L114.999041,101.680863 L114.992182,101.687721 L114.947601,101.749449 L114.944171,101.756308 L114.903019,101.818036 L114.89959,101.824895 L114.855009,101.886623 L114.851579,101.893482 L114.810427,101.95521 L114.803569,101.962068 L114.762417,102.023796 L114.755558,102.030655 L114.710977,102.092383 L114.704118,102.099242 L114.662966,102.16097 L114.659537,102.167829 L114.614955,102.229557 L114.608096,102.239845 L114.566944,102.301573 L114.560086,102.308431 L114.515504,102.370159 L114.508646,102.377018 L114.464064,102.438746 L114.457206,102.445605 L114.412624,102.507333 L114.405766,102.514192 L114.361184,102.57592 L114.357755,102.582778 L114.313173,102.641077 L114.306315,102.647936 L114.261733,102.706234 L114.258304,102.713093 L114.210293,102.771392 L114.203435,102.778251 L114.158853,102.836549 L114.155424,102.843408 L114.110843,102.905136 L114.103984,102.911995 L114.055973,102.973723 L114.049115,102.980581 L114.001104,103.03888 L113.994245,103.045739 L113.946234,103.104038 L113.942805,103.110896 L113.894794,103.169195 L113.887936,103.176054 L113.839925,103.234352 L113.833066,103.241211 L113.785056,103.29951 L113.778197,103.306368 L113.730186,103.364667 L113.723328,103.371526 L113.675317,103.429825 L113.671887,103.436683 L113.623877,103.494982 L113.617018,103.501841 L113.565578,103.560139 L113.558719,103.566998 L113.510709,103.625297 L113.50385,103.632155 L113.455839,103.690454 L113.448981,103.697313 L113.40097,103.755612 L113.394111,103.76247 L113.3461,103.820769 L113.339242,103.827628 L113.291231,103.882497 L113.284372,103.889356 L113.232932,103.947654 L113.226074,103.954513 L113.178063,104.012812 L113.171204,104.01967 L113.119764,104.077969 L113.112906,104.084828 L113.064895,104.143127 L113.058036,104.149985 L113.006596,104.204855 L112.999737,104.211713 L112.948297,104.266583 L112.941439,104.273441 L112.889999,104.328311 L112.88314,104.335169 L112.8317,104.390039 L112.824841,104.396898 L112.773401,104.451767 L112.766543,104.458626 L112.715102,104.513495 L112.708244,104.520354 L112.656804,104.575223 L112.649945,104.582082 L112.598505,104.636951 L112.591646,104.64381 L112.536777,104.698679 L112.529918,104.705538 L112.478478,104.760407 L112.47162,104.767266 L112.42018,104.818706 L112.413321,104.825565 L112.358451,104.880434 L112.348163,104.887293 L112.293294,104.942162 L112.286435,104.949021 L112.231566,105.000461 L112.224707,105.007319 L112.169838,105.062189 L112.162979,105.069048 L112.10811,105.120488 L112.101251,105.127346 L112.046382,105.178786 L112.039523,105.185645 L111.984654,105.237085 L111.977795,105.243944 L111.922926,105.295384 L111.916067,105.302242 L111.861198,105.353683 L111.854339,105.360541 L111.79947,105.411981 L111.792611,105.41884 L111.734312,105.47028 L111.727453,105.473709 L111.672584,105.525149 L111.665725,105.532008 L111.607427,105.583448 L111.600568,105.590307 L111.542269,105.641747 L111.535411,105.645176 L111.477112,105.696616 L111.470253,105.703475 L111.411954,105.751486 L111.401666,105.758344 L111.343368,105.806355 L111.336509,105.813214 L111.27821,105.864654 L111.271352,105.871512 L111.213053,105.922952 L111.206194,105.929811 L111.147896,105.981251 L111.141037,105.98811 L111.082738,106.036121 L111.075879,106.042979 L111.014151,106.09099 L111.007293,106.094419 L110.948994,106.14243 L110.942135,106.149289 L110.883837,106.197299 L110.873549,106.204158 L110.81525,106.252169 L110.808391,106.259027 L110.750092,106.307038 L110.743234,106.313897 L110.684935,106.361908 L110.678076,106.368766 L110.616348,106.416777 L110.60949,106.423636 L110.551191,106.468217 L110.544332,106.475076 L110.482604,106.523086 L110.475745,106.529945 L110.414017,106.577956 L110.407159,106.584814 L110.345431,106.632825 L110.338572,106.639684 L110.276844,106.687695 L110.269985,106.691124 L110.208257,106.735705 L110.201399,106.739135 L110.13967,106.783716 L110.132812,106.787145 L110.071084,106.831727 L110.060796,106.835156 L109.999068,106.879737 L109.992209,106.886596 L109.930481,106.931177 L109.923622,106.938036 L109.861894,106.982618 L109.855035,106.989476 L109.793307,107.034058 L109.783019,107.040916 L109.721291,107.085498 L109.714433,107.088927 L109.649275,107.133508 L109.638987,107.136938 L109.57383,107.181519 L109.566971,107.188378 L109.501814,107.232959 L109.494955,107.239818 L109.429798,107.28097 L109.422939,107.287829 L109.357782,107.33241 L109.350923,107.339269 L109.289195,107.38385 L109.278907,107.390709 L109.213749,107.431861 L109.206891,107.43529 L109.141733,107.476442 L109.131445,107.479871 L109.066288,107.521023 L109.059429,107.527882 L108.994272,107.569034 L108.987413,107.575893 L108.922256,107.617045 L108.915397,107.620474 L108.85024,107.661626 L108.839952,107.665056 L108.774794,107.706208 L108.767936,107.713066 L108.702778,107.754218 L108.69249,107.757648 L108.627333,107.7988 L108.617045,107.805658 L108.551887,107.84681 L108.541599,107.853669 L108.473013,107.894821 L108.466154,107.90168 L108.400997,107.939403 L108.390709,107.942832 L108.325551,107.980555 L108.318693,107.987413 L108.250106,108.028565 L108.239818,108.035424 L108.171231,108.073147 L108.164372,108.080005 L108.099215,108.117728 L108.088927,108.121157 L108.02034,108.15888 L108.010052,108.162309 L107.941466,108.200032 L107.934607,108.203461 L107.869449,108.241184 L107.86602,108.244614 L68.1097173,130.39813 L68.106288,130.39813 L68.0445599,130.435853 L68.0342719,130.439282 L67.9691145,130.477005 L67.9588265,130.483863 L67.8936691,130.518157 L67.8833811,130.521586 L67.8182237,130.555879 L67.811365,130.559309 L67.7462076,130.593602 L67.7359196,130.597031 L67.6707622,130.631325 L67.6604742,130.634754 L67.5953168,130.669048 L67.5850288,130.672477 L67.5198714,130.70677 L67.5130127,130.7102 L67.4478553,130.744493 L67.4409967,130.747922 L67.3758392,130.778786 L67.3689806,130.782216 L67.3003938,130.816509 L67.2935352,130.823368 L67.2283778,130.857661 L67.2215191,130.86109 L67.1563617,130.891954 L67.149503,130.895384 L67.0843456,130.926248 L67.0774869,130.929677 L67.0123295,130.963971 L67.0054709,130.9674 L66.9368841,130.998264 L66.9300255,131.001693 L66.8648681,131.032557 L66.8580094,131.035987 L66.7894226,131.066851 L66.782564,131.07028 L66.7174066,131.101144 L66.7105479,131.104573 L66.6453905,131.135437 L66.6351025,131.142296 L66.5665157,131.17316 L66.5596571,131.176589 L66.4910703,131.204024 L66.4842117,131.207453 L66.4156249,131.238317 L66.4087662,131.245176 L66.3401795,131.27604 L66.3298915,131.27947 L66.2647341,131.306904 L66.2578754,131.310334 L66.1892887,131.341198 L66.18243,131.344627 L66.1138433,131.372062 L66.1069846,131.375491 L66.0383979,131.402926 L66.0315392,131.406355 L65.9629524,131.43379 L65.9526644,131.437219 L65.8840777,131.464654 L65.8737897,131.468083 L65.8052029,131.495518 L65.7949149,131.498947 L65.7297575,131.526382 L65.7228989,131.529811 L65.6543121,131.553816 L65.6474534,131.557246 L65.5788667,131.584681 L65.5685787,131.58811 L65.499992,131.615545 L65.489704,131.618974 L65.4211172,131.646409 L65.4108292,131.649838 L65.3422425,131.673843 L65.3319545,131.677273 L65.2633677,131.704707 L65.2530797,131.708137 L65.184493,131.732142 L65.1776343,131.735571 L65.1090476,131.759577 L65.0987595,131.763006 L65.0301728,131.787011 L65.0198848,131.790441 L64.9512981,131.814446 L64.94101,131.817875 L64.8724233,131.841881 L64.8655646,131.84531 L64.7969779,131.869315 L64.7283912,131.893321 L64.7181031,131.89675 L64.6460871,131.917326 L64.6357991,131.920756 L64.5672123,131.941332 L64.5603537,131.944761 L64.4917669,131.968766 L64.4849082,131.972196 L64.4128922,131.992772 L64.4026042,131.996201 L64.3340174,132.016777 L64.3237294,132.020206 L64.2551427,132.040782 L64.2448547,132.044212 L64.1728386,132.068217 L64.1591212,132.071646 L64.0219478,132.112798 L64.0048011,132.119657 L63.8641983,132.160809 L63.8470516,132.164238 L63.7064488,132.20539 L63.6893021,132.20882 L63.5486993,132.246543 L63.5315526,132.253401 L63.3909498,132.291124 L63.3738031,132.294553 L63.2332003,132.332276 L63.2126242,132.335705 L63.0720214,132.369999 L63.0548747,132.373428 L62.9142719,132.407721 L62.8936959,132.411151 L62.7530931,132.445444 L62.7359464,132.448873 L62.5953436,132.479737 L62.5781969,132.483167 L62.4341648,132.514031 L62.4135887,132.51746 L62.2695566,132.548324 L62.2524099,132.551754 L62.1083778,132.579188 L62.0912311,132.582618 L61.9506283,132.606623 L61.9334816,132.610052 L61.7928788,132.637487 L61.7757321,132.640916 L61.6316999,132.664922 L61.6145532,132.668351 L61.4705211,132.692356 L61.4533744,132.695786 L61.3093423,132.716362 L61.2921956,132.719791 L61.1481634,132.740367 L61.1310167,132.743796 L60.9869846,132.764372 L60.9698379,132.767802 L60.8258058,132.788378 L60.8052297,132.791807 L60.6611976,132.808954 L60.6440509,132.812383 L60.5000188,132.82953 L60.4828721,132.832959 L60.3388399,132.850106 L60.1948078,132.863823 L60.1776611,132.863823 L60.0336289,132.874111 L60.0164823,132.877541 L59.8724501,132.887829 L59.8553034,132.887829 L59.7112713,132.898117 L59.6941246,132.898117 L59.5500924,132.908405 L59.5295164,132.911834 L59.3854843,132.922122 L59.3683376,132.922122 L59.2243054,132.928981 L59.2071587,132.928981 L59.0631266,132.935839 L59.0425506,132.935839 L58.8985184,132.939269 L58.8813717,132.939269 L58.7373396,132.942698 L58.7201929,132.942698 L58.5761608,132.946127 L58.0686189,132.946127 L57.9245867,132.942698 L57.7805546,132.939269 L57.7599786,132.939269 L57.6159464,132.935839 L57.61286,132.935839 L57.4688279,132.928981 L57.4516812,132.925551 L57.307649,132.918693 L57.2905023,132.918693 L57.1464702,132.911834 L57.1293235,132.908405 L56.9852914,132.901546 L56.9681447,132.901546 L56.8241125,132.891258 L56.8069658,132.887829 L56.6629337,132.874111 L56.6423577,132.870682 L56.4983255,132.856965 L56.4777495,132.853535 L56.3337173,132.839818 L56.3165707,132.836388 L56.1725385,132.822671 L56.1553918,132.822671 L56.0113597,132.808954 L55.994213,132.805524 L55.8501808,132.788378 L55.8296048,132.788378 L55.6855727,132.771231 L55.6649967,132.767802 L55.5209645,132.747226 L55.5038178,132.743796 L55.3597857,132.72322 L55.342639,132.719791 L55.1986068,132.699215 L55.1814601,132.695786 L55.037428,132.67521 L55.0202813,132.67178 L54.8796785,132.647775 L54.8693905,132.647775 L54.7253583,132.62034 L54.7068399,132.616911 L54.5662371,132.589476 L54.5490904,132.586047 L54.4084876,132.558612 L54.3913409,132.555183 L54.2507381,132.527748 L54.2301621,132.524319 L54.0875017,132.496884 L54.070355,132.493455 L53.9297522,132.462591 L53.9091762,132.455732 L53.7685733,132.424868 L53.7514267,132.421439 L53.6108238,132.387145 L53.5916196,132.380287 L53.4510167,132.345993 L53.4338701,132.339135 L53.2932672,132.301412 L53.2761206,132.297983 L53.1355177,132.26026 L53.1183711,132.253401 L52.9777683,132.215678 L52.9606216,132.20882 L52.8200188,132.171097 L52.8028721,132.164238 L52.6622693,132.123086 L52.6416932,132.116228 L52.5010904,132.075076 L52.4839437,132.068217 L52.3433409,132.027065 L52.3261942,132.020206 L52.1855914,131.979054 L52.1684447,131.975625 L52.0319571,131.931044 L52.0182398,131.927614 L51.9462237,131.903609 L51.9369645,131.903609 L51.8683778,131.883033 L51.8580898,131.879603 L51.789503,131.855598 L51.779215,131.852169 L51.7106283,131.828163 L51.7003403,131.824734 L51.6317535,131.800729 L51.6214655,131.797299 L51.5528788,131.773294 L51.5425908,131.769865 L51.474004,131.745859 L51.4671453,131.74243 L51.3985586,131.718425 L51.3916999,131.714995 L51.3231132,131.69099 L51.3162545,131.687561 L51.2476678,131.660126 L51.2373798,131.656697 L51.168793,131.629262 L51.158505,131.625833 L51.0899183,131.598398 L51.0830596,131.594969 L51.0144729,131.567534 L51.0041849,131.564104 L50.9355981,131.53667 L50.9287395,131.53324 L50.8601527,131.505806 L50.8498647,131.502376 L50.781278,131.474942 L50.7744193,131.471512 L50.7058326,131.444078 L50.6989739,131.440648 L50.6303871,131.413214 L50.6200991,131.409784 L50.5515124,131.38235 L50.5412244,131.37892 L50.4726376,131.351486 L50.4623496,131.348056 L50.3937629,131.320622 L50.3834749,131.317192 L50.3148881,131.289758 L50.3080295,131.286328 L50.2394427,131.255464 L50.2291547,131.252035 L50.1639973,131.221171 L50.1571386,131.217741 L50.0885519,131.186877 L50.0816932,131.183448 L50.0131065,131.152584 L50.0062478,131.149155 L49.9376611,131.12172 L49.9273731,131.118291 L49.8622157,131.087427 L49.8519277,131.083997 L49.7833409,131.053133 L49.7730529,131.049704 L49.7078955,131.01884 L49.7010368,131.011981 L49.6358794,130.981117 L49.6290208,130.977688 L49.5638634,130.946824 L49.5570047,130.943395 L49.488418,130.91253 L49.4815593,130.905672 L49.4129725,130.871378 L49.4061139,130.86452 L49.3409565,130.833656 L49.3306685,130.830226 L49.2620817,130.799362 L49.255223,130.792504 L49.1900656,130.75821 L49.1797776,130.754781 L49.1111909,130.720488 L49.1043322,130.717058 L49.0391748,130.682765 L49.0288868,130.679336 L48.9637294,130.645042 L48.9568707,130.641613 L48.8917133,130.607319 L48.8814253,130.600461 L48.8162679,130.566167 L48.8094092,130.562738 L48.7442518,130.528445 L48.7373932,130.525015 L48.6722358,130.490722 L48.6619478,130.483863 L48.5967904,130.44957 L48.5899317,130.446141 L48.5247743,130.408418 L48.5144863,130.401559 L48.4493289,130.367266 L48.4390409,130.363837 L48.3738835,130.329543 L48.3635954,130.326114 L48.298438,130.29182 L48.28815,130.288391 L48.2229926,130.250668 L48.2127046,130.247239 L48.1509766,130.209516 L48.1406885,130.206087 L48.0789605,130.168364 L48.0755311,130.164935 L12.1360804,109.187681 L12.132651,109.184252 L12.0572056,109.13967 L12.050347,109.136241 L11.9749015,109.09166 L11.9646135,109.08823 L11.8857388,109.043649 L11.8754508,109.04022 L11.8000054,108.992209 L11.7931467,108.98878 L11.7177013,108.940769 L11.7108426,108.93391 L11.6353972,108.8859 L11.6285385,108.879041 L11.5530931,108.83103 L11.5428051,108.827601 L11.4673597,108.783019 L11.4570717,108.776161 L11.3816263,108.72815 L11.3747676,108.721291 L11.2993222,108.673281 L11.3168118,108.673281 L11.2413664,108.62527 L11.2310784,108.618411 L11.155633,108.570401 L11.1487743,108.563542 L11.0733289,108.515531 L11.0637267,108.508672 L10.9882813,108.457232 L10.9779933,108.450374 L10.9025479,108.398934 L10.8956892,108.392075 L10.8202438,108.344064 L10.8133851,108.337206 L10.7379397,108.285766 L10.731081,108.278907 L10.6556356,108.227467 L10.648777,108.220608 L10.5767609,108.169168 L10.5664729,108.162309 L10.4927421,108.110869 L10.4858835,108.104011 L10.4138674,108.052571 L10.405294,108.045712 L10.333278,107.994272 L10.3240188,107.987413 L10.2520027,107.935973 L10.245144,107.932544 L10.1731279,107.881104 L10.1662693,107.874245 L10.095282,107.822805 L10.0884233,107.815946 L10.017779,107.764506 L10.007491,107.761077 L9.93547488,107.709637 L9.92861621,107.702778 L9.85660013,107.647909 L9.84974146,107.64105 L9.77772539,107.58961 L9.76880911,107.582752 L9.69679303,107.527882 L9.68787676,107.521023 L9.61929002,107.466154 L9.61243135,107.459295 L9.54384461,107.404426 L9.53698593,107.400997 L9.4683992,107.346127 L9.46154052,107.339269 L9.39295378,107.284399 L9.38609511,107.277541 L9.31750837,107.222671 L9.3106497,107.215812 L9.24206296,107.160943 L9.23520429,107.154084 L9.16661755,107.099215 L9.15975887,107.092356 L9.09117214,107.037487 L9.08431346,107.030628 L9.01572672,106.97233 L9.00886805,106.9689 L8.94028131,106.914031 L8.93342264,106.907172 L8.8668935,106.852303 L8.86003483,106.845444 L8.79144809,106.787145 L8.78458942,106.780287 L8.71600268,106.725417 L8.70914401,106.718559 L8.64055727,106.66026 L8.63369859,106.656831 L8.56648359,106.601961 L8.55962492,106.595102 L8.49446752,106.540233 L8.48760884,106.533374 L8.42245144,106.475076 L8.41559277,106.468217 L8.35043537,106.409918 L8.34357669,106.40306 L8.27841929,106.344761 L8.27156062,106.337902 L8.20640322,106.279603 L8.19954454,106.272745 L8.13438714,106.214446 L8.12752847,106.207587 L8.06237106,106.145859 L8.05551239,106.14243 L7.99035499,106.084131 L7.98006698,106.077273 L7.91662425,106.015545 L7.90976557,106.008686 L7.84460817,105.950387 L7.8377495,105.943528 L7.77396383,105.8818 L7.76710516,105.874942 L7.70537709,105.813214 L7.69851842,105.806355 L7.63679035,105.744627 L7.62993168,105.737768 L7.56477428,105.67604 L7.55791561,105.669182 L7.4927582,105.607453 L7.48589953,105.604024 L7.42417147,105.542296 L7.41731279,105.535437 L7.35558473,105.473709 L7.34872605,105.466851 L7.28699799,105.405123 L7.28013932,105.398264 L7.21841125,105.336536 L7.21155258,105.329677 L7.14982451,105.267949 L7.14296584,105.26109 L7.08123778,105.199362 L7.0743791,105.192504 L7.01608038,105.130776 L7.0092217,105.123917 L6.94749364,105.062189 L6.94063496,105.05533 L6.8789069,104.990173 L6.87204823,104.983314 L6.8137495,104.918157 L6.80689082,104.911298 L6.7485921,104.846141 L6.74173342,104.839282 L6.68000536,104.774125 L6.67314668,104.767266 L6.61484796,104.702109 L6.60798928,104.69525 L6.54969056,104.630092 L6.54283188,104.623234 L6.48453315,104.558076 L6.47767448,104.551218 L6.41937575,104.48606 L6.41251708,104.479202 L6.35421835,104.414044 L6.35078902,104.407186 L6.29591962,104.342028 L6.28906095,104.335169 L6.23076222,104.270012 L6.22390355,104.263153 L6.16217549,104.194567 L6.15531681,104.187708 L6.09701808,104.122551 L6.09015941,104.115692 L6.03186068,104.047105 L6.02500201,104.040246 L5.97013262,103.975089 L5.96670328,103.96823 L5.91183389,103.903073 L5.90497522,103.896214 L5.85010583,103.827628 L5.84324715,103.820769 L5.78494843,103.752182 L5.77808975,103.745324 L5.72322036,103.680166 L5.71636169,103.673307 L5.65806296,103.60815 L5.65120429,103.601291 L5.5963349,103.536134 L5.58947622,103.529275 L5.53460683,103.460689 L5.52774816,103.45383 L5.47287877,103.385243 L5.46602009,103.378384 L5.4111507,103.309798 L5.40429203,103.302939 L5.34942264,103.234352 L5.34256397,103.227494 L5.28769457,103.158907 L5.28426524,103.152048 L5.23282518,103.083461 L5.22596651,103.076603 L5.17452646,103.008016 L5.17109712,103.001157 L5.11965707,102.932571 L5.11279839,102.925712 L5.06135834,102.853696 L5.05449967,102.846837 L5.00305961,102.778251 L4.99620094,102.771392 L4.94476088,102.702805 L4.94133155,102.695946 L4.88989149,102.62393 L4.88646216,102.617072 L4.8350221,102.545056 L4.83159277,102.538197 L4.78015271,102.46961 L4.77672338,102.462752 L4.72528332,102.394165 L4.71842465,102.387306 L4.66698459,102.31529 L4.66012592,102.308431 L4.60868587,102.236415 L4.60182719,102.226127 L4.55381648,102.154111 L4.5469578,102.147253 L4.49894709,102.075236 L4.49208841,102.068378 L4.4440777,101.996362 L4.43721902,101.989503 L4.38920831,101.917487 L4.38577897,101.910628 L4.33776825,101.838612 L4.33090958,101.828324 L4.28289886,101.756308 L4.27604019,101.749449 L4.22802947,101.677433 L4.2211708,101.670575 L4.17316008,101.598559 L4.16630141,101.5917 L4.11829069,101.519684 L4.11143202,101.512825 L4.06685064,101.440809 L4.0634213,101.43395 L4.01883992,101.361934 L4.01198125,101.351646 L3.96397053,101.27963 L3.95711186,101.269342 L3.90910114,101.197326 L3.9056718,101.190468 L3.85766109,101.115022 L3.85423175,101.104734 L3.80965037,101.032718 L3.80279169,101.025859 L3.75821031,100.953843 L3.75135164,100.946985 L3.70677026,100.871539 L3.69991159,100.861251 L3.65533021,100.789235 L3.65190087,100.782376 L3.60731949,100.706931 L3.60389015,100.700072 L3.55930877,100.628056 L3.5524501,100.617768 L3.50786872,100.542323 L3.50101005,100.532035 L3.45642867,100.456589 L3.44956999,100.446301 L3.40841795,100.370856 L3.40155928,100.363997 L3.3569779,100.288552 L3.35354856,100.281693 L3.31239652,100.206248 L3.30896718,100.199389 L3.26781514,100.123944 L3.2643858,100.113656 L3.22323376,100.03821 L3.21637508,100.027922 L3.17522304,99.9524769 L3.1717937,99.9421889 L3.13064166,99.8633141 L3.12721232,99.8564555 L3.08606028,99.78101 L3.08263094,99.770722 L3.0414789,99.6952766 L3.03804956,99.6849886 L2.99689752,99.6095432 L2.99346818,99.5992552 L2.95574548,99.5203804 L2.95231614,99.5135218 L2.9111641,99.434647 L2.90773476,99.424359 L2.86658272,99.3454843 L2.85972405,99.3386256 L2.82200134,99.2597508 L2.818572,99.2528922 L2.7808493,99.1774468 L2.77741996,99.1671587 L2.73969725,99.088284 L2.73969725,99.0917133 L2.70197455,99.0128386 L2.69511587,99.0025506 L2.65739317,98.9236758 L2.65396383,98.9133878 L2.61624113,98.8379424 L2.61281179,98.8276544 L2.57508908,98.7487796 L2.57165975,98.741921 L2.53393704,98.6630462 L2.5305077,98.6561875 L2.49621433,98.5773128 L2.492785,98.5704541 L2.45506229,98.4915794 L2.45163295,98.4847207 L2.41391025,98.4058459 L2.41048091,98.3989873 L2.3727582,98.3201125 L2.36932887,98.3098245 L2.3350355,98.2309498 L2.33160616,98.2240911 L2.29388346,98.1452163 L2.29045412,98.1349283 L2.25273141,98.0560536 L2.24930208,98.0491949 L2.21500871,97.9703202 L2.21157937,97.9634615 L2.177286,97.8845867 L2.17385666,97.8742987 L2.1395633,97.795424 L2.13613396,97.7885653 L2.10526993,97.7096906 L2.10184059,97.7028319 L2.06754722,97.6239571 L2.06411788,97.6136691 L2.03325385,97.531365 L2.02982451,97.5245064 L1.99553115,97.4456316 L1.99210181,97.4353436 L1.96123778,97.3598982 L1.95780844,97.3496102 L1.92351507,97.2673061 L1.92008573,97.2604474 L1.8892217,97.1781433 L1.88579236,97.1678553 L1.85492833,97.0855512 L1.851499,97.0786926 L1.82063496,96.9963885 L1.81720563,96.9861005 L1.78634159,96.9037964 L1.78291226,96.8969377 L1.75204823,96.8146336 L1.74861889,96.8077749 L1.72118419,96.7254709 L1.71775486,96.7151829 L1.68689082,96.6328788 L1.68346149,96.6260201 L1.65602679,96.543716 L1.65259745,96.533428 L1.62516276,96.4511239 L1.62173342,96.4408359 L1.59086939,96.3585318 L1.58744005,96.3482438 L1.56000536,96.2659397 L1.55657602,96.259081 L1.52914133,96.176777 L1.52571199,96.1699183 L1.49827729,96.0876142 L1.49484796,96.0773262 L1.46741326,95.9950221 L1.46398392,95.9847341 L1.43654923,95.90243 L1.43311989,95.892142 L1.4056852,95.8098379 L1.40225586,95.7995499 L1.37482117,95.7172458 L1.37173476,95.7073007 L1.3477294,95.6249967 L1.34430007,95.618138 L1.31686537,95.5324046 L1.31343603,95.5221165 L1.28943068,95.4363831 L1.28600134,95.4260951 L1.26199598,95.343791 L1.25856664,95.333503 L1.23456129,95.2511989 L1.23113195,95.2409109 L1.20712659,95.1551775 L1.20369725,95.1448895 L1.1796919,95.0591561 L1.17626256,95.0522974 L1.1522572,94.966564 L1.14882786,94.9631346 L1.12482251,94.8774012 L1.12139317,94.8705425 L1.10081715,94.7882384 L1.09738781,94.7813798 L1.07681179,94.6990757 L1.07681179,94.692217 L1.05280643,94.6064836 L1.05280643,94.5961956 L1.03223041,94.5138915 L1.02880107,94.5036035 L1.00822505,94.4212994 L1.00479571,94.4110114 L0.984219692,94.325278 L0.987649029,94.325278 L0.967073007,94.2395445 L0.96364367,94.2326859 L0.943067649,94.1469524 L0.939638312,94.1400938 L0.919062291,94.0543603 L0.915632954,94.0475017 L0.895056932,93.9617683 L0.898486269,93.9583389 L0.877910248,93.8726055 L0.874480911,93.8623175 L0.853904889,93.7765841 L0.850475553,93.766296 L0.833328868,93.6805626 L0.829899531,93.6702746 L0.80932351,93.5845412 L0.805894173,93.5776825 L0.788747488,93.4919491 L0.785318151,93.4816611 L0.768171467,93.3959277 L0.76474213,93.3856397 L0.747595445,93.2999062 L0.730448761,93.2141728 L0.730448761,93.2038848 L0.713302076,93.114722 L0.713302076,93.104434 L0.696155392,93.0187006 L0.692726055,93.0084126 L0.672150033,92.9261085 L0.672150033,92.9158205 L0.655003349,92.8232284 L0.651574012,92.8129404 L0.634427328,92.7237776 L0.630997991,92.7134896 L0.617280643,92.6277562 L0.613851306,92.6174682 L0.600133958,92.5317348 L0.600133958,92.5214468 L0.586416611,92.4357133 L0.586416611,92.4254253 L0.572699263,92.3396919 L0.569269926,92.3294039 L0.555552579,92.2436705 L0.555552579,92.2470998 L0.541835231,92.1613664 L0.541835231,92.1545077 L0.528117883,92.0687743 L0.528117883,92.0584863 L0.514400536,91.9727528 L0.514400536,91.9624648 L0.500683188,91.8767314 L0.500683188,91.8698727 L0.490395177,91.78071 L0.490395177,91.770422 L0.480107167,91.6846885 L0.480107167,91.6778299 L0.466389819,91.5886671 L0.462960482,91.5783791 L0.452672472,91.4926457 L0.452672472,91.4823577 L0.442384461,91.3931949 L0.438955124,91.3829069 L0.428667113,91.2937441 L0.428667113,91.2834561 L0.418379102,91.1942934 L0.414949766,91.1840054 L0.404661755,91.0948426 L0.404661755,91.0845546 L0.394373744,90.9953918 L0.390944407,90.9885332 L0.380656397,90.8993704 L0.373797723,90.8102076 L0.373797723,90.7999196 L0.363509712,90.7107569 L0.360080375,90.7004689 L0.349792364,90.6113061 L0.349792364,90.6010181 L0.342933691,90.5118553 L0.339504354,90.5015673 L0.33264568,90.4124046 L0.33264568,90.4021165 L0.325787006,90.3129538 L0.325787006,90.3026658 L0.318928332,90.213503 L0.312069658,90.1243403 L0.312069658,90.1140522 L0.305210985,90.0248895 L0.305210985,90.0146015 L0.298352311,89.9254387 L0.298352311,89.8146711 L0.294922974,89.7255084 L0.294922974,89.7152204 L0.291493637,89.6260576 L0.291493637,89.6157696 L0.2880643,89.5266068 L0.284634963,89.5163188 L0.281205626,89.4271561 L0.281205626,89.3311346 L0.277776289,89.2419719 L0.277776289,89.2316839 L0.274346952,89.1425211 L0.274346952,45.7271159 L0.277776289,45.6413825 L0.277776289,45.5316437 L0.281205626,45.4424809 L0.281205626,45.1269819 L0.284634963,45.0378192 L0.284634963,45.0309605 L0.2880643,44.9417977 L0.2880643,44.9315097 L0.291493637,44.842347 L0.291493637,44.8320589 L0.294922974,44.7428962 L0.294922974,44.7360375 L0.298352311,44.6468747 L0.298352311,44.6365867 L0.301781648,44.547424 L0.301781648,44.537136 L0.308640322,44.4445439 L0.308640322,44.4342559 L0.315498995,44.3450931 L0.315498995,44.3382344 L0.318928332,44.2490717 L0.318928332,44.2387837 L0.325787006,44.1496209 L0.325787006,44.1393329 L0.329216343,44.0501701 L0.329216343,44.0398821 L0.33264568,43.9507194 L0.33264568,43.9404313 L0.339504354,43.8512686 L0.339504354,43.8409806 L0.346363027,43.7518178 L0.346363027,43.7415298 L0.356651038,43.652367 L0.356651038,43.642079 L0.363509712,43.5529163 L0.366939049,43.5460576 L0.373797723,43.4568948 L0.373797723,43.4500362 L0.384085733,43.3608734 L0.384085733,43.3540147 L0.394373744,43.264852 L0.397803081,43.254564 L0.408091092,43.1654012 L0.408091092,43.1551132 L0.418379102,43.0659504 L0.418379102,43.0590918 L0.428667113,42.969929 L0.428667113,42.9630703 L0.438955124,42.8739076 L0.442384461,42.8636196 L0.452672472,42.7744568 L0.452672472,42.7641688 L0.462960482,42.6784354 L0.462960482,42.6681474 L0.473248493,42.5789846 L0.473248493,42.5686966 L0.483536504,42.4795338 L0.486965841,42.4692458 L0.497253851,42.3835124 L0.497253851,42.3732244 L0.510971199,42.2840616 L0.510971199,42.2737736 L0.52125921,42.1846109 L0.524688547,42.1743228 L0.534976557,42.0885894 L0.538405894,42.0783014 L0.552123242,41.9891386 L0.555552579,41.98228 L0.569269926,41.8931172 L0.569269926,41.8862585 L0.582987274,41.7970958 L0.582987274,41.7902371 L0.596704622,41.7045037 L0.600133958,41.6942157 L0.613851306,41.6084823 L0.613851306,41.5981942 L0.637856664,41.5090315 L0.641286001,41.4987435 L0.655003349,41.41301 L0.655003349,41.402722 L0.672150033,41.3169886 L0.672150033,41.3101299 L0.689296718,41.2243965 L0.689296718,41.2175378 L0.706443403,41.1283751 L0.709872739,41.1215164 L0.727019424,41.035783 L0.730448761,41.0289243 L0.747595445,40.9431909 L0.751024782,40.9329029 L0.768171467,40.8471695 L0.771600804,40.8368814 L0.788747488,40.751148 L0.788747488,40.74086 L0.805894173,40.6551266 L0.805894173,40.6482679 L0.823040857,40.5625345 L0.826470194,40.5556758 L0.843616879,40.4699424 L0.847046216,40.4630837 L0.867622237,40.3773503 L0.867622237,40.3670623 L0.888198259,40.2813289 L0.891627595,40.2710409 L0.90877428,40.1853074 L0.912203617,40.1750194 L0.932779638,40.089286 L0.932779638,40.078998 L0.95335566,39.9932646 L0.956784997,39.9829766 L0.977361018,39.8972431 L0.977361018,39.8869551 L0.99793704,39.8012217 L1.00136638,39.794363 L1.0219424,39.7086296 L1.0219424,39.7017709 L1.04251842,39.6160375 L1.04594776,39.6057495 L1.06995311,39.5200161 L1.06995311,39.5131574 L1.09395847,39.427424 L1.09395847,39.4205653 L1.11796383,39.3348319 L1.12139317,39.3245439 L1.14539853,39.2388104 L1.14539853,39.2285224 L1.16940388,39.142789 L1.17283322,39.132501 L1.19683858,39.0501969 L1.20026792,39.0433382 L1.22427328,38.9576048 L1.22770261,38.9490315 L1.25170797,38.8632981 L1.25513731,38.85301 L1.27914267,38.7693342 L1.282572,38.7624756 L1.3100067,38.6767421 L1.31343603,38.6698835 L1.33744139,38.5875794 L1.34087073,38.5807207 L1.36487609,38.4973878 L1.36830543,38.4905291 L1.39231078,38.4054816 L1.39574012,38.3951936 L1.42317482,38.3115177 L1.42660415,38.3012297 L1.45403885,38.2189257 L1.45403885,38.212067 L1.48147354,38.1297629 L1.48147354,38.1194749 L1.50890824,38.0371708 L1.51233758,38.0303121 L1.53977227,37.948008 L1.54320161,37.93772 L1.5706363,37.8554159 L1.57406564,37.8451279 L1.60150033,37.7628238 L1.60492967,37.7525358 L1.63236437,37.6702317 L1.6357937,37.6633731 L1.66665774,37.581069 L1.67008707,37.5742103 L1.69752177,37.4919062 L1.70095111,37.4833329 L1.7283858,37.4010288 L1.73181514,37.3941701 L1.76267917,37.311866 L1.76610851,37.3050074 L1.79697254,37.2227033 L1.79697254,37.2158446 L1.82783657,37.1335405 L1.83126591,37.1266818 L1.86212994,37.0443778 L1.86555928,37.0340898 L1.89642331,36.9517857 L1.89985265,36.944927 L1.93071668,36.8626229 L1.93414601,36.8523349 L1.96843938,36.7734601 L1.97186872,36.7666015 L2.00616209,36.6842974 L2.00959143,36.6774387 L2.0438848,36.5951346 L2.04731413,36.5848466 L2.0816075,36.5025425 L2.08503684,36.4922545 L2.11933021,36.4099504 L2.12275954,36.3996624 L2.15705291,36.3173583 L2.16048225,36.3070703 L2.19477562,36.2247662 L2.19820496,36.2144782 L2.23249833,36.1321741 L2.23592766,36.1236008 L2.27022103,36.0447261 L2.27365037,36.034438 L2.30794374,35.9555633 L2.31137307,35.9452753 L2.34566644,35.8629712 L2.34909578,35.8561125 L2.38681849,35.7738084 L2.39024782,35.7669498 L2.42797053,35.688075 L2.43139987,35.6812163 L2.46569324,35.6023416 L2.46912257,35.5920536 L2.50684528,35.5131788 L2.51027461,35.5063202 L2.54799732,35.4274454 L2.55142666,35.4205867 L2.58914936,35.341712 L2.5925787,35.3348533 L2.63030141,35.2559786 L2.63373074,35.2456906 L2.67145345,35.1668158 L2.67488279,35.1599571 L2.71260549,35.0810824 L2.71603483,35.0707944 L2.75375754,34.9919196 L2.75718687,34.985061 L2.79490958,34.9061862 L2.79833891,34.8993275 L2.83606162,34.8204528 L2.83949096,34.8135941 L2.87721366,34.7347194 L2.880643,34.7278607 L2.92179504,34.6524153 L2.92522438,34.6455566 L2.96637642,34.5666818 L2.9732351,34.5563938 L3.01438714,34.4775191 L3.01781648,34.4706604 L3.05896852,34.3917857 L3.06239786,34.3814977 L3.1035499,34.3060522 L3.10697924,34.2991936 L3.14813128,34.2237482 L3.15156062,34.2168895 L3.19271266,34.1414441 L3.196142,34.1311561 L3.23729404,34.0557106 L3.24415271,34.048852 L3.28530476,33.9734066 L3.28873409,33.9631186 L3.32988614,33.8876731 L3.33674481,33.8808145 L3.37789685,33.8053691 L3.38132619,33.7985104 L3.42247823,33.723065 L3.42933691,33.712777 L3.47391829,33.6373315 L3.47734762,33.6304729 L3.51849967,33.5550275 L3.521929,33.5481688 L3.56651038,33.4727234 L3.56993972,33.4658647 L3.6145211,33.3904193 L3.61795044,33.3835606 L3.66253182,33.3081152 L3.66939049,33.3012565 L3.71397187,33.2258111 L3.71740121,33.2189524 L3.76198259,33.143507 L3.76884126,33.1366484 L3.81342264,33.0612029 L3.81685198,33.0543443 L3.86143336,32.9788989 L3.86829203,32.9720402 L3.91287341,32.8965948 L3.91630275,32.8897361 L3.96431346,32.8142907 L3.97117214,32.8040027 L4.01918285,32.7285573 L4.02261219,32.7216986 L4.06719357,32.6496825 L4.07405224,32.6428238 L4.12206296,32.5708078 L4.12892163,32.5639491 L4.17350301,32.4885037 L4.17693235,32.481645 L4.22494307,32.4096289 L4.2283724,32.4027703 L4.27638312,32.3307542 L4.2832418,32.3238955 L4.33125251,32.2484501 L4.33811119,32.2415914 L4.3861219,32.1695754 L4.38955124,32.1592873 L4.43756196,32.0872713 L4.44099129,32.0804126 L4.48900201,32.0083965 L4.49243135,32.0015378 L4.5438714,31.9295218 L4.55073007,31.9226631 L4.59874079,31.850647 L4.60559946,31.8437883 L4.65703952,31.7717723 L4.66046885,31.7649136 L4.71190891,31.6928975 L4.71533825,31.6860388 L4.7667783,31.6140228 L4.77020764,31.6071641 L4.82164769,31.535148 L4.82850636,31.5282894 L4.87994642,31.4562733 L4.88337575,31.4494146 L4.93481581,31.3773985 L4.94167448,31.3705399 L4.99311453,31.3019531 L4.99654387,31.2950944 L5.04798392,31.2230784 L5.0548426,31.2162197 L5.10628265,31.147633 L5.11314133,31.1407743 L5.16458138,31.0721875 L5.17144005,31.0653289 L5.22288011,30.9967421 L5.22973878,30.9898835 L5.28117883,30.9212967 L5.28460817,30.914438 L5.33604823,30.8458513 L5.3429069,30.8389926 L5.39777629,30.7704059 L5.40463496,30.7635472 L5.45950435,30.6949605 L5.46636303,30.6881018 L5.52123242,30.6195151 L5.52809109,30.6126564 L5.58296048,30.5440697 L5.58981916,30.537211 L5.64468855,30.4686242 L5.65154722,30.4583362 L5.70641661,30.3897495 L5.70984595,30.3828908 L5.76471534,30.3143041 L5.77157401,30.3074454 L5.8264434,30.2388587 L5.83330208,30.232 L5.88817147,30.1668426 L5.89503014,30.1599839 L5.94989953,30.0913972 L5.9567582,30.0845385 L6.0116276,30.0159518 L6.01848627,30.0090931 L6.076785,29.9439357 L6.08364367,29.937077 L6.13851306,29.8684903 L6.14537173,29.8616316 L6.20024113,29.7964742 L6.2070998,29.7896155 L6.26196919,29.7210288 L6.26882786,29.7141701 L6.32712659,29.6455834 L6.33055593,29.6387247 L6.38885466,29.5735673 L6.39571333,29.5667086 L6.45401206,29.5015512 L6.46087073,29.4946926 L6.51916946,29.4295352 L6.52602813,29.4226765 L6.58432686,29.3575191 L6.5877562,29.3506604 L6.64605492,29.285503 L6.6529136,29.2786443 L6.71121232,29.2134869 L6.718071,29.2066283 L6.77636973,29.1414709 L6.77979906,29.1346122 L6.83809779,29.0694548 L6.84495646,29.0625961 L6.90668453,28.9974387 L6.91011386,28.99058 L6.97184193,28.9254226 L6.9787006,28.918564 L7.043858,28.8568359 L7.05071668,28.8499772 L7.11244474,28.7848198 L7.11930342,28.7779612 L7.18103148,28.7128038 L7.18789015,28.7059451 L7.24961822,28.644217 L7.25647689,28.6373583 L7.31820496,28.5756303 L7.32506363,28.5687716 L7.38679169,28.5070435 L7.39365037,28.5001849 L7.45880777,28.4384568 L7.46566644,28.4315981 L7.52739451,28.3698701 L7.53425318,28.3630114 L7.59598125,28.3012833 L7.60283992,28.2944246 L7.66456798,28.2326966 L7.67142666,28.2258379 L7.73315472,28.1641098 L7.7400134,28.1572512 L7.80174146,28.0955231 L7.80860013,28.0886644 L7.8703282,28.0269364 L7.87718687,28.0200777 L7.93891494,27.9583496 L7.94577361,27.951491 L8.01093101,27.8931922 L8.01778969,27.8863336 L8.08294709,27.8280348 L8.08980576,27.8211762 L8.15496316,27.7594481 L8.16182184,27.7525894 L8.22697924,27.6908614 L8.23383791,27.687432 L8.29899531,27.6291333 L8.30585399,27.625704 L8.37101139,27.5674052 L8.37787006,27.5605466 L8.44302746,27.5022478 L8.44988614,27.4953891 L8.51504354,27.4370904 L8.52190221,27.4302317 L8.58705961,27.371933 L8.59391829,27.3685037 L8.66250502,27.310205 L8.6693637,27.3033463 L8.73795044,27.2450476 L8.74480911,27.2381889 L8.81339585,27.1798902 L8.82025452,27.1730315 L8.88884126,27.1181621 L8.89569993,27.1113034 L8.96428667,27.056434 L8.97114534,27.0495754 L9.03630275,26.994706 L9.04316142,26.9878473 L9.11174816,26.9329779 L9.11860683,26.9261192 L9.18719357,26.8712498 L9.19405224,26.8678205 L9.26263898,26.8129511 L9.26949766,26.8060924 L9.33808439,26.751223 L9.34494307,26.7443644 L9.41352981,26.689495 L9.42038848,26.6826363 L9.49240455,26.6277669 L9.49926323,26.6209082 L9.56784997,26.5660388 L9.57470864,26.5591802 L9.64672472,26.5043108 L9.65358339,26.4974521 L9.72559946,26.4425827 L9.73245814,26.435724 L9.80104488,26.3808547 L9.80790355,26.3774253 L9.87991962,26.3225559 L9.8867783,26.3156973 L9.95536504,26.2608279 L9.96222371,26.2539692 L10.0342398,26.2025291 L10.0410985,26.1956705 L10.1131145,26.1408011 L10.1199732,26.1339424 L10.1919893,26.0825023 L10.198848,26.079073 L10.270864,26.027633 L10.281152,26.0207743 L10.3531681,25.9693342 L10.3600268,25.9659049 L10.4320429,25.9144648 L10.4389015,25.9076062 L10.5109176,25.8527368 L10.5177763,25.8493074 L10.5932217,25.7978674 L10.6000804,25.7910087 L10.6720965,25.7395687 L10.6823845,25.7361393 L10.7544005,25.6846993 L10.7612592,25.6812699 L10.8332753,25.6298299 L10.840134,25.6264005 L10.9155794,25.5749605 L10.922438,25.5681018 L10.9944541,25.5166618 L11.0013128,25.5132324 L11.0767582,25.4652217 L11.0836169,25.4617924 L11.155633,25.4103523 L11.165921,25.4034936 L11.2413664,25.3554829 L11.2482251,25.3486242 L11.3236705,25.2971842 L11.3305291,25.2903255 L11.4059745,25.2423148 L11.4162626,25.2388855 L11.491708,25.1908747 L11.4985666,25.1840161 L11.5740121,25.1360054 L11.5808707,25.132576 L11.6563161,25.0845653 L11.6631748,25.081136 L11.7386202,25.0331253 L11.7454789,25.0296959 L11.8209243,24.9816852 L11.8312123,24.9782559 L11.9066577,24.9336745 L11.9100871,24.9336745 L46.3783523,3.67178567 L46.3817816,3.66835633 L46.4537977,3.62377495 L46.4606564,3.62034561 L46.5361018,3.5723349 L46.5463898,3.56547622 L46.6218352,3.52089484 L46.6321232,3.51403617 L46.7075687,3.46945479 L46.7178567,3.46259612 L46.7933021,3.41801474 L46.8035901,3.4145854 L46.8824648,3.37000402 L46.8893235,3.36314534 L46.9647689,3.31856397 L46.9750569,3.31513463 L47.0505023,3.27055325 L47.057361,3.26712391 L47.1362358,3.22597187 L47.1430944,3.21911319 L47.2219692,3.17796115 L47.2288279,3.17110248 L47.3042733,3.12995044 L47.3145613,3.1265211 L47.393436,3.08536906 L47.4002947,3.07851038 L47.4757401,3.03735834 L47.4860281,3.03049967 L47.5614735,2.98934762 L47.5717616,2.98248895 L47.647207,2.94133691 L47.6540656,2.93447823 L47.7329404,2.89332619 L47.7397991,2.88989685 L47.8152445,2.84874481 L47.8255325,2.84531547 L47.9009779,2.80416343 L47.9112659,2.80073409 L47.9901407,2.75958205 L48.0004287,2.75615271 L48.0793034,2.71500067 L48.0861621,2.71157133 L48.1650368,2.67384863 L48.1753248,2.67041929 L48.2541996,2.63269658 L48.2644876,2.62926725 L48.339933,2.59154454 L48.350221,2.5881152 L48.4290958,2.5503925 L48.4359545,2.54696316 L48.5148292,2.50924046 L48.5251172,2.50581112 L48.603992,2.46808841 L48.61428,2.46122974 L48.6931547,2.42350703 L48.7034427,2.4200777 L48.7823175,2.38235499 L48.7926055,2.37892565 L48.8714802,2.34463228 L48.8817683,2.34120295 L48.960643,2.30690958 L48.9675017,2.3000509 L49.0463764,2.26575754 L49.0532351,2.2623282 L49.1321098,2.22803483 L49.1423979,2.22117616 L49.2212726,2.18688279 L49.2315606,2.18345345 L49.3104354,2.14916008 L49.3207234,2.14573074 L49.3995981,2.11143737 L49.4098861,2.10800804 L49.4887609,2.07371467 L49.4990489,2.07028533 L49.5779236,2.03599196 L49.5882117,2.03256263 L49.6670864,2.00169859 L49.6773744,1.99826926 L49.7562492,1.96397589 L49.7665372,1.96054655 L49.8488413,1.92625318 L49.8591293,1.92282384 L49.9414334,1.88853048 L49.9517214,1.8816718 L50.0305961,1.85080777 L50.0374548,1.84737843 L50.1197589,1.8165144 L50.1300469,1.81308506 L50.2089216,1.78222103 L50.2157803,1.77879169 L50.2980844,1.74792766 L50.3083724,1.74449833 L50.3906765,1.71706363 L50.4009645,1.71363429 L50.4832686,1.68277026 L50.4935566,1.67934092 L50.5758607,1.64847689 L50.5861487,1.64504756 L50.6684528,1.61761286 L50.6787408,1.61418352 L50.7610449,1.58674883 L50.7713329,1.58331949 L50.8502076,1.5558848 L50.8604956,1.55245546 L50.9427997,1.52502076 L50.9530877,1.52159143 L51.0319625,1.49415673 L51.0422505,1.49072739 L51.1245546,1.4632927 L51.1314133,1.45986336 L51.2137173,1.43242867 L51.2240054,1.42899933 L51.3063094,1.40156463 L51.3165975,1.3981353 L51.3989015,1.3707006 L51.4091896,1.36727127 L51.4914936,1.34326591 L51.4983523,1.33983657 L51.5806564,1.31583121 L51.5909444,1.31240188 L51.6732485,1.28839652 L51.6835365,1.28839652 L51.7658406,1.26439116 L51.7761286,1.26096182 L51.8584327,1.23695646 L51.8652914,1.23352713 L51.9475954,1.20952177 L51.9544541,1.20609243 L52.0367582,1.18208707 L52.0470462,1.17865774 L52.1293503,1.15465238 L52.1396383,1.15122304 L52.2219424,1.12721768 L52.2322304,1.12378835 L52.3145345,1.10321232 L52.3248225,1.09978299 L52.4071266,1.07920697 L52.4139853,1.07577763 L52.4962894,1.05177227 L52.5045198,1.04834293 L52.5902532,1.02776691 L52.5971119,1.02776691 L52.6794159,1.00376155 L52.689704,1.00376155 L52.7744086,0.983185532 L52.7846966,0.979756196 L52.87043,0.959180174 L52.880718,0.955750837 L52.9630221,0.935174816 L52.9733101,0.935174816 L53.0590435,0.914598794 L53.0693315,0.914598794 L53.1516356,0.894022773 L53.1619236,0.890593436 L53.2442277,0.873446752 L53.2545157,0.870017415 L53.3368198,0.849441393 L53.3471078,0.846012056 L53.4294119,0.828865372 L53.4396999,0.828865372 L53.522004,0.811718687 L53.532292,0.80828935 L53.6145961,0.791142666 L53.6214548,0.791142666 L53.7037589,0.773995981 L53.7140469,0.770566644 L53.7997803,0.75341996 L53.806639,0.75341996 L53.8923724,0.736273275 L53.8992311,0.732843938 L53.9849645,0.715697254 L53.9952525,0.712267917 L54.0809859,0.695121232 L54.0912739,0.691691896 L54.1770074,0.677974548 L54.1872954,0.677974548 L54.2695995,0.6642572 L54.2798875,0.660827863 L54.3656209,0.643681179 L54.3759089,0.640251842 L54.4616423,0.626534494 L54.4719303,0.626534494 L54.5542344,0.612817147 L54.5645224,0.60938781 L54.6502559,0.595670462 L54.6605439,0.592241125 L54.742848,0.578523778 L54.7497066,0.578523778 L54.8320107,0.56480643 L54.8422987,0.56480643 L54.9280322,0.551089082 L54.9383202,0.547659745 L55.0240536,0.533942398 L55.0343416,0.533942398 L55.120075,0.52022505 L55.130363,0.52022505 L55.2160965,0.506507703 L55.2263845,0.506507703 L55.3121179,0.496219692 L55.3224059,0.496219692 L55.40471,0.485931681 L55.414998,0.485931681 L55.5007314,0.47564367 L55.5110194,0.472214334 L55.5967528,0.461926323 L55.6036115,0.458496986 L55.6893449,0.451638312 L55.699633,0.451638312 L55.781937,0.441350301 L55.7922251,0.441350301 L55.8745291,0.431062291 L55.8848171,0.431062291 L55.9705506,0.42077428 L55.9808386,0.42077428 L56.066572,0.410486269 L56.07686,0.410486269 L56.1591641,0.403627595 L56.1694521,0.403627595 L56.2551855,0.393339585 L56.2654735,0.389910248 L56.351207,0.383051574 L56.361495,0.379622237 L56.4472284,0.372763563 L56.4575164,0.372763563 L56.5418781,0.365904889 L56.5521661,0.365904889 L56.6378995,0.359046216 L56.6481875,0.359046216 L56.733921,0.355616879 L56.744209,0.352187542 L56.8299424,0.345328868 L56.8368011,0.341899531 L56.9225345,0.338470194 L56.9328225,0.338470194 L57.0185559,0.33161152 L57.0254146,0.33161152 L57.111148,0.328182184 L57.121436,0.328182184 L57.2071695,0.324752847 L57.2174575,0.324752847 L57.3031909,0.32132351 L57.3134789,0.32132351 L57.3992123,0.317894173 L57.4095003,0.314464836 L57.4952338,0.311035499 L57.5055218,0.311035499 L57.5912552,0.307606162 L57.6015432,0.307606162 L57.6872766,0.304176825 L57.6975646,0.304176825 L57.7832981,0.300747488 L57.7935861,0.300747488 L57.8793195,0.297318151 L57.8861782,0.297318151 L57.9719116,0.293888814 L58.078221,0.293888814 L58.1639545,0.290459478 L58.362856,0.290459478 L58.3810315,0.260624246 Z M58.3021567,9.51983389 L58.2459156,9.51983389 L58.1896745,9.52051976 L58.1337763,9.52051976 L58.0754776,9.52189149 L58.0171788,9.52326323 L57.9588801,9.5249779 L57.9005814,9.52840723 L57.8422827,9.53183657 L57.7839839,9.53526591 L57.7291145,9.53869524 L57.6708158,9.54212458 L57.6159464,9.54555392 L57.561077,9.54898326 L57.5062076,9.55241259 L57.4479089,9.55584193 L57.3930395,9.55927127 L57.3347408,9.56612994 L57.2764421,9.57298861 L57.2215727,9.57984729 L57.1632739,9.58670596 L57.1049752,9.59356463 L57.0466765,9.60042331 L56.9918071,9.60728198 L56.9335084,9.61414066 L56.878639,9.62099933 L56.8237696,9.627858 L56.7654709,9.63471668 L56.7106015,9.64157535 L56.6557321,9.64843403 L56.6008627,9.6552927 L56.5459933,9.66215137 L56.4876946,9.66901005 L56.4328252,9.67929806 L56.3779558,9.68615673 L56.3196571,9.69644474 L56.2647877,9.70673275 L56.2099183,9.71702076 L56.1550489,9.72730877 L56.1001795,9.73759678 L56.0453101,9.7478848 L55.9904407,9.75817281 L55.9355713,9.76503148 L55.8772726,9.77531949 L55.8224032,9.7856075 L55.7641045,9.79589551 L55.7092351,9.80618352 L55.6543657,9.81647153 L55.5994963,9.82675954 L55.5446269,9.84047689 L55.4897575,9.85419424 L55.4348881,9.86791159 L55.3800188,9.8781996 L55.3251494,9.88848761 L55.27028,9.90220496 L55.2154106,9.9159223 L55.1605412,9.92963965 L55.1056718,9.943357 L55.0508024,9.95707435 L54.995933,9.97079169 L54.9410636,9.98450904 L54.8861942,9.99822639 L54.8313248,10.0119437 L54.7764555,10.0256611 L54.7215861,10.0428078 L54.6667167,10.0565251 L54.6118473,10.0736718 L54.5604072,10.0908185 L54.5055378,10.1079652 L54.4506685,10.1251119 L54.3957991,10.1422585 L54.3409297,10.1594052 L54.2860603,10.1765519 L54.2346202,10.1936986 L54.1797508,10.2108453 L54.1248814,10.2314213 L54.0700121,10.248568 L54.0151427,10.2657147 L53.9602733,10.2862907 L53.9054039,10.3034374 L53.8505345,10.3205841 L53.7990944,10.3377307 L53.7442251,10.3583068 L53.6893557,10.3788828 L53.6344863,10.3994588 L53.5830462,10.4200348 L53.5281768,10.4406109 L53.4767368,10.4611869 L53.4252967,10.4817629 L53.3704273,10.5057683 L53.3155579,10.5263443 L53.2606885,10.5469203 L53.2058192,10.5674963 L53.1543791,10.5915017 L53.102939,10.6120777 L53.0480697,10.6360831 L52.9966296,10.6600884 L52.9451896,10.6840938 L52.8937495,10.7080991 L52.8388801,10.7321045 L52.7874401,10.7561098 L52.7325707,10.7801152 L52.6811306,10.8041206 L52.6296906,10.8281259 L52.5782505,10.8521313 L52.5233811,10.8761366 L52.4719411,10.900142 L52.420501,10.9241474 L52.369061,10.951582 L52.3176209,10.9790167 L52.2661808,11.0030221 L52.2147408,11.0304568 L52.1633007,11.0544622 L52.1118607,11.0818969 L52.0604206,11.1093315 L52.0089806,11.1367662 L51.9575405,11.1642009 L51.9061005,11.1916356 L51.8546604,11.2224997 L51.8066497,11.2499344 L51.7552096,11.2773691 L51.7071989,11.3048038 L51.6557589,11.3356678 L51.6043188,11.3665318 L51.5528788,11.3973958 L51.5048681,11.4248305 L51.453428,11.4556946 L51.4054173,11.4865586 L51.3539772,11.5174226 L51.3025372,11.5482867 L51.2476678,11.58258 L16.8171253,32.8033168 L16.7588265,32.8410395 L16.7039571,32.8753329 L16.6525171,32.9096263 L16.601077,32.9439196 L16.549637,32.978213 L16.4981969,33.0125064 L16.4467569,33.0467997 L16.3953168,33.0810931 L16.3438768,33.1153865 L16.2924367,33.1496798 L16.2409967,33.1839732 L16.1895566,33.2182666 L16.1381165,33.2559893 L16.0901058,33.2902827 L16.0420951,33.324576 L15.9906551,33.3588694 L15.9426443,33.3931628 L15.8946336,33.4274561 L15.8466229,33.4617495 L15.7986122,33.4960429 L15.7506015,33.5303362 L15.7025908,33.5646296 L15.65458,33.6023523 L15.6065693,33.6366457 L15.5585586,33.6743684 L15.5105479,33.7120911 L15.4625372,33.7498138 L15.4145265,33.7875365 L15.3665157,33.8252592 L15.318505,33.8629819 L15.2739236,33.9007046 L15.2259129,33.9384273 L15.1779022,33.97615 L15.1333208,34.0138727 L15.0853101,34.0515954 L15.0372994,34.0893182 L14.992718,34.1270409 L14.9447073,34.1647636 L14.9001259,34.2024863 L14.8555445,34.240209 L14.8109632,34.281361 L14.7663818,34.3225131 L14.7218004,34.3602358 L14.677219,34.3979585 L14.6326376,34.4391105 L14.5880563,34.4802626 L14.5434749,34.5214146 L14.4988935,34.5625666 L14.4543121,34.6037187 L14.4097307,34.6448707 L14.3651494,34.6860228 L14.320568,34.7271748 L14.2759866,34.7683269 L14.2314052,34.8094789 L14.1868238,34.8506309 L14.1456718,34.891783 L14.1010904,34.932935 L14.0599384,34.9775164 L14.015357,35.0186685 L13.974205,35.0632498 L13.9330529,35.1044019 L13.8919009,35.1489833 L13.8507488,35.1901353 L13.8095968,35.2347167 L13.7684447,35.2792981 L13.7238634,35.3238794 L13.6827113,35.3650315 L13.6415593,35.4096129 L13.6004072,35.4541942 L13.5592552,35.4987756 L13.5215325,35.543357 L13.4803804,35.5879384 L13.4392284,35.6325198 L13.3980764,35.6771011 L13.3569243,35.7251119 L13.3157723,35.7696932 L13.2780496,35.8142746 L13.2403269,35.858856 L13.1991748,35.9068667 L13.1614521,35.9514481 L13.1203001,35.9960295 L13.0825774,36.0440402 L13.0448547,36.0886216 L13.0071319,36.1366323 L12.9694092,36.184643 L12.9316865,36.2326537 L12.8939638,36.2806644 L12.8562411,36.3286752 L12.8185184,36.3766859 L12.7842251,36.4246966 L12.7465023,36.4727073 L12.7087796,36.520718 L12.6710569,36.5687287 L12.6333342,36.6167395 L12.5990409,36.6647502 L12.5647475,36.7127609 L12.5304541,36.7607716 L12.4961608,36.8122117 L12.4618674,36.8602224 L12.427574,36.9082331 L12.3932806,36.9596731 L12.3589873,37.0076839 L12.3246939,37.0556946 L12.2904005,37.1037053 L12.2561072,37.151716 L12.2252431,37.2031561 L12.1909498,37.2545961 L12.1566564,37.3026068 L12.122363,37.3540469 L12.091499,37.4054869 L12.060635,37.4534977 L12.0297709,37.5049377 L11.9989069,37.5563778 L11.9680429,37.6078178 L11.9371788,37.6592579 L11.9028855,37.7106979 L11.8685921,37.762138 L11.8377281,37.813578 L11.806864,37.8650181 L11.776,37.9164581 L11.745136,37.9678982 L11.7142719,38.0193382 L11.6834079,38.0707783 L11.6525439,38.1222184 L11.6216798,38.1736584 L11.5908158,38.2250985 L11.5599518,38.2765385 L11.5290877,38.3314079 L11.4982237,38.382848 L11.4673597,38.434288 L11.4364956,38.4891574 L11.409061,38.5405975 L11.3816263,38.5954668 L11.3541916,38.6503362 L11.3267569,38.7052056 L11.2993222,38.7566457 L11.2718875,38.8080857 L11.2444528,38.8629551 L11.2170181,38.9143952 L11.1895834,38.9692646 L11.165578,39.0207046 L11.1381433,39.075574 L11.1107086,39.1304434 L11.0832739,39.1853128 L11.0558392,39.2401822 L11.0284046,39.2950516 L11.0043992,39.349921 L10.9803938,39.4047904 L10.9563885,39.4596597 L10.9323831,39.5145291 L10.9083778,39.5693985 L10.8843724,39.6242679 L10.860367,39.6791373 L10.8363617,39.7340067 L10.8123563,39.7888761 L10.7917803,39.8437455 L10.7677749,39.8986149 L10.7437696,39.9569136 L10.7197642,40.011783 L10.6957589,40.0666524 L10.6717535,40.1215218 L10.6511775,40.1763912 L10.6271721,40.2346899 L10.6031668,40.2895593 L10.5825908,40.3444287 L10.5620147,40.4027274 L10.5414387,40.4575968 L10.5208627,40.5158955 L10.5002867,40.5707649 L10.4797106,40.6290636 L10.4591346,40.6873624 L10.4385586,40.7456611 L10.4214119,40.8039598 L10.4008359,40.8588292 L10.3802599,40.9171279 L10.3631132,40.9754267 L10.3459665,41.030296 L10.3288198,41.0885948 L10.3082438,41.1468935 L10.2910971,41.2017629 L10.2739504,41.2566323 L10.2568038,41.314931 L10.2362277,41.3732297 L10.219081,41.4315285 L10.2019344,41.4863979 L10.1847877,41.5446966 L10.167641,41.6029953 L10.1504943,41.661294 L10.1333476,41.7195928 L10.1162009,41.7778915 L10.1024836,41.8361902 L10.0887662,41.8944889 L10.0716196,41.9527877 L10.0579022,42.0110864 L10.0407555,42.0693851 L10.0270382,42.1276839 L10.0133208,42.1859826 L9.99960348,42.2477106 L9.98588614,42.3060094 L9.97216879,42.3643081 L9.95845144,42.4226068 L9.94473409,42.4809056 L9.93101674,42.5392043 L9.9172994,42.597503 L9.90701139,42.6558017 L9.89329404,42.7141005 L9.88300603,42.7723992 L9.87271802,42.8341273 L9.86243001,42.8958553 L9.852142,42.9575834 L9.84185399,43.0193115 L9.83156597,43.0776102 L9.82127796,43.1359089 L9.81098995,43.197637 L9.80070194,43.259365 L9.79041393,43.3176638 L9.78012592,43.3759625 L9.76983791,43.4342612 L9.7595499,43.4959893 L9.75269123,43.5577173 L9.74583255,43.6194454 L9.73897388,43.6777441 L9.72868587,43.7394722 L9.71839786,43.7977709 L9.71153918,43.859499 L9.70468051,43.9212271 L9.69782184,43.9829551 L9.69096316,44.0446832 L9.68410449,44.1064113 L9.67724581,44.1681393 L9.67038714,44.226438 L9.66352847,44.2881661 L9.65666979,44.3498942 L9.65324046,44.4116222 L9.64638178,44.4733503 L9.63952311,44.5350784 L9.63609377,44.5968064 L9.63266443,44.6585345 L9.6292351,44.7202626 L9.62580576,44.7819906 L9.62237642,44.8437187 L9.61894709,44.9054468 L9.61551775,44.9671748 L9.61208841,45.0289029 L9.60865908,45.0906309 L9.60522974,45.152359 L9.60522974,45.2140871 L9.6018004,45.2758151 L9.59837106,45.3375432 L9.59837106,45.3992713 L9.59494173,45.4609993 L9.59494173,88.9449913 L9.59837106,89.0067194 L9.59837106,89.1919035 L9.6018004,89.2502023 L9.60522974,89.3119303 L9.60865908,89.3736584 L9.61208841,89.4353865 L9.61551775,89.4971145 L9.61894709,89.5588426 L9.62237642,89.6205707 L9.62580576,89.6822987 L9.6292351,89.7440268 L9.63609377,89.8057549 L9.63952311,89.8674829 L9.64295244,89.929211 L9.64638178,89.990939 L9.65324046,90.0492378 L9.66009913,90.1109658 L9.6669578,90.1692646 L9.67038714,90.2309926 L9.67724581,90.2892914 L9.68410449,90.3475901 L9.69096316,90.4058888 L9.69782184,90.4641875 L9.70468051,90.5259156 L9.71153918,90.5842143 L9.71839786,90.6425131 L9.72525653,90.7042411 L9.7321152,90.7659692 L9.73897388,90.8242679 L9.74583255,90.885996 L9.75612056,90.9442947 L9.76640857,91.0025934 L9.77669658,91.0608922 L9.78698459,91.1191909 L9.79727261,91.180919 L9.80756062,91.2392177 L9.81784863,91.2975164 L9.82813664,91.3558151 L9.83842465,91.4141139 L9.852142,91.4724126 L9.86243001,91.5307113 L9.87271802,91.58901 L9.88300603,91.6473088 L9.89672338,91.7056075 L9.91044072,91.7639062 L9.92072873,91.822205 L9.93444608,91.8805037 L9.94816343,91.9388024 L9.96188078,91.9971011 L9.97559812,92.0553999 L9.98931547,92.1136986 L10.0030328,92.1719973 L10.0167502,92.230296 L10.0304675,92.2851654 L10.0476142,92.3400348 L10.0613315,92.3983336 L10.0750489,92.4566323 L10.0887662,92.514931 L10.1059129,92.5732297 L10.1196303,92.6280991 L10.1333476,92.6863979 L10.147065,92.7412672 L10.1642117,92.799566 L10.177929,92.8544354 L10.1950757,92.9127341 L10.2122224,92.9710328 L10.2293691,93.0259022 L10.2465157,93.0842009 L10.2636624,93.1424997 L10.2808091,93.1973691 L10.2979558,93.2556678 L10.3185318,93.3105372 L10.3391078,93.3654066 L10.3596839,93.420276 L10.3802599,93.4751453 L10.3974066,93.5300147 L10.4179826,93.5883135 L10.4385586,93.6431829 L10.4591346,93.6980522 L10.4797106,93.7529216 L10.5002867,93.807791 L10.5208627,93.8626604 L10.5414387,93.9175298 L10.5620147,93.9723992 L10.5825908,94.0272686 L10.6031668,94.082138 L10.6271721,94.1370074 L10.6511775,94.1918768 L10.6717535,94.2467461 L10.6923295,94.3016155 L10.7129056,94.3564849 L10.7334816,94.4113543 L10.7540576,94.4662237 L10.778063,94.5210931 L10.8020683,94.5759625 L10.8260737,94.6308319 L10.850079,94.6857013 L10.8740844,94.7405707 L10.8980898,94.7954401 L10.9220951,94.8503094 L10.9461005,94.9051788 L10.9701058,94.9600482 L10.9941112,95.0149176 L11.0181165,95.069787 L11.0421219,95.1212271 L11.0695566,95.1760965 L11.0969913,95.2275365 L11.124426,95.2824059 L11.1518607,95.3338459 L11.1792954,95.385286 L11.2067301,95.4367261 L11.2341648,95.4881661 L11.2615995,95.5396062 L11.2890342,95.5910462 L11.3198982,95.6424863 L11.3473329,95.6939263 L11.3747676,95.7453664 L11.4022023,95.7968064 L11.4330663,95.8482465 L11.4639303,95.8996865 L11.491365,95.9511266 L11.5187997,96.0025666 L11.5462344,96.0540067 L11.5770985,96.1054468 L11.6045332,96.1568868 L11.6353972,96.2048975 L11.6662612,96.2563376 L11.6971253,96.3043483 L11.7279893,96.3557883 L11.7588533,96.4072284 L11.7897173,96.4552391 L11.8205814,96.5032498 L11.8514454,96.5512605 L11.8823094,96.5992713 L11.9131735,96.6507113 L11.9440375,96.7021514 L11.9783309,96.7501621 L12.0091949,96.7981728 L12.0400589,96.8496129 L12.070923,96.8976236 L12.101787,96.9456343 L12.1360804,96.993645 L12.1703737,97.0416557 L12.2046671,97.0930958 L12.2389605,97.1411065 L12.2732539,97.1891172 L12.3075472,97.2371279 L12.3418406,97.2851386 L12.376134,97.3331494 L12.4104273,97.3811601 L12.4447207,97.4291708 L12.4824434,97.4771815 L12.5201661,97.5251922 L12.5544595,97.5732029 L12.5887528,97.6212137 L12.6230462,97.6692244 L12.6573396,97.7172351 L12.6950623,97.7618165 L12.732785,97.8063979 L12.7705077,97.8544086 L12.8082304,97.89899 L12.8459531,97.9470007 L12.8836758,97.991582 L12.9213985,98.0361634 L12.9591212,98.0807448 L12.9968439,98.1253262 L13.0345666,98.1699076 L13.0722894,98.2144889 L13.1100121,98.2590703 L13.1477348,98.3036517 L13.1854575,98.3482331 L13.2231802,98.3928145 L13.2609029,98.4373958 L13.3020549,98.4819772 L13.343207,98.5265586 L13.3809297,98.57114 L13.4220817,98.612292 L13.4632338,98.6568734 L13.5043858,98.6980255 L13.5455378,98.7426068 L13.5832605,98.7871882 L13.6244126,98.8317696 L13.6655646,98.8729216 L13.7067167,98.9140737 L13.7478687,98.9552257 L13.7890208,98.9963778 L13.8301728,99.0409591 L13.8713248,99.0821112 L13.9124769,99.1232632 L13.9536289,99.1644153 L13.994781,99.2055673 L14.035933,99.2467194 L14.0805144,99.2878714 L14.1216664,99.3290234 L14.1628185,99.3701755 L14.2073999,99.4113275 L14.2485519,99.4524796 L14.289704,99.4936316 L14.3342853,99.5347837 L14.3788667,99.5725064 L14.4234481,99.6102291 L14.4680295,99.6513811 L14.5126109,99.6925332 L14.5571922,99.7302559 L14.6017736,99.7679786 L14.646355,99.8091306 L14.6909364,99.8502827 L14.7355177,99.8880054 L14.7835285,99.9257281 L14.8315392,99.9634508 L14.8795499,100.001173 L14.9241313,100.038896 L14.9687127,100.076619 L15.0167234,100.114342 L15.0613048,100.152064 L15.1093155,100.186358 L15.1538969,100.22408 L15.2019076,100.261803 L15.2499183,100.299526 L15.297929,100.337248 L15.3425104,100.371542 L15.3905211,100.409265 L15.4385318,100.443558 L15.4865425,100.481281 L15.5345532,100.519003 L15.582564,100.553297 L15.6305747,100.58759 L15.6820147,100.621883 L15.7300255,100.656177 L15.7780362,100.69047 L15.8260469,100.724764 L15.8740576,100.759057 L15.9220683,100.79335 L15.970079,100.827644 L16.0215191,100.861937 L16.0729591,100.892801 L16.1243992,100.927094 L16.1724099,100.961388 L16.22385,100.995681 L16.27529,101.029975 L16.3233007,101.060839 L16.3747408,101.091703 L16.4261808,101.122567 L16.4776209,101.153431 L16.529061,101.184295 L16.580501,101.215159 L16.6353704,101.246023 L16.6868104,101.276887 L16.7382505,101.307751 L16.7965492,101.342044 L52.694848,122.329586 L52.7394293,122.357021 L52.777152,122.377597 L52.8183041,122.398173 L52.8594561,122.418749 L52.9006082,122.439325 L52.9383309,122.46333 L52.9794829,122.483906 L53.020635,122.504482 L53.061787,122.525058 L53.102939,122.549064 L53.1440911,122.56964 L53.1852431,122.590216 L53.2263952,122.610792 L53.2675472,122.631368 L53.3086993,122.651944 L53.3498513,122.67252 L53.3910033,122.693096 L53.4321554,122.713672 L53.4698781,122.734248 L53.5110301,122.754824 L53.5521822,122.7754 L53.5933342,122.792547 L53.6344863,122.813123 L53.6756383,122.830269 L53.7167904,122.847416 L53.7579424,122.864563 L53.7990944,122.885139 L53.8402465,122.905715 L53.8813985,122.922861 L53.9225506,122.943437 L53.9637026,122.960584 L54.0048547,122.977731 L54.0460067,122.994877 L54.0871587,123.012024 L54.1283108,123.029171 L54.1694628,123.046317 L54.2106149,123.063464 L54.2517669,123.080611 L54.292919,123.097758 L54.334071,123.111475 L54.3786524,123.128622 L54.4198044,123.145768 L54.4609565,123.162915 L54.5021085,123.180062 L54.5432605,123.197208 L54.5844126,123.210926 L54.6255646,123.228072 L54.6667167,123.24179 L54.7078687,123.255507 L54.7524501,123.269224 L54.7936021,123.282942 L54.8313248,123.296659 L54.9204876,123.324094 L55.006221,123.351528 L55.0919545,123.375534 L55.1776879,123.399539 L55.2634213,123.423545 L55.3491547,123.44755 L55.4348881,123.471555 L55.5206216,123.495561 L55.606355,123.519566 L55.6920884,123.540142 L55.7778218,123.560718 L55.8635553,123.581294 L55.9492887,123.598441 L56.0350221,123.619017 L56.1207555,123.636163 L56.2064889,123.65331 L56.2922224,123.670457 L56.3779558,123.684174 L56.4636892,123.701321 L56.5494226,123.715038 L56.6351561,123.728756 L56.7243188,123.742473 L56.8100522,123.75619 L56.899215,123.766478 L56.9883778,123.776766 L57.0775405,123.787054 L57.1667033,123.793913 L57.2524367,123.800772 L57.3415995,123.80763 L57.4273329,123.814489 L57.5164956,123.821348 L57.6056584,123.828206 L57.6913918,123.835065 L57.7771253,123.838494 L57.8628587,123.841924 L57.9520214,123.845353 L58.3909766,123.845353 L58.4801393,123.841924 L58.5693021,123.841924 L58.6584648,123.838494 L58.7476276,123.835065 L58.8367904,123.828206 L58.9259531,123.821348 L59.0151159,123.817918 L59.1042786,123.81106 L59.1934414,123.804201 L59.2826042,123.797342 L59.3683376,123.790484 L59.4575003,123.780196 L59.5466631,123.769908 L59.6323965,123.75962 L59.7215593,123.749332 L59.8072927,123.735614 L59.8964555,123.721897 L59.9821889,123.70818 L60.0713516,123.694462 L60.1570851,123.680745 L60.2428185,123.663598 L60.3285519,123.649881 L60.4177147,123.632734 L60.5034481,123.615587 L60.5891815,123.595011 L60.6749149,123.577865 L60.7606484,123.557289 L60.8463818,123.536713 L60.9321152,123.516137 L61.0178486,123.495561 L61.103582,123.471555 L61.1893155,123.44755 L61.2750489,123.423545 L61.3607823,123.399539 L61.4499451,123.372104 L61.4910971,123.358387 L61.5322492,123.34467 L61.5734012,123.330952 L61.6179826,123.317235 L61.6591346,123.303518 L61.703716,123.2898 L61.7448681,123.276083 L61.7860201,123.262366 L61.8306015,123.248648 L61.8717535,123.234931 L61.9129056,123.221214 L61.9574869,123.204067 L61.998639,123.19035 L62.0432204,123.176632 L62.0843724,123.159486 L62.1255244,123.145768 L62.1666765,123.132051 L62.2078285,123.118334 L62.2524099,123.101187 L62.293562,123.08747 L62.334714,123.070323 L62.375866,123.053176 L62.4170181,123.036029 L62.4581701,123.018883 L62.4993222,123.001736 L62.5404742,122.984589 L62.5816263,122.967443 L62.6227783,122.950296 L62.6639303,122.933149 L62.7050824,122.916003 L62.7462344,122.895427 L62.7873865,122.874851 L62.8285385,122.857704 L62.8696906,122.837128 L62.9108426,122.816552 L62.9519946,122.799405 L62.9931467,122.778829 L63.0342987,122.758253 L63.0754508,122.737677 L63.1131735,122.717101 L63.1543255,122.696525 L63.1954776,122.675949 L63.2366296,122.655373 L63.2777816,122.634797 L63.3189337,122.614221 L63.3600857,122.593645 L63.4012378,122.573069 L63.4423898,122.552493 L63.4801125,122.531917 L63.5212646,122.511341 L63.5624166,122.490765 L63.606998,122.46676 L103.377018,100.302955 L103.425029,100.27895 L103.46961,100.254944 L103.510762,100.230939 L103.551914,100.206934 L103.593066,100.182928 L103.634218,100.155494 L103.6788,100.131488 L103.719952,100.107483 L103.761104,100.083478 L103.802256,100.059472 L103.843408,100.032038 L103.88456,100.004603 L103.925712,99.9805975 L103.966864,99.9565921 L104.008016,99.9325867 L104.049168,99.905152 L104.09032,99.8777173 L104.131472,99.853712 L104.172624,99.8262773 L104.213776,99.8022719 L104.251499,99.7748372 L104.289222,99.7474025 L104.326944,99.7199678 L104.364667,99.6925332 L104.40239,99.6650985 L104.443542,99.6376638 L104.481265,99.6102291 L104.522417,99.5827944 L104.560139,99.5553597 L104.597862,99.527925 L104.635585,99.5004903 L104.673307,99.4730556 L104.71103,99.4456209 L104.752182,99.4181862 L104.789905,99.3873222 L104.827628,99.3598875 L104.86535,99.3290234 L104.903073,99.3015887 L104.940796,99.2707247 L104.978518,99.2398607 L105.016241,99.2089967 L105.053964,99.181562 L105.091687,99.1541273 L105.129409,99.1232632 L105.163703,99.0923992 L105.201425,99.0615352 L105.239148,99.0306711 L105.273441,99.0032364 L105.311164,98.9723724 L105.348887,98.938079 L105.38318,98.907215 L105.420903,98.876351 L105.455196,98.8454869 L105.48949,98.8146229 L105.523783,98.7803295 L105.561506,98.7494655 L105.595799,98.7151721 L105.630092,98.6843081 L105.664386,98.6500147 L105.698679,98.6157214 L105.732973,98.5848573 L105.767266,98.550564 L105.801559,98.5196999 L105.835853,98.4854066 L105.870146,98.4511132 L105.904439,98.4168198 L105.938733,98.3825265 L105.969597,98.3482331 L106.00389,98.3139397 L106.034754,98.2796463 L106.069048,98.245353 L106.103341,98.2110596 L106.137634,98.1767662 L106.168498,98.1424729 L106.199362,98.1081795 L106.230226,98.0738861 L106.26109,98.0395928 L106.295384,98.0052994 L106.326248,97.971006 L106.357112,97.9367127 L106.387976,97.9024193 L106.41884,97.8681259 L106.449704,97.8338326 L106.480568,97.7995392 L106.511432,97.7652458 L106.542296,97.7275231 L106.57316,97.6898004 L106.604024,97.6520777 L106.634888,97.6177843 L106.665752,97.583491 L106.696616,97.5491976 L106.72748,97.5114749 L106.758344,97.4771815 L106.789208,97.4394588 L106.816643,97.4051654 L106.844078,97.3674427 L106.871512,97.32972 L106.898947,97.2954267 L106.929811,97.257704 L106.957246,97.2199812 L106.984681,97.1822585 L107.012115,97.1445358 L107.03955,97.1068131 L107.066985,97.0690904 L107.094419,97.0313677 L107.121854,96.993645 L107.149289,96.9559223 L107.176723,96.9181996 L107.204158,96.8804769 L107.231593,96.8427542 L107.259027,96.8050315 L107.283033,96.7673088 L107.307038,96.7261567 L107.334473,96.6850047 L107.361908,96.647282 L107.385913,96.6095593 L107.409918,96.5718366 L107.437353,96.5306845 L107.464788,96.4929618 L107.488793,96.4552391 L107.512798,96.4140871 L107.536804,96.372935 L107.560809,96.331783 L107.584814,96.2906309 L107.60882,96.2529082 L107.632825,96.2117562 L107.656831,96.1706042 L107.680836,96.1328814 L107.704841,96.0917294 L107.728847,96.0505774 L107.752852,96.0094253 L107.773428,95.9682733 L107.794004,95.9271212 L107.818009,95.8859692 L107.842015,95.8448171 L107.862591,95.8036651 L107.886596,95.7625131 L107.910601,95.721361 L107.931177,95.680209 L107.951754,95.6390569 L107.97233,95.5944756 L107.992906,95.5533235 L108.016911,95.5121715 L108.040916,95.4710194 L108.061492,95.4298674 L108.082068,95.3887153 L108.102644,95.3475633 L108.12322,95.3029819 L108.143796,95.2618299 L108.164372,95.2206778 L108.184948,95.1760965 L108.205524,95.1349444 L108.2261,95.0937924 L108.246676,95.049211 L108.267253,95.0046296 L108.287829,94.9600482 L108.308405,94.9188962 L108.325551,94.8777441 L108.342698,94.8331628 L108.359845,94.7885814 L108.376991,94.744 L108.394138,94.702848 L108.411285,94.6582666 L108.428431,94.6136852 L108.445578,94.5691038 L108.462725,94.5279518 L108.479871,94.4833704 L108.497018,94.438789 L108.514165,94.3942076 L108.531311,94.3496263 L108.548458,94.3050449 L108.562175,94.2604635 L108.575893,94.2158821 L108.58961,94.1713007 L108.603328,94.1267194 L108.620474,94.082138 L108.637621,94.0375566 L108.654768,93.9929752 L108.671914,93.9483938 L108.685632,93.9038125 L108.702778,93.8592311 L108.716496,93.8146497 L108.730213,93.7700683 L108.74736,93.7254869 L108.761077,93.6809056 L108.774794,93.6363242 L108.788512,93.5917428 L108.802229,93.5471614 L108.812517,93.50258 L108.826234,93.4579987 L108.839952,93.4134173 L108.853669,93.3688359 L108.867386,93.3242545 L108.877674,93.2796731 L108.887962,93.2316624 L108.90168,93.187081 L108.911968,93.1424997 L108.922256,93.0944889 L108.935973,93.0499076 L108.946261,93.0053262 L108.956549,92.9607448 L108.966837,92.9161634 L108.977125,92.8681527 L108.987413,92.8235713 L108.997701,92.77899 L109.00456,92.7309792 L109.014848,92.6829685 L109.025136,92.6383871 L109.031995,92.5903764 L109.042283,92.545795 L109.052571,92.4977843 L109.062859,92.4497736 L109.073147,92.4051922 L109.083435,92.3571815 L109.090293,92.3091708 L109.100581,92.2611601 L109.10744,92.2165787 L109.117728,92.1719973 L109.124587,92.1239866 L109.131445,92.0759759 L109.138304,92.0279652 L109.145163,91.9799545 L109.152021,91.9319437 L109.15888,91.883933 L109.165739,91.8359223 L109.169168,91.7879116 L109.176027,91.7433302 L109.179456,91.6953195 L109.186315,91.6473088 L109.193173,91.6027274 L109.200032,91.5547167 L109.203461,91.506706 L109.206891,91.4586952 L109.21032,91.4106845 L109.213749,91.3626738 L109.220608,91.3146631 L109.224038,91.2666524 L109.227467,91.2186417 L109.230896,91.1706309 L109.234326,91.1226202 L109.237755,91.0746095 L109.241184,91.0265988 L109.244614,90.9785881 L109.248043,90.9305774 L109.251472,90.8825666 L109.254902,90.8345559 L109.258331,90.7865452 L109.258331,90.6905238 L109.26176,90.6425131 L109.26176,43.1698593 L109.258331,43.1276785 L109.254902,43.0830971 L109.254902,43.0385157 L109.251472,42.9939344 L109.251472,42.949353 L109.248043,42.9047716 L109.248043,42.8601902 L109.244614,42.8156088 L109.241184,42.7744568 L109.237755,42.7298754 L109.234326,42.685294 L109.230896,42.6407127 L109.227467,42.5995606 L109.224038,42.5549792 L109.220608,42.5138272 L109.217179,42.4692458 L109.21032,42.4246644 L109.206891,42.3835124 L109.203461,42.3423603 L109.196603,42.3012083 L109.193173,42.2600563 L109.186315,42.2154749 L109.182885,42.1743228 L109.176027,42.1331708 L109.169168,42.0885894 L109.165739,42.044008 L109.162309,42.002856 L109.155451,41.9651333 L109.141733,41.8749417 L109.131445,41.7874936 L109.117728,41.6983309 L109.104011,41.6125975 L109.086864,41.526864 L109.069717,41.4411306 L109.056,41.3553972 L109.038853,41.2696638 L109.018277,41.1839303 L108.997701,41.0981969 L108.977125,41.0124635 L108.956549,40.9267301 L108.935973,40.8409967 L108.915397,40.7552632 L108.894821,40.6695298 L108.870816,40.5837964 L108.84681,40.498063 L108.822805,40.4123295 L108.79537,40.3265961 L108.771365,40.244292 L108.74393,40.1619879 L108.716496,40.0796839 L108.689061,39.9973798 L108.661626,39.9150757 L108.630762,39.8327716 L108.599898,39.7504675 L108.569034,39.6715928 L108.53817,39.5892887 L108.507306,39.5069846 L108.476442,39.4246805 L108.442149,39.3458058 L108.411285,39.2635017 L108.376991,39.1846269 L108.342698,39.1057522 L108.308405,39.0268774 L108.270682,38.9480027 L108.236388,38.8691279 L108.198666,38.7902532 L108.160943,38.7113784 L108.12322,38.635933 L108.082068,38.5570583 L108.044346,38.4781835 L108.003194,38.3993088 L107.962042,38.3238634 L107.920889,38.248418 L107.879737,38.1729725 L107.838585,38.0975271 L107.797433,38.0220817 L107.752852,37.9466363 L107.708271,37.8711909 L107.663689,37.7957455 L107.615678,37.7203001 L107.571097,37.648284 L107.526516,37.5762679 L107.478505,37.5042518 L107.430494,37.4322358 L107.382484,37.3602197 L107.334473,37.2882036 L107.286462,37.2161875 L107.238451,37.1441715 L107.187011,37.0755847 L107.135571,37.006998 L107.084131,36.9384113 L107.032691,36.8698245 L106.981251,36.8012378 L106.926382,36.732651 L106.871512,36.6640643 L106.816643,36.5954776 L106.761774,36.5268908 L106.706904,36.4617334 L106.648605,36.396576 L106.593736,36.3314186 L106.535437,36.2662612 L106.477139,36.2011038 L106.41884,36.1359464 L106.360541,36.070789 L106.302242,36.0056316 L106.240514,35.9439035 L106.178786,35.8821755 L106.117058,35.8204474 L106.05533,35.7587194 L105.993602,35.6969913 L105.928445,35.6352632 L105.863287,35.5735352 L105.79813,35.5152364 L105.732973,35.4569377 L105.667815,35.398639 L105.602658,35.3403403 L105.5375,35.2820415 L105.468914,35.2237428 L105.400327,35.1688734 L105.33174,35.114004 L105.266583,35.0591346 L105.194567,35.0008359 L105.163703,34.9768305 L105.129409,34.9493958 L105.095116,34.9219612 L105.060823,34.8945265 L105.026529,34.8670918 L104.992236,34.8430864 L104.957942,34.8156517 L104.923649,34.788217 L104.885926,34.7607823 L104.848204,34.7333476 L104.81391,34.7059129 L104.779617,34.6784782 L104.745324,34.6510435 L104.71103,34.6270382 L104.676737,34.5996035 L104.639014,34.5721688 L104.604721,34.5481634 L104.570427,34.5241581 L104.532705,34.4967234 L104.494982,34.472718 L104.457259,34.4487127 L104.422966,34.4247073 L104.385243,34.4007019 L104.34752,34.3766966 L104.309798,34.3526912 L104.272075,34.3286859 L104.234352,34.3046805 L104.19663,34.2806752 L104.158907,34.2566698 L104.121184,34.2326644 L104.083461,34.2086591 L104.045739,34.1880831 L104.008016,34.167507 L103.963435,34.1435017 L65.1574012,11.3764769 L65.1025318,11.3428694 L65.0528064,11.3154347 L65.0013664,11.2845707 L64.9499263,11.2537066 L64.8995151,11.2252431 L64.848075,11.1978084 L64.7983496,11.1703737 L64.7469096,11.142939 L64.6954695,11.1155044 L64.6440295,11.0880697 L64.5936182,11.060635 L64.5421782,11.0332003 L64.4907381,11.0057656 L64.4392981,10.9783309 L64.387858,10.9508962 L64.336418,10.9234615 L64.2849779,10.8960268 L64.232509,10.8720214 L64.181069,10.8445867 L64.1296289,10.8205814 L64.0781889,10.796576 L64.0267488,10.7691413 L63.9735941,10.745136 L63.9221541,10.7211306 L63.870714,10.6971253 L63.8172163,10.6731199 L63.7657763,10.6491145 L63.7143362,10.6285385 L63.6611815,10.6045332 L63.6090556,10.5805278 L63.5576155,10.5565224 L63.5044608,10.5359464 L63.4530208,10.5153704 L63.3981514,10.4947944 L63.3453396,10.470789 L63.2911561,10.450213 L63.2362867,10.4262076 L63.1814173,10.4056316 L63.1282626,10.3850556 L63.0751078,10.3644796 L63.0212672,10.3439035 L62.9663979,10.3233275 L62.9115285,10.3027515 L62.8600884,10.2821755 L62.8086484,10.2650288 L62.7572083,10.2478821 L62.7023389,10.2273061 L62.6474695,10.2101594 L62.5960295,10.1930127 L62.5411601,10.175866 L62.4862907,10.1587194 L62.4348506,10.1415727 L62.3799812,10.124426 L62.3251119,10.1072793 L62.2702425,10.0901326 L62.2188024,10.0729859 L62.163933,10.0558392 L62.1090636,10.0386926 L62.0541942,10.0215459 L61.9993248,10.0078285 L61.9444555,9.99068185 L61.8895861,9.9769645 L61.8347167,9.95981782 L61.7798473,9.94610047 L61.7249779,9.93238312 L61.6701085,9.91866577 L61.6152391,9.90151909 L61.5603697,9.88780174 L61.5055003,9.87408439 L61.4506309,9.86379638 L61.3957616,9.85007904 L61.3408922,9.83636169 L61.2860228,9.82264434 L61.2311534,9.81235633 L61.176284,9.79863898 L61.1214146,9.78835097 L61.0665452,9.77806296 L61.0116758,9.76434561 L60.9568064,9.7540576 L60.901937,9.74376959 L60.8470676,9.73348158 L60.7921983,9.72319357 L60.7373289,9.71290556 L60.6824595,9.70261755 L60.6241608,9.69232954 L60.5692914,9.68547086 L60.514422,9.67861219 L60.4595526,9.67175352 L60.4046832,9.66489484 L60.3498138,9.65460683 L60.2949444,9.64431882 L60.240075,9.63746015 L60.1817763,9.62717214 L60.1269069,9.62031346 L60.0720375,9.61002545 L60.0171681,9.60316678 L59.9622987,9.5963081 L59.9074293,9.58944943 L59.8525599,9.58259076 L59.7976906,9.57573208 L59.7393918,9.56887341 L59.6845224,9.56544407 L59.629653,9.5585854 L59.5747837,9.55172672 L59.5199143,9.54829739 L59.4650449,9.54486805 L59.4101755,9.54143871 L59.3553061,9.53800938 L59.3004367,9.53458004 L59.242138,9.5311507 L59.1838392,9.52772137 L59.1289699,9.52429203 L59.0741005,9.52086269 L59.0192311,9.52086269 L58.9643617,9.51743336 L58.9094923,9.51400402 L58.8511936,9.51400402 L58.7963242,9.51057468 L58.7414548,9.50714534 L58.6900147,9.50371601 L58.6351453,9.50028667 L58.5219772,9.50028667 L58.4671078,9.49685733 L58.3573691,9.49685733 L58.3021567,9.51983389 Z" fill="#C9177E"></path>
+ <polygon fill="#FFFFFF" fill-rule="nonzero" points="32.2049029 101.851301 32.2049029 30.7885814 47.0724501 30.7885814 47.0724501 56.6732163 71.7348694 56.6732163 71.7348694 30.7885814 86.6456263 30.7885814 86.6456263 101.851301 71.7348694 101.851301 71.7348694 70.7794508 47.0724501 70.7794508 47.0724501 101.851301"></polygon>
+ <path d="M244.477428,85.4762224 L244.477428,43.4119759 C244.477428,38.0467783 241.636222,33.0828131 237.01039,30.3647207 L198.064782,7.48212726 C192.301782,4.09634293 185.139612,4.17281715 179.450342,7.6810288 L146.480011,28.0121956 C139.686494,32.2011306 135.550714,39.6112418 135.550714,47.5919946 L135.550714,88.7646135 C135.550714,95.599282 139.178952,101.922979 145.081527,105.372892 L180.992857,126.363863 C185.768209,129.155344 191.662553,129.213642 196.494832,126.525042 L236.256279,104.378384 C241.331011,101.549182 244.477428,96.1959866 244.477428,90.3866899 L244.477428,85.4690208 L244.477428,85.4762224 Z" fill="#0594CB"></path>
+ <path d="M188.970181,0.365910248 L189.065516,0.365910248 L189.150221,0.366939049 L189.15948,0.366939049 L189.245214,0.36796785 L189.254473,0.36796785 L189.340206,0.369339585 L189.347065,0.369339585 L189.432798,0.371397187 L189.443086,0.371397187 L189.52539,0.373797723 L189.535678,0.373797723 L189.617983,0.376541192 L189.628271,0.376541192 L189.714004,0.379970529 L189.724292,0.379970529 L189.810025,0.383399866 L189.820313,0.383399866 L189.906047,0.386829203 L189.912906,0.38751507 L189.998639,0.390944407 L190.005498,0.391973208 L190.091231,0.396431346 L190.101519,0.396431346 L190.187253,0.401232418 L190.194111,0.401918285 L190.279845,0.406719357 L190.286703,0.406719357 L190.372437,0.41254923 L190.379295,0.413235097 L190.465029,0.41906497 L190.475317,0.41906497 L190.56105,0.425923644 L190.567909,0.425923644 L190.650213,0.432782317 L190.660501,0.433811119 L190.746234,0.439983925 L190.756522,0.441012726 L190.842256,0.4478714 L190.852544,0.448900201 L190.934848,0.455758875 L190.941707,0.455758875 L191.02744,0.462617549 L191.037728,0.462617549 L191.123461,0.469476222 L191.133749,0.469476222 L191.219483,0.476334896 L191.229771,0.476334896 L191.312075,0.48319357 L191.318934,0.48319357 L191.404667,0.493481581 L191.414955,0.493481581 L191.497259,0.503769591 L191.507547,0.503769591 L191.593281,0.514057602 L191.603569,0.514057602 L191.689302,0.524345613 L191.69959,0.524345613 L191.785324,0.534633624 L191.795612,0.534633624 L191.877916,0.544921634 L191.884774,0.544921634 L191.967078,0.555209645 L191.977366,0.555209645 L192.05967,0.565497656 L192.069958,0.565497656 L192.152263,0.575785666 L192.162551,0.575785666 L192.248284,0.586073677 L192.255143,0.586073677 L192.340876,0.596361688 L192.351164,0.596361688 L192.436898,0.610079035 L192.447186,0.610079035 L192.52949,0.623796383 L192.536348,0.623796383 L192.622082,0.637513731 L192.63237,0.637513731 L192.714674,0.651231078 L192.724962,0.651231078 L192.810695,0.664948426 L192.820983,0.664948426 L192.906717,0.678665774 L192.917005,0.678665774 L192.999309,0.695812458 L193.006167,0.695812458 L193.091901,0.712959143 L193.102189,0.712959143 L193.184493,0.72667649 L193.194781,0.72667649 L193.277085,0.743823175 L193.287373,0.747252512 L193.373106,0.764399196 L193.383395,0.767828533 L193.469128,0.784975218 L193.479416,0.788404555 L193.56172,0.805551239 L193.568579,0.805551239 L193.650883,0.822697924 L193.657741,0.822697924 L193.743475,0.839844608 L193.753763,0.839844608 L193.836067,0.856991293 L193.846355,0.856991293 L193.928659,0.877567314 L193.938947,0.877567314 L194.021251,0.898143336 L194.02811,0.901572672 L194.110414,0.922148694 L194.120702,0.925578031 L194.203006,0.946154052 L194.213294,0.946154052 L194.295598,0.966730074 L194.302457,0.970159411 L194.384761,0.990735432 L194.39162,0.994164769 L194.473924,1.01817013 L194.484212,1.01817013 L194.566516,1.03874615 L194.576804,1.04217549 L194.659108,1.06275151 L194.669396,1.06275151 L194.7517,1.08332753 L194.758559,1.08332753 L194.840863,1.10390355 L194.851151,1.10733289 L194.933455,1.12790891 L194.943743,1.13133825 L195.026047,1.1553436 L195.032906,1.15877294 L195.11521,1.1827783 L195.125498,1.1827783 L195.207802,1.20678366 L195.21809,1.21021299 L195.300394,1.23421835 L195.307253,1.23764769 L195.389557,1.26165305 L195.399845,1.26508238 L195.482149,1.28908774 L195.492437,1.29251708 L195.574741,1.31652244 L195.585029,1.31995177 L195.667333,1.34395713 L195.677621,1.34738647 L195.759925,1.37139183 L195.766784,1.37482117 L195.849088,1.40225586 L195.855946,1.4056852 L195.938251,1.43311989 L195.948539,1.43311989 L196.030843,1.46055459 L196.041131,1.46398392 L196.123435,1.49141862 L196.130293,1.49484796 L196.212597,1.52228265 L196.219456,1.52571199 L196.30176,1.55314668 L196.312048,1.55657602 L196.394352,1.58401072 L196.40464,1.58744005 L196.486944,1.61487475 L196.497232,1.61830409 L196.579537,1.64573878 L196.586395,1.64916812 L196.668699,1.67660281 L196.678987,1.68003215 L196.761291,1.71089618 L196.771579,1.71432552 L196.853883,1.74518955 L196.864171,1.74861889 L196.943046,1.77948292 L196.953334,1.78291226 L197.035638,1.81377629 L197.045926,1.81720563 L197.124801,1.84806966 L197.135089,1.851499 L197.217393,1.88236303 L197.227681,1.88579236 L197.306556,1.92008573 L197.316844,1.92351507 L197.395719,1.95780844 L197.406007,1.96123778 L197.484881,1.99553115 L197.49174,1.99896048 L197.574044,2.02982451 L197.580903,2.03325385 L197.659778,2.06754722 L197.670066,2.07097656 L197.75237,2.10526993 L197.759228,2.10869926 L197.838103,2.14299263 L197.844962,2.14642197 L197.923837,2.18071534 L197.934125,2.18414468 L198.016429,2.21843804 L198.026717,2.22186738 L198.105591,2.25616075 L198.11245,2.25959009 L198.191325,2.29731279 L198.201613,2.30074213 L198.280488,2.3350355 L198.287346,2.33846484 L198.366221,2.37618754 L198.37308,2.37961688 L198.451954,2.41733958 L198.462242,2.42076892 L198.544547,2.45506229 L198.551405,2.46192096 L198.63028,2.49964367 L198.637139,2.50307301 L198.716013,2.54079571 L198.722872,2.54422505 L198.801747,2.58194776 L198.812035,2.58537709 L198.89091,2.6230998 L198.901198,2.62652914 L198.980072,2.66425184 L198.986931,2.66768118 L199.065806,2.70540388 L199.076094,2.70883322 L199.151539,2.74998526 L199.158398,2.75684394 L199.237273,2.79799598 L199.247561,2.80142532 L199.326435,2.84257736 L199.333294,2.8460067 L199.412169,2.88715874 L199.422457,2.89058808 L199.501332,2.93174012 L199.51162,2.93859879 L199.587065,2.97975084 L199.597353,2.98318017 L199.676228,3.02433222 L199.683086,3.02776155 L199.758532,3.0689136 L199.76539,3.07234293 L199.844265,3.11349498 L199.851124,3.11692431 L199.926569,3.15807636 L199.936857,3.16150569 L200.012303,3.20608707 L200.019161,3.20951641 L200.094607,3.25409779 L200.101466,3.26095646 L200.176911,3.30553784 L200.18377,3.31239652 L200.259215,3.3569779 L200.269503,3.36383657 L200.348378,3.40841795 L239.339938,26.3438232 L239.401666,26.3815459 L239.411954,26.3849752 L239.473683,26.4226979 L239.483971,26.4295566 L239.545699,26.4672793 L239.552557,26.474138 L239.614285,26.5118607 L239.621144,26.51529 L239.682872,26.5530127 L239.689731,26.5598714 L239.751459,26.5975941 L239.758317,26.6044528 L239.820046,26.6421755 L239.826904,26.6456048 L239.885203,26.6833275 L239.892062,26.6867569 L239.95379,26.7244796 L239.960648,26.7279089 L240.018947,26.7656316 L240.025806,26.769061 L240.084104,26.8067837 L240.090963,26.810213 L240.149262,26.851365 L240.15955,26.8547944 L240.217849,26.8959464 L240.224707,26.8993758 L240.286435,26.9405278 L240.296723,26.9473865 L240.413321,27.0262612 L240.430468,27.0365492 L240.550494,27.1188533 L240.567641,27.1291413 L240.684238,27.2114454 L240.697956,27.2217334 L240.814553,27.3040375 L240.8317,27.3143255 L240.948297,27.3966296 L240.965444,27.4069176 L241.078612,27.492651 L241.09233,27.502939 L241.205498,27.5886725 L241.219215,27.5989605 L241.332383,27.6846939 L241.3461,27.6949819 L241.459269,27.7807153 L241.472986,27.7944327 L241.586154,27.8835954 L241.599871,27.8973128 L241.70961,27.9864756 L241.723328,27.9967636 L241.833066,28.0859263 L241.846784,28.0962143 L241.956522,28.1853771 L241.97024,28.1990944 L242.079979,28.2916865 L242.093696,28.3019745 L242.203435,28.3945666 L242.217152,28.4048547 L242.323461,28.4974468 L242.337179,28.5077348 L242.443488,28.6003269 L242.457206,28.6106149 L242.563515,28.703207 L242.577232,28.713495 L242.680113,28.8095164 L242.69383,28.8198044 L242.79671,28.9158259 L242.810427,28.9295432 L242.913307,29.0255646 L242.927025,29.039282 L243.026476,29.1353034 L243.040193,29.1490208 L243.143073,29.2484715 L243.15679,29.2621889 L243.256241,29.3616397 L243.269958,29.375357 L243.369409,29.4748078 L243.383127,29.4885251 L243.482577,29.5879759 L243.492865,29.6016932 L243.592316,29.7045733 L243.606033,29.7182907 L243.702055,29.8211708 L243.715772,29.8348881 L243.811794,29.9377683 L243.825511,29.9514856 L243.921532,30.0543657 L243.93525,30.0680831 L244.031271,30.1743925 L244.041559,30.1881098 L244.134151,30.2944193 L244.144439,30.3081366 L244.237031,30.4144461 L244.250749,30.4281634 L244.343341,30.5344729 L244.353629,30.5481902 L244.442792,30.6544997 L244.45308,30.668217 L244.545672,30.7745265 L244.559389,30.7882438 L244.648552,30.8945532 L244.65884,30.9116999 L244.748003,31.0214387 L244.758291,31.0351561 L244.844024,31.1448948 L244.854312,31.1620415 L244.940046,31.2717803 L244.950334,31.2854977 L245.036067,31.3986658 L245.046355,31.4123831 L245.128659,31.5255512 L245.142376,31.5392686 L245.224681,31.6524367 L245.234969,31.6661541 L245.317273,31.7793222 L245.327561,31.7930395 L245.409865,31.9062076 L245.420153,31.919925 L245.499027,32.0365224 L245.509315,32.0536691 L245.58819,32.1702666 L245.598478,32.1874133 L245.677353,32.3040107 L245.687641,32.3177281 L245.766516,32.4343255 L245.776804,32.4514722 L245.852249,32.5680697 L245.862537,32.5852163 L245.937983,32.7018138 L245.948271,32.7189605 L246.023716,32.8389873 L246.034004,32.856134 L246.109449,32.9761608 L246.119737,32.9933074 L246.191754,33.1099049 L246.202042,33.1270516 L246.274058,33.2470784 L246.280916,33.2642251 L246.352932,33.3842518 L246.36322,33.3979692 L246.431807,33.517996 L246.442095,33.5351427 L246.514111,33.6585988 L246.524399,33.6757455 L246.592986,33.7992016 L246.603274,33.812919 L246.668431,33.9363751 L246.67529,33.9535218 L246.743877,34.0769779 L246.750735,34.0941246 L246.815893,34.2175807 L246.826181,34.2347274 L246.887909,34.3581835 L246.894768,34.3753302 L246.959925,34.5022157 L246.966784,34.515933 L247.028512,34.6428185 L247.03537,34.6599652 L247.097098,34.7868506 L247.103957,34.8039973 L247.162256,34.9308828 L247.169115,34.9480295 L247.230843,35.0749149 L247.237701,35.0920616 L247.296,35.2189471 L247.306288,35.2360938 L247.361157,35.3629792 L247.368016,35.3801259 L247.422885,35.5104407 L247.429744,35.5275874 L247.484614,35.6579022 L247.494902,35.6750489 L247.549771,35.8053637 L247.55663,35.8225104 L247.611499,35.9528252 L247.618358,35.9699719 L247.669798,36.1002867 L247.676656,36.1174334 L247.728096,36.2477482 L247.734955,36.2648948 L247.782966,36.3952096 L247.789825,36.4123563 L247.837835,36.5426711 L247.844694,36.5598178 L247.892705,36.693562 L247.899563,36.7107086 L247.944145,36.8444528 L247.951003,36.8615995 L247.995585,36.9953436 L248.002443,37.0124903 L248.047025,37.1462344 L248.053883,37.1633811 L248.098465,37.2971253 L248.105324,37.3142719 L248.146476,37.4480161 L248.149905,37.4651628 L248.191057,37.5989069 L248.197916,37.6160536 L248.239068,37.7497977 L248.242497,37.7669444 L248.28022,37.9041179 L248.287078,37.9212646 L248.324801,38.0550087 L248.33166,38.0721554 L248.369382,38.2093289 L248.376241,38.2264756 L248.410534,38.363649 L248.413964,38.3807957 L248.448257,38.5179692 L248.451687,38.5351159 L248.48598,38.6722894 L248.489409,38.689436 L248.523703,38.8266095 L248.527132,38.8471855 L248.557996,38.984359 L248.564855,39.0015057 L248.595719,39.1421085 L248.599148,39.1592552 L248.630012,39.2964287 L248.633441,39.3135754 L248.664305,39.4541782 L248.667735,39.4713248 L248.695169,39.6119277 L248.698599,39.6290743 L248.726033,39.7696772 L248.729463,39.7902532 L248.753468,39.930856 L248.753468,39.951432 L248.777474,40.0920348 L248.780903,40.1091815 L248.801479,40.2497843 L248.804908,40.2703603 L248.825484,40.4109632 L248.828914,40.4315392 L248.84949,40.572142 L248.852919,40.5892887 L248.873495,40.7298915 L248.876924,40.7504675 L248.894071,40.8944997 L248.8975,40.9150757 L248.914647,41.0556785 L248.914647,41.0762545 L248.931794,41.2168573 L248.935223,41.234004 L248.94894,41.3780362 L248.95237,41.3951829 L248.966087,41.539215 L248.966087,41.559791 L248.979804,41.7038232 L248.983234,41.7209699 L248.993522,41.8615727 L248.996951,41.8821487 L249.007239,42.0261808 L249.007239,42.0467569 L249.014098,42.1873597 L249.014098,42.201077 L249.017527,42.2730931 L249.017527,42.2799518 L249.020956,42.3519678 L249.020956,42.3622559 L249.024386,42.4342719 L249.024386,42.4445599 L249.027815,42.516576 L249.027815,42.526864 L249.031244,42.5988801 L249.031244,42.6091681 L249.034674,42.6811842 L249.034674,42.7737763 L249.038103,42.8457924 L249.038103,90.6095968 L249.034674,90.6850422 L249.034674,90.6919009 L249.031244,90.7673463 L249.031244,90.8633677 L249.027815,90.9388131 L249.027815,90.9491011 L249.024386,91.0279759 L249.024386,91.0348346 L249.020956,91.11028 L249.020956,91.120568 L249.017527,91.1960134 L249.017527,91.2063014 L249.014098,91.2817468 L249.010668,91.2920348 L249.007239,91.3674802 L249.007239,91.3777683 L249.00381,91.456643 L249.00381,91.466931 L249.00038,91.5423764 L249.00038,91.5526644 L248.993522,91.6281098 L248.990092,91.6383979 L248.983234,91.7172726 L248.983234,91.7275606 L248.979804,91.8064354 L248.979804,91.8167234 L248.972946,91.8955981 L248.972946,91.9058861 L248.969516,91.9813315 L248.969516,91.9916196 L248.962658,92.0704943 L248.962658,92.0807823 L248.955799,92.1562277 L248.95237,92.1665157 L248.945511,92.2419612 L248.945511,92.2522492 L248.938652,92.3311239 L248.938652,92.3379826 L248.931794,92.413428 L248.928364,92.423716 L248.921506,92.4991614 L248.918076,92.5094494 L248.911218,92.5848948 L248.911218,92.5951829 L248.90093,92.6740576 L248.90093,92.6843456 L248.890642,92.759791 L248.890642,92.770079 L248.880354,92.8455244 L248.880354,92.8558125 L248.870066,92.9312579 L248.866636,92.9415459 L248.856348,93.0169913 L248.852919,93.0272793 L248.842631,93.1027247 L248.839202,93.1130127 L248.828914,93.1884581 L248.828914,93.1987461 L248.818626,93.2741916 L248.818626,93.2844796 L248.808338,93.359925 L248.808338,93.3667837 L248.79805,93.4422291 L248.79805,93.4525171 L248.787762,93.5279625 L248.787762,93.5382505 L248.777474,93.6136959 L248.774044,93.6239839 L248.763756,93.6994293 L248.760327,93.7097173 L248.74661,93.7851628 L248.74661,93.7920214 L248.732892,93.8674668 L248.732892,93.8777549 L248.722604,93.9532003 L248.722604,93.9600589 L248.708887,94.0355044 L248.705457,94.0457924 L248.69174,94.1212378 L248.69174,94.1315258 L248.678023,94.2069712 L248.674593,94.2172592 L248.660876,94.2892753 L248.657447,94.2995633 L248.6403,94.3750087 L248.6403,94.3852967 L248.623153,94.4607421 L248.619724,94.4676008 L248.606007,94.5430462 L248.602577,94.5533342 L248.58886,94.6253503 L248.585431,94.6356383 L248.568284,94.7110837 L248.564855,94.7179424 L248.547708,94.7933878 L248.547708,94.8036758 L248.530561,94.8791212 L248.530561,94.8859799 L248.513415,94.9614253 L248.509985,94.9717133 L248.492839,95.0437294 L248.489409,95.0505881 L248.472263,95.1260335 L248.468833,95.1363215 L248.451687,95.2117669 L248.448257,95.2220549 L248.427681,95.294071 L248.424252,95.304359 L248.407105,95.3763751 L248.403676,95.3832338 L248.386529,95.4586792 L248.386529,95.4689672 L248.365953,95.5444126 L248.362524,95.5547006 L248.345377,95.6267167 L248.341948,95.6370047 L248.321372,95.7090208 L248.321372,95.7193088 L248.300796,95.7913248 L248.297366,95.8016129 L248.27679,95.8736289 L248.27679,95.8839169 L248.256214,95.955933 L248.256214,95.966221 L248.235638,96.0382371 L248.232209,96.0485251 L248.211633,96.1205412 L248.208204,96.1308292 L248.187628,96.2028453 L248.184198,96.209704 L248.163622,96.28172 L248.160193,96.292008 L248.136188,96.3640241 L248.132758,96.3743121 L248.108753,96.4463282 L248.105324,96.4566162 L248.081318,96.5286323 L248.077889,96.5389203 L248.053883,96.6109364 L248.050454,96.617795 L248.026449,96.6898111 L248.023019,96.7000991 L247.999014,96.7721152 L247.995585,96.7824032 L247.971579,96.8544193 L247.96815,96.861278 L247.944145,96.933294 L247.940715,96.9401527 L247.91671,97.0121688 L247.913281,97.0224568 L247.889275,97.0944729 L247.885846,97.1047609 L247.861841,97.176777 L247.858411,97.187065 L247.830977,97.259081 L247.827547,97.2693691 L247.803542,97.3413851 L247.800113,97.3516731 L247.776107,97.4236892 L247.772678,97.4305479 L247.745243,97.502564 L247.741814,97.5094226 L247.714379,97.5814387 L247.71095,97.5917267 L247.683515,97.6603135 L247.680086,97.6706015 L247.652651,97.7426175 L247.649222,97.7494762 L247.621787,97.818063 L247.618358,97.828351 L247.590923,97.900367 L247.587494,97.9106551 L247.560059,97.9792418 L247.55663,97.9895298 L247.529195,98.0581165 L247.525766,98.0684046 L247.498331,98.1369913 L247.494902,98.1472793 L247.467467,98.215866 L247.464038,98.2261541 L247.436603,98.2947408 L247.433173,98.3050288 L247.402309,98.3770449 L247.39888,98.3873329 L247.368016,98.4559196 L247.364587,98.4662076 L247.333723,98.5347944 L247.330293,98.541653 L247.299429,98.6102398 L247.296,98.6205278 L247.265136,98.6891145 L247.261707,98.6994025 L247.230843,98.7679893 L247.227413,98.774848 L247.196549,98.8434347 L247.19312,98.8502934 L247.162256,98.9188801 L247.155397,98.9291681 L247.124533,98.9977549 L247.121104,99.0046135 L247.08681,99.0697709 L247.083381,99.0800589 L247.052517,99.1486457 L247.045658,99.1555044 L247.014794,99.2240911 L247.011365,99.2309498 L246.977072,99.2995365 L246.973642,99.3063952 L246.942778,99.3715526 L246.939349,99.3784113 L246.905056,99.446998 L246.898197,99.457286 L246.863904,99.5224434 L246.860474,99.5327314 L246.826181,99.5978888 L246.822752,99.6047475 L246.788458,99.6733342 L246.785029,99.6801929 L246.750735,99.7453503 L246.747306,99.752209 L246.713013,99.8207957 L246.709583,99.8310837 L246.67529,99.8962411 L246.668431,99.9065291 L246.630709,99.9716865 L246.627279,99.9785452 L246.589557,100.047132 L246.586127,100.053991 L246.551834,100.119148 L246.548405,100.129436 L246.510682,100.194593 L246.507253,100.201452 L246.472959,100.270039 L246.46953,100.276898 L246.431807,100.342055 L246.428378,100.352343 L246.390655,100.4175 L246.383796,100.427788 L246.349503,100.492946 L246.342644,100.503234 L246.304922,100.568391 L246.298063,100.57525 L246.26034,100.640407 L246.256911,100.647266 L246.219188,100.712423 L246.21233,100.719282 L246.174607,100.784439 L246.167748,100.791298 L246.130025,100.856455 L246.126596,100.866743 L246.088873,100.931901 L246.085444,100.93876 L246.047721,101.003917 L246.044292,101.010776 L246.006569,101.075933 L246.00314,101.086221 L245.961988,101.151378 L245.955129,101.158237 L245.913977,101.223395 L245.907119,101.230253 L245.865967,101.291981 L245.859108,101.302269 L245.817956,101.367427 L245.811097,101.377715 L245.773374,101.439443 L245.769945,101.446301 L245.728793,101.511459 L245.725364,101.518317 L245.684212,101.580046 L245.677353,101.586904 L245.636201,101.648632 L245.632772,101.65892 L245.59162,101.720648 L245.58819,101.730936 L245.547038,101.792664 L245.543609,101.799523 L245.502457,101.861251 L245.499027,101.86811 L245.457875,101.929838 L245.454446,101.936697 L245.413294,101.998425 L245.409865,102.008713 L245.365283,102.070441 L245.358425,102.077299 L245.317273,102.139027 L245.310414,102.145886 L245.269262,102.207614 L245.262403,102.217902 L245.217822,102.27963 L245.210963,102.286489 L245.166382,102.348217 L245.162952,102.355076 L245.118371,102.416804 L245.111512,102.423662 L245.066931,102.48539 L245.063502,102.492249 L245.01892,102.553977 L245.015491,102.560836 L244.97091,102.622564 L244.964051,102.629423 L244.91604,102.687721 L244.909182,102.69458 L244.8646,102.756308 L244.857741,102.763167 L244.81316,102.821466 L244.806301,102.828324 L244.76172,102.890052 L244.754861,102.896911 L244.706851,102.958639 L244.699992,102.965498 L244.655411,103.023796 L244.648552,103.030655 L244.603971,103.088954 L244.597112,103.095812 L244.55253,103.154111 L244.545672,103.16097 L244.497661,103.219269 L244.490802,103.226127 L244.442792,103.284426 L244.439362,103.291285 L244.391352,103.349583 L244.384493,103.356442 L244.336482,103.414741 L244.329624,103.421599 L244.281613,103.479898 L244.274754,103.486757 L244.226743,103.545056 L244.223314,103.551914 L244.175303,103.610213 L244.168445,103.617072 L244.120434,103.67537 L244.117005,103.682229 L244.068994,103.740528 L244.065565,103.747386 L244.017554,103.805685 L244.010695,103.812544 L243.959255,103.870843 L243.952397,103.877701 L243.900956,103.932571 L243.897527,103.939429 L243.846087,103.994299 L243.839228,104.001157 L243.791218,104.056027 L243.784359,104.062885 L243.732919,104.117755 L243.72606,104.124614 L243.67462,104.179483 L243.667762,104.186342 L243.616322,104.241211 L243.609463,104.24807 L243.558023,104.302939 L243.551164,104.309798 L243.499724,104.364667 L243.492865,104.371526 L243.441425,104.426395 L243.434567,104.433254 L243.383127,104.488123 L243.376268,104.494982 L243.321399,104.549851 L243.31454,104.55671 L243.2631,104.611579 L243.256241,104.618438 L243.204801,104.673307 L243.201372,104.680166 L243.146502,104.735035 L243.139644,104.741894 L243.088204,104.796764 L243.081345,104.803622 L243.029905,104.858492 L243.023046,104.86535 L242.968177,104.92022 L242.961318,104.927078 L242.906449,104.978518 L242.89959,104.985377 L242.844721,105.036817 L242.837862,105.043676 L242.782993,105.098545 L242.776134,105.105404 L242.721265,105.156844 L242.714406,105.163703 L242.659537,105.215143 L242.652678,105.222001 L242.597808,105.273441 L242.59095,105.2803 L242.53608,105.33174 L242.529222,105.338599 L242.470923,105.393468 L242.464064,105.400327 L242.409195,105.451767 L242.402336,105.458626 L242.347467,105.510066 L242.340608,105.516924 L242.285739,105.568364 L242.27888,105.575223 L242.220581,105.626663 L242.213723,105.633522 L242.155424,105.684962 L242.148565,105.69182 L242.090267,105.739831 L242.083408,105.74669 L242.025109,105.79813 L242.018251,105.801559 L241.959952,105.84957 L241.953093,105.856429 L241.894794,105.907869 L241.887936,105.914727 L241.829637,105.962738 L241.822778,105.969597 L241.76448,106.017608 L241.757621,106.024466 L241.699322,106.072477 L241.692463,106.079336 L241.634165,106.130776 L241.627306,106.134205 L241.569007,106.182216 L241.562149,106.189074 L241.50385,106.237085 L241.496991,106.243944 L241.438693,106.291954 L241.431834,106.298813 L241.373535,106.346824 L241.366676,106.353683 L241.308378,106.401693 L241.301519,106.405123 L241.24322,106.453133 L241.236362,106.459992 L241.178063,106.508003 L241.171204,106.514861 L241.109476,106.562872 L241.099188,106.569731 L241.03746,106.617741 L241.027172,106.6246 L240.965444,106.672611 L240.958585,106.67947 L240.900287,106.72748 L240.889999,106.73091 L240.828271,106.77892 L240.821412,106.78235 L240.759684,106.83036 L240.749396,106.837219 L240.687668,106.8818 L240.680809,106.888659 L240.619081,106.93324 L240.612222,106.93667 L240.550494,106.981251 L240.543636,106.984681 L240.481908,107.029262 L240.47162,107.032691 L240.409891,107.080702 L240.399603,107.084131 L240.337875,107.128713 L240.327587,107.132142 L240.265859,107.176723 L240.259001,107.183582 L240.193843,107.228163 L240.186985,107.231593 L240.121827,107.276174 L240.111539,107.283033 L240.046382,107.324185 L240.039523,107.331044 L239.977795,107.375625 L239.970936,107.382484 L239.909208,107.423636 L239.90235,107.430494 L239.837192,107.471646 L239.830334,107.478505 L239.768605,107.519657 L239.761747,107.523086 L239.696589,107.567668 L239.686301,107.574526 L239.621144,107.615678 L239.614285,107.619108 L239.549128,107.66026 L239.542269,107.663689 L239.477112,107.704841 L239.466824,107.708271 L239.401666,107.749423 L239.394808,107.752852 L239.32965,107.794004 L239.319362,107.800863 L239.254205,107.842015 L239.247346,107.848873 L239.182189,107.886596 L239.17533,107.893455 L239.110173,107.934607 L239.103314,107.938036 L239.038157,107.979188 L239.031298,107.982618 L238.966141,108.02377 L238.959282,108.027199 L238.894125,108.068351 L238.883837,108.07521 L238.81525,108.116362 L238.808391,108.119791 L238.743234,108.160943 L238.736375,108.164372 L238.667788,108.205524 L238.66093,108.212383 L238.592343,108.250106 L238.582055,108.253535 L238.513468,108.294687 L238.50661,108.298117 L238.441452,108.335839 L238.434593,108.339269 L198.664573,130.489356 L198.661144,130.492785 L198.599416,130.527078 L198.592557,130.530508 L198.5274,130.564801 L198.517112,130.56823 L198.451954,130.602524 L198.445096,130.609382 L198.379938,130.647105 L198.36965,130.650534 L198.304493,130.688257 L198.297634,130.695116 L198.232477,130.729409 L198.222189,130.736268 L198.157031,130.770561 L198.150173,130.773991 L198.081586,130.808284 L198.074727,130.811713 L198.00957,130.846007 L198.002711,130.849436 L197.937554,130.8803 L197.930695,130.887159 L197.862109,130.918023 L197.85182,130.921452 L197.786663,130.955745 L197.779804,130.959175 L197.711218,130.993468 L197.704359,130.996898 L197.639202,131.027762 L197.628914,131.03462 L197.560327,131.065484 L197.553468,131.068914 L197.488311,131.099778 L197.478023,131.103207 L197.409436,131.134071 L197.399148,131.1375 L197.333991,131.168364 L197.327132,131.171794 L197.258545,131.202658 L197.251687,131.206087 L197.1831,131.236951 L197.172812,131.24038 L197.104225,131.271244 L197.093937,131.274674 L197.02878,131.305538 L197.021921,131.308967 L196.956764,131.339831 L196.949905,131.343261 L196.881318,131.374125 L196.874459,131.377554 L196.809302,131.404989 L196.799014,131.408418 L196.730427,131.439282 L196.720139,131.442711 L196.651553,131.473575 L196.644694,131.477005 L196.576107,131.504439 L196.565819,131.507869 L196.497232,131.535303 L196.490374,131.538733 L196.421787,131.566167 L196.411499,131.569597 L196.342912,131.597031 L196.336054,131.600461 L196.267467,131.627896 L196.260608,131.631325 L196.192021,131.65876 L196.181733,131.662189 L196.113147,131.686194 L196.106288,131.689624 L196.041131,131.717058 L196.034272,131.720488 L195.965685,131.747922 L195.958827,131.751352 L195.89024,131.775357 L195.879952,131.778786 L195.811365,131.802792 L195.801077,131.806221 L195.73249,131.833656 L195.725632,131.837085 L195.657045,131.86109 L195.646757,131.86452 L195.57817,131.891954 L195.571311,131.895384 L195.502725,131.919389 L195.495866,131.922818 L195.427279,131.946824 L195.420421,131.950253 L195.351834,131.974259 L195.341546,131.977688 L195.272959,131.998264 L195.2661,132.001693 L195.197514,132.025699 L195.187226,132.029128 L195.118639,132.053133 L195.108351,132.056563 L195.039764,132.080568 L195.029476,132.083997 L194.960889,132.108003 L194.950601,132.111432 L194.878585,132.132008 L194.868297,132.135437 L194.796281,132.159443 L194.789423,132.159443 L194.717407,132.180019 L194.703689,132.183448 L194.566516,132.2246 L194.549369,132.228029 L194.408766,132.269182 L194.38819,132.272611 L194.251017,132.310334 L194.230441,132.313763 L194.089838,132.351486 L194.072691,132.358344 L193.932088,132.396067 L193.914942,132.399496 L193.774339,132.43379 L193.757192,132.437219 L193.616589,132.471512 L193.596013,132.478371 L193.455411,132.512664 L193.434835,132.516094 L193.294232,132.550387 L193.273656,132.553816 L193.133053,132.584681 L193.115906,132.58811 L192.975303,132.618974 L192.958157,132.622403 L192.817554,132.653267 L192.800407,132.656697 L192.656375,132.684131 L192.639228,132.687561 L192.498626,132.711566 L192.481479,132.714995 L192.337447,132.74243 L192.3203,132.745859 L192.176268,132.769865 L192.159121,132.773294 L192.015089,132.797299 L191.997942,132.800729 L191.85734,132.821305 L191.836764,132.821305 L191.696161,132.841881 L191.679014,132.84531 L191.538411,132.865886 L191.521265,132.865886 L191.380662,132.886462 L191.363515,132.889891 L191.219483,132.907038 L191.202336,132.910468 L191.058304,132.927614 L191.041157,132.931044 L190.897125,132.94819 L190.879979,132.94819 L190.735946,132.961908 L190.71537,132.965337 L190.571338,132.979054 L190.554192,132.979054 L190.410159,132.992772 L190.393013,132.992772 L190.248981,133.00306 L190.231834,133.006489 L190.087802,133.013348 L190.067226,133.016777 L189.923194,133.023636 L189.902618,133.023636 L189.758585,133.030494 L189.741439,133.032209 L189.597407,133.039068 L189.600836,133.039068 L189.456804,133.042497 L189.439657,133.042497 L189.295625,133.049356 L189.151593,133.050727 L189.131017,133.050727 L188.986985,133.054157 L188.644051,133.054157 L188.500019,133.050727 L188.479443,133.050727 L188.335411,133.047298 L188.318264,133.047298 L188.174232,133.04284 L188.157085,133.039411 L188.013053,133.035981 L187.995906,133.035981 L187.851874,133.029123 L187.834727,133.029123 L187.690695,133.022264 L187.673549,133.018835 L187.529516,133.008547 L187.51237,133.008547 L187.368338,132.998259 L187.351191,132.998259 L187.207159,132.987971 L187.190012,132.984541 L187.04598,132.970824 L187.028833,132.970824 L186.884801,132.957106 L186.867654,132.953677 L186.723622,132.93653 L186.706476,132.933101 L186.562443,132.915954 L186.545297,132.912525 L186.404694,132.895378 L186.387547,132.895378 L186.243515,132.878232 L186.226368,132.878232 L186.082336,132.857656 L186.06519,132.854226 L185.921157,132.83365 L185.904011,132.830221 L185.763408,132.809645 L185.746261,132.806216 L185.605658,132.78564 L185.588512,132.78221 L185.44448,132.758205 L185.427333,132.754776 L185.283301,132.73077 L185.266154,132.727341 L185.125551,132.699906 L185.108405,132.696477 L184.967802,132.669042 L184.950655,132.665613 L184.810052,132.638178 L184.789476,132.634749 L184.648873,132.607314 L184.631727,132.603885 L184.491124,132.573021 L184.473977,132.569591 L184.329945,132.538727 L184.312798,132.535298 L184.172196,132.501005 L184.155049,132.497575 L184.014446,132.463282 L183.99387,132.459853 L183.853267,132.425559 L183.832691,132.42213 L183.692088,132.387837 L183.674942,132.380978 L183.534339,132.343255 L183.517192,132.339826 L183.376589,132.302103 L183.359443,132.295244 L183.21884,132.254092 L183.201693,132.250663 L183.06452,132.209511 L183.043944,132.206082 L182.90677,132.16493 L182.889624,132.1615 L182.75245,132.116919 L182.735303,132.11349 L182.601559,132.068908 L182.591271,132.065479 L182.519255,132.041474 L182.512397,132.038044 L182.44381,132.017468 L182.436951,132.014039 L182.368364,131.990033 L182.361506,131.986604 L182.292919,131.966028 L182.282631,131.962599 L182.214044,131.938593 L182.207186,131.935164 L182.138599,131.911159 L182.128311,131.907729 L182.059724,131.883724 L182.049436,131.880295 L181.980849,131.856289 L181.970561,131.85286 L181.901975,131.828855 L181.891687,131.825425 L181.8231,131.797991 L181.812812,131.794561 L181.744225,131.770556 L181.737366,131.767127 L181.66878,131.743121 L181.658492,131.739692 L181.589905,131.712257 L181.583046,131.708828 L181.514459,131.681393 L181.504171,131.677964 L181.435585,131.650529 L181.425297,131.6471 L181.35671,131.619665 L181.349851,131.616236 L181.281265,131.588801 L181.270977,131.585372 L181.20239,131.557937 L181.192102,131.554508 L181.123515,131.523644 L181.113227,131.520214 L181.04464,131.49278 L181.034352,131.48935 L180.965766,131.461916 L180.958907,131.455057 L180.89032,131.427622 L180.880032,131.424193 L180.814875,131.396758 L180.804587,131.393329 L180.739429,131.365894 L180.732571,131.362465 L180.667413,131.331601 L180.657125,131.328171 L180.588539,131.297307 L180.578251,131.293878 L180.509664,131.263014 L180.499376,131.259585 L180.434218,131.228721 L180.425302,131.225291 L180.356715,131.194427 L180.349857,131.190998 L180.284699,131.160134 L180.277841,131.156705 L180.209254,131.125841 L180.198966,131.118982 L180.133808,131.088118 L180.12352,131.084689 L180.054934,131.053825 L180.048075,131.050395 L179.982918,131.016102 L179.97263,131.009243 L179.907472,130.978379 L179.900614,130.97495 L179.832027,130.940656 L179.825168,130.933798 L179.760011,130.899504 L179.749723,130.896075 L179.684565,130.861782 L179.674277,130.858352 L179.60912,130.824059 L179.598832,130.8172 L179.533674,130.782907 L179.526816,130.779478 L179.461658,130.745184 L179.4548,130.741755 L179.389642,130.707461 L179.382784,130.704032 L179.317626,130.666309 L179.307338,130.659451 L179.242181,130.625157 L179.235322,130.621728 L179.170165,130.587435 L179.159877,130.580576 L179.094719,130.542853 L179.084431,130.535995 L179.019274,130.498272 L179.012415,130.491413 L178.947258,130.45712 L178.93697,130.453691 L178.871812,130.415968 L178.864954,130.412539 L178.799796,130.374816 L178.792938,130.371386 L178.72778,130.333664 L178.717492,130.326805 L178.655764,130.289082 L178.652335,130.285653 L142.719743,109.298111 L142.712884,109.294682 L142.637439,109.2501 L142.627151,109.243242 L142.548276,109.195231 L142.541417,109.191802 L142.465972,109.14722 L142.459113,109.140362 L142.383668,109.092351 L142.376809,109.088922 L142.301364,109.04434 L142.294505,109.040911 L142.21563,108.9929 L142.208772,108.989471 L142.133326,108.944889 L142.126468,108.94146 L142.051022,108.893449 L142.044163,108.89002 L141.968718,108.842009 L141.961859,108.83858 L141.886414,108.790569 L141.879555,108.783711 L141.80411,108.7357 L141.797251,108.732271 L141.721806,108.680831 L141.714947,108.677401 L141.642931,108.62939 L141.636072,108.622532 L141.560627,108.571092 L141.550339,108.564233 L141.478323,108.516222 L141.471464,108.512793 L141.396019,108.461353 L141.38916,108.454494 L141.313715,108.406484 L141.306856,108.399625 L141.23484,108.351614 L141.227981,108.348185 L141.152536,108.296745 L141.145677,108.289886 L141.073661,108.238446 L141.066802,108.231587 L140.994786,108.180147 L140.987928,108.176718 L140.915912,108.125278 L140.905624,108.118419 L140.833608,108.066979 L140.826749,108.060121 L140.754733,108.008681 L140.744445,108.001822 L140.672429,107.946952 L140.66557,107.940094 L140.593554,107.888654 L140.586695,107.881795 L140.514679,107.826926 L140.50782,107.820067 L140.435804,107.768627 L140.428946,107.761768 L140.360359,107.706899 L140.3535,107.70004 L140.281484,107.645171 L140.274626,107.638312 L140.20261,107.583443 L140.195751,107.576584 L140.123735,107.521715 L140.116876,107.514856 L140.048289,107.459987 L140.038001,107.456557 L139.969415,107.401688 L139.959127,107.394829 L139.89054,107.33996 L139.883681,107.333101 L139.815094,107.278232 L139.808236,107.271373 L139.739649,107.213074 L139.73279,107.206216 L139.664204,107.151346 L139.657345,107.144488 L139.588758,107.086189 L139.5819,107.07933 L139.513313,107.024461 L139.506454,107.017602 L139.437867,106.962733 L139.431009,106.955874 L139.363451,106.897575 L139.356592,106.890717 L139.288005,106.835847 L139.281147,106.828989 L139.21256,106.77069 L139.205701,106.763831 L139.137115,106.708962 L139.130256,106.702103 L139.061669,106.643804 L139.05481,106.640375 L138.989653,106.582076 L138.982794,106.575218 L138.917637,106.516919 L138.910778,106.51006 L138.842192,106.451762 L138.835333,106.444903 L138.770175,106.386604 L138.763317,106.379745 L138.698159,106.321447 L138.691301,106.314588 L138.626143,106.25286 L138.619285,106.246001 L138.554127,106.187703 L138.547269,106.180844 L138.482111,106.122545 L138.475253,106.115687 L138.410095,106.057388 L138.403236,106.050529 L138.338079,105.99223 L138.33122,105.985372 L138.269492,105.923644 L138.262634,105.920214 L138.197476,105.858486 L138.190618,105.851628 L138.128889,105.793329 L138.122031,105.78647 L138.060303,105.724742 L138.053444,105.717883 L137.991716,105.656155 L137.984857,105.649297 L137.923129,105.590998 L137.916271,105.584139 L137.854543,105.522411 L137.847684,105.515553 L137.785956,105.453825 L137.779097,105.446966 L137.717369,105.381808 L137.71051,105.37495 L137.652212,105.313222 L137.648782,105.306363 L137.587054,105.241206 L137.580196,105.234347 L137.518468,105.172619 L137.511609,105.16576 L137.45331,105.104032 L137.446451,105.097173 L137.384723,105.035445 L137.377865,105.028587 L137.319566,104.963429 L137.312707,104.956571 L137.250979,104.891413 L137.244121,104.884555 L137.185822,104.819397 L137.178963,104.812539 L137.120664,104.747381 L137.113806,104.740522 L137.055507,104.675365 L137.048648,104.668506 L136.99035,104.603349 L136.983491,104.59649 L136.925192,104.531333 L136.918334,104.524474 L136.860035,104.459317 L136.853176,104.452458 L136.794877,104.387301 L136.788019,104.380442 L136.733149,104.315285 L136.726291,104.308426 L136.667992,104.243269 L136.661133,104.23641 L136.602835,104.171253 L136.595976,104.164394 L136.541106,104.099236 L136.534248,104.092378 L136.479378,104.02722 L136.47252,104.020362 L136.41765,103.951775 L136.410792,103.944916 L136.352493,103.87633 L136.345634,103.869471 L136.287336,103.800884 L136.283906,103.794025 L136.229037,103.728868 L136.222178,103.722009 L136.167309,103.653423 L136.163879,103.646564 L136.10901,103.577977 L136.105581,103.571119 L136.050711,103.502532 L136.043853,103.495673 L135.988983,103.427086 L135.982125,103.420228 L135.927255,103.351641 L135.923826,103.344782 L135.872386,103.276196 L135.868956,103.269337 L135.814087,103.20075 L135.807228,103.193891 L135.755788,103.122904 L135.74893,103.116046 L135.69749,103.044029 L135.69406,103.037171 L135.64262,102.968584 L135.635762,102.961725 L135.584322,102.889709 L135.577463,102.882851 L135.526023,102.810835 L135.519164,102.800547 L135.467724,102.73196 L135.464295,102.725101 L135.412855,102.656514 L135.405996,102.649656 L135.354556,102.57764 L135.351127,102.570781 L135.299687,102.498765 L135.292828,102.491906 L135.243102,102.423319 L135.239673,102.416461 L135.188233,102.344445 L135.181374,102.337586 L135.129934,102.268999 L135.126505,102.262141 L135.075065,102.190125 L135.068206,102.179837 L135.020196,102.10782 L135.016766,102.100962 L134.968756,102.028946 L134.961897,102.018658 L134.913886,101.946642 L134.908056,101.939783 L134.860046,101.867767 L134.856616,101.860908 L134.808605,101.788892 L134.801747,101.782033 L134.753736,101.710017 L134.750307,101.703159 L134.702296,101.631143 L134.698867,101.624284 L134.650856,101.548839 L134.647427,101.54198 L134.599416,101.466534 L134.595987,101.459676 L134.551405,101.38766 L134.547976,101.380801 L134.503395,101.305356 L134.499965,101.298497 L134.455384,101.223052 L134.451954,101.216193 L134.407373,101.144177 L134.403944,101.137318 L134.359362,101.061873 L134.355933,101.055014 L134.311352,100.979569 L134.304493,100.97271 L134.263341,100.900694 L134.256482,100.890406 L134.211901,100.81496 L134.208472,100.808102 L134.16389,100.732656 L134.160461,100.725798 L134.115879,100.650352 L134.11245,100.643494 L134.067869,100.568048 L134.064439,100.55776 L134.019858,100.482315 L134.012999,100.475456 L133.971847,100.400011 L133.968418,100.393152 L133.927266,100.317707 L133.923837,100.310848 L133.879255,100.235403 L133.875826,100.228544 L133.834674,100.153098 L133.831244,100.14624 L133.790092,100.070794 L133.786663,100.063936 L133.745511,99.9884903 L133.742082,99.9816316 L133.70093,99.9061862 L133.6975,99.8958982 L133.656348,99.8204528 L133.652919,99.8135941 L133.611767,99.7381487 L133.604908,99.7278607 L133.567186,99.6524153 L133.563756,99.6455566 L133.526033,99.5701112 L133.522604,99.5598232 L133.481452,99.4809484 L133.478023,99.4706604 L133.4403,99.3917857 L133.436871,99.3814977 L133.399148,99.3060522 L133.395719,99.2991936 L133.357996,99.2203188 L133.354567,99.2134601 L133.316844,99.1345854 L133.313415,99.1242974 L133.275692,99.0454226 L133.272263,99.0351346 L133.23454,98.9562599 L133.231111,98.9459719 L133.193388,98.8670971 L133.189958,98.8602384 L133.155665,98.7813637 L133.152236,98.7710757 L133.114513,98.6922009 L133.111084,98.6819129 L133.073361,98.6030382 L133.066502,98.5927502 L133.032209,98.5138754 L133.02878,98.5035874 L132.994486,98.4247127 L132.991057,98.4144246 L132.956764,98.3355499 L132.953334,98.3286912 L132.919041,98.2498165 L132.915612,98.2429578 L132.881318,98.1640831 L132.877889,98.153795 L132.843595,98.071491 L132.840166,98.0646323 L132.805873,97.9857575 L132.802443,97.9754695 L132.771579,97.8965948 L132.76815,97.8897361 L132.733857,97.8108614 L132.730427,97.8040027 L132.696134,97.7251279 L132.692705,97.7148399 L132.658411,97.6325358 L132.654982,97.6256772 L132.624118,97.5433731 L132.620689,97.5330851 L132.589825,97.4542103 L132.586395,97.4439223 L132.555531,97.3650476 L132.552102,97.3547595 L132.521238,97.2724555 L132.517808,97.2655968 L132.486944,97.1832927 L132.483515,97.1730047 L132.452651,97.0907006 L132.449222,97.0804126 L132.418358,96.9981085 L132.414928,96.9912498 L132.384064,96.9089457 L132.380635,96.9020871 L132.349771,96.819783 L132.346342,96.809495 L132.318907,96.7271909 L132.315478,96.7203322 L132.288043,96.6380281 L132.284614,96.6277401 L132.253749,96.545436 L132.25032,96.535148 L132.222885,96.4528439 L132.219456,96.4425559 L132.192021,96.3602518 L132.188592,96.3499638 L132.161157,96.2676597 L132.157728,96.2573717 L132.130293,96.1750676 L132.126864,96.1647796 L132.099429,96.0824756 L132.096,96.0721875 L132.068565,95.9898835 L132.068565,95.9795954 L132.041131,95.893862 L132.041131,95.883574 L132.013696,95.8012699 L132.010267,95.7909819 L131.982832,95.7086778 L131.979403,95.7018192 L131.951968,95.6195151 L131.948539,95.6092271 L131.924533,95.526923 L131.921104,95.5200643 L131.897098,95.4377602 L131.893669,95.4274722 L131.869664,95.3451681 L131.866234,95.3348801 L131.842229,95.252576 L131.8388,95.242288 L131.814794,95.1599839 L131.811365,95.1531253 L131.78736,95.0673918 L131.78393,95.0571038 L131.763354,94.9713704 L131.759925,94.9610824 L131.739349,94.875349 L131.73592,94.8684903 L131.711914,94.7861862 L131.708485,94.7758982 L131.687909,94.6901648 L131.687909,94.6798768 L131.667333,94.5941433 L131.667333,94.5838553 L131.646757,94.4981219 L131.643328,94.4878339 L131.622752,94.4021005 L131.619322,94.3918125 L131.598746,94.306079 L131.595317,94.295791 L131.574741,94.2100576 L131.571311,94.2031989 L131.550735,94.1174655 L131.550735,94.1071775 L131.530159,94.0214441 L131.52673,94.0111561 L131.506154,93.9254226 L131.502725,93.9151346 L131.482149,93.8294012 L131.478719,93.8191132 L131.458143,93.7333798 L131.454714,93.7265211 L131.437567,93.6407877 L131.434138,93.6304997 L131.416991,93.5447662 L131.416991,93.5344782 L131.399845,93.4487448 L131.396415,93.4418861 L131.379269,93.3561527 L131.375839,93.3458647 L131.358693,93.2601313 L131.341546,93.1743979 L131.338117,93.1641098 L131.32097,93.0783764 L131.317541,93.0680884 L131.300394,92.982355 L131.300394,92.972067 L131.283247,92.8829042 L131.283247,92.8726162 L131.26953,92.7834534 L131.2661,92.7731654 L131.252383,92.687432 L131.252383,92.677144 L131.238666,92.5914106 L131.235236,92.5811226 L131.221519,92.4953891 L131.21809,92.4885305 L131.204372,92.4027971 L131.204372,92.392509 L131.190655,92.3033463 L131.190655,92.2964876 L131.176938,92.2107542 L131.16322,92.1250208 L131.159791,92.1147328 L131.149503,92.0289993 L131.149503,92.0187113 L131.135786,91.9295486 L131.132356,91.9192605 L131.118639,91.8300978 L131.108351,91.740935 L131.104922,91.730647 L131.094634,91.6449136 L131.094634,91.6380549 L131.080916,91.5523215 L131.070628,91.4665881 L131.070628,91.4563001 L131.06034,91.3705666 L131.06034,91.3602786 L131.050052,91.2745452 L131.046623,91.2676865 L131.036335,91.1819531 L131.036335,91.1716651 L131.026047,91.0859317 L131.026047,91.0756437 L131.015759,90.9864809 L131.015759,90.9761929 L131.0089,90.8870301 L131.0089,90.877428 L131.002042,90.7882652 L131.002042,90.7814066 L130.991754,90.6922438 L130.988324,90.6819558 L130.981466,90.592793 L130.978036,90.5859344 L130.974607,90.4967716 L130.974607,90.4864836 L130.967748,90.3973208 L130.967748,90.3870328 L130.960889,90.2978701 L130.960889,90.2910114 L130.954031,90.2018486 L130.954031,90.1915606 L130.947172,90.1023979 L130.947172,90.0921098 L130.943743,90.0029471 L130.943743,89.9926591 L130.936884,89.9034963 L130.936884,89.8932083 L130.933455,89.8040455 L130.930025,89.7148828 L130.930025,89.7069953 L130.926596,89.6178326 L130.923167,89.6075445 L130.923167,89.5080938 L130.919737,89.418931 L130.919737,89.4120723 L130.916308,89.3229096 L130.916308,89.3126216 L130.912879,89.2234588 L130.912879,89.2131708 L130.909449,89.124008 L130.909449,47.3660013 L130.912879,47.2631212 L130.912879,47.2528332 L130.916308,47.150639 L130.916308,47.1413798 L130.919737,47.0384997 L130.919737,47.0292405 L130.923167,46.9277321 L130.923167,46.9184729 L130.926596,46.8155928 L130.926596,46.8063336 L130.930025,46.7034534 L130.930025,46.6938513 L130.933455,46.5916571 L130.933455,46.5823979 L130.936884,46.4802036 L130.936884,46.4699156 L130.940313,46.3680643 L130.940313,46.3577763 L130.947172,46.255925 L130.947172,46.2466658 L130.950601,46.1437857 L130.950601,46.1352123 L130.954031,46.0357616 L130.954031,46.0289029 L130.95746,45.9294521 L130.95746,45.9225934 L130.960889,45.8231427 L130.960889,45.8128547 L130.967748,45.7099745 L130.967748,45.7031159 L130.974607,45.6002358 L130.974607,45.5933771 L130.981466,45.490497 L130.981466,45.480209 L130.988324,45.3807582 L130.988324,45.3704702 L130.998612,45.2710194 L131.002042,45.2607314 L131.0089,45.1578513 L131.0089,45.1509926 L131.019188,45.0515419 L131.019188,45.0412539 L131.029476,44.9418031 L131.029476,44.9243135 L131.039764,44.8228051 L131.039764,44.8138888 L131.050052,44.7127234 L131.050052,44.7024354 L131.06377,44.600927 L131.06377,44.590639 L131.077487,44.4877589 L131.077487,44.4791855 L131.087775,44.3790489 L131.091204,44.3687609 L131.101492,44.2693101 L131.104922,44.2614226 L131.118639,44.1619719 L131.118639,44.1516839 L131.132356,44.0522331 L131.135786,44.0429739 L131.149503,43.9411226 L131.152932,43.9318634 L131.16665,43.8324126 L131.16665,43.8221246 L131.180367,43.7226738 L131.180367,43.7123858 L131.194084,43.612935 L131.194084,43.602647 L131.207802,43.5021674 L131.207802,43.4925653 L131.224948,43.3931145 L131.224948,43.3828265 L131.242095,43.2833758 L131.245524,43.2765171 L131.262671,43.1770663 L131.2661,43.1667783 L131.283247,43.0673275 L131.283247,43.0570395 L131.300394,42.9575887 L131.300394,42.9473007 L131.317541,42.84785 L131.317541,42.8389337 L131.334687,42.7394829 L131.338117,42.7291949 L131.355263,42.6297441 L131.355263,42.6194561 L131.37241,42.5200054 L131.375839,42.5097173 L131.392986,42.4102666 L131.396415,42.3999786 L131.413562,42.3005278 L131.416991,42.2902398 L131.434138,42.190789 L131.434138,42.1808439 L131.451285,42.0813932 L131.454714,42.0745345 L131.47529,41.9750837 L131.47529,41.9647957 L131.495866,41.8653449 L131.499295,41.8550569 L131.519871,41.7556062 L131.523301,41.7453182 L131.543877,41.6458674 L131.543877,41.6355794 L131.564453,41.5395579 L131.567882,41.5292699 L131.588458,41.4298192 L131.591887,41.4195311 L131.615893,41.3200804 L131.615893,41.3097924 L131.639898,41.2103416 L131.639898,41.2000536 L131.663904,41.1040322 L131.667333,41.0937441 L131.691338,40.9942934 L131.694768,40.9874347 L131.718773,40.8914133 L131.718773,40.8845546 L131.742778,40.7851038 L131.746208,40.7748158 L131.770213,40.675365 L131.773642,40.665077 L131.797648,40.5656263 L131.797648,40.5553382 L131.821653,40.4558875 L131.825082,40.4455995 L131.852517,40.3461487 L131.852517,40.3358607 L131.879952,40.2398392 L131.883381,40.2329806 L131.910816,40.1369591 L131.914245,40.1266711 L131.94168,40.0306497 L131.94168,40.023791 L131.969115,39.9277696 L131.972544,39.9174816 L131.999979,39.8214601 L132.003408,39.8111721 L132.030843,39.7151507 L132.034272,39.708292 L132.061707,39.6122706 L132.065136,39.6019826 L132.092571,39.5059612 L132.096,39.4991025 L132.126864,39.403081 L132.130293,39.392793 L132.157728,39.2967716 L132.157728,39.2864836 L132.188592,39.1904622 L132.192021,39.1836035 L132.222885,39.087582 L132.222885,39.0807234 L132.253749,38.9847019 L132.257179,38.9778433 L132.288043,38.8818218 L132.291472,38.8749632 L132.322336,38.7789417 L132.325766,38.7686537 L132.35663,38.6760616 L132.360059,38.6692029 L132.390923,38.5766109 L132.394352,38.5697522 L132.428646,38.4771601 L132.432075,38.4668721 L132.466368,38.3708506 L132.469798,38.3605626 L132.504091,38.2679705 L132.50752,38.2576825 L132.541814,38.1616611 L132.545243,38.1548024 L132.579537,38.058781 L132.582966,38.048493 L132.617259,37.9524715 L132.620689,37.9421835 L132.654982,37.8495914 L132.658411,37.8427328 L132.692705,37.7467113 L132.696134,37.7398526 L132.730427,37.6438312 L132.733857,37.6369725 L132.771579,37.5443804 L132.775009,37.5340924 L132.812731,37.4415003 L132.816161,37.4312123 L132.853883,37.3386202 L132.857313,37.3283322 L132.895035,37.2357401 L132.898465,37.2254521 L132.936188,37.13286 L132.939617,37.122572 L132.97734,37.0299799 L132.980769,37.0231212 L133.018492,36.9305291 L133.021921,36.9202411 L133.059644,36.827649 L133.063073,36.817361 L133.104225,36.7247689 L133.107654,36.7179102 L133.145377,36.6287475 L133.148806,36.6218888 L133.189958,36.5327261 L133.193388,36.522438 L133.231111,36.4332753 L133.23454,36.4229873 L133.275692,36.3303952 L133.279121,36.3235365 L133.320273,36.2343737 L133.323703,36.2240857 L133.364855,36.134923 L133.371713,36.1280643 L133.412865,36.0389015 L133.416295,36.0320429 L133.457447,35.9428801 L133.460876,35.9325921 L133.502028,35.8434293 L133.505457,35.8365707 L133.54661,35.7439786 L133.550039,35.7371199 L133.59462,35.6445278 L133.59805,35.6376691 L133.642631,35.5485064 L133.64606,35.5382184 L133.687212,35.4490556 L133.690642,35.4421969 L133.731794,35.3530342 L133.735223,35.3427461 L133.779804,35.2535834 L133.783234,35.2467247 L133.827815,35.157562 L133.831244,35.1507033 L133.875826,35.0615405 L133.882685,35.0546818 L133.930695,34.9655191 L133.937554,34.9586604 L133.982135,34.8694977 L133.985565,34.862639 L134.033575,34.7734762 L134.037005,34.7631882 L134.081586,34.6740255 L134.085015,34.6671668 L134.129597,34.578004 L134.136455,34.567716 L134.181037,34.4819826 L134.184466,34.4751239 L134.229048,34.3859612 L134.232477,34.3756731 L134.280488,34.2865104 L134.283917,34.2762224 L134.331928,34.1904889 L134.335357,34.1836303 L134.383368,34.0978969 L134.386797,34.0876088 L134.438237,33.9984461 L134.441666,33.9915874 L134.489677,33.905854 L134.493106,33.8989953 L134.544547,33.8132619 L134.547976,33.8029739 L134.599416,33.7138111 L134.602845,33.7069524 L134.654285,33.621219 L134.657715,33.610931 L134.709155,33.5251976 L134.712584,33.5183389 L134.764024,33.4326055 L134.770883,33.4257468 L134.822323,33.3400134 L134.825752,33.3331547 L134.877192,33.2474213 L134.884051,33.2371333 L134.935491,33.1513999 L134.93892,33.1445412 L134.99036,33.0588078 L134.99379,33.0519491 L135.04523,32.9662157 L135.052088,32.959357 L135.103528,32.8770529 L135.110387,32.8701942 L135.165257,32.7844608 L135.168686,32.7776021 L135.220126,32.6918687 L135.223555,32.68501 L135.278425,32.5992766 L135.283569,32.592418 L135.335009,32.5066845 L135.341867,32.4998259 L135.396737,32.4175218 L135.400166,32.4106631 L135.455035,32.328359 L135.461894,32.3215003 L135.516764,32.2391962 L135.523622,32.2323376 L135.578492,32.1500335 L135.581921,32.1431748 L135.63679,32.0608707 L135.643649,32.0540121 L135.698518,31.971708 L135.701948,31.9648493 L135.756817,31.8825452 L135.760246,31.8756865 L135.815116,31.7933825 L135.818545,31.7865238 L135.876844,31.7042197 L135.883703,31.697361 L135.938572,31.6150569 L135.942001,31.6081983 L136.0003,31.5293235 L136.003729,31.5224648 L136.062028,31.4435901 L136.065457,31.4367314 L136.123756,31.3544273 L136.127186,31.3475687 L136.185484,31.2686939 L136.188914,31.2618352 L136.247212,31.1795311 L136.254071,31.1726725 L136.31237,31.0937977 L136.319228,31.086939 L136.377527,31.0080643 L136.384386,31.0012056 L136.446114,30.9223309 L136.449543,30.9154722 L136.507842,30.8365975 L136.511271,30.8297388 L136.56957,30.750864 L136.576429,30.7440054 L136.638157,30.6651306 L136.645015,30.6582719 L136.703314,30.5793972 L136.710173,30.5725385 L136.771901,30.4936638 L136.77533,30.4868051 L136.837058,30.4079303 L136.843917,30.4010717 L136.905645,30.3221969 L136.912504,30.3153382 L136.977661,30.2364635 L136.98452,30.2296048 L137.046248,30.1507301 L137.049677,30.1438714 L137.111405,30.068426 L137.118264,30.0615673 L137.179992,29.9826926 L137.186851,29.9758339 L137.248579,29.8969591 L137.252008,29.8901005 L137.317165,29.8112257 L137.324024,29.804367 L137.385752,29.7289216 L137.392611,29.722063 L137.457768,29.6466175 L137.464627,29.6397589 L137.529784,29.5643135 L137.536643,29.5574548 L137.6018,29.4820094 L137.60523,29.4751507 L137.670387,29.3997053 L137.677246,29.3928466 L137.742403,29.3174012 L137.749262,29.3105425 L137.814419,29.2350971 L137.821278,29.2282384 L137.886435,29.152793 L137.889865,29.1459344 L137.955022,29.0704889 L137.961881,29.0636303 L138.027038,28.9916142 L138.033897,28.9847555 L138.102484,28.9093101 L138.109342,28.9024514 L138.1745,28.827006 L138.181358,28.8201474 L138.249945,28.7447019 L138.256804,28.7378433 L138.32539,28.6623979 L138.32882,28.6555392 L138.400836,28.5835231 L138.407695,28.5766644 L138.476281,28.5046484 L138.48314,28.4977897 L138.551727,28.4257736 L138.558585,28.4189149 L138.627172,28.3468989 L138.634031,28.3400402 L138.706047,28.2680241 L138.712906,28.2611654 L138.784922,28.1891494 L138.79178,28.1822907 L138.863796,28.1102746 L138.870655,28.1034159 L138.942671,28.0348292 L138.94953,28.0279705 L139.018117,27.9559545 L139.021546,27.9490958 L139.093562,27.8770797 L139.100421,27.870221 L139.172437,27.8016343 L139.179295,27.7947756 L139.251311,27.7261889 L139.25817,27.7193302 L139.330186,27.6507435 L139.337045,27.6438848 L139.409061,27.5752981 L139.41592,27.5684394 L139.491365,27.4998526 L139.498224,27.492994 L139.57024,27.4244072 L139.577098,27.4175486 L139.649115,27.3489618 L139.655973,27.3421031 L139.731419,27.2735164 L139.738277,27.2666577 L139.813723,27.198071 L139.820581,27.1912123 L139.896027,27.1226256 L139.902885,27.1157669 L139.978331,27.0471802 L139.98519,27.0403215 L140.060635,26.9751641 L140.067494,26.9683054 L140.142939,26.903148 L140.149798,26.8962894 L140.225243,26.8311319 L140.232102,26.8242733 L140.307547,26.7591159 L140.314406,26.7522572 L140.389851,26.6870998 L140.39671,26.6802411 L140.475585,26.6150837 L140.482443,26.6082251 L140.557889,26.5430676 L140.564747,26.536209 L140.640193,26.4676222 L140.647052,26.4607636 L140.725926,26.3956062 L140.732785,26.3887475 L140.81166,26.3235901 L140.818518,26.3201608 L140.897393,26.2584327 L140.904252,26.251574 L140.983127,26.1864166 L140.989985,26.1795579 L141.06886,26.1144005 L141.075719,26.1075419 L141.154593,26.0423845 L141.161452,26.0355258 L141.240327,25.9703684 L141.247186,25.9635097 L141.32606,25.9017816 L141.332919,25.8983523 L141.411794,25.8366242 L141.418652,25.8297656 L141.500956,25.7680375 L141.507815,25.7611788 L141.58909,25.6994508 L141.595949,25.6925921 L141.678253,25.630864 L141.688541,25.6240054 L141.770845,25.5622773 L141.777704,25.5554186 L141.860008,25.4936906 L141.866867,25.4868319 L141.949171,25.4251038 L141.956029,25.4182451 L142.038334,25.3565171 L142.048622,25.3530877 L142.130926,25.2913597 L142.137784,25.2879303 L142.220088,25.2262023 L142.226947,25.2193436 L142.309251,25.1610449 L142.31611,25.1541862 L142.401843,25.0958875 L142.412131,25.0924581 L142.494435,25.0341594 L142.501294,25.0273007 L142.583598,24.969002 L142.590457,24.9655727 L142.672761,24.9072739 L142.67962,24.9004153 L142.761924,24.8421165 L142.768782,24.8352579 L142.851086,24.7769591 L142.857945,24.7735298 L142.943678,24.7152311 L142.950537,24.7118017 L143.032841,24.653503 L143.0397,24.6500737 L143.122004,24.5917749 L143.128863,24.5883456 L143.214596,24.5300469 L143.221455,24.5231882 L143.307188,24.4648895 L143.317476,24.4614601 L143.40321,24.4065908 L143.413498,24.3997321 L143.499231,24.3448627 L143.509519,24.3414334 L143.595253,24.286564 L143.605541,24.2831346 L143.691274,24.2282652 L143.698133,24.2214066 L143.787295,24.1665372 L143.797583,24.1631078 L143.883317,24.1082384 L143.890175,24.1013798 L143.975909,24.0499397 L143.979338,24.0465104 L176.953784,3.71054253 L176.957214,3.70711319 L177.032659,3.66253182 L177.039518,3.65567314 L177.114963,3.61109176 L177.125251,3.60766242 L177.200697,3.55965171 L177.207555,3.55622237 L177.28643,3.51164099 L177.296718,3.50821165 L177.372163,3.46363027 L177.382451,3.4567716 L177.457897,3.41219022 L177.464756,3.40533155 L177.54363,3.36075017 L177.550489,3.35732083 L177.625934,3.31273945 L177.636222,3.30588078 L177.711668,3.2612994 L177.718526,3.25787006 L177.797401,3.21328868 L177.807689,3.20985934 L177.883135,3.16527796 L177.889993,3.15841929 L177.96681,3.11726725 L177.977098,3.11383791 L178.052544,3.07268587 L178.062832,3.06925653 L178.141707,3.02810449 L178.151995,3.02124581 L178.230869,2.98009377 L178.237728,2.97666443 L178.316603,2.93551239 L178.323461,2.93208305 L178.402336,2.89093101 L178.409195,2.88407234 L178.48807,2.84634963 L178.498358,2.83949096 L178.577232,2.79833891 L178.584091,2.79490958 L178.662966,2.75718687 L178.669825,2.7503282 L178.74527,2.71260549 L178.755558,2.70574682 L178.834433,2.66802411 L178.844721,2.66459478 L178.923595,2.62344273 L178.933883,2.6200134 L179.012758,2.58229069 L179.023046,2.57886135 L179.101921,2.54113865 L179.112209,2.53770931 L179.191084,2.4999866 L179.201372,2.49655727 L179.280246,2.45883456 L179.287105,2.45540522 L179.36598,2.41768252 L179.376268,2.41425318 L179.455143,2.37653048 L179.465431,2.37310114 L179.544305,2.33880777 L179.554593,2.33537843 L179.633468,2.29765573 L179.643756,2.29422639 L179.722631,2.25993302 L179.732919,2.25650368 L179.811794,2.22221031 L179.822082,2.21878098 L179.900956,2.18448761 L179.911244,2.18105827 L179.990119,2.1467649 L179.996978,2.14333557 L180.075853,2.1090422 L180.082711,2.10561286 L180.165015,2.07131949 L180.175303,2.06789015 L180.254178,2.03359678 L180.264466,2.03016745 L180.343341,1.99930342 L180.353629,1.99587408 L180.435933,1.96158071 L180.446221,1.95815137 L180.525096,1.923858 L180.535384,1.92042867 L180.617688,1.88956463 L180.627976,1.8861353 L180.71028,1.85527127 L180.720568,1.85184193 L180.799443,1.8209779 L180.809731,1.81754856 L180.892035,1.78668453 L180.900608,1.78325519 L180.979483,1.75239116 L180.986342,1.74896182 L181.068646,1.71809779 L181.078934,1.71466845 L181.161238,1.68380442 L181.171526,1.68037508 L181.25383,1.64951105 L181.264118,1.64951105 L181.346422,1.62207636 L181.35671,1.61864702 L181.439014,1.59121232 L181.449302,1.58778299 L181.531606,1.56034829 L181.538465,1.55691896 L181.620769,1.52948426 L181.631057,1.52605492 L181.713361,1.49862023 L181.723649,1.49519089 L181.805953,1.4677562 L181.812812,1.46432686 L181.895116,1.43689216 L181.905404,1.43346283 L181.987708,1.40945747 L181.994567,1.40602813 L182.076871,1.37859344 L182.083729,1.3751641 L182.166033,1.35115874 L182.176322,1.3477294 L182.258626,1.32372405 L182.268914,1.32029471 L182.351218,1.29286001 L182.361506,1.28943068 L182.44381,1.26542532 L182.450668,1.26542532 L182.532973,1.24141996 L182.543261,1.23799062 L182.625565,1.21398526 L182.635853,1.21398526 L182.718157,1.18997991 L182.728445,1.18997991 L182.810749,1.16597455 L182.821037,1.16254521 L182.903341,1.13853985 L182.9102,1.13511052 L182.992504,1.11110516 L183.002792,1.10767582 L183.085096,1.08367046 L183.095384,1.08024113 L183.177688,1.0596651 L183.187976,1.05623577 L183.27028,1.03223041 L183.280568,1.02880107 L183.362872,1.00822505 L183.37316,1.00479571 L183.455464,0.984219692 L183.465752,0.984219692 L183.548056,0.96364367 L183.558344,0.961586068 L183.640648,0.941010047 L183.650936,0.93758071 L183.73324,0.917004689 L183.743528,0.913575352 L183.829262,0.89299933 L183.836121,0.889569993 L183.921854,0.868993972 L183.932142,0.865564635 L184.014446,0.846703282 L184.024734,0.843273945 L184.107038,0.822697924 L184.117326,0.819268587 L184.19963,0.802121902 L184.209918,0.798692565 L184.292222,0.781545881 L184.299081,0.778116544 L184.384814,0.760969859 L184.395102,0.760969859 L184.480836,0.743823175 L184.491124,0.743823175 L184.576857,0.72667649 L184.587145,0.72667649 L184.669449,0.709529806 L184.679737,0.706100469 L184.762042,0.692383121 L184.77233,0.688953784 L184.858063,0.675236437 L184.868351,0.6718071 L184.950655,0.658089752 L184.957514,0.658089752 L185.039818,0.640943068 L185.050106,0.637513731 L185.13241,0.623796383 L185.142698,0.623796383 L185.228431,0.610079035 L185.238719,0.606649699 L185.321023,0.592932351 L185.331311,0.589503014 L185.417045,0.575785666 L185.427333,0.57235633 L185.513066,0.562068319 L185.523354,0.562068319 L185.609088,0.551780308 L185.619376,0.551780308 L185.70168,0.53806296 L185.711968,0.53806296 L185.794272,0.52777495 L185.80456,0.52777495 L185.890293,0.514057602 L185.900581,0.514057602 L185.982885,0.503769591 L185.993173,0.503769591 L186.075478,0.493481581 L186.085766,0.493481581 L186.16807,0.48319357 L186.178358,0.48319357 L186.260662,0.472905559 L186.27095,0.472905559 L186.353254,0.462617549 L186.363542,0.462617549 L186.449275,0.452329538 L186.459563,0.452329538 L186.545297,0.442041527 L186.555585,0.442041527 L186.637889,0.431753516 L186.648177,0.431753516 L186.73391,0.424894843 L186.744198,0.424894843 L186.829932,0.418036169 L186.84022,0.418036169 L186.925953,0.411177495 L186.936241,0.411177495 L187.021975,0.404318821 L187.032263,0.404318821 L187.117996,0.397460147 L187.128284,0.397460147 L187.214017,0.390601474 L187.224305,0.390601474 L187.30661,0.3837428 L187.316898,0.3837428 L187.402631,0.376884126 L187.412919,0.376884126 L187.498652,0.370025452 L187.50894,0.370025452 L187.594674,0.366596115 L187.604962,0.366596115 L187.690695,0.363166778 L187.700983,0.363166778 L187.786717,0.356308104 L187.797005,0.356308104 L187.882738,0.352878768 L187.896455,0.352878768 L187.982189,0.349449431 L187.992477,0.349449431 L188.07821,0.346020094 L188.088498,0.346020094 L188.174232,0.342590757 L188.18452,0.342590757 L188.270253,0.33916142 L188.956121,0.33916142 L188.970181,0.365910248 Z M188.891306,9.62511989 L188.835408,9.62511989 L188.77951,9.62580576 L188.381021,9.62580576 L188.32478,9.6292351 L188.268881,9.6292351 L188.211954,9.63266443 L188.153656,9.63609377 L188.095357,9.63952311 L188.040488,9.64295244 L187.982189,9.64638178 L187.92389,9.64981112 L187.865591,9.65324046 L187.807293,9.65666979 L187.748994,9.66009913 L187.690695,9.66352847 L187.632397,9.6669578 L187.574098,9.67038714 L187.519228,9.67381648 L187.46093,9.68067515 L187.402631,9.68753382 L187.347762,9.6943925 L187.292892,9.69782184 L187.234593,9.70468051 L187.179724,9.71153918 L187.121425,9.71839786 L187.063127,9.72525653 L187.004828,9.7321152 L186.949958,9.73897388 L186.895089,9.74583255 L186.83679,9.75269123 L186.781921,9.7595499 L186.723622,9.76983791 L186.668753,9.77669658 L186.613883,9.78698459 L186.559014,9.79727261 L186.504145,9.80413128 L186.449275,9.81441929 L186.394406,9.8247073 L186.339537,9.83499531 L186.284667,9.84528332 L186.229798,9.85557133 L186.174928,9.86585934 L186.11663,9.87614735 L186.06176,9.88643537 L186.006891,9.90015271 L185.952021,9.91044072 L185.897152,9.92415807 L185.842283,9.93444608 L185.783984,9.94816343 L185.729115,9.96188078 L185.674245,9.97216879 L185.619376,9.98588614 L185.564506,9.99960348 L185.509637,10.0133208 L185.454768,10.0270382 L185.399898,10.0407555 L185.345029,10.0544729 L185.290159,10.0681902 L185.238719,10.0819076 L185.18385,10.0956249 L185.128981,10.1093423 L185.074111,10.1264889 L185.019242,10.1436356 L184.964372,10.1607823 L184.909503,10.177929 L184.854634,10.1950757 L184.799764,10.2122224 L184.748324,10.2293691 L184.693455,10.2465157 L184.642015,10.2636624 L184.587145,10.2808091 L184.532276,10.2979558 L184.477407,10.3151025 L184.422537,10.3322492 L184.371097,10.3528252 L184.319657,10.3734012 L184.264788,10.3905479 L184.209918,10.4076946 L184.158478,10.4282706 L184.103609,10.4488466 L184.052169,10.4659933 L183.997299,10.4865693 L183.945859,10.5071453 L183.894419,10.5277214 L183.83955,10.5517267 L183.78811,10.5723027 L183.73324,10.5928788 L183.6818,10.6134548 L183.626931,10.6340308 L183.572062,10.6580362 L183.517192,10.6786122 L183.465752,10.7026175 L183.414312,10.7266229 L183.362872,10.7506283 L183.311432,10.7746336 L183.259992,10.798639 L183.208552,10.8226443 L183.157112,10.8466497 L183.105672,10.8706551 L183.054232,10.8946604 L183.002792,10.9186658 L182.951352,10.9461005 L182.899912,10.9735352 L182.848472,10.9975405 L182.797031,11.0249752 L182.745591,11.0524099 L182.694151,11.0798446 L182.642711,11.1072793 L182.591271,11.134714 L182.539831,11.1621487 L182.488391,11.1895834 L182.436951,11.2170181 L182.385511,11.2444528 L182.334071,11.2718875 L182.282631,11.2993222 L182.231191,11.3267569 L182.179751,11.3541916 L182.128311,11.3816263 L182.076871,11.4124903 L182.025431,11.439925 L181.973991,11.470789 L181.92598,11.501653 L181.87454,11.5325171 L181.81967,11.5668104 L148.857227,31.8928332 L148.79207,31.9339853 L148.726912,31.971708 L148.665184,32.01286 L148.603456,32.0505827 L148.541728,32.0917348 L148.48,32.1328868 L148.418272,32.1740388 L148.356544,32.2151909 L148.294816,32.2563429 L148.233088,32.297495 L148.17136,32.338647 L148.109632,32.3797991 L148.047904,32.4243804 L147.989605,32.4655325 L147.927877,32.5101139 L147.869578,32.5512659 L147.811279,32.5958473 L147.749551,32.6369993 L147.691253,32.6781514 L147.629524,32.7227328 L147.567796,32.7673141 L147.509498,32.8118955 L147.451199,32.8564769 L147.3929,32.9010583 L147.334601,32.9456397 L147.276303,32.990221 L147.218004,33.0348024 L147.159705,33.0793838 L147.101407,33.1239652 L147.043108,33.1702612 L146.988238,33.2169002 L146.933369,33.2614816 L146.87507,33.306063 L146.816772,33.3540737 L146.758473,33.3986551 L146.703603,33.4466658 L146.648734,33.4946765 L146.593865,33.5426872 L146.538995,33.5906979 L146.484126,33.6387086 L146.429257,33.6867194 L146.374387,33.7347301 L146.319518,33.7861701 L146.264648,33.8341808 L146.209779,33.8821916 L146.15491,33.9302023 L146.10347,33.9816423 L146.0486,34.029653 L145.993731,34.0776638 L145.942291,34.1256745 L145.887421,34.1771145 L145.832552,34.2285546 L145.777683,34.2765653 L145.726242,34.324576 L145.674802,34.3760161 L145.623362,34.4274561 L145.571922,34.4788962 L145.520482,34.5303362 L145.469042,34.5817763 L145.417602,34.6332163 L145.366162,34.6846564 L145.314722,34.7360965 L145.263282,34.7875365 L145.211842,34.8389766 L145.163831,34.8938459 L145.11582,34.945286 L145.06438,35.0001554 L145.01294,35.0550248 L144.96493,35.1098942 L144.916919,35.1613342 L144.868908,35.2162036 L144.820898,35.271073 L144.772887,35.3259424 L144.724876,35.3808118 L144.676865,35.4356812 L144.628855,35.4905506 L144.580844,35.54542 L144.532833,35.6002894 L144.488252,35.6551587 L144.440241,35.7100281 L144.39566,35.7683269 L144.351078,35.8231962 L144.306497,35.8780656 L144.261916,35.932935 L144.213905,35.9912338 L144.169324,36.0461031 L144.124742,36.1009725 L144.080161,36.1592713 L144.035579,36.21757 L143.990998,36.2758687 L143.946417,36.3341674 L143.901835,36.3924662 L143.857254,36.4473356 L143.812672,36.5056343 L143.77152,36.563933 L143.730368,36.6222317 L143.685787,36.6805305 L143.644635,36.7388292 L143.603483,36.8005573 L143.562331,36.858856 L143.521179,36.9171547 L143.480027,36.9754534 L143.438875,37.0337522 L143.397723,37.0920509 L143.356571,37.153779 L143.315419,37.215507 L143.274267,37.2772351 L143.233115,37.3389632 L143.191962,37.4006912 L143.15081,37.4624193 L143.113088,37.5241474 L143.071936,37.5824461 L143.030784,37.6441741 L142.993061,37.7024729 L142.955338,37.7642009 L142.917616,37.825929 L142.879893,37.8876571 L142.84217,37.9493851 L142.804447,38.0111132 L142.766725,38.0728413 L142.729002,38.1345693 L142.691279,38.1962974 L142.653557,38.2580255 L142.619263,38.3231829 L142.581541,38.3849109 L142.543818,38.4500683 L142.509524,38.5152257 L142.475231,38.5803831 L142.437508,38.6421112 L142.403215,38.7038392 L142.368922,38.7689967 L142.334628,38.8307247 L142.300335,38.8924528 L142.266042,38.9576102 L142.231748,39.0227676 L142.200884,39.087925 L142.166591,39.1530824 L142.132297,39.2182398 L142.101433,39.2833972 L142.070569,39.3451253 L142.039705,39.4102827 L142.005412,39.4754401 L141.974548,39.5405975 L141.943684,39.6057549 L141.91282,39.6709123 L141.881956,39.7360697 L141.851092,39.8012271 L141.823657,39.8698138 L141.792793,39.9349712 L141.761929,40.0001286 L141.734494,40.065286 L141.70706,40.1338727 L141.679625,40.2024595 L141.65219,40.2676169 L141.624756,40.3362036 L141.593891,40.4047904 L141.566457,40.4699478 L141.539022,40.5351052 L141.511587,40.6036919 L141.484153,40.6688493 L141.456718,40.737436 L141.429283,40.8060228 L141.401849,40.8746095 L141.374414,40.9431962 L141.350409,41.011783 L141.322974,41.0803697 L141.298969,41.1489565 L141.274963,41.2175432 L141.250958,41.2861299 L141.226952,41.3547167 L141.202947,41.4233034 L141.178942,41.4918902 L141.154936,41.5604769 L141.130931,41.6290636 L141.106926,41.6976504 L141.08292,41.7662371 L141.058915,41.8348238 L141.03491,41.9034106 L141.014334,41.9719973 L140.993758,42.0405841 L140.970438,42.1126001 L140.949862,42.1811869 L140.929286,42.2497736 L140.90871,42.3217897 L140.888134,42.3903764 L140.867558,42.4589632 L140.846982,42.5275499 L140.827778,42.599566 L140.807202,42.671582 L140.786626,42.7435981 L140.769479,42.8121849 L140.748903,42.8807716 L140.729699,42.9527877 L140.709123,43.0248038 L140.691976,43.0968198 L140.674829,43.1688359 L140.657683,43.2374226 L140.640536,43.3094387 L140.623389,43.3814548 L140.606242,43.4534709 L140.589096,43.5254869 L140.57435,43.597503 L140.560632,43.6695191 L140.546915,43.7415352 L140.533198,43.8135512 L140.51948,43.8855673 L140.505763,43.9575834 L140.488616,44.0295995 L140.474899,44.1016155 L140.461182,44.1736316 L140.447464,44.2456477 L140.433747,44.3176638 L140.423459,44.3896798 L140.409741,44.4616959 L140.396024,44.533712 L140.385736,44.6057281 L140.372019,44.6777441 L140.361731,44.7497602 L140.348013,44.8217763 L140.337725,44.8972217 L140.327437,44.9726671 L140.317149,45.0446832 L140.306861,45.1166993 L140.296573,45.1887153 L140.286285,45.2607314 L140.275997,45.3327475 L140.265709,45.4047636 L140.257479,45.480209 L140.25062,45.5522251 L140.240332,45.6276705 L140.233474,45.6996865 L140.226615,45.7717026 L140.219756,45.847148 L140.212898,45.9191641 L140.206039,45.9946095 L140.19918,46.0666256 L140.192322,46.142071 L140.185463,46.2140871 L140.178604,46.2861031 L140.171745,46.3615486 L140.164887,46.436994 L140.161457,46.5124394 L140.158028,46.5844555 L140.154599,46.6599009 L140.151169,46.7353463 L140.14774,46.8107917 L140.144311,46.8862371 L140.144311,46.9616825 L140.140881,47.0336986 L140.137452,47.1057147 L140.134023,47.1777307 L140.134023,47.2531762 L140.131965,47.3286216 L140.131965,88.9161902 L140.135395,88.9779183 L140.135395,89.0979451 L140.138824,89.1596731 L140.138824,89.2796999 L140.142253,89.3379987 L140.145683,89.3997267 L140.149112,89.4580255 L140.152541,89.5197535 L140.155971,89.5814816 L140.1594,89.6397803 L140.162829,89.7015084 L140.166259,89.7632364 L140.173117,89.8215352 L140.176547,89.8832632 L140.179976,89.941562 L140.186835,89.9998607 L140.193693,90.0581594 L140.197123,90.1164581 L140.203981,90.1747569 L140.21084,90.2330556 L140.217699,90.2913543 L140.224557,90.349653 L140.231416,90.4113811 L140.238275,90.4696798 L140.245133,90.5279786 L140.251992,90.5862773 L140.258851,90.644576 L140.265709,90.7028747 L140.275997,90.7611735 L140.286285,90.8194722 L140.293144,90.8777709 L140.303432,90.9360697 L140.31372,90.9943684 L140.320579,91.0560965 L140.330867,91.1143952 L140.341155,91.1726939 L140.351443,91.2309926 L140.361731,91.2892914 L140.372019,91.3475901 L140.382307,91.4058888 L140.392595,91.4641875 L140.402883,91.5224863 L140.4142,91.580785 L140.427917,91.6390837 L140.438205,91.6973825 L140.451922,91.7556812 L140.46564,91.8139799 L140.477642,91.8722786 L140.49136,91.9305774 L140.505077,91.9888761 L140.518794,92.0471748 L140.532512,92.1054735 L140.546229,92.1637723 L140.559946,92.2186417 L140.573664,92.2769404 L140.589096,92.3352391 L140.602813,92.3935378 L140.61996,92.4518366 L140.633677,92.506706 L140.650824,92.5650047 L140.667971,92.6198741 L140.683403,92.6781728 L140.700549,92.7330422 L140.717696,92.7879116 L140.731413,92.8462103 L140.74856,92.904509 L140.765707,92.9593784 L140.782853,93.0176772 L140.8,93.0759759 L140.817147,93.1308453 L140.837723,93.1857147 L140.854869,93.2440134 L140.872016,93.2988828 L140.889163,93.3537522 L140.906309,93.4086216 L140.926885,93.4669203 L140.947461,93.5217897 L140.968038,93.5766591 L140.988614,93.6315285 L141.00919,93.6863979 L141.029766,93.7412672 L141.050342,93.7961366 L141.070918,93.8544354 L141.091494,93.9093048 L141.11207,93.9641741 L141.132646,94.0190435 L141.153222,94.0773423 L141.176541,94.1322117 L141.198832,94.187081 L141.222837,94.2419504 L141.246843,94.2968198 L141.270848,94.3516892 L141.294853,94.4065586 L141.318859,94.461428 L141.339435,94.5162974 L141.36344,94.5711668 L141.387445,94.6260362 L141.411451,94.6809056 L141.435456,94.7357749 L141.459461,94.7906443 L141.483467,94.8455137 L141.507472,94.8969538 L141.531478,94.9518232 L141.555483,95.0032632 L141.579488,95.0547033 L141.606923,95.1061433 L141.634358,95.1610127 L141.661792,95.2158821 L141.689227,95.2673222 L141.713232,95.3187622 L141.740667,95.3702023 L141.768102,95.4216423 L141.795537,95.4730824 L141.822971,95.5245224 L141.850406,95.5759625 L141.877841,95.6274025 L141.905275,95.6788426 L141.93271,95.7302827 L141.960145,95.7817227 L141.987579,95.8331628 L142.018443,95.8846028 L142.045878,95.9360429 L142.076742,95.9874829 L142.107606,96.038923 L142.13847,96.090363 L142.169334,96.1383737 L142.200198,96.1898138 L142.231062,96.2378245 L142.261926,96.2892646 L142.29279,96.3407046 L142.323654,96.3921447 L142.354518,96.4435847 L142.385382,96.4950248 L142.419676,96.5430355 L142.45054,96.5944756 L142.481404,96.6459156 L142.513983,96.6939263 L142.544847,96.741937 L142.57914,96.7899478 L142.610004,96.8413878 L142.640868,96.8893985 L142.675161,96.9374092 L142.707397,96.9888493 L142.741691,97.03686 L142.772555,97.0848707 L142.806848,97.1328814 L142.837712,97.1808922 L142.872005,97.2289029 L142.906299,97.2769136 L142.940592,97.3249243 L142.974885,97.372935 L143.010551,97.4209457 L143.044844,97.4689565 L143.082567,97.5169672 L143.11686,97.5615486 L143.151153,97.6095593 L143.185447,97.65757 L143.223169,97.7055807 L143.260892,97.7535914 L143.298615,97.7981728 L143.336338,97.8461835 L143.37406,97.8941942 L143.411783,97.942205 L143.449506,97.9867863 L143.487228,98.0313677 L143.521522,98.0793784 L143.562674,98.1239598 L143.600397,98.1685412 L143.638119,98.2131226 L143.675842,98.257704 L143.713565,98.3022853 L143.751287,98.3468667 L143.792439,98.3914481 L143.833591,98.4360295 L143.874743,98.4806109 L143.915896,98.5217629 L143.957048,98.5663443 L143.9982,98.6109257 L144.035922,98.655507 L144.077074,98.6966591 L144.118226,98.7378111 L144.159378,98.7823925 L144.20053,98.8269739 L144.241683,98.8681259 L144.282835,98.909278 L144.323987,98.95043 L144.365139,98.991582 L144.406291,99.0361634 L144.450872,99.0807448 L144.492024,99.1218969 L144.533176,99.1630489 L144.577758,99.2042009 L144.61891,99.245353 L144.663491,99.286505 L144.708072,99.3276571 L144.749224,99.3688091 L144.793806,99.4099612 L144.838387,99.4476839 L144.882969,99.4888359 L144.92755,99.5265586 L144.972131,99.5677106 L145.016713,99.6088627 L145.061294,99.6465854 L145.105875,99.6843081 L145.150457,99.7254601 L145.195038,99.7631829 L145.23962,99.8043349 L145.284201,99.8454869 L145.328782,99.8832096 L145.376793,99.9209324 L145.424804,99.9586551 L145.469385,99.9963778 L145.517396,100.0341 L145.565407,100.071823 L145.613417,100.109546 L145.661428,100.147269 L145.709439,100.184991 L145.757449,100.222714 L145.80546,100.260437 L145.853471,100.298159 L145.898052,100.332453 L145.946063,100.366746 L145.994074,100.404469 L146.042084,100.438762 L146.090095,100.473056 L146.138106,100.507349 L146.186117,100.545072 L146.234127,100.579365 L146.282138,100.613658 L146.330149,100.647952 L146.378159,100.685674 L146.42617,100.719968 L146.474181,100.754261 L146.525621,100.788555 L146.577061,100.822848 L146.625072,100.857141 L146.673082,100.891435 L146.721093,100.925728 L146.772533,100.956592 L146.823973,100.990885 L146.871984,101.025179 L146.923424,101.059472 L146.974864,101.090336 L147.026304,101.12463 L147.077744,101.158923 L147.129184,101.189787 L147.180624,101.220651 L147.232064,101.251515 L147.283504,101.285808 L147.334944,101.316672 L147.389814,101.350966 L183.291542,122.335078 L183.336123,122.359084 L183.377275,122.383089 L183.418427,122.407094 L183.459579,122.42767 L183.497302,122.451676 L183.535025,122.472252 L183.572747,122.492828 L183.6139,122.516833 L183.655052,122.537409 L183.696204,122.557985 L183.737356,122.578561 L183.778508,122.599137 L183.81966,122.619713 L183.860812,122.640289 L183.901964,122.660865 L183.943116,122.681441 L183.984268,122.698588 L184.02542,122.719164 L184.066572,122.736311 L184.107724,122.756887 L184.148876,122.777463 L184.190028,122.798039 L184.23118,122.815186 L184.272332,122.835762 L184.313484,122.852908 L184.354636,122.870055 L184.395788,122.890631 L184.43694,122.907778 L184.478092,122.924924 L184.519244,122.9455 L184.560397,122.962647 L184.601549,122.979794 L184.642701,122.99694 L184.683853,123.014087 L184.725005,123.031234 L184.766157,123.04838 L184.807309,123.065527 L184.848461,123.082674 L184.893042,123.09982 L184.934194,123.113538 L184.978776,123.130685 L185.019928,123.144402 L185.06108,123.158119 L185.102232,123.175266 L185.143384,123.188983 L185.184536,123.202701 L185.225688,123.219847 L185.26684,123.233565 L185.307992,123.247282 L185.352573,123.260999 L185.393725,123.274717 L185.431448,123.288434 L185.520611,123.315869 L185.606344,123.343303 L185.692078,123.370738 L185.777811,123.394743 L185.863545,123.418749 L185.949278,123.442754 L186.035011,123.46333 L186.120745,123.487336 L186.206478,123.507912 L186.292212,123.528488 L186.377945,123.549064 L186.463678,123.56964 L186.549412,123.586786 L186.638575,123.603933 L186.724308,123.62108 L186.810042,123.638226 L186.895775,123.655373 L186.981508,123.66909 L187.070671,123.682808 L187.159834,123.696525 L187.248997,123.710242 L187.338159,123.72396 L187.427322,123.734248 L187.513056,123.744536 L187.602218,123.754824 L187.691381,123.765112 L187.780544,123.771971 L187.866277,123.778829 L187.95544,123.789117 L188.044603,123.795976 L188.133766,123.802835 L188.219499,123.809693 L188.305232,123.813123 L188.390966,123.816552 L188.480129,123.819981 L188.569291,123.823411 L188.658454,123.82684 L188.925942,123.82684 L189.015105,123.823411 L189.104268,123.823411 L189.193431,123.819981 L189.282593,123.816552 L189.368327,123.813123 L189.45749,123.806264 L189.546652,123.799405 L189.635815,123.792547 L189.724978,123.785688 L189.814141,123.778829 L189.903303,123.771971 L189.992466,123.761683 L190.0782,123.751395 L190.167362,123.741106 L190.253096,123.730818 L190.342259,123.72053 L190.431421,123.710242 L190.517155,123.696525 L190.606317,123.682808 L190.692051,123.66909 L190.777784,123.651944 L190.863518,123.634797 L190.949251,123.62108 L191.038414,123.603933 L191.124147,123.586786 L191.209881,123.56964 L191.299044,123.549064 L191.384777,123.528488 L191.47394,123.507912 L191.559673,123.487336 L191.645407,123.46333 L191.73114,123.439325 L191.816873,123.415319 L191.902607,123.391314 L191.98834,123.363879 L192.077503,123.336445 L192.115226,123.326157 L192.159807,123.312439 L192.200959,123.298722 L192.242111,123.285005 L192.283263,123.271287 L192.327845,123.25757 L192.368997,123.243853 L192.410149,123.230135 L192.451301,123.216418 L192.495882,123.199271 L192.537034,123.182125 L192.578186,123.168407 L192.622768,123.15469 L192.66392,123.140973 L192.705072,123.127255 L192.746224,123.113538 L192.787376,123.096391 L192.828528,123.079244 L192.86968,123.065527 L192.910832,123.04838 L192.951984,123.031234 L192.993136,123.014087 L193.034288,122.99694 L193.07544,122.979794 L193.120021,122.962647 L193.161173,122.9455 L193.202326,122.928354 L193.243478,122.907778 L193.28463,122.890631 L193.325782,122.873484 L193.366934,122.856338 L193.408086,122.839191 L193.449238,122.818615 L193.49039,122.798039 L193.531542,122.780892 L193.572694,122.763745 L193.613846,122.746599 L193.654998,122.729452 L193.69615,122.708876 L193.733873,122.6883 L193.775025,122.667724 L193.816177,122.647148 L193.857329,122.626572 L193.895052,122.605996 L193.936204,122.58542 L193.977356,122.564844 L194.018508,122.540839 L194.05623,122.520263 L194.097382,122.499687 L194.135105,122.475681 L194.176257,122.451676 L194.220839,122.42767 L233.973712,100.287871 L234.021723,100.263866 L234.062875,100.239861 L234.104027,100.215855 L234.148608,100.19185 L234.18976,100.167845 L234.230912,100.14041 L234.272064,100.112975 L234.313216,100.08897 L234.354368,100.064965 L234.39552,100.040959 L234.436672,100.013524 L234.477825,99.9895191 L234.518977,99.9620844 L234.560129,99.938079 L234.601281,99.9106443 L234.642433,99.8832096 L234.680155,99.8557749 L234.721307,99.8283403 L234.762459,99.8009056 L234.803612,99.7734709 L234.844764,99.7460362 L234.882486,99.7186015 L234.920209,99.6911668 L234.961361,99.6637321 L235.002513,99.6362974 L235.043665,99.6088627 L235.081388,99.581428 L235.119111,99.5539933 L235.156833,99.5265586 L235.194556,99.4991239 L235.232279,99.4716892 L235.270001,99.4442545 L235.307724,99.4133905 L235.345447,99.3859558 L235.383169,99.3585211 L235.420892,99.3310864 L235.458615,99.3036517 L235.496338,99.2727877 L235.53406,99.2419236 L235.571783,99.2110596 L235.609506,99.1801956 L235.647228,99.1527609 L235.684951,99.1218969 L235.722674,99.0910328 L235.756967,99.0635981 L235.791261,99.0327341 L235.825554,99.0018701 L235.863277,98.971006 L235.89757,98.940142 L235.931863,98.909278 L235.966157,98.8784139 L236.00045,98.8475499 L236.034743,98.8166859 L236.069037,98.7858218 L236.10333,98.7515285 L236.137624,98.7206644 L236.171917,98.6863711 L236.20621,98.655507 L236.240504,98.624643 L236.274797,98.593779 L236.30909,98.5594856 L236.343384,98.5251922 L236.377677,98.4943282 L236.408541,98.4634642 L236.442835,98.4291708 L236.477128,98.3948774 L236.511421,98.3605841 L236.545715,98.3262907 L236.576579,98.2919973 L236.607443,98.257704 L236.638307,98.2234106 L236.6726,98.1891172 L236.703464,98.1548238 L236.734328,98.1205305 L236.765192,98.0862371 L236.796056,98.0519437 L236.82692,98.0176504 L236.857784,97.983357 L236.888648,97.9490636 L236.922942,97.9147703 L236.953806,97.8804769 L236.98467,97.8461835 L237.015534,97.8118902 L237.046398,97.7775968 L237.077262,97.7433034 L237.108126,97.70901 L237.13899,97.6747167 L237.169854,97.6404233 L237.200718,97.6061299 L237.228153,97.5684072 L237.259017,97.5306845 L237.286451,97.4963912 L237.317315,97.4586685 L237.34475,97.4209457 L237.372185,97.383223 L237.39962,97.3455003 L237.427054,97.3077776 L237.454489,97.2700549 L237.481924,97.2323322 L237.509358,97.1946095 L237.536793,97.1568868 L237.564228,97.1191641 L237.591662,97.0814414 L237.619097,97.0437187 L237.646532,97.005996 L237.673967,96.9648439 L237.701401,96.9271212 L237.728836,96.8893985 L237.756271,96.8516758 L237.783705,96.8139531 L237.81114,96.7762304 L237.838575,96.7350784 L237.866009,96.6973557 L237.893444,96.659633 L237.920879,96.6219102 L237.948313,96.5841875 L237.972319,96.5430355 L237.996324,96.5053128 L238.02033,96.4641608 L238.044335,96.426438 L238.06834,96.385286 L238.092346,96.344134 L238.11978,96.3029819 L238.143786,96.2618299 L238.167791,96.2241072 L238.191796,96.1829551 L238.215802,96.1418031 L238.239807,96.100651 L238.263812,96.059499 L238.284388,96.018347 L238.308394,95.9771949 L238.332399,95.9360429 L238.356405,95.8948908 L238.38041,95.8537388 L238.404415,95.8125867 L238.428421,95.7714347 L238.452426,95.7302827 L238.476431,95.6891306 L238.497007,95.6479786 L238.521013,95.6068265 L238.545018,95.5656745 L238.565594,95.5245224 L238.58617,95.4833704 L238.606746,95.4422184 L238.627322,95.4010663 L238.647898,95.3599143 L238.668474,95.3187622 L238.68905,95.2741808 L238.709626,95.2330288 L238.726773,95.1884474 L238.747349,95.1472954 L238.767925,95.102714 L238.785072,95.061562 L238.805648,95.0204099 L238.822794,94.9792579 L238.84337,94.9381058 L238.863946,94.8935244 L238.881093,94.8523724 L238.901669,94.807791 L238.922245,94.7632096 L238.939392,94.7186283 L238.956539,94.6740469 L238.973685,94.6294655 L238.990832,94.5848841 L239.007979,94.5403027 L239.028555,94.4957214 L239.045701,94.45114 L239.062848,94.4099879 L239.079995,94.3654066 L239.097141,94.3208252 L239.114288,94.2762438 L239.131435,94.2316624 L239.148581,94.1905104 L239.162299,94.145929 L239.179445,94.104777 L239.196592,94.0601956 L239.213739,94.0156142 L239.227456,93.9710328 L239.241173,93.9264514 L239.254891,93.8818701 L239.272038,93.8372887 L239.285755,93.7927073 L239.302902,93.7481259 L239.316619,93.7069739 L239.330336,93.6623925 L239.344054,93.6178111 L239.357771,93.5732297 L239.371488,93.5286484 L239.385206,93.484067 L239.398923,93.4360563 L239.41264,93.3914749 L239.426358,93.3468935 L239.436646,93.3023121 L239.450363,93.2577307 L239.460651,93.2131494 L239.474368,93.168568 L239.484656,93.1205573 L239.498374,93.0759759 L239.508662,93.0313945 L239.51895,92.9868131 L239.529238,92.9422317 L239.539526,92.8976504 L239.549814,92.853069 L239.560102,92.8050583 L239.57039,92.7604769 L239.580678,92.7158955 L239.590966,92.6713141 L239.601254,92.6267328 L239.611542,92.578722 L239.62183,92.5307113 L239.632118,92.4827006 L239.638977,92.4346899 L239.649265,92.3901085 L239.659553,92.3455271 L239.669841,92.3009457 L239.680129,92.252935 L239.686987,92.2049243 L239.693846,92.1569136 L239.700705,92.1089029 L239.707563,92.0608922 L239.714422,92.0128814 L239.721281,91.9648707 L239.728139,91.9202894 L239.734998,91.8722786 L239.741857,91.8242679 L239.748715,91.7762572 L239.755574,91.7282465 L239.759003,91.6836651 L239.762433,91.6356544 L239.769291,91.5876437 L239.77615,91.5430623 L239.783009,91.4950516 L239.786438,91.4470409 L239.789867,91.3990301 L239.793297,91.3510194 L239.796726,91.3030087 L239.803585,91.254998 L239.807014,91.2069873 L239.810443,91.1624059 L239.813873,91.1143952 L239.817302,91.0663845 L239.820731,91.0183737 L239.824161,90.970363 L239.82759,90.9223523 L239.82759,90.8743416 L239.831019,90.8263309 L239.834449,90.7783202 L239.837878,90.7303094 L239.841307,90.6822987 L239.841307,90.3976638 L239.844737,90.3427944 L239.844737,43.4154052 L239.841307,43.3673945 L239.841307,43.1935271 L239.837878,43.1489457 L239.834449,43.106079 L239.831019,43.0632123 L239.831019,42.9757642 L239.82759,42.9318687 L239.82759,42.8454494 L239.824161,42.8077267 L239.817302,42.7158205 L239.810443,42.6300871 L239.803585,42.5443537 L239.793297,42.4572485 L239.786438,42.3715151 L239.77615,42.2857816 L239.765862,42.2007341 L239.755574,42.1150007 L239.745286,42.0299531 L239.734998,41.9449056 L239.721281,41.859858 L239.707563,41.7748104 L239.693846,41.689077 L239.680129,41.6050583 L239.666411,41.5227542 L239.649265,41.4404501 L239.635547,41.358146 L239.618401,41.2758419 L239.601254,41.1935378 L239.584107,41.1112338 L239.563531,41.0289297 L239.542955,40.9466256 L239.522379,40.8643215 L239.501803,40.7820174 L239.481227,40.6997133 L239.460651,40.6174092 L239.436646,40.5385345 L239.41264,40.4596597 L239.388635,40.3773557 L239.36463,40.2950516 L239.337195,40.2161768 L239.31319,40.1373021 L239.285755,40.054998 L239.25832,39.9761232 L239.230885,39.8972485 L239.203451,39.8183737 L239.172587,39.739499 L239.141723,39.6606242 L239.110859,39.5817495 L239.079995,39.5028747 L239.049131,39.424 L239.018267,39.3485546 L238.983973,39.2696798 L238.94968,39.1942344 L238.915386,39.118789 L238.881093,39.0433436 L238.84337,38.9678982 L238.809077,38.8924528 L238.771354,38.8170074 L238.733632,38.741562 L238.695909,38.6661165 L238.658186,38.5906711 L238.617034,38.5186551 L238.575882,38.4432096 L238.538159,38.3677642 L238.497007,38.2957482 L238.455855,38.2237321 L238.414703,38.151716 L238.370122,38.0796999 L238.32897,38.0076839 L238.284388,37.9356678 L238.239807,37.8636517 L238.195226,37.795065 L238.147215,37.7264782 L238.099204,37.6544622 L238.054623,37.5858754 L238.010042,37.5172887 L237.962031,37.4487019 L237.91402,37.3801152 L237.86258,37.3115285 L237.814569,37.2429417 L237.763129,37.1777843 L237.711689,37.1091976 L237.660249,37.0440402 L237.608809,36.9754534 L237.55394,36.910296 L237.49907,36.8451386 L237.44763,36.7799812 L237.392761,36.7148238 L237.337891,36.6496664 L237.283022,36.5879384 L237.224723,36.5262103 L237.166425,36.4610529 L237.108126,36.3958955 L237.049827,36.3341674 L236.991528,36.2724394 L236.93323,36.2107113 L236.871502,36.1489833 L236.809774,36.0906845 L236.751475,36.0289565 L236.689747,35.9706577 L236.628019,35.912359 L236.566291,35.8540603 L236.504563,35.7957616 L236.442835,35.7374628 L236.377677,35.6791641 L236.315949,35.6208654 L236.254221,35.5625666 L236.189064,35.5076973 L236.123906,35.4528279 L236.058749,35.3979585 L235.993591,35.3430891 L235.925005,35.2882197 L235.859847,35.2333503 L235.79469,35.1819102 L235.726103,35.1304702 L235.657516,35.0790301 L235.58893,35.0275901 L235.520343,34.97615 L235.448327,34.9281393 L235.376311,34.8801286 L235.307724,34.8321179 L235.235708,34.7841072 L235.160263,34.7326671 L235.125969,34.7086618 L235.091676,34.6846564 L235.053953,34.660651 L235.01623,34.6366457 L234.981937,34.6126403 L234.944214,34.588635 L234.906492,34.5646296 L234.868769,34.5406242 L234.831046,34.5200482 L234.793324,34.4994722 L234.755601,34.4754668 L234.721307,34.4514615 L234.683585,34.4274561 L234.639003,34.4034508 L195.750323,11.4989096 L195.695453,11.4680455 L195.644013,11.4371815 L195.592573,11.4097468 L195.541133,11.3823121 L195.493123,11.3548774 L195.445112,11.3274427 L195.393672,11.300008 L195.342232,11.2725733 L195.290792,11.2451386 L195.239352,11.217704 L195.187912,11.1902693 L195.136472,11.1628346 L195.085031,11.1353999 L195.033591,11.1113945 L194.982151,11.0873891 L194.930711,11.0633838 L194.879271,11.0393784 L194.827831,11.0119437 L194.776391,10.9879384 L194.724951,10.9605037 L194.673511,10.9364983 L194.622071,10.9090636 L194.570631,10.8850583 L194.519191,10.8610529 L194.467751,10.8370476 L194.416311,10.8130422 L194.364871,10.7890368 L194.313431,10.7650315 L194.258561,10.7410261 L194.207121,10.7170208 L194.155681,10.6930154 L194.100812,10.66901 L194.049372,10.6450047 L193.997932,10.6244287 L193.946492,10.6004233 L193.895052,10.5798473 L193.843612,10.5592713 L193.792171,10.5386952 L193.740731,10.5181192 L193.689291,10.4975432 L193.637851,10.4769672 L193.586411,10.4563912 L193.534971,10.4358151 L193.480102,10.4152391 L193.425232,10.3946631 L193.373792,10.3775164 L193.318923,10.3569404 L193.267483,10.3363644 L193.212614,10.3192177 L193.157744,10.302071 L193.102875,10.281495 L193.048005,10.2643483 L192.996565,10.2472016 L192.945125,10.2300549 L192.890256,10.2129082 L192.838816,10.1957616 L192.783946,10.1786149 L192.729077,10.1614682 L192.674208,10.1443215 L192.619338,10.1306042 L192.564469,10.1168868 L192.509599,10.1031695 L192.45473,10.0894521 L192.399861,10.0757348 L192.344991,10.0585881 L192.290122,10.0448707 L192.235253,10.0311534 L192.180383,10.017436 L192.125514,10.0037187 L192.070644,9.99343068 L192.015775,9.97971333 L191.960906,9.96599598 L191.906036,9.95227863 L191.851167,9.93856129 L191.796297,9.92484394 L191.741428,9.91455593 L191.686559,9.90083858 L191.631689,9.88712123 L191.57339,9.87683322 L191.518521,9.86654521 L191.463652,9.8562572 L191.408782,9.84596919 L191.353913,9.83568118 L191.299044,9.82539317 L191.244174,9.81510516 L191.189305,9.80481715 L191.134435,9.79452914 L191.076137,9.78424113 L191.017838,9.77395311 L190.962969,9.7636651 L190.908099,9.75680643 L190.85323,9.74994776 L190.79836,9.73965975 L190.743491,9.73280107 L190.688622,9.72251306 L190.630323,9.71565439 L190.575453,9.70879571 L190.520584,9.70193704 L190.465715,9.69507837 L190.410845,9.68821969 L190.355976,9.68479035 L190.297677,9.67793168 L190.242808,9.67107301 L190.184509,9.66764367 L190.12964,9.660785 L190.071341,9.65735566 L190.016472,9.65392632 L189.961602,9.65049699 L189.903303,9.64706765 L189.848434,9.64020898 L189.793565,9.63677964 L189.738695,9.6333503 L189.683826,9.62992096 L189.625527,9.62649163 L189.570658,9.62306229 L189.515788,9.62306229 L189.45749,9.61963295 L189.320316,9.61963295 L189.265447,9.61620362 L189.210577,9.61277428 L189.152279,9.60934494 L188.929372,9.60934494 L188.891306,9.62511989 Z" fill="#0083C0"></path>
+ <path d="M162.660308,34.081436 L177.162288,34.081436 L177.162288,72.5476222 C177.162288,78.6518419 177.32964,82.607582 177.665715,84.4165573 C178.245273,87.3232632 179.316597,89.3434856 181.498685,91.1037642 C183.681115,92.8630141 186.229455,93.3623255 190.014414,93.3623255 C193.860072,93.3623255 195.147445,92.7669926 197.100796,91.1034213 C199.052088,89.4367636 200.228351,87.8558392 200.626154,85.4312981 C201.020528,83.0067569 201.67896,78.987574 201.67896,73.3668908 L201.67896,34.0807502 L216.178197,34.0807502 L216.178197,71.385077 C216.178197,79.9110944 215.811258,85.9340388 215.07738,89.4542532 C214.343502,92.9751534 212.992343,95.9466738 211.023904,98.3688145 C209.055464,100.791298 206.421733,102.720643 203.126141,104.157535 C199.827119,105.595113 195.52673,106.313559 190.214687,106.313559 C183.805257,106.313559 178.942457,105.530299 175.633147,103.964463 C172.320407,102.397942 169.703823,100.362974 167.779965,97.8602438 C165.856107,95.3568279 164.590682,92.7326993 163.98026,89.9875151 C163.095491,85.9186068 162.649677,79.9110944 162.649677,71.9656638 L162.649677,34.081779 L162.660308,34.081436 Z" fill="#FFFFFF" fill-rule="nonzero"></path>
+ <path d="M375.983925,84.4762224 L375.983925,42.5337173 C375.983925,37.1033624 373.074133,32.0893289 368.359823,29.3948989 C358.205557,23.5924608 340.26258,13.3377147 329.379236,7.11792632 C323.7126,3.87926055 316.738701,3.95264836 311.142023,7.30996919 C302.043306,12.767073 288.009431,21.1850663 278.227247,27.051633 C271.297586,31.2079893 267.056868,38.6976611 267.056868,46.7771788 L267.056868,87.7680429 C267.056868,94.6027113 270.685106,100.926409 276.588024,104.376322 L312.499354,125.367293 C317.274706,128.158773 323.16905,128.217072 328.001329,125.528472 L367.76209,103.381814 C372.837508,100.552611 375.98564,95.2028453 375.98564,89.3935486 L375.98564,84.4724501 L375.983925,84.4762224 Z" fill="#33BA91"></path>
+ <path d="M320.46879,0.109047555 L320.562068,0.109047555 L320.645058,0.110076356 L320.654317,0.110076356 L320.73765,0.111448091 L320.74691,0.111448091 L320.830585,0.114877428 L320.839845,0.114877428 L320.923177,0.118306765 L320.932437,0.118306765 L321.016113,0.121736102 L321.025715,0.121736102 L321.108705,0.125165439 L321.118307,0.125165439 L321.201297,0.128594776 L321.210899,0.128594776 L321.294575,0.132024113 L321.303834,0.132024113 L321.387167,0.135453449 L321.396426,0.135453449 L321.479759,0.138882786 L321.489361,0.142312123 L321.572694,0.14574146 L321.582982,0.149170797 L321.668715,0.156029471 L321.679003,0.156029471 L321.764737,0.162888145 L321.775025,0.162888145 L321.860758,0.169746818 L321.871046,0.173176155 L321.95335,0.180034829 L321.963638,0.180034829 L322.045942,0.186893503 L322.05623,0.186893503 L322.138534,0.193752177 L322.148823,0.197181514 L322.231127,0.200610851 L322.241415,0.204040188 L322.323719,0.210898861 L322.334007,0.210898861 L322.416311,0.217757535 L322.426599,0.217757535 L322.508903,0.224616209 L322.519191,0.224616209 L322.601495,0.231474883 L322.611783,0.231474883 L322.694087,0.238333557 L322.704375,0.241762894 L322.790109,0.248621567 L322.800397,0.252050904 L322.882701,0.262338915 L322.892989,0.262338915 L322.975293,0.269197589 L322.985581,0.272626926 L323.067885,0.282914936 L323.078173,0.282914936 L323.160477,0.293202947 L323.170765,0.293202947 L323.256498,0.303490958 L323.266786,0.303490958 L323.34909,0.313778969 L323.359378,0.317208305 L323.441683,0.327496316 L323.451971,0.327496316 L323.534275,0.337784327 L323.544563,0.337784327 L323.626867,0.348072338 L323.637155,0.351501674 L323.719459,0.365219022 L323.729747,0.368648359 L323.812051,0.382365707 L323.822339,0.385795044 L323.904643,0.399512391 L323.914931,0.402941728 L323.997235,0.416659076 L324.007523,0.416659076 L324.089827,0.430376423 L324.100115,0.43380576 L324.182419,0.447523108 L324.192707,0.450952445 L324.275011,0.464669792 L324.285299,0.468099129 L324.367603,0.481816477 L324.377891,0.485245814 L324.460196,0.498963161 L324.470484,0.502392498 L324.552788,0.519539183 L324.563076,0.519539183 L324.64538,0.536685867 L324.655668,0.540115204 L324.737972,0.553832552 L324.74826,0.553832552 L324.830564,0.5675499 L324.840852,0.570979236 L324.923156,0.584696584 L324.933444,0.588125921 L325.015748,0.605272605 L325.026036,0.608701942 L325.10834,0.625848627 L325.115199,0.625848627 L325.197503,0.642995311 L325.207791,0.642995311 L325.290095,0.660141996 L325.300383,0.663571333 L325.382687,0.680718017 L325.392975,0.684147354 L325.475279,0.701294039 L325.485567,0.704723376 L325.567871,0.72187006 L325.578159,0.725299397 L325.660463,0.742446082 L325.667322,0.742446082 L325.749626,0.763022103 L325.759914,0.76645144 L325.842218,0.787027461 L325.852506,0.790456798 L325.93481,0.81103282 L325.945098,0.814462157 L326.027403,0.835038178 L326.034261,0.835038178 L326.116565,0.8556142 L326.126853,0.859043537 L326.209157,0.879619558 L326.219445,0.883048895 L326.301749,0.907054253 L326.312038,0.907054253 L326.394342,0.927630275 L326.40463,0.927630275 L326.486934,0.951635633 L326.493792,0.95506497 L326.576096,0.975640991 L326.586384,0.979070328 L326.668689,1.00307569 L326.678977,1.00307569 L326.761281,1.02708104 L326.771569,1.03051038 L326.853873,1.05451574 L326.864161,1.05794508 L326.946465,1.08195044 L326.956753,1.08537977 L327.039057,1.10938513 L327.049345,1.10938513 L327.131649,1.13681983 L327.141937,1.14024916 L327.224241,1.16425452 L327.234529,1.16768386 L327.313404,1.19511855 L327.323692,1.19854789 L327.405996,1.22255325 L327.416284,1.22255325 L327.498588,1.24655861 L327.508876,1.24998794 L327.59118,1.27742264 L327.601468,1.28085198 L327.683772,1.30828667 L327.690631,1.31171601 L327.772935,1.3391507 L327.783223,1.34258004 L327.862098,1.37001474 L327.872386,1.37344407 L327.951261,1.40087877 L327.961549,1.4043081 L328.040423,1.4317428 L328.050711,1.43517214 L328.129586,1.46260683 L328.139874,1.46603617 L328.218749,1.49347086 L328.229037,1.4969002 L328.307912,1.52776423 L328.3182,1.53119357 L328.397074,1.55862827 L328.407362,1.5620576 L328.486237,1.59292163 L328.496525,1.59635097 L328.5754,1.627215 L328.582259,1.63064434 L328.661133,1.66150837 L328.671421,1.66493771 L328.750296,1.69580174 L328.760584,1.69923108 L328.839459,1.73009511 L328.849747,1.73352445 L328.928622,1.76438848 L328.93891,1.76781782 L329.017784,1.79868185 L329.028072,1.80211119 L329.106947,1.83297522 L329.113806,1.83640455 L329.192681,1.87069792 L329.199539,1.87412726 L329.278414,1.90499129 L329.288702,1.90842063 L329.367577,1.942714 L329.377865,1.94614334 L329.456739,1.9804367 L329.467027,1.98386604 L329.545902,2.01815941 L329.552761,2.02158875 L329.631636,2.05588212 L329.641924,2.05931145 L329.720798,2.09360482 L329.731086,2.09703416 L329.809961,2.13132753 L329.81682,2.1381862 L329.895695,2.17247957 L329.905983,2.17590891 L329.981428,2.21020228 L329.991716,2.21363161 L330.070591,2.25135432 L330.080879,2.25478366 L330.156324,2.29250636 L330.166612,2.2959357 L330.242058,2.33365841 L330.252346,2.33708774 L330.33122,2.37481045 L330.338079,2.37823979 L330.416954,2.41596249 L330.423812,2.41939183 L330.499258,2.45711453 L330.509546,2.46054387 L330.584991,2.49826658 L330.595279,2.50169591 L330.670725,2.53941862 L330.681013,2.54284796 L330.756458,2.584 L330.766746,2.58742934 L330.845621,2.62515204 L330.855909,2.63201072 L330.931354,2.66973342 L330.938213,2.67316276 L331.013658,2.7143148 L331.023946,2.72117348 L331.099392,2.76232552 L331.106251,2.76575486 L331.181696,2.8069069 L331.188555,2.81033624 L331.264,2.85148828 L331.270859,2.85491762 L331.346304,2.89606966 L331.356592,2.90292833 L331.432038,2.94408038 L331.442326,2.95093905 L331.517771,2.99209109 L331.52463,2.99894977 L331.600075,3.04010181 L331.606934,3.04696048 L331.682379,3.09154186 L331.692667,3.0949712 L331.768113,3.13955258 L370.72538,25.3959491 L370.790537,25.4336718 L370.800825,25.4371011 L370.865983,25.4748238 L370.876271,25.4782532 L370.937999,25.5159759 L370.948287,25.5228346 L371.010015,25.5605573 L371.016873,25.5674159 L371.082031,25.6051386 L371.092319,25.608568 L371.157476,25.6462907 L371.167764,25.64972 L371.229492,25.6874427 L371.23978,25.6943014 L371.301508,25.7320241 L371.308367,25.7354534 L371.370095,25.7731762 L371.376954,25.7766055 L371.438682,25.8177575 L371.445541,25.8211869 L371.510698,25.8589096 L371.520986,25.8657683 L371.582714,25.903491 L371.593002,25.9103496 L371.651301,25.9480723 L371.658159,25.9515017 L371.719887,25.9892244 L371.730175,25.9926537 L371.791904,26.0303764 L371.798762,26.0372351 L371.86049,26.0749578 L371.870778,26.0818165 L371.932506,26.1229685 L371.939365,26.1263979 L372.001093,26.1675499 L372.011381,26.1709792 L372.073109,26.2121313 L372.079968,26.2155606 L372.141696,26.2567127 L372.148555,26.260142 L372.206853,26.301294 L372.217141,26.3047234 L372.27544,26.3458754 L372.282299,26.3527341 L372.340597,26.3938861 L372.350885,26.4007448 L372.409184,26.4418969 L372.416043,26.4453262 L372.474342,26.4864782 L372.4812,26.4899076 L372.539499,26.5310596 L372.549787,26.5379183 L372.608086,26.5824997 L372.618374,26.5893583 L372.676672,26.6305104 L372.68696,26.6373691 L372.745259,26.6819504 L372.752118,26.6853798 L372.810417,26.7299612 L372.817275,26.7368198 L372.879003,26.7814012 L372.885862,26.7848305 L372.944161,26.8294119 L372.951019,26.8362706 L373.009318,26.880852 L373.016177,26.8877106 L373.074476,26.932292 L373.081334,26.9357214 L373.139633,26.9803027 L373.146492,26.9871614 L373.20479,27.0317428 L373.211649,27.0386015 L373.266518,27.0831829 L373.273377,27.0900415 L373.331676,27.1346229 L373.338534,27.1380522 L373.393404,27.186063 L373.400263,27.1929216 L373.458561,27.2409324 L373.46542,27.247791 L373.523719,27.2923724 L373.530577,27.2992311 L373.585447,27.3438125 L373.592305,27.3506711 L373.647175,27.3986818 L373.654033,27.4021112 L373.712332,27.4501219 L373.72262,27.4569806 L373.832359,27.5461433 L373.846076,27.5598607 L373.955815,27.6558821 L373.969532,27.6695995 L374.075842,27.7621916 L374.089559,27.7759089 L374.195869,27.8719303 L374.213015,27.8856477 L374.319325,27.9816691 L374.333042,27.9953865 L374.439352,28.0948372 L374.456498,28.1085546 L374.559378,28.2080054 L374.573096,28.2217227 L374.675976,28.3211735 L374.689693,28.3348908 L374.792573,28.4343416 L374.806291,28.4480589 L374.909171,28.5475097 L374.922888,28.5612271 L375.025768,28.6641072 L375.039486,28.6778245 L375.138936,28.7807046 L375.152654,28.794422 L375.252104,28.8973021 L375.265822,28.9110194 L375.365273,29.0138995 L375.37899,29.0276169 L375.475011,29.1339263 L375.488729,29.1476437 L375.58475,29.2505238 L375.598468,29.2642411 L375.694489,29.3705506 L375.704777,29.3842679 L375.800798,29.4905774 L375.814516,29.507724 L375.907108,29.6140335 L375.920825,29.6277508 L376.013417,29.7374896 L376.027135,29.7546363 L376.119727,29.8643751 L376.133444,29.8780924 L376.222607,29.9878312 L376.236324,30.0015486 L376.325487,30.1112873 L376.335775,30.1250047 L376.424938,30.2347435 L376.435226,30.2484608 L376.524388,30.3616289 L376.538106,30.3753463 L376.627269,30.4885144 L376.637557,30.5022317 L376.72329,30.6153999 L376.733578,30.6325466 L376.819311,30.7457147 L376.829599,30.7628614 L376.915333,30.8794588 L376.925621,30.8966055 L377.007925,31.0132029 L377.018213,31.0269203 L377.100517,31.1435177 L377.110805,31.1572351 L377.18968,31.2738326 L377.199968,31.2909792 L377.282272,31.4075767 L377.29256,31.421294 L377.371435,31.5378915 L377.381723,31.5550382 L377.460597,31.675065 L377.470885,31.6922117 L377.54976,31.8122384 L377.560048,31.8293851 L377.635494,31.9494119 L377.645782,31.9631293 L377.721227,32.0831561 L377.731515,32.1003027 L377.80696,32.2237589 L377.817248,32.2409056 L377.892694,32.3609324 L377.902982,32.3746497 L377.974998,32.4981058 L377.985286,32.5152525 L378.057302,32.6352793 L378.06759,32.6489967 L378.136177,32.7724528 L378.146465,32.7895995 L378.218481,32.9130556 L378.228769,32.9302023 L378.297356,33.0536584 L378.304214,33.0673758 L378.372801,33.1908319 L378.383089,33.2079786 L378.448246,33.3314347 L378.455105,33.3485814 L378.520263,33.4754668 L378.530551,33.4926135 L378.595708,33.619499 L378.605996,33.6366457 L378.671153,33.7635311 L378.678012,33.7806778 L378.73974,33.9075633 L378.750028,33.92471 L378.811756,34.0515954 L378.822044,34.0687421 L378.883772,34.1956276 L378.890631,34.2127743 L378.94893,34.3396597 L378.959218,34.3568064 L379.017516,34.4836919 L379.024375,34.5042679 L379.082674,34.6345827 L379.089532,34.6517294 L379.144402,34.7820442 L379.151261,34.8026202 L379.20613,34.932935 L379.212989,34.9500817 L379.267858,35.0803965 L379.274717,35.0975432 L379.326157,35.2312873 L379.333015,35.248434 L379.384455,35.3821782 L379.391314,35.3993248 L379.442754,35.533069 L379.449613,35.5502157 L379.501053,35.6839598 L379.507912,35.7011065 L379.555922,35.8348506 L379.562781,35.8519973 L379.610792,35.9857415 L379.61765,36.0063175 L379.665661,36.1400616 L379.67252,36.1572083 L379.717101,36.2909524 L379.72396,36.3080991 L379.768541,36.4418433 L379.7754,36.45899 L379.816552,36.5961634 L379.823411,36.6133101 L379.864563,36.7470543 L379.871421,36.7642009 L379.912573,36.9013744 L379.919432,36.9185211 L379.960584,37.0556946 L379.967443,37.0728413 L380.008595,37.2100147 L380.012024,37.2305908 L380.049747,37.3677642 L380.053176,37.3849109 L380.090899,37.5220844 L380.097758,37.5392311 L380.13548,37.6798339 L380.13891,37.7004099 L380.173203,37.8410127 L380.176632,37.8581594 L380.210926,37.9987622 L380.214355,38.0193382 L380.245219,38.1599411 L380.248648,38.1770877 L380.279512,38.3176906 L380.282942,38.3382666 L380.313806,38.4788694 L380.317235,38.4960161 L380.34467,38.6366189 L380.351528,38.6571949 L380.378963,38.7977977 L380.382392,38.8183737 L380.406398,38.9555472 L380.409827,38.9692646 L380.423545,39.04471 L380.423545,39.054998 L380.437262,39.1270141 L380.440691,39.1373021 L380.450979,39.2093182 L380.454409,39.2196062 L380.464697,39.2916222 L380.468126,39.2984809 L380.478414,39.370497 L380.481843,39.3773557 L380.492131,39.4493717 L380.495561,39.4596597 L380.509278,39.5316758 L380.512707,39.5419638 L380.522995,39.6139799 L380.526425,39.6208386 L380.536713,39.6928547 L380.536713,39.7031427 L380.547001,39.7751587 L380.55043,39.7854468 L380.557289,39.8574628 L380.560718,39.8643215 L380.571006,39.9329082 L380.571006,39.9431962 L380.581294,40.0152123 L380.581294,40.0255003 L380.591582,40.0975164 L380.591582,40.1043751 L380.598441,40.1763912 L380.598441,40.1866792 L380.608729,40.2586952 L380.612158,40.2689833 L380.619017,40.3409993 L380.619017,40.3512873 L380.629305,40.4198741 L380.629305,40.4267328 L380.636163,40.4987488 L380.639593,40.5090368 L380.646451,40.5810529 L380.646451,40.5913409 L380.65331,40.663357 L380.65331,40.673645 L380.660169,40.7456611 L380.660169,40.7525198 L380.667027,40.8245358 L380.670457,40.8348238 L380.677315,40.9068399 L380.680745,40.9136986 L380.687603,40.9857147 L380.691033,40.999432 L380.697891,41.0714481 L380.697891,41.0817361 L380.701321,41.1537522 L380.70475,41.1640402 L380.70818,41.2360563 L380.70818,41.2429149 L380.711609,41.314931 L380.711609,41.325219 L380.715038,41.4006644 L380.715038,41.4109524 L380.718468,41.4829685 L380.721897,41.4932565 L380.725326,41.5652726 L380.725326,41.5721313 L380.728756,41.6441474 L380.728756,41.6544354 L380.732185,41.7298808 L380.732185,41.7401688 L380.735614,41.8121849 L380.735614,41.8224729 L380.739044,41.8979183 L380.739044,41.9082063 L380.742473,41.9802224 L380.742473,42.0728145 L380.745902,42.1448305 L380.745902,42.2339933 L380.749332,42.3060094 L380.749332,89.7680322 L380.745902,89.8434776 L380.745902,90.0286618 L380.742473,90.1075365 L380.742473,90.1178245 L380.739044,90.1932699 L380.739044,90.2035579 L380.735614,90.2824327 L380.735614,90.2927207 L380.732185,90.3681661 L380.732185,90.3784541 L380.728756,90.4538995 L380.728756,90.4641875 L380.725326,90.5430623 L380.721897,90.5533503 L380.718468,90.6287957 L380.718468,90.6356544 L380.711609,90.7145291 L380.711609,90.7213878 L380.70475,90.8002626 L380.70475,90.8105506 L380.697891,90.8894253 L380.697891,90.8997133 L380.691033,90.9785881 L380.691033,90.9888761 L380.687603,91.0677508 L380.687603,91.0780388 L380.680745,91.1534843 L380.680745,91.1637723 L380.673886,91.2392177 L380.673886,91.2495057 L380.667027,91.3249511 L380.667027,91.3352391 L380.660169,91.4106845 L380.656739,91.4209725 L380.649881,91.4998473 L380.646451,91.5101353 L380.639593,91.5855807 L380.639593,91.5958687 L380.632734,91.6713141 L380.629305,91.6816021 L380.619017,91.7570476 L380.619017,91.7673356 L380.612158,91.842781 L380.608729,91.853069 L380.598441,91.9285144 L380.598441,91.9388024 L380.588153,92.0142478 L380.588153,92.0245358 L380.577865,92.1034106 L380.577865,92.1136986 L380.567577,92.189144 L380.567577,92.199432 L380.557289,92.2748774 L380.557289,92.2851654 L380.547001,92.3606109 L380.543571,92.3743282 L380.533283,92.4497736 L380.533283,92.4566323 L380.522995,92.5320777 L380.519566,92.545795 L380.509278,92.6246698 L380.505849,92.6349578 L380.495561,92.7104032 L380.492131,92.7172619 L380.481843,92.7927073 L380.478414,92.8029953 L380.464697,92.8784407 L380.464697,92.8887287 L380.450979,92.9641741 L380.44755,92.9744622 L380.433833,93.0499076 L380.433833,93.0567662 L380.420115,93.1322117 L380.420115,93.1390703 L380.406398,93.2145157 L380.402969,93.2248038 L380.389251,93.3002492 L380.389251,93.3105372 L380.375534,93.3859826 L380.375534,93.3962706 L380.361816,93.471716 L380.361816,93.482004 L380.348099,93.5574494 L380.34467,93.5677374 L380.330952,93.6431829 L380.327523,93.6500415 L380.310376,93.7254869 L380.306947,93.7357749 L380.29323,93.8112204 L380.2898,93.818079 L380.272654,93.8900951 L380.272654,93.9003831 L380.255507,93.9758285 L380.252078,93.9861165 L380.234931,94.061562 L380.234931,94.07185 L380.217784,94.1472954 L380.217784,94.1541541 L380.200638,94.2261701 L380.197208,94.2330288 L380.180062,94.3050449 L380.176632,94.3119035 L380.159486,94.387349 L380.159486,94.397637 L380.13891,94.4730824 L380.13548,94.4833704 L380.118334,94.5553865 L380.118334,94.5656745 L380.097758,94.6411199 L380.094328,94.6514079 L380.077182,94.723424 L380.073752,94.7302827 L380.053176,94.8022987 L380.053176,94.8125867 L380.0326,94.8880322 L380.0326,94.8983202 L380.012024,94.9703362 L380.008595,94.9771949 L379.988019,95.049211 L379.988019,95.059499 L379.967443,95.1315151 L379.964013,95.1418031 L379.943437,95.2172485 L379.940008,95.2275365 L379.919432,95.2995526 L379.916003,95.3098406 L379.895427,95.3818567 L379.891997,95.3887153 L379.871421,95.4607314 L379.867992,95.4710194 L379.847416,95.5430355 L379.843987,95.5498942 L379.823411,95.6219102 L379.819981,95.6321983 L379.799405,95.7042143 L379.795976,95.7145023 L379.7754,95.7830891 L379.7754,95.7899478 L379.751395,95.8619638 L379.747965,95.8722518 L379.72396,95.9442679 L379.72053,95.9545559 L379.696525,96.026572 L379.693096,96.03686 L379.66909,96.1088761 L379.665661,96.1191641 L379.638226,96.1911802 L379.634797,96.1980388 L379.610792,96.2700549 L379.607362,96.2803429 L379.583357,96.3489297 L379.579928,96.3557883 L379.555922,96.4278044 L379.552493,96.4380924 L379.528488,96.5101085 L379.525058,96.5169672 L379.501053,96.5889833 L379.497624,96.5992713 L379.470189,96.6712873 L379.46333,96.678146 L379.435896,96.7501621 L379.432466,96.7604501 L379.405031,96.8324662 L379.401602,96.8427542 L379.374167,96.9113409 L379.370738,96.9181996 L379.343303,96.9867863 L379.339874,96.993645 L379.312439,97.0622317 L379.30901,97.0725198 L379.281575,97.1411065 L379.278146,97.1479652 L379.250711,97.2165519 L379.247282,97.2268399 L379.219847,97.298856 L379.216418,97.309144 L379.188983,97.3777307 L379.185554,97.3880188 L379.158119,97.4600348 L379.15469,97.4703228 L379.123826,97.5389096 L379.120397,97.5457683 L379.089532,97.6177843 L379.086103,97.6280723 L379.055239,97.6966591 L379.05181,97.7069471 L379.020946,97.7755338 L379.014087,97.7823925 L378.986652,97.8509792 L378.983223,97.8578379 L378.952359,97.9264246 L378.94893,97.9367127 L378.918066,98.0052994 L378.914636,98.0155874 L378.883772,98.0841741 L378.876914,98.0944622 L378.84605,98.1630489 L378.84262,98.1699076 L378.811756,98.2384943 L378.808327,98.2487823 L378.777463,98.3173691 L378.770604,98.3276571 L378.736311,98.3962438 L378.732881,98.4031025 L378.698588,98.4682599 L378.695159,98.4785479 L378.660865,98.5471346 L378.657436,98.5574226 L378.623143,98.6260094 L378.619713,98.6362974 L378.58542,98.7014548 L378.581991,98.7083135 L378.547697,98.7769002 L378.544268,98.7837589 L378.509975,98.8523456 L378.506545,98.8626336 L378.472252,98.927791 L378.468823,98.9346497 L378.434529,98.9998071 L378.42767,99.0066658 L378.389948,99.0718232 L378.386518,99.0786818 L378.352225,99.1472686 L378.348796,99.1541273 L378.311073,99.2192847 L378.307644,99.2261433 L378.27335,99.2947301 L378.269921,99.3015887 L378.232198,99.3701755 L378.228769,99.3804635 L378.191046,99.4490502 L378.187617,99.4559089 L378.149894,99.5210663 L378.146465,99.527925 L378.108742,99.5930824 L378.105313,99.5999411 L378.06759,99.6650985 L378.064161,99.6719571 L378.026438,99.7371145 L378.019579,99.7439732 L377.981857,99.8091306 L377.978427,99.8194186 L377.940705,99.884576 L377.933846,99.8914347 L377.896123,99.9565921 L377.892694,99.9668801 L377.854971,100.032038 L377.851542,100.038896 L377.813819,100.104054 L377.81039,100.110912 L377.772667,100.17607 L377.769238,100.182928 L377.728086,100.248086 L377.724656,100.254944 L377.683504,100.316672 L377.680075,100.323531 L377.638923,100.388689 L377.632064,100.395547 L377.594342,100.460705 L377.587483,100.470993 L377.546331,100.532721 L377.542902,100.539579 L377.501749,100.604737 L377.494891,100.615025 L377.453739,100.680182 L377.450309,100.687041 L377.409157,100.748769 L377.402299,100.759057 L377.361147,100.824214 L377.357717,100.834502 L377.316565,100.89623 L377.313136,100.903089 L377.271984,100.964817 L377.268555,100.971676 L377.227403,101.033404 L377.220544,101.043692 L377.179392,101.10542 L377.172533,101.112279 L377.131381,101.174007 L377.127952,101.180865 L377.08337,101.242593 L377.079941,101.249452 L377.038789,101.31118 L377.03193,101.318039 L376.987349,101.379767 L376.98049,101.386626 L376.935909,101.448354 L376.92905,101.458642 L376.884469,101.52037 L376.87761,101.527228 L376.836458,101.588956 L376.829599,101.599244 L376.785018,101.657543 L376.778159,101.664402 L376.733578,101.72613 L376.730149,101.732989 L376.685567,101.794717 L376.678709,101.801575 L376.634127,101.863303 L376.627269,101.870162 L376.582687,101.93189 L376.579258,101.938749 L376.534676,101.997048 L376.527818,102.003906 L376.483236,102.062205 L376.479807,102.069064 L376.435226,102.130792 L376.428367,102.14108 L376.380356,102.199378 L376.376927,102.206237 L376.328916,102.264536 L376.322058,102.271395 L376.274047,102.329693 L376.267188,102.339981 L376.219177,102.39828 L376.212319,102.405139 L376.167737,102.463437 L376.160879,102.470296 L376.112868,102.528595 L376.106009,102.538883 L376.057999,102.597182 L376.05114,102.60404 L376.003129,102.662339 L375.996271,102.669198 L375.944831,102.727496 L375.937972,102.734355 L375.889961,102.792654 L375.883102,102.799512 L375.835092,102.857811 L375.828233,102.86467 L375.780222,102.922969 L375.773364,102.929827 L375.721924,102.988126 L375.715065,102.998414 L375.667054,103.056713 L375.663625,103.063571 L375.615614,103.118441 L375.608756,103.125299 L375.557315,103.180169 L375.550457,103.187027 L375.502446,103.241897 L375.495587,103.248756 L375.444147,103.303625 L375.437289,103.310484 L375.385849,103.365353 L375.37899,103.372212 L375.32755,103.427081 L375.320691,103.437369 L375.269251,103.492238 L375.262392,103.499097 L375.210952,103.553967 L375.204094,103.560825 L375.152654,103.615695 L375.145795,103.622553 L375.094355,103.677423 L375.087496,103.684281 L375.032627,103.739151 L375.029198,103.746009 L374.977758,103.800879 L374.970899,103.807737 L374.916029,103.862607 L374.909171,103.872895 L374.854301,103.927764 L374.847443,103.934623 L374.796003,103.989492 L374.789144,103.996351 L374.734275,104.05122 L374.727416,104.058079 L374.672547,104.112948 L374.665688,104.119807 L374.610818,104.171247 L374.60396,104.178106 L374.54909,104.232975 L374.542232,104.239834 L374.487362,104.294703 L374.480504,104.301562 L374.425634,104.353002 L374.418776,104.359861 L374.363906,104.411301 L374.353618,104.418159 L374.298749,104.469599 L374.29189,104.476458 L374.237021,104.527898 L374.230162,104.534757 L374.175293,104.586197 L374.168434,104.593056 L374.113565,104.644496 L374.106706,104.651354 L374.048407,104.702794 L374.041549,104.709653 L373.986679,104.761093 L373.97982,104.767952 L373.921522,104.815962 L373.914663,104.822821 L373.856364,104.874261 L373.849506,104.88112 L373.791207,104.93256 L373.784348,104.935989 L373.72605,104.984 L373.719191,104.990859 L373.660892,105.042299 L373.654033,105.049157 L373.595735,105.100597 L373.588876,105.104027 L373.530577,105.152038 L373.523719,105.158896 L373.46542,105.210336 L373.458561,105.213766 L373.400263,105.261776 L373.393404,105.265206 L373.335105,105.313216 L373.328246,105.320075 L373.269948,105.368086 L373.263089,105.371515 L373.20479,105.419526 L373.197932,105.426384 L373.139633,105.474395 L373.132774,105.481254 L373.071046,105.529265 L373.064188,105.536123 L373.005889,105.584134 L372.99903,105.590993 L372.937302,105.639003 L372.930443,105.645862 L372.872145,105.693873 L372.865286,105.700731 L372.803558,105.748742 L372.796699,105.755601 L372.734971,105.800182 L372.728113,105.807041 L372.666384,105.855052 L372.659526,105.86191 L372.597798,105.906492 L372.590939,105.909921 L372.529211,105.954502 L372.522352,105.961361 L372.460624,106.009372 L372.453766,106.01623 L372.392038,106.060812 L372.385179,106.064241 L372.323451,106.108823 L372.316592,106.115681 L372.254864,106.160263 L372.248005,106.163692 L372.186277,106.208273 L372.179419,106.211703 L372.114261,106.256284 L372.107403,106.263143 L372.045674,106.307724 L372.038816,106.311153 L371.977088,106.355735 L371.970229,106.359164 L371.908501,106.403745 L371.901642,106.410604 L371.836485,106.451756 L371.826197,106.458615 L371.764469,106.503196 L371.75761,106.510055 L371.692453,106.554636 L371.682165,106.561495 L371.617007,106.606076 L371.610149,106.612935 L371.544991,106.657516 L371.538133,106.664375 L371.476405,106.705527 L371.469546,106.708956 L371.404388,106.750109 L371.39753,106.756967 L371.332372,106.798119 L371.322084,106.804978 L371.256927,106.84613 L371.250068,106.849559 L371.184911,106.890711 L371.178052,106.89757 L371.112895,106.938722 L371.106036,106.942151 L371.040879,106.983303 L371.03402,106.990162 L370.968863,107.031314 L370.962004,107.034743 L370.896847,107.075896 L370.889988,107.082754 L370.824831,107.123906 L370.814543,107.127336 L370.745956,107.165058 L370.735668,107.171917 L370.67051,107.213069 L370.660222,107.219928 L370.591636,107.25765 L370.584777,107.264509 L370.51619,107.302232 L370.505902,107.305661 L370.437315,107.346813 L370.427027,107.353672 L370.36187,107.391395 L370.355011,107.398253 L370.286425,107.439405 L370.276137,107.446264 L370.210979,107.483987 L370.20755,107.487416 L330.440959,129.634074 L330.43753,129.637503 L330.375802,129.671796 L330.365514,129.675226 L330.300356,129.712948 L330.290068,129.716378 L330.224911,129.7541 L330.214623,129.75753 L330.149466,129.791823 L330.142607,129.798682 L330.077449,129.836405 L330.070591,129.839834 L330.005433,129.874127 L329.995145,129.877557 L329.929988,129.91185 L329.9197,129.915279 L329.854543,129.949573 L329.847684,129.953002 L329.782526,129.987295 L329.772238,129.990725 L329.707081,130.025018 L329.696793,130.031877 L329.631636,130.06617 L329.624777,130.069599 L329.55962,130.103893 L329.549332,130.107322 L329.480745,130.141616 L329.470457,130.145045 L329.40187,130.175909 L329.395011,130.182768 L329.329854,130.213632 L329.319566,130.217061 L329.250979,130.247925 L329.240691,130.251354 L329.175534,130.282218 L329.168675,130.285648 L329.103518,130.316512 L329.09323,130.319941 L329.024643,130.350805 L329.014355,130.354234 L328.949198,130.385098 L328.93891,130.388528 L328.873752,130.419392 L328.863464,130.422821 L328.794877,130.450256 L328.784589,130.453685 L328.719432,130.484549 L328.712573,130.487979 L328.647416,130.518843 L328.637128,130.522272 L328.568541,130.553136 L328.558253,130.556565 L328.493096,130.587429 L328.482808,130.590859 L328.414221,130.618293 L328.407362,130.621723 L328.338776,130.652587 L328.328488,130.656016 L328.26333,130.683451 L328.253042,130.68688 L328.184455,130.714315 L328.174167,130.721173 L328.105581,130.748608 L328.098722,130.752038 L328.030135,130.779472 L328.019847,130.782902 L327.951261,130.810336 L327.944402,130.813766 L327.875815,130.8412 L327.868956,130.84463 L327.80037,130.872064 L327.790082,130.875494 L327.721495,130.902928 L327.714636,130.906358 L327.64605,130.933792 L327.635762,130.937222 L327.567175,130.964656 L327.556887,130.968086 L327.4883,130.992091 L327.478012,130.99552 L327.409425,131.019526 L327.399137,131.022955 L327.330551,131.04696 L327.320263,131.05039 L327.251676,131.074395 L327.244817,131.077825 L327.17623,131.10183 L327.165942,131.105259 L327.097356,131.129265 L327.087068,131.132694 L327.018481,131.156699 L327.011622,131.160129 L326.943035,131.184134 L326.932747,131.187563 L326.864161,131.211569 L326.853873,131.214998 L326.785286,131.235574 L326.774998,131.239003 L326.702982,131.259579 L326.696123,131.259579 L326.627537,131.280155 L326.617248,131.283585 L326.545232,131.30759 L326.510939,131.30759 L326.438923,131.328166 L326.425206,131.331595 L326.288032,131.372747 L326.270885,131.379606 L326.130283,131.420758 L326.113136,131.424188 L325.972533,131.46534 L325.955386,131.472198 L325.814784,131.509921 L325.797637,131.51335 L325.657034,131.551073 L325.636458,131.554502 L325.495855,131.588796 L325.478709,131.592225 L325.338106,131.626518 L325.31993,131.629948 L325.179328,131.660812 L325.158752,131.664241 L325.018149,131.695105 L325.001002,131.698534 L324.860399,131.729399 L324.839823,131.732828 L324.698534,131.763692 L324.677958,131.767121 L324.537356,131.797985 L324.520209,131.801415 L324.379606,131.828849 L324.362459,131.835708 L324.218427,131.863143 L324.201281,131.866572 L324.060678,131.890577 L324.043531,131.894007 L323.899499,131.918012 L323.882352,131.921441 L323.73832,131.942017 L323.721173,131.945447 L323.577141,131.966023 L323.559995,131.966023 L323.415962,131.986599 L323.395386,131.990028 L323.254784,132.010604 L323.237637,132.010604 L323.093605,132.03118 L323.073029,132.03461 L322.928997,132.051756 L322.91185,132.055186 L322.767818,132.072332 L322.747242,132.075762 L322.60321,132.089479 L322.586063,132.089479 L322.442031,132.103196 L322.424884,132.103196 L322.280852,132.116914 L322.260276,132.120343 L322.116244,132.130631 L322.099097,132.13406 L321.955065,132.144348 L321.934489,132.144348 L321.790457,132.151207 L321.77331,132.151207 L321.629278,132.161495 L321.612131,132.164924 L321.468099,132.171783 L321.450952,132.175212 L321.30692,132.182071 L321.286344,132.182071 L321.142312,132.18893 L321.125165,132.18893 L320.981133,132.192359 L320.963987,132.192359 L320.819954,132.195788 L320.802808,132.195788 L320.658776,132.199218 L320.315842,132.199218 L320.17181,132.195788 L320.151234,132.195788 L320.010631,132.192359 L319.976338,132.192359 L319.832305,132.18893 L319.811729,132.18893 L319.667697,132.1855 L319.633404,132.1855 L319.489372,132.178642 L319.472225,132.178642 L319.328193,132.171783 L319.311046,132.171783 L319.167014,132.164924 L319.146438,132.164924 L319.002406,132.154636 L318.98183,132.151207 L318.837798,132.140919 L318.820651,132.140919 L318.676619,132.130631 L318.659472,132.130631 L318.51544,132.116914 L318.498293,132.113484 L318.357691,132.099767 L318.339858,132.096338 L318.195826,132.08262 L318.178679,132.08262 L318.034647,132.065474 L318.014071,132.065474 L317.870039,132.048327 L317.852892,132.048327 L317.70886,132.027751 L317.688284,132.024322 L317.544252,132.003745 L317.527105,132.000316 L317.383073,131.976311 L317.362497,131.972881 L317.218465,131.948876 L317.197889,131.945447 L317.053857,131.921441 L317.03671,131.918012 L316.896107,131.890577 L316.875531,131.887148 L316.731499,131.859713 L316.714352,131.856284 L316.57032,131.828849 L316.553173,131.82542 L316.409141,131.794556 L316.388565,131.791127 L316.247962,131.760263 L316.227386,131.756833 L316.083354,131.725969 L316.066208,131.72254 L315.925605,131.691676 L315.908458,131.688246 L315.767855,131.653953 L315.750709,131.650524 L315.610106,131.61623 L315.592959,131.609372 L315.452356,131.575078 L315.43521,131.571649 L315.294607,131.533926 L315.27746,131.530497 L315.136857,131.492774 L315.119711,131.489345 L314.979108,131.448193 L314.961961,131.444764 L314.821358,131.403612 L314.804212,131.396753 L314.667038,131.355601 L314.649891,131.352171 L314.512718,131.30759 L314.495571,131.304161 L314.354969,131.259579 L314.337822,131.252721 L314.200648,131.208139 L314.186931,131.20471 L314.114915,131.180705 L314.104627,131.177275 L314.03604,131.15327 L314.025752,131.149841 L313.957165,131.125835 L313.946877,131.122406 L313.878291,131.098401 L313.868003,131.094971 L313.799416,131.070966 L313.792557,131.067537 L313.723971,131.043531 L313.713683,131.040102 L313.645096,131.016096 L313.638237,131.012667 L313.56965,130.988662 L313.562792,130.985232 L313.494205,130.961227 L313.487346,130.957798 L313.41876,130.933792 L313.411901,130.930363 L313.343314,130.902928 L313.333026,130.899499 L313.264439,130.875494 L313.254151,130.872064 L313.185565,130.84463 L313.178706,130.8412 L313.110119,130.813766 L313.099831,130.810336 L313.031244,130.782902 L313.024386,130.779472 L312.955799,130.752038 L312.94894,130.748608 L312.880354,130.721173 L312.873495,130.717744 L312.804908,130.690309 L312.79805,130.68688 L312.729463,130.659445 L312.719175,130.656016 L312.650588,130.628581 L312.643729,130.625152 L312.578572,130.594288 L312.568284,130.590859 L312.499697,130.559995 L312.489409,130.553136 L312.424252,130.525701 L312.417393,130.522272 L312.352236,130.494837 L312.345377,130.491408 L312.27679,130.460544 L312.266502,130.457115 L312.201345,130.426251 L312.191057,130.422821 L312.1259,130.391957 L312.119041,130.388528 L312.050454,130.357664 L312.040166,130.354234 L311.975009,130.32337 L311.964721,130.319941 L311.899563,130.289077 L311.889275,130.285648 L311.824118,130.254784 L311.81383,130.251354 L311.745243,130.22049 L311.734955,130.217061 L311.666368,130.182768 L311.65608,130.179338 L311.587494,130.148474 L311.577206,130.145045 L311.512048,130.110752 L311.50176,130.107322 L311.436603,130.076458 L311.429744,130.073029 L311.364587,130.038735 L311.354299,130.035306 L311.289141,130.001013 L311.278853,129.997583 L311.213696,129.96329 L311.206837,129.959861 L311.14168,129.925567 L311.131392,129.922138 L311.066234,129.887845 L311.055946,129.884415 L310.990789,129.850122 L310.98393,129.846693 L310.918773,129.812399 L310.911914,129.805541 L310.846757,129.771247 L310.839898,129.767818 L310.774741,129.733524 L310.764453,129.730095 L310.699295,129.692372 L310.692437,129.688943 L310.627279,129.65465 L310.620421,129.647791 L310.555263,129.610068 L310.548405,129.606639 L310.483247,129.568916 L310.472959,129.565487 L310.407802,129.527764 L310.400943,129.520906 L310.335786,129.483183 L310.328927,129.479754 L310.267199,129.44546 L310.26377,129.442031 L274.255732,108.437342 L274.252303,108.433913 L274.176857,108.389332 L274.169999,108.385902 L274.094553,108.341321 L274.084265,108.337891 L274.00882,108.289881 L274.001961,108.286451 L273.923086,108.238441 L273.912798,108.235011 L273.837353,108.19043 L273.830494,108.187001 L273.755049,108.13899 L273.744761,108.132131 L273.669315,108.084121 L273.662457,108.080691 L273.587011,108.032681 L273.580153,108.025822 L273.504707,107.977811 L273.494419,107.970952 L273.418974,107.922942 L273.408686,107.919512 L273.33324,107.871502 L273.326382,107.864643 L273.250936,107.816632 L273.240648,107.809774 L273.165203,107.758334 L273.158344,107.751475 L273.082899,107.700035 L273.07604,107.693176 L273.000595,107.645165 L272.993736,107.641736 L272.92172,107.590296 L272.914861,107.583437 L272.842845,107.531997 L272.835987,107.525139 L272.763971,107.473699 L272.757112,107.46684 L272.681666,107.4154 L272.674808,107.411971 L272.602792,107.36053 L272.595933,107.353672 L272.523917,107.302232 L272.517058,107.298802 L272.445042,107.247362 L272.438184,107.240504 L272.366167,107.189064 L272.359309,107.185634 L272.287293,107.134194 L272.280434,107.130765 L272.208418,107.079325 L272.201559,107.072466 L272.129543,107.017597 L272.122685,107.010738 L272.050668,106.959298 L272.04381,106.952439 L271.971794,106.89757 L271.964935,106.890711 L271.896348,106.835842 L271.88949,106.828983 L271.820903,106.774114 L271.814044,106.767255 L271.745457,106.715815 L271.738599,106.708956 L271.666583,106.654087 L271.656295,106.647228 L271.587708,106.592359 L271.580849,106.58893 L271.508833,106.53406 L271.501975,106.527202 L271.433388,106.472332 L271.426529,106.465474 L271.357942,106.410604 L271.351084,106.403745 L271.282497,106.348876 L271.272209,106.342017 L271.203622,106.287148 L271.196764,106.280289 L271.128177,106.221991 L271.121318,106.215132 L271.052731,106.156833 L271.045873,106.149975 L270.977286,106.095105 L270.970427,106.088246 L270.901841,106.029948 L270.894982,106.023089 L270.826395,105.96479 L270.819537,105.957932 L270.754379,105.899633 L270.74752,105.896204 L270.678934,105.837905 L270.672075,105.831046 L270.606918,105.772747 L270.600059,105.765889 L270.531472,105.70759 L270.524614,105.700731 L270.459456,105.642433 L270.452597,105.635574 L270.38744,105.577275 L270.380581,105.570417 L270.311995,105.512118 L270.305136,105.505259 L270.239979,105.44696 L270.23312,105.440102 L270.167962,105.381803 L270.161104,105.374944 L270.095946,105.316646 L270.089088,105.309787 L270.02736,105.248059 L270.020501,105.2412 L269.958773,105.179472 L269.951914,105.172614 L269.886757,105.110885 L269.879898,105.104027 L269.814741,105.045728 L269.807882,105.038869 L269.742725,104.980571 L269.735866,104.973712 L269.670709,104.911984 L269.66385,104.905125 L269.602122,104.846827 L269.595263,104.839968 L269.533535,104.77824 L269.530106,104.77481 L269.468378,104.713082 L269.461519,104.706224 L269.399791,104.644496 L269.392932,104.637637 L269.331204,104.575909 L269.324346,104.56905 L269.262618,104.507322 L269.255759,104.500463 L269.194031,104.438735 L269.187172,104.431877 L269.128873,104.370149 L269.122015,104.36329 L269.060287,104.298133 L269.053428,104.291274 L268.9917,104.229546 L268.984841,104.222687 L268.923113,104.160959 L268.916255,104.1541 L268.857956,104.088943 L268.851097,104.082084 L268.789369,104.020356 L268.78251,104.013498 L268.724212,103.94834 L268.717353,103.941482 L268.659054,103.876324 L268.652196,103.869466 L268.593897,103.804308 L268.587038,103.797449 L268.528739,103.732292 L268.521881,103.725433 L268.463582,103.660276 L268.456723,103.653417 L268.398425,103.58826 L268.391566,103.581401 L268.333267,103.516244 L268.326409,103.509385 L268.271539,103.444228 L268.26811,103.437369 L268.209811,103.368782 L268.202952,103.361924 L268.144654,103.296766 L268.137795,103.289908 L268.082926,103.22475 L268.079496,103.217891 L268.021198,103.152734 L268.017768,103.145875 L267.962899,103.080718 L267.95604,103.073859 L267.901171,103.005273 L267.894312,102.998414 L267.839443,102.929827 L267.832584,102.922969 L267.777715,102.854382 L267.774285,102.847523 L267.719416,102.782366 L267.712557,102.772078 L267.657688,102.70692 L267.650829,102.700062 L267.59596,102.631475 L267.589101,102.624616 L267.537661,102.556029 L267.530802,102.549171 L267.475933,102.480584 L267.469074,102.473725 L267.417634,102.405139 L267.410776,102.39828 L267.355906,102.326264 L267.349048,102.319405 L267.297608,102.250818 L267.290749,102.24396 L267.239309,102.175373 L267.23245,102.168514 L267.18101,102.096498 L267.174151,102.08964 L267.122711,102.021053 L267.115853,102.014194 L267.064413,101.944579 L267.057554,101.934291 L267.006114,101.862275 L267.002685,101.855416 L266.951244,101.786829 L266.944386,101.779971 L266.896375,101.707954 L266.889516,101.701096 L266.841506,101.62908 L266.834647,101.622221 L266.783207,101.552263 L266.779778,101.545404 L266.728338,101.476817 L266.721479,101.466529 L266.670039,101.394513 L266.66661,101.387654 L266.618599,101.315638 L266.61174,101.30878 L266.563729,101.236764 L266.5603,101.226476 L266.512289,101.154459 L266.505431,101.147601 L266.45742,101.075585 L266.450561,101.068726 L266.402551,100.99671 L266.395692,100.989851 L266.347681,100.917835 L266.340823,100.910977 L266.292812,100.83896 L266.289382,100.832102 L266.241372,100.760086 L266.237942,100.753227 L266.189932,100.681211 L266.183073,100.670923 L266.135062,100.595478 L266.131633,100.588619 L266.083622,100.513173 L266.080193,100.506315 L266.035612,100.434299 L266.032182,100.42744 L265.987601,100.351995 L265.984171,100.345136 L265.93959,100.269691 L265.932731,100.259403 L265.88815,100.187386 L265.884721,100.180528 L265.840139,100.105082 L265.833281,100.094794 L265.788699,100.022778 L265.78527,100.01592 L265.744118,99.9439035 L265.737259,99.9370449 L265.692678,99.8615995 L265.685819,99.8547408 L265.641238,99.7792954 L265.637808,99.7690074 L265.593227,99.693562 L265.589798,99.6832739 L265.548646,99.6078285 L265.545216,99.6009699 L265.504064,99.5255244 L265.500635,99.5186658 L265.456054,99.4432204 L265.452624,99.4363617 L265.411472,99.3609163 L265.408043,99.3540576 L265.363461,99.2786122 L265.356603,99.2683242 L265.315451,99.1928788 L265.312021,99.1860201 L265.270869,99.1105747 L265.265725,99.103716 L265.224573,99.0282706 L265.221144,99.0214119 L265.183421,98.9425372 L265.179992,98.9356785 L265.13884,98.8602331 L265.135411,98.8533744 L265.094259,98.777929 L265.090829,98.767641 L265.049677,98.6887662 L265.046248,98.6819076 L265.008525,98.6064622 L265.005096,98.5961741 L264.963944,98.5207287 L264.960514,98.5138701 L264.922792,98.4384246 L264.919362,98.4298513 L264.88164,98.3509766 L264.87821,98.3441179 L264.840488,98.2652431 L264.837058,98.2583845 L264.799336,98.1795097 L264.795906,98.1692217 L264.758184,98.090347 L264.754754,98.0834883 L264.717031,98.0046135 L264.713602,97.9943255 L264.675879,97.9154508 L264.669021,97.9051628 L264.631298,97.826288 L264.627869,97.816 L264.593575,97.7371253 L264.586717,97.7268372 L264.552423,97.6479625 L264.548994,97.6376745 L264.514701,97.5587997 L264.511271,97.5485117 L264.476978,97.469637 L264.473549,97.459349 L264.439255,97.3804742 L264.435826,97.3701862 L264.401532,97.2913115 L264.398103,97.2810234 L264.36381,97.2021487 L264.36038,97.19529 L264.326087,97.1164153 L264.322658,97.1095566 L264.288364,97.0272525 L264.284935,97.0203938 L264.254071,96.9415191 L264.250642,96.9312311 L264.216348,96.848927 L264.212919,96.8420683 L264.178626,96.7597642 L264.175196,96.7494762 L264.140903,96.6671721 L264.137474,96.6568841 L264.10661,96.57458 L264.10318,96.5677214 L264.072316,96.4888466 L264.068887,96.4785586 L264.038023,96.3962545 L264.034593,96.3859665 L264.003729,96.3070918 L264.0003,96.3002331 L263.969436,96.217929 L263.966007,96.2093557 L263.935143,96.1270516 L263.931713,96.1167636 L263.900849,96.0344595 L263.89742,96.0241715 L263.866556,95.9452967 L263.863127,95.9350087 L263.832263,95.8527046 L263.828833,95.8458459 L263.797969,95.7635419 L263.79454,95.7566832 L263.763676,95.6743791 L263.763676,95.6675204 L263.732812,95.5852163 L263.729382,95.5749283 L263.698518,95.4926242 L263.695089,95.4857656 L263.667654,95.4034615 L263.664225,95.3966028 L263.63679,95.3142987 L263.633361,95.3074401 L263.605926,95.225136 L263.602497,95.214848 L263.575062,95.1325439 L263.571633,95.1256852 L263.547628,95.0433811 L263.544198,95.0330931 L263.520193,94.950789 L263.516764,94.940501 L263.489329,94.8581969 L263.4859,94.8479089 L263.461894,94.7656048 L263.458465,94.7553168 L263.434459,94.6730127 L263.43103,94.6627247 L263.403595,94.5769913 L263.403595,94.5667033 L263.37959,94.4843992 L263.376161,94.4741112 L263.352155,94.3883778 L263.348726,94.3780898 L263.324721,94.2957857 L263.321291,94.2854977 L263.297286,94.2031936 L263.293857,94.1929056 L263.269851,94.1106015 L263.269851,94.1003135 L263.245846,94.01458 L263.242417,94.004292 L263.218411,93.9185586 L263.214982,93.9082706 L263.194406,93.8259665 L263.190977,93.8191078 L263.166971,93.7333744 L263.163542,93.7230864 L263.142966,93.637353 L263.142966,93.6304943 L263.12239,93.5447609 L263.11896,93.5344729 L263.098384,93.4487395 L263.098384,93.4384514 L263.077808,93.352718 L263.077808,93.3458593 L263.057232,93.2601259 L263.053803,93.2498379 L263.033227,93.1641045 L263.033227,93.1538165 L263.012651,93.0680831 L263.009222,93.0612244 L262.988646,92.975491 L262.985216,92.9652029 L262.96464,92.8794695 L262.961211,92.8691815 L262.940635,92.7834481 L262.937206,92.7765894 L262.920059,92.690856 L262.920059,92.6565626 L262.902912,92.5708292 L262.902912,92.5605412 L262.885766,92.4748078 L262.882336,92.4645198 L262.86519,92.3787863 L262.86176,92.3719277 L262.844614,92.2861942 L262.841184,92.2759062 L262.824038,92.1901728 L262.820608,92.1798848 L262.803461,92.0941514 L262.800032,92.0838634 L262.782885,91.9981299 L262.779456,91.9878419 L262.765739,91.9021085 L262.765739,91.8918205 L262.752021,91.8060871 L262.748592,91.7957991 L262.734875,91.7100656 L262.734875,91.6997776 L262.721157,91.6106149 L262.717728,91.6037562 L262.704011,91.5145934 L262.700581,91.5043054 L262.686864,91.4151427 L262.686864,91.4048547 L262.673147,91.3191212 L262.669717,91.3088332 L262.659429,91.2230998 L262.657715,91.2162411 L262.643997,91.1270784 L262.640568,91.1167904 L262.63028,91.0276276 L262.63028,91.0173396 L262.619992,90.9281768 L262.619992,90.9062291 L262.609704,90.8170663 L262.606275,90.8067783 L262.595987,90.7210449 L262.595987,90.7107569 L262.585699,90.6215941 L262.585699,90.6113061 L262.575411,90.5255727 L262.575411,90.518714 L262.565123,90.4295512 L262.561693,90.4192632 L262.554835,90.3301005 L262.551405,90.3198125 L262.541803,90.2306497 L262.538374,90.2203617 L262.531515,90.1311989 L262.528086,90.1209109 L262.521227,90.0317482 L262.517798,90.0214601 L262.510939,89.9322974 L262.510939,89.9220094 L262.50408,89.836276 L262.50408,89.8259879 L262.497222,89.7368252 L262.497222,89.7265372 L262.490363,89.6373744 L262.490363,89.6270864 L262.483504,89.5379236 L262.483504,89.5447823 L262.476646,89.4556196 L262.476646,89.4453315 L262.473216,89.3561688 L262.473216,89.3458808 L262.466358,89.256718 L262.466358,89.24643 L262.462928,89.1572672 L262.462928,89.1469792 L262.459499,89.0578165 L262.459499,89.0475285 L262.45264,88.9583657 L262.45264,88.9480777 L262.449211,88.8589149 L262.449211,88.8246216 L262.445782,88.7354588 L262.445782,88.7286001 L262.442352,88.6394374 L262.442352,88.6291494 L262.438923,88.5399866 L262.438923,88.5056932 L262.435494,88.4165305 L262.435494,88.4079571 L262.432064,88.3187944 L262.432064,88.3085064 L262.428635,88.2193436 L262.428635,88.2090556 L262.425206,88.1198928 L262.425206,46.5340388 L262.428635,46.4277294 L262.428635,46.3077026 L262.432064,46.2048225 L262.432064,46.0813664 L262.435494,45.9784863 L262.438923,45.8756062 L262.438923,45.8653182 L262.442352,45.762438 L262.442352,45.75215 L262.449211,45.6492699 L262.449211,45.6413825 L262.45264,45.535073 L262.45264,45.524785 L262.459499,45.4184756 L262.459499,45.4081875 L262.462928,45.3053074 L262.462928,45.2960482 L262.469787,45.1931681 L262.469787,45.1828801 L262.476646,45.08 L262.476646,45.069712 L262.483504,44.9668319 L262.483504,44.9565439 L262.490363,44.8536638 L262.490363,44.8433758 L262.497222,44.7404956 L262.497222,44.7302076 L262.50408,44.6273275 L262.50408,44.6170395 L262.514368,44.5141594 L262.517798,44.5038714 L262.524656,44.4009913 L262.524656,44.3907033 L262.534944,44.2878232 L262.538374,44.2789069 L262.548662,44.1760268 L262.548662,44.1664246 L262.556549,44.0635445 L262.556549,44.0566859 L262.566837,43.9538058 L262.566837,43.9435177 L262.577125,43.8406376 L262.577125,43.8303496 L262.587413,43.7274695 L262.587413,43.7206109 L262.601131,43.6177307 L262.601131,43.6074427 L262.614848,43.5045626 L262.614848,43.4942746 L262.628565,43.3913945 L262.628565,43.3845358 L262.638853,43.2816557 L262.638853,43.2713677 L262.652571,43.1719169 L262.652571,43.1616289 L262.666288,43.0621782 L262.666288,43.0553195 L262.680005,42.9558687 L262.680005,42.94901 L262.697152,42.8461299 L262.697152,42.8358419 L262.710869,42.7363912 L262.714299,42.7261031 L262.728016,42.623223 L262.728016,42.612935 L262.743105,42.5100549 L262.746534,42.5031962 L262.760252,42.4037455 L262.760252,42.3968868 L262.777399,42.297436 L262.780828,42.287148 L262.797975,42.1870114 L262.797975,42.1801527 L262.815121,42.0807019 L262.818551,42.0704139 L262.835697,41.9709632 L262.839127,41.9606752 L262.856273,41.857795 L262.856273,41.847507 L262.876849,41.7473704 L262.880279,41.7370824 L262.897425,41.6376316 L262.900855,41.6290583 L262.918001,41.5296075 L262.921431,41.5227488 L262.942007,41.4232981 L262.945436,41.41301 L262.966012,41.3135593 L262.966012,41.3032713 L262.986588,41.2038205 L262.990017,41.1935325 L263.010593,41.0940817 L263.014023,41.087223 L263.034599,40.9877723 L263.038028,40.978856 L263.058604,40.8794052 L263.058604,40.8691172 L263.08261,40.7696664 L263.08261,40.7628078 L263.106615,40.663357 L263.110044,40.653069 L263.13062,40.5536182 L263.13405,40.5433302 L263.158055,40.4438794 L263.158055,40.4370208 L263.18206,40.33757 L263.18206,40.327282 L263.206066,40.2278312 L263.206066,40.2175432 L263.230071,40.1180924 L263.2335,40.1078044 L263.257506,40.0083537 L263.260935,40.001495 L263.28494,39.9020442 L263.28837,39.8917562 L263.312375,39.7923054 L263.315804,39.7820174 L263.343239,39.6825666 L263.345297,39.6722786 L263.372731,39.5762572 L263.376161,39.5659692 L263.403595,39.4665184 L263.407025,39.4596597 L263.434459,39.3636383 L263.437889,39.3567796 L263.465324,39.2573289 L263.468753,39.2470409 L263.496188,39.1510194 L263.496188,39.1441608 L263.523622,39.04471 L263.527052,39.034422 L263.554486,38.9384005 L263.557916,38.9281125 L263.58535,38.8286618 L263.58878,38.8218031 L263.619644,38.7257816 L263.623073,38.7154936 L263.653937,38.6194722 L263.657366,38.6126135 L263.68823,38.5165921 L263.69166,38.5063041 L263.722524,38.4102827 L263.722524,38.403424 L263.753388,38.3074025 L263.756817,38.3005439 L263.791111,38.2045224 L263.79454,38.1942344 L263.825404,38.098213 L263.828833,38.087925 L263.863127,37.9919035 L263.863127,37.9850449 L263.893991,37.8890234 L263.89742,37.8787354 L263.928284,37.782714 L263.931713,37.772426 L263.962577,37.6764046 L263.966007,37.6661165 L264.0003,37.5700951 L264.003729,37.5632364 L264.038023,37.467215 L264.041452,37.4603563 L264.075745,37.3643349 L264.079175,37.3574762 L264.113468,37.2648841 L264.116898,37.2545961 L264.15462,37.1585747 L264.15805,37.151716 L264.192343,37.0591239 L264.195772,37.0488359 L264.230066,36.9528145 L264.233495,36.9459558 L264.267788,36.8499344 L264.271218,36.8396463 L264.305511,36.7436249 L264.30894,36.7333369 L264.346663,36.6373155 L264.350092,36.6304568 L264.387815,36.5378647 L264.391244,36.531006 L264.428967,36.4384139 L264.432397,36.4315553 L264.470119,36.3389632 L264.473549,36.3286752 L264.511271,36.2360831 L264.514701,36.2292244 L264.552423,36.1366323 L264.555853,36.1263443 L264.597005,36.0303228 L264.600434,36.0234642 L264.638157,35.9308721 L264.645015,35.9205841 L264.686167,35.827992 L264.689597,35.8211333 L264.730749,35.7285412 L264.734178,35.7182532 L264.77533,35.6256611 L264.77876,35.6188024 L264.819912,35.5262103 L264.823341,35.5193516 L264.864493,35.4267595 L264.867922,35.4199009 L264.909074,35.3273088 L264.912504,35.3204501 L264.953656,35.227858 L264.957085,35.21757 L264.998237,35.1249779 L265.001666,35.1181192 L265.042818,35.0289565 L265.046248,35.0186685 L265.090829,34.9295057 L265.094259,34.922647 L265.13884,34.8334843 L265.142269,34.8231962 L265.186851,34.7306042 L265.19028,34.7203161 L265.234861,34.6311534 L265.238291,34.6242947 L265.282872,34.5351319 L265.286301,34.5248439 L265.330883,34.4322518 L265.334312,34.4253932 L265.378894,34.3362304 L265.385752,34.3293717 L265.430334,34.2367796 L265.433763,34.229921 L265.478344,34.1407582 L265.481774,34.1304702 L265.529784,34.0413074 L265.533214,34.0344488 L265.577795,33.945286 L265.581224,33.934998 L265.629235,33.8458352 L265.632664,33.8389766 L265.680675,33.7498138 L265.684104,33.7395258 L265.732115,33.650363 L265.735545,33.6435044 L265.783555,33.5543416 L265.790414,33.5474829 L265.838425,33.4617495 L265.841854,33.4548908 L265.889865,33.3657281 L265.896723,33.3588694 L265.944734,33.273136 L265.948163,33.2662773 L265.999603,33.1771145 L266.003033,33.1702559 L266.054473,33.0810931 L266.057902,33.0708051 L266.105913,32.9816423 L266.112772,32.9747837 L266.164212,32.8856209 L266.167641,32.8787622 L266.219081,32.7930288 L266.22594,32.7861701 L266.27738,32.7004367 L266.280809,32.6901487 L266.332249,32.6044153 L266.339108,32.5975566 L266.390548,32.5118232 L266.393977,32.5049645 L266.445417,32.4192311 L266.448847,32.4123724 L266.500287,32.326639 L266.506117,32.3197803 L266.557557,32.2340469 L266.560986,32.2271882 L266.612426,32.1414548 L266.615855,32.1345961 L266.670725,32.0488627 L266.674154,32.042004 L266.729023,31.9562706 L266.735882,31.9459826 L266.787322,31.8602492 L266.794181,31.8533905 L266.84905,31.7676571 L266.85248,31.7607984 L266.907349,31.675065 L266.914208,31.664777 L266.969077,31.5790435 L266.972506,31.5721849 L267.027376,31.4898808 L267.034234,31.4830221 L267.089104,31.400718 L267.092533,31.3938593 L267.150832,31.3115553 L267.154261,31.3012672 L267.209131,31.2189632 L267.215989,31.2086752 L267.270859,31.1229417 L267.277717,31.1160831 L267.336016,31.033779 L267.342875,31.0269203 L267.401173,30.9446162 L267.408032,30.9377575 L267.466331,30.8554534 L267.46976,30.8485948 L267.528059,30.7662907 L267.534918,30.759432 L267.593216,30.6771279 L267.600075,30.6702693 L267.658374,30.5913945 L267.661803,30.5845358 L267.720102,30.5022317 L267.72696,30.4953731 L267.788689,30.413069 L267.792118,30.4062103 L267.850417,30.3273356 L267.853846,30.3204769 L267.915574,30.2416021 L267.922433,30.2313141 L267.980731,30.14901 L267.98759,30.1421514 L268.049318,30.0598473 L268.052747,30.0529886 L268.114476,29.9741139 L268.121334,29.9672552 L268.183062,29.8883804 L268.189921,29.8815218 L268.251649,29.7992177 L268.255078,29.792359 L268.316806,29.7134843 L268.323665,29.7066256 L268.385393,29.6243215 L268.392252,29.6174628 L268.456723,29.5385881 L268.463582,29.5317294 L268.52531,29.4528547 L268.532169,29.445996 L268.597326,29.3671212 L268.600756,29.3602626 L268.665913,29.2813878 L268.672772,29.2745291 L268.737929,29.1956544 L268.744788,29.1887957 L268.809945,29.109921 L268.816804,29.1030623 L268.881961,29.0276169 L268.88882,29.0207582 L268.953977,28.9418835 L268.960836,28.9350248 L269.025993,28.8595794 L269.032852,28.8527207 L269.098009,28.7772753 L269.104868,28.7704166 L269.173455,28.6949712 L269.180313,28.6881125 L269.2489,28.6092378 L269.255759,28.6023791 L269.320916,28.5269337 L269.324346,28.520075 L269.392932,28.4446296 L269.399791,28.4377709 L269.468378,28.3623255 L269.475236,28.3554668 L269.543823,28.2800214 L269.547253,28.2731628 L269.615839,28.1977173 L269.622698,28.1908587 L269.691285,28.1154133 L269.694714,28.1119839 L269.763301,28.0399678 L269.770159,28.0296798 L269.838746,27.9542344 L269.845605,27.9473758 L269.914192,27.8753597 L269.92105,27.868501 L269.993066,27.7964849 L269.999925,27.7896263 L270.071941,27.7141808 L270.0788,27.7073222 L270.150816,27.6353061 L270.157674,27.6284474 L270.229691,27.553002 L270.236549,27.5461433 L270.305136,27.4741273 L270.311995,27.4672686 L270.384011,27.3952525 L270.390869,27.3883938 L270.462885,27.3163778 L270.469744,27.3095191 L270.54176,27.237503 L270.548619,27.2306443 L270.620635,27.1586283 L270.627494,27.1517696 L270.69951,27.0797535 L270.706368,27.0763242 L270.778384,27.0043081 L270.785243,26.9974494 L270.857259,26.9254334 L270.864118,26.9185747 L270.939563,26.8465586 L270.946422,26.8396999 L271.021867,26.7711132 L271.028726,26.7642545 L271.104171,26.6956678 L271.11103,26.6888091 L271.186476,26.6202224 L271.193334,26.6133637 L271.26878,26.544777 L271.275638,26.5379183 L271.351084,26.4693315 L271.357942,26.4624729 L271.433388,26.3938861 L271.440246,26.3870275 L271.515692,26.3184407 L271.522551,26.311582 L271.597996,26.2429953 L271.604855,26.2361366 L271.6803,26.1709792 L271.687159,26.1641206 L271.762604,26.0989632 L271.769463,26.0921045 L271.844908,26.0235177 L271.851767,26.0166591 L271.930642,25.9515017 L271.9375,25.944643 L272.016375,25.8794856 L272.023234,25.8726269 L272.098679,25.8074695 L272.105538,25.8006109 L272.184413,25.7354534 L272.191271,25.7285948 L272.266717,25.660008 L272.273575,25.6531494 L272.35245,25.587992 L272.359309,25.5811333 L272.438184,25.5159759 L272.445042,25.5091172 L272.523917,25.4439598 L272.530776,25.4371011 L272.61308,25.3719437 L272.619938,25.3685144 L272.698813,25.3067863 L272.705672,25.2999277 L272.787976,25.2381996 L272.794835,25.2313409 L272.873709,25.1661835 L272.883997,25.1593248 L272.966301,25.0941674 L272.97316,25.0873088 L273.052035,25.0255807 L273.058894,25.0221514 L273.141198,24.9604233 L273.148056,24.9535646 L273.226931,24.8918366 L273.237219,24.8849779 L273.319523,24.8232498 L273.326382,24.8163912 L273.408686,24.7546631 L273.415545,24.7478044 L273.497849,24.6860764 L273.504707,24.6792177 L273.587011,24.6174896 L273.59387,24.6140603 L273.676174,24.5557616 L273.683033,24.5523322 L273.765337,24.4906042 L273.772196,24.4837455 L273.8545,24.4220174 L273.861358,24.4151587 L273.943662,24.3534307 L273.950521,24.346572 L274.036255,24.2882733 L274.043113,24.2814146 L274.125417,24.2231159 L274.132276,24.2162572 L274.218009,24.1579585 L274.224868,24.1545291 L274.310601,24.0962304 L274.31746,24.0893717 L274.403194,24.031073 L274.413482,24.0276437 L274.497843,23.9693449 L274.508131,23.9624863 L274.593865,23.9041875 L274.600723,23.8973289 L274.686457,23.8390301 L274.693315,23.8356008 L274.779049,23.7773021 L274.789337,23.7704434 L274.87507,23.715574 L274.881929,23.7121447 L274.967662,23.6572753 L274.974521,23.6504166 L275.060255,23.5955472 L275.067113,23.5886885 L275.156276,23.5303898 L275.163135,23.5269605 L275.252297,23.4720911 L275.259156,23.4686618 L275.344889,23.4137924 L275.351748,23.410363 L275.440911,23.3554936 L275.44777,23.348635 L275.536932,23.2937656 L275.543791,23.2903362 L275.632954,23.2354668 L275.639812,23.2286082 L275.728975,23.1737388 L275.739263,23.1703094 L275.824997,23.1188694 L275.831855,23.1154401 L308.75349,3.3830355 L308.758634,3.3830355 L308.83065,3.34188346 L308.840938,3.33502478 L308.912954,3.29387274 L308.919812,3.2904434 L308.995258,3.24929136 L309.002117,3.24586202 L309.077562,3.20470998 L309.084421,3.19785131 L309.159866,3.15669926 L309.166725,3.14984059 L309.24217,3.10525921 L309.249029,3.10182987 L309.324474,3.06067783 L309.331333,3.05381916 L309.406778,3.01266711 L309.413637,3.00580844 L309.489082,2.9646564 L309.495941,2.95779772 L309.571386,2.91664568 L309.578245,2.91321634 L309.653691,2.8720643 L309.663979,2.86863496 L309.739424,2.82748292 L309.746283,2.82405358 L309.821728,2.78633088 L309.832016,2.78290154 L309.907461,2.74517883 L309.91432,2.7417495 L309.989766,2.70402679 L309.996624,2.69716812 L310.07207,2.65601608 L310.082358,2.65258674 L310.157803,2.61486403 L310.168091,2.6114347 L310.243537,2.57371199 L310.253825,2.57028265 L310.332699,2.53255995 L310.339558,2.52913061 L310.415003,2.4914079 L310.421862,2.48454923 L310.500737,2.45025586 L310.507595,2.44339719 L310.58647,2.40567448 L310.593329,2.39881581 L310.668774,2.36452244 L310.679062,2.3610931 L310.757937,2.3233704 L310.764796,2.31994106 L310.84367,2.28564769 L310.853958,2.28221835 L310.929404,2.24449565 L310.939692,2.24106631 L311.018567,2.20677294 L311.028855,2.2033436 L311.107729,2.1656209 L311.114588,2.16219156 L311.193463,2.12446885 L311.200322,2.12103952 L311.279196,2.08674615 L311.286055,2.08331681 L311.36493,2.04902344 L311.375218,2.04559411 L311.454092,2.01130074 L311.460951,2.0078714 L311.539826,1.97357803 L311.550114,1.97014869 L311.628989,1.93585532 L311.635847,1.93242599 L311.714722,1.90156196 L311.72501,1.89813262 L311.803885,1.86383925 L311.814173,1.86040991 L311.893048,1.82954588 L311.899906,1.82611654 L311.978781,1.79182317 L311.98564,1.78839384 L312.064514,1.75752981 L312.071373,1.75410047 L312.150248,1.7198071 L312.160536,1.71637776 L312.239411,1.68551373 L312.249699,1.68208439 L312.328573,1.6546497 L312.335432,1.65122036 L312.414307,1.62035633 L312.421165,1.61692699 L312.50004,1.5894923 L312.510328,1.58606296 L312.589203,1.55862827 L312.596062,1.55862827 L312.674936,1.52776423 L312.685224,1.5243349 L312.764099,1.49347086 L312.774387,1.49004153 L312.853262,1.46260683 L312.86355,1.45917749 L312.945854,1.4317428 L312.952713,1.42831346 L313.031587,1.40087877 L313.041875,1.39744943 L313.12075,1.37001474 L313.127609,1.3665854 L313.206484,1.3391507 L313.213342,1.33572137 L313.295646,1.30828667 L313.302505,1.30485733 L313.38138,1.27742264 L313.391668,1.2739933 L313.470543,1.24998794 L313.480831,1.24655861 L313.559705,1.22255325 L313.569993,1.21912391 L313.648868,1.19168922 L313.659156,1.18825988 L313.74146,1.16425452 L313.748319,1.16082518 L313.830623,1.13681983 L313.840911,1.13339049 L313.919786,1.10938513 L313.930074,1.10595579 L314.012378,1.08195044 L314.022666,1.0785211 L314.10497,1.05451574 L314.115258,1.0510864 L314.194133,1.02708104 L314.200991,1.02708104 L314.283295,1.00650502 L314.290154,1.00307569 L314.372458,0.982499665 L314.382746,0.979070328 L314.46505,0.95506497 L314.475338,0.951635633 L314.554213,0.931059612 L314.561072,0.927630275 L314.643376,0.907054253 L314.653664,0.903624916 L314.735968,0.883048895 L314.746256,0.883048895 L314.82856,0.862472873 L314.838848,0.859043537 L314.921152,0.838467515 L314.93144,0.835038178 L315.010315,0.814462157 L315.020603,0.81103282 L315.102907,0.790456798 L315.113195,0.787027461 L315.195499,0.76645144 L315.202358,0.763022103 L315.284662,0.742446082 L315.29495,0.739016745 L315.377254,0.718440723 L315.387542,0.718440723 L315.469846,0.701294039 L315.480134,0.697864702 L315.562438,0.680718017 L315.572726,0.677288681 L315.65503,0.656712659 L315.665318,0.656712659 L315.747622,0.639565975 L315.75791,0.636136638 L315.840214,0.618989953 L315.850502,0.615560616 L315.932806,0.598413932 L315.939665,0.598413932 L316.021969,0.581267247 L316.032257,0.57783791 L316.114561,0.560691226 L316.124849,0.557261889 L316.207153,0.543544541 L316.214012,0.540115204 L316.296316,0.526397857 L316.306604,0.52296852 L316.388908,0.509251172 L316.399196,0.505821835 L316.4815,0.492104488 L316.491788,0.492104488 L316.574092,0.47838714 L316.58438,0.474957803 L316.666685,0.461240455 L316.676973,0.457811119 L316.759277,0.444093771 L316.769565,0.444093771 L316.851869,0.430376423 L316.862157,0.430376423 L316.944461,0.416659076 L316.954749,0.416659076 L317.037053,0.402941728 L317.047341,0.402941728 L317.129645,0.392653717 L317.139933,0.38922438 L317.222237,0.37893637 L317.229096,0.37893637 L317.3114,0.368648359 L317.321688,0.368648359 L317.407421,0.358360348 L317.41428,0.354931011 L317.496584,0.344643001 L317.506872,0.344643001 L317.589176,0.33435499 L317.599464,0.33435499 L317.681768,0.324066979 L317.692056,0.324066979 L317.77779,0.313778969 L317.788078,0.313778969 L317.870382,0.306920295 L317.88067,0.306920295 L317.962974,0.296632284 L317.973262,0.296632284 L318.055566,0.28977361 L318.065854,0.28977361 L318.148158,0.282914936 L318.158446,0.279485599 L318.24075,0.272626926 L318.251038,0.272626926 L318.333342,0.265768252 L318.34363,0.265768252 L318.425934,0.258909578 L318.436222,0.258909578 L318.518526,0.252050904 L318.528814,0.248621567 L318.611119,0.241762894 L318.617977,0.241762894 L318.700281,0.23490422 L318.710569,0.23490422 L318.796303,0.228045546 L318.806591,0.228045546 L318.888895,0.221186872 L318.895754,0.221186872 L318.978058,0.214328198 L318.984916,0.214328198 L319.06722,0.210898861 L319.077508,0.210898861 L319.159812,0.207469524 L319.1701,0.207469524 L319.255834,0.204040188 L319.269551,0.204040188 L319.351855,0.197181514 L319.362143,0.197181514 L319.444447,0.193752177 L319.454735,0.193752177 L319.53704,0.19032284 L319.547328,0.19032284 L319.629632,0.186893503 L319.825104,0.186893503 L319.907408,0.183464166 L320.46296,0.183464166 L320.46879,0.109047555 Z M320.393345,9.3682572 L320.338476,9.36894307 L320.28292,9.36894307 L320.228051,9.36962894 L320.173182,9.37065774 L320.118312,9.37408707 L320.063443,9.37751641 L320.008573,9.38094575 L319.953704,9.38437508 L319.898835,9.38780442 L319.843965,9.39123376 L319.789096,9.39466309 L319.734226,9.39809243 L319.679357,9.40152177 L319.624488,9.40495111 L319.569618,9.40838044 L319.514749,9.41180978 L319.459879,9.41523912 L319.40501,9.41866845 L319.350141,9.42552713 L319.295271,9.4323858 L319.240402,9.43581514 L319.186218,9.43924447 L319.131349,9.44610315 L319.07648,9.45296182 L319.02161,9.4598205 L318.966741,9.46667917 L318.912557,9.47353784 L318.857688,9.48039652 L318.802818,9.48725519 L318.748978,9.49411386 L318.694109,9.50097254 L318.639239,9.50783121 L318.585056,9.51811922 L318.530186,9.5249779 L318.475317,9.53526591 L318.420447,9.54555392 L318.365578,9.55584193 L318.310709,9.5627006 L318.255839,9.57298861 L318.20097,9.58327662 L318.1461,9.59356463 L318.091231,9.60385265 L318.036362,9.61414066 L317.981492,9.62442867 L317.926623,9.63471668 L317.871754,9.64500469 L317.816884,9.6552927 L317.762015,9.66558071 L317.707145,9.67586872 L317.652276,9.68958607 L317.597407,9.70330342 L317.542537,9.71702076 L317.487668,9.73073811 L317.432798,9.74445546 L317.377929,9.75817281 L317.32306,9.76846082 L317.26819,9.78217816 L317.213321,9.79589551 L317.158451,9.80961286 L317.103582,9.82333021 L317.052142,9.83704756 L316.997273,9.8507649 L316.942403,9.86448225 L316.887534,9.8781996 L316.832664,9.89534628 L316.781224,9.91249297 L316.729784,9.92621031 L316.674915,9.943357 L316.620046,9.96050368 L316.565176,9.97765037 L316.510307,9.99479705 L316.455437,10.0085144 L316.403997,10.0256611 L316.349128,10.0428078 L316.294259,10.0599545 L316.239389,10.0771011 L316.187949,10.0942478 L316.13308,10.1113945 L316.07821,10.1285412 L316.02677,10.1456879 L315.97533,10.1628346 L315.92389,10.1799812 L315.87245,10.2005573 L315.817581,10.2211333 L315.762711,10.2417093 L315.711271,10.2622853 L315.659831,10.2828614 L315.608391,10.3034374 L315.556951,10.3240134 L315.505511,10.3445894 L315.454071,10.3651654 L315.402631,10.3857415 L315.351191,10.4063175 L315.299751,10.4268935 L315.248311,10.4474695 L315.196871,10.4680455 L315.145431,10.4886216 L315.093991,10.5126269 L315.042551,10.5366323 L314.991111,10.5606376 L314.93967,10.584643 L314.89166,10.6086484 L314.84022,10.6326537 L314.78878,10.6566591 L314.73734,10.6806644 L314.6859,10.7046698 L314.634459,10.7286752 L314.583019,10.7526805 L314.531579,10.7766859 L314.480139,10.8041206 L314.428699,10.8281259 L314.377259,10.8521313 L314.325819,10.879566 L314.274379,10.9035713 L314.222939,10.9275767 L314.171499,10.9550114 L314.123488,10.9824461 L314.075478,11.0064514 L314.027467,11.0338861 L313.976027,11.0613208 L313.928016,11.0887555 L313.880005,11.1161902 L313.831995,11.1436249 L313.780555,11.1710596 L313.729115,11.1984943 L313.681104,11.225929 L313.633093,11.2533637 L313.581653,11.2807984 L313.533642,11.3082331 L313.478773,11.3390971 L280.574285,31.074931 L280.505699,31.1160831 L280.440541,31.1572351 L280.375384,31.1983871 L280.310226,31.2395392 L280.245069,31.2806912 L280.179912,31.3184139 L280.118184,31.359566 L280.056455,31.400718 L279.994727,31.4418701 L279.932999,31.4830221 L279.867842,31.5241741 L279.806114,31.5653262 L279.744386,31.6064782 L279.682658,31.6510596 L279.62093,31.6922117 L279.559202,31.736793 L279.497474,31.7779451 L279.435745,31.8225265 L279.374017,31.8671078 L279.312289,31.9116892 L279.250561,31.9562706 L279.188833,32.000852 L279.130534,32.0454334 L279.068806,32.0900147 L279.010508,32.1345961 L278.94878,32.1791775 L278.887052,32.2237589 L278.828753,32.2683403 L278.767025,32.3129216 L278.708726,32.3609324 L278.650427,32.4055137 L278.592129,32.4500951 L278.53383,32.4981058 L278.475531,32.5426872 L278.417232,32.5872686 L278.358934,32.6352793 L278.300635,32.68329 L278.245766,32.7313007 L278.187467,32.7793115 L278.132597,32.8273222 L278.077728,32.8753329 L278.022859,32.9233436 L277.967989,32.9747837 L277.91312,33.0227944 L277.854821,33.0708051 L277.799952,33.1222451 L277.745082,33.1702559 L277.690213,33.2182666 L277.635344,33.2662773 L277.580474,33.3177173 L277.525605,33.3691574 L277.470735,33.4205975 L277.415866,33.4720375 L277.364426,33.5234776 L277.309557,33.5749176 L277.254687,33.6263577 L277.203247,33.6777977 L277.151807,33.7292378 L277.100367,33.7806778 L277.048927,33.8321179 L276.997487,33.8835579 L276.946047,33.9384273 L276.894607,33.9898674 L276.843167,34.0413074 L276.791727,34.0961768 L276.740287,34.1510462 L276.692276,34.2059156 L276.644265,34.260785 L276.592825,34.3156544 L276.544814,34.3705238 L276.493374,34.4253932 L276.441934,34.4802626 L276.393924,34.5317026 L276.345913,34.586572 L276.297902,34.6414414 L276.249891,34.6963108 L276.201881,34.7511802 L276.15387,34.8060496 L276.105859,34.860919 L276.057849,34.9157883 L276.009838,34.9706577 L275.961827,35.0255271 L275.913816,35.0803965 L275.865806,35.1352659 L275.821224,35.1935646 L275.773214,35.2518634 L275.725203,35.3101621 L275.680622,35.3650315 L275.63604,35.4233302 L275.588029,35.4816289 L275.543448,35.5364983 L275.498867,35.5947971 L275.454285,35.6530958 L275.409704,35.7113945 L275.365123,35.7696932 L275.323971,35.827992 L275.279389,35.8862907 L275.238237,35.9445894 L275.193656,36.0028881 L275.149074,36.0611869 L275.104493,36.1194856 L275.059912,36.1777843 L275.01876,36.2395124 L274.977608,36.2978111 L274.933026,36.3561098 L274.891874,36.4178379 L274.850722,36.479566 L274.80957,36.541294 L274.768418,36.6030221 L274.727266,36.6647502 L274.686114,36.7264782 L274.644962,36.7882063 L274.60381,36.8499344 L274.562658,36.9116624 L274.521506,36.9733905 L274.480354,37.0351186 L274.442631,37.0968466 L274.404908,37.1585747 L274.367186,37.2203027 L274.329463,37.2820308 L274.29174,37.3437589 L274.254017,37.4054869 L274.216295,37.467215 L274.178572,37.5289431 L274.140849,37.5941005 L274.103127,37.6558285 L274.065404,37.7175566 L274.031111,37.7792847 L273.993388,37.8444421 L273.955665,37.9095995 L273.921372,37.9713275 L273.883649,38.0364849 L273.849356,38.1016423 L273.815062,38.1667997 L273.780769,38.2319571 L273.746476,38.2971145 L273.712182,38.3622719 L273.677889,38.4274293 L273.643595,38.4925867 L273.609302,38.5577441 L273.578438,38.6229015 L273.547574,38.6880589 L273.51671,38.7532163 L273.485846,38.8183737 L273.454982,38.8835311 L273.424118,38.9521179 L273.393254,39.0172753 L273.36239,39.0824327 L273.331526,39.1475901 L273.300662,39.2161768 L273.269798,39.2813342 L273.238934,39.3464916 L273.20807,39.4150784 L273.177206,39.4802358 L273.149771,39.5488225 L273.122336,39.6174092 L273.094902,39.6825666 L273.067467,39.7511534 L273.040032,39.8197401 L273.012597,39.8883269 L272.985163,39.9534843 L272.957728,40.022071 L272.930293,40.0906577 L272.902859,40.1592445 L272.878853,40.2278312 L272.854848,40.296418 L272.827413,40.3650047 L272.799979,40.4335914 L272.772544,40.5021782 L272.748539,40.5707649 L272.721104,40.6393516 L272.697098,40.7079384 L272.673093,40.7765251 L272.649088,40.8485412 L272.625082,40.9171279 L272.601077,40.9857147 L272.577072,41.0543014 L272.553066,41.1228881 L272.529061,41.1949042 L272.505056,41.263491 L272.48105,41.335507 L272.457045,41.4040938 L272.436469,41.4726805 L272.415893,41.5446966 L272.395317,41.6167127 L272.374741,41.6852994 L272.354165,41.7573155 L272.333589,41.8293315 L272.316442,41.9013476 L272.299295,41.9733637 L272.278719,42.0453798 L272.261573,42.1173958 L272.240997,42.1894119 L272.22385,42.261428 L272.206703,42.3334441 L272.189557,42.4054601 L272.17241,42.4774762 L272.155263,42.5494923 L272.138117,42.6215084 L272.12097,42.6935244 L272.103823,42.7655405 L272.090106,42.8375566 L272.072959,42.9095727 L272.059242,42.9815887 L272.042095,43.0536048 L272.024948,43.1256209 L272.011231,43.197637 L271.997514,43.269653 L271.980367,43.3416691 L271.96665,43.4171145 L271.952932,43.4891306 L271.939215,43.5611467 L271.925498,43.6331628 L271.91178,43.7051788 L271.898063,43.7771949 L271.887775,43.849211 L271.877487,43.9212271 L271.867199,43.9932431 L271.856911,44.0686885 L271.843194,44.1407046 L271.832906,44.2127207 L271.822618,44.2847368 L271.81233,44.3567528 L271.802042,44.4287689 L271.791754,44.500785 L271.781466,44.5762304 L271.774607,44.6516758 L271.764319,44.7236919 L271.75746,44.7991373 L271.747172,44.8711534 L271.740313,44.9465988 L271.733455,45.0220442 L271.726596,45.0940603 L271.719737,45.1695057 L271.712879,45.2449511 L271.70602,45.3203965 L271.699161,45.3958419 L271.692303,45.4712873 L271.685444,45.5467328 L271.678585,45.6221782 L271.675156,45.6976236 L271.671727,45.773069 L271.664868,45.8485144 L271.661439,45.9239598 L271.658009,45.9994052 L271.65458,46.0748506 L271.651151,46.150296 L271.647721,46.2223121 L271.647721,46.2977575 L271.644292,46.3732029 L271.644292,46.5240938 L271.640863,46.5995392 L271.640863,88.1493851 L271.644292,88.2111132 L271.647721,88.2728413 L271.651151,88.3345693 L271.65458,88.3928681 L271.658009,88.4545961 L271.661439,88.5163242 L271.664868,88.5780522 L271.668297,88.6397803 L271.671727,88.698079 L271.675156,88.7598071 L271.678585,88.8181058 L271.682015,88.8798339 L271.685444,88.941562 L271.688873,88.9998607 L271.692303,89.0581594 L271.695732,89.1164581 L271.699161,89.1781862 L271.70602,89.2364849 L271.712879,89.2947837 L271.719737,89.3530824 L271.726596,89.4113811 L271.733455,89.4731092 L271.740313,89.5348372 L271.747172,89.593136 L271.754031,89.654864 L271.760889,89.7131628 L271.767748,89.7714615 L271.778036,89.8297602 L271.788324,89.8880589 L271.798612,89.949787 L271.805471,90.0080857 L271.81233,90.0698138 L271.822618,90.1281125 L271.832906,90.1864113 L271.843194,90.24471 L271.853482,90.3030087 L271.86377,90.3613074 L271.874058,90.4196062 L271.884346,90.4813342 L271.894634,90.539633 L271.904922,90.5979317 L271.91521,90.6562304 L271.925498,90.7145291 L271.935786,90.7728279 L271.949503,90.8311266 L271.96322,90.885996 L271.976938,90.9408654 L271.990655,91.0025934 L272.004372,91.0608922 L272.01809,91.1191909 L272.031807,91.1774896 L272.045524,91.2357883 L272.059242,91.2906577 L272.072959,91.3489565 L272.086676,91.4038259 L272.100394,91.4621246 L272.117541,91.5204233 L272.131258,91.578722 L272.148405,91.6370208 L272.165551,91.6953195 L272.179269,91.7536182 L272.196415,91.8084876 L272.213562,91.8667863 L272.230709,91.9250851 L272.247855,91.9799545 L272.265002,92.0382532 L272.282149,92.0965519 L272.299295,92.1548506 L272.316442,92.2131494 L272.333589,92.2714481 L272.350735,92.3263175 L272.367882,92.3846162 L272.385029,92.4429149 L272.402175,92.4977843 L272.422752,92.5526537 L272.443328,92.6075231 L272.463904,92.6658218 L272.48105,92.7206912 L272.501626,92.7755606 L272.522202,92.8338593 L272.542778,92.8887287 L272.563354,92.9435981 L272.58393,92.9984675 L272.604506,93.0533369 L272.628512,93.1082063 L272.649088,93.1630757 L272.673093,93.2179451 L272.693669,93.2728145 L272.714245,93.3276839 L272.734821,93.3825532 L272.758827,93.4374226 L272.782832,93.492292 L272.806837,93.5471614 L272.830843,93.6020308 L272.854848,93.6569002 L272.878853,93.7117696 L272.899429,93.766639 L272.923435,93.8215084 L272.94744,93.8729484 L272.971445,93.9278178 L272.995451,93.9826872 L273.022885,94.0375566 L273.046891,94.0889967 L273.070896,94.1404367 L273.098331,94.1953061 L273.125766,94.2501755 L273.149771,94.3016155 L273.177206,94.3530556 L273.20464,94.4044956 L273.232075,94.459365 L273.25951,94.5108051 L273.286944,94.5622451 L273.314379,94.6171145 L273.341814,94.6685546 L273.369248,94.7199946 L273.396683,94.7714347 L273.424118,94.8228747 L273.451553,94.8743148 L273.478987,94.9257549 L273.506422,94.9771949 L273.537286,95.028635 L273.56815,95.080075 L273.595585,95.1315151 L273.623019,95.1829551 L273.653883,95.2343952 L273.684747,95.2858352 L273.715612,95.3372753 L273.746476,95.385286 L273.77734,95.4367261 L273.808204,95.4881661 L273.839068,95.5396062 L273.869932,95.5876169 L273.904225,95.6356276 L273.935089,95.6870676 L273.965953,95.7385077 L273.996817,95.7899478 L274.027681,95.8379585 L274.061975,95.8859692 L274.096268,95.9374092 L274.130561,95.98542 L274.164855,96.03686 L274.195719,96.0848707 L274.226583,96.1363108 L274.260876,96.1843215 L274.295169,96.2323322 L274.329463,96.2803429 L274.363756,96.3283537 L274.39805,96.3763644 L274.432343,96.4243751 L274.466636,96.4723858 L274.504359,96.5203965 L274.538652,96.5684072 L274.572946,96.6129886 L274.610668,96.6609993 L274.644962,96.70901 L274.679255,96.7535914 L274.716978,96.7981728 L274.754701,96.8461835 L274.792423,96.8907649 L274.830146,96.9353463 L274.864439,96.9799277 L274.902162,97.024509 L274.939885,97.0690904 L274.974178,97.1171011 L275.011901,97.1616825 L275.049624,97.2062639 L275.087346,97.2508453 L275.125069,97.2954267 L275.162792,97.340008 L275.200514,97.3845894 L275.241666,97.4291708 L275.279389,97.4737522 L275.317112,97.5183336 L275.358264,97.5629149 L275.395987,97.6074963 L275.437139,97.6520777 L275.478291,97.6966591 L275.516013,97.7412405 L275.557165,97.7823925 L275.598317,97.8269739 L275.63604,97.8681259 L275.677192,97.909278 L275.718344,97.9538593 L275.759496,97.9984407 L275.800648,98.0430221 L275.8418,98.0841741 L275.882952,98.1253262 L275.924104,98.1664782 L275.965257,98.2076303 L276.009838,98.2487823 L276.05099,98.2899344 L276.092142,98.3310864 L276.136723,98.3722384 L276.177875,98.4133905 L276.222457,98.4545425 L276.263609,98.4956946 L276.30819,98.5334173 L276.352772,98.5745693 L276.397353,98.612292 L276.441934,98.6534441 L276.486516,98.6945961 L276.531097,98.7323188 L276.575678,98.7700415 L276.62026,98.8077642 L276.664841,98.8454869 L276.709423,98.8832096 L276.754004,98.9209324 L276.802015,98.9620844 L276.850025,98.9998071 L276.894607,99.0375298 L276.939188,99.0752525 L276.98377,99.1129752 L277.028351,99.1506979 L277.076362,99.1884206 L277.120943,99.2261433 L277.165524,99.263866 L277.210106,99.3015887 L277.258117,99.3393115 L277.302698,99.3736048 L277.350709,99.4113275 L277.398719,99.4456209 L277.44673,99.4799143 L277.494741,99.5142076 L277.542752,99.5519303 L277.590762,99.589653 L277.638773,99.6239464 L277.686784,99.6616691 L277.734794,99.6959625 L277.782805,99.7302559 L277.834245,99.7679786 L277.882256,99.8022719 L277.930267,99.8365653 L277.981707,99.8708587 L278.033147,99.905152 L278.081157,99.9394454 L278.129168,99.9703094 L278.180608,100.001173 L278.228619,100.032038 L278.280059,100.066331 L278.32807,100.097195 L278.37951,100.131488 L278.43095,100.162352 L278.48239,100.196646 L278.53383,100.22751 L278.58527,100.258374 L278.63671,100.289238 L278.68815,100.320102 L278.73959,100.350966 L278.79103,100.38183 L278.849329,100.416123 L314.754486,121.407094 L314.799068,121.4311 L314.84022,121.451676 L314.881372,121.475681 L314.922524,121.499687 L314.963676,121.520263 L315.001399,121.540839 L315.042551,121.564844 L315.083703,121.58542 L315.124855,121.609425 L315.166007,121.630001 L315.203729,121.650577 L315.244881,121.671153 L315.286033,121.695159 L315.327186,121.715735 L315.368338,121.736311 L315.40949,121.756887 L315.447212,121.777463 L315.488364,121.798039 L315.529516,121.818615 L315.570668,121.839191 L315.61182,121.859767 L315.652973,121.880343 L315.694125,121.89749 L315.735277,121.918066 L315.776429,121.935212 L315.817581,121.952359 L315.858733,121.969506 L315.899885,121.986652 L315.941037,122.003799 L315.982189,122.020946 L316.023341,122.038092 L316.064493,122.055239 L316.105645,122.072386 L316.146797,122.089532 L316.187949,122.106679 L316.23253,122.123826 L316.273683,122.140973 L316.314835,122.158119 L316.355987,122.175266 L316.397139,122.192413 L316.438291,122.20613 L316.479443,122.219847 L316.520595,122.236994 L316.565176,122.254141 L316.606328,122.271287 L316.64748,122.285005 L316.688632,122.298722 L316.733214,122.312439 L316.774366,122.326157 L316.815518,122.339874 L316.85667,122.353591 L316.894392,122.363879 L316.983555,122.391314 L317.069289,122.418749 L317.155022,122.446184 L317.240756,122.473618 L317.326489,122.497624 L317.412222,122.521629 L317.497956,122.545634 L317.583689,122.56621 L317.669423,122.586786 L317.755156,122.607362 L317.840889,122.627938 L317.926623,122.648514 L318.012356,122.665661 L318.09809,122.686237 L318.187253,122.703384 L318.276415,122.72053 L318.362149,122.734248 L318.451311,122.747965 L318.537045,122.761683 L318.622778,122.7754 L318.708512,122.789117 L318.797674,122.802835 L318.883408,122.816552 L318.972571,122.82684 L319.058304,122.837128 L319.144038,122.847416 L319.2332,122.854275 L319.318934,122.861133 L319.408096,122.867992 L319.49383,122.874851 L319.582993,122.881709 L319.672155,122.885139 L319.761318,122.888568 L319.850481,122.891997 L319.939644,122.895427 L320.025377,122.898856 L320.11454,122.902285 L320.203703,122.902285 L320.292865,122.905715 L320.382028,122.905715 L320.467762,122.902285 L320.556924,122.902285 L320.646087,122.898856 L320.73525,122.895427 L320.820983,122.891997 L320.910146,122.888568 L320.999309,122.885139 L321.088472,122.881709 L321.177634,122.874851 L321.263368,122.867992 L321.35253,122.861133 L321.438264,122.850845 L321.527427,122.840557 L321.61316,122.830269 L321.702323,122.819981 L321.791486,122.809693 L321.877219,122.795976 L321.966382,122.782259 L322.052115,122.768541 L322.137849,122.754824 L322.223582,122.741106 L322.309315,122.727389 L322.398478,122.710242 L322.487641,122.693096 L322.573374,122.675949 L322.659108,122.655373 L322.748271,122.634797 L322.837433,122.614221 L322.923167,122.593645 L323.01233,122.573069 L323.098063,122.549064 L323.183796,122.525058 L323.26953,122.501053 L323.355263,122.477048 L323.440997,122.453042 L323.530159,122.425608 L323.571311,122.415319 L323.615893,122.401602 L323.657045,122.387885 L323.698197,122.374167 L323.739349,122.36045 L323.780501,122.346733 L323.821653,122.333015 L323.862805,122.319298 L323.903957,122.305581 L323.945109,122.288434 L323.986261,122.274717 L324.027413,122.260999 L324.068565,122.243853 L324.109717,122.230135 L324.150869,122.212989 L324.192021,122.199271 L324.233173,122.185554 L324.277755,122.171837 L324.318907,122.158119 L324.360059,122.140973 L324.401211,122.123826 L324.442363,122.106679 L324.483515,122.089532 L324.524667,122.072386 L324.565819,122.055239 L324.606971,122.038092 L324.648123,122.020946 L324.689275,122.003799 L324.730427,121.983223 L324.771579,121.962647 L324.812731,121.9455 L324.853883,121.928354 L324.895035,121.907778 L324.936188,121.887202 L324.97734,121.866626 L325.018492,121.84605 L325.059644,121.828903 L325.100796,121.808327 L325.141948,121.787751 L325.1831,121.767175 L325.224252,121.750028 L325.265404,121.729452 L325.306556,121.708876 L325.344279,121.6883 L325.385431,121.667724 L325.426583,121.647148 L325.467735,121.626572 L325.508887,121.602567 L325.54661,121.581991 L325.587762,121.561415 L325.628914,121.537409 L325.673495,121.513404 L365.429798,99.3736048 L365.474379,99.3495995 L365.515531,99.3255941 L365.556683,99.3015887 L365.601265,99.2775834 L365.642417,99.253578 L365.683569,99.2295727 L365.724721,99.2055673 L365.765873,99.181562 L365.807025,99.1575566 L365.848177,99.1335512 L365.889329,99.1061165 L365.930481,99.0821112 L365.971633,99.0546765 L366.012785,99.0272418 L366.053937,99.0032364 L366.095089,98.9792311 L366.132812,98.9552257 L366.170534,98.927791 L366.211687,98.9003563 L366.249409,98.8729216 L366.287132,98.8454869 L366.328284,98.8180522 L366.369436,98.7906175 L366.407159,98.7631829 L366.444881,98.7391775 L366.486033,98.7117428 L366.527186,98.6843081 L366.568338,98.6568734 L366.60606,98.6294387 L366.643783,98.602004 L366.681506,98.5745693 L366.719228,98.5437053 L366.76038,98.5162706 L366.798103,98.4854066 L366.832397,98.4579719 L366.870119,98.4271078 L366.907842,98.3996731 L366.945565,98.3688091 L366.983287,98.3379451 L367.02101,98.307081 L367.055303,98.2796463 L367.089597,98.2487823 L367.127319,98.2179183 L367.165042,98.1870543 L367.202765,98.1561902 L367.240488,98.1253262 L367.274781,98.0944622 L367.312504,98.0635981 L367.350226,98.0327341 L367.38452,98.0018701 L367.418813,97.971006 L367.456536,97.940142 L367.490829,97.909278 L367.525123,97.8784139 L367.559416,97.8441206 L367.593709,97.8132565 L367.628003,97.7823925 L367.665725,97.7515285 L367.700019,97.7206644 L367.734312,97.6898004 L367.768605,97.6589364 L367.802899,97.6280723 L367.837192,97.593779 L367.871486,97.5629149 L367.905779,97.5286216 L367.940072,97.4943282 L367.974366,97.4600348 L368.008659,97.4257415 L368.042952,97.3914481 L368.073816,97.3605841 L368.10811,97.3262907 L368.138974,97.2919973 L368.169838,97.257704 L368.200702,97.2234106 L368.231566,97.1891172 L368.26243,97.1548238 L368.293294,97.1205305 L368.324158,97.0862371 L368.358451,97.0485144 L368.389315,97.014221 L368.42018,96.9799277 L368.451044,96.9456343 L368.481908,96.9113409 L368.512772,96.8770476 L368.543636,96.8393248 L368.5745,96.8050315 L368.605364,96.7673088 L368.636228,96.7330154 L368.667092,96.6952927 L368.694526,96.6609993 L368.72539,96.626706 L368.756255,96.5924126 L368.783689,96.5546899 L368.814553,96.5203965 L368.845417,96.4826738 L368.872852,96.4483804 L368.900287,96.4140871 L368.927721,96.3763644 L368.955156,96.3386417 L368.982591,96.300919 L369.013455,96.2631962 L369.040889,96.2254735 L369.068324,96.1877508 L369.095759,96.1500281 L369.123194,96.1123054 L369.150628,96.0745827 L369.178063,96.03686 L369.205498,95.995708 L369.232932,95.9579853 L369.260367,95.9202626 L369.287802,95.8825399 L369.311807,95.8448171 L369.335812,95.8070944 L369.363247,95.7659424 L369.390682,95.7282197 L369.414687,95.690497 L369.442122,95.6493449 L369.469557,95.6116222 L369.493562,95.5704702 L369.520997,95.5293182 L369.545002,95.4915954 L369.569007,95.4538727 L369.593013,95.41615 L369.617018,95.374998 L369.644453,95.3338459 L369.668458,95.2961232 L369.692463,95.2549712 L369.716469,95.2138192 L369.737045,95.1726671 L369.757621,95.1315151 L369.781626,95.0937924 L369.802202,95.0526403 L369.826208,95.0114883 L369.850213,94.9703362 L369.870789,94.9291842 L369.894794,94.8880322 L369.91537,94.8468801 L369.935946,94.8057281 L369.956522,94.764576 L369.977098,94.723424 L369.997674,94.6822719 L370.018251,94.6376906 L370.038827,94.5965385 L370.059403,94.5553865 L370.079979,94.5108051 L370.100555,94.469653 L370.121131,94.428501 L370.141707,94.3839196 L370.158853,94.3427676 L370.179429,94.3016155 L370.200005,94.2570342 L370.217152,94.2124528 L370.234299,94.1713007 L370.251445,94.1267194 L370.268592,94.0855673 L370.289168,94.0444153 L370.306315,93.9998339 L370.326891,93.9552525 L370.344038,93.9141005 L370.364614,93.8695191 L370.38176,93.8249377 L370.398907,93.7803563 L370.419483,93.7392043 L370.43663,93.6980522 L370.453776,93.6534709 L370.470923,93.6088895 L370.48807,93.5677374 L370.505216,93.5231561 L370.522363,93.4785747 L370.53951,93.4339933 L370.553227,93.3894119 L370.570374,93.3448305 L370.58752,93.3002492 L370.604667,93.2590971 L370.621814,93.2145157 L370.63896,93.1699344 L370.652678,93.125353 L370.666395,93.0807716 L370.683542,93.0361902 L370.697259,92.9916088 L370.714406,92.9470275 L370.728123,92.9024461 L370.741841,92.8578647 L370.755558,92.8132833 L370.772705,92.7652726 L370.786422,92.7206912 L370.800139,92.6761098 L370.813857,92.6315285 L370.827574,92.5903764 L370.841291,92.545795 L370.855009,92.4977843 L370.865297,92.4532029 L370.879014,92.4120509 L370.892731,92.3640402 L370.903019,92.3160295 L370.913307,92.2714481 L370.923595,92.2234374 L370.937313,92.178856 L370.947601,92.1308453 L370.961318,92.0862639 L370.971606,92.0382532 L370.981894,91.9936718 L370.992182,91.9490904 L371.00247,91.904509 L371.012758,91.8599277 L371.023046,91.8153463 L371.033334,91.7707649 L371.043622,91.7227542 L371.050481,91.6781728 L371.060769,91.6301621 L371.071057,91.5821514 L371.081345,91.5341407 L371.091633,91.4895593 L371.098492,91.4415486 L371.10535,91.3935378 L371.115638,91.3489565 L371.122497,91.3009457 L371.129356,91.252935 L371.136214,91.2083537 L371.143073,91.1637723 L371.149932,91.1157616 L371.15679,91.0677508 L371.163649,91.0231695 L371.170508,90.9751587 L371.177366,90.927148 L371.184225,90.8825666 L371.191084,90.8345559 L371.197942,90.7865452 L371.204801,90.7385345 L371.21166,90.6939531 L371.218518,90.6425131 L371.221948,90.5945023 L371.228806,90.549921 L371.232236,90.5053396 L371.239094,90.4573289 L371.242524,90.4093182 L371.245953,90.3613074 L371.249382,90.3132967 L371.252812,90.265286 L371.256241,90.2172753 L371.25967,90.1692646 L371.25967,90.0698138 L371.2631,90.0218031 L371.266529,89.9737924 L371.269958,89.9257816 L371.273388,89.8777709 L371.276817,89.8331896 L371.280246,89.7817495 L371.283676,89.7337388 L371.283676,89.6857281 L371.287105,89.6377173 L371.287105,42.3128681 L371.283676,42.2682867 L371.283676,42.209645 L371.280246,42.1650636 L371.280246,42.0793302 L371.276817,42.0347488 L371.273388,41.9901674 L371.269958,41.9455861 L371.266529,41.9010047 L371.2631,41.8564233 L371.25967,41.8118419 L371.256241,41.7672605 L371.252812,41.7226792 L371.249382,41.6780978 L371.245953,41.6369457 L371.242524,41.5923644 L371.239094,41.5512123 L371.235665,41.5100603 L371.232236,41.4689082 L371.225377,41.4243269 L371.221948,41.3763161 L371.218518,41.3351641 L371.215089,41.2905827 L371.20823,41.2460013 L371.201372,41.20142 L371.197942,41.1602679 L371.191084,41.1156865 L371.184225,41.0745345 L371.177366,41.0299531 L371.170508,40.9853717 L371.163649,40.9442197 L371.15679,40.9030676 L371.149932,40.8619156 L371.143073,40.8207636 L371.136214,40.7796115 L371.129356,40.7384595 L371.122497,40.6973074 L371.115638,40.6595847 L371.098492,40.570422 L371.081345,40.4846885 L371.064198,40.4023845 L371.043622,40.316651 L371.023046,40.234347 L371.0059,40.1520429 L370.985324,40.0663094 L370.964747,39.980576 L370.944171,39.8982719 L370.920166,39.8159678 L370.896161,39.7336638 L370.872155,39.6513597 L370.84815,39.5690556 L370.820715,39.4867515 L370.793281,39.4044474 L370.769275,39.3221433 L370.74527,39.2398392 L370.717835,39.1575352 L370.686971,39.0752311 L370.659537,38.9963563 L370.632102,38.9140522 L370.604667,38.8351775 L370.573803,38.7563027 L370.542939,38.677428 L370.512075,38.5985532 L370.481211,38.5196785 L370.446918,38.4408038 L370.416054,38.361929 L370.38176,38.2830543 L370.347467,38.2041795 L370.313173,38.1287341 L370.275451,38.0498593 L370.237728,37.9744139 L370.200005,37.8989685 L370.162283,37.8207796 L370.121131,37.7453342 L370.083408,37.6664595 L370.042256,37.5910141 L370.001104,37.5155687 L369.959952,37.4401232 L369.9188,37.3660496 L369.877648,37.2906042 L369.833066,37.2151587 L369.788485,37.1431427 L369.743904,37.0711266 L369.699322,36.9991105 L369.654741,36.9236651 L369.60673,36.851649 L369.558719,36.779633 L369.510709,36.7076169 L369.462698,36.6356008 L369.414687,36.5635847 L369.366676,36.494998 L369.315236,36.4264113 L369.263796,36.3578245 L369.212356,36.2892378 L369.160916,36.220651 L369.106047,36.1520643 L369.054607,36.0851922 L369.003167,36.0166055 L368.948297,35.9514481 L368.893428,35.8828614 L368.838559,35.817704 L368.783689,35.7525466 L368.72882,35.6873891 L368.670521,35.6222317 L368.612222,35.5570743 L368.553924,35.4953463 L368.495625,35.4336182 L368.437326,35.3684608 L368.379027,35.3067328 L368.320729,35.2450047 L368.26243,35.1832766 L368.200702,35.1215486 L368.138974,35.0598205 L368.080675,35.0015218 L368.018947,34.9397937 L367.95379,34.881495 L367.888632,34.8231962 L367.823475,34.7648975 L367.761747,34.7065988 L367.696589,34.6483001 L367.631432,34.5934307 L367.562845,34.5351319 L367.531981,34.5076973 L367.497688,34.4768332 L367.463395,34.4493985 L367.429101,34.4219638 L367.394808,34.3945291 L367.360514,34.3670944 L367.326221,34.3396597 L367.295357,34.3122251 L367.261064,34.2847904 L367.22677,34.2573557 L367.192477,34.229921 L367.158184,34.2024863 L367.12389,34.1750516 L367.089597,34.1510462 L367.055303,34.1270409 L367.02101,34.0996062 L366.986717,34.0756008 L366.948994,34.0515954 L366.914701,34.0241608 L366.876978,33.9967261 L366.842685,33.9727207 L366.804962,33.945286 L366.770668,33.9178513 L366.732946,33.8938459 L366.695223,33.8698406 L366.66093,33.8458352 L366.623207,33.8218299 L366.588914,33.7978245 L366.551191,33.7738192 L366.513468,33.7498138 L366.475745,33.7258084 L366.438023,33.7018031 L366.4003,33.6777977 L366.366007,33.6537924 L366.328284,33.629787 L366.290561,33.609211 L366.252839,33.5852056 L366.215116,33.5612003 L366.177393,33.5371949 L366.13967,33.5131896 L366.101948,33.4926135 L366.064225,33.4686082 L366.026502,33.4446028 L365.98535,33.4205975 L327.055861,11.1398526 L327.000991,11.1089886 L326.949551,11.0815539 L326.898111,11.0541192 L326.8501,11.0266845 L326.79866,10.9992498 L326.75065,10.9718151 L326.69921,10.9443804 L326.64777,10.9169457 L326.59633,10.8895111 L326.544889,10.8620764 L326.493449,10.8346417 L326.442009,10.8106363 L326.390569,10.7866309 L326.342559,10.7602251 L326.291119,10.7362197 L326.239678,10.7122143 L326.188238,10.688209 L326.136798,10.6642036 L326.085358,10.6401983 L326.033918,10.6161929 L325.982478,10.5921875 L325.934468,10.5681822 L325.883027,10.5441768 L325.831587,10.5201715 L325.780147,10.4961661 L325.728707,10.4755901 L325.677267,10.4515847 L325.625827,10.4310087 L325.574387,10.4070033 L325.522947,10.3864273 L325.468078,10.3658513 L325.416638,10.3452753 L325.365198,10.3246993 L325.313758,10.3041232 L325.262317,10.2835472 L325.210877,10.2629712 L325.159437,10.2423952 L325.107997,10.2218192 L325.056557,10.2012431 L325.001688,10.1840965 L324.950248,10.1669498 L324.898808,10.1498031 L324.847368,10.1326564 L324.795928,10.1155097 L324.741058,10.098363 L324.686189,10.0812163 L324.634749,10.0640697 L324.583309,10.046923 L324.531869,10.0297763 L324.480429,10.0126296 L324.428989,9.99548292 L324.374119,9.97833624 L324.31925,9.96359009 L324.26438,9.9464434 L324.21294,9.92929672 L324.158071,9.91215003 L324.103202,9.89500335 L324.048332,9.881286 L323.993463,9.86413932 L323.942023,9.85042197 L323.887153,9.83670462 L323.835713,9.81955794 L323.780844,9.80584059 L323.727346,9.79212324 L323.672477,9.77840589 L323.617608,9.76468855 L323.564453,9.7509712 L323.509583,9.73725385 L323.458143,9.7235365 L323.406703,9.71324849 L323.351834,9.70021701 L323.296965,9.689929 L323.242095,9.67964099 L323.190655,9.66592364 L323.135786,9.65563563 L323.080916,9.64191829 L323.026047,9.63163027 L322.974607,9.62134226 L322.919737,9.61105425 L322.864868,9.60076624 L322.809999,9.59047823 L322.755129,9.58019022 L322.70026,9.56990221 L322.64539,9.56030007 L322.590521,9.55241259 L322.535652,9.54212458 L322.480782,9.53526591 L322.425913,9.5249779 L322.374473,9.51811922 L322.319603,9.51126055 L322.264734,9.50440188 L322.209865,9.49411386 L322.154995,9.48382585 L322.100126,9.47696718 L322.045257,9.47010851 L321.990387,9.46324983 L321.935518,9.45639116 L321.880648,9.44953248 L321.825779,9.44267381 L321.77091,9.43581514 L321.71604,9.4323858 L321.6646,9.42552713 L321.609731,9.42209779 L321.554861,9.41523912 L321.499992,9.40838044 L321.445123,9.40152177 L321.390253,9.39809243 L321.335384,9.39123376 L321.280514,9.38780442 L321.225645,9.38437508 L321.170776,9.38437508 L321.115906,9.38094575 L321.061037,9.37751641 L321.006167,9.37408707 L320.951298,9.37065774 L320.896429,9.3672284 L320.841559,9.36379906 L320.78669,9.36379906 L320.73182,9.36036973 L320.676951,9.35694039 L320.567212,9.35694039 L320.512343,9.35351105 L320.347735,9.35351105 L320.393345,9.3682572 Z" fill="#00A88A"></path>
+ <path d="M355.596517,65.5380522 C355.596517,81.7200643 352.529661,86.4343737 346.400407,93.1730208 C340.272182,99.9116678 332.144654,102.626674 322.017822,102.626674 C312.762042,102.626674 305.299804,99.3430837 298.832075,93.6315231 C291.67162,87.3057683 286.459027,77.5009511 286.459027,66.5586229 C286.459027,55.800793 290.47821,46.502146 297.600943,39.5779719 C303.849195,33.5193624 313.149557,29.5721956 322.741412,29.5721956 C334.318853,29.5721956 346.342109,35.052276 353.752906,45.8718339 L342.87162,55.0693155 C338.259161,46.4856852 331.575384,43.5947542 322.014392,43.3204072 C311.441747,43.0186256 299.802577,53.1043054 300.66677,66.5541648 C301.146877,74.0781299 304.661948,87.0101594 321.572008,89.3832605 C330.45742,90.6281098 340.556817,81.1459933 340.556817,75.9951293 L323.866577,75.9951293 L323.866577,63.1351159 L355.590687,63.1351159 L355.590687,65.529136 L355.596517,65.5380522 Z" fill="#FFFFFF" fill-rule="nonzero"></path>
+ <path d="M507.384113,84.7039303 L507.384113,42.7607395 C507.384113,37.3307274 504.473977,32.3166939 499.759668,29.6222639 L460.779424,7.34460549 C455.112445,4.10593972 448.138888,4.17932753 442.54221,7.53664836 L409.627435,27.2786551 C402.697431,31.4384407 398.456713,38.9246832 398.456713,47.0076303 L398.456713,87.995065 C398.456713,94.8331628 402.084951,101.15686 407.987869,104.606773 C418.255303,110.611542 434.400622,120.045648 443.896455,125.597744 C448.670092,128.389224 454.565123,128.450952 459.397058,125.758923 L499.15679,103.615695 C504.232209,100.789921 507.376911,95.4367261 507.376911,89.6274293 L507.376911,84.7063309 L507.384113,84.7039303 Z" fill="#EBB951"></path>
+ <path d="M451.868635,0.336412592 L451.961227,0.336412592 L452.04456,0.337441393 L452.051419,0.337441393 L452.133723,0.338813128 L452.144011,0.338813128 L452.226315,0.340184863 L452.236603,0.340184863 L452.318907,0.341899531 L452.325766,0.341899531 L452.40807,0.344300067 L452.414928,0.344300067 L452.497232,0.346700603 L452.504091,0.346700603 L452.586395,0.35012994 L452.596683,0.35012994 L452.678987,0.353559277 L452.689275,0.353559277 L452.771579,0.356988614 L452.781867,0.356988614 L452.864171,0.361103818 L452.874459,0.361103818 L452.956764,0.364533155 L452.963622,0.364533155 L453.045926,0.367962492 L453.052785,0.367962492 L453.135089,0.371391829 L453.145377,0.371391829 L453.227681,0.374821165 L453.237969,0.374821165 L453.323703,0.378250502 L453.333991,0.378250502 L453.416295,0.385109176 L453.426583,0.385109176 L453.508887,0.388538513 L453.519175,0.388538513 L453.601479,0.395397187 L453.611767,0.395397187 L453.694071,0.402255861 L453.704359,0.402255861 L453.786663,0.409114534 L453.796951,0.409114534 L453.879255,0.415973208 L453.889543,0.415973208 L453.971847,0.422831882 L453.978706,0.422831882 L454.06101,0.429690556 L454.071298,0.429690556 L454.153602,0.439978567 L454.160461,0.439978567 L454.242765,0.44683724 L454.253053,0.44683724 L454.335357,0.453695914 L454.345645,0.453695914 L454.427949,0.463983925 L454.438237,0.463983925 L454.520541,0.474271936 L454.530829,0.477701273 L454.613133,0.487989283 L454.623421,0.487989283 L454.705725,0.498277294 L454.716013,0.498277294 L454.801747,0.508565305 L454.808605,0.508565305 L454.89091,0.518853315 L454.901198,0.518853315 L454.983502,0.529141326 L454.99036,0.529141326 L455.072664,0.539429337 L455.082952,0.539429337 L455.165257,0.549717348 L455.172115,0.549717348 L455.254419,0.560005358 L455.264707,0.560005358 L455.347011,0.573722706 L455.357299,0.573722706 L455.439603,0.584010717 L455.446462,0.587440054 L455.528766,0.601157401 L455.539054,0.601157401 L455.621358,0.614874749 L455.631646,0.618304086 L455.71395,0.632021433 L455.724238,0.632021433 L455.806543,0.645738781 L455.816831,0.645738781 L455.899135,0.659456129 L455.909423,0.659456129 L455.991727,0.673173476 L456.002015,0.673173476 L456.084319,0.686890824 L456.094607,0.686890824 L456.176911,0.704037508 L456.187199,0.707466845 L456.269503,0.721184193 L456.279791,0.721184193 L456.362095,0.738330877 L456.372383,0.741760214 L456.454687,0.758906899 L456.464975,0.762336236 L456.547279,0.77948292 L456.557567,0.782912257 L456.639871,0.800058942 L456.650159,0.803488279 L456.732463,0.820634963 L456.742752,0.8240643 L456.825056,0.841210985 L456.835344,0.841210985 L456.917648,0.858357669 L456.924506,0.858357669 L457.00681,0.878933691 L457.017098,0.878933691 L457.099403,0.896080375 L457.109691,0.899509712 L457.188565,0.920085733 L457.195424,0.92351507 L457.277728,0.944091092 L457.288016,0.944091092 L457.37032,0.964667113 L457.380608,0.96809645 L457.459483,0.988672472 L457.469771,0.992101808 L457.548646,1.01267783 L457.558934,1.01610717 L457.641238,1.03668319 L457.651526,1.03668319 L457.730401,1.05725921 L457.740689,1.05725921 L457.822993,1.08126457 L457.829851,1.08126457 L457.912155,1.10526993 L457.922443,1.10526993 L458.004747,1.12927528 L458.015035,1.13270462 L458.09734,1.15670998 L458.107628,1.15670998 L458.186502,1.18071534 L458.19679,1.18071534 L458.275665,1.2047207 L458.285953,1.20815003 L458.364828,1.23215539 L458.375116,1.23558473 L458.453991,1.25959009 L458.464279,1.26301942 L458.543153,1.28702478 L458.553441,1.29045412 L458.632316,1.31788881 L458.639175,1.32131815 L458.71805,1.34532351 L458.728338,1.34875285 L458.810642,1.37618754 L458.8175,1.37961688 L458.899804,1.40705157 L458.910092,1.41048091 L458.992397,1.43791561 L459.002685,1.44134494 L459.081559,1.46877964 L459.088418,1.46877964 L459.167293,1.49621433 L459.177581,1.49964367 L459.256455,1.52707837 L459.263314,1.5305077 L459.342189,1.5579424 L459.349048,1.56137173 L459.427922,1.58880643 L459.43821,1.59223577 L459.517085,1.61967046 L459.527373,1.6230998 L459.606248,1.65053449 L459.613106,1.65396383 L459.691981,1.68482786 L459.69884,1.6882572 L459.777715,1.7156919 L459.788003,1.71912123 L459.866877,1.74998526 L459.873736,1.7534146 L459.952611,1.78427863 L459.962899,1.78770797 L460.041774,1.818572 L460.048632,1.82200134 L460.127507,1.85286537 L460.137795,1.85629471 L460.21667,1.88715874 L460.223528,1.89058808 L460.302403,1.92145211 L460.312691,1.92488145 L460.391566,1.95574548 L460.401854,1.95917482 L460.480729,1.99003885 L460.491017,1.99346818 L460.569891,2.02433222 L460.57675,2.03119089 L460.655625,2.06205492 L460.662484,2.06548426 L460.741358,2.09634829 L460.748217,2.09977763 L460.827092,2.134071 L460.83738,2.13750033 L460.916255,2.1717937 L460.923113,2.17522304 L461.001988,2.20951641 L461.008847,2.21294575 L461.084292,2.24723912 L461.091151,2.25066845 L461.170025,2.28839116 L461.176884,2.2918205 L461.255759,2.32611386 L461.262618,2.3295432 L461.338063,2.36383657 L461.344922,2.36726591 L461.420367,2.40498861 L461.430655,2.40841795 L461.5061,2.44614066 L461.516388,2.44956999 L461.591834,2.4872927 L461.602122,2.49072204 L461.680997,2.52844474 L461.691285,2.53530342 L461.770159,2.57302612 L461.777018,2.57645546 L461.852463,2.61417816 L461.862752,2.6176075 L461.938197,2.65533021 L461.948485,2.65875954 L462.02393,2.69648225 L462.034218,2.69991159 L462.109664,2.73763429 L462.119952,2.74106363 L462.198827,2.78221567 L462.209115,2.78564501 L462.28456,2.82336772 L462.291419,2.83022639 L462.366864,2.87137843 L462.373723,2.87480777 L462.449168,2.91595981 L462.459456,2.92281849 L462.534902,2.96397053 L462.54519,2.96739987 L462.620635,3.00855191 L462.627494,3.01541058 L462.702939,3.05656263 L462.709798,3.0634213 L462.785243,3.10457334 L462.792102,3.10800268 L462.867547,3.14915472 L462.877835,3.1560134 L462.953281,3.19716544 L462.963569,3.20402411 L463.039014,3.24860549 L502.023716,25.5392954 L502.088873,25.5770181 L502.095732,25.5838768 L502.15746,25.6215995 L502.164319,25.6250288 L502.229476,25.6627515 L502.239764,25.6661808 L502.301492,25.7039035 L502.308351,25.7073329 L502.370079,25.7450556 L502.380367,25.7484849 L502.442095,25.7862076 L502.448954,25.789637 L502.510682,25.8273597 L502.52097,25.830789 L502.582698,25.8685117 L502.589557,25.8753704 L502.651285,25.9165224 L502.661573,25.9233811 L502.723301,25.9611038 L502.730159,25.9645332 L502.791887,26.0056852 L502.798746,26.0091145 L502.860474,26.0468372 L502.867333,26.0502666 L502.929061,26.0879893 L502.93592,26.094848 L502.997648,26.136 L503.004506,26.1394293 L503.062805,26.1805814 L503.073093,26.1874401 L503.134821,26.2285921 L503.14168,26.2320214 L503.203408,26.2697441 L503.213696,26.2766028 L503.271995,26.3177549 L503.278853,26.3246135 L503.337152,26.3657656 L503.34744,26.3691949 L503.405739,26.410347 L503.412597,26.4172056 L503.470896,26.4583577 L503.477755,26.461787 L503.536054,26.502939 L503.542912,26.5097977 L503.601211,26.5509498 L503.60807,26.5578084 L503.666368,26.5989605 L503.676656,26.6058192 L503.734955,26.6504005 L503.741814,26.6572592 L503.800113,26.6984113 L503.806971,26.7018406 L503.86527,26.7429926 L503.872129,26.7498513 L503.930427,26.7910033 L503.937286,26.797862 L503.995585,26.8390141 L504.002443,26.8424434 L504.060742,26.8835954 L504.067601,26.8904541 L504.1259,26.9350355 L504.132758,26.9384648 L504.191057,26.9830462 L504.197916,26.9899049 L504.252785,27.0344863 L504.259644,27.0379156 L504.317942,27.082497 L504.324801,27.0893557 L504.3831,27.133937 L504.393388,27.1407957 L504.448257,27.1819478 L504.455116,27.1853771 L504.509985,27.2299585 L504.516844,27.2368171 L504.571713,27.2813985 L504.578572,27.2882572 L504.636871,27.3362679 L504.643729,27.3431266 L504.698599,27.387708 L504.705457,27.3945666 L504.760327,27.439148 L504.767186,27.4460067 L504.822055,27.4940174 L504.828914,27.5008761 L504.883783,27.5488868 L504.890642,27.5557455 L504.945511,27.6037562 L504.955799,27.6140442 L505.062109,27.7066363 L505.075826,27.7203537 L505.182135,27.8129457 L505.195853,27.8266631 L505.305591,27.9226845 L505.319309,27.9329725 L505.425618,28.028994 L505.439336,28.0427113 L505.545645,28.1387328 L505.559362,28.1524501 L505.665672,28.2484715 L505.679389,28.2621889 L505.785699,28.3616397 L505.799416,28.375357 L505.902296,28.4748078 L505.916013,28.4885251 L506.018894,28.5879759 L506.032611,28.6016932 L506.135491,28.701144 L506.149208,28.7148614 L506.252088,28.8177415 L506.265806,28.8314588 L506.365257,28.9343389 L506.378974,28.9480563 L506.478425,29.0509364 L506.492142,29.0646537 L506.588163,29.1675338 L506.601881,29.1812512 L506.697902,29.2841313 L506.71162,29.2978486 L506.807641,29.4041581 L506.821358,29.4178754 L506.91738,29.5241849 L506.931097,29.5379022 L507.027119,29.6442117 L507.037407,29.657929 L507.129999,29.7676678 L507.140287,29.7813851 L507.232879,29.8876946 L507.246596,29.9014119 L507.339188,30.0077214 L507.352906,30.0214387 L507.445498,30.1311775 L507.455786,30.1448948 L507.548378,30.2546336 L507.562095,30.2717803 L507.651258,30.3815191 L507.661546,30.3952364 L507.750709,30.5084046 L507.760997,30.5221219 L507.850159,30.63529 L507.860447,30.6524367 L507.946181,30.7656048 L507.956469,30.7793222 L508.042202,30.8924903 L508.05249,30.909637 L508.134794,31.0228051 L508.145082,31.0365224 L508.227386,31.1496906 L508.237674,31.1634079 L508.319979,31.2800054 L508.330267,31.297152 L508.409141,31.4137495 L508.419429,31.4274668 L508.501733,31.5440643 L508.512021,31.561211 L508.590896,31.6778084 L508.601184,31.6915258 L508.680059,31.8115526 L508.690347,31.8286993 L508.765792,31.9452967 L508.77608,31.9624434 L508.851526,32.0824702 L508.861814,32.0961875 L508.937259,32.2162143 L508.947547,32.233361 L509.022993,32.3533878 L509.033281,32.3705345 L509.108726,32.4939906 L509.119014,32.507708 L509.19103,32.6311641 L509.201318,32.6483108 L509.273334,32.7717669 L509.283622,32.7889136 L509.355638,32.9089404 L509.362497,32.9260871 L509.431084,33.0529725 L509.437942,33.0701192 L509.506529,33.1935754 L509.513388,33.210722 L509.581975,33.3341782 L509.592263,33.3513248 L509.65742,33.474781 L509.667708,33.4919277 L509.732865,33.6188131 L509.739724,33.6359598 L509.804881,33.7628453 L509.815169,33.779992 L509.880327,33.9068774 L509.887186,33.9240241 L509.952343,34.0509096 L509.959202,34.0680563 L510.02093,34.1949417 L510.027788,34.2120884 L510.089516,34.3389739 L510.099804,34.3561206 L510.158103,34.483006 L510.164962,34.5001527 L510.223261,34.6304675 L510.233549,34.6476142 L510.291847,34.777929 L510.298706,34.7950757 L510.353575,34.9253905 L510.360434,34.9425372 L510.415303,35.072852 L510.422162,35.0899987 L510.477031,35.2203135 L510.48389,35.2374601 L510.53533,35.3712043 L510.542189,35.388351 L510.593629,35.5220951 L510.600488,35.5392418 L510.651928,35.6729859 L510.658786,35.693562 L510.706797,35.8273061 L510.713656,35.8444528 L510.761666,35.9781969 L510.768525,35.9953436 L510.816536,36.1290877 L510.823395,36.1462344 L510.871405,36.2799786 L510.874835,36.2971253 L510.919416,36.4308694 L510.926275,36.4480161 L510.970856,36.5817602 L510.977715,36.5989069 L511.022296,36.7360804 L511.025725,36.7532271 L511.066877,36.8869712 L511.070307,36.9041179 L511.114888,37.0412914 L511.118317,37.058438 L511.15604,37.1956115 L511.162899,37.2127582 L511.200622,37.3499317 L511.204051,37.3670784 L511.241774,37.5042518 L511.248632,37.5213985 L511.286355,37.658572 L511.289784,37.6757187 L511.327507,37.8163215 L511.330936,37.8368975 L511.36523,37.974071 L511.372088,37.994647 L511.406382,38.1318205 L511.409811,38.1523965 L511.440675,38.2929993 L511.444104,38.310146 L511.474969,38.4473195 L511.478398,38.4678955 L511.509262,38.6084983 L511.512691,38.625645 L511.540126,38.7662478 L511.543555,38.7868238 L511.57099,38.9274267 L511.574419,38.9445733 L511.601854,39.0851762 L511.601854,39.1023228 L511.615571,39.1743389 L511.619001,39.1811976 L511.632718,39.2497843 L511.636147,39.2600723 L511.649865,39.3320884 L511.653294,39.3423764 L511.663582,39.4109632 L511.667011,39.4212512 L511.677299,39.4932672 L511.677299,39.5001259 L511.691017,39.572142 L511.691017,39.58243 L511.701305,39.6544461 L511.701305,39.6647341 L511.711593,39.7367502 L511.711593,39.7436088 L511.721881,39.8156249 L511.72531,39.8259129 L511.735598,39.897929 L511.735598,39.908217 L511.745886,39.9802331 L511.749315,39.9905211 L511.759603,40.0625372 L511.759603,40.0762545 L511.769891,40.1482706 L511.773321,40.1551293 L511.783609,40.2271453 L511.783609,40.234004 L511.793897,40.3060201 L511.793897,40.3163081 L511.804185,40.3848948 L511.804185,40.3917535 L511.814473,40.4637696 L511.817902,40.4740576 L511.824761,40.5460737 L511.824761,40.5563617 L511.83162,40.6283778 L511.83162,40.6386658 L511.838478,40.7106818 L511.838478,40.7209699 L511.845337,40.7929859 L511.845337,40.8032739 L511.852196,40.87529 L511.852196,40.885578 L511.859054,40.9575941 L511.859054,40.9678821 L511.865913,41.0398982 L511.869342,41.0501862 L511.876201,41.1222023 L511.876201,41.1324903 L511.88306,41.2045064 L511.88306,41.211365 L511.886489,41.2833811 L511.886489,41.2936691 L511.893348,41.3656852 L511.893348,41.3725439 L511.896777,41.4445599 L511.896777,41.4582773 L511.900206,41.5337227 L511.900206,41.5405814 L511.903636,41.6125975 L511.903636,41.6228855 L511.910494,41.6949015 L511.910494,41.7086189 L511.913924,41.780635 L511.913924,41.790923 L511.917353,41.862939 L511.917353,41.8697977 L511.920782,41.9418138 L511.920782,41.9521018 L511.924212,42.0275472 L511.924212,42.11671 L511.927641,42.1921554 L511.927641,42.2024434 L511.93107,42.2744595 L511.93107,42.3670516 L511.9345,42.4390676 L511.9345,89.877428 L511.93107,89.9563027 L511.93107,90.0488948 L511.927641,90.1243403 L511.927641,90.1346283 L511.924212,90.2100737 L511.924212,90.2203617 L511.920782,90.2992364 L511.920782,90.3095244 L511.917353,90.3883992 L511.917353,90.3986872 L511.913924,90.477562 L511.910494,90.48785 L511.907065,90.5667247 L511.907065,90.5770127 L511.903636,90.6558875 L511.903636,90.6661755 L511.896777,90.7440214 L511.896777,90.7508801 L511.893348,90.8287261 L511.893348,90.8424434 L511.886489,90.9213182 L511.886489,90.9316062 L511.87963,91.0094521 L511.87963,91.0197401 L511.872772,91.0951855 L511.872772,91.1054735 L511.865913,91.180919 L511.865913,91.1946363 L511.859054,91.2735111 L511.859054,91.2837991 L511.852196,91.3626738 L511.848766,91.3729618 L511.841908,91.4484072 L511.838478,91.4586952 L511.83162,91.5341407 L511.83162,91.5444287 L511.824761,91.6198741 L511.824761,91.6301621 L511.817902,91.7090368 L511.817902,91.7158955 L511.811044,91.7913409 L511.807614,91.8016289 L511.800756,91.8805037 L511.797326,91.8907917 L511.787038,91.9662371 L511.787038,91.9765251 L511.77675,92.0519705 L511.77675,92.0622585 L511.766462,92.137704 L511.766462,92.147992 L511.756174,92.2234374 L511.756174,92.2337254 L511.745886,92.3126001 L511.742457,92.3228881 L511.732169,92.3983336 L511.732169,92.4086216 L511.721881,92.484067 L511.718451,92.494355 L511.708163,92.5698004 L511.708163,92.5766591 L511.697875,92.6521045 L511.694446,92.6623925 L511.684158,92.7378379 L511.684158,92.7481259 L511.67387,92.8235713 L511.670441,92.8338593 L511.660153,92.9127341 L511.656723,92.9264514 L511.643006,93.0018969 L511.643006,93.0087555 L511.629289,93.0842009 L511.625859,93.0944889 L511.612142,93.1699344 L511.612142,93.1802224 L511.598425,93.2556678 L511.598425,93.2625265 L511.584707,93.3379719 L511.584707,93.3482599 L511.57099,93.4237053 L511.567561,93.4339933 L511.553843,93.5060094 L511.550414,93.5162974 L511.533267,93.5917428 L511.533267,93.5986015 L511.516121,93.6740469 L511.512691,93.6843349 L511.498974,93.7597803 L511.495545,93.766639 L511.478398,93.8386551 L511.478398,93.8489431 L511.461251,93.9243885 L511.461251,93.9346765 L511.444104,94.0101219 L511.440675,94.0204099 L511.426958,94.0958553 L511.426958,94.102714 L511.409811,94.1781594 L511.406382,94.1884474 L511.389235,94.2638928 L511.389235,94.2707515 L511.372088,94.3461969 L511.368659,94.3564849 L511.351512,94.4319303 L511.348083,94.4422184 L511.330936,94.5176638 L511.327507,94.5279518 L511.31036,94.5999678 L511.306931,94.6068265 L511.289784,94.6788426 L511.286355,94.6891306 L511.265779,94.764576 L511.26235,94.774864 L511.241774,94.8468801 L511.238344,94.8537388 L511.217768,94.9291842 L511.214339,94.9394722 L511.193763,95.0114883 L511.190334,95.0217763 L511.169758,95.0937924 L511.166328,95.1040804 L511.145752,95.1760965 L511.145752,95.1863845 L511.125176,95.2584005 L511.121747,95.2686885 L511.101171,95.3407046 L511.097741,95.3475633 L511.077165,95.4195794 L511.073736,95.426438 L511.049731,95.5018835 L511.046301,95.5121715 L511.022296,95.5876169 L511.022296,95.5944756 L511.00172,95.6664916 L510.998291,95.6733503 L510.974285,95.7453664 L510.970856,95.7556544 L510.946851,95.8276705 L510.943421,95.8345291 L510.919416,95.9065452 L510.915987,95.9168332 L510.891981,95.9888493 L510.888552,95.9991373 L510.864547,96.0711534 L510.861117,96.0780121 L510.837112,96.1465988 L510.833683,96.1568868 L510.809677,96.2289029 L510.806248,96.2391909 L510.782242,96.311207 L510.778813,96.321495 L510.754808,96.3935111 L510.751378,96.4037991 L510.723944,96.4758151 L510.720514,96.4826738 L510.69308,96.5546899 L510.68965,96.5649779 L510.662216,96.6335646 L510.658786,96.6404233 L510.631352,96.7124394 L510.627922,96.7192981 L510.603917,96.7913141 L510.600488,96.8016021 L510.573053,96.8701889 L510.569624,96.8804769 L510.542189,96.952493 L510.53876,96.9593516 L510.511325,97.0313677 L510.507896,97.0416557 L510.480461,97.1136718 L510.477031,97.1205305 L510.449597,97.1891172 L510.446167,97.1994052 L510.418733,97.2714213 L510.415303,97.2817093 L510.387869,97.3537254 L510.384439,97.3640134 L510.353575,97.4326001 L510.350146,97.4394588 L510.322711,97.5080455 L510.319282,97.5183336 L510.291847,97.5903496 L510.288418,97.5972083 L510.257554,97.665795 L510.254125,97.6760831 L510.22669,97.7446698 L510.223261,97.7549578 L510.192397,97.8235445 L510.188967,97.8304032 L510.158103,97.89899 L510.154674,97.909278 L510.12381,97.9778647 L510.12038,97.9881527 L510.089516,98.0567395 L510.086087,98.0670275 L510.055223,98.1356142 L510.051794,98.1424729 L510.02093,98.2110596 L510.0175,98.2213476 L509.986636,98.2899344 L509.983207,98.296793 L509.952343,98.3653798 L509.948914,98.3722384 L509.91462,98.4408252 L509.911191,98.4511132 L509.880327,98.5196999 L509.876898,98.5265586 L509.842604,98.5951453 L509.839175,98.6054334 L509.804881,98.6740201 L509.801452,98.6843081 L509.767159,98.7528948 L509.763729,98.7597535 L509.729436,98.8249109 L509.726007,98.8317696 L509.691713,98.9003563 L509.688284,98.907215 L509.653991,98.9758017 L509.647132,98.9860898 L509.612839,99.0546765 L509.60598,99.0615352 L509.571687,99.1301219 L509.568257,99.1369806 L509.533964,99.202138 L509.530534,99.2089967 L509.496241,99.2741541 L509.492812,99.2844421 L509.458518,99.3495995 L509.45166,99.3564581 L509.417366,99.4216155 L509.410508,99.4319035 L509.376214,99.497061 L509.372785,99.507349 L509.335062,99.5759357 L509.331633,99.5827944 L509.29391,99.6479518 L509.287052,99.6582398 L509.249329,99.7233972 L509.2459,99.7336852 L509.211606,99.7988426 L509.204747,99.8057013 L509.167025,99.8708587 L509.163595,99.8811467 L509.125873,99.9463041 L509.122443,99.9531628 L509.084721,100.01832 L509.081291,100.025179 L509.043569,100.090336 L509.03671,100.097195 L508.998987,100.162352 L508.992129,100.17264 L508.950977,100.237798 L508.947547,100.248086 L508.909825,100.313243 L508.902966,100.320102 L508.865243,100.385259 L508.861814,100.392118 L508.824091,100.457275 L508.820662,100.464134 L508.77951,100.525862 L508.772651,100.53615 L508.731499,100.597878 L508.72807,100.604737 L508.690347,100.666465 L508.683488,100.673324 L508.642336,100.738481 L508.635478,100.74534 L508.594326,100.810497 L508.590896,100.817356 L508.549744,100.879084 L508.542885,100.885942 L508.501733,100.94767 L508.494875,100.954529 L508.453723,101.019687 L508.446864,101.026545 L508.405712,101.088273 L508.398853,101.098561 L508.357701,101.160289 L508.354272,101.167148 L508.31312,101.228876 L508.309691,101.235735 L508.268539,101.300892 L508.265109,101.307751 L508.223957,101.369479 L508.217098,101.376338 L508.175946,101.438066 L508.172517,101.448354 L508.127936,101.510082 L508.124506,101.51694 L508.079925,101.578668 L508.076496,101.585527 L508.031914,101.647255 L508.028485,101.654114 L507.983904,101.715842 L507.980474,101.722701 L507.935893,101.784429 L507.929034,101.794717 L507.884453,101.856445 L507.877594,101.863303 L507.833013,101.921602 L507.826154,101.928461 L507.781573,101.98676 L507.774714,101.993618 L507.726703,102.055346 L507.719845,102.065634 L507.675263,102.127362 L507.668405,102.134221 L507.623823,102.195949 L507.616965,102.202808 L507.572383,102.264536 L507.565524,102.271395 L507.520943,102.333123 L507.514084,102.339981 L507.469503,102.39828 L507.462644,102.405139 L507.414634,102.466867 L507.411204,102.473725 L507.366623,102.532024 L507.359764,102.538883 L507.311754,102.600611 L507.304895,102.60747 L507.256884,102.665768 L507.250025,102.672627 L507.202015,102.730926 L507.195156,102.737784 L507.147145,102.796083 L507.140287,102.802942 L507.092276,102.86124 L507.085417,102.868099 L507.037407,102.922969 L507.033977,102.929827 L506.985967,102.988126 L506.979108,102.998414 L506.931097,103.056713 L506.924238,103.063571 L506.876228,103.12187 L506.869369,103.128729 L506.821358,103.183598 L506.8145,103.190457 L506.766489,103.245326 L506.75963,103.252185 L506.71162,103.310484 L506.704761,103.317342 L506.653321,103.375641 L506.646462,103.3825 L506.595022,103.437369 L506.588163,103.444228 L506.536723,103.499097 L506.529865,103.505956 L506.478425,103.560825 L506.471566,103.567684 L506.420126,103.625983 L506.413267,103.632841 L506.361827,103.69114 L506.358398,103.697999 L506.306958,103.752868 L506.300099,103.763156 L506.248659,103.818025 L506.2418,103.824884 L506.19036,103.879754 L506.183502,103.886612 L506.128632,103.941482 L506.121774,103.94834 L506.070334,104.00321 L506.063475,104.010068 L506.012035,104.064938 L506.005176,104.071796 L505.950307,104.123236 L505.943448,104.130095 L505.888579,104.184965 L505.88172,104.191823 L505.826851,104.246693 L505.819992,104.253551 L505.765123,104.308421 L505.758264,104.315279 L505.703395,104.366719 L505.696536,104.373578 L505.641666,104.428447 L505.634808,104.435306 L505.579938,104.486746 L505.57308,104.490175 L505.51821,104.541616 L505.511352,104.548474 L505.456482,104.603344 L505.449624,104.610202 L505.394754,104.661642 L505.387896,104.668501 L505.333026,104.719941 L505.326167,104.7268 L505.271298,104.77824 L505.26101,104.785098 L505.202711,104.836539 L505.195853,104.843397 L505.140983,104.894837 L505.130695,104.901696 L505.072397,104.953136 L505.065538,104.959995 L505.010668,105.011435 L505.00381,105.014864 L504.94894,105.066304 L504.942082,105.073163 L504.887212,105.124603 L504.880354,105.131461 L504.822055,105.179472 L504.815196,105.186331 L504.756898,105.237771 L504.750039,105.24463 L504.69174,105.29607 L504.684881,105.302928 L504.626583,105.354368 L504.619724,105.361227 L504.561425,105.409238 L504.554567,105.416096 L504.496268,105.467537 L504.489409,105.474395 L504.431111,105.522406 L504.424252,105.529265 L504.365953,105.577275 L504.355665,105.584134 L504.297366,105.632145 L504.290508,105.639003 L504.232209,105.687014 L504.22535,105.693873 L504.167052,105.741883 L504.160193,105.748742 L504.098465,105.796753 L504.091606,105.800182 L504.033307,105.848193 L504.026449,105.855052 L503.964721,105.903062 L503.957862,105.909921 L503.896134,105.954502 L503.889275,105.961361 L503.827547,106.005942 L503.820689,106.012801 L503.75896,106.060812 L503.752102,106.06767 L503.690374,106.112252 L503.683515,106.119111 L503.625216,106.163692 L503.618358,106.167121 L503.55663,106.211703 L503.549771,106.218561 L503.488043,106.263143 L503.481184,106.270001 L503.416027,106.314583 L503.409168,106.321441 L503.34744,106.366023 L503.340581,106.369452 L503.275424,106.414033 L503.265136,106.420892 L503.203408,106.465474 L503.196549,106.468903 L503.131392,106.510055 L503.124533,106.516914 L503.059376,106.561495 L503.052517,106.564924 L502.990789,106.609506 L502.980501,106.616364 L502.915344,106.660946 L502.905056,106.667804 L502.839898,106.712386 L502.83304,106.715815 L502.771311,106.756967 L502.764453,106.763826 L502.699295,106.808407 L502.692437,106.815266 L502.627279,106.859847 L502.620421,106.866706 L502.555263,106.911287 L502.548405,106.914717 L502.483247,106.959298 L502.476388,106.962727 L502.411231,107.007309 L502.404372,107.014167 L502.339215,107.055319 L502.332356,107.062178 L502.267199,107.10333 L502.26034,107.110189 L502.195183,107.151341 L502.188324,107.15477 L502.123167,107.192493 L502.112879,107.199352 L502.047721,107.240504 L502.037433,107.243933 L501.972276,107.285085 L501.965417,107.291944 L501.90026,107.333096 L501.889972,107.336525 L501.824814,107.377677 L501.817956,107.381106 L501.749369,107.418829 L501.739081,107.422259 L501.670494,107.459981 L501.663636,107.463411 L501.595049,107.501133 L501.584761,107.504563 L501.516174,107.542285 L501.505886,107.545715 L501.437299,107.583437 L501.427011,107.586867 L501.358425,107.624589 L501.351566,107.631448 L501.286409,107.669171 L501.282979,107.6726 L461.516388,129.819258 L461.512959,129.822687 L461.447802,129.856981 L461.437514,129.863839 L461.372356,129.898133 L461.365498,129.901562 L461.30034,129.939285 L461.290052,129.942714 L461.224895,129.977007 L461.218036,129.980437 L461.152879,130.018159 L461.14602,130.025018 L461.080863,130.059311 L461.070575,130.06617 L461.001988,130.100463 L460.9917,130.103893 L460.926543,130.138186 L460.919684,130.141616 L460.854526,130.175909 L460.844238,130.179338 L460.775652,130.210202 L460.768793,130.213632 L460.703636,130.244496 L460.696777,130.247925 L460.63162,130.282218 L460.621332,130.289077 L460.552745,130.319941 L460.545886,130.32337 L460.477299,130.357664 L460.467011,130.361093 L460.401854,130.391957 L460.394995,130.395386 L460.329838,130.426251 L460.31955,130.42968 L460.250963,130.460544 L460.244104,130.463973 L460.175518,130.494837 L460.16523,130.501696 L460.096643,130.53256 L460.086355,130.535989 L460.017768,130.566853 L460.00748,130.570283 L459.938894,130.601147 L459.928605,130.604576 L459.860019,130.63544 L459.849731,130.638869 L459.784573,130.666304 L459.774285,130.669733 L459.709128,130.697168 L459.69884,130.700597 L459.630253,130.731461 L459.623395,130.734891 L459.558237,130.762326 L459.547949,130.765755 L459.479362,130.79319 L459.472504,130.796619 L459.403917,130.827483 L459.393629,130.830912 L459.325042,130.858347 L459.318184,130.861776 L459.249597,130.889211 L459.239309,130.89264 L459.170722,130.920075 L459.163863,130.923504 L459.095277,130.950939 L459.084989,130.954368 L459.016402,130.981803 L459.009543,130.985232 L458.944386,131.012667 L458.937527,131.016096 L458.86894,131.043531 L458.858652,131.04696 L458.790066,131.070966 L458.779778,131.074395 L458.711191,131.098401 L458.700903,131.10183 L458.632316,131.129265 L458.625457,131.132694 L458.556871,131.156699 L458.550012,131.160129 L458.481425,131.184134 L458.474567,131.187563 L458.40598,131.211569 L458.395692,131.214998 L458.323676,131.239003 L458.316817,131.242433 L458.24823,131.266438 L458.237942,131.269867 L458.169356,131.293873 L458.159068,131.297302 L458.090481,131.321307 L458.080193,131.324737 L458.011606,131.348742 L458.004747,131.352171 L457.936161,131.376177 L457.925873,131.379606 L457.857286,131.400182 L457.846998,131.403612 L457.778411,131.424188 L457.771553,131.427617 L457.702966,131.451622 L457.63095,131.472198 L457.620662,131.475628 L457.548646,131.496204 L457.534928,131.499633 L457.397755,131.540785 L457.380608,131.547644 L457.240005,131.588796 L457.222859,131.595654 L457.082256,131.633377 L457.065109,131.636806 L456.924506,131.674529 L456.90393,131.677958 L456.763328,131.715681 L456.746181,131.719111 L456.605578,131.756833 L456.588431,131.760263 L456.447829,131.794556 L456.430682,131.797985 L456.290079,131.832279 L456.272932,131.839137 L456.13233,131.870001 L456.115183,131.873431 L455.97458,131.904295 L455.954004,131.907724 L455.813401,131.938588 L455.796255,131.942017 L455.655652,131.969452 L455.638505,131.972881 L455.497902,132.000316 L455.480756,132.003745 L455.336723,132.03118 L455.319577,132.03461 L455.175545,132.062044 L455.158398,132.065474 L455.017795,132.089479 L455.000648,132.092908 L454.856616,132.113484 L454.83604,132.116914 L454.692008,132.140919 L454.674861,132.144348 L454.530829,132.164924 L454.513683,132.168354 L454.36965,132.18893 L454.352504,132.192359 L454.208472,132.212935 L454.191325,132.212935 L454.050722,132.230082 L454.033575,132.230082 L453.889543,132.247228 L453.868967,132.250658 L453.724935,132.264375 L453.704359,132.267804 L453.560327,132.281522 L453.539751,132.284951 L453.395719,132.295239 L453.378572,132.298668 L453.23454,132.308956 L453.217393,132.312386 L453.073361,132.322674 L453.056214,132.322674 L452.912182,132.332962 L452.898465,132.332962 L452.754433,132.34325 L452.733857,132.346679 L452.589825,132.353538 L452.572678,132.356967 L452.428646,132.363826 L452.411499,132.367255 L452.267467,132.370685 L452.246891,132.370685 L452.102859,132.374114 L452.085712,132.374114 L451.94168,132.377543 L451.440997,132.377543 L451.296965,132.374114 L451.279818,132.374114 L451.135786,132.370685 L451.118639,132.370685 L450.974607,132.367255 L450.95746,132.367255 L450.813428,132.360397 L450.796281,132.360397 L450.652249,132.353538 L450.635102,132.350109 L450.49107,132.34325 L450.473924,132.34325 L450.329891,132.332962 L450.312745,132.332962 L450.168713,132.322674 L450.148137,132.322674 L450.004104,132.312386 L449.986958,132.312386 L449.842926,132.298668 L449.82235,132.298668 L449.678317,132.284951 L449.661171,132.284951 L449.517139,132.271234 L449.499992,132.271234 L449.35596,132.254087 L449.338813,132.254087 L449.194781,132.23694 L449.177634,132.233511 L449.033602,132.216364 L449.016455,132.216364 L448.872423,132.195788 L448.855277,132.192359 L448.711244,132.171783 L448.690668,132.168354 L448.546636,132.147778 L448.52606,132.144348 L448.385457,132.123772 L448.368311,132.120343 L448.227708,132.096338 L448.210561,132.092908 L448.066529,132.068903 L448.049382,132.065474 L447.90535,132.038039 L447.888204,132.03461 L447.744171,132.007175 L447.727025,132.003745 L447.586422,131.972881 L447.565846,131.969452 L447.425243,131.942017 L447.404667,131.935159 L447.260635,131.904295 L447.243488,131.900865 L447.102885,131.870001 L447.085739,131.866572 L446.945136,131.835708 L446.92456,131.832279 L446.783957,131.797985 L446.76681,131.794556 L446.626208,131.760263 L446.609061,131.753404 L446.468458,131.715681 L446.451311,131.712252 L446.310709,131.674529 L446.293562,131.6711 L446.152959,131.633377 L446.135812,131.626518 L445.99521,131.585366 L445.978063,131.578508 L445.83746,131.537356 L445.820313,131.530497 L445.679711,131.489345 L445.662564,131.482486 L445.52539,131.437905 L445.504814,131.431046 L445.367641,131.386465 L445.353924,131.383035 L445.281908,131.35903 L445.27162,131.355601 L445.203033,131.331595 L445.196174,131.328166 L445.127587,131.304161 L445.117299,131.300731 L445.048713,131.276726 L445.038425,131.273297 L444.969838,131.249291 L444.95955,131.245862 L444.890963,131.221857 L444.880675,131.218427 L444.812088,131.194422 L444.8018,131.190993 L444.733214,131.163558 L444.726355,131.160129 L444.657768,131.136123 L444.65091,131.132694 L444.582323,131.108689 L444.575464,131.105259 L444.506877,131.081254 L444.500019,131.077825 L444.431432,131.05039 L444.421144,131.04696 L444.352557,131.022955 L444.342269,131.019526 L444.273683,130.992091 L444.263395,130.988662 L444.194808,130.961227 L444.18452,130.957798 L444.115933,130.930363 L444.109074,130.926934 L444.040488,130.899499 L444.0302,130.89607 L443.961613,130.868635 L443.951325,130.865206 L443.882738,130.837771 L443.87245,130.834342 L443.803863,130.806907 L443.797005,130.803478 L443.728418,130.776043 L443.721559,130.772614 L443.652973,130.745179 L443.646114,130.741749 L443.577527,130.710885 L443.567239,130.707456 L443.502082,130.676592 L443.491794,130.673163 L443.423207,130.642299 L443.412919,130.638869 L443.347762,130.608005 L443.337474,130.604576 L443.268887,130.577141 L443.258599,130.573712 L443.193441,130.542848 L443.183153,130.539419 L443.117996,130.508555 L443.111137,130.505125 L443.04598,130.474261 L443.039121,130.470832 L442.970534,130.439968 L442.963676,130.433109 L442.898518,130.402245 L442.88823,130.398816 L442.819644,130.364522 L442.812785,130.361093 L442.744198,130.3268 L442.73734,130.319941 L442.672182,130.285648 L442.665324,130.282218 L442.596737,130.247925 L442.589878,130.244496 L442.524721,130.210202 L442.514433,130.206773 L442.449275,130.17248 L442.438987,130.16905 L442.37383,130.134757 L442.363542,130.131328 L442.298384,130.097034 L442.288096,130.093605 L442.222939,130.059311 L442.212651,130.055882 L442.147494,130.021589 L442.137206,130.018159 L442.072048,129.983866 L442.06176,129.980437 L441.996603,129.942714 L441.989744,129.939285 L441.924587,129.904991 L441.917728,129.901562 L441.852571,129.863839 L441.845712,129.86041 L441.780555,129.826117 L441.773696,129.819258 L441.708539,129.781535 L441.70168,129.774676 L441.636522,129.736954 L441.629664,129.733524 L441.564506,129.695802 L441.554218,129.692372 L441.489061,129.65465 L441.478773,129.65122 L441.417045,129.616927 L441.413616,129.613498 L405.49817,108.622526 L405.491311,108.622526 L405.415866,108.577945 L405.405578,108.571086 L405.326703,108.523076 L405.316415,108.519646 L405.24097,108.475065 L405.230682,108.468206 L405.151807,108.423625 L405.141519,108.420196 L405.062644,108.372185 L405.052356,108.368756 L404.976911,108.320745 L404.970052,108.317315 L404.894607,108.269305 L404.884319,108.265875 L404.808873,108.217865 L404.802015,108.211006 L404.726569,108.162995 L404.719711,108.156137 L404.644265,108.108126 L404.637407,108.101267 L404.561961,108.053257 L404.555102,108.049827 L404.479657,107.998387 L404.469369,107.994958 L404.393924,107.946947 L404.387065,107.943518 L404.31162,107.892078 L404.304761,107.888648 L404.232745,107.840638 L404.225886,107.833779 L404.150441,107.782339 L404.140153,107.77548 L404.064707,107.72747 L404.057849,107.720611 L403.982403,107.6726 L403.972115,107.665741 L403.900099,107.614301 L403.89324,107.607443 L403.821224,107.559432 L403.814366,107.556003 L403.74235,107.504563 L403.732062,107.497704 L403.660046,107.446264 L403.653187,107.439405 L403.581171,107.387965 L403.574312,107.381106 L403.502296,107.329666 L403.495437,107.322808 L403.423421,107.271368 L403.416563,107.267938 L403.344547,107.216498 L403.337688,107.213069 L403.269101,107.161629 L403.258813,107.15477 L403.190226,107.099901 L403.183368,107.093042 L403.114781,107.041602 L403.107922,107.038173 L403.035906,106.983303 L403.029048,106.976445 L402.960461,106.921575 L402.953602,106.918146 L402.885015,106.863277 L402.878157,106.859847 L402.80957,106.804978 L402.802711,106.801549 L402.734125,106.746679 L402.723837,106.73982 L402.65525,106.684951 L402.648391,106.678092 L402.579804,106.623223 L402.572946,106.616364 L402.504359,106.561495 L402.4975,106.558066 L402.428914,106.499767 L402.422055,106.492908 L402.353468,106.438039 L402.34661,106.43118 L402.278023,106.376311 L402.271164,106.372881 L402.202577,106.314583 L402.195719,106.307724 L402.130561,106.252855 L402.123703,106.245996 L402.058545,106.187697 L402.048257,106.180839 L401.97967,106.12254 L401.972812,106.115681 L401.907654,106.057382 L401.900796,106.050524 L401.835638,105.992225 L401.82878,105.988796 L401.763622,105.930497 L401.756764,105.927068 L401.691606,105.868769 L401.684747,105.86534 L401.61959,105.807041 L401.609302,105.800182 L401.544145,105.741883 L401.537286,105.735025 L401.472129,105.676726 L401.46527,105.673297 L401.400113,105.611569 L401.393254,105.60471 L401.331526,105.546411 L401.324667,105.539553 L401.25951,105.477825 L401.252651,105.470966 L401.187494,105.409238 L401.180635,105.402379 L401.115478,105.34408 L401.108619,105.337222 L401.046891,105.275494 L401.040032,105.268635 L400.978304,105.206907 L400.971445,105.200048 L400.909717,105.13832 L400.902859,105.131461 L400.841131,105.069733 L400.834272,105.066304 L400.772544,105.004576 L400.765685,104.997717 L400.703957,104.935989 L400.697098,104.929131 L400.63537,104.867403 L400.628512,104.860544 L400.566784,104.798816 L400.559925,104.791957 L400.501626,104.730229 L400.494768,104.72337 L400.43304,104.661642 L400.426181,104.658213 L400.367882,104.593056 L400.361023,104.582768 L400.299295,104.51761 L400.292437,104.510752 L400.230709,104.445594 L400.22385,104.438735 L400.162122,104.377007 L400.155263,104.370149 L400.096965,104.304991 L400.093535,104.298133 L400.031807,104.232975 L400.024948,104.226117 L399.96665,104.160959 L399.959791,104.1541 L399.901492,104.092372 L399.894634,104.085514 L399.836335,104.020356 L399.829476,104.010068 L399.771177,103.944911 L399.764319,103.938052 L399.70602,103.872895 L399.699161,103.866036 L399.640863,103.800879 L399.634004,103.79402 L399.579135,103.728863 L399.572276,103.722004 L399.513977,103.653417 L399.507119,103.646559 L399.44882,103.581401 L399.441961,103.571113 L399.383662,103.505956 L399.376804,103.499097 L399.321934,103.43394 L399.318505,103.427081 L399.263636,103.358494 L399.256777,103.351636 L399.201908,103.283049 L399.195049,103.27619 L399.14018,103.211033 L399.13675,103.204174 L399.081881,103.135587 L399.075022,103.128729 L399.020153,103.063571 L399.013294,103.056713 L398.958425,102.988126 L398.951566,102.981267 L398.896697,102.912681 L398.889838,102.905822 L398.834969,102.837235 L398.831539,102.830376 L398.780099,102.76179 L398.77324,102.754931 L398.7218,102.686344 L398.714942,102.679486 L398.660072,102.610899 L398.653214,102.60404 L398.601774,102.535453 L398.595601,102.528595 L398.540731,102.460008 L398.537302,102.453149 L398.485862,102.384563 L398.482433,102.377704 L398.428592,102.309117 L398.425163,102.302259 L398.373723,102.233672 L398.366864,102.223384 L398.315424,102.151368 L398.311995,102.144509 L398.260555,102.075922 L398.257125,102.065634 L398.205685,101.993618 L398.198827,101.98676 L398.147386,101.914743 L398.140528,101.907885 L398.089088,101.835869 L398.082229,101.82901 L398.030789,101.756994 L398.02736,101.746706 L397.979349,101.67469 L397.97249,101.667831 L397.92448,101.595815 L397.92105,101.588956 L397.87304,101.51694 L397.866181,101.510082 L397.81817,101.441495 L397.814741,101.434636 L397.76673,101.36262 L397.763301,101.352332 L397.71529,101.280316 L397.711861,101.273457 L397.66385,101.201441 L397.656991,101.191153 L397.608981,101.119137 L397.605551,101.112279 L397.557541,101.036833 L397.550682,101.029975 L397.502671,100.957958 L397.499242,100.9511 L397.451231,100.879084 L397.447802,100.872225 L397.399791,100.800209 L397.392932,100.79335 L397.344922,100.721334 L397.341492,100.711046 L397.296911,100.63903 L397.293482,100.632171 L397.2489,100.560155 L397.243413,100.553297 L397.198832,100.477851 L397.191973,100.470993 L397.147392,100.398977 L397.143962,100.392118 L397.099381,100.320102 L397.092522,100.313243 L397.047941,100.241227 L397.044512,100.234368 L396.99993,100.158923 L396.996501,100.152064 L396.95192,100.080048 L396.945061,100.07319 L396.90048,99.9977441 L396.89705,99.9874561 L396.855898,99.9120107 L396.852469,99.905152 L396.807887,99.8297066 L396.801029,99.822848 L396.759877,99.7474025 L396.756447,99.7405439 L396.711866,99.6650985 L396.708437,99.6548104 L396.663855,99.579365 L396.660426,99.5725064 L396.619274,99.497061 L396.612415,99.4902023 L396.571263,99.4147569 L396.567834,99.4078982 L396.526682,99.3324528 L396.523253,99.3221648 L396.4821,99.24329 L396.478671,99.2364313 L396.437519,99.1609859 L396.43409,99.1541273 L396.392938,99.0786818 L396.389508,99.0683938 L396.351786,98.9895191 L396.348356,98.9826604 L396.310634,98.907215 L396.307204,98.9003563 L396.266052,98.8249109 L396.262623,98.8180522 L396.221471,98.7391775 L396.218042,98.7323188 L396.180319,98.6534441 L396.176889,98.6465854 L396.139167,98.5677106 L396.135737,98.5574226 L396.094585,98.4785479 L396.091156,98.4682599 L396.053433,98.3893851 L396.050004,98.3790971 L396.012281,98.3002224 L396.008852,98.2933637 L395.971129,98.2179183 L395.9677,98.2076303 L395.929977,98.1287555 L395.926548,98.1218969 L395.888825,98.0430221 L395.885396,98.0361634 L395.847673,97.9572887 L395.844244,97.9470007 L395.80995,97.8681259 L395.806521,97.8578379 L395.772228,97.7789632 L395.768798,97.7686752 L395.731076,97.6898004 L395.727646,97.6829417 L395.693353,97.6006376 L395.689924,97.593779 L395.65563,97.5149042 L395.652201,97.5080455 L395.617908,97.4257415 L395.614478,97.4154534 L395.580185,97.3365787 L395.576756,97.32972 L395.542462,97.2508453 L395.539033,97.2439866 L395.504739,97.1651119 L395.50131,97.1548238 L395.467017,97.0725198 L395.463587,97.0656611 L395.429294,96.9867863 L395.425865,96.9764983 L395.391571,96.8941942 L395.388142,96.8839062 L395.357278,96.8050315 L395.357278,96.7981728 L395.326414,96.7158687 L395.322985,96.7055807 L395.288691,96.6232766 L395.285262,96.6129886 L395.254398,96.5306845 L395.250969,96.5203965 L395.220104,96.4380924 L395.216675,96.4312338 L395.185811,96.3489297 L395.185811,96.342071 L395.154947,96.2597669 L395.151518,96.2494789 L395.120654,96.1671748 L395.117224,96.1568868 L395.08636,96.0745827 L395.082931,96.067724 L395.055496,95.98542 L395.052067,95.9751319 L395.024632,95.8928279 L395.021203,95.8859692 L394.990339,95.8036651 L394.98691,95.7933771 L394.959475,95.711073 L394.956046,95.700785 L394.928611,95.6184809 L394.925182,95.6116222 L394.897747,95.5293182 L394.894317,95.5190301 L394.866883,95.4332967 L394.863453,95.426438 L394.836019,95.344134 L394.832589,95.3372753 L394.808584,95.2549712 L394.805155,95.2446832 L394.781149,95.1623791 L394.77772,95.1520911 L394.750285,95.069787 L394.746856,95.059499 L394.719421,94.9771949 L394.715992,94.9669069 L394.691987,94.8811735 L394.691987,94.8708855 L394.667981,94.785152 L394.664552,94.774864 L394.640547,94.6925599 L394.640547,94.6784997 L394.613112,94.5961956 L394.609683,94.5859076 L394.585677,94.5001741 L394.582248,94.4898861 L394.558242,94.407582 L394.554813,94.4007234 L394.530808,94.3184193 L394.527378,94.3091601 L394.506802,94.226856 L394.503373,94.216568 L394.479368,94.1308346 L394.479368,94.1205466 L394.455362,94.0382425 L394.451933,94.0279545 L394.427928,93.942221 L394.424498,93.9353624 L394.403922,93.8530583 L394.400493,93.8427703 L394.379917,93.7570368 L394.376488,93.7501782 L394.355912,93.6644447 L394.352482,93.6541567 L394.331906,93.5684233 L394.328477,93.5615646 L394.31133,93.4758312 L394.307901,93.4655432 L394.287325,93.3798098 L394.283896,93.3729511 L394.263319,93.2872177 L394.25989,93.2769297 L394.239314,93.1911962 L394.235885,93.1843376 L394.215309,93.0986042 L394.211879,93.0883161 L394.191303,93.0025827 L394.191303,92.995724 L394.174157,92.9099906 L394.174157,92.8997026 L394.15701,92.8139692 L394.153581,92.8036812 L394.136434,92.7145184 L394.133005,92.7042304 L394.115858,92.618497 L394.115858,92.6116383 L394.098711,92.5259049 L394.098711,92.5156169 L394.081565,92.4298835 L394.078135,92.4195954 L394.060989,92.333862 L394.060989,92.3270033 L394.043842,92.2412699 L394.040413,92.2309819 L394.026695,92.1452485 L394.023266,92.1383898 L394.009549,92.0526564 L394.009549,92.0423684 L393.992402,91.9532056 L393.992402,91.9429176 L393.978685,91.8537549 L393.978685,91.8468962 L393.964967,91.7611628 L393.964967,91.7508747 L393.95125,91.661712 L393.94782,91.651424 L393.934103,91.5656906 L393.934103,91.5554025 L393.920386,91.4696691 L393.920386,91.4593811 L393.906668,91.3702184 L393.906668,91.3599303 L393.892951,91.2707676 L393.892951,91.2810556 L393.879234,91.1953222 L393.875804,91.1850342 L393.862087,91.0958714 L393.862087,91.0890127 L393.851799,90.99985 L393.851799,90.989562 L393.841511,90.9003992 L393.838082,90.8901112 L393.827794,90.8009484 L393.827794,90.7940898 L393.817506,90.704927 L393.817506,90.694639 L393.807218,90.6054762 L393.807218,90.5986175 L393.79693,90.5094548 L393.79693,90.4991668 L393.786642,90.410004 L393.786642,90.399716 L393.779783,90.3105532 L393.779783,90.3002652 L393.769495,90.2111025 L393.769495,90.2008145 L393.762636,90.1116517 L393.762636,90.1013637 L393.755778,90.0122009 L393.755778,90.0019129 L393.748919,89.9161795 L393.74206,89.8270167 L393.74206,89.8167287 L393.735202,89.727566 L393.735202,89.7207073 L393.728343,89.6315445 L393.728343,89.6212565 L393.721484,89.5320938 L393.721484,89.5218058 L393.714626,89.432643 L393.711196,89.422355 L393.704338,89.3331922 L393.704338,89.3229042 L393.700908,89.2337415 L393.700908,89.1994481 L393.697479,89.1102853 L393.697479,89.0999973 L393.69405,89.0074052 L393.69405,88.9971172 L393.69062,88.9079545 L393.69062,88.8976664 L393.687191,88.8098754 L393.687191,88.7995874 L393.683762,88.7104246 L393.683762,88.7001366 L393.680332,88.6075445 L393.680332,88.5972565 L393.676903,88.5080938 L393.676903,88.4978058 L393.673474,88.408643 L393.673474,88.398355 L393.670044,88.3057629 L393.670044,46.7706631 L393.673474,46.6643537 L393.673474,46.4277294 L393.676903,46.3248493 L393.676903,46.3179906 L393.680332,46.2151105 L393.680332,46.2048225 L393.683762,46.1009136 L393.683762,46.0906256 L393.687191,45.9856879 L393.687191,45.9925466 L393.69062,45.8896664 L393.69062,45.8793784 L393.69405,45.7764983 L393.69405,45.7662103 L393.700908,45.6633302 L393.700908,45.6564715 L393.704338,45.5535914 L393.704338,45.5433034 L393.711196,45.4404233 L393.711196,45.4301353 L393.718055,45.3272552 L393.718055,45.3203965 L393.724914,45.2175164 L393.726971,45.2072284 L393.73383,45.1043483 L393.73383,45.0940603 L393.740689,44.9877508 L393.740689,44.9774628 L393.750977,44.8745827 L393.750977,44.867724 L393.757835,44.7648439 L393.757835,44.7579853 L393.768123,44.6551052 L393.768123,44.6448171 L393.778411,44.541937 L393.778411,44.5350784 L393.788699,44.4321983 L393.788699,44.4219102 L393.798987,44.3190301 L393.798987,44.3087421 L393.809275,44.205862 L393.809275,44.195574 L393.819563,44.0926939 L393.819563,44.0824059 L393.829851,43.9829551 L393.833281,43.9760965 L393.846998,43.8766457 L393.846998,43.8663577 L393.857286,43.7669069 L393.857286,43.7566189 L393.871003,43.6537388 L393.871003,43.6468801 L393.884721,43.544 L393.88815,43.533712 L393.901867,43.4308319 L393.901867,43.4239732 L393.915585,43.3210931 L393.919014,43.3142344 L393.932731,43.2113543 L393.932731,43.2010663 L393.946449,43.1016155 L393.949878,43.0947569 L393.963595,42.9918768 L393.967025,42.9815887 L393.984171,42.882138 L393.987601,42.87185 L394.001318,42.7723992 L394.001318,42.7655405 L394.015035,42.6660898 L394.018465,42.6558017 L394.035612,42.556351 L394.035612,42.546063 L394.052758,42.4466122 L394.052758,42.4363242 L394.069905,42.3368734 L394.073334,42.3265854 L394.090481,42.2237053 L394.090481,42.209645 L394.107628,42.1074508 L394.111057,42.0971628 L394.128204,41.9959973 L394.128204,41.9891386 L394.14878,41.8872873 L394.152209,41.8769993 L394.172785,41.7775486 L394.172785,41.7672605 L394.193361,41.6678098 L394.193361,41.6575218 L394.213937,41.558071 L394.217366,41.547783 L394.237942,41.4483322 L394.237942,41.4394159 L394.258518,41.3399652 L394.261948,41.3324206 L394.282524,41.2329699 L394.282524,41.2226818 L394.3031,41.1232311 L394.3031,41.1163724 L394.327105,41.0169216 L394.330534,41.0066336 L394.35454,40.9071829 L394.35454,40.8968948 L394.378545,40.7974441 L394.381975,40.7871561 L394.40598,40.6877053 L394.409409,40.6774173 L394.429985,40.5779665 L394.433415,40.5676785 L394.45742,40.4682277 L394.45742,40.4579397 L394.481425,40.3584889 L394.484855,40.3516303 L394.50886,40.2556088 L394.512289,40.2453208 L394.536295,40.1458701 L394.539724,40.135582 L394.563729,40.0361313 L394.567159,40.027215 L394.591164,39.9277642 L394.594593,39.9174762 L394.622028,39.8180255 L394.625457,39.8111668 L394.649463,39.7151453 L394.652892,39.7076008 L394.680327,39.60815 L394.680327,39.6012914 L394.707762,39.5018406 L394.711191,39.4936102 L394.738626,39.3975887 L394.742055,39.3873007 L394.76949,39.2912793 L394.772919,39.2809913 L394.800354,39.1832552 L394.803783,39.1743389 L394.831218,39.0748881 L394.834647,39.0680295 L394.865511,38.9685787 L394.86894,38.9582907 L394.899804,38.8622693 L394.899804,38.8519812 L394.930668,38.7559598 L394.934098,38.7456718 L394.964962,38.6496504 L394.968391,38.6393624 L394.995826,38.5433409 L394.999255,38.5330529 L395.030119,38.4370315 L395.033549,38.4267435 L395.064413,38.330722 L395.064413,38.3238634 L395.095277,38.2278419 L395.098706,38.2175539 L395.132999,38.1215325 L395.136429,38.1146738 L395.167293,38.0186524 L395.170722,38.0083644 L395.205015,37.9123429 L395.208445,37.9054843 L395.242738,37.8094628 L395.246167,37.7991748 L395.280461,37.7031534 L395.28389,37.6928654 L395.314754,37.5968439 L395.318184,37.5865559 L395.352477,37.4905345 L395.355906,37.4802465 L395.3926,37.3842251 L395.396029,37.3773664 L395.430323,37.2813449 L395.433752,37.2710569 L395.471475,37.1784648 L395.474904,37.1681768 L395.509198,37.0755847 L395.512627,37.0652967 L395.54692,36.9692753 L395.55035,36.9589873 L395.584643,36.8663952 L395.588072,36.8561072 L395.625795,36.7635151 L395.629224,36.7532271 L395.666947,36.660635 L395.670376,36.650347 L395.708099,36.5577549 L395.711528,36.5474668 L395.752681,36.4514454 L395.75611,36.4445867 L395.793833,36.3519946 L395.797262,36.345136 L395.834985,36.2525439 L395.838414,36.2422559 L395.876137,36.1496638 L395.879566,36.1393758 L395.920718,36.0467837 L395.924147,36.0364956 L395.965299,35.9439035 L395.968729,35.9370449 L396.009881,35.8444528 L396.01331,35.8341648 L396.051033,35.7415727 L396.054462,35.7312847 L396.095614,35.6386926 L396.099044,35.6284046 L396.140196,35.5358125 L396.143625,35.5289538 L396.188206,35.4363617 L396.191636,35.429503 L396.236217,35.3403403 L396.239646,35.3334816 L396.281827,35.2443188 L396.285257,35.2340308 L396.329838,35.1414387 L396.333267,35.13458 L396.377849,35.0454173 L396.381278,35.0351293 L396.425859,34.9425372 L396.429289,34.9356785 L396.47387,34.8430864 L396.477299,34.8362277 L396.521881,34.7436356 L396.52531,34.736777 L396.569891,34.6441849 L396.573321,34.6373262 L396.617902,34.5481634 L396.621332,34.5413048 L396.669342,34.4487127 L396.672772,34.441854 L396.717353,34.3526912 L396.720782,34.3424032 L396.768793,34.2532405 L396.772222,34.2463818 L396.820233,34.157219 L396.825377,34.146931 L396.869958,34.0577683 L396.873388,34.0474802 L396.921399,33.9583175 L396.924828,33.9514588 L396.972839,33.862296 L396.976268,33.852008 L397.024279,33.7628453 L397.027708,33.7559866 L397.075719,33.6702532 L397.082577,33.6633945 L397.130588,33.5742317 L397.137447,33.5639437 L397.185457,33.474781 L397.188887,33.4679223 L397.240327,33.3821889 L397.243756,33.3753302 L397.295196,33.2895968 L397.298626,33.2827381 L397.346636,33.1970047 L397.353495,33.1867167 L397.404935,33.0975539 L397.408364,33.0906952 L397.459804,33.0015325 L397.463234,32.9946738 L397.514674,32.9055111 L397.518103,32.8986524 L397.569543,32.812919 L397.574687,32.8060603 L397.626127,32.7168975 L397.629557,32.7066095 L397.680997,32.6208761 L397.684426,32.6140174 L397.735866,32.528284 L397.739295,32.5214253 L397.790735,32.4356919 L397.797594,32.4288332 L397.852463,32.3430998 L397.855893,32.3328118 L397.910762,32.2470784 L397.914192,32.2402197 L397.969061,32.1544863 L397.97249,32.1476276 L398.02736,32.0618942 L398.030789,32.0550355 L398.085658,31.9693021 L398.089088,31.9624434 L398.143957,31.87671 L398.150816,31.866422 L398.205685,31.7806885 L398.209115,31.7738299 L398.267413,31.6880965 L398.274272,31.6812378 L398.329141,31.5955044 L398.336,31.5886457 L398.390869,31.5029123 L398.397728,31.4960536 L398.456027,31.4103202 L398.459456,31.4034615 L398.514326,31.3211574 L398.521184,31.3108694 L398.579483,31.2285653 L398.582912,31.2217066 L398.641211,31.1394025 L398.64807,31.1325439 L398.706368,31.0502398 L398.713227,31.0433811 L398.771526,30.961077 L398.778384,30.9542184 L398.836683,30.8719143 L398.843542,30.8650556 L398.901841,30.7827515 L398.90527,30.7758928 L398.963569,30.6935887 L398.966998,30.6867301 L399.025297,30.604426 L399.028726,30.5975673 L399.090454,30.5152632 L399.097313,30.5084046 L399.159041,30.4261005 L399.16247,30.4192418 L399.224198,30.3369377 L399.231057,30.330079 L399.292785,30.2512043 L399.299644,30.2443456 L399.361372,30.1654709 L399.36823,30.1586122 L399.429958,30.0763081 L399.433388,30.0694494 L399.495116,29.9871453 L399.501975,29.9802867 L399.567132,29.9014119 L399.573991,29.8945532 L399.635719,29.8156785 L399.639148,29.8088198 L399.700876,29.7299451 L399.707735,29.7230864 L399.772892,29.6407823 L399.779751,29.6339236 L399.844908,29.5550489 L399.851767,29.5481902 L399.913495,29.4693155 L399.920354,29.4590275 L399.985511,29.3801527 L399.99237,29.373294 L400.057527,29.2944193 L400.060956,29.2875606 L400.126114,29.2086859 L400.129543,29.2018272 L400.194701,29.1229524 L400.201559,29.1126644 L400.266717,29.037219 L400.270146,29.0303603 L400.338733,28.9549149 L400.345591,28.9446269 L400.410749,28.8657522 L400.414178,28.8588935 L400.479336,28.7834481 L400.486194,28.7765894 L400.551352,28.6977147 L400.55821,28.690856 L400.626797,28.6119812 L400.630226,28.6051226 L400.698813,28.5296772 L400.705672,28.5228185 L400.770829,28.4473731 L400.777688,28.4405144 L400.846275,28.365069 L400.853133,28.3582103 L400.92172,28.2861942 L400.928579,28.2793356 L400.997165,28.2038902 L401.004024,28.1936021 L401.072611,28.1181567 L401.07947,28.1112981 L401.148056,28.0358526 L401.154915,28.028994 L401.223502,27.9535486 L401.23036,27.9466899 L401.298947,27.8746738 L401.305806,27.8678151 L401.374392,27.7957991 L401.381251,27.7889404 L401.449838,27.7169243 L401.456697,27.7100656 L401.528713,27.6380496 L401.535571,27.6311909 L401.607587,27.5591748 L401.614446,27.5523161 L401.686462,27.4803001 L401.693321,27.4734414 L401.765337,27.4014253 L401.772196,27.3945666 L401.844212,27.3225506 L401.85107,27.3156919 L401.923086,27.2436758 L401.929945,27.2368171 L402.001961,27.1648011 L402.00539,27.1579424 L402.077407,27.0859263 L402.084265,27.0790676 L402.159711,27.0070516 L402.166569,27.0001929 L402.238585,26.9316062 L402.245444,26.9247475 L402.320889,26.8561608 L402.327748,26.8493021 L402.403194,26.7807153 L402.410052,26.7738567 L402.485498,26.7018406 L402.492356,26.6949819 L402.567802,26.6229658 L402.57466,26.6161072 L402.650106,26.5475204 L402.656965,26.5406618 L402.73241,26.472075 L402.739269,26.4652163 L402.814714,26.3966296 L402.821573,26.3932003 L402.897018,26.3246135 L402.903877,26.3211842 L402.979322,26.2525975 L402.986181,26.2457388 L403.061626,26.1805814 L403.068485,26.1737227 L403.14736,26.105136 L403.154218,26.0982773 L403.233093,26.0296906 L403.239952,26.0228319 L403.318827,25.9576745 L403.325685,25.9508158 L403.40456,25.8822291 L403.411419,25.8787997 L403.490293,25.810213 L403.497152,25.8033543 L403.576027,25.7381969 L403.582885,25.7313382 L403.66176,25.6661808 L403.668619,25.6593222 L403.747494,25.5941648 L403.754352,25.5873061 L403.833227,25.5221487 L403.840086,25.51529 L403.91896,25.4501326 L403.925819,25.4432739 L404.004694,25.3781165 L404.011553,25.3712579 L404.093857,25.3095298 L404.100715,25.3026711 L404.17959,25.2409431 L404.186449,25.2340844 L404.265324,25.168927 L404.272182,25.1654977 L404.354486,25.1003403 L404.361345,25.0934816 L404.443649,25.0283242 L404.450508,25.0248948 L404.532812,24.9631668 L404.53967,24.9563081 L404.621975,24.89458 L404.628833,24.8877214 L404.711137,24.8259933 L404.717996,24.8191346 L404.8003,24.7574066 L404.807159,24.7539772 L404.889463,24.6922492 L404.896322,24.6853905 L404.978626,24.6236624 L404.985484,24.6168038 L405.067788,24.5550757 L405.078076,24.5516463 L405.16381,24.4899183 L405.174098,24.4830596 L405.256402,24.4213315 L405.263261,24.4144729 L405.348994,24.3527448 L405.355853,24.3493155 L405.441586,24.2910167 L405.451874,24.2875874 L405.534178,24.2292887 L405.541037,24.22243 L405.62677,24.1641313 L405.633629,24.1572726 L405.719362,24.0989739 L405.726221,24.0955445 L405.811954,24.0372458 L405.818813,24.0338165 L405.904547,23.9755177 L405.911405,23.9720884 L405.997139,23.9137897 L406.003997,23.9103603 L406.089731,23.855491 L406.096589,23.8520616 L406.182323,23.7971922 L406.192611,23.7903336 L406.278344,23.7320348 L406.285203,23.7251762 L406.374366,23.6703068 L406.381224,23.6668774 L406.470387,23.612008 L406.477246,23.6085787 L406.566409,23.5537093 L406.573267,23.5468506 L406.66243,23.4919812 L406.669289,23.4851226 L406.758451,23.4302532 L406.76531,23.4233945 L406.854473,23.3685251 L406.864761,23.3650958 L406.953924,23.3102264 L406.960782,23.3067971 L407.046516,23.255357 L407.049945,23.2519277 L439.971579,3.5092351 L439.975009,3.50580576 L440.047025,3.46122438 L440.053883,3.45436571 L440.1259,3.40978433 L440.136188,3.40292565 L440.208204,3.35834427 L440.215062,3.35491494 L440.290508,3.31033356 L440.297366,3.30690422 L440.372812,3.26575218 L440.37967,3.26232284 L440.455116,3.2211708 L440.465404,3.21431212 L440.540849,3.17316008 L440.547708,3.16630141 L440.623153,3.12514936 L440.630012,3.12172003 L440.702028,3.08056798 L440.708887,3.07713865 L440.784332,3.0359866 L440.791191,3.03255727 L440.866636,2.99140522 L440.876924,2.98797589 L440.95237,2.94682384 L440.959228,2.94339451 L441.034674,2.90224246 L441.044962,2.89881313 L441.120407,2.86109042 L441.127266,2.85423175 L441.202711,2.81650904 L441.212999,2.81307971 L441.291874,2.775357 L441.302162,2.76849833 L441.377608,2.73077562 L441.384466,2.72734628 L441.459912,2.68962358 L441.46677,2.68619424 L441.542216,2.64847153 L441.549074,2.64161286 L441.627949,2.60389015 L441.634808,2.60046082 L441.713683,2.56273811 L441.723971,2.55930877 L441.799416,2.52158607 L441.806275,2.51815673 L441.88172,2.48043403 L441.888579,2.47700469 L441.964024,2.43928198 L441.974312,2.43242331 L442.049758,2.39812994 L442.060046,2.3947006 L442.135491,2.3569779 L442.14235,2.35354856 L442.221224,2.31925519 L442.231512,2.31582585 L442.310387,2.28153248 L442.317246,2.27467381 L442.396121,2.24038044 L442.402979,2.23695111 L442.481854,2.20265774 L442.488713,2.1992284 L442.567587,2.16493503 L442.574446,2.16150569 L442.653321,2.12721232 L442.663609,2.12378299 L442.739054,2.08948962 L442.749342,2.08606028 L442.828217,2.05176691 L442.835076,2.04833758 L442.91395,2.01404421 L442.920809,2.01061487 L442.999684,1.97975084 L443.009972,1.9763215 L443.088847,1.94202813 L443.099135,1.93859879 L443.178009,1.90430543 L443.184868,1.90087609 L443.263743,1.87001206 L443.274031,1.86658272 L443.352906,1.83571869 L443.363194,1.83228935 L443.442068,1.80142532 L443.448927,1.79799598 L443.527802,1.76713195 L443.53809,1.76370261 L443.616965,1.73283858 L443.627253,1.72940924 L443.706127,1.70197455 L443.712986,1.69854521 L443.791861,1.66768118 L443.802149,1.66425184 L443.884453,1.63338781 L443.894741,1.62995847 L443.973616,1.60252378 L443.983904,1.59909444 L444.062778,1.57165975 L444.069637,1.56823041 L444.148512,1.54079571 L444.1588,1.53736638 L444.237674,1.50993168 L444.244533,1.50650234 L444.326837,1.47906765 L444.337125,1.47563831 L444.416,1.44820362 L444.426288,1.44477428 L444.508592,1.41733958 L444.51888,1.41391025 L444.597755,1.38990489 L444.608043,1.38647555 L444.690347,1.35904086 L444.697206,1.35561152 L444.77951,1.33160616 L444.789798,1.32817683 L444.872102,1.30417147 L444.87896,1.30074213 L444.957835,1.27673677 L444.968123,1.27330743 L445.046998,1.24930208 L445.057286,1.24587274 L445.136161,1.22186738 L445.146449,1.21843804 L445.228753,1.19443269 L445.239041,1.19100335 L445.321345,1.16699799 L445.331633,1.16356865 L445.413937,1.1395633 L445.420796,1.13613396 L445.5031,1.1121286 L445.513388,1.10869926 L445.592263,1.0846939 L445.602551,1.08126457 L445.684855,1.05725921 L445.691713,1.05382987 L445.770588,1.03325385 L445.777447,1.02982451 L445.859751,1.00924849 L445.86661,1.00581916 L445.945484,0.985243135 L445.952343,0.985243135 L446.031218,0.964667113 L446.041506,0.961237776 L446.12381,0.940661755 L446.134098,0.937232418 L446.216402,0.916656397 L446.22669,0.91322706 L446.308994,0.892651038 L446.319282,0.889221701 L446.401586,0.86864568 L446.408445,0.865216343 L446.490749,0.844640322 L446.501037,0.844640322 L446.583341,0.827493637 L446.593629,0.8240643 L446.675933,0.806917616 L446.686221,0.803488279 L446.768525,0.786341594 L446.775384,0.782912257 L446.857688,0.765765573 L446.867976,0.762336236 L446.95028,0.745189551 L446.960568,0.745189551 L447.042872,0.728042867 L447.05316,0.728042867 L447.135464,0.710896182 L447.145752,0.707466845 L447.228056,0.690320161 L447.238344,0.690320161 L447.320648,0.673173476 L447.330936,0.669744139 L447.41324,0.656026792 L447.423528,0.656026792 L447.505833,0.638880107 L447.516121,0.638880107 L447.598425,0.62516276 L447.605283,0.621733423 L447.687587,0.608016075 L447.694446,0.604586738 L447.77675,0.59086939 L447.787038,0.587440054 L447.869342,0.573722706 L447.87963,0.573722706 L447.961934,0.560005358 L447.972222,0.556576021 L448.054526,0.542858674 L448.064814,0.542858674 L448.147119,0.529141326 L448.157407,0.529141326 L448.239711,0.515423979 L448.249999,0.511994642 L448.332303,0.501706631 L448.342591,0.501706631 L448.424895,0.487989283 L448.435183,0.484559946 L448.520916,0.470842599 L448.531204,0.467413262 L448.613508,0.453695914 L448.623796,0.453695914 L448.7061,0.443407904 L448.716388,0.443407904 L448.798693,0.433119893 L448.808981,0.433119893 L448.891285,0.422831882 L448.901573,0.422831882 L448.983877,0.412543871 L448.994165,0.409114534 L449.076469,0.398826524 L449.086757,0.398826524 L449.169061,0.39196785 L449.179349,0.39196785 L449.261653,0.381679839 L449.271941,0.381679839 L449.354245,0.374821165 L449.364533,0.374821165 L449.446837,0.364533155 L449.457125,0.364533155 L449.542859,0.354245144 L449.553147,0.354245144 L449.635451,0.34738647 L449.642309,0.34738647 L449.724614,0.340527796 L449.734902,0.340527796 L449.817206,0.333669123 L449.827494,0.333669123 L449.913227,0.326810449 L449.923515,0.326810449 L450.009248,0.319951775 L450.019537,0.319951775 L450.10527,0.316522438 L450.112129,0.316522438 L450.194433,0.309663764 L450.204721,0.306234427 L450.287025,0.299375754 L450.297313,0.299375754 L450.379617,0.295946417 L450.389905,0.295946417 L450.472209,0.29251708 L450.482497,0.29251708 L450.564801,0.285658406 L450.575089,0.285658406 L450.660823,0.282229069 L450.671111,0.282229069 L450.753415,0.278799732 L450.763703,0.278799732 L450.846007,0.275370395 L450.856295,0.275370395 L450.942028,0.271941058 L450.948887,0.271941058 L451.03462,0.268511721 L451.044908,0.268511721 L451.127212,0.265082384 L451.226663,0.265082384 L451.308967,0.261653048 L451.319255,0.261653048 L451.401559,0.258223711 L451.689624,0.258223711 L451.868635,0.336412592 Z M451.79319,9.59562224 L451.73832,9.5963081 L451.298679,9.5963081 L451.24381,9.59973744 L451.079202,9.59973744 L451.024332,9.60316678 L450.969463,9.60659612 L450.914593,9.61002545 L450.859724,9.61345479 L450.804855,9.61688413 L450.749985,9.62031346 L450.695116,9.6237428 L450.640932,9.62717214 L450.586063,9.63060147 L450.531194,9.63403081 L450.476324,9.63746015 L450.422141,9.64088948 L450.367271,9.64431882 L450.312402,9.65117749 L450.257532,9.65460683 L450.202663,9.66146551 L450.14848,9.66832418 L450.094296,9.67518285 L450.039427,9.68204153 L449.985243,9.6889002 L449.930374,9.69575887 L449.87619,9.70261755 L449.821321,9.70947622 L449.76748,9.7163349 L449.712611,9.72662291 L449.657741,9.73691092 L449.602872,9.74719893 L449.548003,9.7540576 L449.493133,9.76091628 L449.438264,9.77120429 L449.383395,9.7814923 L449.328525,9.79178031 L449.273656,9.80206832 L449.218786,9.81235633 L449.163917,9.82264434 L449.109048,9.83293235 L449.054178,9.84322036 L448.999309,9.85350837 L448.944439,9.86379638 L448.88957,9.87751373 L448.834701,9.89123108 L448.779831,9.90494843 L448.724962,9.91866577 L448.670092,9.93238312 L448.615223,9.94610047 L448.560354,9.95981782 L448.505484,9.97353516 L448.450615,9.98725251 L448.395745,10.0009699 L448.340876,10.0146872 L448.286007,10.0284046 L448.231137,10.0421219 L448.176268,10.0592686 L448.121399,10.0729859 L448.069958,10.0867033 L448.015089,10.1004206 L447.96022,10.1175673 L447.90535,10.134714 L447.850481,10.1518607 L447.799041,10.1690074 L447.744171,10.1861541 L447.689302,10.2033007 L447.637862,10.2204474 L447.582993,10.2375941 L447.528123,10.2547408 L447.476683,10.2718875 L447.421814,10.2890342 L447.370374,10.3061808 L447.318934,10.3267569 L447.267494,10.3439035 L447.216054,10.3610502 L447.161184,10.3816263 L447.109744,10.3987729 L447.058304,10.419349 L447.006864,10.439925 L446.955424,10.460501 L446.903984,10.481077 L446.852544,10.501653 L446.801104,10.5222291 L446.749664,10.5428051 L446.698224,10.5633811 L446.646784,10.5839571 L446.595344,10.6045332 L446.543904,10.6251092 L446.492463,10.6456852 L446.441023,10.6662612 L446.389583,10.6868372 L446.338143,10.7108426 L446.286703,10.734848 L446.235263,10.7588533 L446.183823,10.7794293 L446.132383,10.8034347 L446.080943,10.8274401 L446.029503,10.8514454 L445.978063,10.8754508 L445.926623,10.8994561 L445.875183,10.9268908 L445.823743,10.9508962 L445.772303,10.9749015 L445.720863,11.0023362 L445.669423,11.0297709 L445.621412,11.0537763 L445.569972,11.081211 L445.518532,11.1086457 L445.467092,11.132651 L445.415652,11.1600857 L445.364212,11.1875204 L445.312772,11.2149551 L445.261332,11.2423898 L445.213321,11.2698245 L445.161881,11.2972592 L445.110441,11.3246939 L445.059001,11.3521286 L445.01099,11.3795633 L444.962979,11.406998 L444.914969,11.4344327 L444.863528,11.4652967 L411.959041,31.2045599 L411.887025,31.245712 L411.821867,31.2834347 L411.75671,31.3245867 L411.691553,31.3623094 L411.626395,31.4034615 L411.561238,31.4446135 L411.49951,31.4857656 L411.434352,31.5269176 L411.369195,31.5680697 L411.307467,31.6092217 L411.245739,31.6538031 L411.184011,31.6949551 L411.118853,31.7395365 L411.057125,31.7841179 L410.995397,31.8252699 L410.933669,31.866422 L410.871941,31.9110033 L410.810213,31.9521554 L410.748485,31.9967368 L410.686757,32.0378888 L410.628458,32.0790409 L410.56673,32.1236222 L410.505002,32.1682036 L410.443274,32.212785 L410.381546,32.2573664 L410.319818,32.3019478 L410.25809,32.3465291 L410.199791,32.3911105 L410.138063,32.4356919 L410.079764,32.4802733 L410.021466,32.5248547 L409.963167,32.5728654 L409.904868,32.6174468 L409.846569,32.6654575 L409.788271,32.7134682 L409.729972,32.7580496 L409.675102,32.8026309 L409.616804,32.8506417 L409.558505,32.8986524 L409.500206,32.9432338 L409.445337,32.9912445 L409.390468,33.0392552 L409.335598,33.0872659 L409.280729,33.1352766 L409.22243,33.1867167 L409.164131,33.2347274 L409.109262,33.2861674 L409.054392,33.3376075 L408.999523,33.3856182 L408.944654,33.4336289 L408.889784,33.4816397 L408.834915,33.5330797 L408.780046,33.5845198 L408.725176,33.6359598 L408.670307,33.6873999 L408.618867,33.7388399 L408.563997,33.79028 L408.509128,33.84172 L408.457688,33.8965894 L408.406248,33.9480295 L408.354808,33.9994695 L408.299938,34.0509096 L408.248498,34.1023496 L408.197058,34.157219 L408.145618,34.2120884 L408.094178,34.2669578 L408.042738,34.3218272 L407.991298,34.3766966 L407.939858,34.431566 L407.888418,34.4864354 L407.840407,34.5413048 L407.788967,34.5961741 L407.740956,34.6510435 L407.689516,34.7059129 L407.638076,34.7607823 L407.590066,34.8156517 L407.542055,34.8705211 L407.494044,34.9253905 L407.446033,34.9802599 L407.398023,35.0351293 L407.353441,35.0899987 L407.305431,35.1448681 L407.25742,35.1997374 L407.209409,35.2546068 L407.164828,35.3129056 L407.116817,35.3712043 L407.072236,35.429503 L407.027654,35.4843724 L406.983073,35.5426711 L406.938492,35.6009699 L406.89391,35.6558392 L406.8459,35.714138 L406.801318,35.7724367 L406.756737,35.8307354 L406.712155,35.8890342 L406.667574,35.9473329 L406.622993,36.0056316 L406.581841,36.0639303 L406.537259,36.1222291 L406.492678,36.1805278 L406.451526,36.2388265 L406.406944,36.2971253 L406.362363,36.355424 L406.321211,36.4137227 L406.280059,36.4754508 L406.238907,36.5371788 L406.197755,36.5989069 L406.156603,36.660635 L406.115451,36.722363 L406.074299,36.7840911 L406.033147,36.8458192 L405.991995,36.9041179 L405.950843,36.9658459 L405.909691,37.027574 L405.871968,37.0893021 L405.830816,37.1510301 L405.793093,37.2127582 L405.75537,37.2744863 L405.714218,37.3396437 L405.676496,37.4013717 L405.638773,37.4630998 L405.60105,37.5282572 L405.563328,37.5899853 L405.525605,37.6551427 L405.487882,37.7168707 L405.450159,37.7785988 L405.412437,37.8437562 L405.378143,37.9089136 L405.34385,37.9706417 L405.309557,38.0357991 L405.271834,38.0975271 L405.237541,38.1626845 L405.203247,38.2244126 L405.168954,38.2861407 L405.131231,38.3547274 L405.100367,38.4164555 L405.066074,38.4816129 L405.03178,38.5501996 L404.997487,38.615357 L404.963194,38.6805144 L404.93233,38.7456718 L404.898036,38.8108292 L404.867172,38.8759866 L404.836308,38.941144 L404.805444,39.0063014 L404.77458,39.0748881 L404.743716,39.1400455 L404.712852,39.2052029 L404.681988,39.2737897 L404.651124,39.3389471 L404.62026,39.4041045 L404.592825,39.4692619 L404.56539,39.5344193 L404.534526,39.603006 L404.503662,39.6715928 L404.476228,39.7401795 L404.448793,39.8087662 L404.417929,39.8739236 L404.390494,39.9425104 L404.36306,40.0110971 L404.335625,40.0796839 L404.30819,40.1482706 L404.280756,40.2168573 L404.253321,40.2854441 L404.229315,40.3540308 L404.201881,40.4226175 L404.174446,40.4912043 L404.150441,40.559791 L404.123006,40.6283778 L404.099001,40.6969645 L404.071566,40.7689806 L404.047561,40.8375673 L404.023555,40.9095834 L403.99955,40.9781701 L403.975545,41.0467569 L403.954969,41.1153436 L403.930963,41.1839303 L403.906958,41.2525171 L403.886382,41.3211038 L403.865806,41.3931199 L403.8418,41.465136 L403.821224,41.5337227 L403.797219,41.6023094 L403.776643,41.6743255 L403.756067,41.7463416 L403.735491,41.8149283 L403.714915,41.8869444 L403.694339,41.9589605 L403.673763,42.0275472 L403.656616,42.0995633 L403.63604,42.1715794 L403.618894,42.2435954 L403.598317,42.3156115 L403.577741,42.3876276 L403.560595,42.4562143 L403.540019,42.5282304 L403.522872,42.6002465 L403.505725,42.6722626 L403.488579,42.7442786 L403.471432,42.8162947 L403.454285,42.8883108 L403.437139,42.9603269 L403.419992,43.0323429 L403.406275,43.104359 L403.392557,43.1763751 L403.37884,43.2483912 L403.361693,43.3238366 L403.347976,43.399282 L403.334259,43.4712981 L403.320541,43.5433141 L403.306824,43.6153302 L403.293106,43.6907756 L403.279389,43.7627917 L403.269101,43.8348078 L403.258813,43.9102532 L403.245096,43.9856986 L403.234808,44.0577147 L403.22109,44.1297307 L403.210802,44.2017468 L403.200514,44.2737629 L403.190226,44.3492083 L403.179938,44.4246537 L403.16965,44.4966698 L403.159362,44.5721152 L403.152504,44.6441313 L403.145645,44.7161474 L403.138786,44.7915928 L403.128498,44.8636088 L403.11821,44.9356249 L403.107922,45.0110703 L403.101064,45.0865157 L403.094205,45.1585318 L403.087346,45.2305479 L403.080488,45.3059933 L403.073629,45.3814387 L403.06677,45.4534548 L403.059912,45.5289002 L403.053053,45.6043456 L403.046194,45.679791 L403.039336,45.7552364 L403.035906,45.8306818 L403.032477,45.9061273 L403.029048,45.9781433 L403.022189,46.0535887 L403.01876,46.1290342 L403.01533,46.2044796 L403.011901,46.279925 L403.008472,46.3553704 L403.005042,46.4308158 L403.001613,46.5062612 L403.001613,46.5817066 L402.998184,46.657152 L402.998184,88.186422 L403.001613,88.24815 L403.001613,88.3098781 L403.005042,88.3681768 L403.008472,88.4264756 L403.011901,88.4882036 L403.011901,88.6048011 L403.01533,88.6665291 L403.01533,88.7282572 L403.01876,88.7865559 L403.022189,88.848284 L403.025618,88.9065827 L403.029048,88.9648814 L403.035906,89.0266095 L403.039336,89.0883376 L403.046194,89.1466363 L403.049624,89.204935 L403.056482,89.2632338 L403.059912,89.3215325 L403.06677,89.3798312 L403.073629,89.4381299 L403.080488,89.4964287 L403.087346,89.5547274 L403.094205,89.6130261 L403.101064,89.6713248 L403.107922,89.7296236 L403.114781,89.7913516 L403.12164,89.8496504 L403.131928,89.9079491 L403.142216,89.9662478 L403.149074,90.0245466 L403.159362,90.0828453 L403.16965,90.1445733 L403.179938,90.2063014 L403.190226,90.2646001 L403.197085,90.3228989 L403.207373,90.3811976 L403.217661,90.4394963 L403.227949,90.497795 L403.238237,90.5560938 L403.248525,90.6178218 L403.258813,90.6726912 L403.269101,90.73099 L403.282818,90.7892887 L403.296536,90.8475874 L403.310253,90.9058861 L403.323971,90.9641849 L403.337688,91.0224836 L403.347976,91.0807823 L403.361693,91.1356517 L403.375411,91.1939504 L403.389128,91.2522492 L403.402845,91.3071186 L403.416563,91.3654173 L403.43028,91.423716 L403.443997,91.4820147 L403.461144,91.5368841 L403.474861,91.5917535 L403.488579,91.6500522 L403.505725,91.708351 L403.522872,91.7632204 L403.540019,91.8215191 L403.553736,91.8763885 L403.570883,91.9312579 L403.588029,91.9895566 L403.605176,92.0478553 L403.622323,92.1027247 L403.63947,92.1575941 L403.656616,92.2158928 L403.673763,92.2741916 L403.69091,92.3324903 L403.708056,92.3873597 L403.725203,92.4422291 L403.74235,92.4970985 L403.759496,92.5553972 L403.776643,92.6136959 L403.79379,92.6685653 L403.814366,92.7234347 L403.834942,92.7783041 L403.855518,92.8331735 L403.876094,92.8880429 L403.89667,92.9429123 L403.917246,92.9977816 L403.937822,93.0560804 L403.958398,93.1143791 L403.978974,93.1692485 L403.99955,93.2241179 L404.023555,93.2789873 L404.044131,93.3338567 L404.068137,93.3887261 L404.088713,93.4435954 L404.109289,93.4984648 L404.133294,93.5533342 L404.157299,93.6082036 L404.181305,93.663073 L404.201881,93.7179424 L404.225886,93.7693825 L404.249891,93.8208225 L404.273897,93.8756919 L404.301332,93.9271319 L404.325337,93.978572 L404.349342,94.0300121 L404.373348,94.0848814 L404.397353,94.1363215 L404.424788,94.1877616 L404.452222,94.2426309 L404.476228,94.294071 L404.500233,94.3489404 L404.524238,94.4003804 L404.551673,94.4518205 L404.579108,94.5066899 L404.606543,94.5581299 L404.633977,94.60957 L404.661412,94.66101 L404.688847,94.7124501 L404.716281,94.7673195 L404.743716,94.8187595 L404.771151,94.8701996 L404.798585,94.9216397 L404.82602,94.9730797 L404.853455,95.0245198 L404.884319,95.0759598 L404.915183,95.1273999 L404.942618,95.1754106 L404.973482,95.2268506 L405.004346,95.2782907 L405.03521,95.3297307 L405.066074,95.3777415 L405.093508,95.4291815 L405.124372,95.4806216 L405.155236,95.5320616 L405.1861,95.5800723 L405.216965,95.6315124 L405.247829,95.6795231 L405.278693,95.7309632 L405.309557,95.7789739 L405.34385,95.8269846 L405.374714,95.8749953 L405.409007,95.923006 L405.443301,95.9710167 L405.474165,96.0190275 L405.505029,96.0670382 L405.539322,96.1150489 L405.573616,96.1664889 L405.607909,96.2144997 L405.642202,96.2625104 L405.676496,96.3105211 L405.710789,96.3585318 L405.745082,96.4065425 L405.779376,96.4545532 L405.813669,96.502564 L405.847962,96.5505747 L405.882256,96.5985854 L405.916549,96.6465961 L405.950843,96.6911775 L405.988565,96.7391882 L406.022859,96.7871989 L406.057152,96.8352096 L406.094875,96.879791 L406.129168,96.9278017 L406.163461,96.9758125 L406.201184,97.0203938 L406.238907,97.0649752 L406.27663,97.1095566 L406.310923,97.154138 L406.348646,97.1987194 L406.386368,97.2433007 L406.424091,97.2878821 L406.461814,97.3324635 L406.499537,97.3804742 L406.537259,97.4250556 L406.574982,97.469637 L406.612705,97.5142184 L406.653857,97.5587997 L406.691579,97.6033811 L406.729302,97.6479625 L406.770454,97.6925439 L406.811606,97.7371253 L406.852758,97.7817066 L406.89391,97.826288 L406.931633,97.8708694 L406.972785,97.9120214 L407.013937,97.9566028 L407.055089,98.0011842 L407.096241,98.0423362 L407.137393,98.0869176 L407.178545,98.1280697 L407.219697,98.1692217 L407.260849,98.2103737 L407.305431,98.2515258 L407.346583,98.2926778 L407.387735,98.3338299 L407.432316,98.3749819 L407.473468,98.416134 L407.51462,98.457286 L407.559202,98.498438 L407.603783,98.5395901 L407.648364,98.5807421 L407.692946,98.6218942 L407.737527,98.6596169 L407.782109,98.7007689 L407.82669,98.741921 L407.867842,98.7796437 L407.912423,98.8207957 L407.957005,98.8585184 L408.001586,98.8962411 L408.046167,98.9339638 L408.090749,98.9716865 L408.13533,99.0094092 L408.183341,99.0471319 L408.227922,99.088284 L408.272504,99.1260067 L408.317085,99.1637294 L408.361666,99.2014521 L408.409677,99.2391748 L408.457688,99.2768975 L408.505699,99.3146202 L408.553709,99.3523429 L408.60172,99.3900656 L408.649731,99.4277883 L408.694312,99.4655111 L408.742323,99.4998044 L408.790334,99.5340978 L408.838344,99.5683912 L408.886355,99.6026845 L408.934366,99.6404072 L408.985806,99.6781299 L409.033816,99.7124233 L409.081827,99.750146 L409.129838,99.7844394 L409.177849,99.8187328 L409.229289,99.8530261 L409.277299,99.8907488 L409.328739,99.9250422 L409.38018,99.9593356 L409.43162,99.9936289 L409.48306,100.024493 L409.5345,100.058786 L409.58594,100.09308 L409.63395,100.127373 L409.68539,100.158237 L409.733401,100.189101 L409.784841,100.219965 L409.836281,100.254259 L409.887721,100.285123 L409.939161,100.315987 L409.994031,100.346851 L410.045471,100.377715 L410.096911,100.408579 L410.148351,100.439443 L410.199791,100.473736 L410.25809,100.508029 L446.163247,121.492142 L446.204399,121.516147 L446.245551,121.540153 L446.283274,121.564158 L446.324426,121.584734 L446.365578,121.608739 L446.40673,121.632745 L446.447882,121.653321 L446.485605,121.673897 L446.523328,121.694473 L446.56448,121.715049 L446.605632,121.735625 L446.646784,121.756201 L446.684506,121.776777 L446.725658,121.797353 L446.76681,121.817929 L446.807962,121.838505 L446.849115,121.859081 L446.890267,121.879657 L446.931419,121.896804 L446.972571,121.91395 L447.013723,121.931097 L447.054875,121.948244 L447.096027,121.96882 L447.137179,121.985967 L447.178331,122.003113 L447.219483,122.023689 L447.260635,122.044265 L447.301787,122.061412 L447.342939,122.081988 L447.384091,122.099135 L447.425243,122.116281 L447.466395,122.133428 L447.507547,122.150575 L447.548699,122.167721 L447.589851,122.184868 L447.631003,122.202015 L447.672155,122.219161 L447.713307,122.236308 L447.754459,122.253455 L447.795612,122.270601 L447.836764,122.284319 L447.877916,122.298036 L447.919068,122.315183 L447.96022,122.33233 L448.001372,122.349476 L448.042524,122.366623 L448.083676,122.38377 L448.124828,122.397487 L448.16598,122.411204 L448.207132,122.424922 L448.251713,122.438639 L448.289436,122.448927 L448.378599,122.479791 L448.464332,122.507226 L448.550066,122.531231 L448.63237,122.558666 L448.718103,122.582671 L448.803837,122.606676 L448.88957,122.630682 L448.975303,122.651258 L449.061037,122.671834 L449.14677,122.69241 L449.232504,122.712986 L449.321666,122.730133 L449.4074,122.747279 L449.496563,122.764426 L449.585725,122.781573 L449.671459,122.798719 L449.760622,122.812437 L449.849784,122.829583 L449.938947,122.84673 L450.02811,122.860447 L450.117273,122.874165 L450.203006,122.887882 L450.288739,122.901599 L450.377902,122.911887 L450.467065,122.922175 L450.556228,122.932463 L450.64539,122.942752 L450.734553,122.94961 L450.820287,122.956469 L450.909449,122.963328 L450.995183,122.970186 L451.084346,122.973616 L451.173508,122.977045 L451.262671,122.980474 L451.348405,122.983904 L451.437567,122.987333 L451.52673,122.990762 L451.612463,122.990762 L451.701626,122.994192 L452.054848,122.994192 L452.144011,122.990762 L452.229744,122.987333 L452.318907,122.980474 L452.40464,122.973616 L452.493803,122.970186 L452.579537,122.963328 L452.668699,122.956469 L452.757862,122.94961 L452.843595,122.939322 L452.929329,122.929034 L453.018492,122.918746 L453.107654,122.908458 L453.193388,122.89817 L453.282551,122.884453 L453.371713,122.870735 L453.460876,122.857018 L453.54661,122.843301 L453.635772,122.829583 L453.724935,122.812437 L453.810668,122.79529 L453.896402,122.778143 L453.985565,122.760997 L454.071298,122.740421 L454.157031,122.719845 L454.242765,122.699269 L454.328498,122.678693 L454.414232,122.658117 L454.499965,122.634111 L454.585699,122.613535 L454.671432,122.58953 L454.757165,122.565524 L454.83947,122.53809 L454.932062,122.510655 L454.969784,122.500367 L455.014366,122.48665 L455.055518,122.472932 L455.09667,122.459215 L455.137822,122.445498 L455.178974,122.43178 L455.220126,122.418063 L455.261278,122.404346 L455.305859,122.390628 L455.347011,122.376911 L455.391593,122.359764 L455.436174,122.346047 L455.477326,122.33233 L455.518478,122.318612 L455.56306,122.304895 L455.604212,122.287748 L455.645364,122.274031 L455.686516,122.256884 L455.727668,122.239737 L455.76882,122.222591 L455.809972,122.205444 L455.851124,122.188297 L455.892276,122.171151 L455.933428,122.154004 L455.97458,122.136857 L456.015732,122.119711 L456.056884,122.102564 L456.098036,122.085417 L456.139188,122.068271 L456.18034,122.051124 L456.221492,122.033977 L456.262644,122.016831 L456.303796,121.999684 L456.344948,121.979108 L456.3861,121.958532 L456.427253,121.941385 L456.468405,121.920809 L456.509557,121.900233 L456.550709,121.879657 L456.591861,121.859081 L456.633013,121.838505 L456.674165,121.817929 L456.711887,121.797353 L456.75304,121.776777 L456.794192,121.756201 L456.835344,121.735625 L456.876496,121.715049 L456.917648,121.694473 L456.9588,121.673897 L456.999952,121.649891 L457.037674,121.629315 L457.082256,121.60531 L496.862564,99.5066631 L496.907145,99.4792284 L496.948297,99.455223 L496.989449,99.4312177 L497.030601,99.4072123 L497.075183,99.383207 L497.116335,99.3592016 L497.157487,99.3351962 L497.202068,99.3111909 L497.24322,99.2837562 L497.284372,99.2597508 L497.325524,99.2323161 L497.363247,99.2083108 L497.404399,99.1843054 L497.445551,99.1603001 L497.486703,99.1362947 L497.527855,99.1122894 L497.565578,99.088284 L497.603301,99.0642786 L497.641023,99.0402733 L497.678746,99.0128386 L497.716469,98.9854039 L497.754192,98.9579692 L497.791914,98.9305345 L497.829637,98.9030998 L497.86736,98.8756651 L497.905082,98.8482304 L497.942805,98.8207957 L497.980528,98.793361 L498.018251,98.7659263 L498.055973,98.7384916 L498.093696,98.7110569 L498.131419,98.6836222 L498.169141,98.6561875 L498.206864,98.6253235 L498.244587,98.5978888 L498.282309,98.5704541 L498.320032,98.5395901 L498.354326,98.5121554 L498.392048,98.4812914 L498.429771,98.4538567 L498.467494,98.4229926 L498.505216,98.3921286 L498.542939,98.3646939 L498.577232,98.3338299 L498.611526,98.3029658 L498.645819,98.2721018 L498.680113,98.2412378 L498.717835,98.2103737 L498.752129,98.1795097 L498.786422,98.1486457 L498.824145,98.1177816 L498.858438,98.0869176 L498.892731,98.0526242 L498.927025,98.0183309 L498.961318,97.9874668 L498.995612,97.9566028 L499.029905,97.9257388 L499.064198,97.8948747 L499.098492,97.8640107 L499.132785,97.8331467 L499.167078,97.8022827 L499.201372,97.7714186 L499.235665,97.7371253 L499.269958,97.7062612 L499.304252,97.6753972 L499.338545,97.6411038 L499.369409,97.6102398 L499.400273,97.5759464 L499.434567,97.541653 L499.46886,97.5073597 L499.503153,97.4730663 L499.537447,97.4422023 L499.568311,97.4079089 L499.602604,97.3736155 L499.633468,97.3393222 L499.664332,97.3050288 L499.695196,97.2707354 L499.72606,97.2364421 L499.756924,97.2021487 L499.791218,97.1678553 L499.822082,97.133562 L499.852946,97.0992686 L499.88381,97.0649752 L499.914674,97.0272525 L499.945538,96.9929591 L499.972973,96.9586658 L500.003837,96.9209431 L500.034701,96.8832204 L500.065565,96.848927 L500.096429,96.8146336 L500.123863,96.7769109 L500.151298,96.7426175 L500.182162,96.7048948 L500.209597,96.6671721 L500.237031,96.6328788 L500.264466,96.5951561 L500.29533,96.5574334 L500.322765,96.5197106 L500.353629,96.4819879 L500.384493,96.4476946 L500.411928,96.4099719 L500.439362,96.3756785 L500.466797,96.3379558 L500.494232,96.2968038 L500.521666,96.2625104 L500.549101,96.2247877 L500.576536,96.187065 L500.600541,96.1493423 L500.627976,96.1116196 L500.655411,96.0738969 L500.682845,96.0361741 L500.706851,95.9984514 L500.730856,95.9607287 L500.758291,95.923006 L500.785725,95.8852833 L500.81316,95.8441313 L500.837165,95.8064086 L500.861171,95.7652565 L500.885176,95.7275338 L500.909182,95.6898111 L500.933187,95.6486591 L500.957192,95.6109364 L500.981198,95.5697843 L501.005203,95.5286323 L501.029208,95.4909096 L501.053214,95.4531869 L501.077219,95.4154642 L501.101224,95.3777415 L501.12523,95.3365894 L501.149235,95.2954374 L501.17324,95.2542853 L501.197246,95.2131333 L501.221251,95.1719812 L501.245257,95.1308292 L501.265833,95.0896772 L501.289838,95.0485251 L501.313843,95.0073731 L501.337849,94.966221 L501.361854,94.925069 L501.38243,94.8839169 L501.403006,94.8427649 L501.423582,94.8016129 L501.444158,94.7604608 L501.468163,94.7193088 L501.488739,94.6747274 L501.512745,94.630146 L501.533321,94.5855646 L501.553897,94.5444126 L501.574473,94.5032605 L501.595049,94.4621085 L501.612196,94.4209565 L501.632772,94.3798044 L501.649918,94.3386524 L501.667065,94.2975003 L501.687641,94.2563483 L501.704788,94.2151962 L501.725364,94.1740442 L501.74594,94.1294628 L501.766516,94.0848814 L501.783662,94.0437294 L501.804238,93.999148 L501.821385,93.9545666 L501.838532,93.9099853 L501.855678,93.8688332 L501.872825,93.8242518 L501.889972,93.7796705 L501.907119,93.7385184 L501.924265,93.693937 L501.941412,93.6493557 L501.958559,93.6047743 L501.975705,93.5636222 L501.992852,93.5190409 L502.009999,93.4744595 L502.023716,93.4298781 L502.040863,93.3852967 L502.05458,93.3407153 L502.068297,93.296134 L502.082015,93.2515526 L502.099161,93.2069712 L502.112879,93.1623898 L502.126596,93.1178084 L502.140313,93.0732271 L502.154031,93.0286457 L502.167748,92.9840643 L502.181466,92.9394829 L502.195183,92.8949015 L502.2089,92.8503202 L502.222618,92.8057388 L502.236335,92.7577281 L502.246623,92.7131467 L502.26034,92.6685653 L502.274058,92.6239839 L502.284346,92.5794025 L502.298063,92.5348212 L502.31178,92.4868104 L502.325498,92.4387997 L502.335786,92.3942184 L502.346074,92.349637 L502.356362,92.3016263 L502.36665,92.2570449 L502.376938,92.2124635 L502.387226,92.1644528 L502.397514,92.1198714 L502.407802,92.0718607 L502.41809,92.0272793 L502.428378,91.9826979 L502.438666,91.9381165 L502.445524,91.8901058 L502.455812,91.8420951 L502.462671,91.7975137 L502.472959,91.7501889 L502.483247,91.7056075 L502.493535,91.6575968 L502.503823,91.6130154 L502.514111,91.568434 L502.52097,91.5238526 L502.531258,91.4758419 L502.538117,91.4278312 L502.544975,91.3832498 L502.551834,91.3352391 L502.558693,91.2872284 L502.565551,91.2392177 L502.57241,91.191207 L502.579269,91.1431962 L502.586127,91.0951855 L502.592986,91.0471748 L502.596415,90.9991641 L502.603274,90.9511534 L502.610133,90.9031427 L502.616991,90.8551319 L502.620421,90.8071212 L502.62385,90.7591105 L502.627279,90.7110998 L502.634138,90.6630891 L502.637567,90.6150784 L502.640997,90.570497 L502.644426,90.5224863 L502.647855,90.4744756 L502.651285,90.4264648 L502.654714,90.3750248 L502.658143,90.3270141 L502.661573,90.2824327 L502.665002,90.234422 L502.665002,90.1658352 L502.668431,90.1178245 L502.671861,90.0698138 L502.67529,90.0218031 L502.678719,89.9737924 L502.682149,89.9257816 L502.682149,89.8229015 L502.685578,89.7748908 L502.685578,42.5868721 L502.682149,42.5422907 L502.682149,42.3673945 L502.678719,42.3241849 L502.678719,42.2778888 L502.67529,42.2333074 L502.671861,42.1887261 L502.668431,42.1441447 L502.665002,42.0995633 L502.661573,42.0549819 L502.658143,42.0104005 L502.654714,41.9658192 L502.651285,41.9212378 L502.647855,41.8766564 L502.644426,41.832075 L502.640997,41.7874936 L502.637567,41.7429123 L502.634138,41.6983309 L502.630709,41.6537495 L502.62385,41.6091681 L502.616991,41.5645867 L502.613562,41.5200054 L502.606703,41.475424 L502.599845,41.4308426 L502.592986,41.3862612 L502.586127,41.3416798 L502.579269,41.3005278 L502.575839,41.2593758 L502.568981,41.2147944 L502.562122,41.170213 L502.555263,41.129061 L502.548405,41.0879089 L502.541546,41.0433275 L502.534687,40.9987461 L502.527829,40.9541648 L502.52097,40.9095834 L502.514111,40.865002 L502.507253,40.8272793 L502.490106,40.7381165 L502.472959,40.6558125 L502.455812,40.570079 L502.435236,40.4843456 L502.41466,40.3986122 L502.394084,40.3128788 L502.373508,40.2305747 L502.352932,40.1448413 L502.332356,40.0625372 L502.31178,39.9802331 L502.291204,39.897929 L502.267199,39.8121956 L502.243194,39.7298915 L502.219188,39.6475874 L502.195183,39.5652833 L502.171177,39.4829792 L502.143743,39.4041045 L502.116308,39.3218004 L502.088873,39.2394963 L502.058009,39.1606216 L502.027145,39.0817468 L501.996281,39.0028721 L501.965417,38.9239973 L501.934553,38.8451226 L501.90026,38.7628185 L501.865967,38.6839437 L501.831673,38.605069 L501.79738,38.5261942 L501.763086,38.4507488 L501.728793,38.3718741 L501.69107,38.2929993 L501.656777,38.2141246 L501.619054,38.1352498 L501.581332,38.0563751 L501.543609,37.9809297 L501.502457,37.9020549 L501.461305,37.8266095 L501.420153,37.7511641 L501.379001,37.6757187 L501.337849,37.6002733 L501.296697,37.5248279 L501.252115,37.4493825 L501.207534,37.3773664 L501.162952,37.3053503 L501.118371,37.2333342 L501.07379,37.1578888 L501.025779,37.0858727 L500.981198,37.0138567 L500.933187,36.9418406 L500.888605,36.8698245 L500.840595,36.7978084 L500.792584,36.7292217 L500.741144,36.6572056 L500.693133,36.5886189 L500.641693,36.5200322 L500.590253,36.4514454 L500.538813,36.3828587 L500.487373,36.3142719 L500.435933,36.2456852 L500.381064,36.1805278 L500.326194,36.1119411 L500.271325,36.0433543 L500.219885,35.9781969 L500.165015,35.9130395 L500.110146,35.8444528 L500.055277,35.7792954 L500.000407,35.714138 L499.942109,35.6489806 L499.88381,35.5838232 L499.825511,35.5220951 L499.767212,35.460367 L499.705484,35.398639 L499.643756,35.3369109 L499.582028,35.2751829 L499.5203,35.2168841 L499.458572,35.1585854 L499.393415,35.0968573 L499.331687,35.0385586 L499.269958,34.9802599 L499.204801,34.9219612 L499.139644,34.8636624 L499.074486,34.808793 L499.009329,34.7539236 L498.937313,34.6956249 L498.906449,34.6681902 L498.872155,34.6407555 L498.837862,34.6133208 L498.803569,34.5858861 L498.769275,34.5584514 L498.734982,34.5310167 L498.700689,34.503582 L498.666395,34.4761474 L498.632102,34.4487127 L498.597808,34.4247073 L498.563515,34.3972726 L498.529222,34.3732672 L498.498358,34.3458326 L498.464064,34.3183979 L498.429771,34.2909632 L498.395478,34.2635285 L498.361184,34.2395231 L498.323461,34.2120884 L498.285739,34.1846537 L498.251445,34.1606484 L498.217152,34.136643 L498.182859,34.1092083 L498.145136,34.0852029 L498.110843,34.0611976 L498.076549,34.0337629 L498.042256,34.0097575 L498.007962,33.9857522 L497.97024,33.9617468 L497.935946,33.9377415 L497.901653,33.9137361 L497.86393,33.8897307 L497.826208,33.8691547 L497.788485,33.8451494 L497.750762,33.821144 L497.71304,33.7971386 L497.678746,33.7765626 L497.641023,33.7525573 L497.603301,33.7285519 L497.565578,33.7045466 L497.527855,33.6839705 L497.490133,33.6599652 L497.448981,33.6359598 L497.411258,33.6153838 L497.370106,33.5879491 L458.502344,11.3627595 L458.449532,11.3318955 L458.401522,11.3044608 L458.352139,11.2770261 L458.302414,11.2495914 L458.252689,11.2255861 L458.202963,11.1981514 L458.152209,11.1717455 L458.100769,11.1443108 L458.049329,11.1179049 L457.997889,11.0904702 L457.946449,11.0647502 L457.895009,11.0407448 L457.843569,11.0167395 L457.792129,10.9927341 L457.740689,10.9687287 L457.689248,10.9447234 L457.637808,10.920718 L457.586368,10.8967127 L457.534928,10.8727073 L457.483488,10.8487019 L457.432048,10.8281259 L457.380608,10.8041206 L457.329168,10.7801152 L457.277728,10.7561098 L457.226288,10.7355338 L457.174848,10.7149578 L457.123408,10.6909524 L457.071968,10.6703764 L457.020528,10.6498004 L456.969088,10.6292244 L456.917648,10.6086484 L456.866208,10.5880723 L456.814768,10.5674963 L456.763328,10.5469203 L456.708458,10.5263443 L456.657018,10.5057683 L456.605578,10.4886216 L456.554138,10.4714749 L456.499269,10.4508989 L456.444399,10.4303228 L456.38953,10.4131762 L456.33809,10.3926001 L456.28322,10.3754534 L456.23178,10.3583068 L456.18034,10.3411601 L456.1289,10.3240134 L456.074031,10.3068667 L456.022591,10.28972 L455.967721,10.2725733 L455.916281,10.2554267 L455.861412,10.23828 L455.809972,10.2245626 L455.758532,10.2074159 L455.707092,10.1936986 L455.652222,10.1799812 L455.597353,10.1662639 L455.542484,10.1491172 L455.487614,10.1353999 L455.436174,10.1216825 L455.384734,10.1079652 L455.329865,10.0908185 L455.274995,10.0771011 L455.220126,10.0633838 L455.165257,10.0496664 L455.113816,10.0359491 L455.058947,10.0222317 L455.007507,10.0085144 L454.952638,9.99479705 L454.897768,9.98450904 L454.842899,9.97079169 L454.791459,9.95707435 L454.736589,9.94678634 L454.68172,9.93306899 L454.63028,9.92278098 L454.57884,9.91249297 L454.523971,9.90220496 L454.469101,9.89191695 L454.414232,9.88162894 L454.359362,9.87134092 L454.304493,9.86105291 L454.249624,9.8507649 L454.194754,9.84047689 L454.139885,9.83018888 L454.085015,9.81990087 L454.030146,9.80961286 L453.975277,9.80275419 L453.920407,9.79589551 L453.865538,9.7856075 L453.810668,9.77874883 L453.755799,9.77189015 L453.70093,9.76503148 L453.64606,9.75817281 L453.591191,9.75131413 L453.536322,9.74445546 L453.481452,9.73759678 L453.426583,9.73073811 L453.371713,9.72387944 L453.320273,9.71702076 L453.265404,9.71359143 L453.210534,9.70673275 L453.155665,9.69987408 L453.100796,9.69301541 L453.045926,9.68615673 L452.991057,9.68272739 L452.936188,9.67929806 L452.881318,9.67243938 L452.826449,9.66901005 L452.771579,9.66558071 L452.71671,9.66215137 L452.661841,9.65872204 L452.606971,9.6552927 L452.552102,9.65186336 L452.497232,9.64843403 L452.442363,9.64500469 L452.332624,9.64500469 L452.277755,9.64157535 L452.003408,9.64157535 L451.948539,9.63814601 L451.78393,9.63814601 L451.79319,9.59562224 Z" fill="#FCD804"></path>
+ <path d="M452.920413,29.5725385 C473.079427,29.5725385 489.449709,45.9400777 489.449709,66.0997776 C489.449709,86.2598205 473.079427,102.627017 452.920413,102.627017 C432.761741,102.627017 416.391116,86.2598205 416.391116,66.0997776 C416.391116,45.9400777 432.761741,29.5725385 452.920413,29.5725385 Z M452.920413,43.1431105 C465.590441,43.1431105 475.875022,53.4297495 475.875022,66.0997776 C475.875022,78.7698058 465.590441,89.0557589 452.919041,89.0557589 C440.247641,89.0557589 429.96306,78.7698058 429.96306,66.0997776 C429.96306,53.4297495 440.247641,43.1431105 452.915612,43.1431105 L452.920413,43.1431105 Z" fill="#FFFFFF"></path>
+ </g>
+</svg>
diff --git a/themes/terrassa/theme.toml b/themes/terrassa/theme.toml
new file mode 100644
index 0000000..5ef4ccc
--- /dev/null
+++ b/themes/terrassa/theme.toml
@@ -0,0 +1,18 @@
+name = "Terrassa"
+license = "MIT"
+licenselink = "https://github.com/danielkvist/hugo-terrassa-theme/blob/master/LICENSE"
+description = "A simple, fast and responsive theme for Hugo with a strong focus on accessibility."
+homepage = "http://github.com/danielkvist/hugo-terrassa-theme"
+tags = ["blog", "clean", "personal", "company", "google analytics", "contact form","mobile", "modern", "accessibility", "font awesome"]
+features = [
+ "responsive design",
+ "accessibility",
+ "social icons",
+ "contact form",
+ "blog",
+]
+min_version = "0.41"
+
+[author]
+ name = "Danielkvist (Daniel Zaragoza)"
+ homepage = "https://dkvist.com"
diff --git a/themes/terrassa/usage.sh b/themes/terrassa/usage.sh
new file mode 100755
index 0000000..23d8d60
--- /dev/null
+++ b/themes/terrassa/usage.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+make build
+make docker-nc
+make run \ No newline at end of file